@tsonic/dotnet 10.0.40 → 10.0.41

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (187) hide show
  1. package/Internal/internal/index.d.ts +4 -3
  2. package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +19 -18
  3. package/Microsoft.VisualBasic/internal/index.d.ts +52 -54
  4. package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +117 -119
  5. package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +3 -2
  6. package/Microsoft.Win32/internal/index.d.ts +19 -18
  7. package/Microsoft.Win32.SafeHandles/internal/index.d.ts +3 -2
  8. package/README.md +76 -104
  9. package/System/bindings.json +1520 -2039
  10. package/System/internal/index.d.ts +1549 -1602
  11. package/System.Buffers/bindings.json +12 -3
  12. package/System.Buffers/internal/index.d.ts +12 -14
  13. package/System.Buffers.Binary/internal/index.d.ts +2 -4
  14. package/System.Buffers.Text/internal/index.d.ts +2 -4
  15. package/System.CodeDom.Compiler/internal/index.d.ts +32 -31
  16. package/System.Collections/internal/index.d.ts +129 -131
  17. package/System.Collections.Concurrent/bindings.json +218 -218
  18. package/System.Collections.Concurrent/internal/index.d.ts +34 -36
  19. package/System.Collections.Frozen/bindings.json +413 -611
  20. package/System.Collections.Frozen/internal/index.d.ts +81 -97
  21. package/System.Collections.Frozen.d.ts +14 -2
  22. package/System.Collections.Generic/bindings.json +9420 -14155
  23. package/System.Collections.Generic/internal/index.d.ts +547 -758
  24. package/System.Collections.Generic.d.ts +1 -1
  25. package/System.Collections.Immutable/bindings.json +6000 -9080
  26. package/System.Collections.Immutable/internal/index.d.ts +265 -354
  27. package/System.Collections.Immutable.d.ts +49 -12
  28. package/System.Collections.ObjectModel/bindings.json +132 -654
  29. package/System.Collections.ObjectModel/internal/index.d.ts +10 -30
  30. package/System.Collections.Specialized/bindings.json +0 -123
  31. package/System.Collections.Specialized/internal/index.d.ts +88 -101
  32. package/System.ComponentModel/bindings.json +163 -102
  33. package/System.ComponentModel/internal/index.d.ts +618 -608
  34. package/System.ComponentModel.DataAnnotations/internal/index.d.ts +133 -132
  35. package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +8 -7
  36. package/System.ComponentModel.Design/bindings.json +22 -292
  37. package/System.ComponentModel.Design/internal/index.d.ts +101 -109
  38. package/System.ComponentModel.Design.Serialization/internal/index.d.ts +61 -60
  39. package/System.ComponentModel.d.ts +1 -0
  40. package/System.Configuration.Assemblies/internal/index.d.ts +3 -2
  41. package/System.Data/bindings.json +4 -1
  42. package/System.Data/internal/index.d.ts +351 -350
  43. package/System.Data.Common/internal/index.d.ts +151 -152
  44. package/System.Data.SqlTypes/internal/index.d.ts +68 -67
  45. package/System.Diagnostics/bindings.json +7044 -7249
  46. package/System.Diagnostics/internal/index.d.ts +446 -461
  47. package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +44 -43
  48. package/System.Diagnostics.Contracts/internal/index.d.ts +16 -18
  49. package/System.Diagnostics.Metrics/internal/index.d.ts +92 -94
  50. package/System.Diagnostics.Metrics.d.ts +1 -1
  51. package/System.Diagnostics.SymbolStore/internal/index.d.ts +12 -11
  52. package/System.Diagnostics.Tracing/bindings.json +81 -21
  53. package/System.Diagnostics.Tracing/internal/index.d.ts +69 -56
  54. package/System.Diagnostics.Tracing.d.ts +2 -1
  55. package/System.Drawing/internal/index.d.ts +76 -75
  56. package/System.Dynamic/internal/index.d.ts +55 -57
  57. package/System.Formats.Asn1/bindings.json +48 -69
  58. package/System.Formats.Asn1/internal/index.d.ts +21 -28
  59. package/System.Formats.Tar/internal/index.d.ts +8 -7
  60. package/System.Globalization/internal/index.d.ts +40 -42
  61. package/System.IO/internal/index.d.ts +187 -189
  62. package/System.IO.Compression/internal/index.d.ts +29 -31
  63. package/System.IO.Enumeration/bindings.json +250 -250
  64. package/System.IO.Enumeration/internal/index.d.ts +15 -17
  65. package/System.IO.IsolatedStorage/internal/index.d.ts +19 -18
  66. package/System.IO.MemoryMappedFiles/internal/index.d.ts +11 -10
  67. package/System.IO.Pipelines/internal/index.d.ts +15 -17
  68. package/System.IO.Pipes/internal/index.d.ts +8 -7
  69. package/System.Linq/internal/index.d.ts +223 -225
  70. package/System.Linq.Expressions/internal/index.d.ts +205 -207
  71. package/System.Linq.Expressions.Interpreter/internal/index.d.ts +5 -4
  72. package/System.Net/bindings.json +104 -104
  73. package/System.Net/internal/index.d.ts +279 -281
  74. package/System.Net.Cache/internal/index.d.ts +3 -2
  75. package/System.Net.Http/internal/index.d.ts +128 -130
  76. package/System.Net.Http.Headers/bindings.json +0 -204
  77. package/System.Net.Http.Headers/internal/index.d.ts +111 -127
  78. package/System.Net.Http.Json/internal/index.d.ts +67 -69
  79. package/System.Net.Http.Metrics/internal/index.d.ts +6 -5
  80. package/System.Net.Mail/internal/index.d.ts +76 -78
  81. package/System.Net.Mime/internal/index.d.ts +11 -10
  82. package/System.Net.NetworkInformation/internal/index.d.ts +30 -32
  83. package/System.Net.Quic/internal/index.d.ts +10 -9
  84. package/System.Net.Security/internal/index.d.ts +87 -89
  85. package/System.Net.ServerSentEvents/internal/index.d.ts +6 -5
  86. package/System.Net.Sockets/internal/index.d.ts +91 -93
  87. package/System.Net.WebSockets/internal/index.d.ts +47 -46
  88. package/System.Numerics/bindings.json +544 -116
  89. package/System.Numerics/internal/index.d.ts +110 -112
  90. package/System.Reflection/internal/index.d.ts +270 -272
  91. package/System.Reflection.Emit/internal/index.d.ts +114 -116
  92. package/System.Reflection.Metadata/bindings.json +166 -3169
  93. package/System.Reflection.Metadata/internal/index.d.ts +154 -361
  94. package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +13 -15
  95. package/System.Reflection.PortableExecutable/bindings.json +58 -0
  96. package/System.Reflection.PortableExecutable/internal/index.d.ts +24 -11
  97. package/System.Reflection.PortableExecutable.d.ts +1 -0
  98. package/System.Resources/internal/index.d.ts +33 -35
  99. package/System.Runtime/internal/index.d.ts +12 -11
  100. package/System.Runtime.CompilerServices/bindings.json +519 -717
  101. package/System.Runtime.CompilerServices/internal/index.d.ts +113 -137
  102. package/System.Runtime.CompilerServices.d.ts +14 -4
  103. package/System.Runtime.ConstrainedExecution/internal/index.d.ts +3 -2
  104. package/System.Runtime.ExceptionServices/internal/index.d.ts +4 -3
  105. package/System.Runtime.InteropServices/bindings.json +101 -101
  106. package/System.Runtime.InteropServices/internal/index.d.ts +234 -236
  107. package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +34 -36
  108. package/System.Runtime.InteropServices.Java/internal/index.d.ts +4 -6
  109. package/System.Runtime.InteropServices.JavaScript/bindings.json +328 -328
  110. package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +67 -69
  111. package/System.Runtime.InteropServices.JavaScript.d.ts +8 -26
  112. package/System.Runtime.InteropServices.Marshalling/bindings.json +2619 -2619
  113. package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +308 -310
  114. package/System.Runtime.InteropServices.ObjectiveC/bindings.json +141 -141
  115. package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +17 -19
  116. package/System.Runtime.InteropServices.Swift/internal/index.d.ts +4 -6
  117. package/System.Runtime.InteropServices.Swift.d.ts +1 -1
  118. package/System.Runtime.Intrinsics/bindings.json +64 -16
  119. package/System.Runtime.Intrinsics/internal/index.d.ts +22 -24
  120. package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +12 -13
  121. package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +2 -4
  122. package/System.Runtime.Intrinsics.X86/internal/index.d.ts +42 -41
  123. package/System.Runtime.Loader/bindings.json +48 -69
  124. package/System.Runtime.Loader/internal/index.d.ts +30 -34
  125. package/System.Runtime.Remoting/internal/index.d.ts +5 -4
  126. package/System.Runtime.Serialization/internal/index.d.ts +175 -177
  127. package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +29 -31
  128. package/System.Runtime.Serialization.Formatters/internal/index.d.ts +7 -6
  129. package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +10 -9
  130. package/System.Runtime.Serialization.Json/internal/index.d.ts +37 -36
  131. package/System.Runtime.Versioning/internal/index.d.ts +20 -19
  132. package/System.Security/internal/index.d.ts +64 -66
  133. package/System.Security.AccessControl/bindings.json +104 -0
  134. package/System.Security.AccessControl/internal/index.d.ts +59 -58
  135. package/System.Security.AccessControl.d.ts +6 -5
  136. package/System.Security.Authentication/internal/index.d.ts +7 -6
  137. package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +12 -11
  138. package/System.Security.Claims/internal/index.d.ts +45 -44
  139. package/System.Security.Cryptography/bindings.json +469 -469
  140. package/System.Security.Cryptography/internal/index.d.ts +269 -271
  141. package/System.Security.Cryptography.X509Certificates/bindings.json +0 -62
  142. package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +98 -105
  143. package/System.Security.Permissions/internal/index.d.ts +5 -4
  144. package/System.Security.Policy/internal/index.d.ts +11 -10
  145. package/System.Security.Principal/internal/index.d.ts +28 -27
  146. package/System.Text/bindings.json +1562 -1562
  147. package/System.Text/internal/index.d.ts +119 -121
  148. package/System.Text.Encodings.Web/internal/index.d.ts +2 -4
  149. package/System.Text.Json/bindings.json +0 -290
  150. package/System.Text.Json/internal/index.d.ts +135 -153
  151. package/System.Text.Json.Nodes/internal/index.d.ts +60 -62
  152. package/System.Text.Json.Schema/internal/index.d.ts +9 -8
  153. package/System.Text.Json.Serialization/internal/index.d.ts +32 -34
  154. package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +86 -85
  155. package/System.Text.Json.Serialization.d.ts +1 -1
  156. package/System.Text.RegularExpressions/bindings.json +198 -402
  157. package/System.Text.RegularExpressions/internal/index.d.ts +48 -64
  158. package/System.Text.Unicode/bindings.json +508 -508
  159. package/System.Text.Unicode/internal/index.d.ts +29 -31
  160. package/System.Threading/bindings.json +42 -42
  161. package/System.Threading/internal/index.d.ts +157 -159
  162. package/System.Threading.Channels/internal/index.d.ts +10 -12
  163. package/System.Threading.Tasks/bindings.json +4 -1
  164. package/System.Threading.Tasks/internal/index.d.ts +115 -114
  165. package/System.Threading.Tasks.Dataflow/internal/index.d.ts +32 -33
  166. package/System.Threading.Tasks.Sources/internal/index.d.ts +6 -5
  167. package/System.Timers/internal/index.d.ts +8 -7
  168. package/System.Transactions/internal/index.d.ts +31 -30
  169. package/System.Web/internal/index.d.ts +32 -31
  170. package/System.Windows.Input/internal/index.d.ts +5 -4
  171. package/System.Windows.Markup/internal/index.d.ts +3 -2
  172. package/System.Xml/internal/index.d.ts +383 -385
  173. package/System.Xml.Linq/internal/index.d.ts +103 -102
  174. package/System.Xml.Resolvers/internal/index.d.ts +10 -9
  175. package/System.Xml.Schema/bindings.json +76 -76
  176. package/System.Xml.Schema/internal/index.d.ts +233 -232
  177. package/System.Xml.Serialization/bindings.json +193 -0
  178. package/System.Xml.Serialization/internal/index.d.ts +277 -245
  179. package/System.Xml.Serialization.d.ts +2 -0
  180. package/System.Xml.XPath/internal/index.d.ts +46 -45
  181. package/System.Xml.Xsl/internal/index.d.ts +53 -52
  182. package/System.Xml.Xsl.Runtime/bindings.json +4 -1
  183. package/System.Xml.Xsl.Runtime/internal/index.d.ts +35 -37
  184. package/System.d.ts +2 -2
  185. package/__internal/extensions/index.d.ts +517 -515
  186. package/families.json +63 -7
  187. package/package.json +2 -2
