@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
|
@@ -31,6 +31,8 @@ export type SpanAction_2<T, TArg> = (span: Span_1<T>, arg: TArg) => void;
|
|
|
31
31
|
|
|
32
32
|
|
|
33
33
|
export interface IBufferWriter_1$instance<T> {
|
|
34
|
+
readonly __tsonic_iface_System_Buffers_IBufferWriter_1: never;
|
|
35
|
+
|
|
34
36
|
Advance(count: int): void;
|
|
35
37
|
GetMemory(sizeHint?: int): Memory_1<T>;
|
|
36
38
|
GetSpan(sizeHint?: int): Span_1<T>;
|
|
@@ -40,6 +42,8 @@ export interface IBufferWriter_1$instance<T> {
|
|
|
40
42
|
export type IBufferWriter_1<T> = IBufferWriter_1$instance<T>;
|
|
41
43
|
|
|
42
44
|
export interface IMemoryOwner_1$instance<T> extends IDisposable {
|
|
45
|
+
readonly __tsonic_iface_System_Buffers_IMemoryOwner_1: never;
|
|
46
|
+
|
|
43
47
|
readonly Memory: Memory_1<T>;
|
|
44
48
|
Dispose(): void;
|
|
45
49
|
}
|
|
@@ -50,6 +54,8 @@ export interface IMemoryOwner_1$instance<T> extends System_Internal.IDisposable$
|
|
|
50
54
|
export type IMemoryOwner_1<T> = IMemoryOwner_1$instance<T>;
|
|
51
55
|
|
|
52
56
|
export interface IPinnable$instance {
|
|
57
|
+
readonly __tsonic_iface_System_Buffers_IPinnable: never;
|
|
58
|
+
|
|
53
59
|
Pin(elementIndex: int): MemoryHandle;
|
|
54
60
|
Unpin(): void;
|
|
55
61
|
}
|
|
@@ -58,6 +64,8 @@ export interface IPinnable$instance {
|
|
|
58
64
|
export type IPinnable = IPinnable$instance;
|
|
59
65
|
|
|
60
66
|
export interface MemoryHandle$instance {
|
|
67
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
68
|
+
|
|
61
69
|
readonly Pointer: ptr<void>;
|
|
62
70
|
Dispose(): void;
|
|
63
71
|
}
|
|
@@ -174,6 +182,8 @@ export const SequenceReader_1: {
|
|
|
174
182
|
export type SequenceReader_1<T extends (IEquatable_1<T> | number | string | boolean)> = SequenceReader_1$instance<T>;
|
|
175
183
|
|
|
176
184
|
export interface StandardFormat$instance {
|
|
185
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
186
|
+
|
|
177
187
|
readonly HasPrecision: boolean;
|
|
178
188
|
readonly IsDefault: boolean;
|
|
179
189
|
readonly Precision: byte;
|
|
@@ -206,6 +216,8 @@ export type StandardFormat = StandardFormat$instance & __StandardFormat$views;
|
|
|
206
216
|
|
|
207
217
|
|
|
208
218
|
export interface ArrayBufferWriter_1$instance<T> {
|
|
219
|
+
readonly __tsonic_iface_System_Buffers_IBufferWriter_1: never;
|
|
220
|
+
|
|
209
221
|
readonly Capacity: int;
|
|
210
222
|
readonly FreeCapacity: int;
|
|
211
223
|
readonly WrittenCount: int;
|
|
@@ -250,6 +262,10 @@ export const ArrayPool_1: (abstract new<T>() => ArrayPool_1<T>) & {
|
|
|
250
262
|
export type ArrayPool_1<T> = ArrayPool_1$instance<T>;
|
|
251
263
|
|
|
252
264
|
export interface MemoryManager_1$instance<T> {
|
|
265
|
+
readonly __tsonic_iface_System_Buffers_IMemoryOwner_1: never;
|
|
266
|
+
readonly __tsonic_iface_System_Buffers_IPinnable: never;
|
|
267
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
268
|
+
|
|
253
269
|
readonly Memory: Memory_1<T>;
|
|
254
270
|
Dispose(disposing: boolean): void;
|
|
255
271
|
GetSpan(): Span_1<T>;
|
|
@@ -273,6 +289,8 @@ export type MemoryManager_1<T> = MemoryManager_1$instance<T> & __MemoryManager_1
|
|
|
273
289
|
|
|
274
290
|
|
|
275
291
|
export interface MemoryPool_1$instance<T> {
|
|
292
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
293
|
+
|
|
276
294
|
readonly MaxBufferSize: int;
|
|
277
295
|
Dispose(): void;
|
|
278
296
|
Dispose(disposing: boolean): void;
|
|
@@ -28,6 +28,9 @@ export const GeneratedCodeAttribute: {
|
|
|
28
28
|
export type GeneratedCodeAttribute = GeneratedCodeAttribute$instance;
|
|
29
29
|
|
|
30
30
|
export interface IndentedTextWriter$instance extends TextWriter {
|
|
31
|
+
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
32
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
33
|
+
|
|
31
34
|
readonly Encoding: Encoding;
|
|
32
35
|
Indent: int;
|
|
33
36
|
readonly InnerWriter: TextWriter;
|
|
@@ -16,6 +16,8 @@ import * as System_Internal from "../../System/internal/index.js";
|
|
|
16
16
|
import type { Array as ClrArray, Boolean as ClrBoolean, Byte, ICloneable, Int32, Object as ClrObject, Single, String as ClrString, Type, ValueType, Void } from "../../System/internal/index.js";
|
|
17
17
|
|
|
18
18
|
export interface ICollection$instance extends IEnumerable {
|
|
19
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
20
|
+
|
|
19
21
|
readonly Count: int;
|
|
20
22
|
readonly SyncRoot: unknown;
|
|
21
23
|
readonly IsSynchronized: boolean;
|
|
@@ -24,11 +26,11 @@ export interface ICollection$instance extends IEnumerable {
|
|
|
24
26
|
}
|
|
25
27
|
|
|
26
28
|
|
|
27
|
-
export interface ICollection$instance extends IEnumerable$instance {}
|
|
28
|
-
|
|
29
29
|
export type ICollection = ICollection$instance;
|
|
30
30
|
|
|
31
31
|
export interface IComparer$instance {
|
|
32
|
+
readonly __tsonic_iface_System_Collections_IComparer: never;
|
|
33
|
+
|
|
32
34
|
Compare(x: unknown, y: unknown): int;
|
|
33
35
|
}
|
|
34
36
|
|
|
@@ -36,6 +38,8 @@ export interface IComparer$instance {
|
|
|
36
38
|
export type IComparer = IComparer$instance;
|
|
37
39
|
|
|
38
40
|
export interface IDictionary$instance extends ICollection, IEnumerable {
|
|
41
|
+
readonly __tsonic_iface_System_Collections_IDictionary: never;
|
|
42
|
+
|
|
39
43
|
get Item(): unknown | undefined;
|
|
40
44
|
set Item(value: unknown | undefined);
|
|
41
45
|
readonly Keys: ICollection;
|
|
@@ -58,6 +62,8 @@ export interface IDictionary$instance extends ICollection, IEnumerable {
|
|
|
58
62
|
export type IDictionary = IDictionary$instance;
|
|
59
63
|
|
|
60
64
|
export interface IDictionaryEnumerator$instance extends IEnumerator {
|
|
65
|
+
readonly __tsonic_iface_System_Collections_IDictionaryEnumerator: never;
|
|
66
|
+
|
|
61
67
|
readonly Key: unknown;
|
|
62
68
|
readonly Value: unknown | undefined;
|
|
63
69
|
readonly Entry: DictionaryEntry;
|
|
@@ -67,11 +73,11 @@ export interface IDictionaryEnumerator$instance extends IEnumerator {
|
|
|
67
73
|
}
|
|
68
74
|
|
|
69
75
|
|
|
70
|
-
export interface IDictionaryEnumerator$instance extends IEnumerator$instance {}
|
|
71
|
-
|
|
72
76
|
export type IDictionaryEnumerator = IDictionaryEnumerator$instance;
|
|
73
77
|
|
|
74
78
|
export interface IEnumerable$instance {
|
|
79
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
80
|
+
|
|
75
81
|
GetEnumerator(): IEnumerator;
|
|
76
82
|
}
|
|
77
83
|
|
|
@@ -79,6 +85,8 @@ export interface IEnumerable$instance {
|
|
|
79
85
|
export type IEnumerable = IEnumerable$instance;
|
|
80
86
|
|
|
81
87
|
export interface IEnumerator$instance {
|
|
88
|
+
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
89
|
+
|
|
82
90
|
readonly Current: unknown;
|
|
83
91
|
MoveNext(): boolean;
|
|
84
92
|
Reset(): void;
|
|
@@ -88,6 +96,8 @@ export interface IEnumerator$instance {
|
|
|
88
96
|
export type IEnumerator = IEnumerator$instance;
|
|
89
97
|
|
|
90
98
|
export interface IEqualityComparer$instance {
|
|
99
|
+
readonly __tsonic_iface_System_Collections_IEqualityComparer: never;
|
|
100
|
+
|
|
91
101
|
Equals(x: unknown, y: unknown): boolean;
|
|
92
102
|
GetHashCode(obj: unknown): int;
|
|
93
103
|
}
|
|
@@ -96,6 +106,8 @@ export interface IEqualityComparer$instance {
|
|
|
96
106
|
export type IEqualityComparer = IEqualityComparer$instance;
|
|
97
107
|
|
|
98
108
|
export interface IHashCodeProvider$instance {
|
|
109
|
+
readonly __tsonic_iface_System_Collections_IHashCodeProvider: never;
|
|
110
|
+
|
|
99
111
|
GetHashCode(obj: unknown): int;
|
|
100
112
|
}
|
|
101
113
|
|
|
@@ -103,7 +115,9 @@ export interface IHashCodeProvider$instance {
|
|
|
103
115
|
export type IHashCodeProvider = IHashCodeProvider$instance;
|
|
104
116
|
|
|
105
117
|
export interface IList$instance extends ICollection, IEnumerable {
|
|
106
|
-
|
|
118
|
+
readonly __tsonic_iface_System_Collections_IList: never;
|
|
119
|
+
|
|
120
|
+
[index: number]: unknown;
|
|
107
121
|
readonly IsReadOnly: boolean;
|
|
108
122
|
readonly IsFixedSize: boolean;
|
|
109
123
|
readonly Count: int;
|
|
@@ -123,6 +137,8 @@ export interface IList$instance extends ICollection, IEnumerable {
|
|
|
123
137
|
export type IList = IList$instance;
|
|
124
138
|
|
|
125
139
|
export interface IStructuralComparable$instance {
|
|
140
|
+
readonly __tsonic_iface_System_Collections_IStructuralComparable: never;
|
|
141
|
+
|
|
126
142
|
CompareTo(other: unknown, comparer: IComparer): int;
|
|
127
143
|
}
|
|
128
144
|
|
|
@@ -130,6 +146,8 @@ export interface IStructuralComparable$instance {
|
|
|
130
146
|
export type IStructuralComparable = IStructuralComparable$instance;
|
|
131
147
|
|
|
132
148
|
export interface IStructuralEquatable$instance {
|
|
149
|
+
readonly __tsonic_iface_System_Collections_IStructuralEquatable: never;
|
|
150
|
+
|
|
133
151
|
Equals(other: unknown, comparer: IEqualityComparer): boolean;
|
|
134
152
|
GetHashCode(comparer: IEqualityComparer): int;
|
|
135
153
|
}
|
|
@@ -154,12 +172,17 @@ export const DictionaryEntry: {
|
|
|
154
172
|
export type DictionaryEntry = DictionaryEntry$instance;
|
|
155
173
|
|
|
156
174
|
export interface ArrayList$instance {
|
|
175
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
176
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
177
|
+
readonly __tsonic_iface_System_Collections_IList: never;
|
|
178
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
179
|
+
|
|
157
180
|
Capacity: int;
|
|
158
181
|
readonly Count: int;
|
|
159
182
|
readonly IsFixedSize: boolean;
|
|
160
183
|
readonly IsReadOnly: boolean;
|
|
161
184
|
readonly IsSynchronized: boolean;
|
|
162
|
-
|
|
185
|
+
[index: number]: unknown;
|
|
163
186
|
readonly SyncRoot: unknown;
|
|
164
187
|
Add(value: unknown): int;
|
|
165
188
|
AddRange(c: ICollection): void;
|
|
@@ -226,10 +249,15 @@ export type ArrayList = ArrayList$instance & __ArrayList$views;
|
|
|
226
249
|
|
|
227
250
|
|
|
228
251
|
export interface BitArray$instance {
|
|
252
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
253
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
254
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
255
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
256
|
+
|
|
229
257
|
readonly Count: int;
|
|
230
258
|
readonly IsReadOnly: boolean;
|
|
231
259
|
readonly IsSynchronized: boolean;
|
|
232
|
-
|
|
260
|
+
[index: number]: boolean;
|
|
233
261
|
Length: int;
|
|
234
262
|
readonly SyncRoot: unknown;
|
|
235
263
|
And(value: BitArray): BitArray;
|
|
@@ -272,6 +300,8 @@ export type BitArray = BitArray$instance & __BitArray$views;
|
|
|
272
300
|
|
|
273
301
|
|
|
274
302
|
export interface CaseInsensitiveComparer$instance {
|
|
303
|
+
readonly __tsonic_iface_System_Collections_IComparer: never;
|
|
304
|
+
|
|
275
305
|
Compare(a: unknown, b: unknown): int;
|
|
276
306
|
}
|
|
277
307
|
|
|
@@ -288,12 +318,12 @@ export interface __CaseInsensitiveComparer$views {
|
|
|
288
318
|
As_IComparer(): IComparer$instance;
|
|
289
319
|
}
|
|
290
320
|
|
|
291
|
-
export interface CaseInsensitiveComparer$instance extends IComparer$instance {}
|
|
292
|
-
|
|
293
321
|
export type CaseInsensitiveComparer = CaseInsensitiveComparer$instance & __CaseInsensitiveComparer$views;
|
|
294
322
|
|
|
295
323
|
|
|
296
324
|
export interface CaseInsensitiveHashCodeProvider$instance {
|
|
325
|
+
readonly __tsonic_iface_System_Collections_IHashCodeProvider: never;
|
|
326
|
+
|
|
297
327
|
GetHashCode(obj: unknown): int;
|
|
298
328
|
}
|
|
299
329
|
|
|
@@ -314,6 +344,10 @@ export type CaseInsensitiveHashCodeProvider = CaseInsensitiveHashCodeProvider$in
|
|
|
314
344
|
|
|
315
345
|
|
|
316
346
|
export interface CollectionBase$instance {
|
|
347
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
348
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
349
|
+
readonly __tsonic_iface_System_Collections_IList: never;
|
|
350
|
+
|
|
317
351
|
Capacity: int;
|
|
318
352
|
readonly Count: int;
|
|
319
353
|
Clear(): void;
|
|
@@ -345,6 +379,9 @@ export type CollectionBase = CollectionBase$instance & __CollectionBase$views;
|
|
|
345
379
|
|
|
346
380
|
|
|
347
381
|
export interface Comparer$instance {
|
|
382
|
+
readonly __tsonic_iface_System_Collections_IComparer: never;
|
|
383
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
384
|
+
|
|
348
385
|
Compare(a: unknown, b: unknown): int;
|
|
349
386
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
350
387
|
}
|
|
@@ -362,12 +399,16 @@ export interface __Comparer$views {
|
|
|
362
399
|
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
363
400
|
}
|
|
364
401
|
|
|
365
|
-
export interface Comparer$instance extends
|
|
402
|
+
export interface Comparer$instance extends System_Runtime_Serialization_Internal.ISerializable$instance {}
|
|
366
403
|
|
|
367
404
|
export type Comparer = Comparer$instance & __Comparer$views;
|
|
368
405
|
|
|
369
406
|
|
|
370
407
|
export interface DictionaryBase$instance {
|
|
408
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
409
|
+
readonly __tsonic_iface_System_Collections_IDictionary: never;
|
|
410
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
411
|
+
|
|
371
412
|
readonly Count: int;
|
|
372
413
|
Clear(): void;
|
|
373
414
|
CopyTo(array: ClrArray, index: int): void;
|
|
@@ -399,6 +440,13 @@ export type DictionaryBase = DictionaryBase$instance & __DictionaryBase$views;
|
|
|
399
440
|
|
|
400
441
|
|
|
401
442
|
export interface Hashtable$instance {
|
|
443
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
444
|
+
readonly __tsonic_iface_System_Collections_IDictionary: never;
|
|
445
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
446
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
447
|
+
readonly __tsonic_iface_System_Runtime_Serialization_IDeserializationCallback: never;
|
|
448
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
449
|
+
|
|
402
450
|
readonly Count: int;
|
|
403
451
|
readonly IsFixedSize: boolean;
|
|
404
452
|
readonly IsReadOnly: boolean;
|
|
@@ -459,6 +507,10 @@ export type Hashtable = Hashtable$instance & __Hashtable$views;
|
|
|
459
507
|
|
|
460
508
|
|
|
461
509
|
export interface ListDictionaryInternal$instance {
|
|
510
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
511
|
+
readonly __tsonic_iface_System_Collections_IDictionary: never;
|
|
512
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
513
|
+
|
|
462
514
|
readonly Count: int;
|
|
463
515
|
readonly IsFixedSize: boolean;
|
|
464
516
|
readonly IsReadOnly: boolean;
|
|
@@ -492,6 +544,10 @@ export type ListDictionaryInternal = ListDictionaryInternal$instance & __ListDic
|
|
|
492
544
|
|
|
493
545
|
|
|
494
546
|
export interface Queue$instance {
|
|
547
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
548
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
549
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
550
|
+
|
|
495
551
|
readonly Count: int;
|
|
496
552
|
readonly IsSynchronized: boolean;
|
|
497
553
|
readonly SyncRoot: unknown;
|
|
@@ -529,6 +585,9 @@ export type Queue = Queue$instance & __Queue$views;
|
|
|
529
585
|
|
|
530
586
|
|
|
531
587
|
export interface ReadOnlyCollectionBase$instance {
|
|
588
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
589
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
590
|
+
|
|
532
591
|
readonly Count: int;
|
|
533
592
|
GetEnumerator(): IEnumerator;
|
|
534
593
|
}
|
|
@@ -547,6 +606,11 @@ export type ReadOnlyCollectionBase = ReadOnlyCollectionBase$instance & __ReadOnl
|
|
|
547
606
|
|
|
548
607
|
|
|
549
608
|
export interface SortedList$instance {
|
|
609
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
610
|
+
readonly __tsonic_iface_System_Collections_IDictionary: never;
|
|
611
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
612
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
613
|
+
|
|
550
614
|
Capacity: int;
|
|
551
615
|
readonly Count: int;
|
|
552
616
|
readonly IsFixedSize: boolean;
|
|
@@ -602,6 +666,10 @@ export type SortedList = SortedList$instance & __SortedList$views;
|
|
|
602
666
|
|
|
603
667
|
|
|
604
668
|
export interface Stack$instance {
|
|
669
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
670
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
671
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
672
|
+
|
|
605
673
|
readonly Count: int;
|
|
606
674
|
readonly IsSynchronized: boolean;
|
|
607
675
|
readonly SyncRoot: unknown;
|
|
@@ -24,6 +24,8 @@ export enum EnumerablePartitionerOptions {
|
|
|
24
24
|
|
|
25
25
|
|
|
26
26
|
export interface IProducerConsumerCollection_1$instance<T> extends IEnumerable_1<T>, IEnumerable, ICollection {
|
|
27
|
+
readonly __tsonic_iface_System_Collections_Concurrent_IProducerConsumerCollection_1: never;
|
|
28
|
+
|
|
27
29
|
readonly Count: int;
|
|
28
30
|
readonly SyncRoot: unknown;
|
|
29
31
|
readonly IsSynchronized: boolean;
|
|
@@ -60,6 +62,12 @@ export const ConcurrentDictionary_2_AlternateLookup_1: {
|
|
|
60
62
|
export type ConcurrentDictionary_2_AlternateLookup_1<TKey, TValue, TAlternateKey> = ConcurrentDictionary_2_AlternateLookup_1$instance<TKey, TValue, TAlternateKey>;
|
|
61
63
|
|
|
62
64
|
export interface BlockingCollection_1$instance<T> {
|
|
65
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
66
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
67
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
68
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
69
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
70
|
+
|
|
63
71
|
readonly BoundedCapacity: int;
|
|
64
72
|
readonly Count: int;
|
|
65
73
|
readonly IsAddingCompleted: boolean;
|
|
@@ -120,6 +128,12 @@ export type BlockingCollection_1<T> = BlockingCollection_1$instance<T> & __Block
|
|
|
120
128
|
|
|
121
129
|
|
|
122
130
|
export interface ConcurrentBag_1$instance<T> {
|
|
131
|
+
readonly __tsonic_iface_System_Collections_Concurrent_IProducerConsumerCollection_1: never;
|
|
132
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
133
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
134
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
135
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
136
|
+
|
|
123
137
|
readonly Count: int;
|
|
124
138
|
readonly IsEmpty: boolean;
|
|
125
139
|
Add(item: T): void;
|
|
@@ -150,6 +164,15 @@ export type ConcurrentBag_1<T> = ConcurrentBag_1$instance<T> & __ConcurrentBag_1
|
|
|
150
164
|
|
|
151
165
|
|
|
152
166
|
export interface ConcurrentDictionary_2$instance<TKey, TValue> {
|
|
167
|
+
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
168
|
+
readonly __tsonic_iface_System_Collections_Generic_IDictionary_2: never;
|
|
169
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
170
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
171
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyDictionary_2: never;
|
|
172
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
173
|
+
readonly __tsonic_iface_System_Collections_IDictionary: never;
|
|
174
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
175
|
+
|
|
153
176
|
readonly Comparer: IEqualityComparer_1<TKey>;
|
|
154
177
|
readonly Count: int;
|
|
155
178
|
readonly IsEmpty: boolean;
|
|
@@ -202,6 +225,12 @@ export type ConcurrentDictionary_2<TKey, TValue> = ConcurrentDictionary_2$instan
|
|
|
202
225
|
|
|
203
226
|
|
|
204
227
|
export interface ConcurrentQueue_1$instance<T> {
|
|
228
|
+
readonly __tsonic_iface_System_Collections_Concurrent_IProducerConsumerCollection_1: never;
|
|
229
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
230
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
231
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
232
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
233
|
+
|
|
205
234
|
readonly Count: int;
|
|
206
235
|
readonly IsEmpty: boolean;
|
|
207
236
|
Clear(): void;
|
|
@@ -232,6 +261,12 @@ export type ConcurrentQueue_1<T> = ConcurrentQueue_1$instance<T> & __ConcurrentQ
|
|
|
232
261
|
|
|
233
262
|
|
|
234
263
|
export interface ConcurrentStack_1$instance<T> {
|
|
264
|
+
readonly __tsonic_iface_System_Collections_Concurrent_IProducerConsumerCollection_1: never;
|
|
265
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
266
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
267
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
268
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
269
|
+
|
|
235
270
|
readonly Count: int;
|
|
236
271
|
readonly IsEmpty: boolean;
|
|
237
272
|
Clear(): void;
|
|
@@ -33,6 +33,10 @@ export const FrozenDictionary_2_AlternateLookup_1: {
|
|
|
33
33
|
export type FrozenDictionary_2_AlternateLookup_1<TKey, TValue, TAlternateKey> = FrozenDictionary_2_AlternateLookup_1$instance<TKey, TValue, TAlternateKey>;
|
|
34
34
|
|
|
35
35
|
export interface FrozenDictionary_2_Enumerator$instance<TKey, TValue> {
|
|
36
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
37
|
+
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
38
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
39
|
+
|
|
36
40
|
readonly Current: KeyValuePair_2<TKey, TValue>;
|
|
37
41
|
MoveNext(): boolean;
|
|
38
42
|
Reset(): void;
|
|
@@ -67,6 +71,10 @@ export const FrozenSet_1_AlternateLookup_1: {
|
|
|
67
71
|
export type FrozenSet_1_AlternateLookup_1<T, TAlternate> = FrozenSet_1_AlternateLookup_1$instance<T, TAlternate>;
|
|
68
72
|
|
|
69
73
|
export interface FrozenSet_1_Enumerator$instance<T> {
|
|
74
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
75
|
+
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
76
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
77
|
+
|
|
70
78
|
readonly Current: T;
|
|
71
79
|
MoveNext(): boolean;
|
|
72
80
|
Reset(): void;
|
|
@@ -87,6 +95,15 @@ export type FrozenSet_1_Enumerator<T> = FrozenSet_1_Enumerator$instance<T> & __F
|
|
|
87
95
|
|
|
88
96
|
|
|
89
97
|
export interface FrozenDictionary_2$instance<TKey, TValue> {
|
|
98
|
+
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
99
|
+
readonly __tsonic_iface_System_Collections_Generic_IDictionary_2: never;
|
|
100
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
101
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
102
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyDictionary_2: never;
|
|
103
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
104
|
+
readonly __tsonic_iface_System_Collections_IDictionary: never;
|
|
105
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
106
|
+
|
|
90
107
|
readonly Comparer: IEqualityComparer_1<TKey>;
|
|
91
108
|
readonly Count: int;
|
|
92
109
|
readonly Item: TValue;
|
|
@@ -123,6 +140,14 @@ export type FrozenDictionary_2<TKey, TValue> = FrozenDictionary_2$instance<TKey,
|
|
|
123
140
|
|
|
124
141
|
|
|
125
142
|
export interface FrozenSet_1$instance<T> {
|
|
143
|
+
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
144
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
145
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
146
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlySet_1: never;
|
|
147
|
+
readonly __tsonic_iface_System_Collections_Generic_ISet_1: never;
|
|
148
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
149
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
150
|
+
|
|
126
151
|
readonly Comparer: IEqualityComparer_1<T>;
|
|
127
152
|
readonly Count: int;
|
|
128
153
|
readonly Items: ImmutableArray_1<T>;
|