@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
|
@@ -48,17 +48,17 @@ export enum EnumerablePartitionerOptions {
|
|
|
48
48
|
}
|
|
49
49
|
|
|
50
50
|
|
|
51
|
-
export interface IProducerConsumerCollection_1$instance<T> {
|
|
52
|
-
readonly
|
|
53
|
-
readonly
|
|
54
|
-
readonly
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
51
|
+
export interface IProducerConsumerCollection_1$instance<T> extends IEnumerable_1<T>, IEnumerable, ICollection {
|
|
52
|
+
readonly count: int;
|
|
53
|
+
readonly syncRoot: unknown;
|
|
54
|
+
readonly isSynchronized: boolean;
|
|
55
|
+
copyTo(array: T[], index: int): void;
|
|
56
|
+
copyTo(array: ClrArray, index: int): void;
|
|
57
|
+
getEnumerator(): IEnumerator_1<T>;
|
|
58
|
+
getEnumerator(): IEnumerator;
|
|
59
|
+
toArray(): T[];
|
|
60
|
+
tryAdd(item: T): boolean;
|
|
61
|
+
tryTake(item: { value: ref<T> }): boolean;
|
|
62
62
|
}
|
|
63
63
|
|
|
64
64
|
|
|
@@ -105,29 +105,31 @@ export class BlockingCollection_1$instance<T> {
|
|
|
105
105
|
tryTake(item: { value: ref<T> }, timeout: TimeSpan): boolean;
|
|
106
106
|
tryTake(item: { value: ref<T> }, millisecondsTimeout: int): boolean;
|
|
107
107
|
tryTake(item: { value: ref<T> }, millisecondsTimeout: int, cancellationToken: CancellationToken): boolean;
|
|
108
|
-
static
|
|
109
|
-
static
|
|
110
|
-
static
|
|
111
|
-
static
|
|
112
|
-
static
|
|
113
|
-
static
|
|
114
|
-
static
|
|
115
|
-
static
|
|
116
|
-
static
|
|
117
|
-
static
|
|
118
|
-
static
|
|
119
|
-
static
|
|
108
|
+
static addToAny2<T>(collections: BlockingCollection_1<T>[], item: T, cancellationToken: CancellationToken): int;
|
|
109
|
+
static addToAny2<T>(collections: BlockingCollection_1<T>[], item: T): int;
|
|
110
|
+
static takeFromAny2<T>(collections: BlockingCollection_1<T>[], item: { value: ref<T> }, cancellationToken: CancellationToken): int;
|
|
111
|
+
static takeFromAny2<T>(collections: BlockingCollection_1<T>[], item: { value: ref<T> }): int;
|
|
112
|
+
static tryAddToAny4<T>(collections: BlockingCollection_1<T>[], item: T, millisecondsTimeout: int, cancellationToken: CancellationToken): int;
|
|
113
|
+
static tryAddToAny4<T>(collections: BlockingCollection_1<T>[], item: T, millisecondsTimeout: int): int;
|
|
114
|
+
static tryAddToAny4<T>(collections: BlockingCollection_1<T>[], item: T, timeout: TimeSpan): int;
|
|
115
|
+
static tryAddToAny4<T>(collections: BlockingCollection_1<T>[], item: T): int;
|
|
116
|
+
static tryTakeFromAny4<T>(collections: BlockingCollection_1<T>[], item: { value: ref<T> }, millisecondsTimeout: int, cancellationToken: CancellationToken): int;
|
|
117
|
+
static tryTakeFromAny4<T>(collections: BlockingCollection_1<T>[], item: { value: ref<T> }, millisecondsTimeout: int): int;
|
|
118
|
+
static tryTakeFromAny4<T>(collections: BlockingCollection_1<T>[], item: { value: ref<T> }, timeout: TimeSpan): int;
|
|
119
|
+
static tryTakeFromAny4<T>(collections: BlockingCollection_1<T>[], item: { value: ref<T> }): int;
|
|
120
120
|
}
|
|
121
121
|
|
|
122
122
|
|
|
123
123
|
export interface __BlockingCollection_1$views<T> {
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
124
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<T>;
|
|
125
|
+
As_IReadOnlyCollection_1(): System_Collections_Generic_Internal.IReadOnlyCollection_1$instance<T>;
|
|
126
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
127
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
128
|
+
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
129
129
|
}
|
|
130
130
|
|
|
131
|
+
export interface BlockingCollection_1$instance<T> extends System_Collections_Generic_Internal.IReadOnlyCollection_1$instance<T>, System_Internal.IDisposable$instance {}
|
|
132
|
+
|
|
131
133
|
export type BlockingCollection_1<T> = BlockingCollection_1$instance<T> & __BlockingCollection_1$views<T>;
|
|
132
134
|
|
|
133
135
|
|
|
@@ -147,11 +149,11 @@ export class ConcurrentBag_1$instance<T> {
|
|
|
147
149
|
|
|
148
150
|
|
|
149
151
|
export interface __ConcurrentBag_1$views<T> {
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
152
|
+
As_IProducerConsumerCollection_1(): IProducerConsumerCollection_1$instance<T>;
|
|
153
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<T>;
|
|
154
|
+
As_IReadOnlyCollection_1(): System_Collections_Generic_Internal.IReadOnlyCollection_1$instance<T>;
|
|
155
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
156
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
155
157
|
}
|
|
156
158
|
|
|
157
159
|
export type ConcurrentBag_1<T> = ConcurrentBag_1$instance<T> & __ConcurrentBag_1$views<T>;
|
|
@@ -192,14 +194,14 @@ export class ConcurrentDictionary_2$instance<TKey, TValue> {
|
|
|
192
194
|
|
|
193
195
|
|
|
194
196
|
export interface __ConcurrentDictionary_2$views<TKey, TValue> {
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
197
|
+
As_ICollection_1(): System_Collections_Generic_Internal.ICollection_1$instance<KeyValuePair_2<TKey, TValue>>;
|
|
198
|
+
As_IDictionary_2(): System_Collections_Generic_Internal.IDictionary_2$instance<TKey, TValue>;
|
|
199
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<KeyValuePair_2<TKey, TValue>>;
|
|
200
|
+
As_IReadOnlyCollection_1(): System_Collections_Generic_Internal.IReadOnlyCollection_1$instance<KeyValuePair_2<TKey, TValue>>;
|
|
201
|
+
As_IReadOnlyDictionary_2(): System_Collections_Generic_Internal.IReadOnlyDictionary_2$instance<TKey, TValue>;
|
|
202
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
203
|
+
As_IDictionary(): System_Collections_Internal.IDictionary$instance;
|
|
204
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
203
205
|
}
|
|
204
206
|
|
|
205
207
|
export type ConcurrentDictionary_2<TKey, TValue> = ConcurrentDictionary_2$instance<TKey, TValue> & __ConcurrentDictionary_2$views<TKey, TValue>;
|
|
@@ -221,11 +223,11 @@ export class ConcurrentQueue_1$instance<T> {
|
|
|
221
223
|
|
|
222
224
|
|
|
223
225
|
export interface __ConcurrentQueue_1$views<T> {
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
226
|
+
As_IProducerConsumerCollection_1(): IProducerConsumerCollection_1$instance<T>;
|
|
227
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<T>;
|
|
228
|
+
As_IReadOnlyCollection_1(): System_Collections_Generic_Internal.IReadOnlyCollection_1$instance<T>;
|
|
229
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
230
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
229
231
|
}
|
|
230
232
|
|
|
231
233
|
export type ConcurrentQueue_1<T> = ConcurrentQueue_1$instance<T> & __ConcurrentQueue_1$views<T>;
|
|
@@ -251,11 +253,11 @@ export class ConcurrentStack_1$instance<T> {
|
|
|
251
253
|
|
|
252
254
|
|
|
253
255
|
export interface __ConcurrentStack_1$views<T> {
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
256
|
+
As_IProducerConsumerCollection_1(): IProducerConsumerCollection_1$instance<T>;
|
|
257
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<T>;
|
|
258
|
+
As_IReadOnlyCollection_1(): System_Collections_Generic_Internal.IReadOnlyCollection_1$instance<T>;
|
|
259
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
260
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
259
261
|
}
|
|
260
262
|
|
|
261
263
|
export type ConcurrentStack_1<T> = ConcurrentStack_1$instance<T> & __ConcurrentStack_1$views<T>;
|
|
@@ -286,14 +288,14 @@ export abstract class Partitioner_1$instance<TSource> {
|
|
|
286
288
|
export type Partitioner_1<TSource> = Partitioner_1$instance<TSource>;
|
|
287
289
|
|
|
288
290
|
export abstract class Partitioner$instance {
|
|
289
|
-
static
|
|
290
|
-
static
|
|
291
|
-
static
|
|
292
|
-
static
|
|
293
|
-
static
|
|
294
|
-
static
|
|
295
|
-
static
|
|
296
|
-
static
|
|
291
|
+
static create4<TSource>(source: IEnumerable_1<TSource>, partitionerOptions: EnumerablePartitionerOptions): OrderablePartitioner_1<TSource>;
|
|
292
|
+
static create4<TSource>(source: IEnumerable_1<TSource>): OrderablePartitioner_1<TSource>;
|
|
293
|
+
static create4<TSource>(list: IList_1<TSource>, loadBalance: boolean): OrderablePartitioner_1<TSource>;
|
|
294
|
+
static create4(fromInclusive: int, toExclusive: int, rangeSize: int): OrderablePartitioner_1<Tuple_2<CLROf<int>, CLROf<int>>>;
|
|
295
|
+
static create4(fromInclusive: int, toExclusive: int): OrderablePartitioner_1<Tuple_2<CLROf<int>, CLROf<int>>>;
|
|
296
|
+
static create4(fromInclusive: long, toExclusive: long, rangeSize: long): OrderablePartitioner_1<Tuple_2<CLROf<long>, CLROf<long>>>;
|
|
297
|
+
static create4(fromInclusive: long, toExclusive: long): OrderablePartitioner_1<Tuple_2<CLROf<long>, CLROf<long>>>;
|
|
298
|
+
static create4<TSource>(array: TSource[], loadBalance: boolean): OrderablePartitioner_1<TSource>;
|
|
297
299
|
}
|
|
298
300
|
|
|
299
301
|
|
|
@@ -59,8 +59,8 @@ export class FrozenDictionary_2_Enumerator$instance<TKey, TValue> {
|
|
|
59
59
|
|
|
60
60
|
|
|
61
61
|
export interface __FrozenDictionary_2_Enumerator$views<TKey, TValue> {
|
|
62
|
-
|
|
63
|
-
|
|
62
|
+
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<KeyValuePair_2<TKey, TValue>>;
|
|
63
|
+
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
64
64
|
}
|
|
65
65
|
|
|
66
66
|
export type FrozenDictionary_2_Enumerator<TKey, TValue> = FrozenDictionary_2_Enumerator$instance<TKey, TValue> & __FrozenDictionary_2_Enumerator$views<TKey, TValue>;
|
|
@@ -82,8 +82,8 @@ export class FrozenSet_1_Enumerator$instance<T> {
|
|
|
82
82
|
|
|
83
83
|
|
|
84
84
|
export interface __FrozenSet_1_Enumerator$views<T> {
|
|
85
|
-
|
|
86
|
-
|
|
85
|
+
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<T>;
|
|
86
|
+
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
87
87
|
}
|
|
88
88
|
|
|
89
89
|
export type FrozenSet_1_Enumerator<T> = FrozenSet_1_Enumerator$instance<T> & __FrozenSet_1_Enumerator$views<T>;
|
|
@@ -103,19 +103,19 @@ export abstract class FrozenDictionary_2$instance<TKey, TValue> {
|
|
|
103
103
|
getValueRefOrNullRef(key: TKey): ref<TValue>;
|
|
104
104
|
tryGetAlternateLookup<TAlternateKey>(lookup: { value: ref<FrozenDictionary_2_AlternateLookup_1<TKey, TValue, TAlternateKey>> }): boolean;
|
|
105
105
|
tryGetValue(key: TKey, value: { value: ref<TValue> }): boolean;
|
|
106
|
-
static readonly
|
|
106
|
+
static readonly empty: unknown;
|
|
107
107
|
}
|
|
108
108
|
|
|
109
109
|
|
|
110
110
|
export interface __FrozenDictionary_2$views<TKey, TValue> {
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
111
|
+
As_ICollection_1(): System_Collections_Generic_Internal.ICollection_1$instance<KeyValuePair_2<TKey, TValue>>;
|
|
112
|
+
As_IDictionary_2(): System_Collections_Generic_Internal.IDictionary_2$instance<TKey, TValue>;
|
|
113
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<KeyValuePair_2<TKey, TValue>>;
|
|
114
|
+
As_IReadOnlyCollection_1(): System_Collections_Generic_Internal.IReadOnlyCollection_1$instance<KeyValuePair_2<TKey, TValue>>;
|
|
115
|
+
As_IReadOnlyDictionary_2(): System_Collections_Generic_Internal.IReadOnlyDictionary_2$instance<TKey, TValue>;
|
|
116
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
117
|
+
As_IDictionary(): System_Collections_Internal.IDictionary$instance;
|
|
118
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
119
119
|
}
|
|
120
120
|
|
|
121
121
|
export type FrozenDictionary_2<TKey, TValue> = FrozenDictionary_2$instance<TKey, TValue> & __FrozenDictionary_2$views<TKey, TValue>;
|
|
@@ -138,38 +138,38 @@ export abstract class FrozenSet_1$instance<T> {
|
|
|
138
138
|
setEquals(other: IEnumerable_1<T>): boolean;
|
|
139
139
|
tryGetAlternateLookup<TAlternate>(lookup: { value: ref<FrozenSet_1_AlternateLookup_1<T, TAlternate>> }): boolean;
|
|
140
140
|
tryGetValue(equalValue: T, actualValue: { value: ref<T> }): boolean;
|
|
141
|
-
static readonly
|
|
141
|
+
static readonly empty: unknown;
|
|
142
142
|
}
|
|
143
143
|
|
|
144
144
|
|
|
145
145
|
export interface __FrozenSet_1$views<T> {
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
146
|
+
As_ICollection_1(): System_Collections_Generic_Internal.ICollection_1$instance<T>;
|
|
147
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<T>;
|
|
148
|
+
As_IReadOnlyCollection_1(): System_Collections_Generic_Internal.IReadOnlyCollection_1$instance<T>;
|
|
149
|
+
As_IReadOnlySet_1(): System_Collections_Generic_Internal.IReadOnlySet_1$instance<T>;
|
|
150
|
+
As_ISet_1(): System_Collections_Generic_Internal.ISet_1$instance<T>;
|
|
151
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
152
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
153
153
|
}
|
|
154
154
|
|
|
155
155
|
export type FrozenSet_1<T> = FrozenSet_1$instance<T> & __FrozenSet_1$views<T>;
|
|
156
156
|
|
|
157
157
|
|
|
158
158
|
export abstract class FrozenDictionary$instance {
|
|
159
|
-
static
|
|
160
|
-
static
|
|
161
|
-
static
|
|
162
|
-
static
|
|
163
|
-
static
|
|
159
|
+
static create2<TKey, TValue>(comparer: IEqualityComparer_1<TKey>, source: ReadOnlySpan_1<KeyValuePair_2<TKey, TValue>>): FrozenDictionary_2<TKey, TValue>;
|
|
160
|
+
static create2<TKey, TValue>(source: ReadOnlySpan_1<KeyValuePair_2<TKey, TValue>>): FrozenDictionary_2<TKey, TValue>;
|
|
161
|
+
static toFrozenDictionary3<TSource, TKey, TElement>(source: IEnumerable_1<TSource>, keySelector: Func_2<TSource, TKey>, elementSelector: Func_2<TSource, TElement>, comparer?: IEqualityComparer_1<TKey>): FrozenDictionary_2<TKey, TElement>;
|
|
162
|
+
static toFrozenDictionary3<TSource, TKey>(source: IEnumerable_1<TSource>, keySelector: Func_2<TSource, TKey>, comparer?: IEqualityComparer_1<TKey>): FrozenDictionary_2<TKey, TSource>;
|
|
163
|
+
static toFrozenDictionary3<TKey, TValue>(source: IEnumerable_1<KeyValuePair_2<TKey, TValue>>, comparer?: IEqualityComparer_1<TKey>): FrozenDictionary_2<TKey, TValue>;
|
|
164
164
|
}
|
|
165
165
|
|
|
166
166
|
|
|
167
167
|
export type FrozenDictionary = FrozenDictionary$instance;
|
|
168
168
|
|
|
169
169
|
export abstract class FrozenSet$instance {
|
|
170
|
-
static
|
|
171
|
-
static
|
|
172
|
-
static
|
|
170
|
+
static create2<T>(equalityComparer: IEqualityComparer_1<T>, source: ReadOnlySpan_1<T>): FrozenSet_1<T>;
|
|
171
|
+
static create2<T>(source: ReadOnlySpan_1<T>): FrozenSet_1<T>;
|
|
172
|
+
static toFrozenSet<T>(source: IEnumerable_1<T>, comparer?: IEqualityComparer_1<T>): FrozenSet_1<T>;
|
|
173
173
|
}
|
|
174
174
|
|
|
175
175
|
|
|
@@ -214,14 +214,7 @@
|
|
|
214
214
|
],
|
|
215
215
|
"fields": [],
|
|
216
216
|
"events": [],
|
|
217
|
-
"constructors": []
|
|
218
|
-
"unsatisfiableInterfaces": [
|
|
219
|
-
{
|
|
220
|
-
"interfaceClrName": "System.IDisposable",
|
|
221
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
222
|
-
"issueCount": 1
|
|
223
|
-
}
|
|
224
|
-
]
|
|
217
|
+
"constructors": []
|
|
225
218
|
},
|
|
226
219
|
{
|
|
227
220
|
"stableId": "System.Collections.Immutable:System.Collections.Frozen.FrozenSet\u00601\u002BAlternateLookup\u00601",
|
|
@@ -418,14 +411,7 @@
|
|
|
418
411
|
],
|
|
419
412
|
"fields": [],
|
|
420
413
|
"events": [],
|
|
421
|
-
"constructors": []
|
|
422
|
-
"unsatisfiableInterfaces": [
|
|
423
|
-
{
|
|
424
|
-
"interfaceClrName": "System.IDisposable",
|
|
425
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
426
|
-
"issueCount": 1
|
|
427
|
-
}
|
|
428
|
-
]
|
|
414
|
+
"constructors": []
|
|
429
415
|
},
|
|
430
416
|
{
|
|
431
417
|
"stableId": "System.Collections.Immutable:System.Collections.Frozen.FrozenDictionary\u00602",
|
|
@@ -12,7 +12,7 @@ import type { MethodBase } from '../System.Reflection/internal/index.js';
|
|
|
12
12
|
import type { IDeserializationCallback, ISerializable, SerializationInfo, StreamingContext } from '../System.Runtime.Serialization/internal/index.js';
|
|
13
13
|
import type { ValueTask, ValueTask_1 } from '../System.Threading.Tasks/internal/index.js';
|
|
14
14
|
import type { CancellationToken } from '../System.Threading/internal/index.js';
|
|
15
|
-
import type { Action_1, Array as ClrArray, Boolean as ClrBoolean, Byte, Comparison_1, Converter_2, Enum, Exception, Func_2, Func_3, IComparable_1, IDisposable, IEquatable_1, Int32, Nullable_1, Object as ClrObject, Predicate_1, ReadOnlySpan_1, Span_1, String as ClrString, SystemException, Type, ValueTuple_2, ValueType, Void } from '../System/internal/index.js';
|
|
15
|
+
import type { Action_1, Array as ClrArray, Boolean as ClrBoolean, Byte, Comparison_1, Converter_2, Enum, Exception, Func_2, Func_3, IAsyncDisposable, IComparable_1, IDisposable, IEquatable_1, Int32, Nullable_1, Object as ClrObject, Predicate_1, ReadOnlySpan_1, Span_1, String as ClrString, SystemException, Type, ValueTuple_2, ValueType, Void } from '../System/internal/index.js';
|
|
16
16
|
|
|
17
17
|
export * from './internal/index.js';
|
|
18
18
|
|