@@ -2,11 +2,9 @@
2
2
  // Namespace: System.Collections.ObjectModel
3
3
  // Assembly: System.ObjectModel, System.Private.CoreLib
4
4
 
5
- // Primitive type aliases from @tsonic/core
6
- import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
5
+ // Core type aliases from @tsonic/core
6
+ import type { JsValue, fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
7
7
 
8
- // Import support types from @tsonic/core
9
- import type { ptr } from "@tsonic/core/types.js";
10
8
 
11
9
  // Import types from other namespaces
12
10
  import * as System_Collections_Generic_Internal from "../../System.Collections.Generic/internal/index.js";
@@ -94,7 +92,7 @@ export interface KeyedCollection_2$instance<TKey, TItem> extends Collection_1$in
94
92
  }
95
93
 
96
94
 
97
- export const KeyedCollection_2: (abstract new<TKey, TItem>() => KeyedCollection_2<TKey, TItem>) & (abstract new<TKey, TItem>(comparer: IEqualityComparer_1<TKey>) => KeyedCollection_2<TKey, TItem>) & (abstract new<TKey, TItem>(comparer: IEqualityComparer_1<TKey>, dictionaryCreationThreshold: int) => KeyedCollection_2<TKey, TItem>) & {
95
+ export const KeyedCollection_2: (abstract new<TKey, TItem>() => KeyedCollection_2<TKey, TItem>) & (abstract new<TKey, TItem>(comparer: IEqualityComparer_1<TKey> | null) => KeyedCollection_2<TKey, TItem>) & (abstract new<TKey, TItem>(comparer: IEqualityComparer_1<TKey> | null, dictionaryCreationThreshold: int) => KeyedCollection_2<TKey, TItem>) & {
98
96
  };
99
97
 
100
98
 
@@ -178,7 +176,7 @@ export interface ReadOnlyCollection_1$instance<T> {
178
176
 
179
177
  export const ReadOnlyCollection_1: {
180
178
  new<T>(list: IList_1<T>): ReadOnlyCollection_1<T>;
181
- readonly Empty: unknown;
179
+ readonly Empty: <T>() => ReadOnlyCollection_1<T>;
182
180
  };
183
181
 
184
182
 
@@ -219,7 +217,7 @@ export interface ReadOnlyDictionary_2$instance<TKey, TValue> {
219
217
 
220
218
  export const ReadOnlyDictionary_2: {
221
219
  new<TKey, TValue>(dictionary: IDictionary_2<TKey, TValue>): ReadOnlyDictionary_2<TKey, TValue>;
222
- readonly Empty: unknown;
220
+ readonly Empty: <TKey, TValue>() => ReadOnlyDictionary_2<TKey, TValue>;
223
221
  };
224
222
 
225
223
 
@@ -237,7 +235,7 @@ export interface __ReadOnlyDictionary_2$views<TKey, TValue> {
237
235
  export type ReadOnlyDictionary_2<TKey, TValue> = ReadOnlyDictionary_2$instance<TKey, TValue> & __ReadOnlyDictionary_2$views<TKey, TValue>;
238
236
 
239
237
 
240
- export interface ReadOnlyDictionary_2_KeyCollection$instance<TKey, TValue> {
238
+ export interface ReadOnlyDictionary_2_KeyCollection$instance<TKey, TValue> extends ICollection_1<TKey>, IEnumerable_1<TKey>, IEnumerable, ICollection, IReadOnlyCollection_1<TKey> {
241
239
  readonly __tsonic_type_System_Collections_ObjectModel_ReadOnlyDictionary_2_KeyCollection: never;
242
240
 
243
241
  readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
@@ -257,18 +255,9 @@ export const ReadOnlyDictionary_2_KeyCollection: {
257
255
  };
258
256
 
259
257
 
260
- export interface __ReadOnlyDictionary_2_KeyCollection$views<TKey, TValue> {
261
- As_ICollection_1(): System_Collections_Generic_Internal.ICollection_1$instance<TKey>;
262
- As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<TKey>;
263
- As_IReadOnlyCollection_1(): System_Collections_Generic_Internal.IReadOnlyCollection_1$instance<TKey>;
264
- As_ICollection(): System_Collections_Internal.ICollection$instance;
265
- As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
266
- }
267
-
268
- export type ReadOnlyDictionary_2_KeyCollection<TKey, TValue> = ReadOnlyDictionary_2_KeyCollection$instance<TKey, TValue> & __ReadOnlyDictionary_2_KeyCollection$views<TKey, TValue>;
269
-
258
+ export type ReadOnlyDictionary_2_KeyCollection<TKey, TValue> = ReadOnlyDictionary_2_KeyCollection$instance<TKey, TValue>;
270
259
 
271
- export interface ReadOnlyDictionary_2_ValueCollection$instance<TKey, TValue> {
260
+ export interface ReadOnlyDictionary_2_ValueCollection$instance<TKey, TValue> extends ICollection_1<TValue>, IEnumerable_1<TValue>, IEnumerable, ICollection, IReadOnlyCollection_1<TValue> {
272
261
  readonly __tsonic_type_System_Collections_ObjectModel_ReadOnlyDictionary_2_ValueCollection: never;
273
262
 
274
263
  readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
@@ -287,16 +276,7 @@ export const ReadOnlyDictionary_2_ValueCollection: {
287
276
  };
288
277
 
289
278
 
290
- export interface __ReadOnlyDictionary_2_ValueCollection$views<TKey, TValue> {
291
- As_ICollection_1(): System_Collections_Generic_Internal.ICollection_1$instance<TValue>;
292
- As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<TValue>;
293
- As_IReadOnlyCollection_1(): System_Collections_Generic_Internal.IReadOnlyCollection_1$instance<TValue>;
294
- As_ICollection(): System_Collections_Internal.ICollection$instance;
295
- As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
296
- }
297
-
298
- export type ReadOnlyDictionary_2_ValueCollection<TKey, TValue> = ReadOnlyDictionary_2_ValueCollection$instance<TKey, TValue> & __ReadOnlyDictionary_2_ValueCollection$views<TKey, TValue>;
299
-
279
+ export type ReadOnlyDictionary_2_ValueCollection<TKey, TValue> = ReadOnlyDictionary_2_ValueCollection$instance<TKey, TValue>;
300
280
 
301
281
  export interface ReadOnlyObservableCollection_1$instance<T> extends ReadOnlyCollection_1$instance<T>, INotifyCollectionChanged, INotifyPropertyChanged, System_Collections_Specialized_Internal.INotifyCollectionChanged$instance, System_ComponentModel_Internal.INotifyPropertyChanged$instance {
302
282
  readonly __tsonic_type_System_Collections_ObjectModel_ReadOnlyObservableCollection_1: never;
@@ -360,7 +340,7 @@ export interface ReadOnlySet_1$instance<T> {
360
340
 
361
341
  export const ReadOnlySet_1: {
362
342
  new<T>(set: ISet_1<T>): ReadOnlySet_1<T>;
363
- readonly Empty: unknown;
343
+ readonly Empty: <T>() => ReadOnlySet_1<T>;
364
344
  };
365
345
 
366
346
 
@@ -1155,27 +1155,6 @@
1155
1155
  "declaringClrType": "System.Collections.Specialized.BitVector32\u002BSection",
1156
1156
  "declaringAssemblyName": "System.Collections.Specialized",
1157
1157
  "isExtensionMethod": false
1158
- },
1159
- {
1160
- "stableId": "System.Private.CoreLib:System.IEquatable\u00601::Equals(T):System.Boolean",
1161
- "clrName": "Equals",
1162
- "metadataToken": 100668531,
1163
- "canonicalSignature": "(T):System.Boolean",
1164
- "normalizedSignature": "Equals|(T):System.Boolean|static=false",
1165
- "emitScope": "ViewOnly",
1166
- "provenance": "ExplicitView",
1167
- "arity": 0,
1168
- "parameterCount": 1,
1169
- "isStatic": false,
1170
- "isAbstract": false,
1171
- "isVirtual": true,
1172
- "isOverride": false,
1173
- "isSealed": false,
1174
- "visibility": "Public",
1175
- "declaringClrType": "System.IEquatable\u00601",
1176
- "declaringAssemblyName": "System.Private.CoreLib",
1177
- "isExtensionMethod": false,
1178
- "sourceInterface": "System.IEquatable\u00601"
1179
1158
  }
1180
1159
  ],
1181
1160
  "properties": [
@@ -3371,48 +3350,6 @@
3371
3350
  "declaringClrType": "System.Collections.Specialized.NameObjectCollectionBase\u002BKeysCollection",
3372
3351
  "declaringAssemblyName": "System.Collections.Specialized",
3373
3352
  "isExtensionMethod": false
3374
- },
3375
- {
3376
- "stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
3377
- "clrName": "CopyTo",
3378
- "metadataToken": 100703826,
3379
- "canonicalSignature": "(System.Array,System.Int32):System.Void",
3380
- "normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
3381
- "emitScope": "ViewOnly",
3382
- "provenance": "ExplicitView",
3383
- "arity": 0,
3384
- "parameterCount": 2,
3385
- "isStatic": false,
3386
- "isAbstract": false,
3387
- "isVirtual": true,
3388
- "isOverride": false,
3389
- "isSealed": false,
3390
- "visibility": "Public",
3391
- "declaringClrType": "System.Collections.ICollection",
3392
- "declaringAssemblyName": "System.Private.CoreLib",
3393
- "isExtensionMethod": false,
3394
- "sourceInterface": "System.Collections.ICollection"
3395
- },
3396
- {
3397
- "stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
3398
- "clrName": "GetEnumerator",
3399
- "metadataToken": 100703845,
3400
- "canonicalSignature": "():System.Collections.IEnumerator",
3401
- "normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
3402
- "emitScope": "ViewOnly",
3403
- "provenance": "ExplicitView",
3404
- "arity": 0,
3405
- "parameterCount": 0,
3406
- "isStatic": false,
3407
- "isAbstract": false,
3408
- "isVirtual": true,
3409
- "isOverride": false,
3410
- "isSealed": false,
3411
- "visibility": "Public",
3412
- "declaringClrType": "System.Collections.IEnumerable",
3413
- "declaringAssemblyName": "System.Private.CoreLib",
3414
- "isExtensionMethod": false,
3415
- "sourceInterface": "System.Collections.IEnumerable"
3416
3353
  }
3417
3354
  ],
3418
3355
  "properties": [
@@ -3453,66 +3390,6 @@
3453
3390
  "visibility": "Public",
3454
3391
  "declaringClrType": "System.Collections.Specialized.NameObjectCollectionBase\u002BKeysCollection",
3455
3392
  "declaringAssemblyName": "System.Collections.Specialized"
3456
- },
3457
- {
3458
- "stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
3459
- "clrName": "SyncRoot",
3460
- "metadataToken": 385881257,
3461
- "canonicalSignature": ":System.Object",
3462
- "normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
3463
- "emitScope": "ViewOnly",
3464
- "provenance": "ExplicitView",
3465
- "isIndexer": false,
3466
- "hasGetter": true,
3467
- "hasSetter": false,
3468
- "isStatic": false,
3469
- "isAbstract": false,
3470
- "isVirtual": true,
3471
- "isOverride": false,
3472
- "visibility": "Public",
3473
- "sourceInterface": "System.Collections.ICollection",
3474
- "declaringClrType": "System.Collections.ICollection",
3475
- "declaringAssemblyName": "System.Private.CoreLib"
3476
- },
3477
- {
3478
- "stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
3479
- "clrName": "IsSynchronized",
3480
- "metadataToken": 385881258,
3481
- "canonicalSignature": ":System.Boolean",
3482
- "normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
3483
- "emitScope": "ViewOnly",
3484
- "provenance": "ExplicitView",
3485
- "isIndexer": false,
3486
- "hasGetter": true,
3487
- "hasSetter": false,
3488
- "isStatic": false,
3489
- "isAbstract": false,
3490
- "isVirtual": true,
3491
- "isOverride": false,
3492
- "visibility": "Public",
3493
- "sourceInterface": "System.Collections.ICollection",
3494
- "declaringClrType": "System.Collections.ICollection",
3495
- "declaringAssemblyName": "System.Private.CoreLib"
3496
- },
3497
- {
3498
- "stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
3499
- "clrName": "Count",
3500
- "metadataToken": 385881256,
3501
- "canonicalSignature": ":System.Int32",
3502
- "normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
3503
- "emitScope": "ViewOnly",
3504
- "provenance": "ExplicitView",
3505
- "isIndexer": false,
3506
- "hasGetter": true,
3507
- "hasSetter": false,
3508
- "isStatic": false,
3509
- "isAbstract": false,
3510
- "isVirtual": true,
3511
- "isOverride": false,
3512
- "visibility": "Public",
3513
- "sourceInterface": "System.Collections.ICollection",
3514
- "declaringClrType": "System.Collections.ICollection",
3515
- "declaringAssemblyName": "System.Private.CoreLib"
3516
3393
  }
3517
3394
  ],
3518
3395
  "fields": [],
@@ -2,8 +2,9 @@
2
2
  // Namespace: System.Collections.Specialized
3
3
  // Assembly: System.Collections.NonGeneric, System.Collections.Specialized, System.ObjectModel
4
4
 
5
- // Primitive type aliases from @tsonic/core
6
- import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
5
+ // Core type aliases from @tsonic/core
6
+ import type { JsValue, fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
7
+
7
8
 
8
9
  // Import types from other namespaces
9
10
  import * as System_Collections_Internal from "../../System.Collections/internal/index.js";
@@ -23,7 +24,7 @@ export enum NotifyCollectionChangedAction {
23
24
  }
24
25
 
25
26
 
26
- export type NotifyCollectionChangedEventHandler = (sender: unknown, e: NotifyCollectionChangedEventArgs) => void;
27
+ export type NotifyCollectionChangedEventHandler = (sender: JsValue | null, e: NotifyCollectionChangedEventArgs) => void;
27
28
 
28
29
 
29
30
  export interface INotifyCollectionChanged$instance {
@@ -42,21 +43,21 @@ export interface IOrderedDictionary$instance extends IDictionary, ICollection, I
42
43
  readonly IsReadOnly: boolean;
43
44
  readonly IsFixedSize: boolean;
44
45
  readonly Count: int;
45
- readonly SyncRoot: unknown;
46
+ readonly SyncRoot: JsValue;
46
47
  readonly IsSynchronized: boolean;
47
- Add(key: unknown, value: unknown): void;
48
+ Add(key: JsValue, value: JsValue | null): void;
48
49
  Clear(): void;
49
- Contains(key: unknown): boolean;
50
+ Contains(key: JsValue): boolean;
50
51
  CopyTo(array: ClrArray, index: int): void;
51
- get_Item(index: int): unknown | undefined;
52
- get_Item(key: unknown): unknown | undefined;
52
+ get_Item(index: int): JsValue | null;
53
+ get_Item(key: JsValue): JsValue | null;
53
54
  GetEnumerator(): IDictionaryEnumerator;
54
55
  GetEnumerator(): IEnumerator;
55
- Insert(index: int, key: unknown, value: unknown): void;
56
- Remove(key: unknown): void;
56
+ Insert(index: int, key: JsValue, value: JsValue | null): void;
57
+ Remove(key: JsValue): void;
57
58
  RemoveAt(index: int): void;
58
- set_Item(index: int, value: unknown | undefined): void;
59
- set_Item(key: unknown, value: unknown | undefined): void;
59
+ set_Item(index: int, value: JsValue | null): void;
60
+ set_Item(key: JsValue, value: JsValue | null): void;
60
61
  GetEnumerator2(): IEnumerator;
61
62
  }
62
63
 
@@ -69,7 +70,7 @@ export interface BitVector32$instance {
69
70
  readonly __tsonic_iface_System_IEquatable_1: never;
70
71
 
71
72
  readonly Data: int;
72
- Equals(o: unknown): boolean;
73
+ Equals(o: JsValue | null): boolean;
73
74
  Equals(other: BitVector32): boolean;
74
75
  get_Item(bit: int): boolean;
75
76
  get_Item(section: BitVector32_Section): int;
@@ -101,14 +102,14 @@ export interface __BitVector32$views {
101
102
  export type BitVector32 = BitVector32$instance & __BitVector32$views;
102
103
 
103
104
 
104
- export interface BitVector32_Section$instance {
105
+ export interface BitVector32_Section$instance extends IEquatable_1<BitVector32_Section> {
105
106
  readonly __tsonic_type_System_Collections_Specialized_BitVector32_Section: never;
106
107
 
107
108
  readonly __tsonic_iface_System_IEquatable_1: never;
108
109
 
109
110
  readonly Mask: short;
110
111
  readonly Offset: short;
111
- Equals(o: unknown): boolean;
112
+ Equals(o: JsValue | null): boolean;
112
113
  Equals(obj: BitVector32_Section): boolean;
113
114
  GetHashCode(): int;
114
115
  ToString(): string;
@@ -121,15 +122,7 @@ export const BitVector32_Section: {
121
122
  };
122
123
 
123
124
 
124
- export interface __BitVector32_Section$views {
125
- As_IEquatable_1(): System_Internal.IEquatable_1$instance<BitVector32_Section>;
126
-
127
- // Structural method bridges for numeric interface constraints
128
- Equals(other: BitVector32_Section): boolean;
129
- }
130
-
131
- export type BitVector32_Section = BitVector32_Section$instance & __BitVector32_Section$views;
132
-
125
+ export type BitVector32_Section = BitVector32_Section$instance;
133
126
 
134
127
  export interface CollectionsUtil$instance {
135
128
  readonly __tsonic_type_System_Collections_Specialized_CollectionsUtil: never;
@@ -159,17 +152,17 @@ export interface HybridDictionary$instance {
159
152
  readonly IsFixedSize: boolean;
160
153
  readonly IsReadOnly: boolean;
161
154
  readonly IsSynchronized: boolean;
162
- get Item(): unknown | undefined;
163
- set Item(value: unknown | undefined);
155
+ get Item(): JsValue | null;
156
+ set Item(value: JsValue | null);
164
157
  readonly Keys: ICollection;
165
- readonly SyncRoot: unknown;
158
+ readonly SyncRoot: JsValue;
166
159
  readonly Values: ICollection;
167
- Add(key: unknown, value: unknown): void;
160
+ Add(key: JsValue, value: JsValue | null): void;
168
161
  Clear(): void;
169
- Contains(key: unknown): boolean;
162
+ Contains(key: JsValue): boolean;
170
163
  CopyTo(array: ClrArray, index: int): void;
171
164
  GetEnumerator(): IDictionaryEnumerator;
172
- Remove(key: unknown): void;
165
+ Remove(key: JsValue): void;
173
166
  }
174
167
 
175
168
 
@@ -201,23 +194,23 @@ export interface ListDictionary$instance {
201
194
  readonly IsFixedSize: boolean;
202
195
  readonly IsReadOnly: boolean;
203
196
  readonly IsSynchronized: boolean;
204
- get Item(): unknown | undefined;
205
- set Item(value: unknown | undefined);
197
+ get Item(): JsValue | null;
198
+ set Item(value: JsValue | null);
206
199
  readonly Keys: ICollection;
207
- readonly SyncRoot: unknown;
200
+ readonly SyncRoot: JsValue;
208
201
  readonly Values: ICollection;
209
- Add(key: unknown, value: unknown): void;
202
+ Add(key: JsValue, value: JsValue | null): void;
210
203
  Clear(): void;
211
- Contains(key: unknown): boolean;
204
+ Contains(key: JsValue): boolean;
212
205
  CopyTo(array: ClrArray, index: int): void;
213
206
  GetEnumerator(): IDictionaryEnumerator;
214
- Remove(key: unknown): void;
207
+ Remove(key: JsValue): void;
215
208
  }
216
209
 
217
210
 
218
211
  export const ListDictionary: {
219
212
  new(): ListDictionary;
220
- new(comparer: IComparer): ListDictionary;
213
+ new(comparer: IComparer | null): ListDictionary;
221
214
  };
222
215
 
223
216
 
@@ -233,9 +226,9 @@ export type ListDictionary = ListDictionary$instance & __ListDictionary$views;
233
226
  export interface ListDictionary_DictionaryNode$instance {
234
227
  readonly __tsonic_type_System_Collections_Specialized_ListDictionary_DictionaryNode: never;
235
228
 
236
- key: unknown;
237
- value: unknown | undefined;
238
- next: ListDictionary_DictionaryNode | undefined;
229
+ key: JsValue;
230
+ value: JsValue | null;
231
+ next: ListDictionary_DictionaryNode | null;
239
232
  }
240
233
 
241
234
 
@@ -258,11 +251,11 @@ export interface NameObjectCollectionBase$instance extends System_Runtime_Serial
258
251
  readonly Keys: NameObjectCollectionBase_KeysCollection;
259
252
  GetEnumerator(): IEnumerator;
260
253
  GetObjectData(info: SerializationInfo, context: StreamingContext): void;
261
- OnDeserialization(sender: unknown): void;
254
+ OnDeserialization(sender: JsValue | null): void;
262
255
  }
263
256
 
264
257
 
265
- export const NameObjectCollectionBase: (abstract new() => NameObjectCollectionBase) & (abstract new(equalityComparer: IEqualityComparer) => NameObjectCollectionBase) & (abstract new(capacity: int, equalityComparer: IEqualityComparer) => NameObjectCollectionBase) & (abstract new(hashProvider: IHashCodeProvider, comparer: IComparer) => NameObjectCollectionBase) & (abstract new(capacity: int, hashProvider: IHashCodeProvider, comparer: IComparer) => NameObjectCollectionBase) & (abstract new(capacity: int) => NameObjectCollectionBase) & (abstract new(info: SerializationInfo, context: StreamingContext) => NameObjectCollectionBase) & {
258
+ export const NameObjectCollectionBase: (abstract new() => NameObjectCollectionBase) & (abstract new(equalityComparer: IEqualityComparer | null) => NameObjectCollectionBase) & (abstract new(capacity: int, equalityComparer: IEqualityComparer | null) => NameObjectCollectionBase) & (abstract new(hashProvider: IHashCodeProvider | null, comparer: IComparer | null) => NameObjectCollectionBase) & (abstract new(capacity: int, hashProvider: IHashCodeProvider | null, comparer: IComparer | null) => NameObjectCollectionBase) & (abstract new(capacity: int) => NameObjectCollectionBase) & (abstract new(info: SerializationInfo, context: StreamingContext) => NameObjectCollectionBase) & {
266
259
  };
267
260
 
268
261
 
@@ -276,14 +269,14 @@ export interface __NameObjectCollectionBase$views {
276
269
  export type NameObjectCollectionBase = NameObjectCollectionBase$instance & __NameObjectCollectionBase$views;
277
270
 
278
271
 
279
- export interface NameObjectCollectionBase_KeysCollection$instance {
272
+ export interface NameObjectCollectionBase_KeysCollection$instance extends ICollection, IEnumerable {
280
273
  readonly __tsonic_type_System_Collections_Specialized_NameObjectCollectionBase_KeysCollection: never;
281
274
 
282
275
  readonly __tsonic_iface_System_Collections_ICollection: never;
283
276
  readonly __tsonic_iface_System_Collections_IEnumerable: never;
284
277
 
285
278
  readonly Count: int;
286
- Get(index: int): string | undefined;
279
+ Get(index: int): string | null;
287
280
  GetEnumerator(): IEnumerator;
288
281
  }
289
282
 
@@ -292,13 +285,7 @@ export const NameObjectCollectionBase_KeysCollection: {
292
285
  };
293
286
 
294
287
 
295
- export interface __NameObjectCollectionBase_KeysCollection$views {
296
- As_ICollection(): System_Collections_Internal.ICollection$instance;
297
- As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
298
- }
299
-
300
- export type NameObjectCollectionBase_KeysCollection = NameObjectCollectionBase_KeysCollection$instance & __NameObjectCollectionBase_KeysCollection$views & { readonly [index: number]: string | undefined; };
301
-
288
+ export type NameObjectCollectionBase_KeysCollection = NameObjectCollectionBase_KeysCollection$instance & { readonly [index: number]: string | null; };
302
289
 
303
290
  export interface NameValueCollection$instance extends NameObjectCollectionBase$instance, System_Runtime_Serialization_Internal.IDeserializationCallback$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
304
291
  readonly __tsonic_type_System_Collections_Specialized_NameValueCollection: never;
@@ -308,34 +295,34 @@ export interface NameValueCollection$instance extends NameObjectCollectionBase$i
308
295
  readonly __tsonic_iface_System_Runtime_Serialization_IDeserializationCallback: never;
309
296
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
310
297
 
311
- readonly AllKeys: (string | undefined)[] | string[];
298
+ readonly AllKeys: (string | null)[] | string[];
312
299
  Add(c: NameValueCollection): void;
313
- Add(name: string, value: string): void;
300
+ Add(name: string | null, value: string | null): void;
314
301
  Clear(): void;
315
302
  CopyTo(dest: ClrArray, index: int): void;
316
- Get(name: string): string | undefined;
317
- Get(index: int): string | undefined;
318
- get_Item(name: string): string | undefined;
319
- get_Item(index: int): string | undefined;
320
- GetKey(index: int): string | undefined;
321
- GetValues(name: string): string[] | undefined;
322
- GetValues(index: int): string[] | undefined;
303
+ Get(name: string | null): string | null;
304
+ Get(index: int): string | null;
305
+ get_Item(name: string | null): string | null;
306
+ get_Item(index: int): string | null;
307
+ GetKey(index: int): string | null;
308
+ GetValues(name: string | null): string[] | null;
309
+ GetValues(index: int): string[] | null;
323
310
  HasKeys(): boolean;
324
- Remove(name: string): void;
325
- Set(name: string, value: string): void;
326
- set_Item(name: string, value: string | undefined): void;
311
+ Remove(name: string | null): void;
312
+ Set(name: string | null, value: string | null): void;
313
+ set_Item(name: string | null, value: string | null): void;
327
314
  }
328
315
 
329
316
 
330
317
  export const NameValueCollection: {
331
318
  new(): NameValueCollection;
332
319
  new(col: NameValueCollection): NameValueCollection;
333
- new(hashProvider: IHashCodeProvider, comparer: IComparer): NameValueCollection;
320
+ new(hashProvider: IHashCodeProvider | null, comparer: IComparer | null): NameValueCollection;
334
321
  new(capacity: int): NameValueCollection;
335
- new(equalityComparer: IEqualityComparer): NameValueCollection;
336
- new(capacity: int, equalityComparer: IEqualityComparer): NameValueCollection;
322
+ new(equalityComparer: IEqualityComparer | null): NameValueCollection;
323
+ new(capacity: int, equalityComparer: IEqualityComparer | null): NameValueCollection;
337
324
  new(capacity: int, col: NameValueCollection): NameValueCollection;
338
- new(capacity: int, hashProvider: IHashCodeProvider, comparer: IComparer): NameValueCollection;
325
+ new(capacity: int, hashProvider: IHashCodeProvider | null, comparer: IComparer | null): NameValueCollection;
339
326
  };
340
327
 
341
328
 
@@ -353,25 +340,25 @@ export interface NotifyCollectionChangedEventArgs$instance extends EventArgs {
353
340
  readonly __tsonic_type_System_Collections_Specialized_NotifyCollectionChangedEventArgs: never;
354
341
 
355
342
  readonly Action: NotifyCollectionChangedAction;
356
- readonly NewItems: IList | undefined;
343
+ readonly NewItems: IList | null;
357
344
  readonly NewStartingIndex: int;
358
- readonly OldItems: IList | undefined;
345
+ readonly OldItems: IList | null;
359
346
  readonly OldStartingIndex: int;
360
347
  }
361
348
 
362
349
 
363
350
  export const NotifyCollectionChangedEventArgs: {
364
351
  new(action: NotifyCollectionChangedAction): NotifyCollectionChangedEventArgs;
365
- new(action: NotifyCollectionChangedAction, changedItem: unknown): NotifyCollectionChangedEventArgs;
366
- new(action: NotifyCollectionChangedAction, changedItem: unknown, index: int): NotifyCollectionChangedEventArgs;
367
- new(action: NotifyCollectionChangedAction, changedItems: IList): NotifyCollectionChangedEventArgs;
368
- new(action: NotifyCollectionChangedAction, changedItems: IList, startingIndex: int): NotifyCollectionChangedEventArgs;
369
- new(action: NotifyCollectionChangedAction, newItem: unknown, oldItem: unknown): NotifyCollectionChangedEventArgs;
370
- new(action: NotifyCollectionChangedAction, newItem: unknown, oldItem: unknown, index: int): NotifyCollectionChangedEventArgs;
352
+ new(action: NotifyCollectionChangedAction, changedItem: JsValue | null): NotifyCollectionChangedEventArgs;
353
+ new(action: NotifyCollectionChangedAction, changedItem: JsValue | null, index: int): NotifyCollectionChangedEventArgs;
354
+ new(action: NotifyCollectionChangedAction, changedItems: IList | null): NotifyCollectionChangedEventArgs;
355
+ new(action: NotifyCollectionChangedAction, changedItems: IList | null, startingIndex: int): NotifyCollectionChangedEventArgs;
356
+ new(action: NotifyCollectionChangedAction, newItem: JsValue | null, oldItem: JsValue | null): NotifyCollectionChangedEventArgs;
357
+ new(action: NotifyCollectionChangedAction, newItem: JsValue | null, oldItem: JsValue | null, index: int): NotifyCollectionChangedEventArgs;
371
358
  new(action: NotifyCollectionChangedAction, newItems: IList, oldItems: IList): NotifyCollectionChangedEventArgs;
372
359
  new(action: NotifyCollectionChangedAction, newItems: IList, oldItems: IList, startingIndex: int): NotifyCollectionChangedEventArgs;
373
- new(action: NotifyCollectionChangedAction, changedItem: unknown, index: int, oldIndex: int): NotifyCollectionChangedEventArgs;
374
- new(action: NotifyCollectionChangedAction, changedItems: IList, index: int, oldIndex: int): NotifyCollectionChangedEventArgs;
360
+ new(action: NotifyCollectionChangedAction, changedItem: JsValue | null, index: int, oldIndex: int): NotifyCollectionChangedEventArgs;
361
+ new(action: NotifyCollectionChangedAction, changedItems: IList | null, index: int, oldIndex: int): NotifyCollectionChangedEventArgs;
375
362
  };
376
363
 
377
364
 
@@ -391,29 +378,29 @@ export interface OrderedDictionary$instance extends System_Runtime_Serialization
391
378
  readonly IsReadOnly: boolean;
392
379
  readonly Keys: ICollection;
393
380
  readonly Values: ICollection;
394
- Add(key: unknown, value: unknown): void;
381
+ Add(key: JsValue, value: JsValue | null): void;
395
382
  AsReadOnly(): OrderedDictionary;
396
383
  Clear(): void;
397
- Contains(key: unknown): boolean;
384
+ Contains(key: JsValue): boolean;
398
385
  CopyTo(array: ClrArray, index: int): void;
399
- get_Item(index: int): unknown | undefined;
400
- get_Item(key: unknown): unknown | undefined;
386
+ get_Item(index: int): JsValue | null;
387
+ get_Item(key: JsValue): JsValue | null;
401
388
  GetEnumerator(): IDictionaryEnumerator;
402
389
  GetObjectData(info: SerializationInfo, context: StreamingContext): void;
403
- Insert(index: int, key: unknown, value: unknown): void;
404
- OnDeserialization(sender: unknown): void;
405
- Remove(key: unknown): void;
390
+ Insert(index: int, key: JsValue, value: JsValue | null): void;
391
+ OnDeserialization(sender: JsValue | null): void;
392
+ Remove(key: JsValue): void;
406
393
  RemoveAt(index: int): void;
407
- set_Item(index: int, value: unknown | undefined): void;
408
- set_Item(key: unknown, value: unknown | undefined): void;
394
+ set_Item(index: int, value: JsValue | null): void;
395
+ set_Item(key: JsValue, value: JsValue | null): void;
409
396
  }
410
397
 
411
398
 
412
399
  export const OrderedDictionary: {
413
400
  new(): OrderedDictionary;
414
401
  new(capacity: int): OrderedDictionary;
415
- new(comparer: IEqualityComparer): OrderedDictionary;
416
- new(capacity: int, comparer: IEqualityComparer): OrderedDictionary;
402
+ new(comparer: IEqualityComparer | null): OrderedDictionary;
403
+ new(capacity: int, comparer: IEqualityComparer | null): OrderedDictionary;
417
404
  };
418
405
 
419
406
 
@@ -439,16 +426,16 @@ export interface StringCollection$instance {
439
426
  readonly Count: int;
440
427
  readonly IsReadOnly: boolean;
441
428
  readonly IsSynchronized: boolean;
442
- readonly SyncRoot: unknown;
443
- Add(value: string): int;
444
- AddRange(value: string[]): void;
429
+ readonly SyncRoot: JsValue;
430
+ Add(value: string | null): int;
431
+ AddRange(value: (string | null)[]): void;
445
432
  Clear(): void;
446
- Contains(value: string): boolean;
447
- CopyTo(array: string[], index: int): void;
433
+ Contains(value: string | null): boolean;
434
+ CopyTo(array: (string | null)[], index: int): void;
448
435
  GetEnumerator(): StringEnumerator;
449
- IndexOf(value: string): int;
450
- Insert(index: int, value: string): void;
451
- Remove(value: string): void;
436
+ IndexOf(value: string | null): int;
437
+ Insert(index: int, value: string | null): void;
438
+ Remove(value: string | null): void;
452
439
  RemoveAt(index: int): void;
453
440
  }
454
441
 
@@ -475,12 +462,12 @@ export interface StringDictionary$instance {
475
462
  readonly Count: int;
476
463
  readonly IsSynchronized: boolean;
477
464
  readonly Keys: ICollection;
478
- readonly SyncRoot: unknown;
465
+ readonly SyncRoot: JsValue;
479
466
  readonly Values: ICollection;
480
- Add(key: string, value: string): void;
467
+ Add(key: string, value: string | null): void;
481
468
  Clear(): void;
482
469
  ContainsKey(key: string): boolean;
483
- ContainsValue(value: string): boolean;
470
+ ContainsValue(value: string | null): boolean;
484
471
  CopyTo(array: ClrArray, index: int): void;
485
472
  GetEnumerator(): IEnumerator;
486
473
  Remove(key: string): void;
@@ -496,13 +483,13 @@ export interface __StringDictionary$views {
496
483
  As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
497
484
  }
498
485
 
499
- export type StringDictionary = StringDictionary$instance & __StringDictionary$views & { [key: string]: string | undefined; };
486
+ export type StringDictionary = StringDictionary$instance & __StringDictionary$views & { [key: string]: string | null; };
500
487
 
501
488
 
502
489
  export interface StringEnumerator$instance {
503
490
  readonly __tsonic_type_System_Collections_Specialized_StringEnumerator: never;
504
491
 
505
- readonly Current: string | undefined;
492
+ readonly Current: string | null;
506
493
  MoveNext(): boolean;
507
494
  Reset(): void;
508
495
  }