@tsonic/dotnet 10.0.3 → 10.0.5
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.
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +4 -0
- package/Microsoft.VisualBasic/internal/index.d.ts +4 -0
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +2 -0
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +4 -0
- package/Microsoft.Win32/internal/index.d.ts +2 -0
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +34 -0
- package/System/internal/index.d.ts +1042 -19
- package/System.Buffers/internal/index.d.ts +18 -0
- package/System.CodeDom.Compiler/internal/index.d.ts +3 -0
- package/System.Collections/internal/index.d.ts +78 -10
- package/System.Collections.Concurrent/internal/index.d.ts +35 -0
- package/System.Collections.Frozen/internal/index.d.ts +25 -0
- package/System.Collections.Generic/internal/index.d.ts +306 -5
- package/System.Collections.Immutable/internal/index.d.ts +156 -9
- package/System.Collections.ObjectModel/internal/index.d.ts +80 -2
- package/System.Collections.Specialized/internal/index.d.ts +45 -8
- package/System.ComponentModel/internal/index.d.ts +129 -8
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +6 -0
- package/System.ComponentModel.Design/internal/index.d.ts +75 -2
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +18 -0
- package/System.Data/internal/index.d.ts +165 -4
- package/System.Data.Common/internal/index.d.ts +86 -6
- package/System.Data.SqlTypes/internal/index.d.ts +92 -3
- package/System.Diagnostics/internal/index.d.ts +74 -9
- package/System.Diagnostics.Contracts/internal/index.d.ts +2 -0
- package/System.Diagnostics.Metrics/internal/index.d.ts +6 -0
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +22 -0
- package/System.Diagnostics.Tracing/internal/index.d.ts +16 -0
- package/System.Drawing/internal/index.d.ts +14 -0
- package/System.Dynamic/internal/index.d.ts +13 -0
- package/System.Formats.Asn1/internal/index.d.ts +6 -0
- package/System.Formats.Tar/internal/index.d.ts +6 -0
- package/System.Globalization/internal/index.d.ts +52 -2
- package/System.IO/internal/index.d.ts +67 -0
- package/System.IO.Compression/internal/index.d.ts +21 -0
- package/System.IO.Enumeration/internal/index.d.ts +7 -0
- package/System.IO.IsolatedStorage/internal/index.d.ts +9 -0
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +7 -0
- package/System.IO.Pipelines/internal/index.d.ts +4 -0
- package/System.IO.Pipes/internal/index.d.ts +15 -0
- package/System.Linq/internal/index.d.ts +38 -4
- package/System.Linq.Expressions/internal/index.d.ts +17 -0
- package/System.Net/internal/index.d.ts +94 -3
- package/System.Net.Http/internal/index.d.ts +53 -0
- package/System.Net.Http.Headers/internal/index.d.ts +74 -1
- package/System.Net.Http.Json/internal/index.d.ts +2 -0
- package/System.Net.Mail/internal/index.d.ts +57 -0
- package/System.Net.NetworkInformation/internal/index.d.ts +32 -5
- package/System.Net.Quic/internal/index.d.ts +9 -0
- package/System.Net.Security/internal/index.d.ts +13 -0
- package/System.Net.Sockets/internal/index.d.ts +21 -0
- package/System.Net.WebSockets/internal/index.d.ts +9 -0
- package/System.Numerics/internal/index.d.ts +154 -6
- package/System.Reflection/internal/index.d.ts +69 -1
- package/System.Reflection.Emit/internal/index.d.ts +35 -0
- package/System.Reflection.Metadata/internal/index.d.ts +331 -2
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +4 -0
- package/System.Reflection.PortableExecutable/internal/index.d.ts +2 -0
- package/System.Resources/internal/index.d.ts +19 -1
- package/System.Runtime/internal/index.d.ts +6 -0
- package/System.Runtime.CompilerServices/internal/index.d.ts +58 -4
- package/System.Runtime.InteropServices/internal/index.d.ts +94 -0
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +42 -0
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +4 -0
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +25 -0
- package/System.Runtime.Intrinsics/internal/index.d.ts +48 -4
- package/System.Runtime.Loader/internal/index.d.ts +2 -0
- package/System.Runtime.Serialization/internal/index.d.ts +36 -0
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +2 -0
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +2 -0
- package/System.Runtime.Serialization.Json/internal/index.d.ts +4 -0
- package/System.Runtime.Versioning/internal/index.d.ts +2 -0
- package/System.Security/internal/index.d.ts +18 -0
- package/System.Security.AccessControl/internal/index.d.ts +26 -6
- package/System.Security.Authentication/internal/index.d.ts +4 -0
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +7 -2
- package/System.Security.Claims/internal/index.d.ts +4 -0
- package/System.Security.Cryptography/internal/index.d.ts +271 -1
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +47 -2
- package/System.Security.Policy/internal/index.d.ts +3 -0
- package/System.Security.Principal/internal/index.d.ts +24 -1
- package/System.Text/internal/index.d.ts +41 -1
- package/System.Text.Json/internal/index.d.ts +22 -1
- package/System.Text.Json.Nodes/internal/index.d.ts +11 -0
- package/System.Text.Json.Serialization/internal/index.d.ts +10 -0
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +4 -0
- package/System.Text.RegularExpressions/internal/index.d.ts +44 -2
- package/System.Threading/internal/index.d.ts +78 -0
- package/System.Threading.Channels/internal/index.d.ts +2 -0
- package/System.Threading.Tasks/internal/index.d.ts +18 -0
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +67 -0
- package/System.Threading.Tasks.Sources/internal/index.d.ts +4 -0
- package/System.Timers/internal/index.d.ts +4 -0
- package/System.Transactions/internal/index.d.ts +39 -0
- package/System.Web/internal/index.d.ts +2 -0
- package/System.Windows.Input/internal/index.d.ts +2 -0
- package/System.Xml/internal/index.d.ts +143 -6
- package/System.Xml.Linq/internal/index.d.ts +32 -0
- package/System.Xml.Schema/internal/index.d.ts +25 -2
- package/System.Xml.Serialization/internal/index.d.ts +29 -4
- package/System.Xml.XPath/internal/index.d.ts +13 -2
- package/System.Xml.Xsl/internal/index.d.ts +11 -0
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +25 -1
- package/__internal/extensions/index.d.ts +263 -263
- package/package.json +1 -1
|
@@ -21,6 +21,8 @@ import * as System_Internal from "../../System/internal/index.js";
|
|
|
21
21
|
import type { Action_1, Array as ClrArray, Boolean as ClrBoolean, Byte, Comparison_1, Converter_2, Enum, Exception, Func_2, Func_3, IAsyncDisposable, IComparable_1, IDisposable, IEquatable_1, Int32, Nullable_1, Object as ClrObject, Predicate_1, ReadOnlySpan_1, Span_1, String as ClrString, SystemException, Type, ValueTuple_2, ValueType, Void } from "../../System/internal/index.js";
|
|
22
22
|
|
|
23
23
|
export interface IAlternateEqualityComparer_2$instance<TAlternate, T> {
|
|
24
|
+
readonly __tsonic_iface_System_Collections_Generic_IAlternateEqualityComparer_2: never;
|
|
25
|
+
|
|
24
26
|
Create(alternate: TAlternate): T;
|
|
25
27
|
Equals(alternate: TAlternate, other: T): boolean;
|
|
26
28
|
GetHashCode(alternate: TAlternate): int;
|
|
@@ -30,6 +32,8 @@ export interface IAlternateEqualityComparer_2$instance<TAlternate, T> {
|
|
|
30
32
|
export type IAlternateEqualityComparer_2<TAlternate, T> = IAlternateEqualityComparer_2$instance<TAlternate, T>;
|
|
31
33
|
|
|
32
34
|
export interface IAsyncEnumerable_1$instance<T> {
|
|
35
|
+
readonly __tsonic_iface_System_Collections_Generic_IAsyncEnumerable_1: never;
|
|
36
|
+
|
|
33
37
|
GetAsyncEnumerator(cancellationToken?: CancellationToken): IAsyncEnumerator_1<T>;
|
|
34
38
|
}
|
|
35
39
|
|
|
@@ -37,6 +41,8 @@ export interface IAsyncEnumerable_1$instance<T> {
|
|
|
37
41
|
export type IAsyncEnumerable_1<T> = IAsyncEnumerable_1$instance<T>;
|
|
38
42
|
|
|
39
43
|
export interface IAsyncEnumerator_1$instance<T> extends IAsyncDisposable {
|
|
44
|
+
readonly __tsonic_iface_System_Collections_Generic_IAsyncEnumerator_1: never;
|
|
45
|
+
|
|
40
46
|
readonly Current: T;
|
|
41
47
|
DisposeAsync(): ValueTask;
|
|
42
48
|
MoveNextAsync(): ValueTask_1<System_Internal.Boolean>;
|
|
@@ -48,6 +54,8 @@ export interface IAsyncEnumerator_1$instance<T> extends System_Internal.IAsyncDi
|
|
|
48
54
|
export type IAsyncEnumerator_1<T> = IAsyncEnumerator_1$instance<T>;
|
|
49
55
|
|
|
50
56
|
export interface ICollection_1$instance<T> extends IEnumerable_1<T>, IEnumerable {
|
|
57
|
+
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
58
|
+
|
|
51
59
|
readonly Count: int;
|
|
52
60
|
readonly IsReadOnly: boolean;
|
|
53
61
|
Add(item: T): void;
|
|
@@ -63,6 +71,8 @@ export interface ICollection_1$instance<T> extends IEnumerable_1<T>, IEnumerable
|
|
|
63
71
|
export type ICollection_1<T> = ICollection_1$instance<T>;
|
|
64
72
|
|
|
65
73
|
export interface IComparer_1$instance<T> {
|
|
74
|
+
readonly __tsonic_iface_System_Collections_Generic_IComparer_1: never;
|
|
75
|
+
|
|
66
76
|
Compare(x: T, y: T): int;
|
|
67
77
|
}
|
|
68
78
|
|
|
@@ -70,6 +80,8 @@ export interface IComparer_1$instance<T> {
|
|
|
70
80
|
export type IComparer_1<T> = IComparer_1$instance<T>;
|
|
71
81
|
|
|
72
82
|
export interface IDictionary_2$instance<TKey, TValue> extends ICollection_1<KeyValuePair_2<TKey, TValue>>, IEnumerable_1<KeyValuePair_2<TKey, TValue>>, IEnumerable {
|
|
83
|
+
readonly __tsonic_iface_System_Collections_Generic_IDictionary_2: never;
|
|
84
|
+
|
|
73
85
|
Item: TValue;
|
|
74
86
|
readonly Keys: ICollection_1<TKey>;
|
|
75
87
|
readonly Values: ICollection_1<TValue>;
|
|
@@ -91,6 +103,8 @@ export interface IDictionary_2$instance<TKey, TValue> extends ICollection_1<KeyV
|
|
|
91
103
|
export type IDictionary_2<TKey, TValue> = IDictionary_2$instance<TKey, TValue>;
|
|
92
104
|
|
|
93
105
|
export interface IEnumerable_1$instance<T> extends IEnumerable {
|
|
106
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
107
|
+
|
|
94
108
|
GetEnumerator(): IEnumerator_1<T>;
|
|
95
109
|
GetEnumerator(): IEnumerator;
|
|
96
110
|
}
|
|
@@ -99,6 +113,8 @@ export interface IEnumerable_1$instance<T> extends IEnumerable {
|
|
|
99
113
|
export type IEnumerable_1<T> = IEnumerable_1$instance<T>;
|
|
100
114
|
|
|
101
115
|
export interface IEnumerator_1$instance<T> extends IDisposable, IEnumerator {
|
|
116
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
117
|
+
|
|
102
118
|
readonly Current: T;
|
|
103
119
|
Dispose(): void;
|
|
104
120
|
MoveNext(): boolean;
|
|
@@ -111,6 +127,8 @@ export interface IEnumerator_1$instance<T> extends System_Internal.IDisposable$i
|
|
|
111
127
|
export type IEnumerator_1<T> = IEnumerator_1$instance<T>;
|
|
112
128
|
|
|
113
129
|
export interface IEqualityComparer_1$instance<T> {
|
|
130
|
+
readonly __tsonic_iface_System_Collections_Generic_IEqualityComparer_1: never;
|
|
131
|
+
|
|
114
132
|
Equals(x: T, y: T): boolean;
|
|
115
133
|
GetHashCode(obj: T): int;
|
|
116
134
|
}
|
|
@@ -119,7 +137,9 @@ export interface IEqualityComparer_1$instance<T> {
|
|
|
119
137
|
export type IEqualityComparer_1<T> = IEqualityComparer_1$instance<T>;
|
|
120
138
|
|
|
121
139
|
export interface IList_1$instance<T> extends ICollection_1<T>, IEnumerable_1<T>, IEnumerable {
|
|
122
|
-
|
|
140
|
+
readonly __tsonic_iface_System_Collections_Generic_IList_1: never;
|
|
141
|
+
|
|
142
|
+
[index: number]: T;
|
|
123
143
|
readonly Count: int;
|
|
124
144
|
readonly IsReadOnly: boolean;
|
|
125
145
|
Add(item: T): void;
|
|
@@ -138,6 +158,8 @@ export interface IList_1$instance<T> extends ICollection_1<T>, IEnumerable_1<T>,
|
|
|
138
158
|
export type IList_1<T> = IList_1$instance<T>;
|
|
139
159
|
|
|
140
160
|
export interface IReadOnlyCollection_1$instance<T> extends IEnumerable_1<T>, IEnumerable {
|
|
161
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
162
|
+
|
|
141
163
|
readonly Count: int;
|
|
142
164
|
GetEnumerator(): IEnumerator_1<T>;
|
|
143
165
|
GetEnumerator(): IEnumerator;
|
|
@@ -148,6 +170,8 @@ export interface IReadOnlyCollection_1$instance<T> extends IEnumerable_1<T>, IEn
|
|
|
148
170
|
export type IReadOnlyCollection_1<T> = IReadOnlyCollection_1$instance<T>;
|
|
149
171
|
|
|
150
172
|
export interface IReadOnlyDictionary_2$instance<TKey, TValue> extends IReadOnlyCollection_1<KeyValuePair_2<TKey, TValue>>, IEnumerable_1<KeyValuePair_2<TKey, TValue>>, IEnumerable {
|
|
173
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyDictionary_2: never;
|
|
174
|
+
|
|
151
175
|
readonly Item: TValue;
|
|
152
176
|
readonly Keys: IEnumerable_1<TKey>;
|
|
153
177
|
readonly Values: IEnumerable_1<TValue>;
|
|
@@ -163,7 +187,9 @@ export interface IReadOnlyDictionary_2$instance<TKey, TValue> extends IReadOnlyC
|
|
|
163
187
|
export type IReadOnlyDictionary_2<TKey, TValue> = IReadOnlyDictionary_2$instance<TKey, TValue>;
|
|
164
188
|
|
|
165
189
|
export interface IReadOnlyList_1$instance<T> extends IReadOnlyCollection_1<T>, IEnumerable_1<T>, IEnumerable {
|
|
166
|
-
readonly
|
|
190
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
|
|
191
|
+
|
|
192
|
+
readonly [index: number]: T;
|
|
167
193
|
readonly Count: int;
|
|
168
194
|
GetEnumerator(): IEnumerator_1<T>;
|
|
169
195
|
GetEnumerator(): IEnumerator;
|
|
@@ -174,6 +200,8 @@ export interface IReadOnlyList_1$instance<T> extends IReadOnlyCollection_1<T>, I
|
|
|
174
200
|
export type IReadOnlyList_1<T> = IReadOnlyList_1$instance<T>;
|
|
175
201
|
|
|
176
202
|
export interface IReadOnlySet_1$instance<T> extends IReadOnlyCollection_1<T>, IEnumerable_1<T>, IEnumerable {
|
|
203
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlySet_1: never;
|
|
204
|
+
|
|
177
205
|
readonly Count: int;
|
|
178
206
|
Contains(item: T): boolean;
|
|
179
207
|
GetEnumerator(): IEnumerator_1<T>;
|
|
@@ -186,6 +214,8 @@ export interface IReadOnlySet_1$instance<T> extends IReadOnlyCollection_1<T>, IE
|
|
|
186
214
|
export type IReadOnlySet_1<T> = IReadOnlySet_1$instance<T>;
|
|
187
215
|
|
|
188
216
|
export interface ISet_1$instance<T> extends ICollection_1<T>, IEnumerable_1<T>, IEnumerable {
|
|
217
|
+
readonly __tsonic_iface_System_Collections_Generic_ISet_1: never;
|
|
218
|
+
|
|
189
219
|
readonly Count: int;
|
|
190
220
|
readonly IsReadOnly: boolean;
|
|
191
221
|
Add(item: T): void;
|
|
@@ -223,6 +253,11 @@ export const Dictionary_2_AlternateLookup_1: {
|
|
|
223
253
|
export type Dictionary_2_AlternateLookup_1<TKey, TValue, TAlternateKey> = Dictionary_2_AlternateLookup_1$instance<TKey, TValue, TAlternateKey>;
|
|
224
254
|
|
|
225
255
|
export interface Dictionary_2_Enumerator$instance<TKey, TValue> extends IDisposable {
|
|
256
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
257
|
+
readonly __tsonic_iface_System_Collections_IDictionaryEnumerator: never;
|
|
258
|
+
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
259
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
260
|
+
|
|
226
261
|
readonly Current: KeyValuePair_2<TKey, TValue>;
|
|
227
262
|
Dispose(): void;
|
|
228
263
|
MoveNext(): boolean;
|
|
@@ -245,6 +280,10 @@ export type Dictionary_2_Enumerator<TKey, TValue> = Dictionary_2_Enumerator$inst
|
|
|
245
280
|
|
|
246
281
|
|
|
247
282
|
export interface Dictionary_2_KeyCollection_Enumerator$instance<TKey, TValue> extends IDisposable {
|
|
283
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
284
|
+
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
285
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
286
|
+
|
|
248
287
|
readonly Current: TKey;
|
|
249
288
|
Dispose(): void;
|
|
250
289
|
MoveNext(): boolean;
|
|
@@ -266,6 +305,10 @@ export type Dictionary_2_KeyCollection_Enumerator<TKey, TValue> = Dictionary_2_K
|
|
|
266
305
|
|
|
267
306
|
|
|
268
307
|
export interface Dictionary_2_ValueCollection_Enumerator$instance<TKey, TValue> extends IDisposable {
|
|
308
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
309
|
+
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
310
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
311
|
+
|
|
269
312
|
readonly Current: TValue;
|
|
270
313
|
Dispose(): void;
|
|
271
314
|
MoveNext(): boolean;
|
|
@@ -303,6 +346,10 @@ export const HashSet_1_AlternateLookup_1: {
|
|
|
303
346
|
export type HashSet_1_AlternateLookup_1<T, TAlternate> = HashSet_1_AlternateLookup_1$instance<T, TAlternate>;
|
|
304
347
|
|
|
305
348
|
export interface HashSet_1_Enumerator$instance<T> extends IDisposable {
|
|
349
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
350
|
+
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
351
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
352
|
+
|
|
306
353
|
readonly Current: T;
|
|
307
354
|
Dispose(): void;
|
|
308
355
|
MoveNext(): boolean;
|
|
@@ -339,6 +386,12 @@ export const KeyValuePair_2: {
|
|
|
339
386
|
export type KeyValuePair_2<TKey, TValue> = KeyValuePair_2$instance<TKey, TValue>;
|
|
340
387
|
|
|
341
388
|
export interface LinkedList_1_Enumerator$instance<T> extends IDisposable {
|
|
389
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
390
|
+
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
391
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
392
|
+
readonly __tsonic_iface_System_Runtime_Serialization_IDeserializationCallback: never;
|
|
393
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
394
|
+
|
|
342
395
|
readonly Current: T;
|
|
343
396
|
Dispose(): void;
|
|
344
397
|
MoveNext(): boolean;
|
|
@@ -364,6 +417,10 @@ export type LinkedList_1_Enumerator<T> = LinkedList_1_Enumerator$instance<T> & _
|
|
|
364
417
|
|
|
365
418
|
|
|
366
419
|
export interface List_1_Enumerator$instance<T> extends IDisposable {
|
|
420
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
421
|
+
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
422
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
423
|
+
|
|
367
424
|
readonly Current: T;
|
|
368
425
|
Dispose(): void;
|
|
369
426
|
MoveNext(): boolean;
|
|
@@ -385,6 +442,11 @@ export type List_1_Enumerator<T> = List_1_Enumerator$instance<T> & __List_1_Enum
|
|
|
385
442
|
|
|
386
443
|
|
|
387
444
|
export interface OrderedDictionary_2_Enumerator$instance<TKey, TValue> {
|
|
445
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
446
|
+
readonly __tsonic_iface_System_Collections_IDictionaryEnumerator: never;
|
|
447
|
+
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
448
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
449
|
+
|
|
388
450
|
Current: KeyValuePair_2<TKey, TValue>;
|
|
389
451
|
MoveNext(): boolean;
|
|
390
452
|
Reset(): void;
|
|
@@ -406,6 +468,10 @@ export type OrderedDictionary_2_Enumerator<TKey, TValue> = OrderedDictionary_2_E
|
|
|
406
468
|
|
|
407
469
|
|
|
408
470
|
export interface OrderedDictionary_2_KeyCollection_Enumerator$instance<TKey, TValue> {
|
|
471
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
472
|
+
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
473
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
474
|
+
|
|
409
475
|
readonly Current: TKey;
|
|
410
476
|
MoveNext(): boolean;
|
|
411
477
|
Reset(): void;
|
|
@@ -426,6 +492,10 @@ export type OrderedDictionary_2_KeyCollection_Enumerator<TKey, TValue> = Ordered
|
|
|
426
492
|
|
|
427
493
|
|
|
428
494
|
export interface OrderedDictionary_2_ValueCollection_Enumerator$instance<TKey, TValue> {
|
|
495
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
496
|
+
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
497
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
498
|
+
|
|
429
499
|
readonly Current: TValue;
|
|
430
500
|
MoveNext(): boolean;
|
|
431
501
|
Reset(): void;
|
|
@@ -446,6 +516,10 @@ export type OrderedDictionary_2_ValueCollection_Enumerator<TKey, TValue> = Order
|
|
|
446
516
|
|
|
447
517
|
|
|
448
518
|
export interface PriorityQueue_2_UnorderedItemsCollection_Enumerator$instance<TElement, TPriority> extends IDisposable {
|
|
519
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
520
|
+
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
521
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
522
|
+
|
|
449
523
|
readonly Current: ValueTuple_2<TElement, TPriority>;
|
|
450
524
|
Dispose(): void;
|
|
451
525
|
MoveNext(): boolean;
|
|
@@ -467,6 +541,10 @@ export type PriorityQueue_2_UnorderedItemsCollection_Enumerator<TElement, TPrior
|
|
|
467
541
|
|
|
468
542
|
|
|
469
543
|
export interface Queue_1_Enumerator$instance<T> extends IDisposable {
|
|
544
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
545
|
+
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
546
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
547
|
+
|
|
470
548
|
readonly Current: T;
|
|
471
549
|
Dispose(): void;
|
|
472
550
|
MoveNext(): boolean;
|
|
@@ -488,6 +566,11 @@ export type Queue_1_Enumerator<T> = Queue_1_Enumerator$instance<T> & __Queue_1_E
|
|
|
488
566
|
|
|
489
567
|
|
|
490
568
|
export interface SortedDictionary_2_Enumerator$instance<TKey, TValue> extends IDisposable {
|
|
569
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
570
|
+
readonly __tsonic_iface_System_Collections_IDictionaryEnumerator: never;
|
|
571
|
+
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
572
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
573
|
+
|
|
491
574
|
readonly Current: KeyValuePair_2<TKey, TValue>;
|
|
492
575
|
Dispose(): void;
|
|
493
576
|
MoveNext(): boolean;
|
|
@@ -510,6 +593,10 @@ export type SortedDictionary_2_Enumerator<TKey, TValue> = SortedDictionary_2_Enu
|
|
|
510
593
|
|
|
511
594
|
|
|
512
595
|
export interface SortedDictionary_2_KeyCollection_Enumerator$instance<TKey, TValue> extends IDisposable {
|
|
596
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
597
|
+
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
598
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
599
|
+
|
|
513
600
|
readonly Current: TKey;
|
|
514
601
|
Dispose(): void;
|
|
515
602
|
MoveNext(): boolean;
|
|
@@ -531,6 +618,10 @@ export type SortedDictionary_2_KeyCollection_Enumerator<TKey, TValue> = SortedDi
|
|
|
531
618
|
|
|
532
619
|
|
|
533
620
|
export interface SortedDictionary_2_ValueCollection_Enumerator$instance<TKey, TValue> extends IDisposable {
|
|
621
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
622
|
+
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
623
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
624
|
+
|
|
534
625
|
readonly Current: TValue;
|
|
535
626
|
Dispose(): void;
|
|
536
627
|
MoveNext(): boolean;
|
|
@@ -552,6 +643,12 @@ export type SortedDictionary_2_ValueCollection_Enumerator<TKey, TValue> = Sorted
|
|
|
552
643
|
|
|
553
644
|
|
|
554
645
|
export interface SortedSet_1_Enumerator$instance<T> extends IDisposable {
|
|
646
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
647
|
+
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
648
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
649
|
+
readonly __tsonic_iface_System_Runtime_Serialization_IDeserializationCallback: never;
|
|
650
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
651
|
+
|
|
555
652
|
readonly Current: T;
|
|
556
653
|
Dispose(): void;
|
|
557
654
|
MoveNext(): boolean;
|
|
@@ -577,6 +674,10 @@ export type SortedSet_1_Enumerator<T> = SortedSet_1_Enumerator$instance<T> & __S
|
|
|
577
674
|
|
|
578
675
|
|
|
579
676
|
export interface Stack_1_Enumerator$instance<T> extends IDisposable {
|
|
677
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
678
|
+
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
679
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
680
|
+
|
|
580
681
|
readonly Current: T;
|
|
581
682
|
Dispose(): void;
|
|
582
683
|
MoveNext(): boolean;
|
|
@@ -598,6 +699,9 @@ export type Stack_1_Enumerator<T> = Stack_1_Enumerator$instance<T> & __Stack_1_E
|
|
|
598
699
|
|
|
599
700
|
|
|
600
701
|
export interface ByteEqualityComparer$instance extends EqualityComparer_1$instance<System_Internal.Byte> {
|
|
702
|
+
readonly __tsonic_iface_System_Collections_Generic_IEqualityComparer_1: never;
|
|
703
|
+
readonly __tsonic_iface_System_Collections_IEqualityComparer: never;
|
|
704
|
+
|
|
601
705
|
Equals(x: unknown, y: unknown): boolean;
|
|
602
706
|
GetHashCode(obj: unknown): int;
|
|
603
707
|
}
|
|
@@ -617,6 +721,9 @@ export type ByteEqualityComparer = ByteEqualityComparer$instance & __ByteEqualit
|
|
|
617
721
|
|
|
618
722
|
|
|
619
723
|
export interface Comparer_1$instance<T> {
|
|
724
|
+
readonly __tsonic_iface_System_Collections_Generic_IComparer_1: never;
|
|
725
|
+
readonly __tsonic_iface_System_Collections_IComparer: never;
|
|
726
|
+
|
|
620
727
|
Compare(x: T, y: T): int;
|
|
621
728
|
}
|
|
622
729
|
|
|
@@ -638,6 +745,17 @@ export type Comparer_1<T> = Comparer_1$instance<T> & __Comparer_1$views<T>;
|
|
|
638
745
|
|
|
639
746
|
|
|
640
747
|
export interface Dictionary_2$instance<TKey, TValue> {
|
|
748
|
+
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
749
|
+
readonly __tsonic_iface_System_Collections_Generic_IDictionary_2: never;
|
|
750
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
751
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
752
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyDictionary_2: never;
|
|
753
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
754
|
+
readonly __tsonic_iface_System_Collections_IDictionary: never;
|
|
755
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
756
|
+
readonly __tsonic_iface_System_Runtime_Serialization_IDeserializationCallback: never;
|
|
757
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
758
|
+
|
|
641
759
|
readonly Capacity: int;
|
|
642
760
|
readonly Comparer: IEqualityComparer_1<TKey>;
|
|
643
761
|
readonly Count: int;
|
|
@@ -694,6 +812,12 @@ export type Dictionary_2<TKey, TValue> = Dictionary_2$instance<TKey, TValue> & _
|
|
|
694
812
|
|
|
695
813
|
|
|
696
814
|
export interface Dictionary_2_KeyCollection$instance<TKey, TValue> {
|
|
815
|
+
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
816
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
817
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
818
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
819
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
820
|
+
|
|
697
821
|
readonly Count: int;
|
|
698
822
|
Contains(item: TKey): boolean;
|
|
699
823
|
CopyTo(array: TKey[], index: int): void;
|
|
@@ -718,6 +842,12 @@ export type Dictionary_2_KeyCollection<TKey, TValue> = Dictionary_2_KeyCollectio
|
|
|
718
842
|
|
|
719
843
|
|
|
720
844
|
export interface Dictionary_2_ValueCollection$instance<TKey, TValue> {
|
|
845
|
+
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
846
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
847
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
848
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
849
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
850
|
+
|
|
721
851
|
readonly Count: int;
|
|
722
852
|
CopyTo(array: TValue[], index: int): void;
|
|
723
853
|
GetEnumerator(): Dictionary_2_ValueCollection_Enumerator<TKey, TValue>;
|
|
@@ -741,6 +871,10 @@ export type Dictionary_2_ValueCollection<TKey, TValue> = Dictionary_2_ValueColle
|
|
|
741
871
|
|
|
742
872
|
|
|
743
873
|
export interface EnumEqualityComparer_1$instance<T extends number> extends EqualityComparer_1$instance<T> {
|
|
874
|
+
readonly __tsonic_iface_System_Collections_Generic_IEqualityComparer_1: never;
|
|
875
|
+
readonly __tsonic_iface_System_Collections_IEqualityComparer: never;
|
|
876
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
877
|
+
|
|
744
878
|
Equals(x: T, y: T): boolean;
|
|
745
879
|
Equals(x: unknown, y: unknown): boolean;
|
|
746
880
|
GetHashCode(obj: T): int;
|
|
@@ -766,6 +900,9 @@ export type EnumEqualityComparer_1<T extends number> = EnumEqualityComparer_1$in
|
|
|
766
900
|
|
|
767
901
|
|
|
768
902
|
export interface EqualityComparer_1$instance<T> {
|
|
903
|
+
readonly __tsonic_iface_System_Collections_Generic_IEqualityComparer_1: never;
|
|
904
|
+
readonly __tsonic_iface_System_Collections_IEqualityComparer: never;
|
|
905
|
+
|
|
769
906
|
Equals(x: T, y: T): boolean;
|
|
770
907
|
GetHashCode(obj: T): int;
|
|
771
908
|
}
|
|
@@ -786,6 +923,9 @@ export type EqualityComparer_1<T> = EqualityComparer_1$instance<T> & __EqualityC
|
|
|
786
923
|
|
|
787
924
|
|
|
788
925
|
export interface GenericComparer_1$instance<T extends (IComparable_1<T> | number | string | boolean)> extends Comparer_1$instance<T> {
|
|
926
|
+
readonly __tsonic_iface_System_Collections_Generic_IComparer_1: never;
|
|
927
|
+
readonly __tsonic_iface_System_Collections_IComparer: never;
|
|
928
|
+
|
|
789
929
|
Compare(x: T, y: T): int;
|
|
790
930
|
Compare(x: unknown, y: unknown): int;
|
|
791
931
|
Equals(obj: unknown): boolean;
|
|
@@ -807,6 +947,9 @@ export type GenericComparer_1<T extends (IComparable_1<T> | number | string | bo
|
|
|
807
947
|
|
|
808
948
|
|
|
809
949
|
export interface GenericEqualityComparer_1$instance<T extends (IEquatable_1<T> | number | string | boolean)> extends EqualityComparer_1$instance<T> {
|
|
950
|
+
readonly __tsonic_iface_System_Collections_Generic_IEqualityComparer_1: never;
|
|
951
|
+
readonly __tsonic_iface_System_Collections_IEqualityComparer: never;
|
|
952
|
+
|
|
810
953
|
Equals(x: T, y: T): boolean;
|
|
811
954
|
Equals(x: unknown, y: unknown): boolean;
|
|
812
955
|
GetHashCode(obj: T): int;
|
|
@@ -828,6 +971,15 @@ export type GenericEqualityComparer_1<T extends (IEquatable_1<T> | number | stri
|
|
|
828
971
|
|
|
829
972
|
|
|
830
973
|
export interface HashSet_1$instance<T> {
|
|
974
|
+
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
975
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
976
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
977
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlySet_1: never;
|
|
978
|
+
readonly __tsonic_iface_System_Collections_Generic_ISet_1: never;
|
|
979
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
980
|
+
readonly __tsonic_iface_System_Runtime_Serialization_IDeserializationCallback: never;
|
|
981
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
982
|
+
|
|
831
983
|
readonly Capacity: int;
|
|
832
984
|
readonly Comparer: IEqualityComparer_1<T>;
|
|
833
985
|
readonly Count: int;
|
|
@@ -889,6 +1041,8 @@ export type HashSet_1<T> = HashSet_1$instance<T> & __HashSet_1$views<T>;
|
|
|
889
1041
|
|
|
890
1042
|
|
|
891
1043
|
export interface KeyNotFoundException$instance extends SystemException {
|
|
1044
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1045
|
+
|
|
892
1046
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
893
1047
|
}
|
|
894
1048
|
|
|
@@ -908,6 +1062,14 @@ export type KeyNotFoundException = KeyNotFoundException$instance & __KeyNotFound
|
|
|
908
1062
|
|
|
909
1063
|
|
|
910
1064
|
export interface LinkedList_1$instance<T> {
|
|
1065
|
+
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
1066
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
1067
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
1068
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
1069
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1070
|
+
readonly __tsonic_iface_System_Runtime_Serialization_IDeserializationCallback: never;
|
|
1071
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1072
|
+
|
|
911
1073
|
readonly Count: int;
|
|
912
1074
|
readonly First: LinkedListNode_1<T> | undefined;
|
|
913
1075
|
readonly Last: LinkedListNode_1<T> | undefined;
|
|
@@ -972,9 +1134,18 @@ export const LinkedListNode_1: {
|
|
|
972
1134
|
export type LinkedListNode_1<T> = LinkedListNode_1$instance<T>;
|
|
973
1135
|
|
|
974
1136
|
export interface List_1$instance<T> {
|
|
1137
|
+
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
1138
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
1139
|
+
readonly __tsonic_iface_System_Collections_Generic_IList_1: never;
|
|
1140
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
1141
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
|
|
1142
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
1143
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1144
|
+
readonly __tsonic_iface_System_Collections_IList: never;
|
|
1145
|
+
|
|
975
1146
|
Capacity: int;
|
|
976
1147
|
readonly Count: int;
|
|
977
|
-
|
|
1148
|
+
[index: number]: T;
|
|
978
1149
|
Add(item: T): void;
|
|
979
1150
|
AddRange(collection: IEnumerable_1<T>): void;
|
|
980
1151
|
AsReadOnly(): ReadOnlyCollection_1<T>;
|
|
@@ -1047,6 +1218,9 @@ export type List_1<T> = List_1$instance<T> & __List_1$views<T>;
|
|
|
1047
1218
|
|
|
1048
1219
|
|
|
1049
1220
|
export interface NonRandomizedStringEqualityComparer$instance {
|
|
1221
|
+
readonly __tsonic_iface_System_Collections_Generic_IEqualityComparer_1: never;
|
|
1222
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1223
|
+
|
|
1050
1224
|
Equals(x: string, y: string): boolean;
|
|
1051
1225
|
GetHashCode(obj: string): int;
|
|
1052
1226
|
GetUnderlyingEqualityComparer(): IEqualityComparer_1<string | undefined>;
|
|
@@ -1069,6 +1243,10 @@ export type NonRandomizedStringEqualityComparer = NonRandomizedStringEqualityCom
|
|
|
1069
1243
|
|
|
1070
1244
|
|
|
1071
1245
|
export interface NullableComparer_1$instance<T extends unknown> extends Comparer_1$instance<Nullable_1<T>> {
|
|
1246
|
+
readonly __tsonic_iface_System_Collections_Generic_IComparer_1: never;
|
|
1247
|
+
readonly __tsonic_iface_System_Collections_IComparer: never;
|
|
1248
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1249
|
+
|
|
1072
1250
|
Compare(x: unknown, y: unknown): int;
|
|
1073
1251
|
Equals(obj: unknown): boolean;
|
|
1074
1252
|
GetHashCode(): int;
|
|
@@ -1093,6 +1271,10 @@ export type NullableComparer_1<T> = NullableComparer_1$instance<T> & __NullableC
|
|
|
1093
1271
|
|
|
1094
1272
|
|
|
1095
1273
|
export interface NullableEqualityComparer_1$instance<T extends unknown> extends EqualityComparer_1$instance<Nullable_1<T>> {
|
|
1274
|
+
readonly __tsonic_iface_System_Collections_Generic_IEqualityComparer_1: never;
|
|
1275
|
+
readonly __tsonic_iface_System_Collections_IEqualityComparer: never;
|
|
1276
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1277
|
+
|
|
1096
1278
|
Equals(x: unknown, y: unknown): boolean;
|
|
1097
1279
|
GetHashCode(obj: unknown): int;
|
|
1098
1280
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -1116,6 +1298,9 @@ export type NullableEqualityComparer_1<T> = NullableEqualityComparer_1$instance<
|
|
|
1116
1298
|
|
|
1117
1299
|
|
|
1118
1300
|
export interface ObjectComparer_1$instance<T> extends Comparer_1$instance<T> {
|
|
1301
|
+
readonly __tsonic_iface_System_Collections_Generic_IComparer_1: never;
|
|
1302
|
+
readonly __tsonic_iface_System_Collections_IComparer: never;
|
|
1303
|
+
|
|
1119
1304
|
Compare(x: T, y: T): int;
|
|
1120
1305
|
Compare(x: unknown, y: unknown): int;
|
|
1121
1306
|
Equals(obj: unknown): boolean;
|
|
@@ -1137,6 +1322,9 @@ export type ObjectComparer_1<T> = ObjectComparer_1$instance<T> & __ObjectCompare
|
|
|
1137
1322
|
|
|
1138
1323
|
|
|
1139
1324
|
export interface ObjectEqualityComparer_1$instance<T> extends EqualityComparer_1$instance<T> {
|
|
1325
|
+
readonly __tsonic_iface_System_Collections_Generic_IEqualityComparer_1: never;
|
|
1326
|
+
readonly __tsonic_iface_System_Collections_IEqualityComparer: never;
|
|
1327
|
+
|
|
1140
1328
|
Equals(x: T, y: T): boolean;
|
|
1141
1329
|
Equals(x: unknown, y: unknown): boolean;
|
|
1142
1330
|
GetHashCode(obj: T): int;
|
|
@@ -1158,6 +1346,18 @@ export type ObjectEqualityComparer_1<T> = ObjectEqualityComparer_1$instance<T> &
|
|
|
1158
1346
|
|
|
1159
1347
|
|
|
1160
1348
|
export interface OrderedDictionary_2$instance<TKey, TValue> {
|
|
1349
|
+
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
1350
|
+
readonly __tsonic_iface_System_Collections_Generic_IDictionary_2: never;
|
|
1351
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
1352
|
+
readonly __tsonic_iface_System_Collections_Generic_IList_1: never;
|
|
1353
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
1354
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyDictionary_2: never;
|
|
1355
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
|
|
1356
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
1357
|
+
readonly __tsonic_iface_System_Collections_IDictionary: never;
|
|
1358
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1359
|
+
readonly __tsonic_iface_System_Collections_IList: never;
|
|
1360
|
+
|
|
1161
1361
|
readonly Capacity: int;
|
|
1162
1362
|
readonly Comparer: IEqualityComparer_1<TKey>;
|
|
1163
1363
|
readonly Count: int;
|
|
@@ -1216,6 +1416,15 @@ export type OrderedDictionary_2<TKey, TValue> = OrderedDictionary_2$instance<TKe
|
|
|
1216
1416
|
|
|
1217
1417
|
|
|
1218
1418
|
export interface OrderedDictionary_2_KeyCollection$instance<TKey, TValue> {
|
|
1419
|
+
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
1420
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
1421
|
+
readonly __tsonic_iface_System_Collections_Generic_IList_1: never;
|
|
1422
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
1423
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
|
|
1424
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
1425
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1426
|
+
readonly __tsonic_iface_System_Collections_IList: never;
|
|
1427
|
+
|
|
1219
1428
|
readonly Count: int;
|
|
1220
1429
|
Contains(key: TKey): boolean;
|
|
1221
1430
|
CopyTo(array: TKey[], arrayIndex: int): void;
|
|
@@ -1241,6 +1450,15 @@ export type OrderedDictionary_2_KeyCollection<TKey, TValue> = OrderedDictionary_
|
|
|
1241
1450
|
|
|
1242
1451
|
|
|
1243
1452
|
export interface OrderedDictionary_2_ValueCollection$instance<TKey, TValue> {
|
|
1453
|
+
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
1454
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
1455
|
+
readonly __tsonic_iface_System_Collections_Generic_IList_1: never;
|
|
1456
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
1457
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
|
|
1458
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
1459
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1460
|
+
readonly __tsonic_iface_System_Collections_IList: never;
|
|
1461
|
+
|
|
1244
1462
|
readonly Count: int;
|
|
1245
1463
|
CopyTo(array: TValue[], arrayIndex: int): void;
|
|
1246
1464
|
GetEnumerator(): OrderedDictionary_2_ValueCollection_Enumerator<TKey, TValue>;
|
|
@@ -1298,6 +1516,11 @@ export const PriorityQueue_2: {
|
|
|
1298
1516
|
export type PriorityQueue_2<TElement, TPriority> = PriorityQueue_2$instance<TElement, TPriority>;
|
|
1299
1517
|
|
|
1300
1518
|
export interface PriorityQueue_2_UnorderedItemsCollection$instance<TElement, TPriority> {
|
|
1519
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
1520
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
1521
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
1522
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1523
|
+
|
|
1301
1524
|
readonly Count: int;
|
|
1302
1525
|
GetEnumerator(): PriorityQueue_2_UnorderedItemsCollection_Enumerator<TElement, TPriority>;
|
|
1303
1526
|
}
|
|
@@ -1318,6 +1541,11 @@ export type PriorityQueue_2_UnorderedItemsCollection<TElement, TPriority> = Prio
|
|
|
1318
1541
|
|
|
1319
1542
|
|
|
1320
1543
|
export interface Queue_1$instance<T> {
|
|
1544
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
1545
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
1546
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
1547
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1548
|
+
|
|
1321
1549
|
readonly Capacity: int;
|
|
1322
1550
|
readonly Count: int;
|
|
1323
1551
|
Clear(): void;
|
|
@@ -1354,6 +1582,9 @@ export type Queue_1<T> = Queue_1$instance<T> & __Queue_1$views<T>;
|
|
|
1354
1582
|
|
|
1355
1583
|
|
|
1356
1584
|
export interface ReferenceEqualityComparer$instance {
|
|
1585
|
+
readonly __tsonic_iface_System_Collections_Generic_IEqualityComparer_1: never;
|
|
1586
|
+
readonly __tsonic_iface_System_Collections_IEqualityComparer: never;
|
|
1587
|
+
|
|
1357
1588
|
Equals(x: unknown, y: unknown): boolean;
|
|
1358
1589
|
GetHashCode(obj: unknown): int;
|
|
1359
1590
|
}
|
|
@@ -1373,6 +1604,15 @@ export type ReferenceEqualityComparer = ReferenceEqualityComparer$instance & __R
|
|
|
1373
1604
|
|
|
1374
1605
|
|
|
1375
1606
|
export interface SortedDictionary_2$instance<TKey, TValue> {
|
|
1607
|
+
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
1608
|
+
readonly __tsonic_iface_System_Collections_Generic_IDictionary_2: never;
|
|
1609
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
1610
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
1611
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyDictionary_2: never;
|
|
1612
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
1613
|
+
readonly __tsonic_iface_System_Collections_IDictionary: never;
|
|
1614
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1615
|
+
|
|
1376
1616
|
readonly Comparer: IComparer_1<TKey>;
|
|
1377
1617
|
readonly Count: int;
|
|
1378
1618
|
Item: TValue;
|
|
@@ -1412,6 +1652,12 @@ export type SortedDictionary_2<TKey, TValue> = SortedDictionary_2$instance<TKey,
|
|
|
1412
1652
|
|
|
1413
1653
|
|
|
1414
1654
|
export interface SortedDictionary_2_KeyCollection$instance<TKey, TValue> {
|
|
1655
|
+
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
1656
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
1657
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
1658
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
1659
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1660
|
+
|
|
1415
1661
|
readonly Count: int;
|
|
1416
1662
|
Contains(item: TKey): boolean;
|
|
1417
1663
|
CopyTo(array: TKey[], index: int): void;
|
|
@@ -1436,6 +1682,9 @@ export type SortedDictionary_2_KeyCollection<TKey, TValue> = SortedDictionary_2_
|
|
|
1436
1682
|
|
|
1437
1683
|
|
|
1438
1684
|
export interface SortedDictionary_2_KeyValuePairComparer$instance<TKey, TValue> extends Comparer_1$instance<KeyValuePair_2<TKey, TValue>> {
|
|
1685
|
+
readonly __tsonic_iface_System_Collections_Generic_IComparer_1: never;
|
|
1686
|
+
readonly __tsonic_iface_System_Collections_IComparer: never;
|
|
1687
|
+
|
|
1439
1688
|
Compare(x: unknown, y: unknown): int;
|
|
1440
1689
|
Equals(obj: unknown): boolean;
|
|
1441
1690
|
GetHashCode(): int;
|
|
@@ -1456,6 +1705,12 @@ export type SortedDictionary_2_KeyValuePairComparer<TKey, TValue> = SortedDictio
|
|
|
1456
1705
|
|
|
1457
1706
|
|
|
1458
1707
|
export interface SortedDictionary_2_ValueCollection$instance<TKey, TValue> {
|
|
1708
|
+
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
1709
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
1710
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
1711
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
1712
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1713
|
+
|
|
1459
1714
|
readonly Count: int;
|
|
1460
1715
|
CopyTo(array: TValue[], index: int): void;
|
|
1461
1716
|
GetEnumerator(): SortedDictionary_2_ValueCollection_Enumerator<TKey, TValue>;
|
|
@@ -1479,6 +1734,15 @@ export type SortedDictionary_2_ValueCollection<TKey, TValue> = SortedDictionary_
|
|
|
1479
1734
|
|
|
1480
1735
|
|
|
1481
1736
|
export interface SortedList_2$instance<TKey, TValue> {
|
|
1737
|
+
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
1738
|
+
readonly __tsonic_iface_System_Collections_Generic_IDictionary_2: never;
|
|
1739
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
1740
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
1741
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyDictionary_2: never;
|
|
1742
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
1743
|
+
readonly __tsonic_iface_System_Collections_IDictionary: never;
|
|
1744
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1745
|
+
|
|
1482
1746
|
Capacity: int;
|
|
1483
1747
|
readonly Comparer: IComparer_1<TKey>;
|
|
1484
1748
|
readonly Count: int;
|
|
@@ -1527,9 +1791,15 @@ export type SortedList_2<TKey, TValue> = SortedList_2$instance<TKey, TValue> & _
|
|
|
1527
1791
|
|
|
1528
1792
|
|
|
1529
1793
|
export interface SortedList_2_KeyList$instance<TKey, TValue> {
|
|
1794
|
+
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
1795
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
1796
|
+
readonly __tsonic_iface_System_Collections_Generic_IList_1: never;
|
|
1797
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
1798
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1799
|
+
|
|
1530
1800
|
readonly Count: int;
|
|
1531
1801
|
readonly IsReadOnly: boolean;
|
|
1532
|
-
|
|
1802
|
+
[index: number]: TKey;
|
|
1533
1803
|
Add(key: TKey): void;
|
|
1534
1804
|
Clear(): void;
|
|
1535
1805
|
Contains(key: TKey): boolean;
|
|
@@ -1558,9 +1828,15 @@ export type SortedList_2_KeyList<TKey, TValue> = SortedList_2_KeyList$instance<T
|
|
|
1558
1828
|
|
|
1559
1829
|
|
|
1560
1830
|
export interface SortedList_2_ValueList$instance<TKey, TValue> {
|
|
1831
|
+
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
1832
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
1833
|
+
readonly __tsonic_iface_System_Collections_Generic_IList_1: never;
|
|
1834
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
1835
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1836
|
+
|
|
1561
1837
|
readonly Count: int;
|
|
1562
1838
|
readonly IsReadOnly: boolean;
|
|
1563
|
-
|
|
1839
|
+
[index: number]: TValue;
|
|
1564
1840
|
Add(key: TValue): void;
|
|
1565
1841
|
Clear(): void;
|
|
1566
1842
|
Contains(value: TValue): boolean;
|
|
@@ -1589,6 +1865,16 @@ export type SortedList_2_ValueList<TKey, TValue> = SortedList_2_ValueList$instan
|
|
|
1589
1865
|
|
|
1590
1866
|
|
|
1591
1867
|
export interface SortedSet_1$instance<T> {
|
|
1868
|
+
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
1869
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
1870
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
1871
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlySet_1: never;
|
|
1872
|
+
readonly __tsonic_iface_System_Collections_Generic_ISet_1: never;
|
|
1873
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
1874
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1875
|
+
readonly __tsonic_iface_System_Runtime_Serialization_IDeserializationCallback: never;
|
|
1876
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1877
|
+
|
|
1592
1878
|
readonly Comparer: IComparer_1<T>;
|
|
1593
1879
|
readonly Count: int;
|
|
1594
1880
|
readonly Max: T | undefined;
|
|
@@ -1648,6 +1934,11 @@ export type SortedSet_1<T> = SortedSet_1$instance<T> & __SortedSet_1$views<T>;
|
|
|
1648
1934
|
|
|
1649
1935
|
|
|
1650
1936
|
export interface Stack_1$instance<T> {
|
|
1937
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
1938
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
1939
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
1940
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1941
|
+
|
|
1651
1942
|
readonly Capacity: int;
|
|
1652
1943
|
readonly Count: int;
|
|
1653
1944
|
Clear(): void;
|
|
@@ -1684,6 +1975,16 @@ export type Stack_1<T> = Stack_1$instance<T> & __Stack_1$views<T>;
|
|
|
1684
1975
|
|
|
1685
1976
|
|
|
1686
1977
|
export interface TreeSet_1$instance<T> extends SortedSet_1$instance<T> {
|
|
1978
|
+
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
1979
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
1980
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
1981
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlySet_1: never;
|
|
1982
|
+
readonly __tsonic_iface_System_Collections_Generic_ISet_1: never;
|
|
1983
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
1984
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1985
|
+
readonly __tsonic_iface_System_Runtime_Serialization_IDeserializationCallback: never;
|
|
1986
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1987
|
+
|
|
1687
1988
|
Add(item: T): boolean;
|
|
1688
1989
|
Add(item: T): void;
|
|
1689
1990
|
Clear(): void;
|