@tsonic/dotnet 10.0.2 → 10.0.4
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 +0 -3
- package/Microsoft.VisualBasic/internal/index.d.ts +1 -11
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +0 -22
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +4 -9
- package/Microsoft.Win32/internal/index.d.ts +0 -1
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +53 -127
- package/System/internal/index.d.ts +87 -200
- package/System.Buffers/internal/index.d.ts +10 -23
- package/System.CodeDom.Compiler/internal/index.d.ts +6 -10
- package/System.Collections/internal/index.d.ts +41 -57
- package/System.Collections.Concurrent/internal/index.d.ts +4 -10
- package/System.Collections.Generic/internal/index.d.ts +15 -37
- package/System.Collections.Immutable/internal/index.d.ts +7 -20
- package/System.Collections.ObjectModel/internal/index.d.ts +25 -48
- package/System.Collections.Specialized/internal/index.d.ts +15 -30
- package/System.ComponentModel/internal/index.d.ts +126 -216
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +80 -161
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +4 -3
- package/System.ComponentModel.Design/internal/index.d.ts +26 -53
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +18 -29
- package/System.Data/internal/index.d.ts +110 -188
- package/System.Data.Common/internal/index.d.ts +155 -238
- package/System.Data.SqlTypes/internal/index.d.ts +6 -7
- package/System.Diagnostics/internal/index.d.ts +105 -169
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +24 -21
- package/System.Diagnostics.Contracts/internal/index.d.ts +2 -2
- package/System.Diagnostics.Metrics/internal/index.d.ts +31 -66
- package/System.Diagnostics.Tracing/internal/index.d.ts +26 -35
- package/System.Dynamic/internal/index.d.ts +15 -29
- package/System.Formats.Asn1/internal/index.d.ts +0 -1
- package/System.Formats.Tar/internal/index.d.ts +1 -1
- package/System.Globalization/internal/index.d.ts +17 -51
- package/System.IO/internal/index.d.ts +47 -123
- package/System.IO.Compression/internal/index.d.ts +11 -33
- package/System.IO.Enumeration/internal/index.d.ts +11 -16
- package/System.IO.IsolatedStorage/internal/index.d.ts +6 -17
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +6 -21
- package/System.IO.Pipelines/internal/index.d.ts +7 -18
- package/System.IO.Pipes/internal/index.d.ts +24 -50
- package/System.Linq/internal/index.d.ts +0 -4
- package/System.Linq.Expressions/internal/index.d.ts +108 -257
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +0 -1
- package/System.Net/internal/index.d.ts +133 -184
- package/System.Net.Http/internal/index.d.ts +128 -201
- package/System.Net.Http.Headers/internal/index.d.ts +37 -40
- package/System.Net.Http.Json/internal/index.d.ts +8 -13
- package/System.Net.Http.Metrics/internal/index.d.ts +2 -3
- package/System.Net.Mail/internal/index.d.ts +49 -105
- package/System.Net.Mime/internal/index.d.ts +4 -3
- package/System.Net.NetworkInformation/internal/index.d.ts +29 -60
- package/System.Net.Quic/internal/index.d.ts +5 -11
- package/System.Net.Security/internal/index.d.ts +30 -42
- package/System.Net.ServerSentEvents/internal/index.d.ts +1 -2
- package/System.Net.Sockets/internal/index.d.ts +33 -56
- package/System.Net.WebSockets/internal/index.d.ts +16 -23
- package/System.Numerics/internal/index.d.ts +5 -5
- package/System.Reflection/internal/index.d.ts +66 -102
- package/System.Reflection.Emit/internal/index.d.ts +104 -177
- package/System.Reflection.Metadata/internal/index.d.ts +11 -21
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +0 -1
- package/System.Reflection.PortableExecutable/internal/index.d.ts +12 -30
- package/System.Resources/internal/index.d.ts +8 -20
- package/System.Runtime/internal/index.d.ts +5 -8
- package/System.Runtime.CompilerServices/internal/index.d.ts +15 -21
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +3 -8
- package/System.Runtime.ExceptionServices/internal/index.d.ts +0 -1
- package/System.Runtime.InteropServices/internal/index.d.ts +29 -62
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +1 -22
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +14 -23
- package/System.Runtime.Intrinsics/internal/index.d.ts +4 -4
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +1 -2
- package/System.Runtime.Loader/internal/index.d.ts +5 -11
- package/System.Runtime.Serialization/internal/index.d.ts +62 -65
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +8 -10
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +2 -2
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +3 -2
- package/System.Runtime.Serialization.Json/internal/index.d.ts +6 -4
- package/System.Runtime.Versioning/internal/index.d.ts +6 -6
- package/System.Security/internal/index.d.ts +22 -25
- package/System.Security.AccessControl/internal/index.d.ts +51 -89
- package/System.Security.Authentication/internal/index.d.ts +0 -2
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +3 -10
- package/System.Security.Claims/internal/index.d.ts +19 -38
- package/System.Security.Cryptography/internal/index.d.ts +492 -903
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +19 -48
- package/System.Security.Permissions/internal/index.d.ts +2 -4
- package/System.Security.Policy/internal/index.d.ts +3 -4
- package/System.Security.Principal/internal/index.d.ts +11 -17
- package/System.Text/internal/index.d.ts +11 -23
- package/System.Text.Encodings.Web/internal/index.d.ts +4 -8
- package/System.Text.Json/internal/index.d.ts +10 -12
- package/System.Text.Json.Nodes/internal/index.d.ts +4 -3
- package/System.Text.Json.Schema/internal/index.d.ts +1 -1
- package/System.Text.Json.Serialization/internal/index.d.ts +19 -27
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +36 -34
- package/System.Text.RegularExpressions/internal/index.d.ts +11 -31
- package/System.Threading/internal/index.d.ts +36 -106
- package/System.Threading.Channels/internal/index.d.ts +7 -12
- package/System.Threading.Tasks/internal/index.d.ts +18 -29
- package/System.Timers/internal/index.d.ts +4 -8
- package/System.Transactions/internal/index.d.ts +3 -14
- package/System.Xml/internal/index.d.ts +104 -167
- package/System.Xml.Linq/internal/index.d.ts +17 -13
- package/System.Xml.Schema/internal/index.d.ts +117 -112
- package/System.Xml.Serialization/internal/index.d.ts +92 -100
- package/System.Xml.XPath/internal/index.d.ts +5 -9
- package/System.Xml.Xsl/internal/index.d.ts +4 -9
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +11 -29
- package/package.json +1 -1
|
@@ -240,8 +240,7 @@ export interface ArrayPool_1$instance<T> {
|
|
|
240
240
|
}
|
|
241
241
|
|
|
242
242
|
|
|
243
|
-
export const ArrayPool_1: {
|
|
244
|
-
new<T>(): ArrayPool_1<T>;
|
|
243
|
+
export const ArrayPool_1: (abstract new<T>() => ArrayPool_1<T>) & {
|
|
245
244
|
readonly Shared: unknown;
|
|
246
245
|
Create<T>(): ArrayPool_1<T>;
|
|
247
246
|
Create<T>(maxArrayLength: int, maxArraysPerBucket: int): ArrayPool_1<T>;
|
|
@@ -250,22 +249,17 @@ export const ArrayPool_1: {
|
|
|
250
249
|
|
|
251
250
|
export type ArrayPool_1<T> = ArrayPool_1$instance<T>;
|
|
252
251
|
|
|
253
|
-
export
|
|
254
|
-
protected abstract Dispose(disposing: boolean): void;
|
|
255
|
-
protected TryGetArray(segment: ArraySegment_1<T>): boolean;
|
|
256
|
-
}
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
export interface MemoryManager_1$instance<T> extends MemoryManager_1$protected<T> {
|
|
252
|
+
export interface MemoryManager_1$instance<T> {
|
|
260
253
|
readonly Memory: Memory_1<T>;
|
|
254
|
+
Dispose(disposing: boolean): void;
|
|
261
255
|
GetSpan(): Span_1<T>;
|
|
262
256
|
Pin(elementIndex?: int): MemoryHandle;
|
|
257
|
+
TryGetArray(segment: ArraySegment_1<T>): boolean;
|
|
263
258
|
Unpin(): void;
|
|
264
259
|
}
|
|
265
260
|
|
|
266
261
|
|
|
267
|
-
export const MemoryManager_1: {
|
|
268
|
-
new<T>(): MemoryManager_1<T>;
|
|
262
|
+
export const MemoryManager_1: (abstract new<T>() => MemoryManager_1<T>) & {
|
|
269
263
|
};
|
|
270
264
|
|
|
271
265
|
|
|
@@ -278,20 +272,15 @@ export interface __MemoryManager_1$views<T> {
|
|
|
278
272
|
export type MemoryManager_1<T> = MemoryManager_1$instance<T> & __MemoryManager_1$views<T>;
|
|
279
273
|
|
|
280
274
|
|
|
281
|
-
export
|
|
282
|
-
protected abstract Dispose(disposing: boolean): void;
|
|
283
|
-
}
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
export interface MemoryPool_1$instance<T> extends MemoryPool_1$protected<T> {
|
|
275
|
+
export interface MemoryPool_1$instance<T> {
|
|
287
276
|
readonly MaxBufferSize: int;
|
|
288
277
|
Dispose(): void;
|
|
278
|
+
Dispose(disposing: boolean): void;
|
|
289
279
|
Rent(minBufferSize?: int): IMemoryOwner_1<T>;
|
|
290
280
|
}
|
|
291
281
|
|
|
292
282
|
|
|
293
|
-
export const MemoryPool_1: {
|
|
294
|
-
new<T>(): MemoryPool_1<T>;
|
|
283
|
+
export const MemoryPool_1: (abstract new<T>() => MemoryPool_1<T>) & {
|
|
295
284
|
readonly Shared: unknown;
|
|
296
285
|
};
|
|
297
286
|
|
|
@@ -306,13 +295,12 @@ export type MemoryPool_1<T> = MemoryPool_1$instance<T> & __MemoryPool_1$views<T>
|
|
|
306
295
|
export interface ReadOnlySequenceSegment_1$instance<T> {
|
|
307
296
|
Memory: ReadOnlyMemory_1<T>;
|
|
308
297
|
get Next(): ReadOnlySequenceSegment_1<T> | undefined;
|
|
309
|
-
set Next(value: ReadOnlySequenceSegment_1<T>);
|
|
298
|
+
set Next(value: ReadOnlySequenceSegment_1<T> | undefined);
|
|
310
299
|
RunningIndex: long;
|
|
311
300
|
}
|
|
312
301
|
|
|
313
302
|
|
|
314
|
-
export const ReadOnlySequenceSegment_1: {
|
|
315
|
-
new<T>(): ReadOnlySequenceSegment_1<T>;
|
|
303
|
+
export const ReadOnlySequenceSegment_1: (abstract new<T>() => ReadOnlySequenceSegment_1<T>) & {
|
|
316
304
|
};
|
|
317
305
|
|
|
318
306
|
|
|
@@ -324,7 +312,6 @@ export interface SearchValues_1$instance<T extends (IEquatable_1<T> | number | s
|
|
|
324
312
|
|
|
325
313
|
|
|
326
314
|
export const SearchValues_1: {
|
|
327
|
-
new<T extends (IEquatable_1<T> | number | string | boolean)>(): SearchValues_1<T>;
|
|
328
315
|
};
|
|
329
316
|
|
|
330
317
|
|
|
@@ -16,7 +16,7 @@ import type { Attribute, Boolean as ClrBoolean, Char, Decimal, Double, IAsyncDis
|
|
|
16
16
|
|
|
17
17
|
export interface GeneratedCodeAttribute$instance extends Attribute {
|
|
18
18
|
readonly Tool: string | undefined;
|
|
19
|
-
readonly Version: string;
|
|
19
|
+
readonly Version: string | undefined;
|
|
20
20
|
}
|
|
21
21
|
|
|
22
22
|
|
|
@@ -27,24 +27,20 @@ export const GeneratedCodeAttribute: {
|
|
|
27
27
|
|
|
28
28
|
export type GeneratedCodeAttribute = GeneratedCodeAttribute$instance;
|
|
29
29
|
|
|
30
|
-
export
|
|
31
|
-
protected Dispose(disposing: boolean): void;
|
|
32
|
-
protected OutputTabs(): void;
|
|
33
|
-
protected OutputTabsAsync(): Task;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
export interface IndentedTextWriter$instance extends IndentedTextWriter$protected, TextWriter {
|
|
30
|
+
export interface IndentedTextWriter$instance extends TextWriter {
|
|
38
31
|
readonly Encoding: Encoding;
|
|
39
32
|
Indent: int;
|
|
40
33
|
readonly InnerWriter: TextWriter;
|
|
41
34
|
NewLine: string;
|
|
42
35
|
Close(): void;
|
|
43
|
-
|
|
36
|
+
Dispose(disposing: boolean): void;
|
|
37
|
+
Dispose(): void;
|
|
44
38
|
DisposeAsync(): ValueTask;
|
|
45
39
|
Flush(): void;
|
|
46
40
|
FlushAsync(): Task;
|
|
47
41
|
FlushAsync(cancellationToken: CancellationToken): Task;
|
|
42
|
+
OutputTabs(): void;
|
|
43
|
+
OutputTabsAsync(): Task;
|
|
48
44
|
Write(s: string): void;
|
|
49
45
|
Write(value: boolean): void;
|
|
50
46
|
Write(value: char): void;
|
|
@@ -37,7 +37,7 @@ export type IComparer = IComparer$instance;
|
|
|
37
37
|
|
|
38
38
|
export interface IDictionary$instance extends ICollection, IEnumerable {
|
|
39
39
|
get Item(): unknown | undefined;
|
|
40
|
-
set Item(value: unknown);
|
|
40
|
+
set Item(value: unknown | undefined);
|
|
41
41
|
readonly Keys: ICollection;
|
|
42
42
|
readonly Values: ICollection;
|
|
43
43
|
readonly IsReadOnly: boolean;
|
|
@@ -59,7 +59,7 @@ export type IDictionary = IDictionary$instance;
|
|
|
59
59
|
|
|
60
60
|
export interface IDictionaryEnumerator$instance extends IEnumerator {
|
|
61
61
|
readonly Key: unknown;
|
|
62
|
-
readonly Value: unknown;
|
|
62
|
+
readonly Value: unknown | undefined;
|
|
63
63
|
readonly Entry: DictionaryEntry;
|
|
64
64
|
readonly Current: unknown;
|
|
65
65
|
MoveNext(): boolean;
|
|
@@ -103,7 +103,7 @@ export interface IHashCodeProvider$instance {
|
|
|
103
103
|
export type IHashCodeProvider = IHashCodeProvider$instance;
|
|
104
104
|
|
|
105
105
|
export interface IList$instance extends ICollection, IEnumerable {
|
|
106
|
-
|
|
106
|
+
[index: number]: unknown;
|
|
107
107
|
readonly IsReadOnly: boolean;
|
|
108
108
|
readonly IsFixedSize: boolean;
|
|
109
109
|
readonly Count: int;
|
|
@@ -139,7 +139,8 @@ export type IStructuralEquatable = IStructuralEquatable$instance;
|
|
|
139
139
|
|
|
140
140
|
export interface DictionaryEntry$instance {
|
|
141
141
|
Key: unknown;
|
|
142
|
-
Value: unknown;
|
|
142
|
+
get Value(): unknown | undefined;
|
|
143
|
+
set Value(value: unknown | undefined);
|
|
143
144
|
Deconstruct(key: unknown, value: unknown): void;
|
|
144
145
|
ToString(): string;
|
|
145
146
|
}
|
|
@@ -158,7 +159,7 @@ export interface ArrayList$instance {
|
|
|
158
159
|
readonly IsFixedSize: boolean;
|
|
159
160
|
readonly IsReadOnly: boolean;
|
|
160
161
|
readonly IsSynchronized: boolean;
|
|
161
|
-
|
|
162
|
+
[index: number]: unknown;
|
|
162
163
|
readonly SyncRoot: unknown;
|
|
163
164
|
Add(value: unknown): int;
|
|
164
165
|
AddRange(c: ICollection): void;
|
|
@@ -228,7 +229,7 @@ export interface BitArray$instance {
|
|
|
228
229
|
readonly Count: int;
|
|
229
230
|
readonly IsReadOnly: boolean;
|
|
230
231
|
readonly IsSynchronized: boolean;
|
|
231
|
-
|
|
232
|
+
[index: number]: boolean;
|
|
232
233
|
Length: int;
|
|
233
234
|
readonly SyncRoot: unknown;
|
|
234
235
|
And(value: BitArray): BitArray;
|
|
@@ -312,31 +313,25 @@ export interface __CaseInsensitiveHashCodeProvider$views {
|
|
|
312
313
|
export type CaseInsensitiveHashCodeProvider = CaseInsensitiveHashCodeProvider$instance & __CaseInsensitiveHashCodeProvider$views;
|
|
313
314
|
|
|
314
315
|
|
|
315
|
-
export
|
|
316
|
-
protected OnClear(): void;
|
|
317
|
-
protected OnClearComplete(): void;
|
|
318
|
-
protected OnInsert(index: int, value: unknown): void;
|
|
319
|
-
protected OnInsertComplete(index: int, value: unknown): void;
|
|
320
|
-
protected OnRemove(index: int, value: unknown): void;
|
|
321
|
-
protected OnRemoveComplete(index: int, value: unknown): void;
|
|
322
|
-
protected OnSet(index: int, oldValue: unknown, newValue: unknown): void;
|
|
323
|
-
protected OnSetComplete(index: int, oldValue: unknown, newValue: unknown): void;
|
|
324
|
-
protected OnValidate(value: unknown): void;
|
|
325
|
-
}
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
export interface CollectionBase$instance extends CollectionBase$protected {
|
|
316
|
+
export interface CollectionBase$instance {
|
|
329
317
|
Capacity: int;
|
|
330
318
|
readonly Count: int;
|
|
331
319
|
Clear(): void;
|
|
332
320
|
GetEnumerator(): IEnumerator;
|
|
321
|
+
OnClear(): void;
|
|
322
|
+
OnClearComplete(): void;
|
|
323
|
+
OnInsert(index: int, value: unknown): void;
|
|
324
|
+
OnInsertComplete(index: int, value: unknown): void;
|
|
325
|
+
OnRemove(index: int, value: unknown): void;
|
|
326
|
+
OnRemoveComplete(index: int, value: unknown): void;
|
|
327
|
+
OnSet(index: int, oldValue: unknown, newValue: unknown): void;
|
|
328
|
+
OnSetComplete(index: int, oldValue: unknown, newValue: unknown): void;
|
|
329
|
+
OnValidate(value: unknown): void;
|
|
333
330
|
RemoveAt(index: int): void;
|
|
334
331
|
}
|
|
335
332
|
|
|
336
333
|
|
|
337
|
-
export const CollectionBase: {
|
|
338
|
-
new(): CollectionBase;
|
|
339
|
-
new(capacity: int): CollectionBase;
|
|
334
|
+
export const CollectionBase: (abstract new() => CollectionBase) & (abstract new(capacity: int) => CollectionBase) & {
|
|
340
335
|
};
|
|
341
336
|
|
|
342
337
|
|
|
@@ -372,30 +367,25 @@ export interface Comparer$instance extends IComparer$instance, System_Runtime_Se
|
|
|
372
367
|
export type Comparer = Comparer$instance & __Comparer$views;
|
|
373
368
|
|
|
374
369
|
|
|
375
|
-
export
|
|
376
|
-
protected OnClear(): void;
|
|
377
|
-
protected OnClearComplete(): void;
|
|
378
|
-
protected OnGet(key: unknown, currentValue: unknown): unknown | undefined;
|
|
379
|
-
protected OnInsert(key: unknown, value: unknown): void;
|
|
380
|
-
protected OnInsertComplete(key: unknown, value: unknown): void;
|
|
381
|
-
protected OnRemove(key: unknown, value: unknown): void;
|
|
382
|
-
protected OnRemoveComplete(key: unknown, value: unknown): void;
|
|
383
|
-
protected OnSet(key: unknown, oldValue: unknown, newValue: unknown): void;
|
|
384
|
-
protected OnSetComplete(key: unknown, oldValue: unknown, newValue: unknown): void;
|
|
385
|
-
protected OnValidate(key: unknown, value: unknown): void;
|
|
386
|
-
}
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
export interface DictionaryBase$instance extends DictionaryBase$protected {
|
|
370
|
+
export interface DictionaryBase$instance {
|
|
390
371
|
readonly Count: int;
|
|
391
372
|
Clear(): void;
|
|
392
373
|
CopyTo(array: ClrArray, index: int): void;
|
|
393
374
|
GetEnumerator(): IDictionaryEnumerator;
|
|
375
|
+
OnClear(): void;
|
|
376
|
+
OnClearComplete(): void;
|
|
377
|
+
OnGet(key: unknown, currentValue: unknown): unknown | undefined;
|
|
378
|
+
OnInsert(key: unknown, value: unknown): void;
|
|
379
|
+
OnInsertComplete(key: unknown, value: unknown): void;
|
|
380
|
+
OnRemove(key: unknown, value: unknown): void;
|
|
381
|
+
OnRemoveComplete(key: unknown, value: unknown): void;
|
|
382
|
+
OnSet(key: unknown, oldValue: unknown, newValue: unknown): void;
|
|
383
|
+
OnSetComplete(key: unknown, oldValue: unknown, newValue: unknown): void;
|
|
384
|
+
OnValidate(key: unknown, value: unknown): void;
|
|
394
385
|
}
|
|
395
386
|
|
|
396
387
|
|
|
397
|
-
export const DictionaryBase: {
|
|
398
|
-
new(): DictionaryBase;
|
|
388
|
+
export const DictionaryBase: (abstract new() => DictionaryBase) & {
|
|
399
389
|
};
|
|
400
390
|
|
|
401
391
|
|
|
@@ -408,19 +398,13 @@ export interface __DictionaryBase$views {
|
|
|
408
398
|
export type DictionaryBase = DictionaryBase$instance & __DictionaryBase$views;
|
|
409
399
|
|
|
410
400
|
|
|
411
|
-
export
|
|
412
|
-
protected GetHash(key: unknown): int;
|
|
413
|
-
protected KeyEquals(item: unknown, key: unknown): boolean;
|
|
414
|
-
}
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
export interface Hashtable$instance extends Hashtable$protected {
|
|
401
|
+
export interface Hashtable$instance {
|
|
418
402
|
readonly Count: int;
|
|
419
403
|
readonly IsFixedSize: boolean;
|
|
420
404
|
readonly IsReadOnly: boolean;
|
|
421
405
|
readonly IsSynchronized: boolean;
|
|
422
406
|
get Item(): unknown | undefined;
|
|
423
|
-
set Item(value: unknown);
|
|
407
|
+
set Item(value: unknown | undefined);
|
|
424
408
|
readonly Keys: ICollection;
|
|
425
409
|
readonly SyncRoot: unknown;
|
|
426
410
|
readonly Values: ICollection;
|
|
@@ -432,7 +416,9 @@ export interface Hashtable$instance extends Hashtable$protected {
|
|
|
432
416
|
ContainsValue(value: unknown): boolean;
|
|
433
417
|
CopyTo(array: ClrArray, arrayIndex: int): void;
|
|
434
418
|
GetEnumerator(): IDictionaryEnumerator;
|
|
419
|
+
GetHash(key: unknown): int;
|
|
435
420
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
421
|
+
KeyEquals(item: unknown, key: unknown): boolean;
|
|
436
422
|
OnDeserialization(sender: unknown): void;
|
|
437
423
|
Remove(key: unknown): void;
|
|
438
424
|
}
|
|
@@ -454,7 +440,6 @@ export const Hashtable: {
|
|
|
454
440
|
new(capacity: int, loadFactor: float, hcp: IHashCodeProvider, comparer: IComparer): Hashtable;
|
|
455
441
|
new(d: IDictionary, loadFactor: float, hcp: IHashCodeProvider, comparer: IComparer): Hashtable;
|
|
456
442
|
new(d: IDictionary, loadFactor: float, equalityComparer: IEqualityComparer): Hashtable;
|
|
457
|
-
new(info: SerializationInfo, context: StreamingContext): Hashtable;
|
|
458
443
|
Synchronized(table: Hashtable): Hashtable;
|
|
459
444
|
};
|
|
460
445
|
|
|
@@ -479,7 +464,7 @@ export interface ListDictionaryInternal$instance {
|
|
|
479
464
|
readonly IsReadOnly: boolean;
|
|
480
465
|
readonly IsSynchronized: boolean;
|
|
481
466
|
get Item(): unknown | undefined;
|
|
482
|
-
set Item(value: unknown);
|
|
467
|
+
set Item(value: unknown | undefined);
|
|
483
468
|
readonly Keys: ICollection;
|
|
484
469
|
readonly SyncRoot: unknown;
|
|
485
470
|
readonly Values: ICollection;
|
|
@@ -514,10 +499,10 @@ export interface Queue$instance {
|
|
|
514
499
|
Clone(): unknown;
|
|
515
500
|
Contains(obj: unknown): boolean;
|
|
516
501
|
CopyTo(array: ClrArray, index: int): void;
|
|
517
|
-
Dequeue(): unknown;
|
|
502
|
+
Dequeue(): unknown | undefined;
|
|
518
503
|
Enqueue(obj: unknown): void;
|
|
519
504
|
GetEnumerator(): IEnumerator;
|
|
520
|
-
Peek(): unknown;
|
|
505
|
+
Peek(): unknown | undefined;
|
|
521
506
|
ToArray(): (unknown | undefined)[];
|
|
522
507
|
TrimToSize(): void;
|
|
523
508
|
}
|
|
@@ -549,8 +534,7 @@ export interface ReadOnlyCollectionBase$instance {
|
|
|
549
534
|
}
|
|
550
535
|
|
|
551
536
|
|
|
552
|
-
export const ReadOnlyCollectionBase: {
|
|
553
|
-
new(): ReadOnlyCollectionBase;
|
|
537
|
+
export const ReadOnlyCollectionBase: (abstract new() => ReadOnlyCollectionBase) & {
|
|
554
538
|
};
|
|
555
539
|
|
|
556
540
|
|
|
@@ -569,7 +553,7 @@ export interface SortedList$instance {
|
|
|
569
553
|
readonly IsReadOnly: boolean;
|
|
570
554
|
readonly IsSynchronized: boolean;
|
|
571
555
|
get Item(): unknown | undefined;
|
|
572
|
-
set Item(value: unknown);
|
|
556
|
+
set Item(value: unknown | undefined);
|
|
573
557
|
readonly Keys: ICollection;
|
|
574
558
|
readonly SyncRoot: unknown;
|
|
575
559
|
readonly Values: ICollection;
|
|
@@ -626,8 +610,8 @@ export interface Stack$instance {
|
|
|
626
610
|
Contains(obj: unknown): boolean;
|
|
627
611
|
CopyTo(array: ClrArray, index: int): void;
|
|
628
612
|
GetEnumerator(): IEnumerator;
|
|
629
|
-
Peek(): unknown;
|
|
630
|
-
Pop(): unknown;
|
|
613
|
+
Peek(): unknown | undefined;
|
|
614
|
+
Pop(): unknown | undefined;
|
|
631
615
|
Push(obj: unknown): void;
|
|
632
616
|
ToArray(): (unknown | undefined)[];
|
|
633
617
|
}
|
|
@@ -59,12 +59,7 @@ export const ConcurrentDictionary_2_AlternateLookup_1: {
|
|
|
59
59
|
|
|
60
60
|
export type ConcurrentDictionary_2_AlternateLookup_1<TKey, TValue, TAlternateKey> = ConcurrentDictionary_2_AlternateLookup_1$instance<TKey, TValue, TAlternateKey>;
|
|
61
61
|
|
|
62
|
-
export
|
|
63
|
-
protected Dispose(disposing: boolean): void;
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
export interface BlockingCollection_1$instance<T> extends BlockingCollection_1$protected<T> {
|
|
62
|
+
export interface BlockingCollection_1$instance<T> {
|
|
68
63
|
readonly BoundedCapacity: int;
|
|
69
64
|
readonly Count: int;
|
|
70
65
|
readonly IsAddingCompleted: boolean;
|
|
@@ -74,6 +69,7 @@ export interface BlockingCollection_1$instance<T> extends BlockingCollection_1$p
|
|
|
74
69
|
CompleteAdding(): void;
|
|
75
70
|
CopyTo(array: T[], index: int): void;
|
|
76
71
|
Dispose(): void;
|
|
72
|
+
Dispose(disposing: boolean): void;
|
|
77
73
|
GetConsumingEnumerable(): IEnumerable_1<T>;
|
|
78
74
|
GetConsumingEnumerable(cancellationToken: CancellationToken): IEnumerable_1<T>;
|
|
79
75
|
Take(): T;
|
|
@@ -282,8 +278,7 @@ export interface OrderablePartitioner_1$instance<TSource> extends Partitioner_1<
|
|
|
282
278
|
}
|
|
283
279
|
|
|
284
280
|
|
|
285
|
-
export const OrderablePartitioner_1: {
|
|
286
|
-
new<TSource>(keysOrderedInEachPartition: boolean, keysOrderedAcrossPartitions: boolean, keysNormalized: boolean): OrderablePartitioner_1<TSource>;
|
|
281
|
+
export const OrderablePartitioner_1: (abstract new<TSource>(keysOrderedInEachPartition: boolean, keysOrderedAcrossPartitions: boolean, keysNormalized: boolean) => OrderablePartitioner_1<TSource>) & {
|
|
287
282
|
};
|
|
288
283
|
|
|
289
284
|
|
|
@@ -296,8 +291,7 @@ export interface Partitioner_1$instance<TSource> {
|
|
|
296
291
|
}
|
|
297
292
|
|
|
298
293
|
|
|
299
|
-
export const Partitioner_1: {
|
|
300
|
-
new<TSource>(): Partitioner_1<TSource>;
|
|
294
|
+
export const Partitioner_1: (abstract new<TSource>() => Partitioner_1<TSource>) & {
|
|
301
295
|
};
|
|
302
296
|
|
|
303
297
|
|
|
@@ -119,7 +119,7 @@ export interface IEqualityComparer_1$instance<T> {
|
|
|
119
119
|
export type IEqualityComparer_1<T> = IEqualityComparer_1$instance<T>;
|
|
120
120
|
|
|
121
121
|
export interface IList_1$instance<T> extends ICollection_1<T>, IEnumerable_1<T>, IEnumerable {
|
|
122
|
-
|
|
122
|
+
[index: number]: T;
|
|
123
123
|
readonly Count: int;
|
|
124
124
|
readonly IsReadOnly: boolean;
|
|
125
125
|
Add(item: T): void;
|
|
@@ -163,7 +163,7 @@ export interface IReadOnlyDictionary_2$instance<TKey, TValue> extends IReadOnlyC
|
|
|
163
163
|
export type IReadOnlyDictionary_2<TKey, TValue> = IReadOnlyDictionary_2$instance<TKey, TValue>;
|
|
164
164
|
|
|
165
165
|
export interface IReadOnlyList_1$instance<T> extends IReadOnlyCollection_1<T>, IEnumerable_1<T>, IEnumerable {
|
|
166
|
-
readonly
|
|
166
|
+
readonly [index: number]: T;
|
|
167
167
|
readonly Count: int;
|
|
168
168
|
GetEnumerator(): IEnumerator_1<T>;
|
|
169
169
|
GetEnumerator(): IEnumerator;
|
|
@@ -621,8 +621,7 @@ export interface Comparer_1$instance<T> {
|
|
|
621
621
|
}
|
|
622
622
|
|
|
623
623
|
|
|
624
|
-
export const Comparer_1: {
|
|
625
|
-
new<T>(): Comparer_1<T>;
|
|
624
|
+
export const Comparer_1: (abstract new<T>() => Comparer_1<T>) & {
|
|
626
625
|
readonly Default: unknown;
|
|
627
626
|
Create<T>(comparison: Comparison_1<T>): Comparer_1<T>;
|
|
628
627
|
};
|
|
@@ -673,7 +672,6 @@ export const Dictionary_2: {
|
|
|
673
672
|
new<TKey, TValue>(dictionary: IDictionary_2<TKey, TValue>, comparer: IEqualityComparer_1<TKey>): Dictionary_2<TKey, TValue>;
|
|
674
673
|
new<TKey, TValue>(collection: IEnumerable_1<KeyValuePair_2<TKey, TValue>>): Dictionary_2<TKey, TValue>;
|
|
675
674
|
new<TKey, TValue>(collection: IEnumerable_1<KeyValuePair_2<TKey, TValue>>, comparer: IEqualityComparer_1<TKey>): Dictionary_2<TKey, TValue>;
|
|
676
|
-
new<TKey, TValue>(info: SerializationInfo, context: StreamingContext): Dictionary_2<TKey, TValue>;
|
|
677
675
|
};
|
|
678
676
|
|
|
679
677
|
|
|
@@ -773,8 +771,7 @@ export interface EqualityComparer_1$instance<T> {
|
|
|
773
771
|
}
|
|
774
772
|
|
|
775
773
|
|
|
776
|
-
export const EqualityComparer_1: {
|
|
777
|
-
new<T>(): EqualityComparer_1<T>;
|
|
774
|
+
export const EqualityComparer_1: (abstract new<T>() => EqualityComparer_1<T>) & {
|
|
778
775
|
readonly Default: unknown;
|
|
779
776
|
Create<T>(equals: Func_3<T, T, System_Internal.Boolean>, getHashCode?: Func_2<T, System_Internal.Int32>): EqualityComparer_1<T>;
|
|
780
777
|
};
|
|
@@ -871,7 +868,6 @@ export const HashSet_1: {
|
|
|
871
868
|
new<T>(collection: IEnumerable_1<T>): HashSet_1<T>;
|
|
872
869
|
new<T>(collection: IEnumerable_1<T>, comparer: IEqualityComparer_1<T>): HashSet_1<T>;
|
|
873
870
|
new<T>(capacity: int, comparer: IEqualityComparer_1<T>): HashSet_1<T>;
|
|
874
|
-
new<T>(info: SerializationInfo, context: StreamingContext): HashSet_1<T>;
|
|
875
871
|
CreateSetComparer<T>(): IEqualityComparer_1<HashSet_1<T>>;
|
|
876
872
|
};
|
|
877
873
|
|
|
@@ -901,7 +897,6 @@ export const KeyNotFoundException: {
|
|
|
901
897
|
new(): KeyNotFoundException;
|
|
902
898
|
new(message: string): KeyNotFoundException;
|
|
903
899
|
new(message: string, innerException: Exception): KeyNotFoundException;
|
|
904
|
-
new(info: SerializationInfo, context: StreamingContext): KeyNotFoundException;
|
|
905
900
|
};
|
|
906
901
|
|
|
907
902
|
|
|
@@ -942,7 +937,6 @@ export interface LinkedList_1$instance<T> {
|
|
|
942
937
|
export const LinkedList_1: {
|
|
943
938
|
new<T>(): LinkedList_1<T>;
|
|
944
939
|
new<T>(collection: IEnumerable_1<T>): LinkedList_1<T>;
|
|
945
|
-
new<T>(info: SerializationInfo, context: StreamingContext): LinkedList_1<T>;
|
|
946
940
|
};
|
|
947
941
|
|
|
948
942
|
|
|
@@ -962,7 +956,7 @@ export type LinkedList_1<T> = LinkedList_1$instance<T> & __LinkedList_1$views<T>
|
|
|
962
956
|
|
|
963
957
|
|
|
964
958
|
export interface LinkedListNode_1$instance<T> {
|
|
965
|
-
readonly List: LinkedList_1<T
|
|
959
|
+
readonly List: LinkedList_1<T> | undefined;
|
|
966
960
|
readonly Next: LinkedListNode_1<T> | undefined;
|
|
967
961
|
readonly Previous: LinkedListNode_1<T> | undefined;
|
|
968
962
|
Value: T;
|
|
@@ -980,7 +974,7 @@ export type LinkedListNode_1<T> = LinkedListNode_1$instance<T>;
|
|
|
980
974
|
export interface List_1$instance<T> {
|
|
981
975
|
Capacity: int;
|
|
982
976
|
readonly Count: int;
|
|
983
|
-
|
|
977
|
+
[index: number]: T;
|
|
984
978
|
Add(item: T): void;
|
|
985
979
|
AddRange(collection: IEnumerable_1<T>): void;
|
|
986
980
|
AsReadOnly(): ReadOnlyCollection_1<T>;
|
|
@@ -1059,8 +1053,7 @@ export interface NonRandomizedStringEqualityComparer$instance {
|
|
|
1059
1053
|
}
|
|
1060
1054
|
|
|
1061
1055
|
|
|
1062
|
-
export const NonRandomizedStringEqualityComparer: {
|
|
1063
|
-
new(information: SerializationInfo, context: StreamingContext): NonRandomizedStringEqualityComparer;
|
|
1056
|
+
export const NonRandomizedStringEqualityComparer: (abstract new(information: SerializationInfo, context: StreamingContext) => NonRandomizedStringEqualityComparer) & {
|
|
1064
1057
|
GetStringComparer(comparer: unknown): IEqualityComparer_1<System_Internal.String> | undefined;
|
|
1065
1058
|
};
|
|
1066
1059
|
|
|
@@ -1231,7 +1224,6 @@ export interface OrderedDictionary_2_KeyCollection$instance<TKey, TValue> {
|
|
|
1231
1224
|
|
|
1232
1225
|
|
|
1233
1226
|
export const OrderedDictionary_2_KeyCollection: {
|
|
1234
|
-
new<TKey, TValue>(): OrderedDictionary_2_KeyCollection<TKey, TValue>;
|
|
1235
1227
|
};
|
|
1236
1228
|
|
|
1237
1229
|
|
|
@@ -1256,7 +1248,6 @@ export interface OrderedDictionary_2_ValueCollection$instance<TKey, TValue> {
|
|
|
1256
1248
|
|
|
1257
1249
|
|
|
1258
1250
|
export const OrderedDictionary_2_ValueCollection: {
|
|
1259
|
-
new<TKey, TValue>(): OrderedDictionary_2_ValueCollection<TKey, TValue>;
|
|
1260
1251
|
};
|
|
1261
1252
|
|
|
1262
1253
|
|
|
@@ -1313,7 +1304,6 @@ export interface PriorityQueue_2_UnorderedItemsCollection$instance<TElement, TPr
|
|
|
1313
1304
|
|
|
1314
1305
|
|
|
1315
1306
|
export const PriorityQueue_2_UnorderedItemsCollection: {
|
|
1316
|
-
new<TElement, TPriority>(): PriorityQueue_2_UnorderedItemsCollection<TElement, TPriority>;
|
|
1317
1307
|
};
|
|
1318
1308
|
|
|
1319
1309
|
|
|
@@ -1370,7 +1360,6 @@ export interface ReferenceEqualityComparer$instance {
|
|
|
1370
1360
|
|
|
1371
1361
|
|
|
1372
1362
|
export const ReferenceEqualityComparer: {
|
|
1373
|
-
new(): ReferenceEqualityComparer;
|
|
1374
1363
|
readonly Instance: ReferenceEqualityComparer;
|
|
1375
1364
|
};
|
|
1376
1365
|
|
|
@@ -1540,7 +1529,7 @@ export type SortedList_2<TKey, TValue> = SortedList_2$instance<TKey, TValue> & _
|
|
|
1540
1529
|
export interface SortedList_2_KeyList$instance<TKey, TValue> {
|
|
1541
1530
|
readonly Count: int;
|
|
1542
1531
|
readonly IsReadOnly: boolean;
|
|
1543
|
-
|
|
1532
|
+
[index: number]: TKey;
|
|
1544
1533
|
Add(key: TKey): void;
|
|
1545
1534
|
Clear(): void;
|
|
1546
1535
|
Contains(key: TKey): boolean;
|
|
@@ -1554,7 +1543,6 @@ export interface SortedList_2_KeyList$instance<TKey, TValue> {
|
|
|
1554
1543
|
|
|
1555
1544
|
|
|
1556
1545
|
export const SortedList_2_KeyList: {
|
|
1557
|
-
new<TKey, TValue>(): SortedList_2_KeyList<TKey, TValue>;
|
|
1558
1546
|
};
|
|
1559
1547
|
|
|
1560
1548
|
|
|
@@ -1572,7 +1560,7 @@ export type SortedList_2_KeyList<TKey, TValue> = SortedList_2_KeyList$instance<T
|
|
|
1572
1560
|
export interface SortedList_2_ValueList$instance<TKey, TValue> {
|
|
1573
1561
|
readonly Count: int;
|
|
1574
1562
|
readonly IsReadOnly: boolean;
|
|
1575
|
-
|
|
1563
|
+
[index: number]: TValue;
|
|
1576
1564
|
Add(key: TValue): void;
|
|
1577
1565
|
Clear(): void;
|
|
1578
1566
|
Contains(value: TValue): boolean;
|
|
@@ -1586,7 +1574,6 @@ export interface SortedList_2_ValueList$instance<TKey, TValue> {
|
|
|
1586
1574
|
|
|
1587
1575
|
|
|
1588
1576
|
export const SortedList_2_ValueList: {
|
|
1589
|
-
new<TKey, TValue>(): SortedList_2_ValueList<TKey, TValue>;
|
|
1590
1577
|
};
|
|
1591
1578
|
|
|
1592
1579
|
|
|
@@ -1601,13 +1588,7 @@ export interface __SortedList_2_ValueList$views<TKey, TValue> {
|
|
|
1601
1588
|
export type SortedList_2_ValueList<TKey, TValue> = SortedList_2_ValueList$instance<TKey, TValue> & __SortedList_2_ValueList$views<TKey, TValue>;
|
|
1602
1589
|
|
|
1603
1590
|
|
|
1604
|
-
export
|
|
1605
|
-
protected GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
1606
|
-
protected OnDeserialization(sender: unknown): void;
|
|
1607
|
-
}
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
export interface SortedSet_1$instance<T> extends SortedSet_1$protected<T> {
|
|
1591
|
+
export interface SortedSet_1$instance<T> {
|
|
1611
1592
|
readonly Comparer: IComparer_1<T>;
|
|
1612
1593
|
readonly Count: int;
|
|
1613
1594
|
readonly Max: T | undefined;
|
|
@@ -1620,12 +1601,14 @@ export interface SortedSet_1$instance<T> extends SortedSet_1$protected<T> {
|
|
|
1620
1601
|
CopyTo(array: T[], index: int, count: int): void;
|
|
1621
1602
|
ExceptWith(other: IEnumerable_1<T>): void;
|
|
1622
1603
|
GetEnumerator(): SortedSet_1_Enumerator<T>;
|
|
1604
|
+
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
1623
1605
|
GetViewBetween(lowerValue: T, upperValue: T): SortedSet_1<T>;
|
|
1624
1606
|
IntersectWith(other: IEnumerable_1<T>): void;
|
|
1625
1607
|
IsProperSubsetOf(other: IEnumerable_1<T>): boolean;
|
|
1626
1608
|
IsProperSupersetOf(other: IEnumerable_1<T>): boolean;
|
|
1627
1609
|
IsSubsetOf(other: IEnumerable_1<T>): boolean;
|
|
1628
1610
|
IsSupersetOf(other: IEnumerable_1<T>): boolean;
|
|
1611
|
+
OnDeserialization(sender: unknown): void;
|
|
1629
1612
|
Overlaps(other: IEnumerable_1<T>): boolean;
|
|
1630
1613
|
Remove(item: T): boolean;
|
|
1631
1614
|
RemoveWhere(match: Predicate_1<T>): int;
|
|
@@ -1642,7 +1625,6 @@ export const SortedSet_1: {
|
|
|
1642
1625
|
new<T>(comparer: IComparer_1<T>): SortedSet_1<T>;
|
|
1643
1626
|
new<T>(collection: IEnumerable_1<T>): SortedSet_1<T>;
|
|
1644
1627
|
new<T>(collection: IEnumerable_1<T>, comparer: IComparer_1<T>): SortedSet_1<T>;
|
|
1645
|
-
new<T>(info: SerializationInfo, context: StreamingContext): SortedSet_1<T>;
|
|
1646
1628
|
CreateSetComparer<T>(): IEqualityComparer_1<SortedSet_1<T>>;
|
|
1647
1629
|
CreateSetComparer<T>(memberEqualityComparer: IEqualityComparer_1<T>): IEqualityComparer_1<SortedSet_1<T>>;
|
|
1648
1630
|
};
|
|
@@ -1701,13 +1683,7 @@ export interface __Stack_1$views<T> {
|
|
|
1701
1683
|
export type Stack_1<T> = Stack_1$instance<T> & __Stack_1$views<T>;
|
|
1702
1684
|
|
|
1703
1685
|
|
|
1704
|
-
export
|
|
1705
|
-
protected GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
1706
|
-
protected OnDeserialization(sender: unknown): void;
|
|
1707
|
-
}
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
export interface TreeSet_1$instance<T> extends TreeSet_1$protected<T>, SortedSet_1$instance<T> {
|
|
1686
|
+
export interface TreeSet_1$instance<T> extends SortedSet_1$instance<T> {
|
|
1711
1687
|
Add(item: T): boolean;
|
|
1712
1688
|
Add(item: T): void;
|
|
1713
1689
|
Clear(): void;
|
|
@@ -1719,8 +1695,10 @@ export interface TreeSet_1$instance<T> extends TreeSet_1$protected<T>, SortedSet
|
|
|
1719
1695
|
GetEnumerator(): SortedSet_1_Enumerator<T>;
|
|
1720
1696
|
GetEnumerator(): IEnumerator_1<T>;
|
|
1721
1697
|
GetEnumerator(): IEnumerator;
|
|
1698
|
+
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
1722
1699
|
IsProperSubsetOf(other: IEnumerable_1<T>): boolean;
|
|
1723
1700
|
IsSubsetOf(other: IEnumerable_1<T>): boolean;
|
|
1701
|
+
OnDeserialization(sender: unknown): void;
|
|
1724
1702
|
UnionWith(other: IEnumerable_1<T>): void;
|
|
1725
1703
|
}
|
|
1726
1704
|
|