@tsonic/dotnet 10.0.5 → 10.0.10
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 +6 -0
- package/Microsoft.VisualBasic/internal/index.d.ts +38 -0
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +58 -0
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +8 -0
- package/Microsoft.Win32/internal/index.d.ts +3 -3
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +34 -0
- package/System/internal/index.d.ts +447 -196
- package/System.Buffers/internal/index.d.ts +24 -6
- package/System.CodeDom.Compiler/internal/index.d.ts +4 -0
- package/System.Collections/internal/index.d.ts +37 -26
- package/System.Collections.Concurrent/internal/index.d.ts +17 -3
- package/System.Collections.Frozen/internal/index.d.ts +12 -0
- package/System.Collections.Generic/internal/index.d.ts +126 -43
- package/System.Collections.Immutable/internal/index.d.ts +51 -14
- package/System.Collections.ObjectModel/internal/index.d.ts +22 -10
- package/System.Collections.Specialized/internal/index.d.ts +33 -12
- package/System.ComponentModel/internal/index.d.ts +275 -33
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +73 -3
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +14 -0
- package/System.ComponentModel.Design/internal/index.d.ts +49 -7
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +22 -0
- package/System.Data/internal/index.d.ts +111 -21
- package/System.Data.Common/internal/index.d.ts +67 -36
- package/System.Data.SqlTypes/internal/index.d.ts +59 -52
- package/System.Diagnostics/internal/index.d.ts +147 -17
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +52 -0
- package/System.Diagnostics.Contracts/internal/index.d.ts +26 -0
- package/System.Diagnostics.Metrics/internal/index.d.ts +31 -3
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +8 -0
- package/System.Diagnostics.Tracing/internal/index.d.ts +40 -6
- package/System.Drawing/internal/index.d.ts +24 -0
- package/System.Dynamic/internal/index.d.ts +38 -6
- package/System.Formats.Asn1/internal/index.d.ts +13 -3
- package/System.Formats.Tar/internal/index.d.ts +20 -6
- package/System.Globalization/internal/index.d.ts +64 -18
- package/System.IO/internal/index.d.ts +74 -18
- package/System.IO.Compression/internal/index.d.ts +25 -9
- package/System.IO.Enumeration/internal/index.d.ts +6 -0
- package/System.IO.IsolatedStorage/internal/index.d.ts +9 -3
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +6 -0
- package/System.IO.Pipelines/internal/index.d.ts +19 -3
- package/System.IO.Pipes/internal/index.d.ts +16 -0
- package/System.Linq/internal/index.d.ts +17 -3
- package/System.Linq.Expressions/internal/index.d.ts +86 -18
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -0
- package/System.Net/internal/index.d.ts +112 -23
- package/System.Net.Cache/internal/index.d.ts +4 -0
- package/System.Net.Http/internal/index.d.ts +50 -0
- package/System.Net.Http.Headers/internal/index.d.ts +79 -62
- package/System.Net.Http.Json/internal/index.d.ts +2 -0
- package/System.Net.Http.Metrics/internal/index.d.ts +2 -0
- package/System.Net.Mail/internal/index.d.ts +31 -9
- package/System.Net.Mime/internal/index.d.ts +4 -0
- package/System.Net.NetworkInformation/internal/index.d.ts +67 -10
- package/System.Net.Quic/internal/index.d.ts +22 -6
- package/System.Net.Security/internal/index.d.ts +27 -3
- package/System.Net.ServerSentEvents/internal/index.d.ts +4 -0
- package/System.Net.Sockets/internal/index.d.ts +38 -6
- package/System.Net.WebSockets/internal/index.d.ts +23 -3
- package/System.Numerics/internal/index.d.ts +29 -16
- package/System.Reflection/internal/index.d.ts +135 -32
- package/System.Reflection.Emit/internal/index.d.ts +45 -9
- package/System.Reflection.Metadata/internal/index.d.ts +324 -10
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +76 -0
- package/System.Reflection.PortableExecutable/internal/index.d.ts +37 -3
- package/System.Resources/internal/index.d.ts +16 -0
- package/System.Runtime/internal/index.d.ts +12 -6
- package/System.Runtime.CompilerServices/internal/index.d.ts +278 -39
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +6 -0
- package/System.Runtime.ExceptionServices/internal/index.d.ts +6 -0
- package/System.Runtime.InteropServices/internal/index.d.ts +175 -15
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +40 -0
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +6 -0
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +55 -3
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +57 -12
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +2 -0
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +8 -0
- package/System.Runtime.Intrinsics/internal/index.d.ts +13 -17
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +40 -0
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +2 -0
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +148 -0
- package/System.Runtime.Loader/internal/index.d.ts +7 -3
- package/System.Runtime.Remoting/internal/index.d.ts +2 -0
- package/System.Runtime.Serialization/internal/index.d.ts +75 -9
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +8 -0
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +3 -3
- package/System.Runtime.Serialization.Json/internal/index.d.ts +4 -0
- package/System.Runtime.Versioning/internal/index.d.ts +26 -0
- package/System.Security/internal/index.d.ts +28 -6
- package/System.Security.AccessControl/internal/index.d.ts +98 -8
- package/System.Security.Authentication/internal/index.d.ts +4 -0
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +9 -3
- package/System.Security.Claims/internal/index.d.ts +8 -6
- package/System.Security.Cryptography/internal/index.d.ts +299 -44
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +72 -14
- package/System.Security.Permissions/internal/index.d.ts +6 -0
- package/System.Security.Policy/internal/index.d.ts +4 -0
- package/System.Security.Principal/internal/index.d.ts +21 -8
- package/System.Text/internal/index.d.ts +70 -11
- package/System.Text.Encodings.Web/internal/index.d.ts +10 -0
- package/System.Text.Json/internal/index.d.ts +33 -8
- package/System.Text.Json.Nodes/internal/index.d.ts +10 -0
- package/System.Text.Json.Schema/internal/index.d.ts +4 -0
- package/System.Text.Json.Serialization/internal/index.d.ts +54 -0
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +23 -3
- package/System.Text.RegularExpressions/internal/index.d.ts +35 -7
- package/System.Text.Unicode/internal/index.d.ts +4 -0
- package/System.Threading/internal/index.d.ts +108 -24
- package/System.Threading.Channels/internal/index.d.ts +18 -0
- package/System.Threading.Tasks/internal/index.d.ts +49 -13
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +32 -0
- package/System.Threading.Tasks.Sources/internal/index.d.ts +2 -0
- package/System.Timers/internal/index.d.ts +7 -3
- package/System.Transactions/internal/index.d.ts +37 -15
- package/System.Web/internal/index.d.ts +2 -0
- package/System.Windows.Markup/internal/index.d.ts +2 -0
- package/System.Xml/internal/index.d.ts +107 -20
- package/System.Xml.Linq/internal/index.d.ts +42 -18
- package/System.Xml.Resolvers/internal/index.d.ts +2 -0
- package/System.Xml.Schema/internal/index.d.ts +150 -4
- package/System.Xml.Serialization/internal/index.d.ts +120 -8
- package/System.Xml.XPath/internal/index.d.ts +14 -6
- package/System.Xml.Xsl/internal/index.d.ts +16 -0
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +89 -2
- package/__internal/extensions/index.d.ts +2143 -1955
- package/package.json +2 -2
|
@@ -42,7 +42,6 @@ export type IImmutableDictionary_2<TKey, TValue> = IImmutableDictionary_2$instan
|
|
|
42
42
|
export interface IImmutableList_1$instance<T> extends IReadOnlyList_1<T>, IEnumerable_1<T>, IEnumerable, IReadOnlyCollection_1<T> {
|
|
43
43
|
readonly __tsonic_iface_System_Collections_Immutable_IImmutableList_1: never;
|
|
44
44
|
|
|
45
|
-
readonly [index: number]: T;
|
|
46
45
|
readonly Count: int;
|
|
47
46
|
Add(value: T): IImmutableList_1<T>;
|
|
48
47
|
AddRange(items: IEnumerable_1<T>): IImmutableList_1<T>;
|
|
@@ -62,7 +61,7 @@ export interface IImmutableList_1$instance<T> extends IReadOnlyList_1<T>, IEnume
|
|
|
62
61
|
}
|
|
63
62
|
|
|
64
63
|
|
|
65
|
-
export type IImmutableList_1<T> = IImmutableList_1$instance<T
|
|
64
|
+
export type IImmutableList_1<T> = IImmutableList_1$instance<T> & { readonly [index: number]: T; };
|
|
66
65
|
|
|
67
66
|
export interface IImmutableQueue_1$instance<T> extends IEnumerable_1<T>, IEnumerable {
|
|
68
67
|
readonly __tsonic_iface_System_Collections_Immutable_IImmutableQueue_1: never;
|
|
@@ -113,6 +112,8 @@ export interface IImmutableStack_1$instance<T> extends IEnumerable_1<T>, IEnumer
|
|
|
113
112
|
export type IImmutableStack_1<T> = IImmutableStack_1$instance<T>;
|
|
114
113
|
|
|
115
114
|
export interface ImmutableArray_1$instance<T> {
|
|
115
|
+
readonly __tsonic_type_System_Collections_Immutable_ImmutableArray_1: never;
|
|
116
|
+
|
|
116
117
|
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
117
118
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
118
119
|
readonly __tsonic_iface_System_Collections_Generic_IList_1: never;
|
|
@@ -129,7 +130,6 @@ export interface ImmutableArray_1$instance<T> {
|
|
|
129
130
|
readonly IsDefault: boolean;
|
|
130
131
|
readonly IsDefaultOrEmpty: boolean;
|
|
131
132
|
readonly IsEmpty: boolean;
|
|
132
|
-
readonly [index: number]: T;
|
|
133
133
|
readonly Length: int;
|
|
134
134
|
Add(item: T): ImmutableArray_1<T>;
|
|
135
135
|
AddRange(items: IEnumerable_1<T>): ImmutableArray_1<T>;
|
|
@@ -219,10 +219,12 @@ export interface __ImmutableArray_1$views<T> {
|
|
|
219
219
|
Equals(other: ImmutableArray_1<T>): boolean;
|
|
220
220
|
}
|
|
221
221
|
|
|
222
|
-
export type ImmutableArray_1<T> = ImmutableArray_1$instance<T> & __ImmutableArray_1$views<T
|
|
222
|
+
export type ImmutableArray_1<T> = ImmutableArray_1$instance<T> & __ImmutableArray_1$views<T> & { readonly [index: number]: T; };
|
|
223
223
|
|
|
224
224
|
|
|
225
225
|
export interface ImmutableArray_1_Enumerator$instance<T> {
|
|
226
|
+
readonly __tsonic_type_System_Collections_Immutable_ImmutableArray_1_Enumerator: never;
|
|
227
|
+
|
|
226
228
|
readonly Current: T;
|
|
227
229
|
MoveNext(): boolean;
|
|
228
230
|
}
|
|
@@ -236,6 +238,8 @@ export const ImmutableArray_1_Enumerator: {
|
|
|
236
238
|
export type ImmutableArray_1_Enumerator<T> = ImmutableArray_1_Enumerator$instance<T>;
|
|
237
239
|
|
|
238
240
|
export interface ImmutableDictionary_2_Enumerator$instance<TKey, TValue> extends IDisposable {
|
|
241
|
+
readonly __tsonic_type_System_Collections_Immutable_ImmutableDictionary_2_Enumerator: never;
|
|
242
|
+
|
|
239
243
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
240
244
|
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
241
245
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
@@ -261,6 +265,8 @@ export type ImmutableDictionary_2_Enumerator<TKey, TValue> = ImmutableDictionary
|
|
|
261
265
|
|
|
262
266
|
|
|
263
267
|
export interface ImmutableHashSet_1_Enumerator$instance<T> extends IDisposable {
|
|
268
|
+
readonly __tsonic_type_System_Collections_Immutable_ImmutableHashSet_1_Enumerator: never;
|
|
269
|
+
|
|
264
270
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
265
271
|
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
266
272
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
@@ -286,6 +292,8 @@ export type ImmutableHashSet_1_Enumerator<T> = ImmutableHashSet_1_Enumerator$ins
|
|
|
286
292
|
|
|
287
293
|
|
|
288
294
|
export interface ImmutableList_1_Enumerator$instance<T> extends IDisposable {
|
|
295
|
+
readonly __tsonic_type_System_Collections_Immutable_ImmutableList_1_Enumerator: never;
|
|
296
|
+
|
|
289
297
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
290
298
|
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
291
299
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
@@ -311,6 +319,8 @@ export type ImmutableList_1_Enumerator<T> = ImmutableList_1_Enumerator$instance<
|
|
|
311
319
|
|
|
312
320
|
|
|
313
321
|
export interface ImmutableQueue_1_Enumerator$instance<T> {
|
|
322
|
+
readonly __tsonic_type_System_Collections_Immutable_ImmutableQueue_1_Enumerator: never;
|
|
323
|
+
|
|
314
324
|
readonly Current: T;
|
|
315
325
|
MoveNext(): boolean;
|
|
316
326
|
}
|
|
@@ -324,6 +334,8 @@ export const ImmutableQueue_1_Enumerator: {
|
|
|
324
334
|
export type ImmutableQueue_1_Enumerator<T> = ImmutableQueue_1_Enumerator$instance<T>;
|
|
325
335
|
|
|
326
336
|
export interface ImmutableSortedDictionary_2_Enumerator$instance<TKey, TValue> extends IDisposable {
|
|
337
|
+
readonly __tsonic_type_System_Collections_Immutable_ImmutableSortedDictionary_2_Enumerator: never;
|
|
338
|
+
|
|
327
339
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
328
340
|
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
329
341
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
@@ -349,6 +361,8 @@ export type ImmutableSortedDictionary_2_Enumerator<TKey, TValue> = ImmutableSort
|
|
|
349
361
|
|
|
350
362
|
|
|
351
363
|
export interface ImmutableSortedSet_1_Enumerator$instance<T> extends IDisposable {
|
|
364
|
+
readonly __tsonic_type_System_Collections_Immutable_ImmutableSortedSet_1_Enumerator: never;
|
|
365
|
+
|
|
352
366
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
353
367
|
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
354
368
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
@@ -374,6 +388,8 @@ export type ImmutableSortedSet_1_Enumerator<T> = ImmutableSortedSet_1_Enumerator
|
|
|
374
388
|
|
|
375
389
|
|
|
376
390
|
export interface ImmutableStack_1_Enumerator$instance<T> {
|
|
391
|
+
readonly __tsonic_type_System_Collections_Immutable_ImmutableStack_1_Enumerator: never;
|
|
392
|
+
|
|
377
393
|
readonly Current: T;
|
|
378
394
|
MoveNext(): boolean;
|
|
379
395
|
}
|
|
@@ -387,6 +403,8 @@ export const ImmutableStack_1_Enumerator: {
|
|
|
387
403
|
export type ImmutableStack_1_Enumerator<T> = ImmutableStack_1_Enumerator$instance<T>;
|
|
388
404
|
|
|
389
405
|
export interface ImmutableArray_1_Builder$instance<T> {
|
|
406
|
+
readonly __tsonic_type_System_Collections_Immutable_ImmutableArray_1_Builder: never;
|
|
407
|
+
|
|
390
408
|
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
391
409
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
392
410
|
readonly __tsonic_iface_System_Collections_Generic_IList_1: never;
|
|
@@ -396,7 +414,6 @@ export interface ImmutableArray_1_Builder$instance<T> {
|
|
|
396
414
|
|
|
397
415
|
Capacity: int;
|
|
398
416
|
Count: int;
|
|
399
|
-
[index: number]: T;
|
|
400
417
|
Add(item: T): void;
|
|
401
418
|
AddRange(items: IEnumerable_1<T>): void;
|
|
402
419
|
AddRange(...items: T[]): void;
|
|
@@ -459,10 +476,12 @@ export interface __ImmutableArray_1_Builder$views<T> {
|
|
|
459
476
|
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
460
477
|
}
|
|
461
478
|
|
|
462
|
-
export type ImmutableArray_1_Builder<T> = ImmutableArray_1_Builder$instance<T> & __ImmutableArray_1_Builder$views<T
|
|
479
|
+
export type ImmutableArray_1_Builder<T> = ImmutableArray_1_Builder$instance<T> & __ImmutableArray_1_Builder$views<T> & { [index: number]: T; };
|
|
463
480
|
|
|
464
481
|
|
|
465
482
|
export interface ImmutableDictionary_2$instance<TKey, TValue> {
|
|
483
|
+
readonly __tsonic_type_System_Collections_Immutable_ImmutableDictionary_2: never;
|
|
484
|
+
|
|
466
485
|
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
467
486
|
readonly __tsonic_iface_System_Collections_Generic_IDictionary_2: never;
|
|
468
487
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
@@ -520,6 +539,8 @@ export type ImmutableDictionary_2<TKey, TValue> = ImmutableDictionary_2$instance
|
|
|
520
539
|
|
|
521
540
|
|
|
522
541
|
export interface ImmutableDictionary_2_Builder$instance<TKey, TValue> {
|
|
542
|
+
readonly __tsonic_type_System_Collections_Immutable_ImmutableDictionary_2_Builder: never;
|
|
543
|
+
|
|
523
544
|
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
524
545
|
readonly __tsonic_iface_System_Collections_Generic_IDictionary_2: never;
|
|
525
546
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
@@ -573,6 +594,8 @@ export type ImmutableDictionary_2_Builder<TKey, TValue> = ImmutableDictionary_2_
|
|
|
573
594
|
|
|
574
595
|
|
|
575
596
|
export interface ImmutableHashSet_1$instance<T> {
|
|
597
|
+
readonly __tsonic_type_System_Collections_Immutable_ImmutableHashSet_1: never;
|
|
598
|
+
|
|
576
599
|
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
577
600
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
578
601
|
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
@@ -626,6 +649,8 @@ export type ImmutableHashSet_1<T> = ImmutableHashSet_1$instance<T> & __Immutable
|
|
|
626
649
|
|
|
627
650
|
|
|
628
651
|
export interface ImmutableHashSet_1_Builder$instance<T> {
|
|
652
|
+
readonly __tsonic_type_System_Collections_Immutable_ImmutableHashSet_1_Builder: never;
|
|
653
|
+
|
|
629
654
|
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
630
655
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
631
656
|
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
@@ -670,6 +695,8 @@ export type ImmutableHashSet_1_Builder<T> = ImmutableHashSet_1_Builder$instance<
|
|
|
670
695
|
|
|
671
696
|
|
|
672
697
|
export interface ImmutableList_1$instance<T> {
|
|
698
|
+
readonly __tsonic_type_System_Collections_Immutable_ImmutableList_1: never;
|
|
699
|
+
|
|
673
700
|
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
674
701
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
675
702
|
readonly __tsonic_iface_System_Collections_Generic_IList_1: never;
|
|
@@ -682,7 +709,6 @@ export interface ImmutableList_1$instance<T> {
|
|
|
682
709
|
|
|
683
710
|
readonly Count: int;
|
|
684
711
|
readonly IsEmpty: boolean;
|
|
685
|
-
readonly [index: number]: T;
|
|
686
712
|
Add(value: T): ImmutableList_1<T>;
|
|
687
713
|
AddRange(items: IEnumerable_1<T>): ImmutableList_1<T>;
|
|
688
714
|
BinarySearch(item: T): int;
|
|
@@ -750,10 +776,12 @@ export interface __ImmutableList_1$views<T> {
|
|
|
750
776
|
As_IList(): System_Collections_Internal.IList$instance;
|
|
751
777
|
}
|
|
752
778
|
|
|
753
|
-
export type ImmutableList_1<T> = ImmutableList_1$instance<T> & __ImmutableList_1$views<T
|
|
779
|
+
export type ImmutableList_1<T> = ImmutableList_1$instance<T> & __ImmutableList_1$views<T> & { readonly [index: number]: T; };
|
|
754
780
|
|
|
755
781
|
|
|
756
782
|
export interface ImmutableList_1_Builder$instance<T> {
|
|
783
|
+
readonly __tsonic_type_System_Collections_Immutable_ImmutableList_1_Builder: never;
|
|
784
|
+
|
|
757
785
|
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
758
786
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
759
787
|
readonly __tsonic_iface_System_Collections_Generic_IList_1: never;
|
|
@@ -764,7 +792,6 @@ export interface ImmutableList_1_Builder$instance<T> {
|
|
|
764
792
|
readonly __tsonic_iface_System_Collections_IList: never;
|
|
765
793
|
|
|
766
794
|
readonly Count: int;
|
|
767
|
-
[index: number]: T;
|
|
768
795
|
Add(item: T): void;
|
|
769
796
|
AddRange(items: IEnumerable_1<T>): void;
|
|
770
797
|
BinarySearch(item: T): int;
|
|
@@ -834,10 +861,12 @@ export interface __ImmutableList_1_Builder$views<T> {
|
|
|
834
861
|
As_IList(): System_Collections_Internal.IList$instance;
|
|
835
862
|
}
|
|
836
863
|
|
|
837
|
-
export type ImmutableList_1_Builder<T> = ImmutableList_1_Builder$instance<T> & __ImmutableList_1_Builder$views<T
|
|
864
|
+
export type ImmutableList_1_Builder<T> = ImmutableList_1_Builder$instance<T> & __ImmutableList_1_Builder$views<T> & { [index: number]: T; };
|
|
838
865
|
|
|
839
866
|
|
|
840
867
|
export interface ImmutableQueue_1$instance<T> {
|
|
868
|
+
readonly __tsonic_type_System_Collections_Immutable_ImmutableQueue_1: never;
|
|
869
|
+
|
|
841
870
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
842
871
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
843
872
|
readonly __tsonic_iface_System_Collections_Immutable_IImmutableQueue_1: never;
|
|
@@ -868,6 +897,8 @@ export type ImmutableQueue_1<T> = ImmutableQueue_1$instance<T> & __ImmutableQueu
|
|
|
868
897
|
|
|
869
898
|
|
|
870
899
|
export interface ImmutableSortedDictionary_2$instance<TKey, TValue> {
|
|
900
|
+
readonly __tsonic_type_System_Collections_Immutable_ImmutableSortedDictionary_2: never;
|
|
901
|
+
|
|
871
902
|
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
872
903
|
readonly __tsonic_iface_System_Collections_Generic_IDictionary_2: never;
|
|
873
904
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
@@ -926,6 +957,8 @@ export type ImmutableSortedDictionary_2<TKey, TValue> = ImmutableSortedDictionar
|
|
|
926
957
|
|
|
927
958
|
|
|
928
959
|
export interface ImmutableSortedDictionary_2_Builder$instance<TKey, TValue> {
|
|
960
|
+
readonly __tsonic_type_System_Collections_Immutable_ImmutableSortedDictionary_2_Builder: never;
|
|
961
|
+
|
|
929
962
|
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
930
963
|
readonly __tsonic_iface_System_Collections_Generic_IDictionary_2: never;
|
|
931
964
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
@@ -980,6 +1013,8 @@ export type ImmutableSortedDictionary_2_Builder<TKey, TValue> = ImmutableSortedD
|
|
|
980
1013
|
|
|
981
1014
|
|
|
982
1015
|
export interface ImmutableSortedSet_1$instance<T> {
|
|
1016
|
+
readonly __tsonic_type_System_Collections_Immutable_ImmutableSortedSet_1: never;
|
|
1017
|
+
|
|
983
1018
|
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
984
1019
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
985
1020
|
readonly __tsonic_iface_System_Collections_Generic_IList_1: never;
|
|
@@ -994,7 +1029,6 @@ export interface ImmutableSortedSet_1$instance<T> {
|
|
|
994
1029
|
|
|
995
1030
|
readonly Count: int;
|
|
996
1031
|
readonly IsEmpty: boolean;
|
|
997
|
-
readonly [index: number]: T;
|
|
998
1032
|
readonly KeyComparer: IComparer_1<T>;
|
|
999
1033
|
readonly Max: T | undefined;
|
|
1000
1034
|
readonly Min: T | undefined;
|
|
@@ -1040,10 +1074,12 @@ export interface __ImmutableSortedSet_1$views<T> {
|
|
|
1040
1074
|
As_IList(): System_Collections_Internal.IList$instance;
|
|
1041
1075
|
}
|
|
1042
1076
|
|
|
1043
|
-
export type ImmutableSortedSet_1<T> = ImmutableSortedSet_1$instance<T> & __ImmutableSortedSet_1$views<T
|
|
1077
|
+
export type ImmutableSortedSet_1<T> = ImmutableSortedSet_1$instance<T> & __ImmutableSortedSet_1$views<T> & { readonly [index: number]: T; };
|
|
1044
1078
|
|
|
1045
1079
|
|
|
1046
1080
|
export interface ImmutableSortedSet_1_Builder$instance<T> {
|
|
1081
|
+
readonly __tsonic_type_System_Collections_Immutable_ImmutableSortedSet_1_Builder: never;
|
|
1082
|
+
|
|
1047
1083
|
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
1048
1084
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
1049
1085
|
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
@@ -1052,7 +1088,6 @@ export interface ImmutableSortedSet_1_Builder$instance<T> {
|
|
|
1052
1088
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1053
1089
|
|
|
1054
1090
|
readonly Count: int;
|
|
1055
|
-
readonly [index: number]: T;
|
|
1056
1091
|
KeyComparer: IComparer_1<T>;
|
|
1057
1092
|
readonly Max: T | undefined;
|
|
1058
1093
|
readonly Min: T | undefined;
|
|
@@ -1092,10 +1127,12 @@ export interface __ImmutableSortedSet_1_Builder$views<T> {
|
|
|
1092
1127
|
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
1093
1128
|
}
|
|
1094
1129
|
|
|
1095
|
-
export type ImmutableSortedSet_1_Builder<T> = ImmutableSortedSet_1_Builder$instance<T> & __ImmutableSortedSet_1_Builder$views<T
|
|
1130
|
+
export type ImmutableSortedSet_1_Builder<T> = ImmutableSortedSet_1_Builder$instance<T> & __ImmutableSortedSet_1_Builder$views<T> & { readonly [index: number]: T; };
|
|
1096
1131
|
|
|
1097
1132
|
|
|
1098
1133
|
export interface ImmutableStack_1$instance<T> {
|
|
1134
|
+
readonly __tsonic_type_System_Collections_Immutable_ImmutableStack_1: never;
|
|
1135
|
+
|
|
1099
1136
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
1100
1137
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1101
1138
|
readonly __tsonic_iface_System_Collections_Immutable_IImmutableStack_1: never;
|
|
@@ -21,6 +21,8 @@ import * as System_Internal from "../../System/internal/index.js";
|
|
|
21
21
|
import type { Array as ClrArray, Boolean as ClrBoolean, IDisposable, Int32, Object as ClrObject, ReadOnlySpan_1, String as ClrString, Type, Void } from "../../System/internal/index.js";
|
|
22
22
|
|
|
23
23
|
export interface Collection_1$instance<T> {
|
|
24
|
+
readonly __tsonic_type_System_Collections_ObjectModel_Collection_1: never;
|
|
25
|
+
|
|
24
26
|
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
25
27
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
26
28
|
readonly __tsonic_iface_System_Collections_Generic_IList_1: never;
|
|
@@ -31,7 +33,6 @@ export interface Collection_1$instance<T> {
|
|
|
31
33
|
readonly __tsonic_iface_System_Collections_IList: never;
|
|
32
34
|
|
|
33
35
|
readonly Count: int;
|
|
34
|
-
[index: number]: T;
|
|
35
36
|
Add(item: T): void;
|
|
36
37
|
Clear(): void;
|
|
37
38
|
ClearItems(): void;
|
|
@@ -64,10 +65,12 @@ export interface __Collection_1$views<T> {
|
|
|
64
65
|
As_IList(): System_Collections_Internal.IList$instance;
|
|
65
66
|
}
|
|
66
67
|
|
|
67
|
-
export type Collection_1<T> = Collection_1$instance<T> & __Collection_1$views<T
|
|
68
|
+
export type Collection_1<T> = Collection_1$instance<T> & __Collection_1$views<T> & { [index: number]: T; };
|
|
68
69
|
|
|
69
70
|
|
|
70
71
|
export interface KeyedCollection_2$instance<TKey, TItem> extends Collection_1$instance<TItem> {
|
|
72
|
+
readonly __tsonic_type_System_Collections_ObjectModel_KeyedCollection_2: never;
|
|
73
|
+
|
|
71
74
|
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
72
75
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
73
76
|
readonly __tsonic_iface_System_Collections_Generic_IList_1: never;
|
|
@@ -119,7 +122,9 @@ export interface __KeyedCollection_2$views<TKey, TItem> {
|
|
|
119
122
|
export type KeyedCollection_2<TKey, TItem> = KeyedCollection_2$instance<TKey, TItem> & __KeyedCollection_2$views<TKey, TItem>;
|
|
120
123
|
|
|
121
124
|
|
|
122
|
-
export interface ObservableCollection_1$instance<T> extends Collection_1$instance<T>, INotifyCollectionChanged, INotifyPropertyChanged {
|
|
125
|
+
export interface ObservableCollection_1$instance<T> extends Collection_1$instance<T>, INotifyCollectionChanged, INotifyPropertyChanged, System_Collections_Specialized_Internal.INotifyCollectionChanged$instance, System_ComponentModel_Internal.INotifyPropertyChanged$instance {
|
|
126
|
+
readonly __tsonic_type_System_Collections_ObjectModel_ObservableCollection_1: never;
|
|
127
|
+
|
|
123
128
|
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
124
129
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
125
130
|
readonly __tsonic_iface_System_Collections_Generic_IList_1: never;
|
|
@@ -174,12 +179,12 @@ export interface __ObservableCollection_1$views<T> {
|
|
|
174
179
|
As_IList(): System_Collections_Internal.IList$instance;
|
|
175
180
|
}
|
|
176
181
|
|
|
177
|
-
export interface ObservableCollection_1$instance<T> extends System_Collections_Specialized_Internal.INotifyCollectionChanged$instance, System_ComponentModel_Internal.INotifyPropertyChanged$instance {}
|
|
178
|
-
|
|
179
182
|
export type ObservableCollection_1<T> = ObservableCollection_1$instance<T> & __ObservableCollection_1$views<T>;
|
|
180
183
|
|
|
181
184
|
|
|
182
185
|
export interface ReadOnlyCollection_1$instance<T> {
|
|
186
|
+
readonly __tsonic_type_System_Collections_ObjectModel_ReadOnlyCollection_1: never;
|
|
187
|
+
|
|
183
188
|
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
184
189
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
185
190
|
readonly __tsonic_iface_System_Collections_Generic_IList_1: never;
|
|
@@ -190,7 +195,6 @@ export interface ReadOnlyCollection_1$instance<T> {
|
|
|
190
195
|
readonly __tsonic_iface_System_Collections_IList: never;
|
|
191
196
|
|
|
192
197
|
readonly Count: int;
|
|
193
|
-
readonly [index: number]: T;
|
|
194
198
|
Contains(value: T): boolean;
|
|
195
199
|
CopyTo(array: T[], index: int): void;
|
|
196
200
|
GetEnumerator(): IEnumerator_1<T>;
|
|
@@ -214,10 +218,12 @@ export interface __ReadOnlyCollection_1$views<T> {
|
|
|
214
218
|
As_IList(): System_Collections_Internal.IList$instance;
|
|
215
219
|
}
|
|
216
220
|
|
|
217
|
-
export type ReadOnlyCollection_1<T> = ReadOnlyCollection_1$instance<T> & __ReadOnlyCollection_1$views<T
|
|
221
|
+
export type ReadOnlyCollection_1<T> = ReadOnlyCollection_1$instance<T> & __ReadOnlyCollection_1$views<T> & { readonly [index: number]: T; };
|
|
218
222
|
|
|
219
223
|
|
|
220
224
|
export interface ReadOnlyDictionary_2$instance<TKey, TValue> {
|
|
225
|
+
readonly __tsonic_type_System_Collections_ObjectModel_ReadOnlyDictionary_2: never;
|
|
226
|
+
|
|
221
227
|
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
222
228
|
readonly __tsonic_iface_System_Collections_Generic_IDictionary_2: never;
|
|
223
229
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
@@ -258,6 +264,8 @@ export type ReadOnlyDictionary_2<TKey, TValue> = ReadOnlyDictionary_2$instance<T
|
|
|
258
264
|
|
|
259
265
|
|
|
260
266
|
export interface ReadOnlyDictionary_2_KeyCollection$instance<TKey, TValue> {
|
|
267
|
+
readonly __tsonic_type_System_Collections_ObjectModel_ReadOnlyDictionary_2_KeyCollection: never;
|
|
268
|
+
|
|
261
269
|
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
262
270
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
263
271
|
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
@@ -287,6 +295,8 @@ export type ReadOnlyDictionary_2_KeyCollection<TKey, TValue> = ReadOnlyDictionar
|
|
|
287
295
|
|
|
288
296
|
|
|
289
297
|
export interface ReadOnlyDictionary_2_ValueCollection$instance<TKey, TValue> {
|
|
298
|
+
readonly __tsonic_type_System_Collections_ObjectModel_ReadOnlyDictionary_2_ValueCollection: never;
|
|
299
|
+
|
|
290
300
|
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
291
301
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
292
302
|
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
@@ -314,7 +324,9 @@ export interface __ReadOnlyDictionary_2_ValueCollection$views<TKey, TValue> {
|
|
|
314
324
|
export type ReadOnlyDictionary_2_ValueCollection<TKey, TValue> = ReadOnlyDictionary_2_ValueCollection$instance<TKey, TValue> & __ReadOnlyDictionary_2_ValueCollection$views<TKey, TValue>;
|
|
315
325
|
|
|
316
326
|
|
|
317
|
-
export interface ReadOnlyObservableCollection_1$instance<T> extends ReadOnlyCollection_1$instance<T>, INotifyCollectionChanged, INotifyPropertyChanged {
|
|
327
|
+
export interface ReadOnlyObservableCollection_1$instance<T> extends ReadOnlyCollection_1$instance<T>, INotifyCollectionChanged, INotifyPropertyChanged, System_Collections_Specialized_Internal.INotifyCollectionChanged$instance, System_ComponentModel_Internal.INotifyPropertyChanged$instance {
|
|
328
|
+
readonly __tsonic_type_System_Collections_ObjectModel_ReadOnlyObservableCollection_1: never;
|
|
329
|
+
|
|
318
330
|
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
319
331
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
320
332
|
readonly __tsonic_iface_System_Collections_Generic_IList_1: never;
|
|
@@ -361,12 +373,12 @@ export interface __ReadOnlyObservableCollection_1$views<T> {
|
|
|
361
373
|
As_IList(): System_Collections_Internal.IList$instance;
|
|
362
374
|
}
|
|
363
375
|
|
|
364
|
-
export interface ReadOnlyObservableCollection_1$instance<T> extends System_Collections_Specialized_Internal.INotifyCollectionChanged$instance, System_ComponentModel_Internal.INotifyPropertyChanged$instance {}
|
|
365
|
-
|
|
366
376
|
export type ReadOnlyObservableCollection_1<T> = ReadOnlyObservableCollection_1$instance<T> & __ReadOnlyObservableCollection_1$views<T>;
|
|
367
377
|
|
|
368
378
|
|
|
369
379
|
export interface ReadOnlySet_1$instance<T> {
|
|
380
|
+
readonly __tsonic_type_System_Collections_ObjectModel_ReadOnlySet_1: never;
|
|
381
|
+
|
|
370
382
|
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
371
383
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
372
384
|
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
@@ -64,6 +64,8 @@ export interface IOrderedDictionary$instance extends IDictionary, ICollection, I
|
|
|
64
64
|
export type IOrderedDictionary = IOrderedDictionary$instance;
|
|
65
65
|
|
|
66
66
|
export interface BitVector32$instance {
|
|
67
|
+
readonly __tsonic_type_System_Collections_Specialized_BitVector32: never;
|
|
68
|
+
|
|
67
69
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
68
70
|
|
|
69
71
|
readonly Data: int;
|
|
@@ -100,6 +102,8 @@ export type BitVector32 = BitVector32$instance & __BitVector32$views;
|
|
|
100
102
|
|
|
101
103
|
|
|
102
104
|
export interface BitVector32_Section$instance {
|
|
105
|
+
readonly __tsonic_type_System_Collections_Specialized_BitVector32_Section: never;
|
|
106
|
+
|
|
103
107
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
104
108
|
|
|
105
109
|
readonly Mask: short;
|
|
@@ -128,6 +132,8 @@ export type BitVector32_Section = BitVector32_Section$instance & __BitVector32_S
|
|
|
128
132
|
|
|
129
133
|
|
|
130
134
|
export interface CollectionsUtil$instance {
|
|
135
|
+
readonly __tsonic_type_System_Collections_Specialized_CollectionsUtil: never;
|
|
136
|
+
|
|
131
137
|
}
|
|
132
138
|
|
|
133
139
|
|
|
@@ -143,6 +149,8 @@ export const CollectionsUtil: {
|
|
|
143
149
|
export type CollectionsUtil = CollectionsUtil$instance;
|
|
144
150
|
|
|
145
151
|
export interface HybridDictionary$instance {
|
|
152
|
+
readonly __tsonic_type_System_Collections_Specialized_HybridDictionary: never;
|
|
153
|
+
|
|
146
154
|
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
147
155
|
readonly __tsonic_iface_System_Collections_IDictionary: never;
|
|
148
156
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
@@ -183,6 +191,8 @@ export type HybridDictionary = HybridDictionary$instance & __HybridDictionary$vi
|
|
|
183
191
|
|
|
184
192
|
|
|
185
193
|
export interface ListDictionary$instance {
|
|
194
|
+
readonly __tsonic_type_System_Collections_Specialized_ListDictionary: never;
|
|
195
|
+
|
|
186
196
|
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
187
197
|
readonly __tsonic_iface_System_Collections_IDictionary: never;
|
|
188
198
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
@@ -221,6 +231,8 @@ export type ListDictionary = ListDictionary$instance & __ListDictionary$views;
|
|
|
221
231
|
|
|
222
232
|
|
|
223
233
|
export interface ListDictionary_DictionaryNode$instance {
|
|
234
|
+
readonly __tsonic_type_System_Collections_Specialized_ListDictionary_DictionaryNode: never;
|
|
235
|
+
|
|
224
236
|
key: unknown;
|
|
225
237
|
value: unknown | undefined;
|
|
226
238
|
next: ListDictionary_DictionaryNode | undefined;
|
|
@@ -234,7 +246,9 @@ export const ListDictionary_DictionaryNode: {
|
|
|
234
246
|
|
|
235
247
|
export type ListDictionary_DictionaryNode = ListDictionary_DictionaryNode$instance;
|
|
236
248
|
|
|
237
|
-
export interface NameObjectCollectionBase$instance {
|
|
249
|
+
export interface NameObjectCollectionBase$instance extends System_Runtime_Serialization_Internal.IDeserializationCallback$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
250
|
+
readonly __tsonic_type_System_Collections_Specialized_NameObjectCollectionBase: never;
|
|
251
|
+
|
|
238
252
|
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
239
253
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
240
254
|
readonly __tsonic_iface_System_Runtime_Serialization_IDeserializationCallback: never;
|
|
@@ -259,17 +273,16 @@ export interface __NameObjectCollectionBase$views {
|
|
|
259
273
|
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
260
274
|
}
|
|
261
275
|
|
|
262
|
-
export interface NameObjectCollectionBase$instance extends System_Runtime_Serialization_Internal.IDeserializationCallback$instance, System_Runtime_Serialization_Internal.ISerializable$instance {}
|
|
263
|
-
|
|
264
276
|
export type NameObjectCollectionBase = NameObjectCollectionBase$instance & __NameObjectCollectionBase$views;
|
|
265
277
|
|
|
266
278
|
|
|
267
279
|
export interface NameObjectCollectionBase_KeysCollection$instance {
|
|
280
|
+
readonly __tsonic_type_System_Collections_Specialized_NameObjectCollectionBase_KeysCollection: never;
|
|
281
|
+
|
|
268
282
|
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
269
283
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
270
284
|
|
|
271
285
|
readonly Count: int;
|
|
272
|
-
readonly [index: number]: string | undefined;
|
|
273
286
|
Get(index: int): string | undefined;
|
|
274
287
|
GetEnumerator(): IEnumerator;
|
|
275
288
|
}
|
|
@@ -284,10 +297,12 @@ export interface __NameObjectCollectionBase_KeysCollection$views {
|
|
|
284
297
|
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
285
298
|
}
|
|
286
299
|
|
|
287
|
-
export type NameObjectCollectionBase_KeysCollection = NameObjectCollectionBase_KeysCollection$instance & __NameObjectCollectionBase_KeysCollection$views;
|
|
300
|
+
export type NameObjectCollectionBase_KeysCollection = NameObjectCollectionBase_KeysCollection$instance & __NameObjectCollectionBase_KeysCollection$views & { readonly [index: number]: string | undefined; };
|
|
288
301
|
|
|
289
302
|
|
|
290
303
|
export interface NameValueCollection$instance extends NameObjectCollectionBase$instance {
|
|
304
|
+
readonly __tsonic_type_System_Collections_Specialized_NameValueCollection: never;
|
|
305
|
+
|
|
291
306
|
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
292
307
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
293
308
|
readonly __tsonic_iface_System_Runtime_Serialization_IDeserializationCallback: never;
|
|
@@ -338,6 +353,8 @@ export type NameValueCollection = NameValueCollection$instance & __NameValueColl
|
|
|
338
353
|
|
|
339
354
|
|
|
340
355
|
export interface NotifyCollectionChangedEventArgs$instance extends EventArgs {
|
|
356
|
+
readonly __tsonic_type_System_Collections_Specialized_NotifyCollectionChangedEventArgs: never;
|
|
357
|
+
|
|
341
358
|
readonly Action: NotifyCollectionChangedAction;
|
|
342
359
|
readonly NewItems: IList | undefined;
|
|
343
360
|
readonly NewStartingIndex: int;
|
|
@@ -363,7 +380,9 @@ export const NotifyCollectionChangedEventArgs: {
|
|
|
363
380
|
|
|
364
381
|
export type NotifyCollectionChangedEventArgs = NotifyCollectionChangedEventArgs$instance;
|
|
365
382
|
|
|
366
|
-
export interface OrderedDictionary$instance {
|
|
383
|
+
export interface OrderedDictionary$instance extends System_Runtime_Serialization_Internal.IDeserializationCallback$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
384
|
+
readonly __tsonic_type_System_Collections_Specialized_OrderedDictionary: never;
|
|
385
|
+
|
|
367
386
|
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
368
387
|
readonly __tsonic_iface_System_Collections_IDictionary: never;
|
|
369
388
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
@@ -410,12 +429,12 @@ export interface __OrderedDictionary$views {
|
|
|
410
429
|
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
411
430
|
}
|
|
412
431
|
|
|
413
|
-
export interface OrderedDictionary$instance extends System_Runtime_Serialization_Internal.IDeserializationCallback$instance, System_Runtime_Serialization_Internal.ISerializable$instance {}
|
|
414
|
-
|
|
415
432
|
export type OrderedDictionary = OrderedDictionary$instance & __OrderedDictionary$views;
|
|
416
433
|
|
|
417
434
|
|
|
418
435
|
export interface StringCollection$instance {
|
|
436
|
+
readonly __tsonic_type_System_Collections_Specialized_StringCollection: never;
|
|
437
|
+
|
|
419
438
|
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
420
439
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
421
440
|
readonly __tsonic_iface_System_Collections_IList: never;
|
|
@@ -423,7 +442,6 @@ export interface StringCollection$instance {
|
|
|
423
442
|
readonly Count: int;
|
|
424
443
|
readonly IsReadOnly: boolean;
|
|
425
444
|
readonly IsSynchronized: boolean;
|
|
426
|
-
[index: number]: string;
|
|
427
445
|
readonly SyncRoot: unknown;
|
|
428
446
|
Add(value: string): int;
|
|
429
447
|
AddRange(value: string[]): void;
|
|
@@ -449,15 +467,16 @@ export interface __StringCollection$views {
|
|
|
449
467
|
As_IList(): System_Collections_Internal.IList$instance;
|
|
450
468
|
}
|
|
451
469
|
|
|
452
|
-
export type StringCollection = StringCollection$instance & __StringCollection$views;
|
|
470
|
+
export type StringCollection = StringCollection$instance & __StringCollection$views & { [index: number]: string; };
|
|
453
471
|
|
|
454
472
|
|
|
455
473
|
export interface StringDictionary$instance {
|
|
474
|
+
readonly __tsonic_type_System_Collections_Specialized_StringDictionary: never;
|
|
475
|
+
|
|
456
476
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
457
477
|
|
|
458
478
|
readonly Count: int;
|
|
459
479
|
readonly IsSynchronized: boolean;
|
|
460
|
-
[key: string]: string | undefined;
|
|
461
480
|
readonly Keys: ICollection;
|
|
462
481
|
readonly SyncRoot: unknown;
|
|
463
482
|
readonly Values: ICollection;
|
|
@@ -480,10 +499,12 @@ export interface __StringDictionary$views {
|
|
|
480
499
|
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
481
500
|
}
|
|
482
501
|
|
|
483
|
-
export type StringDictionary = StringDictionary$instance & __StringDictionary$views;
|
|
502
|
+
export type StringDictionary = StringDictionary$instance & __StringDictionary$views & { [key: string]: string | undefined; };
|
|
484
503
|
|
|
485
504
|
|
|
486
505
|
export interface StringEnumerator$instance {
|
|
506
|
+
readonly __tsonic_type_System_Collections_Specialized_StringEnumerator: never;
|
|
507
|
+
|
|
487
508
|
readonly Current: string | undefined;
|
|
488
509
|
MoveNext(): boolean;
|
|
489
510
|
Reset(): void;
|