@tsonic/dotnet 0.5.2 → 0.6.0
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/Internal/internal/index.d.ts +5 -5
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +14 -14
- package/Microsoft.VisualBasic/bindings.json +28 -28
- package/Microsoft.VisualBasic/internal/index.d.ts +265 -265
- package/Microsoft.VisualBasic/internal/metadata.json +14 -14
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +202 -202
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +68 -66
- package/Microsoft.Win32/internal/index.d.ts +16 -14
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +18 -18
- package/README.md +39 -0
- package/System/bindings.json +138 -138
- package/System/internal/index.d.ts +4165 -3967
- package/System/internal/metadata.json +81 -487
- package/System.Buffers/internal/index.d.ts +60 -50
- package/System.Buffers.Binary/internal/index.d.ts +126 -126
- package/System.Buffers.Text/internal/index.d.ts +67 -67
- package/System.CodeDom.Compiler/internal/index.d.ts +35 -35
- package/System.Collections/internal/index.d.ts +199 -179
- package/System.Collections.Concurrent/internal/index.d.ts +61 -59
- package/System.Collections.Frozen/internal/index.d.ts +29 -29
- package/System.Collections.Frozen/internal/metadata.json +2 -16
- package/System.Collections.Generic/index.d.ts +1 -1
- package/System.Collections.Generic/internal/index.d.ts +382 -354
- package/System.Collections.Generic/internal/metadata.json +5 -54
- package/System.Collections.Immutable/internal/index.d.ts +321 -319
- package/System.Collections.Immutable/internal/metadata.json +5 -40
- package/System.Collections.ObjectModel/internal/index.d.ts +83 -79
- package/System.Collections.ObjectModel/internal/metadata.json +1 -36
- package/System.Collections.Specialized/internal/index.d.ts +104 -96
- package/System.ComponentModel/internal/index.d.ts +661 -631
- package/System.ComponentModel/internal/metadata.json +0 -7
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +60 -58
- package/System.ComponentModel.Design/bindings.json +2 -2
- package/System.ComponentModel.Design/internal/index.d.ts +207 -193
- package/System.ComponentModel.Design/internal/metadata.json +1 -1
- package/System.ComponentModel.Design.Serialization/index.d.ts +2 -2
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +103 -98
- package/System.Configuration.Assemblies/bindings.json +10 -10
- package/System.Configuration.Assemblies/internal/index.d.ts +5 -5
- package/System.Configuration.Assemblies/internal/metadata.json +5 -5
- package/System.Data/internal/index.d.ts +481 -453
- package/System.Data.Common/internal/index.d.ts +149 -121
- package/System.Data.SqlTypes/bindings.json +2 -2
- package/System.Data.SqlTypes/internal/index.d.ts +331 -299
- package/System.Data.SqlTypes/internal/metadata.json +1 -1
- package/System.Diagnostics/bindings.json +6 -6
- package/System.Diagnostics/internal/index.d.ts +333 -313
- package/System.Diagnostics/internal/metadata.json +3 -10
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +16 -16
- package/System.Diagnostics.Contracts/internal/index.d.ts +21 -21
- package/System.Diagnostics.Metrics/internal/index.d.ts +81 -75
- package/System.Diagnostics.SymbolStore/bindings.json +6 -6
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +72 -72
- package/System.Diagnostics.SymbolStore/internal/metadata.json +3 -3
- package/System.Diagnostics.Tracing/internal/index.d.ts +24 -18
- package/System.Drawing/bindings.json +24 -24
- package/System.Drawing/internal/index.d.ts +281 -281
- package/System.Drawing/internal/metadata.json +12 -12
- package/System.Dynamic/internal/index.d.ts +46 -42
- package/System.Formats.Asn1/bindings.json +12 -12
- package/System.Formats.Asn1/internal/index.d.ts +50 -48
- package/System.Formats.Asn1/internal/metadata.json +6 -6
- package/System.Formats.Tar/bindings.json +2 -2
- package/System.Formats.Tar/internal/index.d.ts +17 -13
- package/System.Formats.Tar/internal/metadata.json +1 -1
- package/System.Globalization/bindings.json +8 -8
- package/System.Globalization/internal/index.d.ts +177 -163
- package/System.Globalization/internal/metadata.json +4 -4
- package/System.IO/internal/index.d.ts +457 -439
- package/System.IO.Compression/internal/index.d.ts +78 -72
- package/System.IO.Enumeration/internal/index.d.ts +22 -22
- package/System.IO.IsolatedStorage/internal/index.d.ts +26 -24
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +22 -20
- package/System.IO.Pipelines/internal/index.d.ts +15 -13
- package/System.IO.Pipes/internal/index.d.ts +23 -23
- package/System.Linq/internal/index.d.ts +853 -845
- package/System.Linq/internal/metadata.json +0 -17
- package/System.Linq.Expressions/internal/index.d.ts +354 -340
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -2
- package/System.Net/bindings.json +2 -2
- package/System.Net/internal/index.d.ts +351 -317
- package/System.Net/internal/metadata.json +1 -1
- package/System.Net.Http/internal/index.d.ts +64 -54
- package/System.Net.Http.Headers/bindings.json +2 -2
- package/System.Net.Http.Headers/internal/index.d.ts +139 -99
- package/System.Net.Http.Headers/internal/metadata.json +1 -1
- package/System.Net.Http.Json/internal/index.d.ts +63 -63
- package/System.Net.Http.Metrics/internal/index.d.ts +2 -2
- package/System.Net.Mail/bindings.json +2 -2
- package/System.Net.Mail/internal/index.d.ts +90 -78
- package/System.Net.Mail/internal/metadata.json +4 -32
- package/System.Net.Mime/internal/index.d.ts +51 -51
- package/System.Net.NetworkInformation/internal/index.d.ts +59 -57
- package/System.Net.Quic/internal/index.d.ts +15 -11
- package/System.Net.Security/bindings.json +674 -674
- package/System.Net.Security/internal/index.d.ts +396 -394
- package/System.Net.Security/internal/metadata.json +337 -337
- package/System.Net.ServerSentEvents/internal/index.d.ts +10 -10
- package/System.Net.Sockets/bindings.json +10 -10
- package/System.Net.Sockets/internal/index.d.ts +100 -90
- package/System.Net.Sockets/internal/metadata.json +5 -5
- package/System.Net.WebSockets/internal/index.d.ts +21 -19
- package/System.Numerics/bindings.json +110 -110
- package/System.Numerics/internal/index.d.ts +1057 -1039
- package/System.Numerics/internal/metadata.json +55 -89
- package/System.Reflection/bindings.json +25 -25
- package/System.Reflection/internal/index.d.ts +336 -316
- package/System.Reflection/internal/metadata.json +12 -12
- package/System.Reflection.Emit/bindings.json +307 -307
- package/System.Reflection.Emit/internal/index.d.ts +242 -236
- package/System.Reflection.Emit/internal/metadata.json +152 -152
- package/System.Reflection.Metadata/bindings.json +272 -272
- package/System.Reflection.Metadata/internal/index.d.ts +448 -438
- package/System.Reflection.Metadata/internal/metadata.json +164 -360
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +91 -91
- package/System.Reflection.PortableExecutable/bindings.json +26 -26
- package/System.Reflection.PortableExecutable/internal/index.d.ts +22 -20
- package/System.Reflection.PortableExecutable/internal/metadata.json +13 -13
- package/System.Resources/internal/index.d.ts +30 -24
- package/System.Runtime/internal/index.d.ts +20 -16
- package/System.Runtime.CompilerServices/bindings.json +4 -4
- package/System.Runtime.CompilerServices/internal/index.d.ts +233 -209
- package/System.Runtime.CompilerServices/internal/metadata.json +2 -2
- package/System.Runtime.ExceptionServices/internal/index.d.ts +6 -6
- package/System.Runtime.InteropServices/bindings.json +146 -146
- package/System.Runtime.InteropServices/internal/index.d.ts +604 -586
- package/System.Runtime.InteropServices/internal/metadata.json +73 -130
- package/System.Runtime.InteropServices.ComTypes/bindings.json +252 -252
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +296 -292
- package/System.Runtime.InteropServices.ComTypes/internal/metadata.json +126 -126
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +12 -12
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +60 -58
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +102 -94
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +9 -9
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +1 -1
- package/System.Runtime.Intrinsics/internal/index.d.ts +1252 -1244
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +9662 -9662
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +471 -471
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +16033 -16033
- package/System.Runtime.Loader/internal/index.d.ts +9 -7
- package/System.Runtime.Remoting/internal/index.d.ts +2 -2
- package/System.Runtime.Serialization/internal/index.d.ts +179 -171
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +5 -5
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +2 -2
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +5 -3
- package/System.Runtime.Serialization.Json/internal/index.d.ts +27 -27
- package/System.Runtime.Versioning/internal/index.d.ts +4 -4
- package/System.Security/internal/index.d.ts +45 -39
- package/System.Security.AccessControl/internal/index.d.ts +28 -26
- package/System.Security.Authentication/internal/index.d.ts +2 -2
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +11 -7
- package/System.Security.Claims/internal/index.d.ts +94 -90
- package/System.Security.Cryptography/bindings.json +111 -111
- package/System.Security.Cryptography/internal/index.d.ts +842 -794
- package/System.Security.Cryptography/internal/metadata.json +52 -59
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +121 -113
- package/System.Security.Policy/internal/index.d.ts +6 -6
- package/System.Security.Principal/internal/index.d.ts +36 -30
- package/System.Text/bindings.json +28 -28
- package/System.Text/internal/index.d.ts +325 -319
- package/System.Text/internal/metadata.json +4 -4
- package/System.Text.Encodings.Web/internal/index.d.ts +18 -18
- package/System.Text.Json/internal/index.d.ts +184 -180
- package/System.Text.Json.Nodes/internal/index.d.ts +54 -54
- package/System.Text.Json.Schema/internal/index.d.ts +3 -3
- package/System.Text.Json.Serialization/internal/index.d.ts +12 -12
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +85 -83
- package/System.Text.RegularExpressions/internal/index.d.ts +91 -89
- package/System.Text.RegularExpressions/internal/metadata.json +5 -40
- package/System.Text.Unicode/internal/index.d.ts +171 -171
- package/System.Threading/bindings.json +4 -4
- package/System.Threading/internal/index.d.ts +411 -377
- package/System.Threading/internal/metadata.json +2 -2
- package/System.Threading.Channels/internal/index.d.ts +8 -8
- package/System.Threading.Tasks/internal/index.d.ts +209 -205
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +106 -102
- package/System.Threading.Tasks.Dataflow/internal/metadata.json +0 -42
- package/System.Threading.Tasks.Sources/internal/index.d.ts +7 -7
- package/System.Timers/internal/index.d.ts +11 -9
- package/System.Transactions/internal/index.d.ts +83 -67
- package/System.Web/internal/index.d.ts +31 -31
- package/System.Windows.Input/internal/index.d.ts +2 -2
- package/System.Xml/bindings.json +35 -35
- package/System.Xml/internal/index.d.ts +343 -325
- package/System.Xml/internal/metadata.json +17 -17
- package/System.Xml.Linq/internal/index.d.ts +122 -110
- package/System.Xml.Resolvers/internal/index.d.ts +3 -3
- package/System.Xml.Schema/internal/index.d.ts +71 -71
- package/System.Xml.Serialization/internal/index.d.ts +120 -120
- package/System.Xml.XPath/internal/index.d.ts +40 -34
- package/System.Xml.Xsl/internal/index.d.ts +27 -27
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +99 -99
- package/__internal/extensions/index.d.ts +2294 -0
- package/package.json +1 -1
- package/internal/extensions/index.d.ts +0 -2280
|
@@ -54,27 +54,27 @@ export interface INotifyCollectionChanged$instance {
|
|
|
54
54
|
|
|
55
55
|
export type INotifyCollectionChanged = INotifyCollectionChanged$instance;
|
|
56
56
|
|
|
57
|
-
export interface IOrderedDictionary$instance {
|
|
58
|
-
readonly
|
|
59
|
-
readonly
|
|
60
|
-
readonly
|
|
61
|
-
readonly
|
|
62
|
-
readonly
|
|
63
|
-
readonly
|
|
64
|
-
readonly
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
get_Item(index: int):
|
|
70
|
-
get_Item(key:
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
set_Item(index: int, value:
|
|
77
|
-
set_Item(key:
|
|
57
|
+
export interface IOrderedDictionary$instance extends IDictionary, ICollection, IEnumerable {
|
|
58
|
+
readonly keys: ICollection;
|
|
59
|
+
readonly values: ICollection;
|
|
60
|
+
readonly isReadOnly: boolean;
|
|
61
|
+
readonly isFixedSize: boolean;
|
|
62
|
+
readonly count: int;
|
|
63
|
+
readonly syncRoot: unknown;
|
|
64
|
+
readonly isSynchronized: boolean;
|
|
65
|
+
add(key: unknown, value: unknown): void;
|
|
66
|
+
clear(): void;
|
|
67
|
+
contains(key: unknown): boolean;
|
|
68
|
+
copyTo(array: ClrArray, index: int): void;
|
|
69
|
+
get_Item(index: int): unknown;
|
|
70
|
+
get_Item(key: unknown): unknown;
|
|
71
|
+
getEnumerator(): IDictionaryEnumerator;
|
|
72
|
+
getEnumerator(): IEnumerator;
|
|
73
|
+
insert(index: int, key: unknown, value: unknown): void;
|
|
74
|
+
remove(key: unknown): void;
|
|
75
|
+
removeAt(index: int): void;
|
|
76
|
+
set_Item(index: int, value: unknown): void;
|
|
77
|
+
set_Item(key: unknown, value: unknown): void;
|
|
78
78
|
}
|
|
79
79
|
|
|
80
80
|
|
|
@@ -84,7 +84,7 @@ export class BitVector32$instance {
|
|
|
84
84
|
constructor(data: int);
|
|
85
85
|
constructor(value: BitVector32);
|
|
86
86
|
readonly data: int;
|
|
87
|
-
equals(o:
|
|
87
|
+
equals(o: unknown): boolean;
|
|
88
88
|
equals(other: BitVector32): boolean;
|
|
89
89
|
get_Item(bit: int): boolean;
|
|
90
90
|
get_Item(section: BitVector32_Section): int;
|
|
@@ -92,16 +92,16 @@ export class BitVector32$instance {
|
|
|
92
92
|
set_Item(bit: int, value: boolean): void;
|
|
93
93
|
set_Item(section: BitVector32_Section, value: int): void;
|
|
94
94
|
toString(): string;
|
|
95
|
-
static
|
|
96
|
-
static
|
|
97
|
-
static
|
|
98
|
-
static
|
|
99
|
-
static
|
|
95
|
+
static createMask(): int;
|
|
96
|
+
static createMask(previous: int): int;
|
|
97
|
+
static createSection2(maxValue: short, previous: BitVector32_Section): BitVector32_Section;
|
|
98
|
+
static createSection2(maxValue: short): BitVector32_Section;
|
|
99
|
+
static toString(value: BitVector32): string;
|
|
100
100
|
}
|
|
101
101
|
|
|
102
102
|
|
|
103
103
|
export interface __BitVector32$views {
|
|
104
|
-
|
|
104
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<BitVector32>;
|
|
105
105
|
|
|
106
106
|
// Structural method bridges for numeric interface constraints
|
|
107
107
|
Equals(other: BitVector32): boolean;
|
|
@@ -113,16 +113,16 @@ export type BitVector32 = BitVector32$instance & __BitVector32$views;
|
|
|
113
113
|
export class BitVector32_Section$instance {
|
|
114
114
|
readonly mask: short;
|
|
115
115
|
readonly offset: short;
|
|
116
|
-
equals(o:
|
|
116
|
+
equals(o: unknown): boolean;
|
|
117
117
|
equals(obj: BitVector32_Section): boolean;
|
|
118
118
|
getHashCode(): int;
|
|
119
119
|
toString(): string;
|
|
120
|
-
static
|
|
120
|
+
static toString(value: BitVector32_Section): string;
|
|
121
121
|
}
|
|
122
122
|
|
|
123
123
|
|
|
124
124
|
export interface __BitVector32_Section$views {
|
|
125
|
-
|
|
125
|
+
As_IEquatable_1(): System_Internal.IEquatable_1$instance<BitVector32_Section>;
|
|
126
126
|
|
|
127
127
|
// Structural method bridges for numeric interface constraints
|
|
128
128
|
Equals(other: BitVector32_Section): boolean;
|
|
@@ -133,10 +133,10 @@ export type BitVector32_Section = BitVector32_Section$instance & __BitVector32_S
|
|
|
133
133
|
|
|
134
134
|
export class CollectionsUtil$instance {
|
|
135
135
|
constructor();
|
|
136
|
-
static
|
|
137
|
-
static
|
|
138
|
-
static
|
|
139
|
-
static
|
|
136
|
+
static createCaseInsensitiveHashtable(): Hashtable;
|
|
137
|
+
static createCaseInsensitiveHashtable(d: IDictionary): Hashtable;
|
|
138
|
+
static createCaseInsensitiveHashtable(capacity: int): Hashtable;
|
|
139
|
+
static createCaseInsensitiveSortedList(): SortedList;
|
|
140
140
|
}
|
|
141
141
|
|
|
142
142
|
|
|
@@ -151,23 +151,23 @@ export class HybridDictionary$instance {
|
|
|
151
151
|
readonly isFixedSize: boolean;
|
|
152
152
|
readonly isReadOnly: boolean;
|
|
153
153
|
readonly isSynchronized: boolean;
|
|
154
|
-
item:
|
|
154
|
+
item: unknown;
|
|
155
155
|
readonly keys: ICollection;
|
|
156
|
-
readonly syncRoot:
|
|
156
|
+
readonly syncRoot: unknown;
|
|
157
157
|
readonly values: ICollection;
|
|
158
|
-
add(key:
|
|
158
|
+
add(key: unknown, value: unknown): void;
|
|
159
159
|
clear(): void;
|
|
160
|
-
contains(key:
|
|
160
|
+
contains(key: unknown): boolean;
|
|
161
161
|
copyTo(array: ClrArray, index: int): void;
|
|
162
162
|
getEnumerator(): IDictionaryEnumerator;
|
|
163
|
-
remove(key:
|
|
163
|
+
remove(key: unknown): void;
|
|
164
164
|
}
|
|
165
165
|
|
|
166
166
|
|
|
167
167
|
export interface __HybridDictionary$views {
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
168
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
169
|
+
As_IDictionary(): System_Collections_Internal.IDictionary$instance;
|
|
170
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
171
171
|
}
|
|
172
172
|
|
|
173
173
|
export type HybridDictionary = HybridDictionary$instance & __HybridDictionary$views;
|
|
@@ -180,23 +180,23 @@ export class ListDictionary$instance {
|
|
|
180
180
|
readonly isFixedSize: boolean;
|
|
181
181
|
readonly isReadOnly: boolean;
|
|
182
182
|
readonly isSynchronized: boolean;
|
|
183
|
-
item:
|
|
183
|
+
item: unknown;
|
|
184
184
|
readonly keys: ICollection;
|
|
185
|
-
readonly syncRoot:
|
|
185
|
+
readonly syncRoot: unknown;
|
|
186
186
|
readonly values: ICollection;
|
|
187
|
-
add(key:
|
|
187
|
+
add(key: unknown, value: unknown): void;
|
|
188
188
|
clear(): void;
|
|
189
|
-
contains(key:
|
|
189
|
+
contains(key: unknown): boolean;
|
|
190
190
|
copyTo(array: ClrArray, index: int): void;
|
|
191
191
|
getEnumerator(): IDictionaryEnumerator;
|
|
192
|
-
remove(key:
|
|
192
|
+
remove(key: unknown): void;
|
|
193
193
|
}
|
|
194
194
|
|
|
195
195
|
|
|
196
196
|
export interface __ListDictionary$views {
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
197
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
198
|
+
As_IDictionary(): System_Collections_Internal.IDictionary$instance;
|
|
199
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
200
200
|
}
|
|
201
201
|
|
|
202
202
|
export type ListDictionary = ListDictionary$instance & __ListDictionary$views;
|
|
@@ -204,8 +204,8 @@ export type ListDictionary = ListDictionary$instance & __ListDictionary$views;
|
|
|
204
204
|
|
|
205
205
|
export class ListDictionary_DictionaryNode$instance {
|
|
206
206
|
constructor();
|
|
207
|
-
key:
|
|
208
|
-
value:
|
|
207
|
+
key: unknown;
|
|
208
|
+
value: unknown;
|
|
209
209
|
next: ListDictionary_DictionaryNode;
|
|
210
210
|
}
|
|
211
211
|
|
|
@@ -217,17 +217,19 @@ export abstract class NameObjectCollectionBase$instance {
|
|
|
217
217
|
readonly keys: NameObjectCollectionBase_KeysCollection;
|
|
218
218
|
getEnumerator(): IEnumerator;
|
|
219
219
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
220
|
-
onDeserialization(sender:
|
|
220
|
+
onDeserialization(sender: unknown): void;
|
|
221
221
|
}
|
|
222
222
|
|
|
223
223
|
|
|
224
224
|
export interface __NameObjectCollectionBase$views {
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
225
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
226
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
227
|
+
As_IDeserializationCallback(): System_Runtime_Serialization_Internal.IDeserializationCallback$instance;
|
|
228
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
229
229
|
}
|
|
230
230
|
|
|
231
|
+
export interface NameObjectCollectionBase$instance extends System_Runtime_Serialization_Internal.IDeserializationCallback$instance, System_Runtime_Serialization_Internal.ISerializable$instance {}
|
|
232
|
+
|
|
231
233
|
export type NameObjectCollectionBase = NameObjectCollectionBase$instance & __NameObjectCollectionBase$views;
|
|
232
234
|
|
|
233
235
|
|
|
@@ -240,8 +242,8 @@ export class NameObjectCollectionBase_KeysCollection$instance {
|
|
|
240
242
|
|
|
241
243
|
|
|
242
244
|
export interface __NameObjectCollectionBase_KeysCollection$views {
|
|
243
|
-
|
|
244
|
-
|
|
245
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
246
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
245
247
|
}
|
|
246
248
|
|
|
247
249
|
export type NameObjectCollectionBase_KeysCollection = NameObjectCollectionBase_KeysCollection$instance & __NameObjectCollectionBase_KeysCollection$views;
|
|
@@ -271,7 +273,7 @@ export class NameValueCollection$instance extends NameObjectCollectionBase$insta
|
|
|
271
273
|
getValues(name: string): string[];
|
|
272
274
|
getValues(index: int): string[];
|
|
273
275
|
hasKeys(): boolean;
|
|
274
|
-
onDeserialization(sender:
|
|
276
|
+
onDeserialization(sender: unknown): void;
|
|
275
277
|
remove(name: string): void;
|
|
276
278
|
set_(name: string, value: string): void;
|
|
277
279
|
set_Item(name: string, value: string): void;
|
|
@@ -279,26 +281,28 @@ export class NameValueCollection$instance extends NameObjectCollectionBase$insta
|
|
|
279
281
|
|
|
280
282
|
|
|
281
283
|
export interface __NameValueCollection$views {
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
284
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
285
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
286
|
+
As_IDeserializationCallback(): System_Runtime_Serialization_Internal.IDeserializationCallback$instance;
|
|
287
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
286
288
|
}
|
|
287
289
|
|
|
290
|
+
export interface NameValueCollection$instance extends System_Collections_Internal.ICollection$instance {}
|
|
291
|
+
|
|
288
292
|
export type NameValueCollection = NameValueCollection$instance & __NameValueCollection$views;
|
|
289
293
|
|
|
290
294
|
|
|
291
295
|
export class NotifyCollectionChangedEventArgs$instance extends System_Internal.EventArgs$instance {
|
|
292
296
|
constructor(action: NotifyCollectionChangedAction);
|
|
293
|
-
constructor(action: NotifyCollectionChangedAction, changedItem:
|
|
294
|
-
constructor(action: NotifyCollectionChangedAction, changedItem:
|
|
297
|
+
constructor(action: NotifyCollectionChangedAction, changedItem: unknown);
|
|
298
|
+
constructor(action: NotifyCollectionChangedAction, changedItem: unknown, index: int);
|
|
295
299
|
constructor(action: NotifyCollectionChangedAction, changedItems: IList);
|
|
296
300
|
constructor(action: NotifyCollectionChangedAction, changedItems: IList, startingIndex: int);
|
|
297
|
-
constructor(action: NotifyCollectionChangedAction, newItem:
|
|
298
|
-
constructor(action: NotifyCollectionChangedAction, newItem:
|
|
301
|
+
constructor(action: NotifyCollectionChangedAction, newItem: unknown, oldItem: unknown);
|
|
302
|
+
constructor(action: NotifyCollectionChangedAction, newItem: unknown, oldItem: unknown, index: int);
|
|
299
303
|
constructor(action: NotifyCollectionChangedAction, newItems: IList, oldItems: IList);
|
|
300
304
|
constructor(action: NotifyCollectionChangedAction, newItems: IList, oldItems: IList, startingIndex: int);
|
|
301
|
-
constructor(action: NotifyCollectionChangedAction, changedItem:
|
|
305
|
+
constructor(action: NotifyCollectionChangedAction, changedItem: unknown, index: int, oldIndex: int);
|
|
302
306
|
constructor(action: NotifyCollectionChangedAction, changedItems: IList, index: int, oldIndex: int);
|
|
303
307
|
readonly action: NotifyCollectionChangedAction;
|
|
304
308
|
readonly newItems: IList;
|
|
@@ -311,18 +315,18 @@ export class NotifyCollectionChangedEventArgs$instance extends System_Internal.E
|
|
|
311
315
|
export type NotifyCollectionChangedEventArgs = NotifyCollectionChangedEventArgs$instance;
|
|
312
316
|
|
|
313
317
|
export class NotifyCollectionChangedEventHandler$instance extends Function {
|
|
314
|
-
constructor(object_:
|
|
315
|
-
beginInvoke(sender:
|
|
316
|
-
clone():
|
|
318
|
+
constructor(object_: unknown, method: nint);
|
|
319
|
+
beginInvoke(sender: unknown, e: NotifyCollectionChangedEventArgs, callback: AsyncCallback, object_: unknown): IAsyncResult;
|
|
320
|
+
clone(): unknown;
|
|
317
321
|
endInvoke(result: IAsyncResult): void;
|
|
318
322
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
319
|
-
invoke(sender:
|
|
323
|
+
invoke(sender: unknown, e: NotifyCollectionChangedEventArgs): void;
|
|
320
324
|
}
|
|
321
325
|
|
|
322
326
|
|
|
323
327
|
export interface __NotifyCollectionChangedEventHandler$views {
|
|
324
|
-
|
|
325
|
-
|
|
328
|
+
As_ICloneable(): System_Internal.ICloneable$instance;
|
|
329
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
326
330
|
}
|
|
327
331
|
|
|
328
332
|
export type NotifyCollectionChangedEventHandler = NotifyCollectionChangedEventHandler$instance & __NotifyCollectionChangedEventHandler$views;
|
|
@@ -337,32 +341,34 @@ export class OrderedDictionary$instance {
|
|
|
337
341
|
readonly isReadOnly: boolean;
|
|
338
342
|
readonly keys: ICollection;
|
|
339
343
|
readonly values: ICollection;
|
|
340
|
-
add(key:
|
|
344
|
+
add(key: unknown, value: unknown): void;
|
|
341
345
|
asReadOnly(): OrderedDictionary;
|
|
342
346
|
clear(): void;
|
|
343
|
-
contains(key:
|
|
347
|
+
contains(key: unknown): boolean;
|
|
344
348
|
copyTo(array: ClrArray, index: int): void;
|
|
345
|
-
get_Item(index: int):
|
|
346
|
-
get_Item(key:
|
|
349
|
+
get_Item(index: int): unknown;
|
|
350
|
+
get_Item(key: unknown): unknown;
|
|
347
351
|
getEnumerator(): IDictionaryEnumerator;
|
|
348
352
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
349
|
-
insert(index: int, key:
|
|
350
|
-
remove(key:
|
|
353
|
+
insert(index: int, key: unknown, value: unknown): void;
|
|
354
|
+
remove(key: unknown): void;
|
|
351
355
|
removeAt(index: int): void;
|
|
352
|
-
set_Item(index: int, value:
|
|
353
|
-
set_Item(key:
|
|
356
|
+
set_Item(index: int, value: unknown): void;
|
|
357
|
+
set_Item(key: unknown, value: unknown): void;
|
|
354
358
|
}
|
|
355
359
|
|
|
356
360
|
|
|
357
361
|
export interface __OrderedDictionary$views {
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
362
|
+
As_IOrderedDictionary(): IOrderedDictionary$instance;
|
|
363
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
364
|
+
As_IDictionary(): System_Collections_Internal.IDictionary$instance;
|
|
365
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
366
|
+
As_IDeserializationCallback(): System_Runtime_Serialization_Internal.IDeserializationCallback$instance;
|
|
367
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
364
368
|
}
|
|
365
369
|
|
|
370
|
+
export interface OrderedDictionary$instance extends System_Runtime_Serialization_Internal.IDeserializationCallback$instance, System_Runtime_Serialization_Internal.ISerializable$instance {}
|
|
371
|
+
|
|
366
372
|
export type OrderedDictionary = OrderedDictionary$instance & __OrderedDictionary$views;
|
|
367
373
|
|
|
368
374
|
|
|
@@ -372,7 +378,7 @@ export class StringCollection$instance {
|
|
|
372
378
|
readonly isReadOnly: boolean;
|
|
373
379
|
readonly isSynchronized: boolean;
|
|
374
380
|
item: string;
|
|
375
|
-
readonly syncRoot:
|
|
381
|
+
readonly syncRoot: unknown;
|
|
376
382
|
add(value: string): int;
|
|
377
383
|
addRange(value: string[]): void;
|
|
378
384
|
clear(): void;
|
|
@@ -387,9 +393,9 @@ export class StringCollection$instance {
|
|
|
387
393
|
|
|
388
394
|
|
|
389
395
|
export interface __StringCollection$views {
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
396
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
397
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
398
|
+
As_IList(): System_Collections_Internal.IList$instance;
|
|
393
399
|
}
|
|
394
400
|
|
|
395
401
|
export type StringCollection = StringCollection$instance & __StringCollection$views;
|
|
@@ -401,7 +407,7 @@ export class StringDictionary$instance {
|
|
|
401
407
|
readonly isSynchronized: boolean;
|
|
402
408
|
item: string;
|
|
403
409
|
readonly keys: ICollection;
|
|
404
|
-
readonly syncRoot:
|
|
410
|
+
readonly syncRoot: unknown;
|
|
405
411
|
readonly values: ICollection;
|
|
406
412
|
add(key: string, value: string): void;
|
|
407
413
|
clear(): void;
|
|
@@ -414,9 +420,11 @@ export class StringDictionary$instance {
|
|
|
414
420
|
|
|
415
421
|
|
|
416
422
|
export interface __StringDictionary$views {
|
|
417
|
-
|
|
423
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
418
424
|
}
|
|
419
425
|
|
|
426
|
+
export interface StringDictionary$instance extends System_Collections_Internal.IEnumerable$instance {}
|
|
427
|
+
|
|
420
428
|
export type StringDictionary = StringDictionary$instance & __StringDictionary$views;
|
|
421
429
|
|
|
422
430
|
|