@tsonic/dotnet 10.0.4 → 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 +1038 -15
- 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 +75 -7
- 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 +301 -0
- package/System.Collections.Immutable/internal/index.d.ts +149 -2
- package/System.Collections.ObjectModel/internal/index.d.ts +78 -0
- package/System.Collections.Specialized/internal/index.d.ts +42 -4
- package/System.ComponentModel/internal/index.d.ts +123 -2
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +6 -0
- package/System.ComponentModel.Design/internal/index.d.ts +73 -0
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +18 -0
- package/System.Data/internal/index.d.ts +163 -2
- package/System.Data.Common/internal/index.d.ts +83 -3
- package/System.Data.SqlTypes/internal/index.d.ts +89 -0
- package/System.Diagnostics/internal/index.d.ts +70 -4
- 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 +93 -2
- package/System.Net.Http/internal/index.d.ts +53 -0
- package/System.Net.Http.Headers/internal/index.d.ts +73 -0
- 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 +27 -0
- 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 +149 -1
- package/System.Reflection/internal/index.d.ts +68 -0
- package/System.Reflection.Emit/internal/index.d.ts +35 -0
- package/System.Reflection.Metadata/internal/index.d.ts +329 -0
- 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 +55 -0
- 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 +44 -0
- 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 +22 -2
- 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 +270 -0
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +45 -0
- package/System.Security.Policy/internal/index.d.ts +3 -0
- package/System.Security.Principal/internal/index.d.ts +23 -0
- package/System.Text/internal/index.d.ts +40 -0
- package/System.Text.Json/internal/index.d.ts +21 -0
- 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 +42 -0
- 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 +14 -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 +142 -5
- package/System.Xml.Linq/internal/index.d.ts +32 -0
- package/System.Xml.Schema/internal/index.d.ts +23 -0
- package/System.Xml.Serialization/internal/index.d.ts +25 -0
- 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 +24 -0
- package/__internal/extensions/index.d.ts +263 -263
- package/package.json +1 -1
|
@@ -17,6 +17,8 @@ import * as System_Internal from "../../System/internal/index.js";
|
|
|
17
17
|
import type { Action_1, Array as ClrArray, Boolean as ClrBoolean, Comparison_1, Func_2, Func_3, IDisposable, IEquatable_1, Int32, Object as ClrObject, Predicate_1, Range, ReadOnlyMemory_1, ReadOnlySpan_1, Span_1, String as ClrString, Type, ValueType, Void } from "../../System/internal/index.js";
|
|
18
18
|
|
|
19
19
|
export interface IImmutableDictionary_2$instance<TKey, TValue> extends IReadOnlyDictionary_2<TKey, TValue>, IEnumerable_1<KeyValuePair_2<TKey, TValue>>, IEnumerable, IReadOnlyCollection_1<KeyValuePair_2<TKey, TValue>> {
|
|
20
|
+
readonly __tsonic_iface_System_Collections_Immutable_IImmutableDictionary_2: never;
|
|
21
|
+
|
|
20
22
|
readonly Item: TValue;
|
|
21
23
|
readonly Keys: IEnumerable_1<TKey>;
|
|
22
24
|
readonly Values: IEnumerable_1<TValue>;
|
|
@@ -38,6 +40,8 @@ export interface IImmutableDictionary_2$instance<TKey, TValue> extends IReadOnly
|
|
|
38
40
|
export type IImmutableDictionary_2<TKey, TValue> = IImmutableDictionary_2$instance<TKey, TValue>;
|
|
39
41
|
|
|
40
42
|
export interface IImmutableList_1$instance<T> extends IReadOnlyList_1<T>, IEnumerable_1<T>, IEnumerable, IReadOnlyCollection_1<T> {
|
|
43
|
+
readonly __tsonic_iface_System_Collections_Immutable_IImmutableList_1: never;
|
|
44
|
+
|
|
41
45
|
readonly [index: number]: T;
|
|
42
46
|
readonly Count: int;
|
|
43
47
|
Add(value: T): IImmutableList_1<T>;
|
|
@@ -61,6 +65,8 @@ export interface IImmutableList_1$instance<T> extends IReadOnlyList_1<T>, IEnume
|
|
|
61
65
|
export type IImmutableList_1<T> = IImmutableList_1$instance<T>;
|
|
62
66
|
|
|
63
67
|
export interface IImmutableQueue_1$instance<T> extends IEnumerable_1<T>, IEnumerable {
|
|
68
|
+
readonly __tsonic_iface_System_Collections_Immutable_IImmutableQueue_1: never;
|
|
69
|
+
|
|
64
70
|
readonly IsEmpty: boolean;
|
|
65
71
|
Clear(): IImmutableQueue_1<T>;
|
|
66
72
|
Enqueue(value: T): IImmutableQueue_1<T>;
|
|
@@ -74,6 +80,8 @@ export interface IImmutableQueue_1$instance<T> extends IEnumerable_1<T>, IEnumer
|
|
|
74
80
|
export type IImmutableQueue_1<T> = IImmutableQueue_1$instance<T>;
|
|
75
81
|
|
|
76
82
|
export interface IImmutableSet_1$instance<T> extends IReadOnlyCollection_1<T>, IEnumerable_1<T>, IEnumerable {
|
|
83
|
+
readonly __tsonic_iface_System_Collections_Immutable_IImmutableSet_1: never;
|
|
84
|
+
|
|
77
85
|
readonly Count: int;
|
|
78
86
|
Add(value: T): IImmutableSet_1<T>;
|
|
79
87
|
Clear(): IImmutableSet_1<T>;
|
|
@@ -90,6 +98,8 @@ export interface IImmutableSet_1$instance<T> extends IReadOnlyCollection_1<T>, I
|
|
|
90
98
|
export type IImmutableSet_1<T> = IImmutableSet_1$instance<T>;
|
|
91
99
|
|
|
92
100
|
export interface IImmutableStack_1$instance<T> extends IEnumerable_1<T>, IEnumerable {
|
|
101
|
+
readonly __tsonic_iface_System_Collections_Immutable_IImmutableStack_1: never;
|
|
102
|
+
|
|
93
103
|
readonly IsEmpty: boolean;
|
|
94
104
|
Clear(): IImmutableStack_1<T>;
|
|
95
105
|
GetEnumerator(): IEnumerator_1<T>;
|
|
@@ -103,6 +113,19 @@ export interface IImmutableStack_1$instance<T> extends IEnumerable_1<T>, IEnumer
|
|
|
103
113
|
export type IImmutableStack_1<T> = IImmutableStack_1$instance<T>;
|
|
104
114
|
|
|
105
115
|
export interface ImmutableArray_1$instance<T> {
|
|
116
|
+
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
117
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
118
|
+
readonly __tsonic_iface_System_Collections_Generic_IList_1: never;
|
|
119
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
120
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
|
|
121
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
122
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
123
|
+
readonly __tsonic_iface_System_Collections_IList: never;
|
|
124
|
+
readonly __tsonic_iface_System_Collections_IStructuralComparable: never;
|
|
125
|
+
readonly __tsonic_iface_System_Collections_IStructuralEquatable: never;
|
|
126
|
+
readonly __tsonic_iface_System_Collections_Immutable_IImmutableList_1: never;
|
|
127
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
128
|
+
|
|
106
129
|
readonly IsDefault: boolean;
|
|
107
130
|
readonly IsDefaultOrEmpty: boolean;
|
|
108
131
|
readonly IsEmpty: boolean;
|
|
@@ -196,8 +219,6 @@ export interface __ImmutableArray_1$views<T> {
|
|
|
196
219
|
Equals(other: ImmutableArray_1<T>): boolean;
|
|
197
220
|
}
|
|
198
221
|
|
|
199
|
-
export interface ImmutableArray_1$instance<T> extends System_Collections_Internal.IStructuralComparable$instance {}
|
|
200
|
-
|
|
201
222
|
export type ImmutableArray_1<T> = ImmutableArray_1$instance<T> & __ImmutableArray_1$views<T>;
|
|
202
223
|
|
|
203
224
|
|
|
@@ -215,6 +236,10 @@ export const ImmutableArray_1_Enumerator: {
|
|
|
215
236
|
export type ImmutableArray_1_Enumerator<T> = ImmutableArray_1_Enumerator$instance<T>;
|
|
216
237
|
|
|
217
238
|
export interface ImmutableDictionary_2_Enumerator$instance<TKey, TValue> extends IDisposable {
|
|
239
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
240
|
+
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
241
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
242
|
+
|
|
218
243
|
readonly Current: KeyValuePair_2<TKey, TValue>;
|
|
219
244
|
Dispose(): void;
|
|
220
245
|
MoveNext(): boolean;
|
|
@@ -236,6 +261,10 @@ export type ImmutableDictionary_2_Enumerator<TKey, TValue> = ImmutableDictionary
|
|
|
236
261
|
|
|
237
262
|
|
|
238
263
|
export interface ImmutableHashSet_1_Enumerator$instance<T> extends IDisposable {
|
|
264
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
265
|
+
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
266
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
267
|
+
|
|
239
268
|
readonly Current: T;
|
|
240
269
|
Dispose(): void;
|
|
241
270
|
MoveNext(): boolean;
|
|
@@ -257,6 +286,10 @@ export type ImmutableHashSet_1_Enumerator<T> = ImmutableHashSet_1_Enumerator$ins
|
|
|
257
286
|
|
|
258
287
|
|
|
259
288
|
export interface ImmutableList_1_Enumerator$instance<T> extends IDisposable {
|
|
289
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
290
|
+
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
291
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
292
|
+
|
|
260
293
|
readonly Current: T;
|
|
261
294
|
Dispose(): void;
|
|
262
295
|
MoveNext(): boolean;
|
|
@@ -291,6 +324,10 @@ export const ImmutableQueue_1_Enumerator: {
|
|
|
291
324
|
export type ImmutableQueue_1_Enumerator<T> = ImmutableQueue_1_Enumerator$instance<T>;
|
|
292
325
|
|
|
293
326
|
export interface ImmutableSortedDictionary_2_Enumerator$instance<TKey, TValue> extends IDisposable {
|
|
327
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
328
|
+
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
329
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
330
|
+
|
|
294
331
|
readonly Current: KeyValuePair_2<TKey, TValue>;
|
|
295
332
|
Dispose(): void;
|
|
296
333
|
MoveNext(): boolean;
|
|
@@ -312,6 +349,10 @@ export type ImmutableSortedDictionary_2_Enumerator<TKey, TValue> = ImmutableSort
|
|
|
312
349
|
|
|
313
350
|
|
|
314
351
|
export interface ImmutableSortedSet_1_Enumerator$instance<T> extends IDisposable {
|
|
352
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
353
|
+
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
354
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
355
|
+
|
|
315
356
|
readonly Current: T;
|
|
316
357
|
Dispose(): void;
|
|
317
358
|
MoveNext(): boolean;
|
|
@@ -346,6 +387,13 @@ export const ImmutableStack_1_Enumerator: {
|
|
|
346
387
|
export type ImmutableStack_1_Enumerator<T> = ImmutableStack_1_Enumerator$instance<T>;
|
|
347
388
|
|
|
348
389
|
export interface ImmutableArray_1_Builder$instance<T> {
|
|
390
|
+
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
391
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
392
|
+
readonly __tsonic_iface_System_Collections_Generic_IList_1: never;
|
|
393
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
394
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
|
|
395
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
396
|
+
|
|
349
397
|
Capacity: int;
|
|
350
398
|
Count: int;
|
|
351
399
|
[index: number]: T;
|
|
@@ -415,6 +463,16 @@ export type ImmutableArray_1_Builder<T> = ImmutableArray_1_Builder$instance<T> &
|
|
|
415
463
|
|
|
416
464
|
|
|
417
465
|
export interface ImmutableDictionary_2$instance<TKey, TValue> {
|
|
466
|
+
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
467
|
+
readonly __tsonic_iface_System_Collections_Generic_IDictionary_2: never;
|
|
468
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
469
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
470
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyDictionary_2: never;
|
|
471
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
472
|
+
readonly __tsonic_iface_System_Collections_IDictionary: never;
|
|
473
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
474
|
+
readonly __tsonic_iface_System_Collections_Immutable_IImmutableDictionary_2: never;
|
|
475
|
+
|
|
418
476
|
readonly Count: int;
|
|
419
477
|
readonly IsEmpty: boolean;
|
|
420
478
|
readonly Item: TValue;
|
|
@@ -462,6 +520,15 @@ export type ImmutableDictionary_2<TKey, TValue> = ImmutableDictionary_2$instance
|
|
|
462
520
|
|
|
463
521
|
|
|
464
522
|
export interface ImmutableDictionary_2_Builder$instance<TKey, TValue> {
|
|
523
|
+
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
524
|
+
readonly __tsonic_iface_System_Collections_Generic_IDictionary_2: never;
|
|
525
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
526
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
527
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyDictionary_2: never;
|
|
528
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
529
|
+
readonly __tsonic_iface_System_Collections_IDictionary: never;
|
|
530
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
531
|
+
|
|
465
532
|
readonly Count: int;
|
|
466
533
|
Item: TValue;
|
|
467
534
|
KeyComparer: IEqualityComparer_1<TKey>;
|
|
@@ -506,6 +573,15 @@ export type ImmutableDictionary_2_Builder<TKey, TValue> = ImmutableDictionary_2_
|
|
|
506
573
|
|
|
507
574
|
|
|
508
575
|
export interface ImmutableHashSet_1$instance<T> {
|
|
576
|
+
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
577
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
578
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
579
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlySet_1: never;
|
|
580
|
+
readonly __tsonic_iface_System_Collections_Generic_ISet_1: never;
|
|
581
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
582
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
583
|
+
readonly __tsonic_iface_System_Collections_Immutable_IImmutableSet_1: never;
|
|
584
|
+
|
|
509
585
|
readonly Count: int;
|
|
510
586
|
readonly IsEmpty: boolean;
|
|
511
587
|
readonly KeyComparer: IEqualityComparer_1<T>;
|
|
@@ -550,6 +626,12 @@ export type ImmutableHashSet_1<T> = ImmutableHashSet_1$instance<T> & __Immutable
|
|
|
550
626
|
|
|
551
627
|
|
|
552
628
|
export interface ImmutableHashSet_1_Builder$instance<T> {
|
|
629
|
+
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
630
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
631
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
632
|
+
readonly __tsonic_iface_System_Collections_Generic_ISet_1: never;
|
|
633
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
634
|
+
|
|
553
635
|
readonly Count: int;
|
|
554
636
|
KeyComparer: IEqualityComparer_1<T>;
|
|
555
637
|
Add(item: T): boolean;
|
|
@@ -588,6 +670,16 @@ export type ImmutableHashSet_1_Builder<T> = ImmutableHashSet_1_Builder$instance<
|
|
|
588
670
|
|
|
589
671
|
|
|
590
672
|
export interface ImmutableList_1$instance<T> {
|
|
673
|
+
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
674
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
675
|
+
readonly __tsonic_iface_System_Collections_Generic_IList_1: never;
|
|
676
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
677
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
|
|
678
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
679
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
680
|
+
readonly __tsonic_iface_System_Collections_IList: never;
|
|
681
|
+
readonly __tsonic_iface_System_Collections_Immutable_IImmutableList_1: never;
|
|
682
|
+
|
|
591
683
|
readonly Count: int;
|
|
592
684
|
readonly IsEmpty: boolean;
|
|
593
685
|
readonly [index: number]: T;
|
|
@@ -662,6 +754,15 @@ export type ImmutableList_1<T> = ImmutableList_1$instance<T> & __ImmutableList_1
|
|
|
662
754
|
|
|
663
755
|
|
|
664
756
|
export interface ImmutableList_1_Builder$instance<T> {
|
|
757
|
+
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
758
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
759
|
+
readonly __tsonic_iface_System_Collections_Generic_IList_1: never;
|
|
760
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
761
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
|
|
762
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
763
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
764
|
+
readonly __tsonic_iface_System_Collections_IList: never;
|
|
765
|
+
|
|
665
766
|
readonly Count: int;
|
|
666
767
|
[index: number]: T;
|
|
667
768
|
Add(item: T): void;
|
|
@@ -737,6 +838,10 @@ export type ImmutableList_1_Builder<T> = ImmutableList_1_Builder$instance<T> & _
|
|
|
737
838
|
|
|
738
839
|
|
|
739
840
|
export interface ImmutableQueue_1$instance<T> {
|
|
841
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
842
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
843
|
+
readonly __tsonic_iface_System_Collections_Immutable_IImmutableQueue_1: never;
|
|
844
|
+
|
|
740
845
|
readonly IsEmpty: boolean;
|
|
741
846
|
Clear(): ImmutableQueue_1<T>;
|
|
742
847
|
Dequeue(): ImmutableQueue_1<T>;
|
|
@@ -763,6 +868,16 @@ export type ImmutableQueue_1<T> = ImmutableQueue_1$instance<T> & __ImmutableQueu
|
|
|
763
868
|
|
|
764
869
|
|
|
765
870
|
export interface ImmutableSortedDictionary_2$instance<TKey, TValue> {
|
|
871
|
+
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
872
|
+
readonly __tsonic_iface_System_Collections_Generic_IDictionary_2: never;
|
|
873
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
874
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
875
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyDictionary_2: never;
|
|
876
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
877
|
+
readonly __tsonic_iface_System_Collections_IDictionary: never;
|
|
878
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
879
|
+
readonly __tsonic_iface_System_Collections_Immutable_IImmutableDictionary_2: never;
|
|
880
|
+
|
|
766
881
|
readonly Count: int;
|
|
767
882
|
readonly IsEmpty: boolean;
|
|
768
883
|
readonly Item: TValue;
|
|
@@ -811,6 +926,15 @@ export type ImmutableSortedDictionary_2<TKey, TValue> = ImmutableSortedDictionar
|
|
|
811
926
|
|
|
812
927
|
|
|
813
928
|
export interface ImmutableSortedDictionary_2_Builder$instance<TKey, TValue> {
|
|
929
|
+
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
930
|
+
readonly __tsonic_iface_System_Collections_Generic_IDictionary_2: never;
|
|
931
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
932
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
933
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyDictionary_2: never;
|
|
934
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
935
|
+
readonly __tsonic_iface_System_Collections_IDictionary: never;
|
|
936
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
937
|
+
|
|
814
938
|
readonly Count: int;
|
|
815
939
|
Item: TValue;
|
|
816
940
|
KeyComparer: IComparer_1<TKey>;
|
|
@@ -856,6 +980,18 @@ export type ImmutableSortedDictionary_2_Builder<TKey, TValue> = ImmutableSortedD
|
|
|
856
980
|
|
|
857
981
|
|
|
858
982
|
export interface ImmutableSortedSet_1$instance<T> {
|
|
983
|
+
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
984
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
985
|
+
readonly __tsonic_iface_System_Collections_Generic_IList_1: never;
|
|
986
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
987
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
|
|
988
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlySet_1: never;
|
|
989
|
+
readonly __tsonic_iface_System_Collections_Generic_ISet_1: never;
|
|
990
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
991
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
992
|
+
readonly __tsonic_iface_System_Collections_IList: never;
|
|
993
|
+
readonly __tsonic_iface_System_Collections_Immutable_IImmutableSet_1: never;
|
|
994
|
+
|
|
859
995
|
readonly Count: int;
|
|
860
996
|
readonly IsEmpty: boolean;
|
|
861
997
|
readonly [index: number]: T;
|
|
@@ -908,6 +1044,13 @@ export type ImmutableSortedSet_1<T> = ImmutableSortedSet_1$instance<T> & __Immut
|
|
|
908
1044
|
|
|
909
1045
|
|
|
910
1046
|
export interface ImmutableSortedSet_1_Builder$instance<T> {
|
|
1047
|
+
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
1048
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
1049
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
1050
|
+
readonly __tsonic_iface_System_Collections_Generic_ISet_1: never;
|
|
1051
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
1052
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1053
|
+
|
|
911
1054
|
readonly Count: int;
|
|
912
1055
|
readonly [index: number]: T;
|
|
913
1056
|
KeyComparer: IComparer_1<T>;
|
|
@@ -953,6 +1096,10 @@ export type ImmutableSortedSet_1_Builder<T> = ImmutableSortedSet_1_Builder$insta
|
|
|
953
1096
|
|
|
954
1097
|
|
|
955
1098
|
export interface ImmutableStack_1$instance<T> {
|
|
1099
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
1100
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1101
|
+
readonly __tsonic_iface_System_Collections_Immutable_IImmutableStack_1: never;
|
|
1102
|
+
|
|
956
1103
|
readonly IsEmpty: boolean;
|
|
957
1104
|
Clear(): ImmutableStack_1<T>;
|
|
958
1105
|
GetEnumerator(): ImmutableStack_1_Enumerator<T>;
|
|
@@ -21,6 +21,15 @@ 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_iface_System_Collections_Generic_ICollection_1: never;
|
|
25
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
26
|
+
readonly __tsonic_iface_System_Collections_Generic_IList_1: never;
|
|
27
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
28
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
|
|
29
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
30
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
31
|
+
readonly __tsonic_iface_System_Collections_IList: never;
|
|
32
|
+
|
|
24
33
|
readonly Count: int;
|
|
25
34
|
[index: number]: T;
|
|
26
35
|
Add(item: T): void;
|
|
@@ -59,6 +68,15 @@ export type Collection_1<T> = Collection_1$instance<T> & __Collection_1$views<T>
|
|
|
59
68
|
|
|
60
69
|
|
|
61
70
|
export interface KeyedCollection_2$instance<TKey, TItem> extends Collection_1$instance<TItem> {
|
|
71
|
+
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
72
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
73
|
+
readonly __tsonic_iface_System_Collections_Generic_IList_1: never;
|
|
74
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
75
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
|
|
76
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
77
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
78
|
+
readonly __tsonic_iface_System_Collections_IList: never;
|
|
79
|
+
|
|
62
80
|
readonly Comparer: IEqualityComparer_1<TKey>;
|
|
63
81
|
Add(item: TItem): void;
|
|
64
82
|
Add(value: unknown): int;
|
|
@@ -102,6 +120,17 @@ export type KeyedCollection_2<TKey, TItem> = KeyedCollection_2$instance<TKey, TI
|
|
|
102
120
|
|
|
103
121
|
|
|
104
122
|
export interface ObservableCollection_1$instance<T> extends Collection_1$instance<T>, INotifyCollectionChanged, INotifyPropertyChanged {
|
|
123
|
+
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
124
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
125
|
+
readonly __tsonic_iface_System_Collections_Generic_IList_1: never;
|
|
126
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
127
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
|
|
128
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
129
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
130
|
+
readonly __tsonic_iface_System_Collections_IList: never;
|
|
131
|
+
readonly __tsonic_iface_System_Collections_Specialized_INotifyCollectionChanged: never;
|
|
132
|
+
readonly __tsonic_iface_System_ComponentModel_INotifyPropertyChanged: never;
|
|
133
|
+
|
|
105
134
|
Add(item: T): void;
|
|
106
135
|
Add(value: unknown): int;
|
|
107
136
|
Clear(): void;
|
|
@@ -151,6 +180,15 @@ export type ObservableCollection_1<T> = ObservableCollection_1$instance<T> & __O
|
|
|
151
180
|
|
|
152
181
|
|
|
153
182
|
export interface ReadOnlyCollection_1$instance<T> {
|
|
183
|
+
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
184
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
185
|
+
readonly __tsonic_iface_System_Collections_Generic_IList_1: never;
|
|
186
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
187
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
|
|
188
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
189
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
190
|
+
readonly __tsonic_iface_System_Collections_IList: never;
|
|
191
|
+
|
|
154
192
|
readonly Count: int;
|
|
155
193
|
readonly [index: number]: T;
|
|
156
194
|
Contains(value: T): boolean;
|
|
@@ -180,6 +218,15 @@ export type ReadOnlyCollection_1<T> = ReadOnlyCollection_1$instance<T> & __ReadO
|
|
|
180
218
|
|
|
181
219
|
|
|
182
220
|
export interface ReadOnlyDictionary_2$instance<TKey, TValue> {
|
|
221
|
+
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
222
|
+
readonly __tsonic_iface_System_Collections_Generic_IDictionary_2: never;
|
|
223
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
224
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
225
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyDictionary_2: never;
|
|
226
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
227
|
+
readonly __tsonic_iface_System_Collections_IDictionary: never;
|
|
228
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
229
|
+
|
|
183
230
|
readonly Count: int;
|
|
184
231
|
readonly Item: TValue;
|
|
185
232
|
readonly Keys: ReadOnlyDictionary_2_KeyCollection<TKey, TValue>;
|
|
@@ -211,6 +258,12 @@ export type ReadOnlyDictionary_2<TKey, TValue> = ReadOnlyDictionary_2$instance<T
|
|
|
211
258
|
|
|
212
259
|
|
|
213
260
|
export interface ReadOnlyDictionary_2_KeyCollection$instance<TKey, TValue> {
|
|
261
|
+
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
262
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
263
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
264
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
265
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
266
|
+
|
|
214
267
|
readonly Count: int;
|
|
215
268
|
Contains(item: TKey): boolean;
|
|
216
269
|
CopyTo(array: TKey[], arrayIndex: int): void;
|
|
@@ -234,6 +287,12 @@ export type ReadOnlyDictionary_2_KeyCollection<TKey, TValue> = ReadOnlyDictionar
|
|
|
234
287
|
|
|
235
288
|
|
|
236
289
|
export interface ReadOnlyDictionary_2_ValueCollection$instance<TKey, TValue> {
|
|
290
|
+
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
291
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
292
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
293
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
294
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
295
|
+
|
|
237
296
|
readonly Count: int;
|
|
238
297
|
CopyTo(array: TValue[], arrayIndex: int): void;
|
|
239
298
|
GetEnumerator(): IEnumerator_1<TValue>;
|
|
@@ -256,6 +315,17 @@ export type ReadOnlyDictionary_2_ValueCollection<TKey, TValue> = ReadOnlyDiction
|
|
|
256
315
|
|
|
257
316
|
|
|
258
317
|
export interface ReadOnlyObservableCollection_1$instance<T> extends ReadOnlyCollection_1$instance<T>, INotifyCollectionChanged, INotifyPropertyChanged {
|
|
318
|
+
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
319
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
320
|
+
readonly __tsonic_iface_System_Collections_Generic_IList_1: never;
|
|
321
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
322
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
|
|
323
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
324
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
325
|
+
readonly __tsonic_iface_System_Collections_IList: never;
|
|
326
|
+
readonly __tsonic_iface_System_Collections_Specialized_INotifyCollectionChanged: never;
|
|
327
|
+
readonly __tsonic_iface_System_ComponentModel_INotifyPropertyChanged: never;
|
|
328
|
+
|
|
259
329
|
Add(item: T): void;
|
|
260
330
|
Add(value: unknown): int;
|
|
261
331
|
Clear(): void;
|
|
@@ -297,6 +367,14 @@ export type ReadOnlyObservableCollection_1<T> = ReadOnlyObservableCollection_1$i
|
|
|
297
367
|
|
|
298
368
|
|
|
299
369
|
export interface ReadOnlySet_1$instance<T> {
|
|
370
|
+
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
371
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
372
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
373
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlySet_1: never;
|
|
374
|
+
readonly __tsonic_iface_System_Collections_Generic_ISet_1: never;
|
|
375
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
376
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
377
|
+
|
|
300
378
|
readonly Count: int;
|
|
301
379
|
Contains(item: T): boolean;
|
|
302
380
|
GetEnumerator(): IEnumerator_1<T>;
|
|
@@ -27,12 +27,16 @@ export type NotifyCollectionChangedEventHandler = (sender: unknown, e: NotifyCol
|
|
|
27
27
|
|
|
28
28
|
|
|
29
29
|
export interface INotifyCollectionChanged$instance {
|
|
30
|
+
readonly __tsonic_iface_System_Collections_Specialized_INotifyCollectionChanged: never;
|
|
31
|
+
|
|
30
32
|
}
|
|
31
33
|
|
|
32
34
|
|
|
33
35
|
export type INotifyCollectionChanged = INotifyCollectionChanged$instance;
|
|
34
36
|
|
|
35
37
|
export interface IOrderedDictionary$instance extends IDictionary, ICollection, IEnumerable {
|
|
38
|
+
readonly __tsonic_iface_System_Collections_Specialized_IOrderedDictionary: never;
|
|
39
|
+
|
|
36
40
|
readonly Keys: ICollection;
|
|
37
41
|
readonly Values: ICollection;
|
|
38
42
|
readonly IsReadOnly: boolean;
|
|
@@ -60,6 +64,8 @@ export interface IOrderedDictionary$instance extends IDictionary, ICollection, I
|
|
|
60
64
|
export type IOrderedDictionary = IOrderedDictionary$instance;
|
|
61
65
|
|
|
62
66
|
export interface BitVector32$instance {
|
|
67
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
68
|
+
|
|
63
69
|
readonly Data: int;
|
|
64
70
|
Equals(o: unknown): boolean;
|
|
65
71
|
Equals(other: BitVector32): boolean;
|
|
@@ -94,6 +100,8 @@ export type BitVector32 = BitVector32$instance & __BitVector32$views;
|
|
|
94
100
|
|
|
95
101
|
|
|
96
102
|
export interface BitVector32_Section$instance {
|
|
103
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
104
|
+
|
|
97
105
|
readonly Mask: short;
|
|
98
106
|
readonly Offset: short;
|
|
99
107
|
Equals(o: unknown): boolean;
|
|
@@ -135,6 +143,10 @@ export const CollectionsUtil: {
|
|
|
135
143
|
export type CollectionsUtil = CollectionsUtil$instance;
|
|
136
144
|
|
|
137
145
|
export interface HybridDictionary$instance {
|
|
146
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
147
|
+
readonly __tsonic_iface_System_Collections_IDictionary: never;
|
|
148
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
149
|
+
|
|
138
150
|
readonly Count: int;
|
|
139
151
|
readonly IsFixedSize: boolean;
|
|
140
152
|
readonly IsReadOnly: boolean;
|
|
@@ -171,6 +183,10 @@ export type HybridDictionary = HybridDictionary$instance & __HybridDictionary$vi
|
|
|
171
183
|
|
|
172
184
|
|
|
173
185
|
export interface ListDictionary$instance {
|
|
186
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
187
|
+
readonly __tsonic_iface_System_Collections_IDictionary: never;
|
|
188
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
189
|
+
|
|
174
190
|
readonly Count: int;
|
|
175
191
|
readonly IsFixedSize: boolean;
|
|
176
192
|
readonly IsReadOnly: boolean;
|
|
@@ -219,6 +235,11 @@ export const ListDictionary_DictionaryNode: {
|
|
|
219
235
|
export type ListDictionary_DictionaryNode = ListDictionary_DictionaryNode$instance;
|
|
220
236
|
|
|
221
237
|
export interface NameObjectCollectionBase$instance {
|
|
238
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
239
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
240
|
+
readonly __tsonic_iface_System_Runtime_Serialization_IDeserializationCallback: never;
|
|
241
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
242
|
+
|
|
222
243
|
readonly Count: int;
|
|
223
244
|
readonly Keys: NameObjectCollectionBase_KeysCollection;
|
|
224
245
|
GetEnumerator(): IEnumerator;
|
|
@@ -244,6 +265,9 @@ export type NameObjectCollectionBase = NameObjectCollectionBase$instance & __Nam
|
|
|
244
265
|
|
|
245
266
|
|
|
246
267
|
export interface NameObjectCollectionBase_KeysCollection$instance {
|
|
268
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
269
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
270
|
+
|
|
247
271
|
readonly Count: int;
|
|
248
272
|
readonly [index: number]: string | undefined;
|
|
249
273
|
Get(index: int): string | undefined;
|
|
@@ -264,6 +288,11 @@ export type NameObjectCollectionBase_KeysCollection = NameObjectCollectionBase_K
|
|
|
264
288
|
|
|
265
289
|
|
|
266
290
|
export interface NameValueCollection$instance extends NameObjectCollectionBase$instance {
|
|
291
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
292
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
293
|
+
readonly __tsonic_iface_System_Runtime_Serialization_IDeserializationCallback: never;
|
|
294
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
295
|
+
|
|
267
296
|
readonly AllKeys: (string | undefined)[] | string[];
|
|
268
297
|
Add(c: NameValueCollection): void;
|
|
269
298
|
Add(name: string, value: string): void;
|
|
@@ -305,8 +334,6 @@ export interface __NameValueCollection$views {
|
|
|
305
334
|
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
306
335
|
}
|
|
307
336
|
|
|
308
|
-
export interface NameValueCollection$instance extends System_Collections_Internal.ICollection$instance {}
|
|
309
|
-
|
|
310
337
|
export type NameValueCollection = NameValueCollection$instance & __NameValueCollection$views;
|
|
311
338
|
|
|
312
339
|
|
|
@@ -337,6 +364,13 @@ export const NotifyCollectionChangedEventArgs: {
|
|
|
337
364
|
export type NotifyCollectionChangedEventArgs = NotifyCollectionChangedEventArgs$instance;
|
|
338
365
|
|
|
339
366
|
export interface OrderedDictionary$instance {
|
|
367
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
368
|
+
readonly __tsonic_iface_System_Collections_IDictionary: never;
|
|
369
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
370
|
+
readonly __tsonic_iface_System_Collections_Specialized_IOrderedDictionary: never;
|
|
371
|
+
readonly __tsonic_iface_System_Runtime_Serialization_IDeserializationCallback: never;
|
|
372
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
373
|
+
|
|
340
374
|
readonly Count: int;
|
|
341
375
|
readonly IsReadOnly: boolean;
|
|
342
376
|
readonly Keys: ICollection;
|
|
@@ -382,6 +416,10 @@ export type OrderedDictionary = OrderedDictionary$instance & __OrderedDictionary
|
|
|
382
416
|
|
|
383
417
|
|
|
384
418
|
export interface StringCollection$instance {
|
|
419
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
420
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
421
|
+
readonly __tsonic_iface_System_Collections_IList: never;
|
|
422
|
+
|
|
385
423
|
readonly Count: int;
|
|
386
424
|
readonly IsReadOnly: boolean;
|
|
387
425
|
readonly IsSynchronized: boolean;
|
|
@@ -415,6 +453,8 @@ export type StringCollection = StringCollection$instance & __StringCollection$vi
|
|
|
415
453
|
|
|
416
454
|
|
|
417
455
|
export interface StringDictionary$instance {
|
|
456
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
457
|
+
|
|
418
458
|
readonly Count: int;
|
|
419
459
|
readonly IsSynchronized: boolean;
|
|
420
460
|
[key: string]: string | undefined;
|
|
@@ -440,8 +480,6 @@ export interface __StringDictionary$views {
|
|
|
440
480
|
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
441
481
|
}
|
|
442
482
|
|
|
443
|
-
export interface StringDictionary$instance extends System_Collections_Internal.IEnumerable$instance {}
|
|
444
|
-
|
|
445
483
|
export type StringDictionary = StringDictionary$instance & __StringDictionary$views;
|
|
446
484
|
|
|
447
485
|
|