@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
|
@@ -18,7 +18,7 @@ import type { IDeserializationCallback, ISerializable, SerializationInfo, Stream
|
|
|
18
18
|
import type { ValueTask, ValueTask_1 } from "../../System.Threading.Tasks/internal/index.js";
|
|
19
19
|
import type { CancellationToken } from "../../System.Threading/internal/index.js";
|
|
20
20
|
import * as System_Internal from "../../System/internal/index.js";
|
|
21
|
-
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";
|
|
21
|
+
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";
|
|
22
22
|
|
|
23
23
|
// CLROf<T> - Maps ergonomic primitives to their CLR types for generic constraints
|
|
24
24
|
// This utility is used ONLY in generic type arguments to satisfy CLR interface constraints
|
|
@@ -46,169 +46,173 @@ export type CLROf<T> =
|
|
|
46
46
|
T; // Identity fallback for non-primitive types
|
|
47
47
|
|
|
48
48
|
export interface IAlternateEqualityComparer_2$instance<TAlternate, T> {
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
49
|
+
create(alternate: TAlternate): T;
|
|
50
|
+
equals(alternate: TAlternate, other: T): boolean;
|
|
51
|
+
getHashCode(alternate: TAlternate): int;
|
|
52
52
|
}
|
|
53
53
|
|
|
54
54
|
|
|
55
55
|
export type IAlternateEqualityComparer_2<TAlternate, T> = IAlternateEqualityComparer_2$instance<TAlternate, T>;
|
|
56
56
|
|
|
57
57
|
export interface IAsyncEnumerable_1$instance<T> {
|
|
58
|
-
|
|
58
|
+
getAsyncEnumerator(cancellationToken?: CancellationToken): IAsyncEnumerator_1<T>;
|
|
59
59
|
}
|
|
60
60
|
|
|
61
61
|
|
|
62
62
|
export type IAsyncEnumerable_1<T> = IAsyncEnumerable_1$instance<T>;
|
|
63
63
|
|
|
64
|
-
export interface IAsyncEnumerator_1$instance<T> {
|
|
65
|
-
readonly
|
|
66
|
-
|
|
67
|
-
|
|
64
|
+
export interface IAsyncEnumerator_1$instance<T> extends IAsyncDisposable {
|
|
65
|
+
readonly current: T;
|
|
66
|
+
disposeAsync(): ValueTask;
|
|
67
|
+
moveNextAsync(): ValueTask_1<CLROf<boolean>>;
|
|
68
68
|
}
|
|
69
69
|
|
|
70
70
|
|
|
71
|
+
export interface IAsyncEnumerator_1$instance<T> extends System_Internal.IAsyncDisposable$instance {}
|
|
72
|
+
|
|
71
73
|
export type IAsyncEnumerator_1<T> = IAsyncEnumerator_1$instance<T>;
|
|
72
74
|
|
|
73
|
-
export interface ICollection_1$instance<T> {
|
|
74
|
-
readonly
|
|
75
|
-
readonly
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
75
|
+
export interface ICollection_1$instance<T> extends IEnumerable_1<T>, IEnumerable {
|
|
76
|
+
readonly count: int;
|
|
77
|
+
readonly isReadOnly: boolean;
|
|
78
|
+
add(item: T): void;
|
|
79
|
+
clear(): void;
|
|
80
|
+
contains(item: T): boolean;
|
|
81
|
+
copyTo(array: T[], arrayIndex: int): void;
|
|
82
|
+
getEnumerator(): IEnumerator_1<T>;
|
|
83
|
+
getEnumerator(): IEnumerator;
|
|
82
84
|
}
|
|
83
85
|
|
|
84
86
|
|
|
85
87
|
export type ICollection_1<T> = ICollection_1$instance<T>;
|
|
86
88
|
|
|
87
89
|
export interface IComparer_1$instance<T> {
|
|
88
|
-
|
|
90
|
+
compare(x: T, y: T): int;
|
|
89
91
|
}
|
|
90
92
|
|
|
91
93
|
|
|
92
94
|
export type IComparer_1<T> = IComparer_1$instance<T>;
|
|
93
95
|
|
|
94
|
-
export interface IDictionary_2$instance<TKey, TValue> {
|
|
95
|
-
|
|
96
|
-
readonly
|
|
97
|
-
readonly
|
|
98
|
-
readonly
|
|
99
|
-
readonly
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
96
|
+
export interface IDictionary_2$instance<TKey, TValue> extends ICollection_1<KeyValuePair_2<TKey, TValue>>, IEnumerable_1<KeyValuePair_2<TKey, TValue>>, IEnumerable {
|
|
97
|
+
item: TValue;
|
|
98
|
+
readonly keys: ICollection_1<TKey>;
|
|
99
|
+
readonly values: ICollection_1<TValue>;
|
|
100
|
+
readonly count: int;
|
|
101
|
+
readonly isReadOnly: boolean;
|
|
102
|
+
add2(item: KeyValuePair_2<TKey, TValue>): void;
|
|
103
|
+
add2(key: TKey, value: TValue): void;
|
|
104
|
+
clear(): void;
|
|
105
|
+
contains(item: KeyValuePair_2<TKey, TValue>): boolean;
|
|
106
|
+
containsKey(key: TKey): boolean;
|
|
107
|
+
copyTo(array: KeyValuePair_2<TKey, TValue>[], arrayIndex: int): void;
|
|
108
|
+
getEnumerator(): IEnumerator_1<KeyValuePair_2<TKey, TValue>>;
|
|
109
|
+
getEnumerator(): IEnumerator;
|
|
110
|
+
tryGetValue(key: TKey, value: { value: ref<TValue> }): boolean;
|
|
109
111
|
}
|
|
110
112
|
|
|
111
113
|
|
|
112
114
|
export type IDictionary_2<TKey, TValue> = IDictionary_2$instance<TKey, TValue>;
|
|
113
115
|
|
|
114
|
-
export interface IEnumerable_1$instance<T> {
|
|
115
|
-
|
|
116
|
-
|
|
116
|
+
export interface IEnumerable_1$instance<T> extends IEnumerable {
|
|
117
|
+
getEnumerator(): IEnumerator_1<T>;
|
|
118
|
+
getEnumerator(): IEnumerator;
|
|
117
119
|
}
|
|
118
120
|
|
|
119
121
|
|
|
120
122
|
export type IEnumerable_1<T> = IEnumerable_1$instance<T>;
|
|
121
123
|
|
|
122
|
-
export interface IEnumerator_1$instance<T> {
|
|
123
|
-
readonly
|
|
124
|
-
|
|
125
|
-
|
|
124
|
+
export interface IEnumerator_1$instance<T> extends IDisposable, IEnumerator {
|
|
125
|
+
readonly current: T;
|
|
126
|
+
dispose(): void;
|
|
127
|
+
moveNext(): boolean;
|
|
126
128
|
}
|
|
127
129
|
|
|
128
130
|
|
|
131
|
+
export interface IEnumerator_1$instance<T> extends System_Internal.IDisposable$instance {}
|
|
132
|
+
|
|
129
133
|
export type IEnumerator_1<T> = IEnumerator_1$instance<T>;
|
|
130
134
|
|
|
131
135
|
export interface IEqualityComparer_1$instance<T> {
|
|
132
|
-
|
|
133
|
-
|
|
136
|
+
equals(x: T, y: T): boolean;
|
|
137
|
+
getHashCode(obj: T): int;
|
|
134
138
|
}
|
|
135
139
|
|
|
136
140
|
|
|
137
141
|
export type IEqualityComparer_1<T> = IEqualityComparer_1$instance<T>;
|
|
138
142
|
|
|
139
|
-
export interface IList_1$instance<T> {
|
|
140
|
-
|
|
141
|
-
readonly
|
|
142
|
-
readonly
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
143
|
+
export interface IList_1$instance<T> extends ICollection_1<T>, IEnumerable_1<T>, IEnumerable {
|
|
144
|
+
item: T;
|
|
145
|
+
readonly count: int;
|
|
146
|
+
readonly isReadOnly: boolean;
|
|
147
|
+
add(item: T): void;
|
|
148
|
+
clear(): void;
|
|
149
|
+
contains(item: T): boolean;
|
|
150
|
+
copyTo(array: T[], arrayIndex: int): void;
|
|
151
|
+
getEnumerator(): IEnumerator_1<T>;
|
|
152
|
+
getEnumerator(): IEnumerator;
|
|
153
|
+
indexOf(item: T): int;
|
|
154
|
+
insert(index: int, item: T): void;
|
|
155
|
+
removeAt(index: int): void;
|
|
152
156
|
}
|
|
153
157
|
|
|
154
158
|
|
|
155
159
|
export type IList_1<T> = IList_1$instance<T>;
|
|
156
160
|
|
|
157
|
-
export interface IReadOnlyCollection_1$instance<T> {
|
|
158
|
-
readonly
|
|
159
|
-
|
|
160
|
-
|
|
161
|
+
export interface IReadOnlyCollection_1$instance<T> extends IEnumerable_1<T>, IEnumerable {
|
|
162
|
+
readonly count: int;
|
|
163
|
+
getEnumerator(): IEnumerator_1<T>;
|
|
164
|
+
getEnumerator(): IEnumerator;
|
|
161
165
|
}
|
|
162
166
|
|
|
163
167
|
|
|
164
168
|
export type IReadOnlyCollection_1<T> = IReadOnlyCollection_1$instance<T>;
|
|
165
169
|
|
|
166
|
-
export interface IReadOnlyDictionary_2$instance<TKey, TValue> {
|
|
167
|
-
readonly
|
|
168
|
-
readonly
|
|
169
|
-
readonly
|
|
170
|
-
readonly
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
170
|
+
export interface IReadOnlyDictionary_2$instance<TKey, TValue> extends IReadOnlyCollection_1<KeyValuePair_2<TKey, TValue>>, IEnumerable_1<KeyValuePair_2<TKey, TValue>>, IEnumerable {
|
|
171
|
+
readonly item: TValue;
|
|
172
|
+
readonly keys: IEnumerable_1<TKey>;
|
|
173
|
+
readonly values: IEnumerable_1<TValue>;
|
|
174
|
+
readonly count: int;
|
|
175
|
+
containsKey(key: TKey): boolean;
|
|
176
|
+
getEnumerator(): IEnumerator_1<KeyValuePair_2<TKey, TValue>>;
|
|
177
|
+
getEnumerator(): IEnumerator;
|
|
178
|
+
tryGetValue(key: TKey, value: { value: ref<TValue> }): boolean;
|
|
175
179
|
}
|
|
176
180
|
|
|
177
181
|
|
|
178
182
|
export type IReadOnlyDictionary_2<TKey, TValue> = IReadOnlyDictionary_2$instance<TKey, TValue>;
|
|
179
183
|
|
|
180
|
-
export interface IReadOnlyList_1$instance<T> {
|
|
181
|
-
readonly
|
|
182
|
-
readonly
|
|
183
|
-
|
|
184
|
-
|
|
184
|
+
export interface IReadOnlyList_1$instance<T> extends IReadOnlyCollection_1<T>, IEnumerable_1<T>, IEnumerable {
|
|
185
|
+
readonly item: T;
|
|
186
|
+
readonly count: int;
|
|
187
|
+
getEnumerator(): IEnumerator_1<T>;
|
|
188
|
+
getEnumerator(): IEnumerator;
|
|
185
189
|
}
|
|
186
190
|
|
|
187
191
|
|
|
188
192
|
export type IReadOnlyList_1<T> = IReadOnlyList_1$instance<T>;
|
|
189
193
|
|
|
190
|
-
export interface IReadOnlySet_1$instance<T> {
|
|
191
|
-
readonly
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
194
|
+
export interface IReadOnlySet_1$instance<T> extends IReadOnlyCollection_1<T>, IEnumerable_1<T>, IEnumerable {
|
|
195
|
+
readonly count: int;
|
|
196
|
+
contains(item: T): boolean;
|
|
197
|
+
getEnumerator(): IEnumerator_1<T>;
|
|
198
|
+
getEnumerator(): IEnumerator;
|
|
199
|
+
isProperSubsetOf(other: IEnumerable_1<T>): boolean;
|
|
196
200
|
}
|
|
197
201
|
|
|
198
202
|
|
|
199
203
|
export type IReadOnlySet_1<T> = IReadOnlySet_1$instance<T>;
|
|
200
204
|
|
|
201
|
-
export interface ISet_1$instance<T> {
|
|
202
|
-
readonly
|
|
203
|
-
readonly
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
205
|
+
export interface ISet_1$instance<T> extends ICollection_1<T>, IEnumerable_1<T>, IEnumerable {
|
|
206
|
+
readonly count: int;
|
|
207
|
+
readonly isReadOnly: boolean;
|
|
208
|
+
add2(item: T): void;
|
|
209
|
+
add2(item: T): boolean;
|
|
210
|
+
clear(): void;
|
|
211
|
+
copyTo(array: T[], arrayIndex: int): void;
|
|
212
|
+
getEnumerator(): IEnumerator_1<T>;
|
|
213
|
+
getEnumerator(): IEnumerator;
|
|
214
|
+
isSubsetOf(other: IEnumerable_1<T>): boolean;
|
|
215
|
+
unionWith(other: IEnumerable_1<T>): void;
|
|
212
216
|
}
|
|
213
217
|
|
|
214
218
|
|
|
@@ -228,7 +232,7 @@ export class Dictionary_2_AlternateLookup_1$instance<TKey, TValue, TAlternateKey
|
|
|
228
232
|
|
|
229
233
|
export type Dictionary_2_AlternateLookup_1<TKey, TValue, TAlternateKey> = Dictionary_2_AlternateLookup_1$instance<TKey, TValue, TAlternateKey>;
|
|
230
234
|
|
|
231
|
-
export class Dictionary_2_Enumerator$instance<TKey, TValue> {
|
|
235
|
+
export class Dictionary_2_Enumerator$instance<TKey, TValue> implements IDisposable {
|
|
232
236
|
readonly current: KeyValuePair_2<TKey, TValue>;
|
|
233
237
|
dispose(): void;
|
|
234
238
|
moveNext(): boolean;
|
|
@@ -236,15 +240,15 @@ export class Dictionary_2_Enumerator$instance<TKey, TValue> {
|
|
|
236
240
|
|
|
237
241
|
|
|
238
242
|
export interface __Dictionary_2_Enumerator$views<TKey, TValue> {
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
243
|
+
As_IEnumerator_1(): IEnumerator_1$instance<KeyValuePair_2<TKey, TValue>>;
|
|
244
|
+
As_IDictionaryEnumerator(): System_Collections_Internal.IDictionaryEnumerator$instance;
|
|
245
|
+
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
242
246
|
}
|
|
243
247
|
|
|
244
248
|
export type Dictionary_2_Enumerator<TKey, TValue> = Dictionary_2_Enumerator$instance<TKey, TValue> & __Dictionary_2_Enumerator$views<TKey, TValue>;
|
|
245
249
|
|
|
246
250
|
|
|
247
|
-
export class Dictionary_2_KeyCollection_Enumerator$instance<TKey, TValue> {
|
|
251
|
+
export class Dictionary_2_KeyCollection_Enumerator$instance<TKey, TValue> implements IDisposable {
|
|
248
252
|
readonly current: TKey;
|
|
249
253
|
dispose(): void;
|
|
250
254
|
moveNext(): boolean;
|
|
@@ -252,14 +256,14 @@ export class Dictionary_2_KeyCollection_Enumerator$instance<TKey, TValue> {
|
|
|
252
256
|
|
|
253
257
|
|
|
254
258
|
export interface __Dictionary_2_KeyCollection_Enumerator$views<TKey, TValue> {
|
|
255
|
-
|
|
256
|
-
|
|
259
|
+
As_IEnumerator_1(): IEnumerator_1$instance<TKey>;
|
|
260
|
+
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
257
261
|
}
|
|
258
262
|
|
|
259
263
|
export type Dictionary_2_KeyCollection_Enumerator<TKey, TValue> = Dictionary_2_KeyCollection_Enumerator$instance<TKey, TValue> & __Dictionary_2_KeyCollection_Enumerator$views<TKey, TValue>;
|
|
260
264
|
|
|
261
265
|
|
|
262
|
-
export class Dictionary_2_ValueCollection_Enumerator$instance<TKey, TValue> {
|
|
266
|
+
export class Dictionary_2_ValueCollection_Enumerator$instance<TKey, TValue> implements IDisposable {
|
|
263
267
|
readonly current: TValue;
|
|
264
268
|
dispose(): void;
|
|
265
269
|
moveNext(): boolean;
|
|
@@ -267,8 +271,8 @@ export class Dictionary_2_ValueCollection_Enumerator$instance<TKey, TValue> {
|
|
|
267
271
|
|
|
268
272
|
|
|
269
273
|
export interface __Dictionary_2_ValueCollection_Enumerator$views<TKey, TValue> {
|
|
270
|
-
|
|
271
|
-
|
|
274
|
+
As_IEnumerator_1(): IEnumerator_1$instance<TValue>;
|
|
275
|
+
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
272
276
|
}
|
|
273
277
|
|
|
274
278
|
export type Dictionary_2_ValueCollection_Enumerator<TKey, TValue> = Dictionary_2_ValueCollection_Enumerator$instance<TKey, TValue> & __Dictionary_2_ValueCollection_Enumerator$views<TKey, TValue>;
|
|
@@ -285,7 +289,7 @@ export class HashSet_1_AlternateLookup_1$instance<T, TAlternate> {
|
|
|
285
289
|
|
|
286
290
|
export type HashSet_1_AlternateLookup_1<T, TAlternate> = HashSet_1_AlternateLookup_1$instance<T, TAlternate>;
|
|
287
291
|
|
|
288
|
-
export class HashSet_1_Enumerator$instance<T> {
|
|
292
|
+
export class HashSet_1_Enumerator$instance<T> implements IDisposable {
|
|
289
293
|
readonly current: T;
|
|
290
294
|
dispose(): void;
|
|
291
295
|
moveNext(): boolean;
|
|
@@ -293,8 +297,8 @@ export class HashSet_1_Enumerator$instance<T> {
|
|
|
293
297
|
|
|
294
298
|
|
|
295
299
|
export interface __HashSet_1_Enumerator$views<T> {
|
|
296
|
-
|
|
297
|
-
|
|
300
|
+
As_IEnumerator_1(): IEnumerator_1$instance<T>;
|
|
301
|
+
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
298
302
|
}
|
|
299
303
|
|
|
300
304
|
export type HashSet_1_Enumerator<T> = HashSet_1_Enumerator$instance<T> & __HashSet_1_Enumerator$views<T>;
|
|
@@ -311,7 +315,7 @@ export class KeyValuePair_2$instance<TKey, TValue> {
|
|
|
311
315
|
|
|
312
316
|
export type KeyValuePair_2<TKey, TValue> = KeyValuePair_2$instance<TKey, TValue>;
|
|
313
317
|
|
|
314
|
-
export class LinkedList_1_Enumerator$instance<T> {
|
|
318
|
+
export class LinkedList_1_Enumerator$instance<T> implements IDisposable {
|
|
315
319
|
readonly current: T;
|
|
316
320
|
dispose(): void;
|
|
317
321
|
moveNext(): boolean;
|
|
@@ -319,16 +323,18 @@ export class LinkedList_1_Enumerator$instance<T> {
|
|
|
319
323
|
|
|
320
324
|
|
|
321
325
|
export interface __LinkedList_1_Enumerator$views<T> {
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
+
As_IEnumerator_1(): IEnumerator_1$instance<T>;
|
|
327
|
+
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
328
|
+
As_IDeserializationCallback(): System_Runtime_Serialization_Internal.IDeserializationCallback$instance;
|
|
329
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
326
330
|
}
|
|
327
331
|
|
|
332
|
+
export interface LinkedList_1_Enumerator$instance<T> extends System_Runtime_Serialization_Internal.IDeserializationCallback$instance, System_Runtime_Serialization_Internal.ISerializable$instance {}
|
|
333
|
+
|
|
328
334
|
export type LinkedList_1_Enumerator<T> = LinkedList_1_Enumerator$instance<T> & __LinkedList_1_Enumerator$views<T>;
|
|
329
335
|
|
|
330
336
|
|
|
331
|
-
export class List_1_Enumerator$instance<T> {
|
|
337
|
+
export class List_1_Enumerator$instance<T> implements IDisposable {
|
|
332
338
|
readonly current: T;
|
|
333
339
|
dispose(): void;
|
|
334
340
|
moveNext(): boolean;
|
|
@@ -336,8 +342,8 @@ export class List_1_Enumerator$instance<T> {
|
|
|
336
342
|
|
|
337
343
|
|
|
338
344
|
export interface __List_1_Enumerator$views<T> {
|
|
339
|
-
|
|
340
|
-
|
|
345
|
+
As_IEnumerator_1(): IEnumerator_1$instance<T>;
|
|
346
|
+
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
341
347
|
}
|
|
342
348
|
|
|
343
349
|
export type List_1_Enumerator<T> = List_1_Enumerator$instance<T> & __List_1_Enumerator$views<T>;
|
|
@@ -350,9 +356,9 @@ export class OrderedDictionary_2_Enumerator$instance<TKey, TValue> {
|
|
|
350
356
|
|
|
351
357
|
|
|
352
358
|
export interface __OrderedDictionary_2_Enumerator$views<TKey, TValue> {
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
359
|
+
As_IEnumerator_1(): IEnumerator_1$instance<KeyValuePair_2<TKey, TValue>>;
|
|
360
|
+
As_IDictionaryEnumerator(): System_Collections_Internal.IDictionaryEnumerator$instance;
|
|
361
|
+
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
356
362
|
}
|
|
357
363
|
|
|
358
364
|
export type OrderedDictionary_2_Enumerator<TKey, TValue> = OrderedDictionary_2_Enumerator$instance<TKey, TValue> & __OrderedDictionary_2_Enumerator$views<TKey, TValue>;
|
|
@@ -365,8 +371,8 @@ export class OrderedDictionary_2_KeyCollection_Enumerator$instance<TKey, TValue>
|
|
|
365
371
|
|
|
366
372
|
|
|
367
373
|
export interface __OrderedDictionary_2_KeyCollection_Enumerator$views<TKey, TValue> {
|
|
368
|
-
|
|
369
|
-
|
|
374
|
+
As_IEnumerator_1(): IEnumerator_1$instance<TKey>;
|
|
375
|
+
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
370
376
|
}
|
|
371
377
|
|
|
372
378
|
export type OrderedDictionary_2_KeyCollection_Enumerator<TKey, TValue> = OrderedDictionary_2_KeyCollection_Enumerator$instance<TKey, TValue> & __OrderedDictionary_2_KeyCollection_Enumerator$views<TKey, TValue>;
|
|
@@ -379,14 +385,14 @@ export class OrderedDictionary_2_ValueCollection_Enumerator$instance<TKey, TValu
|
|
|
379
385
|
|
|
380
386
|
|
|
381
387
|
export interface __OrderedDictionary_2_ValueCollection_Enumerator$views<TKey, TValue> {
|
|
382
|
-
|
|
383
|
-
|
|
388
|
+
As_IEnumerator_1(): IEnumerator_1$instance<TValue>;
|
|
389
|
+
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
384
390
|
}
|
|
385
391
|
|
|
386
392
|
export type OrderedDictionary_2_ValueCollection_Enumerator<TKey, TValue> = OrderedDictionary_2_ValueCollection_Enumerator$instance<TKey, TValue> & __OrderedDictionary_2_ValueCollection_Enumerator$views<TKey, TValue>;
|
|
387
393
|
|
|
388
394
|
|
|
389
|
-
export class PriorityQueue_2_UnorderedItemsCollection_Enumerator$instance<TElement, TPriority> {
|
|
395
|
+
export class PriorityQueue_2_UnorderedItemsCollection_Enumerator$instance<TElement, TPriority> implements IDisposable {
|
|
390
396
|
readonly current: ValueTuple_2<TElement, TPriority>;
|
|
391
397
|
dispose(): void;
|
|
392
398
|
moveNext(): boolean;
|
|
@@ -394,14 +400,14 @@ export class PriorityQueue_2_UnorderedItemsCollection_Enumerator$instance<TEleme
|
|
|
394
400
|
|
|
395
401
|
|
|
396
402
|
export interface __PriorityQueue_2_UnorderedItemsCollection_Enumerator$views<TElement, TPriority> {
|
|
397
|
-
|
|
398
|
-
|
|
403
|
+
As_IEnumerator_1(): IEnumerator_1$instance<ValueTuple_2<TElement, TPriority>>;
|
|
404
|
+
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
399
405
|
}
|
|
400
406
|
|
|
401
407
|
export type PriorityQueue_2_UnorderedItemsCollection_Enumerator<TElement, TPriority> = PriorityQueue_2_UnorderedItemsCollection_Enumerator$instance<TElement, TPriority> & __PriorityQueue_2_UnorderedItemsCollection_Enumerator$views<TElement, TPriority>;
|
|
402
408
|
|
|
403
409
|
|
|
404
|
-
export class Queue_1_Enumerator$instance<T> {
|
|
410
|
+
export class Queue_1_Enumerator$instance<T> implements IDisposable {
|
|
405
411
|
readonly current: T;
|
|
406
412
|
dispose(): void;
|
|
407
413
|
moveNext(): boolean;
|
|
@@ -409,14 +415,14 @@ export class Queue_1_Enumerator$instance<T> {
|
|
|
409
415
|
|
|
410
416
|
|
|
411
417
|
export interface __Queue_1_Enumerator$views<T> {
|
|
412
|
-
|
|
413
|
-
|
|
418
|
+
As_IEnumerator_1(): IEnumerator_1$instance<T>;
|
|
419
|
+
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
414
420
|
}
|
|
415
421
|
|
|
416
422
|
export type Queue_1_Enumerator<T> = Queue_1_Enumerator$instance<T> & __Queue_1_Enumerator$views<T>;
|
|
417
423
|
|
|
418
424
|
|
|
419
|
-
export class SortedDictionary_2_Enumerator$instance<TKey, TValue> {
|
|
425
|
+
export class SortedDictionary_2_Enumerator$instance<TKey, TValue> implements IDisposable {
|
|
420
426
|
readonly current: KeyValuePair_2<TKey, TValue>;
|
|
421
427
|
dispose(): void;
|
|
422
428
|
moveNext(): boolean;
|
|
@@ -424,15 +430,15 @@ export class SortedDictionary_2_Enumerator$instance<TKey, TValue> {
|
|
|
424
430
|
|
|
425
431
|
|
|
426
432
|
export interface __SortedDictionary_2_Enumerator$views<TKey, TValue> {
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
433
|
+
As_IEnumerator_1(): IEnumerator_1$instance<KeyValuePair_2<TKey, TValue>>;
|
|
434
|
+
As_IDictionaryEnumerator(): System_Collections_Internal.IDictionaryEnumerator$instance;
|
|
435
|
+
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
430
436
|
}
|
|
431
437
|
|
|
432
438
|
export type SortedDictionary_2_Enumerator<TKey, TValue> = SortedDictionary_2_Enumerator$instance<TKey, TValue> & __SortedDictionary_2_Enumerator$views<TKey, TValue>;
|
|
433
439
|
|
|
434
440
|
|
|
435
|
-
export class SortedDictionary_2_KeyCollection_Enumerator$instance<TKey, TValue> {
|
|
441
|
+
export class SortedDictionary_2_KeyCollection_Enumerator$instance<TKey, TValue> implements IDisposable {
|
|
436
442
|
readonly current: TKey;
|
|
437
443
|
dispose(): void;
|
|
438
444
|
moveNext(): boolean;
|
|
@@ -440,14 +446,14 @@ export class SortedDictionary_2_KeyCollection_Enumerator$instance<TKey, TValue>
|
|
|
440
446
|
|
|
441
447
|
|
|
442
448
|
export interface __SortedDictionary_2_KeyCollection_Enumerator$views<TKey, TValue> {
|
|
443
|
-
|
|
444
|
-
|
|
449
|
+
As_IEnumerator_1(): IEnumerator_1$instance<TKey>;
|
|
450
|
+
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
445
451
|
}
|
|
446
452
|
|
|
447
453
|
export type SortedDictionary_2_KeyCollection_Enumerator<TKey, TValue> = SortedDictionary_2_KeyCollection_Enumerator$instance<TKey, TValue> & __SortedDictionary_2_KeyCollection_Enumerator$views<TKey, TValue>;
|
|
448
454
|
|
|
449
455
|
|
|
450
|
-
export class SortedDictionary_2_ValueCollection_Enumerator$instance<TKey, TValue> {
|
|
456
|
+
export class SortedDictionary_2_ValueCollection_Enumerator$instance<TKey, TValue> implements IDisposable {
|
|
451
457
|
readonly current: TValue;
|
|
452
458
|
dispose(): void;
|
|
453
459
|
moveNext(): boolean;
|
|
@@ -455,14 +461,14 @@ export class SortedDictionary_2_ValueCollection_Enumerator$instance<TKey, TValue
|
|
|
455
461
|
|
|
456
462
|
|
|
457
463
|
export interface __SortedDictionary_2_ValueCollection_Enumerator$views<TKey, TValue> {
|
|
458
|
-
|
|
459
|
-
|
|
464
|
+
As_IEnumerator_1(): IEnumerator_1$instance<TValue>;
|
|
465
|
+
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
460
466
|
}
|
|
461
467
|
|
|
462
468
|
export type SortedDictionary_2_ValueCollection_Enumerator<TKey, TValue> = SortedDictionary_2_ValueCollection_Enumerator$instance<TKey, TValue> & __SortedDictionary_2_ValueCollection_Enumerator$views<TKey, TValue>;
|
|
463
469
|
|
|
464
470
|
|
|
465
|
-
export class SortedSet_1_Enumerator$instance<T> {
|
|
471
|
+
export class SortedSet_1_Enumerator$instance<T> implements IDisposable {
|
|
466
472
|
readonly current: T;
|
|
467
473
|
dispose(): void;
|
|
468
474
|
moveNext(): boolean;
|
|
@@ -470,16 +476,18 @@ export class SortedSet_1_Enumerator$instance<T> {
|
|
|
470
476
|
|
|
471
477
|
|
|
472
478
|
export interface __SortedSet_1_Enumerator$views<T> {
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
479
|
+
As_IEnumerator_1(): IEnumerator_1$instance<T>;
|
|
480
|
+
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
481
|
+
As_IDeserializationCallback(): System_Runtime_Serialization_Internal.IDeserializationCallback$instance;
|
|
482
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
477
483
|
}
|
|
478
484
|
|
|
485
|
+
export interface SortedSet_1_Enumerator$instance<T> extends System_Runtime_Serialization_Internal.IDeserializationCallback$instance, System_Runtime_Serialization_Internal.ISerializable$instance {}
|
|
486
|
+
|
|
479
487
|
export type SortedSet_1_Enumerator<T> = SortedSet_1_Enumerator$instance<T> & __SortedSet_1_Enumerator$views<T>;
|
|
480
488
|
|
|
481
489
|
|
|
482
|
-
export class Stack_1_Enumerator$instance<T> {
|
|
490
|
+
export class Stack_1_Enumerator$instance<T> implements IDisposable {
|
|
483
491
|
readonly current: T;
|
|
484
492
|
dispose(): void;
|
|
485
493
|
moveNext(): boolean;
|
|
@@ -487,8 +495,8 @@ export class Stack_1_Enumerator$instance<T> {
|
|
|
487
495
|
|
|
488
496
|
|
|
489
497
|
export interface __Stack_1_Enumerator$views<T> {
|
|
490
|
-
|
|
491
|
-
|
|
498
|
+
As_IEnumerator_1(): IEnumerator_1$instance<T>;
|
|
499
|
+
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
492
500
|
}
|
|
493
501
|
|
|
494
502
|
export type Stack_1_Enumerator<T> = Stack_1_Enumerator$instance<T> & __Stack_1_Enumerator$views<T>;
|
|
@@ -496,14 +504,14 @@ export type Stack_1_Enumerator<T> = Stack_1_Enumerator$instance<T> & __Stack_1_E
|
|
|
496
504
|
|
|
497
505
|
export class ByteEqualityComparer$instance extends EqualityComparer_1$instance<CLROf<byte>> {
|
|
498
506
|
constructor();
|
|
499
|
-
equals(x:
|
|
500
|
-
getHashCode(obj:
|
|
507
|
+
equals(x: unknown, y: unknown): boolean;
|
|
508
|
+
getHashCode(obj: unknown): int;
|
|
501
509
|
}
|
|
502
510
|
|
|
503
511
|
|
|
504
512
|
export interface __ByteEqualityComparer$views {
|
|
505
|
-
|
|
506
|
-
|
|
513
|
+
As_IEqualityComparer_1(): IEqualityComparer_1$instance<CLROf<byte>>;
|
|
514
|
+
As_IEqualityComparer(): System_Collections_Internal.IEqualityComparer$instance;
|
|
507
515
|
}
|
|
508
516
|
|
|
509
517
|
export type ByteEqualityComparer = ByteEqualityComparer$instance & __ByteEqualityComparer$views;
|
|
@@ -511,16 +519,18 @@ export type ByteEqualityComparer = ByteEqualityComparer$instance & __ByteEqualit
|
|
|
511
519
|
|
|
512
520
|
export abstract class Comparer_1$instance<T> {
|
|
513
521
|
abstract compare(x: T, y: T): int;
|
|
514
|
-
static readonly
|
|
515
|
-
static
|
|
522
|
+
static readonly default_: unknown;
|
|
523
|
+
static create<T>(comparison: Comparison_1<T>): Comparer_1<T>;
|
|
516
524
|
}
|
|
517
525
|
|
|
518
526
|
|
|
519
527
|
export interface __Comparer_1$views<T> {
|
|
520
|
-
|
|
521
|
-
|
|
528
|
+
As_IComparer_1(): IComparer_1$instance<T>;
|
|
529
|
+
As_IComparer(): System_Collections_Internal.IComparer$instance;
|
|
522
530
|
}
|
|
523
531
|
|
|
532
|
+
export interface Comparer_1$instance<T> extends IComparer_1$instance<T> {}
|
|
533
|
+
|
|
524
534
|
export type Comparer_1<T> = Comparer_1$instance<T> & __Comparer_1$views<T>;
|
|
525
535
|
|
|
526
536
|
|
|
@@ -547,7 +557,7 @@ export class Dictionary_2$instance<TKey, TValue> {
|
|
|
547
557
|
getAlternateLookup<TAlternateKey>(): Dictionary_2_AlternateLookup_1<TKey, TValue, TAlternateKey>;
|
|
548
558
|
getEnumerator(): Dictionary_2_Enumerator<TKey, TValue>;
|
|
549
559
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
550
|
-
onDeserialization(sender:
|
|
560
|
+
onDeserialization(sender: unknown): void;
|
|
551
561
|
remove(key: TKey): boolean;
|
|
552
562
|
remove(key: TKey, value: { value: ref<TValue> }): boolean;
|
|
553
563
|
trimExcess(): void;
|
|
@@ -559,18 +569,20 @@ export class Dictionary_2$instance<TKey, TValue> {
|
|
|
559
569
|
|
|
560
570
|
|
|
561
571
|
export interface __Dictionary_2$views<TKey, TValue> {
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
+
As_ICollection_1(): ICollection_1$instance<KeyValuePair_2<TKey, TValue>>;
|
|
573
|
+
As_IDictionary_2(): IDictionary_2$instance<TKey, TValue>;
|
|
574
|
+
As_IEnumerable_1(): IEnumerable_1$instance<KeyValuePair_2<TKey, TValue>>;
|
|
575
|
+
As_IReadOnlyCollection_1(): IReadOnlyCollection_1$instance<KeyValuePair_2<TKey, TValue>>;
|
|
576
|
+
As_IReadOnlyDictionary_2(): IReadOnlyDictionary_2$instance<TKey, TValue>;
|
|
577
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
578
|
+
As_IDictionary(): System_Collections_Internal.IDictionary$instance;
|
|
579
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
580
|
+
As_IDeserializationCallback(): System_Runtime_Serialization_Internal.IDeserializationCallback$instance;
|
|
581
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
572
582
|
}
|
|
573
583
|
|
|
584
|
+
export interface Dictionary_2$instance<TKey, TValue> extends System_Runtime_Serialization_Internal.IDeserializationCallback$instance, System_Runtime_Serialization_Internal.ISerializable$instance {}
|
|
585
|
+
|
|
574
586
|
export type Dictionary_2<TKey, TValue> = Dictionary_2$instance<TKey, TValue> & __Dictionary_2$views<TKey, TValue>;
|
|
575
587
|
|
|
576
588
|
|
|
@@ -584,11 +596,11 @@ export class Dictionary_2_KeyCollection$instance<TKey, TValue> {
|
|
|
584
596
|
|
|
585
597
|
|
|
586
598
|
export interface __Dictionary_2_KeyCollection$views<TKey, TValue> {
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
599
|
+
As_ICollection_1(): ICollection_1$instance<TKey>;
|
|
600
|
+
As_IEnumerable_1(): IEnumerable_1$instance<TKey>;
|
|
601
|
+
As_IReadOnlyCollection_1(): IReadOnlyCollection_1$instance<TKey>;
|
|
602
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
603
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
592
604
|
}
|
|
593
605
|
|
|
594
606
|
export type Dictionary_2_KeyCollection<TKey, TValue> = Dictionary_2_KeyCollection$instance<TKey, TValue> & __Dictionary_2_KeyCollection$views<TKey, TValue>;
|
|
@@ -603,11 +615,11 @@ export class Dictionary_2_ValueCollection$instance<TKey, TValue> {
|
|
|
603
615
|
|
|
604
616
|
|
|
605
617
|
export interface __Dictionary_2_ValueCollection$views<TKey, TValue> {
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
618
|
+
As_ICollection_1(): ICollection_1$instance<TValue>;
|
|
619
|
+
As_IEnumerable_1(): IEnumerable_1$instance<TValue>;
|
|
620
|
+
As_IReadOnlyCollection_1(): IReadOnlyCollection_1$instance<TValue>;
|
|
621
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
622
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
611
623
|
}
|
|
612
624
|
|
|
613
625
|
export type Dictionary_2_ValueCollection<TKey, TValue> = Dictionary_2_ValueCollection$instance<TKey, TValue> & __Dictionary_2_ValueCollection$views<TKey, TValue>;
|
|
@@ -615,32 +627,34 @@ export type Dictionary_2_ValueCollection<TKey, TValue> = Dictionary_2_ValueColle
|
|
|
615
627
|
|
|
616
628
|
export class EnumEqualityComparer_1$instance<T extends number> extends EqualityComparer_1$instance<T> {
|
|
617
629
|
constructor();
|
|
618
|
-
equals(x:
|
|
619
|
-
getHashCode(obj:
|
|
630
|
+
equals(x: unknown, y: unknown): boolean;
|
|
631
|
+
getHashCode(obj: unknown): int;
|
|
620
632
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
621
633
|
}
|
|
622
634
|
|
|
623
635
|
|
|
624
|
-
export interface __EnumEqualityComparer_1$views<T extends number &
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
636
|
+
export interface __EnumEqualityComparer_1$views<T extends number & unknown> {
|
|
637
|
+
As_IEqualityComparer_1(): IEqualityComparer_1$instance<T>;
|
|
638
|
+
As_IEqualityComparer(): System_Collections_Internal.IEqualityComparer$instance;
|
|
639
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
628
640
|
}
|
|
629
641
|
|
|
642
|
+
export interface EnumEqualityComparer_1$instance<T extends number & unknown> extends System_Runtime_Serialization_Internal.ISerializable$instance {}
|
|
643
|
+
|
|
630
644
|
export type EnumEqualityComparer_1<T extends number> = EnumEqualityComparer_1$instance<T> & __EnumEqualityComparer_1$views<T>;
|
|
631
645
|
|
|
632
646
|
|
|
633
647
|
export abstract class EqualityComparer_1$instance<T> {
|
|
634
648
|
abstract equals(x: T, y: T): boolean;
|
|
635
649
|
abstract getHashCode(obj: T): int;
|
|
636
|
-
static readonly
|
|
637
|
-
static
|
|
650
|
+
static readonly default_: unknown;
|
|
651
|
+
static create<T>(equals: Func_3<T, T, CLROf<boolean>>, getHashCode?: Func_2<T, CLROf<int>>): EqualityComparer_1<T>;
|
|
638
652
|
}
|
|
639
653
|
|
|
640
654
|
|
|
641
655
|
export interface __EqualityComparer_1$views<T> {
|
|
642
|
-
|
|
643
|
-
|
|
656
|
+
As_IEqualityComparer_1(): IEqualityComparer_1$instance<T>;
|
|
657
|
+
As_IEqualityComparer(): System_Collections_Internal.IEqualityComparer$instance;
|
|
644
658
|
}
|
|
645
659
|
|
|
646
660
|
export type EqualityComparer_1<T> = EqualityComparer_1$instance<T> & __EqualityComparer_1$views<T>;
|
|
@@ -648,15 +662,15 @@ export type EqualityComparer_1<T> = EqualityComparer_1$instance<T> & __EqualityC
|
|
|
648
662
|
|
|
649
663
|
export class GenericComparer_1$instance<T extends IComparable_1<T>> extends Comparer_1$instance<T> {
|
|
650
664
|
constructor();
|
|
651
|
-
compare(x:
|
|
652
|
-
equals(obj:
|
|
665
|
+
compare(x: unknown, y: unknown): int;
|
|
666
|
+
equals(obj: unknown): boolean;
|
|
653
667
|
getHashCode(): int;
|
|
654
668
|
}
|
|
655
669
|
|
|
656
670
|
|
|
657
671
|
export interface __GenericComparer_1$views<T extends IComparable_1<T>> {
|
|
658
|
-
|
|
659
|
-
|
|
672
|
+
As_IComparer_1(): IComparer_1$instance<T>;
|
|
673
|
+
As_IComparer(): System_Collections_Internal.IComparer$instance;
|
|
660
674
|
}
|
|
661
675
|
|
|
662
676
|
export type GenericComparer_1<T extends IComparable_1<T>> = GenericComparer_1$instance<T> & __GenericComparer_1$views<T>;
|
|
@@ -664,14 +678,14 @@ export type GenericComparer_1<T extends IComparable_1<T>> = GenericComparer_1$in
|
|
|
664
678
|
|
|
665
679
|
export class GenericEqualityComparer_1$instance<T extends IEquatable_1<T>> extends EqualityComparer_1$instance<T> {
|
|
666
680
|
constructor();
|
|
667
|
-
equals(x:
|
|
668
|
-
getHashCode(obj:
|
|
681
|
+
equals(x: unknown, y: unknown): boolean;
|
|
682
|
+
getHashCode(obj: unknown): int;
|
|
669
683
|
}
|
|
670
684
|
|
|
671
685
|
|
|
672
686
|
export interface __GenericEqualityComparer_1$views<T extends IEquatable_1<T>> {
|
|
673
|
-
|
|
674
|
-
|
|
687
|
+
As_IEqualityComparer_1(): IEqualityComparer_1$instance<T>;
|
|
688
|
+
As_IEqualityComparer(): System_Collections_Internal.IEqualityComparer$instance;
|
|
675
689
|
}
|
|
676
690
|
|
|
677
691
|
export type GenericEqualityComparer_1<T extends IEquatable_1<T>> = GenericEqualityComparer_1$instance<T> & __GenericEqualityComparer_1$views<T>;
|
|
@@ -703,7 +717,7 @@ export class HashSet_1$instance<T> {
|
|
|
703
717
|
isProperSupersetOf(other: IEnumerable_1<T>): boolean;
|
|
704
718
|
isSubsetOf(other: IEnumerable_1<T>): boolean;
|
|
705
719
|
isSupersetOf(other: IEnumerable_1<T>): boolean;
|
|
706
|
-
onDeserialization(sender:
|
|
720
|
+
onDeserialization(sender: unknown): void;
|
|
707
721
|
overlaps(other: IEnumerable_1<T>): boolean;
|
|
708
722
|
remove(item: T): boolean;
|
|
709
723
|
removeWhere(match: Predicate_1<T>): int;
|
|
@@ -714,21 +728,23 @@ export class HashSet_1$instance<T> {
|
|
|
714
728
|
tryGetAlternateLookup<TAlternate>(lookup: { value: ref<HashSet_1_AlternateLookup_1<T, TAlternate>> }): boolean;
|
|
715
729
|
tryGetValue(equalValue: T, actualValue: { value: ref<T> }): boolean;
|
|
716
730
|
unionWith(other: IEnumerable_1<T>): void;
|
|
717
|
-
static
|
|
731
|
+
static createSetComparer<T>(): IEqualityComparer_1<HashSet_1<T>>;
|
|
718
732
|
}
|
|
719
733
|
|
|
720
734
|
|
|
721
735
|
export interface __HashSet_1$views<T> {
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
736
|
+
As_ICollection_1(): ICollection_1$instance<T>;
|
|
737
|
+
As_IEnumerable_1(): IEnumerable_1$instance<T>;
|
|
738
|
+
As_IReadOnlyCollection_1(): IReadOnlyCollection_1$instance<T>;
|
|
739
|
+
As_IReadOnlySet_1(): IReadOnlySet_1$instance<T>;
|
|
740
|
+
As_ISet_1(): ISet_1$instance<T>;
|
|
741
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
742
|
+
As_IDeserializationCallback(): System_Runtime_Serialization_Internal.IDeserializationCallback$instance;
|
|
743
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
730
744
|
}
|
|
731
745
|
|
|
746
|
+
export interface HashSet_1$instance<T> extends System_Runtime_Serialization_Internal.IDeserializationCallback$instance, System_Runtime_Serialization_Internal.ISerializable$instance {}
|
|
747
|
+
|
|
732
748
|
export type HashSet_1<T> = HashSet_1$instance<T> & __HashSet_1$views<T>;
|
|
733
749
|
|
|
734
750
|
|
|
@@ -741,7 +757,7 @@ export class KeyNotFoundException$instance extends System_Internal.SystemExcepti
|
|
|
741
757
|
|
|
742
758
|
|
|
743
759
|
export interface __KeyNotFoundException$views {
|
|
744
|
-
|
|
760
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
745
761
|
}
|
|
746
762
|
|
|
747
763
|
export type KeyNotFoundException = KeyNotFoundException$instance & __KeyNotFoundException$views;
|
|
@@ -768,7 +784,7 @@ export class LinkedList_1$instance<T> {
|
|
|
768
784
|
findLast(value: T): LinkedListNode_1<T>;
|
|
769
785
|
getEnumerator(): LinkedList_1_Enumerator<T>;
|
|
770
786
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
771
|
-
onDeserialization(sender:
|
|
787
|
+
onDeserialization(sender: unknown): void;
|
|
772
788
|
remove(value: T): boolean;
|
|
773
789
|
remove(node: LinkedListNode_1<T>): void;
|
|
774
790
|
removeFirst(): void;
|
|
@@ -777,15 +793,17 @@ export class LinkedList_1$instance<T> {
|
|
|
777
793
|
|
|
778
794
|
|
|
779
795
|
export interface __LinkedList_1$views<T> {
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
796
|
+
As_ICollection_1(): ICollection_1$instance<T>;
|
|
797
|
+
As_IEnumerable_1(): IEnumerable_1$instance<T>;
|
|
798
|
+
As_IReadOnlyCollection_1(): IReadOnlyCollection_1$instance<T>;
|
|
799
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
800
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
801
|
+
As_IDeserializationCallback(): System_Runtime_Serialization_Internal.IDeserializationCallback$instance;
|
|
802
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
787
803
|
}
|
|
788
804
|
|
|
805
|
+
export interface LinkedList_1$instance<T> extends System_Runtime_Serialization_Internal.IDeserializationCallback$instance, System_Runtime_Serialization_Internal.ISerializable$instance {}
|
|
806
|
+
|
|
789
807
|
export type LinkedList_1<T> = LinkedList_1$instance<T> & __LinkedList_1$views<T>;
|
|
790
808
|
|
|
791
809
|
|
|
@@ -860,13 +878,13 @@ export class List_1$instance<T> {
|
|
|
860
878
|
|
|
861
879
|
|
|
862
880
|
export interface __List_1$views<T> {
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
|
|
881
|
+
As_ICollection_1(): ICollection_1$instance<T>;
|
|
882
|
+
As_IEnumerable_1(): IEnumerable_1$instance<T>;
|
|
883
|
+
As_IList_1(): IList_1$instance<T>;
|
|
884
|
+
As_IReadOnlyCollection_1(): IReadOnlyCollection_1$instance<T>;
|
|
885
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
886
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
887
|
+
As_IList(): System_Collections_Internal.IList$instance;
|
|
870
888
|
}
|
|
871
889
|
|
|
872
890
|
export type List_1<T> = List_1$instance<T> & __List_1$views<T>;
|
|
@@ -876,64 +894,70 @@ export class NonRandomizedStringEqualityComparer$instance {
|
|
|
876
894
|
equals(x: string, y: string): boolean;
|
|
877
895
|
getHashCode(obj: string): int;
|
|
878
896
|
getUnderlyingEqualityComparer(): IEqualityComparer_1<CLROf<string>>;
|
|
879
|
-
static
|
|
897
|
+
static getStringComparer(comparer: unknown): IEqualityComparer_1<CLROf<string>>;
|
|
880
898
|
}
|
|
881
899
|
|
|
882
900
|
|
|
883
901
|
export interface __NonRandomizedStringEqualityComparer$views {
|
|
884
|
-
|
|
885
|
-
|
|
902
|
+
As_IEqualityComparer_1(): IEqualityComparer_1$instance<CLROf<string>>;
|
|
903
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
886
904
|
}
|
|
887
905
|
|
|
906
|
+
export interface NonRandomizedStringEqualityComparer$instance extends System_Runtime_Serialization_Internal.ISerializable$instance {}
|
|
907
|
+
|
|
888
908
|
export type NonRandomizedStringEqualityComparer = NonRandomizedStringEqualityComparer$instance & __NonRandomizedStringEqualityComparer$views;
|
|
889
909
|
|
|
890
910
|
|
|
891
|
-
export class NullableComparer_1$instance<T extends
|
|
911
|
+
export class NullableComparer_1$instance<T extends unknown> extends Comparer_1$instance<Nullable_1<T>> {
|
|
892
912
|
constructor();
|
|
893
|
-
compare(x:
|
|
894
|
-
equals(obj:
|
|
913
|
+
compare(x: unknown, y: unknown): int;
|
|
914
|
+
equals(obj: unknown): boolean;
|
|
895
915
|
getHashCode(): int;
|
|
896
916
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
897
917
|
}
|
|
898
918
|
|
|
899
919
|
|
|
900
|
-
export interface __NullableComparer_1$views<T extends
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
920
|
+
export interface __NullableComparer_1$views<T extends unknown> {
|
|
921
|
+
As_IComparer_1(): IComparer_1$instance<Nullable_1<T>>;
|
|
922
|
+
As_IComparer(): System_Collections_Internal.IComparer$instance;
|
|
923
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
904
924
|
}
|
|
905
925
|
|
|
926
|
+
export interface NullableComparer_1$instance<T extends unknown> extends System_Runtime_Serialization_Internal.ISerializable$instance {}
|
|
927
|
+
|
|
906
928
|
export type NullableComparer_1<T> = NullableComparer_1$instance<T> & __NullableComparer_1$views<T>;
|
|
907
929
|
|
|
908
930
|
|
|
909
|
-
export class NullableEqualityComparer_1$instance<T extends
|
|
931
|
+
export class NullableEqualityComparer_1$instance<T extends unknown> extends EqualityComparer_1$instance<Nullable_1<T>> {
|
|
910
932
|
constructor();
|
|
911
|
-
equals(x:
|
|
912
|
-
getHashCode(obj:
|
|
933
|
+
equals(x: unknown, y: unknown): boolean;
|
|
934
|
+
getHashCode(obj: unknown): int;
|
|
913
935
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
914
936
|
}
|
|
915
937
|
|
|
916
938
|
|
|
917
|
-
export interface __NullableEqualityComparer_1$views<T extends
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
939
|
+
export interface __NullableEqualityComparer_1$views<T extends unknown> {
|
|
940
|
+
As_IEqualityComparer_1(): IEqualityComparer_1$instance<Nullable_1<T>>;
|
|
941
|
+
As_IEqualityComparer(): System_Collections_Internal.IEqualityComparer$instance;
|
|
942
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
921
943
|
}
|
|
922
944
|
|
|
945
|
+
export interface NullableEqualityComparer_1$instance<T extends unknown> extends System_Runtime_Serialization_Internal.ISerializable$instance {}
|
|
946
|
+
|
|
923
947
|
export type NullableEqualityComparer_1<T> = NullableEqualityComparer_1$instance<T> & __NullableEqualityComparer_1$views<T>;
|
|
924
948
|
|
|
925
949
|
|
|
926
950
|
export class ObjectComparer_1$instance<T> extends Comparer_1$instance<T> {
|
|
927
951
|
constructor();
|
|
928
|
-
compare(x:
|
|
929
|
-
equals(obj:
|
|
952
|
+
compare(x: unknown, y: unknown): int;
|
|
953
|
+
equals(obj: unknown): boolean;
|
|
930
954
|
getHashCode(): int;
|
|
931
955
|
}
|
|
932
956
|
|
|
933
957
|
|
|
934
958
|
export interface __ObjectComparer_1$views<T> {
|
|
935
|
-
|
|
936
|
-
|
|
959
|
+
As_IComparer_1(): IComparer_1$instance<T>;
|
|
960
|
+
As_IComparer(): System_Collections_Internal.IComparer$instance;
|
|
937
961
|
}
|
|
938
962
|
|
|
939
963
|
export type ObjectComparer_1<T> = ObjectComparer_1$instance<T> & __ObjectComparer_1$views<T>;
|
|
@@ -941,14 +965,14 @@ export type ObjectComparer_1<T> = ObjectComparer_1$instance<T> & __ObjectCompare
|
|
|
941
965
|
|
|
942
966
|
export class ObjectEqualityComparer_1$instance<T> extends EqualityComparer_1$instance<T> {
|
|
943
967
|
constructor();
|
|
944
|
-
equals(x:
|
|
945
|
-
getHashCode(obj:
|
|
968
|
+
equals(x: unknown, y: unknown): boolean;
|
|
969
|
+
getHashCode(obj: unknown): int;
|
|
946
970
|
}
|
|
947
971
|
|
|
948
972
|
|
|
949
973
|
export interface __ObjectEqualityComparer_1$views<T> {
|
|
950
|
-
|
|
951
|
-
|
|
974
|
+
As_IEqualityComparer_1(): IEqualityComparer_1$instance<T>;
|
|
975
|
+
As_IEqualityComparer(): System_Collections_Internal.IEqualityComparer$instance;
|
|
952
976
|
}
|
|
953
977
|
|
|
954
978
|
export type ObjectEqualityComparer_1<T> = ObjectEqualityComparer_1$instance<T> & __ObjectEqualityComparer_1$views<T>;
|
|
@@ -993,16 +1017,16 @@ export class OrderedDictionary_2$instance<TKey, TValue> {
|
|
|
993
1017
|
|
|
994
1018
|
|
|
995
1019
|
export interface __OrderedDictionary_2$views<TKey, TValue> {
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1000
|
-
|
|
1001
|
-
|
|
1002
|
-
|
|
1003
|
-
|
|
1004
|
-
|
|
1005
|
-
|
|
1020
|
+
As_ICollection_1(): ICollection_1$instance<KeyValuePair_2<TKey, TValue>>;
|
|
1021
|
+
As_IDictionary_2(): IDictionary_2$instance<TKey, TValue>;
|
|
1022
|
+
As_IEnumerable_1(): IEnumerable_1$instance<KeyValuePair_2<TKey, TValue>>;
|
|
1023
|
+
As_IList_1(): IList_1$instance<KeyValuePair_2<TKey, TValue>>;
|
|
1024
|
+
As_IReadOnlyCollection_1(): IReadOnlyCollection_1$instance<KeyValuePair_2<TKey, TValue>>;
|
|
1025
|
+
As_IReadOnlyDictionary_2(): IReadOnlyDictionary_2$instance<TKey, TValue>;
|
|
1026
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
1027
|
+
As_IDictionary(): System_Collections_Internal.IDictionary$instance;
|
|
1028
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
1029
|
+
As_IList(): System_Collections_Internal.IList$instance;
|
|
1006
1030
|
}
|
|
1007
1031
|
|
|
1008
1032
|
export type OrderedDictionary_2<TKey, TValue> = OrderedDictionary_2$instance<TKey, TValue> & __OrderedDictionary_2$views<TKey, TValue>;
|
|
@@ -1017,13 +1041,13 @@ export class OrderedDictionary_2_KeyCollection$instance<TKey, TValue> {
|
|
|
1017
1041
|
|
|
1018
1042
|
|
|
1019
1043
|
export interface __OrderedDictionary_2_KeyCollection$views<TKey, TValue> {
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
|
|
1044
|
+
As_ICollection_1(): ICollection_1$instance<TKey>;
|
|
1045
|
+
As_IEnumerable_1(): IEnumerable_1$instance<TKey>;
|
|
1046
|
+
As_IList_1(): IList_1$instance<TKey>;
|
|
1047
|
+
As_IReadOnlyCollection_1(): IReadOnlyCollection_1$instance<TKey>;
|
|
1048
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
1049
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
1050
|
+
As_IList(): System_Collections_Internal.IList$instance;
|
|
1027
1051
|
}
|
|
1028
1052
|
|
|
1029
1053
|
export type OrderedDictionary_2_KeyCollection<TKey, TValue> = OrderedDictionary_2_KeyCollection$instance<TKey, TValue> & __OrderedDictionary_2_KeyCollection$views<TKey, TValue>;
|
|
@@ -1037,13 +1061,13 @@ export class OrderedDictionary_2_ValueCollection$instance<TKey, TValue> {
|
|
|
1037
1061
|
|
|
1038
1062
|
|
|
1039
1063
|
export interface __OrderedDictionary_2_ValueCollection$views<TKey, TValue> {
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1043
|
-
|
|
1044
|
-
|
|
1045
|
-
|
|
1046
|
-
|
|
1064
|
+
As_ICollection_1(): ICollection_1$instance<TValue>;
|
|
1065
|
+
As_IEnumerable_1(): IEnumerable_1$instance<TValue>;
|
|
1066
|
+
As_IList_1(): IList_1$instance<TValue>;
|
|
1067
|
+
As_IReadOnlyCollection_1(): IReadOnlyCollection_1$instance<TValue>;
|
|
1068
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
1069
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
1070
|
+
As_IList(): System_Collections_Internal.IList$instance;
|
|
1047
1071
|
}
|
|
1048
1072
|
|
|
1049
1073
|
export type OrderedDictionary_2_ValueCollection<TKey, TValue> = OrderedDictionary_2_ValueCollection$instance<TKey, TValue> & __OrderedDictionary_2_ValueCollection$views<TKey, TValue>;
|
|
@@ -1085,10 +1109,10 @@ export class PriorityQueue_2_UnorderedItemsCollection$instance<TElement, TPriori
|
|
|
1085
1109
|
|
|
1086
1110
|
|
|
1087
1111
|
export interface __PriorityQueue_2_UnorderedItemsCollection$views<TElement, TPriority> {
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1112
|
+
As_IEnumerable_1(): IEnumerable_1$instance<ValueTuple_2<TElement, TPriority>>;
|
|
1113
|
+
As_IReadOnlyCollection_1(): IReadOnlyCollection_1$instance<ValueTuple_2<TElement, TPriority>>;
|
|
1114
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
1115
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
1092
1116
|
}
|
|
1093
1117
|
|
|
1094
1118
|
export type PriorityQueue_2_UnorderedItemsCollection<TElement, TPriority> = PriorityQueue_2_UnorderedItemsCollection$instance<TElement, TPriority> & __PriorityQueue_2_UnorderedItemsCollection$views<TElement, TPriority>;
|
|
@@ -1117,25 +1141,25 @@ export class Queue_1$instance<T> {
|
|
|
1117
1141
|
|
|
1118
1142
|
|
|
1119
1143
|
export interface __Queue_1$views<T> {
|
|
1120
|
-
|
|
1121
|
-
|
|
1122
|
-
|
|
1123
|
-
|
|
1144
|
+
As_IEnumerable_1(): IEnumerable_1$instance<T>;
|
|
1145
|
+
As_IReadOnlyCollection_1(): IReadOnlyCollection_1$instance<T>;
|
|
1146
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
1147
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
1124
1148
|
}
|
|
1125
1149
|
|
|
1126
1150
|
export type Queue_1<T> = Queue_1$instance<T> & __Queue_1$views<T>;
|
|
1127
1151
|
|
|
1128
1152
|
|
|
1129
1153
|
export class ReferenceEqualityComparer$instance {
|
|
1130
|
-
equals(x:
|
|
1131
|
-
getHashCode(obj:
|
|
1132
|
-
static readonly
|
|
1154
|
+
equals(x: unknown, y: unknown): boolean;
|
|
1155
|
+
getHashCode(obj: unknown): int;
|
|
1156
|
+
static readonly instance: ReferenceEqualityComparer;
|
|
1133
1157
|
}
|
|
1134
1158
|
|
|
1135
1159
|
|
|
1136
1160
|
export interface __ReferenceEqualityComparer$views {
|
|
1137
|
-
|
|
1138
|
-
|
|
1161
|
+
As_IEqualityComparer_1(): IEqualityComparer_1$instance<unknown>;
|
|
1162
|
+
As_IEqualityComparer(): System_Collections_Internal.IEqualityComparer$instance;
|
|
1139
1163
|
}
|
|
1140
1164
|
|
|
1141
1165
|
export type ReferenceEqualityComparer = ReferenceEqualityComparer$instance & __ReferenceEqualityComparer$views;
|
|
@@ -1163,14 +1187,14 @@ export class SortedDictionary_2$instance<TKey, TValue> {
|
|
|
1163
1187
|
|
|
1164
1188
|
|
|
1165
1189
|
export interface __SortedDictionary_2$views<TKey, TValue> {
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1190
|
+
As_ICollection_1(): ICollection_1$instance<KeyValuePair_2<TKey, TValue>>;
|
|
1191
|
+
As_IDictionary_2(): IDictionary_2$instance<TKey, TValue>;
|
|
1192
|
+
As_IEnumerable_1(): IEnumerable_1$instance<KeyValuePair_2<TKey, TValue>>;
|
|
1193
|
+
As_IReadOnlyCollection_1(): IReadOnlyCollection_1$instance<KeyValuePair_2<TKey, TValue>>;
|
|
1194
|
+
As_IReadOnlyDictionary_2(): IReadOnlyDictionary_2$instance<TKey, TValue>;
|
|
1195
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
1196
|
+
As_IDictionary(): System_Collections_Internal.IDictionary$instance;
|
|
1197
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
1174
1198
|
}
|
|
1175
1199
|
|
|
1176
1200
|
export type SortedDictionary_2<TKey, TValue> = SortedDictionary_2$instance<TKey, TValue> & __SortedDictionary_2$views<TKey, TValue>;
|
|
@@ -1186,11 +1210,11 @@ export class SortedDictionary_2_KeyCollection$instance<TKey, TValue> {
|
|
|
1186
1210
|
|
|
1187
1211
|
|
|
1188
1212
|
export interface __SortedDictionary_2_KeyCollection$views<TKey, TValue> {
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
|
|
1193
|
-
|
|
1213
|
+
As_ICollection_1(): ICollection_1$instance<TKey>;
|
|
1214
|
+
As_IEnumerable_1(): IEnumerable_1$instance<TKey>;
|
|
1215
|
+
As_IReadOnlyCollection_1(): IReadOnlyCollection_1$instance<TKey>;
|
|
1216
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
1217
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
1194
1218
|
}
|
|
1195
1219
|
|
|
1196
1220
|
export type SortedDictionary_2_KeyCollection<TKey, TValue> = SortedDictionary_2_KeyCollection$instance<TKey, TValue> & __SortedDictionary_2_KeyCollection$views<TKey, TValue>;
|
|
@@ -1198,15 +1222,15 @@ export type SortedDictionary_2_KeyCollection<TKey, TValue> = SortedDictionary_2_
|
|
|
1198
1222
|
|
|
1199
1223
|
export class SortedDictionary_2_KeyValuePairComparer$instance<TKey, TValue> extends Comparer_1$instance<KeyValuePair_2<TKey, TValue>> {
|
|
1200
1224
|
constructor(keyComparer: IComparer_1<TKey>);
|
|
1201
|
-
compare(x:
|
|
1202
|
-
equals(obj:
|
|
1225
|
+
compare(x: unknown, y: unknown): int;
|
|
1226
|
+
equals(obj: unknown): boolean;
|
|
1203
1227
|
getHashCode(): int;
|
|
1204
1228
|
}
|
|
1205
1229
|
|
|
1206
1230
|
|
|
1207
1231
|
export interface __SortedDictionary_2_KeyValuePairComparer$views<TKey, TValue> {
|
|
1208
|
-
|
|
1209
|
-
|
|
1232
|
+
As_IComparer_1(): IComparer_1$instance<KeyValuePair_2<TKey, TValue>>;
|
|
1233
|
+
As_IComparer(): System_Collections_Internal.IComparer$instance;
|
|
1210
1234
|
}
|
|
1211
1235
|
|
|
1212
1236
|
export type SortedDictionary_2_KeyValuePairComparer<TKey, TValue> = SortedDictionary_2_KeyValuePairComparer$instance<TKey, TValue> & __SortedDictionary_2_KeyValuePairComparer$views<TKey, TValue>;
|
|
@@ -1221,11 +1245,11 @@ export class SortedDictionary_2_ValueCollection$instance<TKey, TValue> {
|
|
|
1221
1245
|
|
|
1222
1246
|
|
|
1223
1247
|
export interface __SortedDictionary_2_ValueCollection$views<TKey, TValue> {
|
|
1224
|
-
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1248
|
+
As_ICollection_1(): ICollection_1$instance<TValue>;
|
|
1249
|
+
As_IEnumerable_1(): IEnumerable_1$instance<TValue>;
|
|
1250
|
+
As_IReadOnlyCollection_1(): IReadOnlyCollection_1$instance<TValue>;
|
|
1251
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
1252
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
1229
1253
|
}
|
|
1230
1254
|
|
|
1231
1255
|
export type SortedDictionary_2_ValueCollection<TKey, TValue> = SortedDictionary_2_ValueCollection$instance<TKey, TValue> & __SortedDictionary_2_ValueCollection$views<TKey, TValue>;
|
|
@@ -1262,14 +1286,14 @@ export class SortedList_2$instance<TKey, TValue> {
|
|
|
1262
1286
|
|
|
1263
1287
|
|
|
1264
1288
|
export interface __SortedList_2$views<TKey, TValue> {
|
|
1265
|
-
|
|
1266
|
-
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1289
|
+
As_ICollection_1(): ICollection_1$instance<KeyValuePair_2<TKey, TValue>>;
|
|
1290
|
+
As_IDictionary_2(): IDictionary_2$instance<TKey, TValue>;
|
|
1291
|
+
As_IEnumerable_1(): IEnumerable_1$instance<KeyValuePair_2<TKey, TValue>>;
|
|
1292
|
+
As_IReadOnlyCollection_1(): IReadOnlyCollection_1$instance<KeyValuePair_2<TKey, TValue>>;
|
|
1293
|
+
As_IReadOnlyDictionary_2(): IReadOnlyDictionary_2$instance<TKey, TValue>;
|
|
1294
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
1295
|
+
As_IDictionary(): System_Collections_Internal.IDictionary$instance;
|
|
1296
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
1273
1297
|
}
|
|
1274
1298
|
|
|
1275
1299
|
export type SortedList_2<TKey, TValue> = SortedList_2$instance<TKey, TValue> & __SortedList_2$views<TKey, TValue>;
|
|
@@ -1292,11 +1316,11 @@ export class SortedList_2_KeyList$instance<TKey, TValue> {
|
|
|
1292
1316
|
|
|
1293
1317
|
|
|
1294
1318
|
export interface __SortedList_2_KeyList$views<TKey, TValue> {
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1319
|
+
As_ICollection_1(): ICollection_1$instance<TKey>;
|
|
1320
|
+
As_IEnumerable_1(): IEnumerable_1$instance<TKey>;
|
|
1321
|
+
As_IList_1(): IList_1$instance<TKey>;
|
|
1322
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
1323
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
1300
1324
|
}
|
|
1301
1325
|
|
|
1302
1326
|
export type SortedList_2_KeyList<TKey, TValue> = SortedList_2_KeyList$instance<TKey, TValue> & __SortedList_2_KeyList$views<TKey, TValue>;
|
|
@@ -1319,11 +1343,11 @@ export class SortedList_2_ValueList$instance<TKey, TValue> {
|
|
|
1319
1343
|
|
|
1320
1344
|
|
|
1321
1345
|
export interface __SortedList_2_ValueList$views<TKey, TValue> {
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1346
|
+
As_ICollection_1(): ICollection_1$instance<TValue>;
|
|
1347
|
+
As_IEnumerable_1(): IEnumerable_1$instance<TValue>;
|
|
1348
|
+
As_IList_1(): IList_1$instance<TValue>;
|
|
1349
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
1350
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
1327
1351
|
}
|
|
1328
1352
|
|
|
1329
1353
|
export type SortedList_2_ValueList<TKey, TValue> = SortedList_2_ValueList$instance<TKey, TValue> & __SortedList_2_ValueList$views<TKey, TValue>;
|
|
@@ -1360,23 +1384,25 @@ export class SortedSet_1$instance<T> {
|
|
|
1360
1384
|
symmetricExceptWith(other: IEnumerable_1<T>): void;
|
|
1361
1385
|
tryGetValue(equalValue: T, actualValue: { value: ref<T> }): boolean;
|
|
1362
1386
|
unionWith(other: IEnumerable_1<T>): void;
|
|
1363
|
-
static
|
|
1364
|
-
static
|
|
1387
|
+
static createSetComparer<T>(): IEqualityComparer_1<SortedSet_1<T>>;
|
|
1388
|
+
static createSetComparer<T>(memberEqualityComparer: IEqualityComparer_1<T>): IEqualityComparer_1<SortedSet_1<T>>;
|
|
1365
1389
|
}
|
|
1366
1390
|
|
|
1367
1391
|
|
|
1368
1392
|
export interface __SortedSet_1$views<T> {
|
|
1369
|
-
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
|
|
1377
|
-
|
|
1393
|
+
As_ICollection_1(): ICollection_1$instance<T>;
|
|
1394
|
+
As_IEnumerable_1(): IEnumerable_1$instance<T>;
|
|
1395
|
+
As_IReadOnlyCollection_1(): IReadOnlyCollection_1$instance<T>;
|
|
1396
|
+
As_IReadOnlySet_1(): IReadOnlySet_1$instance<T>;
|
|
1397
|
+
As_ISet_1(): ISet_1$instance<T>;
|
|
1398
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
1399
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
1400
|
+
As_IDeserializationCallback(): System_Runtime_Serialization_Internal.IDeserializationCallback$instance;
|
|
1401
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
1378
1402
|
}
|
|
1379
1403
|
|
|
1404
|
+
export interface SortedSet_1$instance<T> extends System_Runtime_Serialization_Internal.IDeserializationCallback$instance, System_Runtime_Serialization_Internal.ISerializable$instance {}
|
|
1405
|
+
|
|
1380
1406
|
export type SortedSet_1<T> = SortedSet_1$instance<T> & __SortedSet_1$views<T>;
|
|
1381
1407
|
|
|
1382
1408
|
|
|
@@ -1403,10 +1429,10 @@ export class Stack_1$instance<T> {
|
|
|
1403
1429
|
|
|
1404
1430
|
|
|
1405
1431
|
export interface __Stack_1$views<T> {
|
|
1406
|
-
|
|
1407
|
-
|
|
1408
|
-
|
|
1409
|
-
|
|
1432
|
+
As_IEnumerable_1(): IEnumerable_1$instance<T>;
|
|
1433
|
+
As_IReadOnlyCollection_1(): IReadOnlyCollection_1$instance<T>;
|
|
1434
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
1435
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
1410
1436
|
}
|
|
1411
1437
|
|
|
1412
1438
|
export type Stack_1<T> = Stack_1$instance<T> & __Stack_1$views<T>;
|
|
@@ -1429,44 +1455,46 @@ export class TreeSet_1$instance<T> extends SortedSet_1$instance<T> {
|
|
|
1429
1455
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
1430
1456
|
isProperSubsetOf(other: IEnumerable_1<T>): boolean;
|
|
1431
1457
|
isSubsetOf(other: IEnumerable_1<T>): boolean;
|
|
1432
|
-
onDeserialization(sender:
|
|
1458
|
+
onDeserialization(sender: unknown): void;
|
|
1433
1459
|
unionWith(other: IEnumerable_1<T>): void;
|
|
1434
1460
|
}
|
|
1435
1461
|
|
|
1436
1462
|
|
|
1437
1463
|
export interface __TreeSet_1$views<T> {
|
|
1438
|
-
|
|
1439
|
-
|
|
1440
|
-
|
|
1441
|
-
|
|
1442
|
-
|
|
1443
|
-
|
|
1444
|
-
|
|
1445
|
-
|
|
1446
|
-
|
|
1464
|
+
As_ICollection_1(): ICollection_1$instance<T>;
|
|
1465
|
+
As_IEnumerable_1(): IEnumerable_1$instance<T>;
|
|
1466
|
+
As_IReadOnlyCollection_1(): IReadOnlyCollection_1$instance<T>;
|
|
1467
|
+
As_IReadOnlySet_1(): IReadOnlySet_1$instance<T>;
|
|
1468
|
+
As_ISet_1(): ISet_1$instance<T>;
|
|
1469
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
1470
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
1471
|
+
As_IDeserializationCallback(): System_Runtime_Serialization_Internal.IDeserializationCallback$instance;
|
|
1472
|
+
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
1447
1473
|
}
|
|
1448
1474
|
|
|
1475
|
+
export interface TreeSet_1$instance<T> extends System_Runtime_Serialization_Internal.IDeserializationCallback$instance, System_Runtime_Serialization_Internal.ISerializable$instance {}
|
|
1476
|
+
|
|
1449
1477
|
export type TreeSet_1<T> = TreeSet_1$instance<T> & __TreeSet_1$views<T>;
|
|
1450
1478
|
|
|
1451
1479
|
|
|
1452
1480
|
export abstract class CollectionExtensions$instance {
|
|
1453
|
-
static
|
|
1454
|
-
static
|
|
1455
|
-
static
|
|
1456
|
-
static
|
|
1457
|
-
static
|
|
1458
|
-
static
|
|
1459
|
-
static
|
|
1460
|
-
static
|
|
1461
|
-
static
|
|
1462
|
-
static
|
|
1481
|
+
static addRange<T>(list: List_1<T>, source: ReadOnlySpan_1<T>): void;
|
|
1482
|
+
static asReadOnly3<TKey, TValue>(dictionary: IDictionary_2<TKey, TValue>): ReadOnlyDictionary_2<TKey, TValue>;
|
|
1483
|
+
static asReadOnly3<T>(list: IList_1<T>): ReadOnlyCollection_1<T>;
|
|
1484
|
+
static asReadOnly3<T>(set_: ISet_1<T>): ReadOnlySet_1<T>;
|
|
1485
|
+
static copyTo<T>(list: List_1<T>, destination: Span_1<T>): void;
|
|
1486
|
+
static getValueOrDefault2<TKey, TValue>(dictionary: IReadOnlyDictionary_2<TKey, TValue>, key: TKey, defaultValue: TValue): TValue;
|
|
1487
|
+
static getValueOrDefault2<TKey, TValue>(dictionary: IReadOnlyDictionary_2<TKey, TValue>, key: TKey): TValue;
|
|
1488
|
+
static insertRange<T>(list: List_1<T>, index: int, source: ReadOnlySpan_1<T>): void;
|
|
1489
|
+
static remove<TKey, TValue>(dictionary: IDictionary_2<TKey, TValue>, key: TKey, value: { value: ref<TValue> }): boolean;
|
|
1490
|
+
static tryAdd<TKey, TValue>(dictionary: IDictionary_2<TKey, TValue>, key: TKey, value: TValue): boolean;
|
|
1463
1491
|
}
|
|
1464
1492
|
|
|
1465
1493
|
|
|
1466
1494
|
export type CollectionExtensions = CollectionExtensions$instance;
|
|
1467
1495
|
|
|
1468
1496
|
export abstract class KeyValuePair$instance {
|
|
1469
|
-
static
|
|
1497
|
+
static create<TKey, TValue>(key: TKey, value: TValue): KeyValuePair_2<TKey, TValue>;
|
|
1470
1498
|
}
|
|
1471
1499
|
|
|
1472
1500
|
|