@tsonic/dotnet 10.0.39 → 10.0.41
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 +4 -3
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +19 -18
- package/Microsoft.VisualBasic/internal/index.d.ts +52 -54
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +117 -119
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +3 -2
- package/Microsoft.Win32/internal/index.d.ts +19 -18
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +3 -2
- package/README.md +76 -104
- package/System/bindings.json +1520 -2039
- package/System/internal/index.d.ts +1549 -1602
- package/System.Buffers/bindings.json +12 -3
- package/System.Buffers/internal/index.d.ts +12 -14
- package/System.Buffers.Binary/internal/index.d.ts +2 -4
- package/System.Buffers.Text/internal/index.d.ts +2 -4
- package/System.CodeDom.Compiler/internal/index.d.ts +32 -31
- package/System.Collections/internal/index.d.ts +129 -131
- package/System.Collections.Concurrent/bindings.json +218 -218
- package/System.Collections.Concurrent/internal/index.d.ts +34 -36
- package/System.Collections.Frozen/bindings.json +413 -611
- package/System.Collections.Frozen/internal/index.d.ts +81 -97
- package/System.Collections.Frozen.d.ts +14 -2
- package/System.Collections.Generic/bindings.json +9420 -14155
- package/System.Collections.Generic/internal/index.d.ts +547 -758
- package/System.Collections.Generic.d.ts +1 -1
- package/System.Collections.Immutable/bindings.json +6000 -9080
- package/System.Collections.Immutable/internal/index.d.ts +265 -354
- package/System.Collections.Immutable.d.ts +49 -12
- package/System.Collections.ObjectModel/bindings.json +132 -654
- package/System.Collections.ObjectModel/internal/index.d.ts +10 -30
- package/System.Collections.Specialized/bindings.json +0 -123
- package/System.Collections.Specialized/internal/index.d.ts +88 -101
- package/System.ComponentModel/bindings.json +163 -102
- package/System.ComponentModel/internal/index.d.ts +618 -608
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +133 -132
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +8 -7
- package/System.ComponentModel.Design/bindings.json +22 -292
- package/System.ComponentModel.Design/internal/index.d.ts +101 -109
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +61 -60
- package/System.ComponentModel.d.ts +1 -0
- package/System.Configuration.Assemblies/internal/index.d.ts +3 -2
- package/System.Data/bindings.json +4 -1
- package/System.Data/internal/index.d.ts +351 -350
- package/System.Data.Common/internal/index.d.ts +151 -152
- package/System.Data.SqlTypes/internal/index.d.ts +68 -67
- package/System.Diagnostics/bindings.json +7044 -7249
- package/System.Diagnostics/internal/index.d.ts +446 -461
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +44 -43
- package/System.Diagnostics.Contracts/internal/index.d.ts +16 -18
- package/System.Diagnostics.Metrics/internal/index.d.ts +92 -94
- package/System.Diagnostics.Metrics.d.ts +1 -1
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +12 -11
- package/System.Diagnostics.Tracing/bindings.json +81 -21
- package/System.Diagnostics.Tracing/internal/index.d.ts +69 -56
- package/System.Diagnostics.Tracing.d.ts +2 -1
- package/System.Drawing/internal/index.d.ts +76 -75
- package/System.Dynamic/internal/index.d.ts +55 -57
- package/System.Formats.Asn1/bindings.json +48 -69
- package/System.Formats.Asn1/internal/index.d.ts +21 -28
- package/System.Formats.Tar/internal/index.d.ts +8 -7
- package/System.Globalization/internal/index.d.ts +40 -42
- package/System.IO/internal/index.d.ts +187 -189
- package/System.IO.Compression/internal/index.d.ts +29 -31
- package/System.IO.Enumeration/bindings.json +250 -250
- package/System.IO.Enumeration/internal/index.d.ts +15 -17
- package/System.IO.IsolatedStorage/internal/index.d.ts +19 -18
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +11 -10
- package/System.IO.Pipelines/internal/index.d.ts +15 -17
- package/System.IO.Pipes/internal/index.d.ts +8 -7
- package/System.Linq/internal/index.d.ts +223 -225
- package/System.Linq.Expressions/internal/index.d.ts +205 -207
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +5 -4
- package/System.Net/bindings.json +104 -104
- package/System.Net/internal/index.d.ts +279 -281
- package/System.Net.Cache/internal/index.d.ts +3 -2
- package/System.Net.Http/internal/index.d.ts +128 -130
- package/System.Net.Http.Headers/bindings.json +0 -204
- package/System.Net.Http.Headers/internal/index.d.ts +111 -127
- package/System.Net.Http.Json/internal/index.d.ts +67 -69
- package/System.Net.Http.Metrics/internal/index.d.ts +6 -5
- package/System.Net.Mail/internal/index.d.ts +76 -78
- package/System.Net.Mime/internal/index.d.ts +11 -10
- package/System.Net.NetworkInformation/internal/index.d.ts +30 -32
- package/System.Net.Quic/internal/index.d.ts +10 -9
- package/System.Net.Security/internal/index.d.ts +87 -89
- package/System.Net.ServerSentEvents/internal/index.d.ts +6 -5
- package/System.Net.Sockets/internal/index.d.ts +91 -93
- package/System.Net.WebSockets/internal/index.d.ts +47 -46
- package/System.Numerics/bindings.json +544 -116
- package/System.Numerics/internal/index.d.ts +110 -112
- package/System.Reflection/internal/index.d.ts +270 -272
- package/System.Reflection.Emit/internal/index.d.ts +114 -116
- package/System.Reflection.Metadata/bindings.json +166 -3169
- package/System.Reflection.Metadata/internal/index.d.ts +154 -361
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +13 -15
- package/System.Reflection.PortableExecutable/bindings.json +58 -0
- package/System.Reflection.PortableExecutable/internal/index.d.ts +24 -11
- package/System.Reflection.PortableExecutable.d.ts +1 -0
- package/System.Resources/internal/index.d.ts +33 -35
- package/System.Runtime/internal/index.d.ts +12 -11
- package/System.Runtime.CompilerServices/bindings.json +519 -717
- package/System.Runtime.CompilerServices/internal/index.d.ts +113 -137
- package/System.Runtime.CompilerServices.d.ts +14 -4
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +3 -2
- package/System.Runtime.ExceptionServices/internal/index.d.ts +4 -3
- package/System.Runtime.InteropServices/bindings.json +101 -101
- package/System.Runtime.InteropServices/internal/index.d.ts +234 -236
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +34 -36
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +4 -6
- package/System.Runtime.InteropServices.JavaScript/bindings.json +328 -328
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +67 -69
- package/System.Runtime.InteropServices.JavaScript.d.ts +8 -26
- package/System.Runtime.InteropServices.Marshalling/bindings.json +2619 -2619
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +308 -310
- package/System.Runtime.InteropServices.ObjectiveC/bindings.json +141 -141
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +17 -19
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +4 -6
- package/System.Runtime.InteropServices.Swift.d.ts +1 -1
- package/System.Runtime.Intrinsics/bindings.json +64 -16
- package/System.Runtime.Intrinsics/internal/index.d.ts +22 -24
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +12 -13
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +2 -4
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +42 -41
- package/System.Runtime.Loader/bindings.json +48 -69
- package/System.Runtime.Loader/internal/index.d.ts +30 -34
- package/System.Runtime.Remoting/internal/index.d.ts +5 -4
- package/System.Runtime.Serialization/internal/index.d.ts +175 -177
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +29 -31
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +7 -6
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +10 -9
- package/System.Runtime.Serialization.Json/internal/index.d.ts +37 -36
- package/System.Runtime.Versioning/internal/index.d.ts +20 -19
- package/System.Security/internal/index.d.ts +64 -66
- package/System.Security.AccessControl/bindings.json +104 -0
- package/System.Security.AccessControl/internal/index.d.ts +59 -58
- package/System.Security.AccessControl.d.ts +6 -5
- package/System.Security.Authentication/internal/index.d.ts +7 -6
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +12 -11
- package/System.Security.Claims/internal/index.d.ts +45 -44
- package/System.Security.Cryptography/bindings.json +469 -469
- package/System.Security.Cryptography/internal/index.d.ts +269 -271
- package/System.Security.Cryptography.X509Certificates/bindings.json +0 -62
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +98 -105
- package/System.Security.Permissions/internal/index.d.ts +5 -4
- package/System.Security.Policy/internal/index.d.ts +11 -10
- package/System.Security.Principal/internal/index.d.ts +28 -27
- package/System.Text/bindings.json +1562 -1562
- package/System.Text/internal/index.d.ts +119 -121
- package/System.Text.Encodings.Web/internal/index.d.ts +2 -4
- package/System.Text.Json/bindings.json +0 -290
- package/System.Text.Json/internal/index.d.ts +135 -153
- package/System.Text.Json.Nodes/internal/index.d.ts +60 -62
- package/System.Text.Json.Schema/internal/index.d.ts +9 -8
- package/System.Text.Json.Serialization/internal/index.d.ts +32 -34
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +86 -85
- package/System.Text.Json.Serialization.d.ts +1 -1
- package/System.Text.RegularExpressions/bindings.json +198 -402
- package/System.Text.RegularExpressions/internal/index.d.ts +48 -64
- package/System.Text.Unicode/bindings.json +508 -508
- package/System.Text.Unicode/internal/index.d.ts +29 -31
- package/System.Threading/bindings.json +42 -42
- package/System.Threading/internal/index.d.ts +157 -159
- package/System.Threading.Channels/internal/index.d.ts +10 -12
- package/System.Threading.Tasks/bindings.json +4 -1
- package/System.Threading.Tasks/internal/index.d.ts +115 -114
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +32 -33
- package/System.Threading.Tasks.Sources/internal/index.d.ts +6 -5
- package/System.Timers/internal/index.d.ts +8 -7
- package/System.Transactions/internal/index.d.ts +31 -30
- package/System.Web/internal/index.d.ts +32 -31
- package/System.Windows.Input/internal/index.d.ts +5 -4
- package/System.Windows.Markup/internal/index.d.ts +3 -2
- package/System.Xml/internal/index.d.ts +383 -385
- package/System.Xml.Linq/internal/index.d.ts +103 -102
- package/System.Xml.Resolvers/internal/index.d.ts +10 -9
- package/System.Xml.Schema/bindings.json +76 -76
- package/System.Xml.Schema/internal/index.d.ts +233 -232
- package/System.Xml.Serialization/bindings.json +193 -0
- package/System.Xml.Serialization/internal/index.d.ts +277 -245
- package/System.Xml.Serialization.d.ts +2 -0
- package/System.Xml.XPath/internal/index.d.ts +46 -45
- package/System.Xml.Xsl/internal/index.d.ts +53 -52
- package/System.Xml.Xsl.Runtime/bindings.json +4 -1
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +35 -37
- package/System.d.ts +2 -2
- package/__internal/extensions/index.d.ts +517 -515
- package/families.json +63 -7
- package/package.json +2 -2
|
@@ -2,11 +2,9 @@
|
|
|
2
2
|
// Namespace: System.Collections.ObjectModel
|
|
3
3
|
// Assembly: System.ObjectModel, System.Private.CoreLib
|
|
4
4
|
|
|
5
|
-
//
|
|
6
|
-
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { JsValue, fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
7
|
|
|
8
|
-
// Import support types from @tsonic/core
|
|
9
|
-
import type { ptr } from "@tsonic/core/types.js";
|
|
10
8
|
|
|
11
9
|
// Import types from other namespaces
|
|
12
10
|
import * as System_Collections_Generic_Internal from "../../System.Collections.Generic/internal/index.js";
|
|
@@ -94,7 +92,7 @@ export interface KeyedCollection_2$instance<TKey, TItem> extends Collection_1$in
|
|
|
94
92
|
}
|
|
95
93
|
|
|
96
94
|
|
|
97
|
-
export const KeyedCollection_2: (abstract new<TKey, TItem>() => KeyedCollection_2<TKey, TItem>) & (abstract new<TKey, TItem>(comparer: IEqualityComparer_1<TKey>) => KeyedCollection_2<TKey, TItem>) & (abstract new<TKey, TItem>(comparer: IEqualityComparer_1<TKey
|
|
95
|
+
export const KeyedCollection_2: (abstract new<TKey, TItem>() => KeyedCollection_2<TKey, TItem>) & (abstract new<TKey, TItem>(comparer: IEqualityComparer_1<TKey> | null) => KeyedCollection_2<TKey, TItem>) & (abstract new<TKey, TItem>(comparer: IEqualityComparer_1<TKey> | null, dictionaryCreationThreshold: int) => KeyedCollection_2<TKey, TItem>) & {
|
|
98
96
|
};
|
|
99
97
|
|
|
100
98
|
|
|
@@ -178,7 +176,7 @@ export interface ReadOnlyCollection_1$instance<T> {
|
|
|
178
176
|
|
|
179
177
|
export const ReadOnlyCollection_1: {
|
|
180
178
|
new<T>(list: IList_1<T>): ReadOnlyCollection_1<T>;
|
|
181
|
-
readonly Empty:
|
|
179
|
+
readonly Empty: <T>() => ReadOnlyCollection_1<T>;
|
|
182
180
|
};
|
|
183
181
|
|
|
184
182
|
|
|
@@ -219,7 +217,7 @@ export interface ReadOnlyDictionary_2$instance<TKey, TValue> {
|
|
|
219
217
|
|
|
220
218
|
export const ReadOnlyDictionary_2: {
|
|
221
219
|
new<TKey, TValue>(dictionary: IDictionary_2<TKey, TValue>): ReadOnlyDictionary_2<TKey, TValue>;
|
|
222
|
-
readonly Empty:
|
|
220
|
+
readonly Empty: <TKey, TValue>() => ReadOnlyDictionary_2<TKey, TValue>;
|
|
223
221
|
};
|
|
224
222
|
|
|
225
223
|
|
|
@@ -237,7 +235,7 @@ export interface __ReadOnlyDictionary_2$views<TKey, TValue> {
|
|
|
237
235
|
export type ReadOnlyDictionary_2<TKey, TValue> = ReadOnlyDictionary_2$instance<TKey, TValue> & __ReadOnlyDictionary_2$views<TKey, TValue>;
|
|
238
236
|
|
|
239
237
|
|
|
240
|
-
export interface ReadOnlyDictionary_2_KeyCollection$instance<TKey, TValue> {
|
|
238
|
+
export interface ReadOnlyDictionary_2_KeyCollection$instance<TKey, TValue> extends ICollection_1<TKey>, IEnumerable_1<TKey>, IEnumerable, ICollection, IReadOnlyCollection_1<TKey> {
|
|
241
239
|
readonly __tsonic_type_System_Collections_ObjectModel_ReadOnlyDictionary_2_KeyCollection: never;
|
|
242
240
|
|
|
243
241
|
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
@@ -257,18 +255,9 @@ export const ReadOnlyDictionary_2_KeyCollection: {
|
|
|
257
255
|
};
|
|
258
256
|
|
|
259
257
|
|
|
260
|
-
export
|
|
261
|
-
As_ICollection_1(): System_Collections_Generic_Internal.ICollection_1$instance<TKey>;
|
|
262
|
-
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<TKey>;
|
|
263
|
-
As_IReadOnlyCollection_1(): System_Collections_Generic_Internal.IReadOnlyCollection_1$instance<TKey>;
|
|
264
|
-
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
265
|
-
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
266
|
-
}
|
|
267
|
-
|
|
268
|
-
export type ReadOnlyDictionary_2_KeyCollection<TKey, TValue> = ReadOnlyDictionary_2_KeyCollection$instance<TKey, TValue> & __ReadOnlyDictionary_2_KeyCollection$views<TKey, TValue>;
|
|
269
|
-
|
|
258
|
+
export type ReadOnlyDictionary_2_KeyCollection<TKey, TValue> = ReadOnlyDictionary_2_KeyCollection$instance<TKey, TValue>;
|
|
270
259
|
|
|
271
|
-
export interface ReadOnlyDictionary_2_ValueCollection$instance<TKey, TValue> {
|
|
260
|
+
export interface ReadOnlyDictionary_2_ValueCollection$instance<TKey, TValue> extends ICollection_1<TValue>, IEnumerable_1<TValue>, IEnumerable, ICollection, IReadOnlyCollection_1<TValue> {
|
|
272
261
|
readonly __tsonic_type_System_Collections_ObjectModel_ReadOnlyDictionary_2_ValueCollection: never;
|
|
273
262
|
|
|
274
263
|
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
@@ -287,16 +276,7 @@ export const ReadOnlyDictionary_2_ValueCollection: {
|
|
|
287
276
|
};
|
|
288
277
|
|
|
289
278
|
|
|
290
|
-
export
|
|
291
|
-
As_ICollection_1(): System_Collections_Generic_Internal.ICollection_1$instance<TValue>;
|
|
292
|
-
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<TValue>;
|
|
293
|
-
As_IReadOnlyCollection_1(): System_Collections_Generic_Internal.IReadOnlyCollection_1$instance<TValue>;
|
|
294
|
-
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
295
|
-
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
296
|
-
}
|
|
297
|
-
|
|
298
|
-
export type ReadOnlyDictionary_2_ValueCollection<TKey, TValue> = ReadOnlyDictionary_2_ValueCollection$instance<TKey, TValue> & __ReadOnlyDictionary_2_ValueCollection$views<TKey, TValue>;
|
|
299
|
-
|
|
279
|
+
export type ReadOnlyDictionary_2_ValueCollection<TKey, TValue> = ReadOnlyDictionary_2_ValueCollection$instance<TKey, TValue>;
|
|
300
280
|
|
|
301
281
|
export interface ReadOnlyObservableCollection_1$instance<T> extends ReadOnlyCollection_1$instance<T>, INotifyCollectionChanged, INotifyPropertyChanged, System_Collections_Specialized_Internal.INotifyCollectionChanged$instance, System_ComponentModel_Internal.INotifyPropertyChanged$instance {
|
|
302
282
|
readonly __tsonic_type_System_Collections_ObjectModel_ReadOnlyObservableCollection_1: never;
|
|
@@ -360,7 +340,7 @@ export interface ReadOnlySet_1$instance<T> {
|
|
|
360
340
|
|
|
361
341
|
export const ReadOnlySet_1: {
|
|
362
342
|
new<T>(set: ISet_1<T>): ReadOnlySet_1<T>;
|
|
363
|
-
readonly Empty:
|
|
343
|
+
readonly Empty: <T>() => ReadOnlySet_1<T>;
|
|
364
344
|
};
|
|
365
345
|
|
|
366
346
|
|
|
@@ -1155,27 +1155,6 @@
|
|
|
1155
1155
|
"declaringClrType": "System.Collections.Specialized.BitVector32\u002BSection",
|
|
1156
1156
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
1157
1157
|
"isExtensionMethod": false
|
|
1158
|
-
},
|
|
1159
|
-
{
|
|
1160
|
-
"stableId": "System.Private.CoreLib:System.IEquatable\u00601::Equals(T):System.Boolean",
|
|
1161
|
-
"clrName": "Equals",
|
|
1162
|
-
"metadataToken": 100668531,
|
|
1163
|
-
"canonicalSignature": "(T):System.Boolean",
|
|
1164
|
-
"normalizedSignature": "Equals|(T):System.Boolean|static=false",
|
|
1165
|
-
"emitScope": "ViewOnly",
|
|
1166
|
-
"provenance": "ExplicitView",
|
|
1167
|
-
"arity": 0,
|
|
1168
|
-
"parameterCount": 1,
|
|
1169
|
-
"isStatic": false,
|
|
1170
|
-
"isAbstract": false,
|
|
1171
|
-
"isVirtual": true,
|
|
1172
|
-
"isOverride": false,
|
|
1173
|
-
"isSealed": false,
|
|
1174
|
-
"visibility": "Public",
|
|
1175
|
-
"declaringClrType": "System.IEquatable\u00601",
|
|
1176
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
1177
|
-
"isExtensionMethod": false,
|
|
1178
|
-
"sourceInterface": "System.IEquatable\u00601"
|
|
1179
1158
|
}
|
|
1180
1159
|
],
|
|
1181
1160
|
"properties": [
|
|
@@ -3371,48 +3350,6 @@
|
|
|
3371
3350
|
"declaringClrType": "System.Collections.Specialized.NameObjectCollectionBase\u002BKeysCollection",
|
|
3372
3351
|
"declaringAssemblyName": "System.Collections.Specialized",
|
|
3373
3352
|
"isExtensionMethod": false
|
|
3374
|
-
},
|
|
3375
|
-
{
|
|
3376
|
-
"stableId": "System.Private.CoreLib:System.Collections.ICollection::CopyTo(System.Array,System.Int32):System.Void",
|
|
3377
|
-
"clrName": "CopyTo",
|
|
3378
|
-
"metadataToken": 100703826,
|
|
3379
|
-
"canonicalSignature": "(System.Array,System.Int32):System.Void",
|
|
3380
|
-
"normalizedSignature": "CopyTo|(System.Array,System.Int32):System.Void|static=false",
|
|
3381
|
-
"emitScope": "ViewOnly",
|
|
3382
|
-
"provenance": "ExplicitView",
|
|
3383
|
-
"arity": 0,
|
|
3384
|
-
"parameterCount": 2,
|
|
3385
|
-
"isStatic": false,
|
|
3386
|
-
"isAbstract": false,
|
|
3387
|
-
"isVirtual": true,
|
|
3388
|
-
"isOverride": false,
|
|
3389
|
-
"isSealed": false,
|
|
3390
|
-
"visibility": "Public",
|
|
3391
|
-
"declaringClrType": "System.Collections.ICollection",
|
|
3392
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
3393
|
-
"isExtensionMethod": false,
|
|
3394
|
-
"sourceInterface": "System.Collections.ICollection"
|
|
3395
|
-
},
|
|
3396
|
-
{
|
|
3397
|
-
"stableId": "System.Private.CoreLib:System.Collections.IEnumerable::GetEnumerator():System.Collections.IEnumerator",
|
|
3398
|
-
"clrName": "GetEnumerator",
|
|
3399
|
-
"metadataToken": 100703845,
|
|
3400
|
-
"canonicalSignature": "():System.Collections.IEnumerator",
|
|
3401
|
-
"normalizedSignature": "GetEnumerator|():System.Collections.IEnumerator|static=false",
|
|
3402
|
-
"emitScope": "ViewOnly",
|
|
3403
|
-
"provenance": "ExplicitView",
|
|
3404
|
-
"arity": 0,
|
|
3405
|
-
"parameterCount": 0,
|
|
3406
|
-
"isStatic": false,
|
|
3407
|
-
"isAbstract": false,
|
|
3408
|
-
"isVirtual": true,
|
|
3409
|
-
"isOverride": false,
|
|
3410
|
-
"isSealed": false,
|
|
3411
|
-
"visibility": "Public",
|
|
3412
|
-
"declaringClrType": "System.Collections.IEnumerable",
|
|
3413
|
-
"declaringAssemblyName": "System.Private.CoreLib",
|
|
3414
|
-
"isExtensionMethod": false,
|
|
3415
|
-
"sourceInterface": "System.Collections.IEnumerable"
|
|
3416
3353
|
}
|
|
3417
3354
|
],
|
|
3418
3355
|
"properties": [
|
|
@@ -3453,66 +3390,6 @@
|
|
|
3453
3390
|
"visibility": "Public",
|
|
3454
3391
|
"declaringClrType": "System.Collections.Specialized.NameObjectCollectionBase\u002BKeysCollection",
|
|
3455
3392
|
"declaringAssemblyName": "System.Collections.Specialized"
|
|
3456
|
-
},
|
|
3457
|
-
{
|
|
3458
|
-
"stableId": "System.Private.CoreLib:System.Collections.ICollection::SyncRoot:System.Object",
|
|
3459
|
-
"clrName": "SyncRoot",
|
|
3460
|
-
"metadataToken": 385881257,
|
|
3461
|
-
"canonicalSignature": ":System.Object",
|
|
3462
|
-
"normalizedSignature": "SyncRoot|:System.Object|static=false|accessor=get",
|
|
3463
|
-
"emitScope": "ViewOnly",
|
|
3464
|
-
"provenance": "ExplicitView",
|
|
3465
|
-
"isIndexer": false,
|
|
3466
|
-
"hasGetter": true,
|
|
3467
|
-
"hasSetter": false,
|
|
3468
|
-
"isStatic": false,
|
|
3469
|
-
"isAbstract": false,
|
|
3470
|
-
"isVirtual": true,
|
|
3471
|
-
"isOverride": false,
|
|
3472
|
-
"visibility": "Public",
|
|
3473
|
-
"sourceInterface": "System.Collections.ICollection",
|
|
3474
|
-
"declaringClrType": "System.Collections.ICollection",
|
|
3475
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
3476
|
-
},
|
|
3477
|
-
{
|
|
3478
|
-
"stableId": "System.Private.CoreLib:System.Collections.ICollection::IsSynchronized:System.Boolean",
|
|
3479
|
-
"clrName": "IsSynchronized",
|
|
3480
|
-
"metadataToken": 385881258,
|
|
3481
|
-
"canonicalSignature": ":System.Boolean",
|
|
3482
|
-
"normalizedSignature": "IsSynchronized|:System.Boolean|static=false|accessor=get",
|
|
3483
|
-
"emitScope": "ViewOnly",
|
|
3484
|
-
"provenance": "ExplicitView",
|
|
3485
|
-
"isIndexer": false,
|
|
3486
|
-
"hasGetter": true,
|
|
3487
|
-
"hasSetter": false,
|
|
3488
|
-
"isStatic": false,
|
|
3489
|
-
"isAbstract": false,
|
|
3490
|
-
"isVirtual": true,
|
|
3491
|
-
"isOverride": false,
|
|
3492
|
-
"visibility": "Public",
|
|
3493
|
-
"sourceInterface": "System.Collections.ICollection",
|
|
3494
|
-
"declaringClrType": "System.Collections.ICollection",
|
|
3495
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
3496
|
-
},
|
|
3497
|
-
{
|
|
3498
|
-
"stableId": "System.Private.CoreLib:System.Collections.ICollection::Count:System.Int32",
|
|
3499
|
-
"clrName": "Count",
|
|
3500
|
-
"metadataToken": 385881256,
|
|
3501
|
-
"canonicalSignature": ":System.Int32",
|
|
3502
|
-
"normalizedSignature": "Count|:System.Int32|static=false|accessor=get",
|
|
3503
|
-
"emitScope": "ViewOnly",
|
|
3504
|
-
"provenance": "ExplicitView",
|
|
3505
|
-
"isIndexer": false,
|
|
3506
|
-
"hasGetter": true,
|
|
3507
|
-
"hasSetter": false,
|
|
3508
|
-
"isStatic": false,
|
|
3509
|
-
"isAbstract": false,
|
|
3510
|
-
"isVirtual": true,
|
|
3511
|
-
"isOverride": false,
|
|
3512
|
-
"visibility": "Public",
|
|
3513
|
-
"sourceInterface": "System.Collections.ICollection",
|
|
3514
|
-
"declaringClrType": "System.Collections.ICollection",
|
|
3515
|
-
"declaringAssemblyName": "System.Private.CoreLib"
|
|
3516
3393
|
}
|
|
3517
3394
|
],
|
|
3518
3395
|
"fields": [],
|
|
@@ -2,8 +2,9 @@
|
|
|
2
2
|
// Namespace: System.Collections.Specialized
|
|
3
3
|
// Assembly: System.Collections.NonGeneric, System.Collections.Specialized, System.ObjectModel
|
|
4
4
|
|
|
5
|
-
//
|
|
6
|
-
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
import type { JsValue, fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
7
|
+
|
|
7
8
|
|
|
8
9
|
// Import types from other namespaces
|
|
9
10
|
import * as System_Collections_Internal from "../../System.Collections/internal/index.js";
|
|
@@ -23,7 +24,7 @@ export enum NotifyCollectionChangedAction {
|
|
|
23
24
|
}
|
|
24
25
|
|
|
25
26
|
|
|
26
|
-
export type NotifyCollectionChangedEventHandler = (sender:
|
|
27
|
+
export type NotifyCollectionChangedEventHandler = (sender: JsValue | null, e: NotifyCollectionChangedEventArgs) => void;
|
|
27
28
|
|
|
28
29
|
|
|
29
30
|
export interface INotifyCollectionChanged$instance {
|
|
@@ -42,21 +43,21 @@ export interface IOrderedDictionary$instance extends IDictionary, ICollection, I
|
|
|
42
43
|
readonly IsReadOnly: boolean;
|
|
43
44
|
readonly IsFixedSize: boolean;
|
|
44
45
|
readonly Count: int;
|
|
45
|
-
readonly SyncRoot:
|
|
46
|
+
readonly SyncRoot: JsValue;
|
|
46
47
|
readonly IsSynchronized: boolean;
|
|
47
|
-
Add(key:
|
|
48
|
+
Add(key: JsValue, value: JsValue | null): void;
|
|
48
49
|
Clear(): void;
|
|
49
|
-
Contains(key:
|
|
50
|
+
Contains(key: JsValue): boolean;
|
|
50
51
|
CopyTo(array: ClrArray, index: int): void;
|
|
51
|
-
get_Item(index: int):
|
|
52
|
-
get_Item(key:
|
|
52
|
+
get_Item(index: int): JsValue | null;
|
|
53
|
+
get_Item(key: JsValue): JsValue | null;
|
|
53
54
|
GetEnumerator(): IDictionaryEnumerator;
|
|
54
55
|
GetEnumerator(): IEnumerator;
|
|
55
|
-
Insert(index: int, key:
|
|
56
|
-
Remove(key:
|
|
56
|
+
Insert(index: int, key: JsValue, value: JsValue | null): void;
|
|
57
|
+
Remove(key: JsValue): void;
|
|
57
58
|
RemoveAt(index: int): void;
|
|
58
|
-
set_Item(index: int, value:
|
|
59
|
-
set_Item(key:
|
|
59
|
+
set_Item(index: int, value: JsValue | null): void;
|
|
60
|
+
set_Item(key: JsValue, value: JsValue | null): void;
|
|
60
61
|
GetEnumerator2(): IEnumerator;
|
|
61
62
|
}
|
|
62
63
|
|
|
@@ -69,7 +70,7 @@ export interface BitVector32$instance {
|
|
|
69
70
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
70
71
|
|
|
71
72
|
readonly Data: int;
|
|
72
|
-
Equals(o:
|
|
73
|
+
Equals(o: JsValue | null): boolean;
|
|
73
74
|
Equals(other: BitVector32): boolean;
|
|
74
75
|
get_Item(bit: int): boolean;
|
|
75
76
|
get_Item(section: BitVector32_Section): int;
|
|
@@ -101,14 +102,14 @@ export interface __BitVector32$views {
|
|
|
101
102
|
export type BitVector32 = BitVector32$instance & __BitVector32$views;
|
|
102
103
|
|
|
103
104
|
|
|
104
|
-
export interface BitVector32_Section$instance {
|
|
105
|
+
export interface BitVector32_Section$instance extends IEquatable_1<BitVector32_Section> {
|
|
105
106
|
readonly __tsonic_type_System_Collections_Specialized_BitVector32_Section: never;
|
|
106
107
|
|
|
107
108
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
108
109
|
|
|
109
110
|
readonly Mask: short;
|
|
110
111
|
readonly Offset: short;
|
|
111
|
-
Equals(o:
|
|
112
|
+
Equals(o: JsValue | null): boolean;
|
|
112
113
|
Equals(obj: BitVector32_Section): boolean;
|
|
113
114
|
GetHashCode(): int;
|
|
114
115
|
ToString(): string;
|
|
@@ -121,15 +122,7 @@ export const BitVector32_Section: {
|
|
|
121
122
|
};
|
|
122
123
|
|
|
123
124
|
|
|
124
|
-
export
|
|
125
|
-
As_IEquatable_1(): System_Internal.IEquatable_1$instance<BitVector32_Section>;
|
|
126
|
-
|
|
127
|
-
// Structural method bridges for numeric interface constraints
|
|
128
|
-
Equals(other: BitVector32_Section): boolean;
|
|
129
|
-
}
|
|
130
|
-
|
|
131
|
-
export type BitVector32_Section = BitVector32_Section$instance & __BitVector32_Section$views;
|
|
132
|
-
|
|
125
|
+
export type BitVector32_Section = BitVector32_Section$instance;
|
|
133
126
|
|
|
134
127
|
export interface CollectionsUtil$instance {
|
|
135
128
|
readonly __tsonic_type_System_Collections_Specialized_CollectionsUtil: never;
|
|
@@ -159,17 +152,17 @@ export interface HybridDictionary$instance {
|
|
|
159
152
|
readonly IsFixedSize: boolean;
|
|
160
153
|
readonly IsReadOnly: boolean;
|
|
161
154
|
readonly IsSynchronized: boolean;
|
|
162
|
-
get Item():
|
|
163
|
-
set Item(value:
|
|
155
|
+
get Item(): JsValue | null;
|
|
156
|
+
set Item(value: JsValue | null);
|
|
164
157
|
readonly Keys: ICollection;
|
|
165
|
-
readonly SyncRoot:
|
|
158
|
+
readonly SyncRoot: JsValue;
|
|
166
159
|
readonly Values: ICollection;
|
|
167
|
-
Add(key:
|
|
160
|
+
Add(key: JsValue, value: JsValue | null): void;
|
|
168
161
|
Clear(): void;
|
|
169
|
-
Contains(key:
|
|
162
|
+
Contains(key: JsValue): boolean;
|
|
170
163
|
CopyTo(array: ClrArray, index: int): void;
|
|
171
164
|
GetEnumerator(): IDictionaryEnumerator;
|
|
172
|
-
Remove(key:
|
|
165
|
+
Remove(key: JsValue): void;
|
|
173
166
|
}
|
|
174
167
|
|
|
175
168
|
|
|
@@ -201,23 +194,23 @@ export interface ListDictionary$instance {
|
|
|
201
194
|
readonly IsFixedSize: boolean;
|
|
202
195
|
readonly IsReadOnly: boolean;
|
|
203
196
|
readonly IsSynchronized: boolean;
|
|
204
|
-
get Item():
|
|
205
|
-
set Item(value:
|
|
197
|
+
get Item(): JsValue | null;
|
|
198
|
+
set Item(value: JsValue | null);
|
|
206
199
|
readonly Keys: ICollection;
|
|
207
|
-
readonly SyncRoot:
|
|
200
|
+
readonly SyncRoot: JsValue;
|
|
208
201
|
readonly Values: ICollection;
|
|
209
|
-
Add(key:
|
|
202
|
+
Add(key: JsValue, value: JsValue | null): void;
|
|
210
203
|
Clear(): void;
|
|
211
|
-
Contains(key:
|
|
204
|
+
Contains(key: JsValue): boolean;
|
|
212
205
|
CopyTo(array: ClrArray, index: int): void;
|
|
213
206
|
GetEnumerator(): IDictionaryEnumerator;
|
|
214
|
-
Remove(key:
|
|
207
|
+
Remove(key: JsValue): void;
|
|
215
208
|
}
|
|
216
209
|
|
|
217
210
|
|
|
218
211
|
export const ListDictionary: {
|
|
219
212
|
new(): ListDictionary;
|
|
220
|
-
new(comparer: IComparer): ListDictionary;
|
|
213
|
+
new(comparer: IComparer | null): ListDictionary;
|
|
221
214
|
};
|
|
222
215
|
|
|
223
216
|
|
|
@@ -233,9 +226,9 @@ export type ListDictionary = ListDictionary$instance & __ListDictionary$views;
|
|
|
233
226
|
export interface ListDictionary_DictionaryNode$instance {
|
|
234
227
|
readonly __tsonic_type_System_Collections_Specialized_ListDictionary_DictionaryNode: never;
|
|
235
228
|
|
|
236
|
-
key:
|
|
237
|
-
value:
|
|
238
|
-
next: ListDictionary_DictionaryNode |
|
|
229
|
+
key: JsValue;
|
|
230
|
+
value: JsValue | null;
|
|
231
|
+
next: ListDictionary_DictionaryNode | null;
|
|
239
232
|
}
|
|
240
233
|
|
|
241
234
|
|
|
@@ -258,11 +251,11 @@ export interface NameObjectCollectionBase$instance extends System_Runtime_Serial
|
|
|
258
251
|
readonly Keys: NameObjectCollectionBase_KeysCollection;
|
|
259
252
|
GetEnumerator(): IEnumerator;
|
|
260
253
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
261
|
-
OnDeserialization(sender:
|
|
254
|
+
OnDeserialization(sender: JsValue | null): void;
|
|
262
255
|
}
|
|
263
256
|
|
|
264
257
|
|
|
265
|
-
export const NameObjectCollectionBase: (abstract new() => NameObjectCollectionBase) & (abstract new(equalityComparer: IEqualityComparer) => NameObjectCollectionBase) & (abstract new(capacity: int, equalityComparer: IEqualityComparer) => NameObjectCollectionBase) & (abstract new(hashProvider: IHashCodeProvider, comparer: IComparer) => NameObjectCollectionBase) & (abstract new(capacity: int, hashProvider: IHashCodeProvider, comparer: IComparer) => NameObjectCollectionBase) & (abstract new(capacity: int) => NameObjectCollectionBase) & (abstract new(info: SerializationInfo, context: StreamingContext) => NameObjectCollectionBase) & {
|
|
258
|
+
export const NameObjectCollectionBase: (abstract new() => NameObjectCollectionBase) & (abstract new(equalityComparer: IEqualityComparer | null) => NameObjectCollectionBase) & (abstract new(capacity: int, equalityComparer: IEqualityComparer | null) => NameObjectCollectionBase) & (abstract new(hashProvider: IHashCodeProvider | null, comparer: IComparer | null) => NameObjectCollectionBase) & (abstract new(capacity: int, hashProvider: IHashCodeProvider | null, comparer: IComparer | null) => NameObjectCollectionBase) & (abstract new(capacity: int) => NameObjectCollectionBase) & (abstract new(info: SerializationInfo, context: StreamingContext) => NameObjectCollectionBase) & {
|
|
266
259
|
};
|
|
267
260
|
|
|
268
261
|
|
|
@@ -276,14 +269,14 @@ export interface __NameObjectCollectionBase$views {
|
|
|
276
269
|
export type NameObjectCollectionBase = NameObjectCollectionBase$instance & __NameObjectCollectionBase$views;
|
|
277
270
|
|
|
278
271
|
|
|
279
|
-
export interface NameObjectCollectionBase_KeysCollection$instance {
|
|
272
|
+
export interface NameObjectCollectionBase_KeysCollection$instance extends ICollection, IEnumerable {
|
|
280
273
|
readonly __tsonic_type_System_Collections_Specialized_NameObjectCollectionBase_KeysCollection: never;
|
|
281
274
|
|
|
282
275
|
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
283
276
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
284
277
|
|
|
285
278
|
readonly Count: int;
|
|
286
|
-
Get(index: int): string |
|
|
279
|
+
Get(index: int): string | null;
|
|
287
280
|
GetEnumerator(): IEnumerator;
|
|
288
281
|
}
|
|
289
282
|
|
|
@@ -292,13 +285,7 @@ export const NameObjectCollectionBase_KeysCollection: {
|
|
|
292
285
|
};
|
|
293
286
|
|
|
294
287
|
|
|
295
|
-
export
|
|
296
|
-
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
297
|
-
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
298
|
-
}
|
|
299
|
-
|
|
300
|
-
export type NameObjectCollectionBase_KeysCollection = NameObjectCollectionBase_KeysCollection$instance & __NameObjectCollectionBase_KeysCollection$views & { readonly [index: number]: string | undefined; };
|
|
301
|
-
|
|
288
|
+
export type NameObjectCollectionBase_KeysCollection = NameObjectCollectionBase_KeysCollection$instance & { readonly [index: number]: string | null; };
|
|
302
289
|
|
|
303
290
|
export interface NameValueCollection$instance extends NameObjectCollectionBase$instance, System_Runtime_Serialization_Internal.IDeserializationCallback$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
304
291
|
readonly __tsonic_type_System_Collections_Specialized_NameValueCollection: never;
|
|
@@ -308,34 +295,34 @@ export interface NameValueCollection$instance extends NameObjectCollectionBase$i
|
|
|
308
295
|
readonly __tsonic_iface_System_Runtime_Serialization_IDeserializationCallback: never;
|
|
309
296
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
310
297
|
|
|
311
|
-
readonly AllKeys: (string |
|
|
298
|
+
readonly AllKeys: (string | null)[] | string[];
|
|
312
299
|
Add(c: NameValueCollection): void;
|
|
313
|
-
Add(name: string, value: string): void;
|
|
300
|
+
Add(name: string | null, value: string | null): void;
|
|
314
301
|
Clear(): void;
|
|
315
302
|
CopyTo(dest: ClrArray, index: int): void;
|
|
316
|
-
Get(name: string): string |
|
|
317
|
-
Get(index: int): string |
|
|
318
|
-
get_Item(name: string): string |
|
|
319
|
-
get_Item(index: int): string |
|
|
320
|
-
GetKey(index: int): string |
|
|
321
|
-
GetValues(name: string): string[] |
|
|
322
|
-
GetValues(index: int): string[] |
|
|
303
|
+
Get(name: string | null): string | null;
|
|
304
|
+
Get(index: int): string | null;
|
|
305
|
+
get_Item(name: string | null): string | null;
|
|
306
|
+
get_Item(index: int): string | null;
|
|
307
|
+
GetKey(index: int): string | null;
|
|
308
|
+
GetValues(name: string | null): string[] | null;
|
|
309
|
+
GetValues(index: int): string[] | null;
|
|
323
310
|
HasKeys(): boolean;
|
|
324
|
-
Remove(name: string): void;
|
|
325
|
-
Set(name: string, value: string): void;
|
|
326
|
-
set_Item(name: string, value: string |
|
|
311
|
+
Remove(name: string | null): void;
|
|
312
|
+
Set(name: string | null, value: string | null): void;
|
|
313
|
+
set_Item(name: string | null, value: string | null): void;
|
|
327
314
|
}
|
|
328
315
|
|
|
329
316
|
|
|
330
317
|
export const NameValueCollection: {
|
|
331
318
|
new(): NameValueCollection;
|
|
332
319
|
new(col: NameValueCollection): NameValueCollection;
|
|
333
|
-
new(hashProvider: IHashCodeProvider, comparer: IComparer): NameValueCollection;
|
|
320
|
+
new(hashProvider: IHashCodeProvider | null, comparer: IComparer | null): NameValueCollection;
|
|
334
321
|
new(capacity: int): NameValueCollection;
|
|
335
|
-
new(equalityComparer: IEqualityComparer): NameValueCollection;
|
|
336
|
-
new(capacity: int, equalityComparer: IEqualityComparer): NameValueCollection;
|
|
322
|
+
new(equalityComparer: IEqualityComparer | null): NameValueCollection;
|
|
323
|
+
new(capacity: int, equalityComparer: IEqualityComparer | null): NameValueCollection;
|
|
337
324
|
new(capacity: int, col: NameValueCollection): NameValueCollection;
|
|
338
|
-
new(capacity: int, hashProvider: IHashCodeProvider, comparer: IComparer): NameValueCollection;
|
|
325
|
+
new(capacity: int, hashProvider: IHashCodeProvider | null, comparer: IComparer | null): NameValueCollection;
|
|
339
326
|
};
|
|
340
327
|
|
|
341
328
|
|
|
@@ -353,25 +340,25 @@ export interface NotifyCollectionChangedEventArgs$instance extends EventArgs {
|
|
|
353
340
|
readonly __tsonic_type_System_Collections_Specialized_NotifyCollectionChangedEventArgs: never;
|
|
354
341
|
|
|
355
342
|
readonly Action: NotifyCollectionChangedAction;
|
|
356
|
-
readonly NewItems: IList |
|
|
343
|
+
readonly NewItems: IList | null;
|
|
357
344
|
readonly NewStartingIndex: int;
|
|
358
|
-
readonly OldItems: IList |
|
|
345
|
+
readonly OldItems: IList | null;
|
|
359
346
|
readonly OldStartingIndex: int;
|
|
360
347
|
}
|
|
361
348
|
|
|
362
349
|
|
|
363
350
|
export const NotifyCollectionChangedEventArgs: {
|
|
364
351
|
new(action: NotifyCollectionChangedAction): NotifyCollectionChangedEventArgs;
|
|
365
|
-
new(action: NotifyCollectionChangedAction, changedItem:
|
|
366
|
-
new(action: NotifyCollectionChangedAction, changedItem:
|
|
367
|
-
new(action: NotifyCollectionChangedAction, changedItems: IList): NotifyCollectionChangedEventArgs;
|
|
368
|
-
new(action: NotifyCollectionChangedAction, changedItems: IList, startingIndex: int): NotifyCollectionChangedEventArgs;
|
|
369
|
-
new(action: NotifyCollectionChangedAction, newItem:
|
|
370
|
-
new(action: NotifyCollectionChangedAction, newItem:
|
|
352
|
+
new(action: NotifyCollectionChangedAction, changedItem: JsValue | null): NotifyCollectionChangedEventArgs;
|
|
353
|
+
new(action: NotifyCollectionChangedAction, changedItem: JsValue | null, index: int): NotifyCollectionChangedEventArgs;
|
|
354
|
+
new(action: NotifyCollectionChangedAction, changedItems: IList | null): NotifyCollectionChangedEventArgs;
|
|
355
|
+
new(action: NotifyCollectionChangedAction, changedItems: IList | null, startingIndex: int): NotifyCollectionChangedEventArgs;
|
|
356
|
+
new(action: NotifyCollectionChangedAction, newItem: JsValue | null, oldItem: JsValue | null): NotifyCollectionChangedEventArgs;
|
|
357
|
+
new(action: NotifyCollectionChangedAction, newItem: JsValue | null, oldItem: JsValue | null, index: int): NotifyCollectionChangedEventArgs;
|
|
371
358
|
new(action: NotifyCollectionChangedAction, newItems: IList, oldItems: IList): NotifyCollectionChangedEventArgs;
|
|
372
359
|
new(action: NotifyCollectionChangedAction, newItems: IList, oldItems: IList, startingIndex: int): NotifyCollectionChangedEventArgs;
|
|
373
|
-
new(action: NotifyCollectionChangedAction, changedItem:
|
|
374
|
-
new(action: NotifyCollectionChangedAction, changedItems: IList, index: int, oldIndex: int): NotifyCollectionChangedEventArgs;
|
|
360
|
+
new(action: NotifyCollectionChangedAction, changedItem: JsValue | null, index: int, oldIndex: int): NotifyCollectionChangedEventArgs;
|
|
361
|
+
new(action: NotifyCollectionChangedAction, changedItems: IList | null, index: int, oldIndex: int): NotifyCollectionChangedEventArgs;
|
|
375
362
|
};
|
|
376
363
|
|
|
377
364
|
|
|
@@ -391,29 +378,29 @@ export interface OrderedDictionary$instance extends System_Runtime_Serialization
|
|
|
391
378
|
readonly IsReadOnly: boolean;
|
|
392
379
|
readonly Keys: ICollection;
|
|
393
380
|
readonly Values: ICollection;
|
|
394
|
-
Add(key:
|
|
381
|
+
Add(key: JsValue, value: JsValue | null): void;
|
|
395
382
|
AsReadOnly(): OrderedDictionary;
|
|
396
383
|
Clear(): void;
|
|
397
|
-
Contains(key:
|
|
384
|
+
Contains(key: JsValue): boolean;
|
|
398
385
|
CopyTo(array: ClrArray, index: int): void;
|
|
399
|
-
get_Item(index: int):
|
|
400
|
-
get_Item(key:
|
|
386
|
+
get_Item(index: int): JsValue | null;
|
|
387
|
+
get_Item(key: JsValue): JsValue | null;
|
|
401
388
|
GetEnumerator(): IDictionaryEnumerator;
|
|
402
389
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
403
|
-
Insert(index: int, key:
|
|
404
|
-
OnDeserialization(sender:
|
|
405
|
-
Remove(key:
|
|
390
|
+
Insert(index: int, key: JsValue, value: JsValue | null): void;
|
|
391
|
+
OnDeserialization(sender: JsValue | null): void;
|
|
392
|
+
Remove(key: JsValue): void;
|
|
406
393
|
RemoveAt(index: int): void;
|
|
407
|
-
set_Item(index: int, value:
|
|
408
|
-
set_Item(key:
|
|
394
|
+
set_Item(index: int, value: JsValue | null): void;
|
|
395
|
+
set_Item(key: JsValue, value: JsValue | null): void;
|
|
409
396
|
}
|
|
410
397
|
|
|
411
398
|
|
|
412
399
|
export const OrderedDictionary: {
|
|
413
400
|
new(): OrderedDictionary;
|
|
414
401
|
new(capacity: int): OrderedDictionary;
|
|
415
|
-
new(comparer: IEqualityComparer): OrderedDictionary;
|
|
416
|
-
new(capacity: int, comparer: IEqualityComparer): OrderedDictionary;
|
|
402
|
+
new(comparer: IEqualityComparer | null): OrderedDictionary;
|
|
403
|
+
new(capacity: int, comparer: IEqualityComparer | null): OrderedDictionary;
|
|
417
404
|
};
|
|
418
405
|
|
|
419
406
|
|
|
@@ -439,16 +426,16 @@ export interface StringCollection$instance {
|
|
|
439
426
|
readonly Count: int;
|
|
440
427
|
readonly IsReadOnly: boolean;
|
|
441
428
|
readonly IsSynchronized: boolean;
|
|
442
|
-
readonly SyncRoot:
|
|
443
|
-
Add(value: string): int;
|
|
444
|
-
AddRange(value: string[]): void;
|
|
429
|
+
readonly SyncRoot: JsValue;
|
|
430
|
+
Add(value: string | null): int;
|
|
431
|
+
AddRange(value: (string | null)[]): void;
|
|
445
432
|
Clear(): void;
|
|
446
|
-
Contains(value: string): boolean;
|
|
447
|
-
CopyTo(array: string[], index: int): void;
|
|
433
|
+
Contains(value: string | null): boolean;
|
|
434
|
+
CopyTo(array: (string | null)[], index: int): void;
|
|
448
435
|
GetEnumerator(): StringEnumerator;
|
|
449
|
-
IndexOf(value: string): int;
|
|
450
|
-
Insert(index: int, value: string): void;
|
|
451
|
-
Remove(value: string): void;
|
|
436
|
+
IndexOf(value: string | null): int;
|
|
437
|
+
Insert(index: int, value: string | null): void;
|
|
438
|
+
Remove(value: string | null): void;
|
|
452
439
|
RemoveAt(index: int): void;
|
|
453
440
|
}
|
|
454
441
|
|
|
@@ -475,12 +462,12 @@ export interface StringDictionary$instance {
|
|
|
475
462
|
readonly Count: int;
|
|
476
463
|
readonly IsSynchronized: boolean;
|
|
477
464
|
readonly Keys: ICollection;
|
|
478
|
-
readonly SyncRoot:
|
|
465
|
+
readonly SyncRoot: JsValue;
|
|
479
466
|
readonly Values: ICollection;
|
|
480
|
-
Add(key: string, value: string): void;
|
|
467
|
+
Add(key: string, value: string | null): void;
|
|
481
468
|
Clear(): void;
|
|
482
469
|
ContainsKey(key: string): boolean;
|
|
483
|
-
ContainsValue(value: string): boolean;
|
|
470
|
+
ContainsValue(value: string | null): boolean;
|
|
484
471
|
CopyTo(array: ClrArray, index: int): void;
|
|
485
472
|
GetEnumerator(): IEnumerator;
|
|
486
473
|
Remove(key: string): void;
|
|
@@ -496,13 +483,13 @@ export interface __StringDictionary$views {
|
|
|
496
483
|
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
497
484
|
}
|
|
498
485
|
|
|
499
|
-
export type StringDictionary = StringDictionary$instance & __StringDictionary$views & { [key: string]: string |
|
|
486
|
+
export type StringDictionary = StringDictionary$instance & __StringDictionary$views & { [key: string]: string | null; };
|
|
500
487
|
|
|
501
488
|
|
|
502
489
|
export interface StringEnumerator$instance {
|
|
503
490
|
readonly __tsonic_type_System_Collections_Specialized_StringEnumerator: never;
|
|
504
491
|
|
|
505
|
-
readonly Current: string |
|
|
492
|
+
readonly Current: string | null;
|
|
506
493
|
MoveNext(): boolean;
|
|
507
494
|
Reset(): void;
|
|
508
495
|
}
|