@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,16 +2,14 @@
2
2
  // Namespace: System.Collections.Generic
3
3
  // Assembly: System.Collections, 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 type { ReadOnlyCollection_1, ReadOnlyDictionary_2, ReadOnlySet_1 } from "../../System.Collections.ObjectModel/internal/index.js";
13
11
  import * as System_Collections_Internal from "../../System.Collections/internal/index.js";
14
- import type { DictionaryEntry, ICollection, IComparer, IDictionary, IDictionaryEnumerator, IEnumerable, IEnumerator, IEqualityComparer, IList } from "../../System.Collections/internal/index.js";
12
+ import type { ICollection, IComparer, IDictionary, IDictionaryEnumerator, IEnumerable, IEnumerator, IEqualityComparer, IList } from "../../System.Collections/internal/index.js";
15
13
  import type { MethodBase } from "../../System.Reflection/internal/index.js";
16
14
  import * as System_Runtime_Serialization_Internal from "../../System.Runtime.Serialization/internal/index.js";
17
15
  import type { IDeserializationCallback, ISerializable, SerializationInfo, StreamingContext } from "../../System.Runtime.Serialization/internal/index.js";
@@ -73,7 +71,7 @@ export type ICollection_1<T> = ICollection_1$instance<T>;
73
71
  export interface IComparer_1$instance<T> {
74
72
  readonly __tsonic_iface_System_Collections_Generic_IComparer_1: never;
75
73
 
76
- Compare(x: T, y: T): int;
74
+ Compare(x: T | null, y: T | null): int;
77
75
  }
78
76
 
79
77
 
@@ -129,606 +127,124 @@ export type IEnumerator_1<T> = IEnumerator_1$instance<T>;
129
127
  export interface IEqualityComparer_1$instance<T> {
130
128
  readonly __tsonic_iface_System_Collections_Generic_IEqualityComparer_1: never;
131
129
 
132
- Equals(x: T, y: T): boolean;
133
- GetHashCode(obj: T): int;
134
- }
135
-
136
-
137
- export type IEqualityComparer_1<T> = IEqualityComparer_1$instance<T>;
138
-
139
- export interface IList_1$instance<T> extends ICollection_1<T>, IEnumerable_1<T>, IEnumerable {
140
- readonly __tsonic_iface_System_Collections_Generic_IList_1: never;
141
-
142
- readonly Count: int;
143
- readonly IsReadOnly: boolean;
144
- Add(item: T): void;
145
- Clear(): void;
146
- Contains(item: T): boolean;
147
- CopyTo(array: T[], arrayIndex: int): void;
148
- GetEnumerator(): IEnumerator_1<T>;
149
- GetEnumerator(): IEnumerator;
150
- IndexOf(item: T): int;
151
- Insert(index: int, item: T): void;
152
- RemoveAt(index: int): void;
153
- GetEnumerator2(): IEnumerator;
154
- }
155
-
156
-
157
- export type IList_1<T> = IList_1$instance<T> & { [index: number]: T; };
158
-
159
- export interface IReadOnlyCollection_1$instance<T> extends IEnumerable_1<T>, IEnumerable {
160
- readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
161
-
162
- readonly Count: int;
163
- GetEnumerator(): IEnumerator_1<T>;
164
- GetEnumerator(): IEnumerator;
165
- GetEnumerator2(): IEnumerator;
166
- }
167
-
168
-
169
- export type IReadOnlyCollection_1<T> = IReadOnlyCollection_1$instance<T>;
170
-
171
- export interface IReadOnlyDictionary_2$instance<TKey, TValue> extends IReadOnlyCollection_1<KeyValuePair_2<TKey, TValue>>, IEnumerable_1<KeyValuePair_2<TKey, TValue>>, IEnumerable {
172
- readonly __tsonic_iface_System_Collections_Generic_IReadOnlyDictionary_2: never;
173
-
174
- readonly Item: TValue;
175
- readonly Keys: IEnumerable_1<TKey>;
176
- readonly Values: IEnumerable_1<TValue>;
177
- readonly Count: int;
178
- ContainsKey(key: TKey): boolean;
179
- GetEnumerator(): IEnumerator_1<KeyValuePair_2<TKey, TValue>>;
180
- GetEnumerator(): IEnumerator;
181
- TryGetValue(key: TKey, value: TValue): boolean;
182
- GetEnumerator2(): IEnumerator;
183
- }
184
-
185
-
186
- export type IReadOnlyDictionary_2<TKey, TValue> = IReadOnlyDictionary_2$instance<TKey, TValue>;
187
-
188
- export interface IReadOnlyList_1$instance<T> extends IReadOnlyCollection_1<T>, IEnumerable_1<T>, IEnumerable {
189
- readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
190
-
191
- readonly Count: int;
192
- GetEnumerator(): IEnumerator_1<T>;
193
- GetEnumerator(): IEnumerator;
194
- GetEnumerator2(): IEnumerator;
195
- }
196
-
197
-
198
- export type IReadOnlyList_1<T> = IReadOnlyList_1$instance<T> & { readonly [index: number]: T; };
199
-
200
- export interface IReadOnlySet_1$instance<T> extends IReadOnlyCollection_1<T>, IEnumerable_1<T>, IEnumerable {
201
- readonly __tsonic_iface_System_Collections_Generic_IReadOnlySet_1: never;
202
-
203
- readonly Count: int;
204
- Contains(item: T): boolean;
205
- GetEnumerator(): IEnumerator_1<T>;
206
- GetEnumerator(): IEnumerator;
207
- IsProperSubsetOf(other: IEnumerable_1<T>): boolean;
208
- GetEnumerator2(): IEnumerator;
209
- }
210
-
211
-
212
- export type IReadOnlySet_1<T> = IReadOnlySet_1$instance<T>;
213
-
214
- export interface ISet_1$instance<T> extends ICollection_1<T>, IEnumerable_1<T>, IEnumerable {
215
- readonly __tsonic_iface_System_Collections_Generic_ISet_1: never;
216
-
217
- readonly Count: int;
218
- readonly IsReadOnly: boolean;
219
- Add(item: T): void;
220
- Add(item: T): boolean;
221
- Clear(): void;
222
- CopyTo(array: T[], arrayIndex: int): void;
223
- GetEnumerator(): IEnumerator_1<T>;
224
- GetEnumerator(): IEnumerator;
225
- IsSubsetOf(other: IEnumerable_1<T>): boolean;
226
- UnionWith(other: IEnumerable_1<T>): void;
227
- Contains(item: T): boolean;
228
- GetEnumerator2(): IEnumerator;
229
- }
230
-
231
-
232
- export type ISet_1<T> = ISet_1$instance<T>;
233
-
234
- export interface Dictionary_2_AlternateLookup_1$instance<TKey, TValue, TAlternateKey> {
235
- readonly __tsonic_type_System_Collections_Generic_Dictionary_2_AlternateLookup_1: never;
236
-
237
- readonly Dictionary: Dictionary_2<TKey, TValue>;
238
- Item: TValue;
239
- ContainsKey(key: TAlternateKey): boolean;
240
- Remove(key: TAlternateKey): boolean;
241
- Remove(key: TAlternateKey, actualKey: TKey, value: TValue): boolean;
242
- TryAdd(key: TAlternateKey, value: TValue): boolean;
243
- TryGetValue(key: TAlternateKey, value: TValue): boolean;
244
- TryGetValue(key: TAlternateKey, actualKey: TKey, value: TValue): boolean;
245
- }
246
-
247
-
248
- export const Dictionary_2_AlternateLookup_1: {
249
- new<TKey, TValue, TAlternateKey>(): Dictionary_2_AlternateLookup_1<TKey, TValue, TAlternateKey>;
250
- };
251
-
252
-
253
- export type Dictionary_2_AlternateLookup_1<TKey, TValue, TAlternateKey> = Dictionary_2_AlternateLookup_1$instance<TKey, TValue, TAlternateKey>;
254
-
255
- export interface Dictionary_2_Enumerator$instance<TKey, TValue> extends IDisposable {
256
- readonly __tsonic_type_System_Collections_Generic_Dictionary_2_Enumerator: never;
257
-
258
- readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
259
- readonly __tsonic_iface_System_Collections_IDictionaryEnumerator: never;
260
- readonly __tsonic_iface_System_Collections_IEnumerator: never;
261
- readonly __tsonic_iface_System_IDisposable: never;
262
-
263
- readonly Current: KeyValuePair_2<TKey, TValue>;
264
- Dispose(): void;
265
- MoveNext(): boolean;
266
- Reset(): void;
267
- }
268
-
269
-
270
- export const Dictionary_2_Enumerator: {
271
- new<TKey, TValue>(): Dictionary_2_Enumerator<TKey, TValue>;
272
- };
273
-
274
-
275
- export interface __Dictionary_2_Enumerator$views<TKey, TValue> {
276
- As_IEnumerator_1(): IEnumerator_1$instance<KeyValuePair_2<TKey, TValue>>;
277
- As_IDictionaryEnumerator(): System_Collections_Internal.IDictionaryEnumerator$instance;
278
- As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
279
- }
280
-
281
- export type Dictionary_2_Enumerator<TKey, TValue> = Dictionary_2_Enumerator$instance<TKey, TValue> & __Dictionary_2_Enumerator$views<TKey, TValue>;
282
-
283
-
284
- export interface Dictionary_2_KeyCollection_Enumerator$instance<TKey, TValue> extends IDisposable {
285
- readonly __tsonic_type_System_Collections_Generic_Dictionary_2_KeyCollection_Enumerator: never;
286
-
287
- readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
288
- readonly __tsonic_iface_System_Collections_IEnumerator: never;
289
- readonly __tsonic_iface_System_IDisposable: never;
290
-
291
- readonly Current: TKey;
292
- Dispose(): void;
293
- MoveNext(): boolean;
294
- Reset(): void;
295
- }
296
-
297
-
298
- export const Dictionary_2_KeyCollection_Enumerator: {
299
- new<TKey, TValue>(): Dictionary_2_KeyCollection_Enumerator<TKey, TValue>;
300
- };
301
-
302
-
303
- export interface __Dictionary_2_KeyCollection_Enumerator$views<TKey, TValue> {
304
- As_IEnumerator_1(): IEnumerator_1$instance<TKey>;
305
- As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
306
- }
307
-
308
- export type Dictionary_2_KeyCollection_Enumerator<TKey, TValue> = Dictionary_2_KeyCollection_Enumerator$instance<TKey, TValue> & __Dictionary_2_KeyCollection_Enumerator$views<TKey, TValue>;
309
-
310
-
311
- export interface Dictionary_2_ValueCollection_Enumerator$instance<TKey, TValue> extends IDisposable {
312
- readonly __tsonic_type_System_Collections_Generic_Dictionary_2_ValueCollection_Enumerator: never;
313
-
314
- readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
315
- readonly __tsonic_iface_System_Collections_IEnumerator: never;
316
- readonly __tsonic_iface_System_IDisposable: never;
317
-
318
- readonly Current: TValue;
319
- Dispose(): void;
320
- MoveNext(): boolean;
321
- Reset(): void;
322
- }
323
-
324
-
325
- export const Dictionary_2_ValueCollection_Enumerator: {
326
- new<TKey, TValue>(): Dictionary_2_ValueCollection_Enumerator<TKey, TValue>;
327
- };
328
-
329
-
330
- export interface __Dictionary_2_ValueCollection_Enumerator$views<TKey, TValue> {
331
- As_IEnumerator_1(): IEnumerator_1$instance<TValue>;
332
- As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
333
- }
334
-
335
- export type Dictionary_2_ValueCollection_Enumerator<TKey, TValue> = Dictionary_2_ValueCollection_Enumerator$instance<TKey, TValue> & __Dictionary_2_ValueCollection_Enumerator$views<TKey, TValue>;
336
-
337
-
338
- export interface HashSet_1_AlternateLookup_1$instance<T, TAlternate> {
339
- readonly __tsonic_type_System_Collections_Generic_HashSet_1_AlternateLookup_1: never;
340
-
341
- readonly Set: HashSet_1<T>;
342
- Add(item: TAlternate): boolean;
343
- Contains(item: TAlternate): boolean;
344
- Remove(item: TAlternate): boolean;
345
- TryGetValue(equalValue: TAlternate, actualValue: T): boolean;
346
- }
347
-
348
-
349
- export const HashSet_1_AlternateLookup_1: {
350
- new<T, TAlternate>(): HashSet_1_AlternateLookup_1<T, TAlternate>;
351
- };
352
-
353
-
354
- export type HashSet_1_AlternateLookup_1<T, TAlternate> = HashSet_1_AlternateLookup_1$instance<T, TAlternate>;
355
-
356
- export interface HashSet_1_Enumerator$instance<T> extends IDisposable {
357
- readonly __tsonic_type_System_Collections_Generic_HashSet_1_Enumerator: never;
358
-
359
- readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
360
- readonly __tsonic_iface_System_Collections_IEnumerator: never;
361
- readonly __tsonic_iface_System_IDisposable: never;
362
-
363
- readonly Current: T;
364
- Dispose(): void;
365
- MoveNext(): boolean;
366
- Reset(): void;
367
- }
368
-
369
-
370
- export const HashSet_1_Enumerator: {
371
- new<T>(): HashSet_1_Enumerator<T>;
372
- };
373
-
374
-
375
- export interface __HashSet_1_Enumerator$views<T> {
376
- As_IEnumerator_1(): IEnumerator_1$instance<T>;
377
- As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
378
- }
379
-
380
- export type HashSet_1_Enumerator<T> = HashSet_1_Enumerator$instance<T> & __HashSet_1_Enumerator$views<T>;
381
-
382
-
383
- export interface KeyValuePair_2$instance<TKey, TValue> {
384
- readonly __tsonic_type_System_Collections_Generic_KeyValuePair_2: never;
385
-
386
- readonly Key: TKey;
387
- readonly Value: TValue;
388
- Deconstruct(key: TKey, value: TValue): void;
389
- ToString(): string;
390
- }
391
-
392
-
393
- export const KeyValuePair_2: {
394
- new<TKey, TValue>(key: TKey, value: TValue): KeyValuePair_2<TKey, TValue>;
395
- };
396
-
397
-
398
- export type KeyValuePair_2<TKey, TValue> = KeyValuePair_2$instance<TKey, TValue>;
399
-
400
- export interface LinkedList_1_Enumerator$instance<T> extends IDisposable, System_Runtime_Serialization_Internal.IDeserializationCallback$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
401
- readonly __tsonic_type_System_Collections_Generic_LinkedList_1_Enumerator: never;
402
-
403
- readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
404
- readonly __tsonic_iface_System_Collections_IEnumerator: never;
405
- readonly __tsonic_iface_System_IDisposable: never;
406
- readonly __tsonic_iface_System_Runtime_Serialization_IDeserializationCallback: never;
407
- readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
408
-
409
- readonly Current: T;
410
- Dispose(): void;
411
- MoveNext(): boolean;
412
- Reset(): void;
413
- }
414
-
415
-
416
- export const LinkedList_1_Enumerator: {
417
- new<T>(): LinkedList_1_Enumerator<T>;
418
- };
419
-
420
-
421
- export interface __LinkedList_1_Enumerator$views<T> {
422
- As_IEnumerator_1(): IEnumerator_1$instance<T>;
423
- As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
424
- As_IDeserializationCallback(): System_Runtime_Serialization_Internal.IDeserializationCallback$instance;
425
- As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
426
- }
427
-
428
- export type LinkedList_1_Enumerator<T> = LinkedList_1_Enumerator$instance<T> & __LinkedList_1_Enumerator$views<T>;
429
-
430
-
431
- export interface List_1_Enumerator$instance<T> extends IDisposable {
432
- readonly __tsonic_type_System_Collections_Generic_List_1_Enumerator: never;
433
-
434
- readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
435
- readonly __tsonic_iface_System_Collections_IEnumerator: never;
436
- readonly __tsonic_iface_System_IDisposable: never;
437
-
438
- readonly Current: T;
439
- Dispose(): void;
440
- MoveNext(): boolean;
441
- Reset(): void;
442
- }
443
-
444
-
445
- export const List_1_Enumerator: {
446
- new<T>(): List_1_Enumerator<T>;
447
- };
448
-
449
-
450
- export interface __List_1_Enumerator$views<T> {
451
- As_IEnumerator_1(): IEnumerator_1$instance<T>;
452
- As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
453
- }
454
-
455
- export type List_1_Enumerator<T> = List_1_Enumerator$instance<T> & __List_1_Enumerator$views<T>;
456
-
457
-
458
- export interface OrderedDictionary_2_Enumerator$instance<TKey, TValue> {
459
- readonly __tsonic_type_System_Collections_Generic_OrderedDictionary_2_Enumerator: never;
460
-
461
- readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
462
- readonly __tsonic_iface_System_Collections_IDictionaryEnumerator: never;
463
- readonly __tsonic_iface_System_Collections_IEnumerator: never;
464
- readonly __tsonic_iface_System_IDisposable: never;
465
-
466
- Current: KeyValuePair_2<TKey, TValue>;
467
- MoveNext(): boolean;
468
- Reset(): void;
469
- }
470
-
471
-
472
- export const OrderedDictionary_2_Enumerator: {
473
- new<TKey, TValue>(): OrderedDictionary_2_Enumerator<TKey, TValue>;
474
- };
475
-
476
-
477
- export interface __OrderedDictionary_2_Enumerator$views<TKey, TValue> {
478
- As_IEnumerator_1(): IEnumerator_1$instance<KeyValuePair_2<TKey, TValue>>;
479
- As_IDictionaryEnumerator(): System_Collections_Internal.IDictionaryEnumerator$instance;
480
- As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
481
- }
482
-
483
- export type OrderedDictionary_2_Enumerator<TKey, TValue> = OrderedDictionary_2_Enumerator$instance<TKey, TValue> & __OrderedDictionary_2_Enumerator$views<TKey, TValue>;
484
-
485
-
486
- export interface OrderedDictionary_2_KeyCollection_Enumerator$instance<TKey, TValue> {
487
- readonly __tsonic_type_System_Collections_Generic_OrderedDictionary_2_KeyCollection_Enumerator: never;
488
-
489
- readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
490
- readonly __tsonic_iface_System_Collections_IEnumerator: never;
491
- readonly __tsonic_iface_System_IDisposable: never;
492
-
493
- readonly Current: TKey;
494
- MoveNext(): boolean;
495
- Reset(): void;
496
- }
497
-
498
-
499
- export const OrderedDictionary_2_KeyCollection_Enumerator: {
500
- new<TKey, TValue>(): OrderedDictionary_2_KeyCollection_Enumerator<TKey, TValue>;
501
- };
502
-
503
-
504
- export interface __OrderedDictionary_2_KeyCollection_Enumerator$views<TKey, TValue> {
505
- As_IEnumerator_1(): IEnumerator_1$instance<TKey>;
506
- As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
507
- }
508
-
509
- export type OrderedDictionary_2_KeyCollection_Enumerator<TKey, TValue> = OrderedDictionary_2_KeyCollection_Enumerator$instance<TKey, TValue> & __OrderedDictionary_2_KeyCollection_Enumerator$views<TKey, TValue>;
510
-
511
-
512
- export interface OrderedDictionary_2_ValueCollection_Enumerator$instance<TKey, TValue> {
513
- readonly __tsonic_type_System_Collections_Generic_OrderedDictionary_2_ValueCollection_Enumerator: never;
514
-
515
- readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
516
- readonly __tsonic_iface_System_Collections_IEnumerator: never;
517
- readonly __tsonic_iface_System_IDisposable: never;
518
-
519
- readonly Current: TValue;
520
- MoveNext(): boolean;
521
- Reset(): void;
522
- }
523
-
524
-
525
- export const OrderedDictionary_2_ValueCollection_Enumerator: {
526
- new<TKey, TValue>(): OrderedDictionary_2_ValueCollection_Enumerator<TKey, TValue>;
527
- };
528
-
529
-
530
- export interface __OrderedDictionary_2_ValueCollection_Enumerator$views<TKey, TValue> {
531
- As_IEnumerator_1(): IEnumerator_1$instance<TValue>;
532
- As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
533
- }
534
-
535
- export type OrderedDictionary_2_ValueCollection_Enumerator<TKey, TValue> = OrderedDictionary_2_ValueCollection_Enumerator$instance<TKey, TValue> & __OrderedDictionary_2_ValueCollection_Enumerator$views<TKey, TValue>;
536
-
537
-
538
- export interface PriorityQueue_2_UnorderedItemsCollection_Enumerator$instance<TElement, TPriority> extends IDisposable {
539
- readonly __tsonic_type_System_Collections_Generic_PriorityQueue_2_UnorderedItemsCollection_Enumerator: never;
540
-
541
- readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
542
- readonly __tsonic_iface_System_Collections_IEnumerator: never;
543
- readonly __tsonic_iface_System_IDisposable: never;
544
-
545
- readonly Current: ValueTuple_2<TElement, TPriority>;
546
- Dispose(): void;
547
- MoveNext(): boolean;
548
- Reset(): void;
549
- }
550
-
551
-
552
- export const PriorityQueue_2_UnorderedItemsCollection_Enumerator: {
553
- new<TElement, TPriority>(): PriorityQueue_2_UnorderedItemsCollection_Enumerator<TElement, TPriority>;
554
- };
555
-
556
-
557
- export interface __PriorityQueue_2_UnorderedItemsCollection_Enumerator$views<TElement, TPriority> {
558
- As_IEnumerator_1(): IEnumerator_1$instance<ValueTuple_2<TElement, TPriority>>;
559
- As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
560
- }
561
-
562
- export type PriorityQueue_2_UnorderedItemsCollection_Enumerator<TElement, TPriority> = PriorityQueue_2_UnorderedItemsCollection_Enumerator$instance<TElement, TPriority> & __PriorityQueue_2_UnorderedItemsCollection_Enumerator$views<TElement, TPriority>;
563
-
564
-
565
- export interface Queue_1_Enumerator$instance<T> extends IDisposable {
566
- readonly __tsonic_type_System_Collections_Generic_Queue_1_Enumerator: never;
567
-
568
- readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
569
- readonly __tsonic_iface_System_Collections_IEnumerator: never;
570
- readonly __tsonic_iface_System_IDisposable: never;
571
-
572
- readonly Current: T;
573
- Dispose(): void;
574
- MoveNext(): boolean;
575
- Reset(): void;
576
- }
577
-
578
-
579
- export const Queue_1_Enumerator: {
580
- new<T>(): Queue_1_Enumerator<T>;
581
- };
582
-
583
-
584
- export interface __Queue_1_Enumerator$views<T> {
585
- As_IEnumerator_1(): IEnumerator_1$instance<T>;
586
- As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
587
- }
588
-
589
- export type Queue_1_Enumerator<T> = Queue_1_Enumerator$instance<T> & __Queue_1_Enumerator$views<T>;
590
-
591
-
592
- export interface SortedDictionary_2_Enumerator$instance<TKey, TValue> extends IDisposable {
593
- readonly __tsonic_type_System_Collections_Generic_SortedDictionary_2_Enumerator: never;
594
-
595
- readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
596
- readonly __tsonic_iface_System_Collections_IDictionaryEnumerator: never;
597
- readonly __tsonic_iface_System_Collections_IEnumerator: never;
598
- readonly __tsonic_iface_System_IDisposable: never;
599
-
600
- readonly Current: KeyValuePair_2<TKey, TValue>;
601
- Dispose(): void;
602
- MoveNext(): boolean;
603
- Reset(): void;
604
- }
605
-
606
-
607
- export const SortedDictionary_2_Enumerator: {
608
- new<TKey, TValue>(): SortedDictionary_2_Enumerator<TKey, TValue>;
609
- };
610
-
611
-
612
- export interface __SortedDictionary_2_Enumerator$views<TKey, TValue> {
613
- As_IEnumerator_1(): IEnumerator_1$instance<KeyValuePair_2<TKey, TValue>>;
614
- As_IDictionaryEnumerator(): System_Collections_Internal.IDictionaryEnumerator$instance;
615
- As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
130
+ Equals(x: T | null, y: T | null): boolean;
131
+ GetHashCode(obj: T): int;
616
132
  }
617
133
 
618
- export type SortedDictionary_2_Enumerator<TKey, TValue> = SortedDictionary_2_Enumerator$instance<TKey, TValue> & __SortedDictionary_2_Enumerator$views<TKey, TValue>;
619
134
 
135
+ export type IEqualityComparer_1<T> = IEqualityComparer_1$instance<T>;
620
136
 
621
- export interface SortedDictionary_2_KeyCollection_Enumerator$instance<TKey, TValue> extends IDisposable {
622
- readonly __tsonic_type_System_Collections_Generic_SortedDictionary_2_KeyCollection_Enumerator: never;
623
-
624
- readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
625
- readonly __tsonic_iface_System_Collections_IEnumerator: never;
626
- readonly __tsonic_iface_System_IDisposable: never;
137
+ export interface IList_1$instance<T> extends ICollection_1<T>, IEnumerable_1<T>, IEnumerable {
138
+ readonly __tsonic_iface_System_Collections_Generic_IList_1: never;
627
139
 
628
- readonly Current: TKey;
629
- Dispose(): void;
630
- MoveNext(): boolean;
631
- Reset(): void;
140
+ readonly Count: int;
141
+ readonly IsReadOnly: boolean;
142
+ Add(item: T): void;
143
+ Clear(): void;
144
+ Contains(item: T): boolean;
145
+ CopyTo(array: T[], arrayIndex: int): void;
146
+ GetEnumerator(): IEnumerator_1<T>;
147
+ GetEnumerator(): IEnumerator;
148
+ IndexOf(item: T): int;
149
+ Insert(index: int, item: T): void;
150
+ RemoveAt(index: int): void;
151
+ GetEnumerator2(): IEnumerator;
632
152
  }
633
153
 
634
154
 
635
- export const SortedDictionary_2_KeyCollection_Enumerator: {
636
- new<TKey, TValue>(): SortedDictionary_2_KeyCollection_Enumerator<TKey, TValue>;
637
- };
155
+ export type IList_1<T> = IList_1$instance<T> & { [index: number]: T; };
638
156
 
157
+ export interface IReadOnlyCollection_1$instance<T> extends IEnumerable_1<T>, IEnumerable {
158
+ readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
639
159
 
640
- export interface __SortedDictionary_2_KeyCollection_Enumerator$views<TKey, TValue> {
641
- As_IEnumerator_1(): IEnumerator_1$instance<TKey>;
642
- As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
160
+ readonly Count: int;
161
+ GetEnumerator(): IEnumerator_1<T>;
162
+ GetEnumerator(): IEnumerator;
163
+ GetEnumerator2(): IEnumerator;
643
164
  }
644
165
 
645
- export type SortedDictionary_2_KeyCollection_Enumerator<TKey, TValue> = SortedDictionary_2_KeyCollection_Enumerator$instance<TKey, TValue> & __SortedDictionary_2_KeyCollection_Enumerator$views<TKey, TValue>;
646
166
 
167
+ export type IReadOnlyCollection_1<T> = IReadOnlyCollection_1$instance<T>;
647
168
 
648
- export interface SortedDictionary_2_ValueCollection_Enumerator$instance<TKey, TValue> extends IDisposable {
649
- readonly __tsonic_type_System_Collections_Generic_SortedDictionary_2_ValueCollection_Enumerator: never;
650
-
651
- readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
652
- readonly __tsonic_iface_System_Collections_IEnumerator: never;
653
- readonly __tsonic_iface_System_IDisposable: never;
169
+ export interface IReadOnlyDictionary_2$instance<TKey, TValue> extends IReadOnlyCollection_1<KeyValuePair_2<TKey, TValue>>, IEnumerable_1<KeyValuePair_2<TKey, TValue>>, IEnumerable {
170
+ readonly __tsonic_iface_System_Collections_Generic_IReadOnlyDictionary_2: never;
654
171
 
655
- readonly Current: TValue;
656
- Dispose(): void;
657
- MoveNext(): boolean;
658
- Reset(): void;
172
+ readonly Item: TValue;
173
+ readonly Keys: IEnumerable_1<TKey>;
174
+ readonly Values: IEnumerable_1<TValue>;
175
+ readonly Count: int;
176
+ ContainsKey(key: TKey): boolean;
177
+ GetEnumerator(): IEnumerator_1<KeyValuePair_2<TKey, TValue>>;
178
+ GetEnumerator(): IEnumerator;
179
+ TryGetValue(key: TKey, value: TValue): boolean;
180
+ GetEnumerator2(): IEnumerator;
659
181
  }
660
182
 
661
183
 
662
- export const SortedDictionary_2_ValueCollection_Enumerator: {
663
- new<TKey, TValue>(): SortedDictionary_2_ValueCollection_Enumerator<TKey, TValue>;
664
- };
184
+ export type IReadOnlyDictionary_2<TKey, TValue> = IReadOnlyDictionary_2$instance<TKey, TValue>;
665
185
 
186
+ export interface IReadOnlyList_1$instance<T> extends IReadOnlyCollection_1<T>, IEnumerable_1<T>, IEnumerable {
187
+ readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
666
188
 
667
- export interface __SortedDictionary_2_ValueCollection_Enumerator$views<TKey, TValue> {
668
- As_IEnumerator_1(): IEnumerator_1$instance<TValue>;
669
- As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
189
+ readonly Count: int;
190
+ GetEnumerator(): IEnumerator_1<T>;
191
+ GetEnumerator(): IEnumerator;
192
+ GetEnumerator2(): IEnumerator;
670
193
  }
671
194
 
672
- export type SortedDictionary_2_ValueCollection_Enumerator<TKey, TValue> = SortedDictionary_2_ValueCollection_Enumerator$instance<TKey, TValue> & __SortedDictionary_2_ValueCollection_Enumerator$views<TKey, TValue>;
673
-
674
195
 
675
- export interface SortedSet_1_Enumerator$instance<T> extends IDisposable, System_Runtime_Serialization_Internal.IDeserializationCallback$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
676
- readonly __tsonic_type_System_Collections_Generic_SortedSet_1_Enumerator: never;
196
+ export type IReadOnlyList_1<T> = IReadOnlyList_1$instance<T> & { readonly [index: number]: T; };
677
197
 
678
- readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
679
- readonly __tsonic_iface_System_Collections_IEnumerator: never;
680
- readonly __tsonic_iface_System_IDisposable: never;
681
- readonly __tsonic_iface_System_Runtime_Serialization_IDeserializationCallback: never;
682
- readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
198
+ export interface IReadOnlySet_1$instance<T> extends IReadOnlyCollection_1<T>, IEnumerable_1<T>, IEnumerable {
199
+ readonly __tsonic_iface_System_Collections_Generic_IReadOnlySet_1: never;
683
200
 
684
- readonly Current: T;
685
- Dispose(): void;
686
- MoveNext(): boolean;
687
- Reset(): void;
201
+ readonly Count: int;
202
+ Contains(item: T): boolean;
203
+ GetEnumerator(): IEnumerator_1<T>;
204
+ GetEnumerator(): IEnumerator;
205
+ IsProperSubsetOf(other: IEnumerable_1<T>): boolean;
206
+ GetEnumerator2(): IEnumerator;
688
207
  }
689
208
 
690
209
 
691
- export const SortedSet_1_Enumerator: {
692
- new<T>(): SortedSet_1_Enumerator<T>;
693
- };
210
+ export type IReadOnlySet_1<T> = IReadOnlySet_1$instance<T>;
694
211
 
212
+ export interface ISet_1$instance<T> extends ICollection_1<T>, IEnumerable_1<T>, IEnumerable {
213
+ readonly __tsonic_iface_System_Collections_Generic_ISet_1: never;
695
214
 
696
- export interface __SortedSet_1_Enumerator$views<T> {
697
- As_IEnumerator_1(): IEnumerator_1$instance<T>;
698
- As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
699
- As_IDeserializationCallback(): System_Runtime_Serialization_Internal.IDeserializationCallback$instance;
700
- As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
215
+ readonly Count: int;
216
+ readonly IsReadOnly: boolean;
217
+ Add(item: T): void;
218
+ Add(item: T): boolean;
219
+ Clear(): void;
220
+ Contains(item: T): boolean;
221
+ CopyTo(array: T[], arrayIndex: int): void;
222
+ GetEnumerator(): IEnumerator_1<T>;
223
+ GetEnumerator(): IEnumerator;
224
+ IsSubsetOf(other: IEnumerable_1<T>): boolean;
225
+ UnionWith(other: IEnumerable_1<T>): void;
226
+ GetEnumerator2(): IEnumerator;
701
227
  }
702
228
 
703
- export type SortedSet_1_Enumerator<T> = SortedSet_1_Enumerator$instance<T> & __SortedSet_1_Enumerator$views<T>;
704
-
705
229
 
706
- export interface Stack_1_Enumerator$instance<T> extends IDisposable {
707
- readonly __tsonic_type_System_Collections_Generic_Stack_1_Enumerator: never;
230
+ export type ISet_1<T> = ISet_1$instance<T>;
708
231
 
709
- readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
710
- readonly __tsonic_iface_System_Collections_IEnumerator: never;
711
- readonly __tsonic_iface_System_IDisposable: never;
232
+ export interface KeyValuePair_2$instance<TKey, TValue> {
233
+ readonly __tsonic_type_System_Collections_Generic_KeyValuePair_2: never;
712
234
 
713
- readonly Current: T;
714
- Dispose(): void;
715
- MoveNext(): boolean;
716
- Reset(): void;
235
+ readonly Key: TKey;
236
+ readonly Value: TValue;
237
+ Deconstruct(key: TKey, value: TValue): void;
238
+ ToString(): string;
717
239
  }
718
240
 
719
241
 
720
- export const Stack_1_Enumerator: {
721
- new<T>(): Stack_1_Enumerator<T>;
242
+ export const KeyValuePair_2: {
243
+ new<TKey, TValue>(key: TKey, value: TValue): KeyValuePair_2<TKey, TValue>;
722
244
  };
723
245
 
724
246
 
725
- export interface __Stack_1_Enumerator$views<T> {
726
- As_IEnumerator_1(): IEnumerator_1$instance<T>;
727
- As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
728
- }
729
-
730
- export type Stack_1_Enumerator<T> = Stack_1_Enumerator$instance<T> & __Stack_1_Enumerator$views<T>;
731
-
247
+ export type KeyValuePair_2<TKey, TValue> = KeyValuePair_2$instance<TKey, TValue>;
732
248
 
733
249
  export interface ByteEqualityComparer$instance extends EqualityComparer_1$instance<System_Internal.Byte> {
734
250
  readonly __tsonic_type_System_Collections_Generic_ByteEqualityComparer: never;
@@ -737,7 +253,7 @@ export interface ByteEqualityComparer$instance extends EqualityComparer_1$instan
737
253
  readonly __tsonic_iface_System_Collections_IEqualityComparer: never;
738
254
 
739
255
  Equals(x: byte, y: byte): boolean;
740
- Equals(obj: unknown): boolean;
256
+ Equals(obj: JsValue | null): boolean;
741
257
  GetHashCode(b: byte): int;
742
258
  GetHashCode(): int;
743
259
  }
@@ -756,18 +272,18 @@ export interface __ByteEqualityComparer$views {
756
272
  export type ByteEqualityComparer = ByteEqualityComparer$instance & __ByteEqualityComparer$views;
757
273
 
758
274
 
759
- export interface Comparer_1$instance<T> extends IComparer_1$instance<T> {
275
+ export interface Comparer_1$instance<T> {
760
276
  readonly __tsonic_type_System_Collections_Generic_Comparer_1: never;
761
277
 
762
278
  readonly __tsonic_iface_System_Collections_Generic_IComparer_1: never;
763
279
  readonly __tsonic_iface_System_Collections_IComparer: never;
764
280
 
765
- Compare(x: T, y: T): int;
281
+ Compare(x: T | null, y: T | null): int;
766
282
  }
767
283
 
768
284
 
769
285
  export const Comparer_1: (abstract new<T>() => Comparer_1<T>) & {
770
- readonly Default: unknown;
286
+ readonly Default: <T>() => Comparer_1<T>;
771
287
  Create<T>(comparison: Comparison_1<T>): Comparer_1<T>;
772
288
  };
773
289
 
@@ -808,7 +324,7 @@ export interface Dictionary_2$instance<TKey, TValue> extends System_Runtime_Seri
808
324
  GetAlternateLookup<TAlternateKey>(): Dictionary_2_AlternateLookup_1<TKey, TValue, TAlternateKey>;
809
325
  GetEnumerator(): Dictionary_2_Enumerator<TKey, TValue>;
810
326
  GetObjectData(info: SerializationInfo, context: StreamingContext): void;
811
- OnDeserialization(sender: unknown): void;
327
+ OnDeserialization(sender: JsValue | null): void;
812
328
  Remove(key: TKey): boolean;
813
329
  Remove(key: TKey, value: TValue): boolean;
814
330
  TrimExcess(): void;
@@ -822,12 +338,12 @@ export interface Dictionary_2$instance<TKey, TValue> extends System_Runtime_Seri
822
338
  export const Dictionary_2: {
823
339
  new<TKey, TValue>(): Dictionary_2<TKey, TValue>;
824
340
  new<TKey, TValue>(capacity: int): Dictionary_2<TKey, TValue>;
825
- new<TKey, TValue>(comparer: IEqualityComparer_1<TKey>): Dictionary_2<TKey, TValue>;
826
- new<TKey, TValue>(capacity: int, comparer: IEqualityComparer_1<TKey>): Dictionary_2<TKey, TValue>;
341
+ new<TKey, TValue>(comparer: IEqualityComparer_1<TKey> | null): Dictionary_2<TKey, TValue>;
342
+ new<TKey, TValue>(capacity: int, comparer: IEqualityComparer_1<TKey> | null): Dictionary_2<TKey, TValue>;
827
343
  new<TKey, TValue>(dictionary: IDictionary_2<TKey, TValue>): Dictionary_2<TKey, TValue>;
828
- new<TKey, TValue>(dictionary: IDictionary_2<TKey, TValue>, comparer: IEqualityComparer_1<TKey>): Dictionary_2<TKey, TValue>;
344
+ new<TKey, TValue>(dictionary: IDictionary_2<TKey, TValue>, comparer: IEqualityComparer_1<TKey> | null): Dictionary_2<TKey, TValue>;
829
345
  new<TKey, TValue>(collection: IEnumerable_1<KeyValuePair_2<TKey, TValue>>): Dictionary_2<TKey, TValue>;
830
- new<TKey, TValue>(collection: IEnumerable_1<KeyValuePair_2<TKey, TValue>>, comparer: IEqualityComparer_1<TKey>): Dictionary_2<TKey, TValue>;
346
+ new<TKey, TValue>(collection: IEnumerable_1<KeyValuePair_2<TKey, TValue>>, comparer: IEqualityComparer_1<TKey> | null): Dictionary_2<TKey, TValue>;
831
347
  };
832
348
 
833
349
 
@@ -847,7 +363,49 @@ export interface __Dictionary_2$views<TKey, TValue> {
847
363
  export type Dictionary_2<TKey, TValue> = Dictionary_2$instance<TKey, TValue> & __Dictionary_2$views<TKey, TValue>;
848
364
 
849
365
 
850
- export interface Dictionary_2_KeyCollection$instance<TKey, TValue> {
366
+ export interface Dictionary_2_AlternateLookup_1$instance<TKey, TValue, TAlternateKey> {
367
+ readonly __tsonic_type_System_Collections_Generic_Dictionary_2_AlternateLookup_1: never;
368
+
369
+ readonly Dictionary: Dictionary_2<TKey, TValue>;
370
+ Item: TValue;
371
+ ContainsKey(key: TAlternateKey): boolean;
372
+ Remove(key: TAlternateKey): boolean;
373
+ Remove(key: TAlternateKey, actualKey: TKey, value: TValue): boolean;
374
+ TryAdd(key: TAlternateKey, value: TValue): boolean;
375
+ TryGetValue(key: TAlternateKey, value: TValue): boolean;
376
+ TryGetValue(key: TAlternateKey, actualKey: TKey, value: TValue): boolean;
377
+ }
378
+
379
+
380
+ export const Dictionary_2_AlternateLookup_1: {
381
+ new<TKey, TValue, TAlternateKey>(): Dictionary_2_AlternateLookup_1<TKey, TValue, TAlternateKey>;
382
+ };
383
+
384
+
385
+ export type Dictionary_2_AlternateLookup_1<TKey, TValue, TAlternateKey> = Dictionary_2_AlternateLookup_1$instance<TKey, TValue, TAlternateKey>;
386
+
387
+ export interface Dictionary_2_Enumerator$instance<TKey, TValue> extends IEnumerator_1<KeyValuePair_2<TKey, TValue>>, IDisposable, IEnumerator, IDictionaryEnumerator {
388
+ readonly __tsonic_type_System_Collections_Generic_Dictionary_2_Enumerator: never;
389
+
390
+ readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
391
+ readonly __tsonic_iface_System_Collections_IDictionaryEnumerator: never;
392
+ readonly __tsonic_iface_System_Collections_IEnumerator: never;
393
+ readonly __tsonic_iface_System_IDisposable: never;
394
+
395
+ readonly Current: KeyValuePair_2<TKey, TValue>;
396
+ Dispose(): void;
397
+ MoveNext(): boolean;
398
+ }
399
+
400
+
401
+ export const Dictionary_2_Enumerator: {
402
+ new<TKey, TValue>(): Dictionary_2_Enumerator<TKey, TValue>;
403
+ };
404
+
405
+
406
+ export type Dictionary_2_Enumerator<TKey, TValue> = Dictionary_2_Enumerator$instance<TKey, TValue>;
407
+
408
+ export interface Dictionary_2_KeyCollection$instance<TKey, TValue> extends ICollection_1<TKey>, IEnumerable_1<TKey>, IEnumerable, ICollection, IReadOnlyCollection_1<TKey> {
851
409
  readonly __tsonic_type_System_Collections_Generic_Dictionary_2_KeyCollection: never;
852
410
 
853
411
  readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
@@ -868,18 +426,29 @@ export const Dictionary_2_KeyCollection: {
868
426
  };
869
427
 
870
428
 
871
- export interface __Dictionary_2_KeyCollection$views<TKey, TValue> {
872
- As_ICollection_1(): ICollection_1$instance<TKey>;
873
- As_IEnumerable_1(): IEnumerable_1$instance<TKey>;
874
- As_IReadOnlyCollection_1(): IReadOnlyCollection_1$instance<TKey>;
875
- As_ICollection(): System_Collections_Internal.ICollection$instance;
876
- As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
429
+ export type Dictionary_2_KeyCollection<TKey, TValue> = Dictionary_2_KeyCollection$instance<TKey, TValue>;
430
+
431
+ export interface Dictionary_2_KeyCollection_Enumerator$instance<TKey, TValue> extends IEnumerator_1<TKey>, IDisposable, IEnumerator {
432
+ readonly __tsonic_type_System_Collections_Generic_Dictionary_2_KeyCollection_Enumerator: never;
433
+
434
+ readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
435
+ readonly __tsonic_iface_System_Collections_IEnumerator: never;
436
+ readonly __tsonic_iface_System_IDisposable: never;
437
+
438
+ readonly Current: TKey;
439
+ Dispose(): void;
440
+ MoveNext(): boolean;
877
441
  }
878
442
 
879
- export type Dictionary_2_KeyCollection<TKey, TValue> = Dictionary_2_KeyCollection$instance<TKey, TValue> & __Dictionary_2_KeyCollection$views<TKey, TValue>;
880
443
 
444
+ export const Dictionary_2_KeyCollection_Enumerator: {
445
+ new<TKey, TValue>(): Dictionary_2_KeyCollection_Enumerator<TKey, TValue>;
446
+ };
447
+
448
+
449
+ export type Dictionary_2_KeyCollection_Enumerator<TKey, TValue> = Dictionary_2_KeyCollection_Enumerator$instance<TKey, TValue>;
881
450
 
882
- export interface Dictionary_2_ValueCollection$instance<TKey, TValue> {
451
+ export interface Dictionary_2_ValueCollection$instance<TKey, TValue> extends ICollection_1<TValue>, IEnumerable_1<TValue>, IEnumerable, ICollection, IReadOnlyCollection_1<TValue> {
883
452
  readonly __tsonic_type_System_Collections_Generic_Dictionary_2_ValueCollection: never;
884
453
 
885
454
  readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
@@ -899,18 +468,29 @@ export const Dictionary_2_ValueCollection: {
899
468
  };
900
469
 
901
470
 
902
- export interface __Dictionary_2_ValueCollection$views<TKey, TValue> {
903
- As_ICollection_1(): ICollection_1$instance<TValue>;
904
- As_IEnumerable_1(): IEnumerable_1$instance<TValue>;
905
- As_IReadOnlyCollection_1(): IReadOnlyCollection_1$instance<TValue>;
906
- As_ICollection(): System_Collections_Internal.ICollection$instance;
907
- As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
471
+ export type Dictionary_2_ValueCollection<TKey, TValue> = Dictionary_2_ValueCollection$instance<TKey, TValue>;
472
+
473
+ export interface Dictionary_2_ValueCollection_Enumerator$instance<TKey, TValue> extends IEnumerator_1<TValue>, IDisposable, IEnumerator {
474
+ readonly __tsonic_type_System_Collections_Generic_Dictionary_2_ValueCollection_Enumerator: never;
475
+
476
+ readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
477
+ readonly __tsonic_iface_System_Collections_IEnumerator: never;
478
+ readonly __tsonic_iface_System_IDisposable: never;
479
+
480
+ readonly Current: TValue;
481
+ Dispose(): void;
482
+ MoveNext(): boolean;
908
483
  }
909
484
 
910
- export type Dictionary_2_ValueCollection<TKey, TValue> = Dictionary_2_ValueCollection$instance<TKey, TValue> & __Dictionary_2_ValueCollection$views<TKey, TValue>;
911
485
 
486
+ export const Dictionary_2_ValueCollection_Enumerator: {
487
+ new<TKey, TValue>(): Dictionary_2_ValueCollection_Enumerator<TKey, TValue>;
488
+ };
489
+
490
+
491
+ export type Dictionary_2_ValueCollection_Enumerator<TKey, TValue> = Dictionary_2_ValueCollection_Enumerator$instance<TKey, TValue>;
912
492
 
913
- export interface EnumEqualityComparer_1$instance<T extends number> extends EqualityComparer_1$instance<T>, System_Runtime_Serialization_Internal.ISerializable$instance {
493
+ export interface EnumEqualityComparer_1$instance<T extends number & NonNullable<JsValue>> extends EqualityComparer_1$instance<T>, System_Runtime_Serialization_Internal.ISerializable$instance {
914
494
  readonly __tsonic_type_System_Collections_Generic_EnumEqualityComparer_1: never;
915
495
 
916
496
  readonly __tsonic_iface_System_Collections_Generic_IEqualityComparer_1: never;
@@ -918,7 +498,7 @@ export interface EnumEqualityComparer_1$instance<T extends number> extends Equal
918
498
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
919
499
 
920
500
  Equals(x: T, y: T): boolean;
921
- Equals(obj: unknown): boolean;
501
+ Equals(obj: JsValue | null): boolean;
922
502
  GetHashCode(obj: T): int;
923
503
  GetHashCode(): int;
924
504
  GetObjectData(info: SerializationInfo, context: StreamingContext): void;
@@ -926,11 +506,11 @@ export interface EnumEqualityComparer_1$instance<T extends number> extends Equal
926
506
 
927
507
 
928
508
  export const EnumEqualityComparer_1: {
929
- new<T extends number>(): EnumEqualityComparer_1<T>;
509
+ new<T extends number & NonNullable<JsValue>>(): EnumEqualityComparer_1<T>;
930
510
  };
931
511
 
932
512
 
933
- export interface __EnumEqualityComparer_1$views<T extends number & unknown> {
513
+ export interface __EnumEqualityComparer_1$views<T extends number & NonNullable<JsValue>> {
934
514
  As_IEqualityComparer_1(): IEqualityComparer_1$instance<T>;
935
515
  As_IEqualityComparer(): System_Collections_Internal.IEqualityComparer$instance;
936
516
  As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
@@ -945,16 +525,16 @@ export interface EqualityComparer_1$instance<T> {
945
525
  readonly __tsonic_iface_System_Collections_Generic_IEqualityComparer_1: never;
946
526
  readonly __tsonic_iface_System_Collections_IEqualityComparer: never;
947
527
 
948
- Equals(x: T, y: T): boolean;
949
- Equals(obj: unknown): boolean;
528
+ Equals(x: T | null, y: T | null): boolean;
529
+ Equals(obj: JsValue | null): boolean;
950
530
  GetHashCode(obj: T): int;
951
531
  GetHashCode(): int;
952
532
  }
953
533
 
954
534
 
955
535
  export const EqualityComparer_1: (abstract new<T>() => EqualityComparer_1<T>) & {
956
- readonly Default: unknown;
957
- Create<T>(equals: Func_3<T, T, System_Internal.Boolean>, getHashCode?: Func_2<T, System_Internal.Int32>): EqualityComparer_1<T>;
536
+ readonly Default: <T>() => EqualityComparer_1<T>;
537
+ Create<T>(equals: Func_3<T | null, T | null, System_Internal.Boolean>, getHashCode?: Func_2<T, System_Internal.Int32> | null): EqualityComparer_1<T>;
958
538
  };
959
539
 
960
540
 
@@ -972,8 +552,8 @@ export interface GenericComparer_1$instance<T extends (IComparable_1<T> | number
972
552
  readonly __tsonic_iface_System_Collections_Generic_IComparer_1: never;
973
553
  readonly __tsonic_iface_System_Collections_IComparer: never;
974
554
 
975
- Compare(x: T, y: T): int;
976
- Equals(obj: unknown): boolean;
555
+ Compare(x: T | null, y: T | null): int;
556
+ Equals(obj: JsValue | null): boolean;
977
557
  GetHashCode(): int;
978
558
  }
979
559
 
@@ -997,8 +577,8 @@ export interface GenericEqualityComparer_1$instance<T extends (IEquatable_1<T> |
997
577
  readonly __tsonic_iface_System_Collections_Generic_IEqualityComparer_1: never;
998
578
  readonly __tsonic_iface_System_Collections_IEqualityComparer: never;
999
579
 
1000
- Equals(x: T, y: T): boolean;
1001
- Equals(obj: unknown): boolean;
580
+ Equals(x: T | null, y: T | null): boolean;
581
+ Equals(obj: JsValue | null): boolean;
1002
582
  GetHashCode(obj: T): int;
1003
583
  GetHashCode(): int;
1004
584
  }
@@ -1048,7 +628,7 @@ export interface HashSet_1$instance<T> extends System_Runtime_Serialization_Inte
1048
628
  IsProperSupersetOf(other: IEnumerable_1<T>): boolean;
1049
629
  IsSubsetOf(other: IEnumerable_1<T>): boolean;
1050
630
  IsSupersetOf(other: IEnumerable_1<T>): boolean;
1051
- OnDeserialization(sender: unknown): void;
631
+ OnDeserialization(sender: JsValue | null): void;
1052
632
  Overlaps(other: IEnumerable_1<T>): boolean;
1053
633
  Remove(item: T): boolean;
1054
634
  RemoveWhere(match: Predicate_1<T>): int;
@@ -1062,30 +642,68 @@ export interface HashSet_1$instance<T> extends System_Runtime_Serialization_Inte
1062
642
  }
1063
643
 
1064
644
 
1065
- export const HashSet_1: {
1066
- new<T>(): HashSet_1<T>;
1067
- new<T>(comparer: IEqualityComparer_1<T>): HashSet_1<T>;
1068
- new<T>(capacity: int): HashSet_1<T>;
1069
- new<T>(collection: IEnumerable_1<T>): HashSet_1<T>;
1070
- new<T>(collection: IEnumerable_1<T>, comparer: IEqualityComparer_1<T>): HashSet_1<T>;
1071
- new<T>(capacity: int, comparer: IEqualityComparer_1<T>): HashSet_1<T>;
1072
- CreateSetComparer<T>(): IEqualityComparer_1<HashSet_1<T>>;
645
+ export const HashSet_1: {
646
+ new<T>(): HashSet_1<T>;
647
+ new<T>(comparer: IEqualityComparer_1<T> | null): HashSet_1<T>;
648
+ new<T>(capacity: int): HashSet_1<T>;
649
+ new<T>(collection: IEnumerable_1<T>): HashSet_1<T>;
650
+ new<T>(collection: IEnumerable_1<T>, comparer: IEqualityComparer_1<T> | null): HashSet_1<T>;
651
+ new<T>(capacity: int, comparer: IEqualityComparer_1<T> | null): HashSet_1<T>;
652
+ CreateSetComparer<T>(): IEqualityComparer_1<HashSet_1<T>>;
653
+ };
654
+
655
+
656
+ export interface __HashSet_1$views<T> {
657
+ As_ICollection_1(): ICollection_1$instance<T>;
658
+ As_IEnumerable_1(): IEnumerable_1$instance<T>;
659
+ As_IReadOnlyCollection_1(): IReadOnlyCollection_1$instance<T>;
660
+ As_IReadOnlySet_1(): IReadOnlySet_1$instance<T>;
661
+ As_ISet_1(): ISet_1$instance<T>;
662
+ As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
663
+ As_IDeserializationCallback(): System_Runtime_Serialization_Internal.IDeserializationCallback$instance;
664
+ As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
665
+ }
666
+
667
+ export type HashSet_1<T> = HashSet_1$instance<T> & __HashSet_1$views<T>;
668
+
669
+
670
+ export interface HashSet_1_AlternateLookup_1$instance<T, TAlternate> {
671
+ readonly __tsonic_type_System_Collections_Generic_HashSet_1_AlternateLookup_1: never;
672
+
673
+ readonly Set: HashSet_1<T>;
674
+ Add(item: TAlternate): boolean;
675
+ Contains(item: TAlternate): boolean;
676
+ Remove(item: TAlternate): boolean;
677
+ TryGetValue(equalValue: TAlternate, actualValue: T): boolean;
678
+ }
679
+
680
+
681
+ export const HashSet_1_AlternateLookup_1: {
682
+ new<T, TAlternate>(): HashSet_1_AlternateLookup_1<T, TAlternate>;
683
+ };
684
+
685
+
686
+ export type HashSet_1_AlternateLookup_1<T, TAlternate> = HashSet_1_AlternateLookup_1$instance<T, TAlternate>;
687
+
688
+ export interface HashSet_1_Enumerator$instance<T> extends IEnumerator_1<T>, IDisposable, IEnumerator {
689
+ readonly __tsonic_type_System_Collections_Generic_HashSet_1_Enumerator: never;
690
+
691
+ readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
692
+ readonly __tsonic_iface_System_Collections_IEnumerator: never;
693
+ readonly __tsonic_iface_System_IDisposable: never;
694
+
695
+ readonly Current: T;
696
+ Dispose(): void;
697
+ MoveNext(): boolean;
698
+ }
699
+
700
+
701
+ export const HashSet_1_Enumerator: {
702
+ new<T>(): HashSet_1_Enumerator<T>;
1073
703
  };
1074
704
 
1075
705
 
1076
- export interface __HashSet_1$views<T> {
1077
- As_ICollection_1(): ICollection_1$instance<T>;
1078
- As_IEnumerable_1(): IEnumerable_1$instance<T>;
1079
- As_IReadOnlyCollection_1(): IReadOnlyCollection_1$instance<T>;
1080
- As_IReadOnlySet_1(): IReadOnlySet_1$instance<T>;
1081
- As_ISet_1(): ISet_1$instance<T>;
1082
- As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
1083
- As_IDeserializationCallback(): System_Runtime_Serialization_Internal.IDeserializationCallback$instance;
1084
- As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
1085
- }
1086
-
1087
- export type HashSet_1<T> = HashSet_1$instance<T> & __HashSet_1$views<T>;
1088
-
706
+ export type HashSet_1_Enumerator<T> = HashSet_1_Enumerator$instance<T>;
1089
707
 
1090
708
  export interface KeyNotFoundException$instance extends SystemException, System_Runtime_Serialization_Internal.ISerializable$instance {
1091
709
  readonly __tsonic_type_System_Collections_Generic_KeyNotFoundException: never;
@@ -1097,8 +715,8 @@ export interface KeyNotFoundException$instance extends SystemException, System_R
1097
715
 
1098
716
  export const KeyNotFoundException: {
1099
717
  new(): KeyNotFoundException;
1100
- new(message: string): KeyNotFoundException;
1101
- new(message: string, innerException: Exception): KeyNotFoundException;
718
+ new(message: string | null): KeyNotFoundException;
719
+ new(message: string | null, innerException: Exception | null): KeyNotFoundException;
1102
720
  };
1103
721
 
1104
722
 
@@ -1121,8 +739,8 @@ export interface LinkedList_1$instance<T> extends System_Runtime_Serialization_I
1121
739
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
1122
740
 
1123
741
  readonly Count: int;
1124
- readonly First: LinkedListNode_1<T> | undefined;
1125
- readonly Last: LinkedListNode_1<T> | undefined;
742
+ readonly First: LinkedListNode_1<T> | null;
743
+ readonly Last: LinkedListNode_1<T> | null;
1126
744
  AddAfter(node: LinkedListNode_1<T>, value: T): LinkedListNode_1<T>;
1127
745
  AddAfter(node: LinkedListNode_1<T>, newNode: LinkedListNode_1<T>): void;
1128
746
  AddBefore(node: LinkedListNode_1<T>, value: T): LinkedListNode_1<T>;
@@ -1134,11 +752,11 @@ export interface LinkedList_1$instance<T> extends System_Runtime_Serialization_I
1134
752
  Clear(): void;
1135
753
  Contains(value: T): boolean;
1136
754
  CopyTo(array: T[], index: int): void;
1137
- Find(value: T): LinkedListNode_1<T> | undefined;
1138
- FindLast(value: T): LinkedListNode_1<T> | undefined;
755
+ Find(value: T): LinkedListNode_1<T> | null;
756
+ FindLast(value: T): LinkedListNode_1<T> | null;
1139
757
  GetEnumerator(): LinkedList_1_Enumerator<T>;
1140
758
  GetObjectData(info: SerializationInfo, context: StreamingContext): void;
1141
- OnDeserialization(sender: unknown): void;
759
+ OnDeserialization(sender: JsValue | null): void;
1142
760
  Remove(value: T): boolean;
1143
761
  Remove(node: LinkedListNode_1<T>): void;
1144
762
  RemoveFirst(): void;
@@ -1165,12 +783,34 @@ export interface __LinkedList_1$views<T> {
1165
783
  export type LinkedList_1<T> = LinkedList_1$instance<T> & __LinkedList_1$views<T>;
1166
784
 
1167
785
 
786
+ export interface LinkedList_1_Enumerator$instance<T> extends IEnumerator_1<T>, IEnumerator, IDisposable, ISerializable, IDeserializationCallback {
787
+ readonly __tsonic_type_System_Collections_Generic_LinkedList_1_Enumerator: never;
788
+
789
+ readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
790
+ readonly __tsonic_iface_System_Collections_IEnumerator: never;
791
+ readonly __tsonic_iface_System_IDisposable: never;
792
+ readonly __tsonic_iface_System_Runtime_Serialization_IDeserializationCallback: never;
793
+ readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
794
+
795
+ readonly Current: T;
796
+ Dispose(): void;
797
+ MoveNext(): boolean;
798
+ }
799
+
800
+
801
+ export const LinkedList_1_Enumerator: {
802
+ new<T>(): LinkedList_1_Enumerator<T>;
803
+ };
804
+
805
+
806
+ export type LinkedList_1_Enumerator<T> = LinkedList_1_Enumerator$instance<T>;
807
+
1168
808
  export interface LinkedListNode_1$instance<T> {
1169
809
  readonly __tsonic_type_System_Collections_Generic_LinkedListNode_1: never;
1170
810
 
1171
- readonly List: LinkedList_1<T> | undefined;
1172
- readonly Next: LinkedListNode_1<T> | undefined;
1173
- readonly Previous: LinkedListNode_1<T> | undefined;
811
+ readonly List: LinkedList_1<T> | null;
812
+ readonly Next: LinkedListNode_1<T> | null;
813
+ readonly Previous: LinkedListNode_1<T> | null;
1174
814
  Value: T;
1175
815
  readonly ValueRef: T;
1176
816
  }
@@ -1200,9 +840,9 @@ export interface List_1$instance<T> {
1200
840
  Add(item: T): void;
1201
841
  AddRange(collection: IEnumerable_1<T>): void;
1202
842
  AsReadOnly(): ReadOnlyCollection_1<T>;
1203
- BinarySearch(index: int, count: int, item: T, comparer: IComparer_1<T>): int;
843
+ BinarySearch(index: int, count: int, item: T, comparer: IComparer_1<T> | null): int;
1204
844
  BinarySearch(item: T): int;
1205
- BinarySearch(item: T, comparer: IComparer_1<T>): int;
845
+ BinarySearch(item: T, comparer: IComparer_1<T> | null): int;
1206
846
  Clear(): void;
1207
847
  Contains(item: T): boolean;
1208
848
  ConvertAll<TOutput>(converter: Converter_2<T, TOutput>): List_1<TOutput>;
@@ -1211,12 +851,12 @@ export interface List_1$instance<T> {
1211
851
  CopyTo(array: T[], arrayIndex: int): void;
1212
852
  EnsureCapacity(capacity: int): int;
1213
853
  Exists(match: Predicate_1<T>): boolean;
1214
- Find(match: Predicate_1<T>): T | undefined;
854
+ Find(match: Predicate_1<T>): T | null;
1215
855
  FindAll(match: Predicate_1<T>): List_1<T>;
1216
856
  FindIndex(match: Predicate_1<T>): int;
1217
857
  FindIndex(startIndex: int, match: Predicate_1<T>): int;
1218
858
  FindIndex(startIndex: int, count: int, match: Predicate_1<T>): int;
1219
- FindLast(match: Predicate_1<T>): T | undefined;
859
+ FindLast(match: Predicate_1<T>): T | null;
1220
860
  FindLastIndex(match: Predicate_1<T>): int;
1221
861
  FindLastIndex(startIndex: int, match: Predicate_1<T>): int;
1222
862
  FindLastIndex(startIndex: int, count: int, match: Predicate_1<T>): int;
@@ -1239,8 +879,8 @@ export interface List_1$instance<T> {
1239
879
  Reverse(index: int, count: int): void;
1240
880
  Slice(start: int, length: int): List_1<T>;
1241
881
  Sort(): void;
1242
- Sort(comparer: IComparer_1<T>): void;
1243
- Sort(index: int, count: int, comparer: IComparer_1<T>): void;
882
+ Sort(comparer: IComparer_1<T> | null): void;
883
+ Sort(index: int, count: int, comparer: IComparer_1<T> | null): void;
1244
884
  Sort(comparison: Comparison_1<T>): void;
1245
885
  ToArray(): T[];
1246
886
  TrimExcess(): void;
@@ -1268,22 +908,42 @@ export interface __List_1$views<T> {
1268
908
  export type List_1<T> = List_1$instance<T> & __List_1$views<T> & { [index: number]: T; };
1269
909
 
1270
910
 
911
+ export interface List_1_Enumerator$instance<T> extends IEnumerator_1<T>, IDisposable, IEnumerator {
912
+ readonly __tsonic_type_System_Collections_Generic_List_1_Enumerator: never;
913
+
914
+ readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
915
+ readonly __tsonic_iface_System_Collections_IEnumerator: never;
916
+ readonly __tsonic_iface_System_IDisposable: never;
917
+
918
+ readonly Current: T;
919
+ Dispose(): void;
920
+ MoveNext(): boolean;
921
+ }
922
+
923
+
924
+ export const List_1_Enumerator: {
925
+ new<T>(): List_1_Enumerator<T>;
926
+ };
927
+
928
+
929
+ export type List_1_Enumerator<T> = List_1_Enumerator$instance<T>;
930
+
1271
931
  export interface NonRandomizedStringEqualityComparer$instance extends System_Runtime_Serialization_Internal.ISerializable$instance {
1272
932
  readonly __tsonic_type_System_Collections_Generic_NonRandomizedStringEqualityComparer: never;
1273
933
 
1274
934
  readonly __tsonic_iface_System_Collections_Generic_IEqualityComparer_1: never;
1275
935
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
1276
936
 
1277
- Equals(x: string, y: string): boolean;
1278
- Equals(obj: unknown): boolean;
1279
- GetHashCode(obj: string): int;
937
+ Equals(x: string | null, y: string | null): boolean;
938
+ Equals(obj: JsValue | null): boolean;
939
+ GetHashCode(obj: string | null): int;
1280
940
  GetHashCode(): int;
1281
- GetUnderlyingEqualityComparer(): IEqualityComparer_1<string | undefined>;
941
+ GetUnderlyingEqualityComparer(): IEqualityComparer_1<string | null>;
1282
942
  }
1283
943
 
1284
944
 
1285
945
  export const NonRandomizedStringEqualityComparer: (abstract new(information: SerializationInfo, context: StreamingContext) => NonRandomizedStringEqualityComparer) & {
1286
- GetStringComparer(comparer: unknown): IEqualityComparer_1<System_Internal.String> | undefined;
946
+ GetStringComparer(comparer: JsValue): IEqualityComparer_1<System_Internal.String> | null;
1287
947
  };
1288
948
 
1289
949
 
@@ -1295,7 +955,7 @@ export interface __NonRandomizedStringEqualityComparer$views {
1295
955
  export type NonRandomizedStringEqualityComparer = NonRandomizedStringEqualityComparer$instance & __NonRandomizedStringEqualityComparer$views;
1296
956
 
1297
957
 
1298
- export interface NullableComparer_1$instance<T extends unknown> extends Comparer_1$instance<Nullable_1<T>>, System_Runtime_Serialization_Internal.ISerializable$instance {
958
+ export interface NullableComparer_1$instance<T extends NonNullable<JsValue>> extends Comparer_1$instance<Nullable_1<T>>, System_Runtime_Serialization_Internal.ISerializable$instance {
1299
959
  readonly __tsonic_type_System_Collections_Generic_NullableComparer_1: never;
1300
960
 
1301
961
  readonly __tsonic_iface_System_Collections_Generic_IComparer_1: never;
@@ -1303,18 +963,18 @@ export interface NullableComparer_1$instance<T extends unknown> extends Comparer
1303
963
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
1304
964
 
1305
965
  Compare(x: Nullable_1<T>, y: Nullable_1<T>): int;
1306
- Equals(obj: unknown): boolean;
966
+ Equals(obj: JsValue | null): boolean;
1307
967
  GetHashCode(): int;
1308
968
  GetObjectData(info: SerializationInfo, context: StreamingContext): void;
1309
969
  }
1310
970
 
1311
971
 
1312
972
  export const NullableComparer_1: {
1313
- new<T extends unknown>(): NullableComparer_1<T>;
973
+ new<T extends NonNullable<JsValue>>(): NullableComparer_1<T>;
1314
974
  };
1315
975
 
1316
976
 
1317
- export interface __NullableComparer_1$views<T extends unknown> {
977
+ export interface __NullableComparer_1$views<T extends NonNullable<JsValue>> {
1318
978
  As_IComparer_1(): IComparer_1$instance<Nullable_1<T>>;
1319
979
  As_IComparer(): System_Collections_Internal.IComparer$instance;
1320
980
  As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
@@ -1323,7 +983,7 @@ export interface __NullableComparer_1$views<T extends unknown> {
1323
983
  export type NullableComparer_1<T> = NullableComparer_1$instance<T> & __NullableComparer_1$views<T>;
1324
984
 
1325
985
 
1326
- export interface NullableEqualityComparer_1$instance<T extends unknown> extends EqualityComparer_1$instance<Nullable_1<T>>, System_Runtime_Serialization_Internal.ISerializable$instance {
986
+ export interface NullableEqualityComparer_1$instance<T extends NonNullable<JsValue>> extends EqualityComparer_1$instance<Nullable_1<T>>, System_Runtime_Serialization_Internal.ISerializable$instance {
1327
987
  readonly __tsonic_type_System_Collections_Generic_NullableEqualityComparer_1: never;
1328
988
 
1329
989
  readonly __tsonic_iface_System_Collections_Generic_IEqualityComparer_1: never;
@@ -1331,7 +991,7 @@ export interface NullableEqualityComparer_1$instance<T extends unknown> extends
1331
991
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
1332
992
 
1333
993
  Equals(x: Nullable_1<T>, y: Nullable_1<T>): boolean;
1334
- Equals(obj: unknown): boolean;
994
+ Equals(obj: JsValue | null): boolean;
1335
995
  GetHashCode(obj: Nullable_1<T>): int;
1336
996
  GetHashCode(): int;
1337
997
  GetObjectData(info: SerializationInfo, context: StreamingContext): void;
@@ -1339,11 +999,11 @@ export interface NullableEqualityComparer_1$instance<T extends unknown> extends
1339
999
 
1340
1000
 
1341
1001
  export const NullableEqualityComparer_1: {
1342
- new<T extends unknown>(): NullableEqualityComparer_1<T>;
1002
+ new<T extends NonNullable<JsValue>>(): NullableEqualityComparer_1<T>;
1343
1003
  };
1344
1004
 
1345
1005
 
1346
- export interface __NullableEqualityComparer_1$views<T extends unknown> {
1006
+ export interface __NullableEqualityComparer_1$views<T extends NonNullable<JsValue>> {
1347
1007
  As_IEqualityComparer_1(): IEqualityComparer_1$instance<Nullable_1<T>>;
1348
1008
  As_IEqualityComparer(): System_Collections_Internal.IEqualityComparer$instance;
1349
1009
  As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
@@ -1358,8 +1018,8 @@ export interface ObjectComparer_1$instance<T> extends Comparer_1$instance<T> {
1358
1018
  readonly __tsonic_iface_System_Collections_Generic_IComparer_1: never;
1359
1019
  readonly __tsonic_iface_System_Collections_IComparer: never;
1360
1020
 
1361
- Compare(x: T, y: T): int;
1362
- Equals(obj: unknown): boolean;
1021
+ Compare(x: T | null, y: T | null): int;
1022
+ Equals(obj: JsValue | null): boolean;
1363
1023
  GetHashCode(): int;
1364
1024
  }
1365
1025
 
@@ -1383,8 +1043,8 @@ export interface ObjectEqualityComparer_1$instance<T> extends EqualityComparer_1
1383
1043
  readonly __tsonic_iface_System_Collections_Generic_IEqualityComparer_1: never;
1384
1044
  readonly __tsonic_iface_System_Collections_IEqualityComparer: never;
1385
1045
 
1386
- Equals(x: T, y: T): boolean;
1387
- Equals(obj: unknown): boolean;
1046
+ Equals(x: T | null, y: T | null): boolean;
1047
+ Equals(obj: JsValue | null): boolean;
1388
1048
  GetHashCode(obj: T): int;
1389
1049
  GetHashCode(): int;
1390
1050
  }
@@ -1450,12 +1110,12 @@ export interface OrderedDictionary_2$instance<TKey, TValue> {
1450
1110
  export const OrderedDictionary_2: {
1451
1111
  new<TKey, TValue>(): OrderedDictionary_2<TKey, TValue>;
1452
1112
  new<TKey, TValue>(capacity: int): OrderedDictionary_2<TKey, TValue>;
1453
- new<TKey, TValue>(comparer: IEqualityComparer_1<TKey>): OrderedDictionary_2<TKey, TValue>;
1454
- new<TKey, TValue>(capacity: int, comparer: IEqualityComparer_1<TKey>): OrderedDictionary_2<TKey, TValue>;
1113
+ new<TKey, TValue>(comparer: IEqualityComparer_1<TKey> | null): OrderedDictionary_2<TKey, TValue>;
1114
+ new<TKey, TValue>(capacity: int, comparer: IEqualityComparer_1<TKey> | null): OrderedDictionary_2<TKey, TValue>;
1455
1115
  new<TKey, TValue>(dictionary: IDictionary_2<TKey, TValue>): OrderedDictionary_2<TKey, TValue>;
1456
- new<TKey, TValue>(dictionary: IDictionary_2<TKey, TValue>, comparer: IEqualityComparer_1<TKey>): OrderedDictionary_2<TKey, TValue>;
1116
+ new<TKey, TValue>(dictionary: IDictionary_2<TKey, TValue>, comparer: IEqualityComparer_1<TKey> | null): OrderedDictionary_2<TKey, TValue>;
1457
1117
  new<TKey, TValue>(collection: IEnumerable_1<KeyValuePair_2<TKey, TValue>>): OrderedDictionary_2<TKey, TValue>;
1458
- new<TKey, TValue>(collection: IEnumerable_1<KeyValuePair_2<TKey, TValue>>, comparer: IEqualityComparer_1<TKey>): OrderedDictionary_2<TKey, TValue>;
1118
+ new<TKey, TValue>(collection: IEnumerable_1<KeyValuePair_2<TKey, TValue>>, comparer: IEqualityComparer_1<TKey> | null): OrderedDictionary_2<TKey, TValue>;
1459
1119
  };
1460
1120
 
1461
1121
 
@@ -1475,7 +1135,27 @@ export interface __OrderedDictionary_2$views<TKey, TValue> {
1475
1135
  export type OrderedDictionary_2<TKey, TValue> = OrderedDictionary_2$instance<TKey, TValue> & __OrderedDictionary_2$views<TKey, TValue>;
1476
1136
 
1477
1137
 
1478
- export interface OrderedDictionary_2_KeyCollection$instance<TKey, TValue> {
1138
+ export interface OrderedDictionary_2_Enumerator$instance<TKey, TValue> extends IEnumerator_1<KeyValuePair_2<TKey, TValue>>, IEnumerator, IDisposable, IDictionaryEnumerator {
1139
+ readonly __tsonic_type_System_Collections_Generic_OrderedDictionary_2_Enumerator: never;
1140
+
1141
+ readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
1142
+ readonly __tsonic_iface_System_Collections_IDictionaryEnumerator: never;
1143
+ readonly __tsonic_iface_System_Collections_IEnumerator: never;
1144
+ readonly __tsonic_iface_System_IDisposable: never;
1145
+
1146
+ Current: KeyValuePair_2<TKey, TValue>;
1147
+ MoveNext(): boolean;
1148
+ }
1149
+
1150
+
1151
+ export const OrderedDictionary_2_Enumerator: {
1152
+ new<TKey, TValue>(): OrderedDictionary_2_Enumerator<TKey, TValue>;
1153
+ };
1154
+
1155
+
1156
+ export type OrderedDictionary_2_Enumerator<TKey, TValue> = OrderedDictionary_2_Enumerator$instance<TKey, TValue>;
1157
+
1158
+ export interface OrderedDictionary_2_KeyCollection$instance<TKey, TValue> extends IList_1<TKey>, ICollection_1<TKey>, IEnumerable_1<TKey>, IEnumerable, IReadOnlyList_1<TKey>, IReadOnlyCollection_1<TKey>, IList, ICollection {
1479
1159
  readonly __tsonic_type_System_Collections_Generic_OrderedDictionary_2_KeyCollection: never;
1480
1160
 
1481
1161
  readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
@@ -1498,20 +1178,28 @@ export const OrderedDictionary_2_KeyCollection: {
1498
1178
  };
1499
1179
 
1500
1180
 
1501
- export interface __OrderedDictionary_2_KeyCollection$views<TKey, TValue> {
1502
- As_ICollection_1(): ICollection_1$instance<TKey>;
1503
- As_IEnumerable_1(): IEnumerable_1$instance<TKey>;
1504
- As_IList_1(): IList_1$instance<TKey>;
1505
- As_IReadOnlyCollection_1(): IReadOnlyCollection_1$instance<TKey>;
1506
- As_ICollection(): System_Collections_Internal.ICollection$instance;
1507
- As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
1508
- As_IList(): System_Collections_Internal.IList$instance;
1181
+ export type OrderedDictionary_2_KeyCollection<TKey, TValue> = OrderedDictionary_2_KeyCollection$instance<TKey, TValue>;
1182
+
1183
+ export interface OrderedDictionary_2_KeyCollection_Enumerator$instance<TKey, TValue> extends IEnumerator_1<TKey>, IEnumerator, IDisposable {
1184
+ readonly __tsonic_type_System_Collections_Generic_OrderedDictionary_2_KeyCollection_Enumerator: never;
1185
+
1186
+ readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
1187
+ readonly __tsonic_iface_System_Collections_IEnumerator: never;
1188
+ readonly __tsonic_iface_System_IDisposable: never;
1189
+
1190
+ readonly Current: TKey;
1191
+ MoveNext(): boolean;
1509
1192
  }
1510
1193
 
1511
- export type OrderedDictionary_2_KeyCollection<TKey, TValue> = OrderedDictionary_2_KeyCollection$instance<TKey, TValue> & __OrderedDictionary_2_KeyCollection$views<TKey, TValue>;
1512
1194
 
1195
+ export const OrderedDictionary_2_KeyCollection_Enumerator: {
1196
+ new<TKey, TValue>(): OrderedDictionary_2_KeyCollection_Enumerator<TKey, TValue>;
1197
+ };
1198
+
1199
+
1200
+ export type OrderedDictionary_2_KeyCollection_Enumerator<TKey, TValue> = OrderedDictionary_2_KeyCollection_Enumerator$instance<TKey, TValue>;
1513
1201
 
1514
- export interface OrderedDictionary_2_ValueCollection$instance<TKey, TValue> {
1202
+ export interface OrderedDictionary_2_ValueCollection$instance<TKey, TValue> extends IList_1<TValue>, ICollection_1<TValue>, IEnumerable_1<TValue>, IEnumerable, IReadOnlyList_1<TValue>, IReadOnlyCollection_1<TValue>, IList, ICollection {
1515
1203
  readonly __tsonic_type_System_Collections_Generic_OrderedDictionary_2_ValueCollection: never;
1516
1204
 
1517
1205
  readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
@@ -1533,18 +1221,26 @@ export const OrderedDictionary_2_ValueCollection: {
1533
1221
  };
1534
1222
 
1535
1223
 
1536
- export interface __OrderedDictionary_2_ValueCollection$views<TKey, TValue> {
1537
- As_ICollection_1(): ICollection_1$instance<TValue>;
1538
- As_IEnumerable_1(): IEnumerable_1$instance<TValue>;
1539
- As_IList_1(): IList_1$instance<TValue>;
1540
- As_IReadOnlyCollection_1(): IReadOnlyCollection_1$instance<TValue>;
1541
- As_ICollection(): System_Collections_Internal.ICollection$instance;
1542
- As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
1543
- As_IList(): System_Collections_Internal.IList$instance;
1224
+ export type OrderedDictionary_2_ValueCollection<TKey, TValue> = OrderedDictionary_2_ValueCollection$instance<TKey, TValue>;
1225
+
1226
+ export interface OrderedDictionary_2_ValueCollection_Enumerator$instance<TKey, TValue> extends IEnumerator_1<TValue>, IEnumerator, IDisposable {
1227
+ readonly __tsonic_type_System_Collections_Generic_OrderedDictionary_2_ValueCollection_Enumerator: never;
1228
+
1229
+ readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
1230
+ readonly __tsonic_iface_System_Collections_IEnumerator: never;
1231
+ readonly __tsonic_iface_System_IDisposable: never;
1232
+
1233
+ readonly Current: TValue;
1234
+ MoveNext(): boolean;
1544
1235
  }
1545
1236
 
1546
- export type OrderedDictionary_2_ValueCollection<TKey, TValue> = OrderedDictionary_2_ValueCollection$instance<TKey, TValue> & __OrderedDictionary_2_ValueCollection$views<TKey, TValue>;
1547
1237
 
1238
+ export const OrderedDictionary_2_ValueCollection_Enumerator: {
1239
+ new<TKey, TValue>(): OrderedDictionary_2_ValueCollection_Enumerator<TKey, TValue>;
1240
+ };
1241
+
1242
+
1243
+ export type OrderedDictionary_2_ValueCollection_Enumerator<TKey, TValue> = OrderedDictionary_2_ValueCollection_Enumerator$instance<TKey, TValue>;
1548
1244
 
1549
1245
  export interface PriorityQueue_2$instance<TElement, TPriority> {
1550
1246
  readonly __tsonic_type_System_Collections_Generic_PriorityQueue_2: never;
@@ -1562,7 +1258,7 @@ export interface PriorityQueue_2$instance<TElement, TPriority> {
1562
1258
  EnqueueRange(elements: IEnumerable_1<TElement>, priority: TPriority): void;
1563
1259
  EnsureCapacity(capacity: int): int;
1564
1260
  Peek(): TElement;
1565
- Remove(element: TElement, removedElement: TElement, priority: TPriority, equalityComparer?: IEqualityComparer_1<TElement>): boolean;
1261
+ Remove(element: TElement, removedElement: TElement, priority: TPriority, equalityComparer?: IEqualityComparer_1<TElement> | null): boolean;
1566
1262
  TrimExcess(): void;
1567
1263
  TryDequeue(element: TElement, priority: TPriority): boolean;
1568
1264
  TryPeek(element: TElement, priority: TPriority): boolean;
@@ -1572,16 +1268,16 @@ export interface PriorityQueue_2$instance<TElement, TPriority> {
1572
1268
  export const PriorityQueue_2: {
1573
1269
  new<TElement, TPriority>(): PriorityQueue_2<TElement, TPriority>;
1574
1270
  new<TElement, TPriority>(initialCapacity: int): PriorityQueue_2<TElement, TPriority>;
1575
- new<TElement, TPriority>(comparer: IComparer_1<TPriority>): PriorityQueue_2<TElement, TPriority>;
1576
- new<TElement, TPriority>(initialCapacity: int, comparer: IComparer_1<TPriority>): PriorityQueue_2<TElement, TPriority>;
1271
+ new<TElement, TPriority>(comparer: IComparer_1<TPriority> | null): PriorityQueue_2<TElement, TPriority>;
1272
+ new<TElement, TPriority>(initialCapacity: int, comparer: IComparer_1<TPriority> | null): PriorityQueue_2<TElement, TPriority>;
1577
1273
  new<TElement, TPriority>(items: IEnumerable_1<ValueTuple_2<TElement, TPriority>>): PriorityQueue_2<TElement, TPriority>;
1578
- new<TElement, TPriority>(items: IEnumerable_1<ValueTuple_2<TElement, TPriority>>, comparer: IComparer_1<TPriority>): PriorityQueue_2<TElement, TPriority>;
1274
+ new<TElement, TPriority>(items: IEnumerable_1<ValueTuple_2<TElement, TPriority>>, comparer: IComparer_1<TPriority> | null): PriorityQueue_2<TElement, TPriority>;
1579
1275
  };
1580
1276
 
1581
1277
 
1582
1278
  export type PriorityQueue_2<TElement, TPriority> = PriorityQueue_2$instance<TElement, TPriority>;
1583
1279
 
1584
- export interface PriorityQueue_2_UnorderedItemsCollection$instance<TElement, TPriority> {
1280
+ export interface PriorityQueue_2_UnorderedItemsCollection$instance<TElement, TPriority> extends IReadOnlyCollection_1<ValueTuple_2<TElement, TPriority>>, IEnumerable_1<ValueTuple_2<TElement, TPriority>>, IEnumerable, ICollection {
1585
1281
  readonly __tsonic_type_System_Collections_Generic_PriorityQueue_2_UnorderedItemsCollection: never;
1586
1282
 
1587
1283
  readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
@@ -1598,16 +1294,28 @@ export const PriorityQueue_2_UnorderedItemsCollection: {
1598
1294
  };
1599
1295
 
1600
1296
 
1601
- export interface __PriorityQueue_2_UnorderedItemsCollection$views<TElement, TPriority> {
1602
- As_IEnumerable_1(): IEnumerable_1$instance<ValueTuple_2<TElement, TPriority>>;
1603
- As_IReadOnlyCollection_1(): IReadOnlyCollection_1$instance<ValueTuple_2<TElement, TPriority>>;
1604
- As_ICollection(): System_Collections_Internal.ICollection$instance;
1605
- As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
1297
+ export type PriorityQueue_2_UnorderedItemsCollection<TElement, TPriority> = PriorityQueue_2_UnorderedItemsCollection$instance<TElement, TPriority>;
1298
+
1299
+ export interface PriorityQueue_2_UnorderedItemsCollection_Enumerator$instance<TElement, TPriority> extends IEnumerator_1<ValueTuple_2<TElement, TPriority>>, IEnumerator, IDisposable {
1300
+ readonly __tsonic_type_System_Collections_Generic_PriorityQueue_2_UnorderedItemsCollection_Enumerator: never;
1301
+
1302
+ readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
1303
+ readonly __tsonic_iface_System_Collections_IEnumerator: never;
1304
+ readonly __tsonic_iface_System_IDisposable: never;
1305
+
1306
+ readonly Current: ValueTuple_2<TElement, TPriority>;
1307
+ Dispose(): void;
1308
+ MoveNext(): boolean;
1606
1309
  }
1607
1310
 
1608
- export type PriorityQueue_2_UnorderedItemsCollection<TElement, TPriority> = PriorityQueue_2_UnorderedItemsCollection$instance<TElement, TPriority> & __PriorityQueue_2_UnorderedItemsCollection$views<TElement, TPriority>;
1311
+
1312
+ export const PriorityQueue_2_UnorderedItemsCollection_Enumerator: {
1313
+ new<TElement, TPriority>(): PriorityQueue_2_UnorderedItemsCollection_Enumerator<TElement, TPriority>;
1314
+ };
1609
1315
 
1610
1316
 
1317
+ export type PriorityQueue_2_UnorderedItemsCollection_Enumerator<TElement, TPriority> = PriorityQueue_2_UnorderedItemsCollection_Enumerator$instance<TElement, TPriority>;
1318
+
1611
1319
  export interface Queue_1$instance<T> {
1612
1320
  readonly __tsonic_type_System_Collections_Generic_Queue_1: never;
1613
1321
 
@@ -1651,15 +1359,35 @@ export interface __Queue_1$views<T> {
1651
1359
  export type Queue_1<T> = Queue_1$instance<T> & __Queue_1$views<T>;
1652
1360
 
1653
1361
 
1362
+ export interface Queue_1_Enumerator$instance<T> extends IEnumerator_1<T>, IDisposable, IEnumerator {
1363
+ readonly __tsonic_type_System_Collections_Generic_Queue_1_Enumerator: never;
1364
+
1365
+ readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
1366
+ readonly __tsonic_iface_System_Collections_IEnumerator: never;
1367
+ readonly __tsonic_iface_System_IDisposable: never;
1368
+
1369
+ readonly Current: T;
1370
+ Dispose(): void;
1371
+ MoveNext(): boolean;
1372
+ }
1373
+
1374
+
1375
+ export const Queue_1_Enumerator: {
1376
+ new<T>(): Queue_1_Enumerator<T>;
1377
+ };
1378
+
1379
+
1380
+ export type Queue_1_Enumerator<T> = Queue_1_Enumerator$instance<T>;
1381
+
1654
1382
  export interface ReferenceEqualityComparer$instance {
1655
1383
  readonly __tsonic_type_System_Collections_Generic_ReferenceEqualityComparer: never;
1656
1384
 
1657
1385
  readonly __tsonic_iface_System_Collections_Generic_IEqualityComparer_1: never;
1658
1386
  readonly __tsonic_iface_System_Collections_IEqualityComparer: never;
1659
1387
 
1660
- Equals(x: unknown, y: unknown): boolean;
1661
- Equals(obj: unknown): boolean;
1662
- GetHashCode(obj: unknown): int;
1388
+ Equals(x: JsValue | null, y: JsValue | null): boolean;
1389
+ Equals(obj: JsValue | null): boolean;
1390
+ GetHashCode(obj: JsValue | null): int;
1663
1391
  GetHashCode(): int;
1664
1392
  }
1665
1393
 
@@ -1670,7 +1398,7 @@ export const ReferenceEqualityComparer: {
1670
1398
 
1671
1399
 
1672
1400
  export interface __ReferenceEqualityComparer$views {
1673
- As_IEqualityComparer_1(): IEqualityComparer_1$instance<unknown>;
1401
+ As_IEqualityComparer_1(): IEqualityComparer_1$instance<JsValue>;
1674
1402
  As_IEqualityComparer(): System_Collections_Internal.IEqualityComparer$instance;
1675
1403
  }
1676
1404
 
@@ -1708,8 +1436,8 @@ export interface SortedDictionary_2$instance<TKey, TValue> {
1708
1436
  export const SortedDictionary_2: {
1709
1437
  new<TKey, TValue>(): SortedDictionary_2<TKey, TValue>;
1710
1438
  new<TKey, TValue>(dictionary: IDictionary_2<TKey, TValue>): SortedDictionary_2<TKey, TValue>;
1711
- new<TKey, TValue>(dictionary: IDictionary_2<TKey, TValue>, comparer: IComparer_1<TKey>): SortedDictionary_2<TKey, TValue>;
1712
- new<TKey, TValue>(comparer: IComparer_1<TKey>): SortedDictionary_2<TKey, TValue>;
1439
+ new<TKey, TValue>(dictionary: IDictionary_2<TKey, TValue>, comparer: IComparer_1<TKey> | null): SortedDictionary_2<TKey, TValue>;
1440
+ new<TKey, TValue>(comparer: IComparer_1<TKey> | null): SortedDictionary_2<TKey, TValue>;
1713
1441
  };
1714
1442
 
1715
1443
 
@@ -1727,7 +1455,28 @@ export interface __SortedDictionary_2$views<TKey, TValue> {
1727
1455
  export type SortedDictionary_2<TKey, TValue> = SortedDictionary_2$instance<TKey, TValue> & __SortedDictionary_2$views<TKey, TValue>;
1728
1456
 
1729
1457
 
1730
- export interface SortedDictionary_2_KeyCollection$instance<TKey, TValue> {
1458
+ export interface SortedDictionary_2_Enumerator$instance<TKey, TValue> extends IEnumerator_1<KeyValuePair_2<TKey, TValue>>, IEnumerator, IDisposable, IDictionaryEnumerator {
1459
+ readonly __tsonic_type_System_Collections_Generic_SortedDictionary_2_Enumerator: never;
1460
+
1461
+ readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
1462
+ readonly __tsonic_iface_System_Collections_IDictionaryEnumerator: never;
1463
+ readonly __tsonic_iface_System_Collections_IEnumerator: never;
1464
+ readonly __tsonic_iface_System_IDisposable: never;
1465
+
1466
+ readonly Current: KeyValuePair_2<TKey, TValue>;
1467
+ Dispose(): void;
1468
+ MoveNext(): boolean;
1469
+ }
1470
+
1471
+
1472
+ export const SortedDictionary_2_Enumerator: {
1473
+ new<TKey, TValue>(): SortedDictionary_2_Enumerator<TKey, TValue>;
1474
+ };
1475
+
1476
+
1477
+ export type SortedDictionary_2_Enumerator<TKey, TValue> = SortedDictionary_2_Enumerator$instance<TKey, TValue>;
1478
+
1479
+ export interface SortedDictionary_2_KeyCollection$instance<TKey, TValue> extends ICollection_1<TKey>, IEnumerable_1<TKey>, IEnumerable, ICollection, IReadOnlyCollection_1<TKey> {
1731
1480
  readonly __tsonic_type_System_Collections_Generic_SortedDictionary_2_KeyCollection: never;
1732
1481
 
1733
1482
  readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
@@ -1748,43 +1497,48 @@ export const SortedDictionary_2_KeyCollection: {
1748
1497
  };
1749
1498
 
1750
1499
 
1751
- export interface __SortedDictionary_2_KeyCollection$views<TKey, TValue> {
1752
- As_ICollection_1(): ICollection_1$instance<TKey>;
1753
- As_IEnumerable_1(): IEnumerable_1$instance<TKey>;
1754
- As_IReadOnlyCollection_1(): IReadOnlyCollection_1$instance<TKey>;
1755
- As_ICollection(): System_Collections_Internal.ICollection$instance;
1756
- As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
1500
+ export type SortedDictionary_2_KeyCollection<TKey, TValue> = SortedDictionary_2_KeyCollection$instance<TKey, TValue>;
1501
+
1502
+ export interface SortedDictionary_2_KeyCollection_Enumerator$instance<TKey, TValue> extends IEnumerator_1<TKey>, IEnumerator, IDisposable {
1503
+ readonly __tsonic_type_System_Collections_Generic_SortedDictionary_2_KeyCollection_Enumerator: never;
1504
+
1505
+ readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
1506
+ readonly __tsonic_iface_System_Collections_IEnumerator: never;
1507
+ readonly __tsonic_iface_System_IDisposable: never;
1508
+
1509
+ readonly Current: TKey;
1510
+ Dispose(): void;
1511
+ MoveNext(): boolean;
1757
1512
  }
1758
1513
 
1759
- export type SortedDictionary_2_KeyCollection<TKey, TValue> = SortedDictionary_2_KeyCollection$instance<TKey, TValue> & __SortedDictionary_2_KeyCollection$views<TKey, TValue>;
1760
1514
 
1515
+ export const SortedDictionary_2_KeyCollection_Enumerator: {
1516
+ new<TKey, TValue>(): SortedDictionary_2_KeyCollection_Enumerator<TKey, TValue>;
1517
+ };
1518
+
1519
+
1520
+ export type SortedDictionary_2_KeyCollection_Enumerator<TKey, TValue> = SortedDictionary_2_KeyCollection_Enumerator$instance<TKey, TValue>;
1761
1521
 
1762
- export interface SortedDictionary_2_KeyValuePairComparer$instance<TKey, TValue> extends Comparer_1$instance<KeyValuePair_2<TKey, TValue>> {
1522
+ export interface SortedDictionary_2_KeyValuePairComparer$instance<TKey, TValue> extends Comparer_1$instance<KeyValuePair_2<TKey, TValue>>, IComparer, IComparer_1<KeyValuePair_2<TKey, TValue>> {
1763
1523
  readonly __tsonic_type_System_Collections_Generic_SortedDictionary_2_KeyValuePairComparer: never;
1764
1524
 
1765
1525
  readonly __tsonic_iface_System_Collections_Generic_IComparer_1: never;
1766
1526
  readonly __tsonic_iface_System_Collections_IComparer: never;
1767
1527
 
1768
1528
  Compare(x: KeyValuePair_2<TKey, TValue>, y: KeyValuePair_2<TKey, TValue>): int;
1769
- Equals(obj: unknown): boolean;
1529
+ Equals(obj: JsValue | null): boolean;
1770
1530
  GetHashCode(): int;
1771
1531
  }
1772
1532
 
1773
1533
 
1774
1534
  export const SortedDictionary_2_KeyValuePairComparer: {
1775
- new<TKey, TValue>(keyComparer: IComparer_1<TKey>): SortedDictionary_2_KeyValuePairComparer<TKey, TValue>;
1535
+ new<TKey, TValue>(keyComparer: IComparer_1<TKey> | null): SortedDictionary_2_KeyValuePairComparer<TKey, TValue>;
1776
1536
  };
1777
1537
 
1778
1538
 
1779
- export interface __SortedDictionary_2_KeyValuePairComparer$views<TKey, TValue> {
1780
- As_IComparer_1(): IComparer_1$instance<KeyValuePair_2<TKey, TValue>>;
1781
- As_IComparer(): System_Collections_Internal.IComparer$instance;
1782
- }
1783
-
1784
- export type SortedDictionary_2_KeyValuePairComparer<TKey, TValue> = SortedDictionary_2_KeyValuePairComparer$instance<TKey, TValue> & __SortedDictionary_2_KeyValuePairComparer$views<TKey, TValue>;
1539
+ export type SortedDictionary_2_KeyValuePairComparer<TKey, TValue> = SortedDictionary_2_KeyValuePairComparer$instance<TKey, TValue>;
1785
1540
 
1786
-
1787
- export interface SortedDictionary_2_ValueCollection$instance<TKey, TValue> {
1541
+ export interface SortedDictionary_2_ValueCollection$instance<TKey, TValue> extends ICollection_1<TValue>, IEnumerable_1<TValue>, IEnumerable, ICollection, IReadOnlyCollection_1<TValue> {
1788
1542
  readonly __tsonic_type_System_Collections_Generic_SortedDictionary_2_ValueCollection: never;
1789
1543
 
1790
1544
  readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
@@ -1804,16 +1558,27 @@ export const SortedDictionary_2_ValueCollection: {
1804
1558
  };
1805
1559
 
1806
1560
 
1807
- export interface __SortedDictionary_2_ValueCollection$views<TKey, TValue> {
1808
- As_ICollection_1(): ICollection_1$instance<TValue>;
1809
- As_IEnumerable_1(): IEnumerable_1$instance<TValue>;
1810
- As_IReadOnlyCollection_1(): IReadOnlyCollection_1$instance<TValue>;
1811
- As_ICollection(): System_Collections_Internal.ICollection$instance;
1812
- As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
1561
+ export type SortedDictionary_2_ValueCollection<TKey, TValue> = SortedDictionary_2_ValueCollection$instance<TKey, TValue>;
1562
+
1563
+ export interface SortedDictionary_2_ValueCollection_Enumerator$instance<TKey, TValue> extends IEnumerator_1<TValue>, IEnumerator, IDisposable {
1564
+ readonly __tsonic_type_System_Collections_Generic_SortedDictionary_2_ValueCollection_Enumerator: never;
1565
+
1566
+ readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
1567
+ readonly __tsonic_iface_System_Collections_IEnumerator: never;
1568
+ readonly __tsonic_iface_System_IDisposable: never;
1569
+
1570
+ readonly Current: TValue;
1571
+ Dispose(): void;
1572
+ MoveNext(): boolean;
1813
1573
  }
1814
1574
 
1815
- export type SortedDictionary_2_ValueCollection<TKey, TValue> = SortedDictionary_2_ValueCollection$instance<TKey, TValue> & __SortedDictionary_2_ValueCollection$views<TKey, TValue>;
1816
1575
 
1576
+ export const SortedDictionary_2_ValueCollection_Enumerator: {
1577
+ new<TKey, TValue>(): SortedDictionary_2_ValueCollection_Enumerator<TKey, TValue>;
1578
+ };
1579
+
1580
+
1581
+ export type SortedDictionary_2_ValueCollection_Enumerator<TKey, TValue> = SortedDictionary_2_ValueCollection_Enumerator$instance<TKey, TValue>;
1817
1582
 
1818
1583
  export interface SortedList_2$instance<TKey, TValue> {
1819
1584
  readonly __tsonic_type_System_Collections_Generic_SortedList_2: never;
@@ -1853,10 +1618,10 @@ export interface SortedList_2$instance<TKey, TValue> {
1853
1618
  export const SortedList_2: {
1854
1619
  new<TKey, TValue>(): SortedList_2<TKey, TValue>;
1855
1620
  new<TKey, TValue>(capacity: int): SortedList_2<TKey, TValue>;
1856
- new<TKey, TValue>(comparer: IComparer_1<TKey>): SortedList_2<TKey, TValue>;
1857
- new<TKey, TValue>(capacity: int, comparer: IComparer_1<TKey>): SortedList_2<TKey, TValue>;
1621
+ new<TKey, TValue>(comparer: IComparer_1<TKey> | null): SortedList_2<TKey, TValue>;
1622
+ new<TKey, TValue>(capacity: int, comparer: IComparer_1<TKey> | null): SortedList_2<TKey, TValue>;
1858
1623
  new<TKey, TValue>(dictionary: IDictionary_2<TKey, TValue>): SortedList_2<TKey, TValue>;
1859
- new<TKey, TValue>(dictionary: IDictionary_2<TKey, TValue>, comparer: IComparer_1<TKey>): SortedList_2<TKey, TValue>;
1624
+ new<TKey, TValue>(dictionary: IDictionary_2<TKey, TValue>, comparer: IComparer_1<TKey> | null): SortedList_2<TKey, TValue>;
1860
1625
  };
1861
1626
 
1862
1627
 
@@ -1874,7 +1639,7 @@ export interface __SortedList_2$views<TKey, TValue> {
1874
1639
  export type SortedList_2<TKey, TValue> = SortedList_2$instance<TKey, TValue> & __SortedList_2$views<TKey, TValue>;
1875
1640
 
1876
1641
 
1877
- export interface SortedList_2_KeyList$instance<TKey, TValue> {
1642
+ export interface SortedList_2_KeyList$instance<TKey, TValue> extends IList_1<TKey>, ICollection_1<TKey>, IEnumerable_1<TKey>, IEnumerable, ICollection {
1878
1643
  readonly __tsonic_type_System_Collections_Generic_SortedList_2_KeyList: never;
1879
1644
 
1880
1645
  readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
@@ -1901,18 +1666,9 @@ export const SortedList_2_KeyList: {
1901
1666
  };
1902
1667
 
1903
1668
 
1904
- export interface __SortedList_2_KeyList$views<TKey, TValue> {
1905
- As_ICollection_1(): ICollection_1$instance<TKey>;
1906
- As_IEnumerable_1(): IEnumerable_1$instance<TKey>;
1907
- As_IList_1(): IList_1$instance<TKey>;
1908
- As_ICollection(): System_Collections_Internal.ICollection$instance;
1909
- As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
1910
- }
1911
-
1912
- export type SortedList_2_KeyList<TKey, TValue> = SortedList_2_KeyList$instance<TKey, TValue> & __SortedList_2_KeyList$views<TKey, TValue> & { [index: number]: TKey; };
1669
+ export type SortedList_2_KeyList<TKey, TValue> = SortedList_2_KeyList$instance<TKey, TValue> & { [index: number]: TKey; };
1913
1670
 
1914
-
1915
- export interface SortedList_2_ValueList$instance<TKey, TValue> {
1671
+ export interface SortedList_2_ValueList$instance<TKey, TValue> extends IList_1<TValue>, ICollection_1<TValue>, IEnumerable_1<TValue>, IEnumerable, ICollection {
1916
1672
  readonly __tsonic_type_System_Collections_Generic_SortedList_2_ValueList: never;
1917
1673
 
1918
1674
  readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
@@ -1939,16 +1695,7 @@ export const SortedList_2_ValueList: {
1939
1695
  };
1940
1696
 
1941
1697
 
1942
- export interface __SortedList_2_ValueList$views<TKey, TValue> {
1943
- As_ICollection_1(): ICollection_1$instance<TValue>;
1944
- As_IEnumerable_1(): IEnumerable_1$instance<TValue>;
1945
- As_IList_1(): IList_1$instance<TValue>;
1946
- As_ICollection(): System_Collections_Internal.ICollection$instance;
1947
- As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
1948
- }
1949
-
1950
- export type SortedList_2_ValueList<TKey, TValue> = SortedList_2_ValueList$instance<TKey, TValue> & __SortedList_2_ValueList$views<TKey, TValue> & { [index: number]: TValue; };
1951
-
1698
+ export type SortedList_2_ValueList<TKey, TValue> = SortedList_2_ValueList$instance<TKey, TValue> & { [index: number]: TValue; };
1952
1699
 
1953
1700
  export interface SortedSet_1$instance<T> extends System_Runtime_Serialization_Internal.IDeserializationCallback$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
1954
1701
  readonly __tsonic_type_System_Collections_Generic_SortedSet_1: never;
@@ -1965,8 +1712,8 @@ export interface SortedSet_1$instance<T> extends System_Runtime_Serialization_In
1965
1712
 
1966
1713
  readonly Comparer: IComparer_1<T>;
1967
1714
  readonly Count: int;
1968
- readonly Max: T | undefined;
1969
- readonly Min: T | undefined;
1715
+ readonly Max: T | null;
1716
+ readonly Min: T | null;
1970
1717
  Add(item: T): boolean;
1971
1718
  Clear(): void;
1972
1719
  Contains(item: T): boolean;
@@ -1976,13 +1723,13 @@ export interface SortedSet_1$instance<T> extends System_Runtime_Serialization_In
1976
1723
  ExceptWith(other: IEnumerable_1<T>): void;
1977
1724
  GetEnumerator(): SortedSet_1_Enumerator<T>;
1978
1725
  GetObjectData(info: SerializationInfo, context: StreamingContext): void;
1979
- GetViewBetween(lowerValue: T, upperValue: T): SortedSet_1<T>;
1726
+ GetViewBetween(lowerValue: T | null, upperValue: T | null): SortedSet_1<T>;
1980
1727
  IntersectWith(other: IEnumerable_1<T>): void;
1981
1728
  IsProperSubsetOf(other: IEnumerable_1<T>): boolean;
1982
1729
  IsProperSupersetOf(other: IEnumerable_1<T>): boolean;
1983
1730
  IsSubsetOf(other: IEnumerable_1<T>): boolean;
1984
1731
  IsSupersetOf(other: IEnumerable_1<T>): boolean;
1985
- OnDeserialization(sender: unknown): void;
1732
+ OnDeserialization(sender: JsValue | null): void;
1986
1733
  Overlaps(other: IEnumerable_1<T>): boolean;
1987
1734
  Remove(item: T): boolean;
1988
1735
  RemoveWhere(match: Predicate_1<T>): int;
@@ -1996,11 +1743,11 @@ export interface SortedSet_1$instance<T> extends System_Runtime_Serialization_In
1996
1743
 
1997
1744
  export const SortedSet_1: {
1998
1745
  new<T>(): SortedSet_1<T>;
1999
- new<T>(comparer: IComparer_1<T>): SortedSet_1<T>;
1746
+ new<T>(comparer: IComparer_1<T> | null): SortedSet_1<T>;
2000
1747
  new<T>(collection: IEnumerable_1<T>): SortedSet_1<T>;
2001
- new<T>(collection: IEnumerable_1<T>, comparer: IComparer_1<T>): SortedSet_1<T>;
1748
+ new<T>(collection: IEnumerable_1<T>, comparer: IComparer_1<T> | null): SortedSet_1<T>;
2002
1749
  CreateSetComparer<T>(): IEqualityComparer_1<SortedSet_1<T>>;
2003
- CreateSetComparer<T>(memberEqualityComparer: IEqualityComparer_1<T>): IEqualityComparer_1<SortedSet_1<T>>;
1750
+ CreateSetComparer<T>(memberEqualityComparer: IEqualityComparer_1<T> | null): IEqualityComparer_1<SortedSet_1<T>>;
2004
1751
  };
2005
1752
 
2006
1753
 
@@ -2019,6 +1766,28 @@ export interface __SortedSet_1$views<T> {
2019
1766
  export type SortedSet_1<T> = SortedSet_1$instance<T> & __SortedSet_1$views<T>;
2020
1767
 
2021
1768
 
1769
+ export interface SortedSet_1_Enumerator$instance<T> extends IEnumerator_1<T>, IEnumerator, IDisposable, ISerializable, IDeserializationCallback {
1770
+ readonly __tsonic_type_System_Collections_Generic_SortedSet_1_Enumerator: never;
1771
+
1772
+ readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
1773
+ readonly __tsonic_iface_System_Collections_IEnumerator: never;
1774
+ readonly __tsonic_iface_System_IDisposable: never;
1775
+ readonly __tsonic_iface_System_Runtime_Serialization_IDeserializationCallback: never;
1776
+ readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
1777
+
1778
+ readonly Current: T;
1779
+ Dispose(): void;
1780
+ MoveNext(): boolean;
1781
+ }
1782
+
1783
+
1784
+ export const SortedSet_1_Enumerator: {
1785
+ new<T>(): SortedSet_1_Enumerator<T>;
1786
+ };
1787
+
1788
+
1789
+ export type SortedSet_1_Enumerator<T> = SortedSet_1_Enumerator$instance<T>;
1790
+
2022
1791
  export interface Stack_1$instance<T> {
2023
1792
  readonly __tsonic_type_System_Collections_Generic_Stack_1: never;
2024
1793
 
@@ -2062,6 +1831,26 @@ export interface __Stack_1$views<T> {
2062
1831
  export type Stack_1<T> = Stack_1$instance<T> & __Stack_1$views<T>;
2063
1832
 
2064
1833
 
1834
+ export interface Stack_1_Enumerator$instance<T> extends IEnumerator_1<T>, IEnumerator, IDisposable {
1835
+ readonly __tsonic_type_System_Collections_Generic_Stack_1_Enumerator: never;
1836
+
1837
+ readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
1838
+ readonly __tsonic_iface_System_Collections_IEnumerator: never;
1839
+ readonly __tsonic_iface_System_IDisposable: never;
1840
+
1841
+ readonly Current: T;
1842
+ Dispose(): void;
1843
+ MoveNext(): boolean;
1844
+ }
1845
+
1846
+
1847
+ export const Stack_1_Enumerator: {
1848
+ new<T>(): Stack_1_Enumerator<T>;
1849
+ };
1850
+
1851
+
1852
+ export type Stack_1_Enumerator<T> = Stack_1_Enumerator$instance<T>;
1853
+
2065
1854
  export interface TreeSet_1$instance<T> extends SortedSet_1$instance<T>, System_Runtime_Serialization_Internal.IDeserializationCallback$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
2066
1855
  readonly __tsonic_type_System_Collections_Generic_TreeSet_1: never;
2067
1856
 
@@ -2080,7 +1869,7 @@ export interface TreeSet_1$instance<T> extends SortedSet_1$instance<T>, System_R
2080
1869
 
2081
1870
  export const TreeSet_1: {
2082
1871
  new<T>(): TreeSet_1<T>;
2083
- new<T>(comparer: IComparer_1<T>): TreeSet_1<T>;
1872
+ new<T>(comparer: IComparer_1<T> | null): TreeSet_1<T>;
2084
1873
  };
2085
1874
 
2086
1875
 
@@ -2106,7 +1895,7 @@ export abstract class CollectionExtensions$instance {
2106
1895
  static AsReadOnly<T>(set: ISet_1<T>): ReadOnlySet_1<T>;
2107
1896
  static CopyTo<T>(list: List_1<T>, destination: Span_1<T>): void;
2108
1897
  static GetValueOrDefault<TKey, TValue>(dictionary: IReadOnlyDictionary_2<TKey, TValue>, key: TKey, defaultValue: TValue): TValue;
2109
- static GetValueOrDefault<TKey, TValue>(dictionary: IReadOnlyDictionary_2<TKey, TValue>, key: TKey): TValue | undefined;
1898
+ static GetValueOrDefault<TKey, TValue>(dictionary: IReadOnlyDictionary_2<TKey, TValue>, key: TKey): TValue | null;
2110
1899
  static InsertRange<T>(list: List_1<T>, index: int, source: ReadOnlySpan_1<T>): void;
2111
1900
  static Remove<TKey, TValue>(dictionary: IDictionary_2<TKey, TValue>, key: TKey, value: TValue): boolean;
2112
1901
  static TryAdd<TKey, TValue>(dictionary: IDictionary_2<TKey, TValue>, key: TKey, value: TValue): boolean;