@tsonic/dotnet 0.8.2 → 0.8.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +18 -18
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +1 -1
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +2 -2
- package/Microsoft.Win32/internal/index.d.ts +10 -10
- package/System/internal/index.d.ts +964 -950
- package/System.Buffers/internal/index.d.ts +2 -2
- package/System.CodeDom.Compiler/internal/index.d.ts +10 -10
- package/System.Collections/internal/index.d.ts +30 -24
- package/System.Collections.Concurrent/internal/index.d.ts +10 -10
- package/System.Collections.Frozen/bindings.json +20 -20
- package/System.Collections.Frozen/internal/index.d.ts +6 -6
- package/System.Collections.Frozen/internal/metadata.json +10 -10
- package/System.Collections.Generic/bindings.json +20 -44
- package/System.Collections.Generic/internal/index.d.ts +54 -54
- package/System.Collections.Generic/internal/metadata.json +10 -26
- package/System.Collections.Immutable/internal/index.d.ts +88 -88
- package/System.Collections.ObjectModel/internal/index.d.ts +15 -15
- package/System.Collections.Specialized/internal/index.d.ts +53 -49
- package/System.ComponentModel/internal/index.d.ts +388 -376
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +55 -45
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +3 -2
- package/System.ComponentModel.Design/internal/index.d.ts +36 -36
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +20 -20
- package/System.Data/internal/index.d.ts +171 -163
- package/System.Data.Common/internal/index.d.ts +36 -28
- package/System.Data.SqlTypes/internal/index.d.ts +23 -23
- package/System.Diagnostics/internal/index.d.ts +250 -228
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +37 -23
- package/System.Diagnostics.Contracts/internal/index.d.ts +4 -4
- package/System.Diagnostics.Metrics/internal/index.d.ts +34 -29
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +4 -4
- package/System.Diagnostics.Tracing/internal/index.d.ts +26 -24
- package/System.Drawing/internal/index.d.ts +76 -76
- package/System.Dynamic/internal/index.d.ts +26 -26
- package/System.Formats.Asn1/internal/index.d.ts +4 -4
- package/System.Formats.Tar/internal/index.d.ts +5 -4
- package/System.Globalization/internal/index.d.ts +22 -20
- package/System.IO/internal/index.d.ts +106 -103
- package/System.IO.Compression/internal/index.d.ts +24 -24
- package/System.IO.Enumeration/internal/index.d.ts +7 -5
- package/System.IO.IsolatedStorage/internal/index.d.ts +9 -9
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +8 -8
- package/System.IO.Pipelines/internal/index.d.ts +5 -5
- package/System.IO.Pipes/internal/index.d.ts +4 -4
- package/System.Linq/internal/index.d.ts +207 -207
- package/System.Linq.Expressions/internal/index.d.ts +160 -160
- package/System.Net/internal/index.d.ts +157 -131
- package/System.Net.Cache/internal/index.d.ts +2 -2
- package/System.Net.Http/internal/index.d.ts +69 -53
- package/System.Net.Http.Headers/internal/index.d.ts +62 -45
- package/System.Net.Http.Json/internal/index.d.ts +38 -38
- package/System.Net.Http.Metrics/internal/index.d.ts +1 -1
- package/System.Net.Mail/internal/index.d.ts +80 -70
- package/System.Net.Mime/internal/index.d.ts +4 -2
- package/System.Net.NetworkInformation/internal/index.d.ts +23 -23
- package/System.Net.Quic/internal/index.d.ts +4 -3
- package/System.Net.Security/internal/index.d.ts +65 -49
- package/System.Net.ServerSentEvents/internal/index.d.ts +3 -2
- package/System.Net.Sockets/internal/index.d.ts +49 -42
- package/System.Net.WebSockets/internal/index.d.ts +35 -29
- package/System.Numerics/bindings.json +96 -72
- package/System.Numerics/internal/index.d.ts +93 -91
- package/System.Numerics/internal/metadata.json +64 -48
- package/System.Reflection/internal/index.d.ts +129 -126
- package/System.Reflection.Emit/internal/index.d.ts +105 -105
- package/System.Reflection.Metadata/internal/index.d.ts +15 -15
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +4 -4
- package/System.Reflection.PortableExecutable/internal/index.d.ts +2 -2
- package/System.Resources/internal/index.d.ts +20 -19
- package/System.Runtime/internal/index.d.ts +6 -5
- package/System.Runtime.CompilerServices/internal/index.d.ts +30 -28
- package/System.Runtime.InteropServices/internal/index.d.ts +85 -83
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +9 -9
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +20 -20
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +28 -26
- package/System.Runtime.Loader/internal/index.d.ts +2 -2
- package/System.Runtime.Remoting/internal/index.d.ts +1 -1
- package/System.Runtime.Serialization/internal/index.d.ts +66 -54
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +3 -3
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +4 -2
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +5 -4
- package/System.Runtime.Serialization.Json/internal/index.d.ts +22 -21
- package/System.Runtime.Versioning/internal/index.d.ts +12 -9
- package/System.Security/internal/index.d.ts +62 -52
- package/System.Security.AccessControl/internal/index.d.ts +29 -25
- package/System.Security.Authentication/internal/index.d.ts +4 -4
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +8 -8
- package/System.Security.Claims/internal/index.d.ts +21 -15
- package/System.Security.Cryptography/internal/index.d.ts +155 -141
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +83 -82
- package/System.Security.Permissions/internal/index.d.ts +2 -2
- package/System.Security.Principal/internal/index.d.ts +3 -3
- package/System.Text/internal/index.d.ts +48 -46
- package/System.Text.Json/internal/index.d.ts +87 -81
- package/System.Text.Json.Nodes/internal/index.d.ts +41 -41
- package/System.Text.Json.Schema/internal/index.d.ts +4 -3
- package/System.Text.Json.Serialization/internal/index.d.ts +5 -4
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +55 -30
- package/System.Text.RegularExpressions/internal/index.d.ts +5 -5
- package/System.Text.Unicode/internal/index.d.ts +4 -4
- package/System.Threading/internal/index.d.ts +86 -85
- package/System.Threading.Channels/internal/index.d.ts +8 -8
- package/System.Threading.Tasks/internal/index.d.ts +82 -82
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +25 -26
- package/System.Threading.Tasks.Sources/internal/index.d.ts +4 -4
- package/System.Timers/internal/index.d.ts +5 -3
- package/System.Transactions/internal/index.d.ts +18 -16
- package/System.Web/internal/index.d.ts +30 -30
- package/System.Windows.Input/internal/index.d.ts +2 -2
- package/System.Xml/internal/index.d.ts +162 -161
- package/System.Xml.Linq/internal/index.d.ts +38 -37
- package/System.Xml.Resolvers/internal/index.d.ts +5 -5
- package/System.Xml.Schema/internal/index.d.ts +133 -88
- package/System.Xml.Serialization/internal/index.d.ts +138 -117
- package/System.Xml.XPath/internal/index.d.ts +12 -12
- package/System.Xml.Xsl/internal/index.d.ts +34 -34
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +16 -16
- package/__internal/extensions/index.d.ts +371 -371
- package/package.json +1 -1
|
@@ -122,7 +122,7 @@ export interface __Ext_Span_1<T extends System.IEquatable_1<T>> {
|
|
|
122
122
|
LastIndexOfAny(value0: T, value1: T, value2: T): int;
|
|
123
123
|
LastIndexOfAny(values: System.ReadOnlySpan_1<T>): int;
|
|
124
124
|
LastIndexOfAny(values: System_Buffers.SearchValues_1<T>): int;
|
|
125
|
-
SequenceEqual(other: System.ReadOnlySpan_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T>
|
|
125
|
+
SequenceEqual(other: System.ReadOnlySpan_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T>): boolean;
|
|
126
126
|
StartsWith(value: System.ReadOnlySpan_1<T>): boolean;
|
|
127
127
|
EndsWith(value: System.ReadOnlySpan_1<T>): boolean;
|
|
128
128
|
Reverse(): void;
|
|
@@ -138,20 +138,20 @@ export interface __Ext_Span_1<T extends System.IEquatable_1<T>> {
|
|
|
138
138
|
Sort<TValue, TComparer>(items: System.Span_1<TValue>, comparer: TComparer): void;
|
|
139
139
|
Sort<TValue>(items: System.Span_1<TValue>, comparison: System.Comparison_1<T>): void;
|
|
140
140
|
Replace(oldValue: T, newValue: T): void;
|
|
141
|
-
Replace(oldValue: T, newValue: T, comparer: System_Collections_Generic.IEqualityComparer_1<T>
|
|
141
|
+
Replace(oldValue: T, newValue: T, comparer: System_Collections_Generic.IEqualityComparer_1<T>): void;
|
|
142
142
|
ReplaceAny(values: System_Buffers.SearchValues_1<T>, newValue: T): void;
|
|
143
143
|
ReplaceAnyExcept(values: System_Buffers.SearchValues_1<T>, newValue: T): void;
|
|
144
144
|
CommonPrefixLength(other: System.ReadOnlySpan_1<T>): int;
|
|
145
|
-
CommonPrefixLength(other: System.ReadOnlySpan_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T>
|
|
145
|
+
CommonPrefixLength(other: System.ReadOnlySpan_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T>): int;
|
|
146
146
|
Count(value: T): int;
|
|
147
147
|
Count(value: System.ReadOnlySpan_1<T>): int;
|
|
148
148
|
TryWrite(handler: System.MemoryExtensions_TryWriteInterpolatedStringHandler, charsWritten: int): boolean;
|
|
149
|
-
TryWrite(provider: System.IFormatProvider
|
|
150
|
-
TryWrite<TArg0>(provider: System.IFormatProvider
|
|
151
|
-
TryWrite<TArg0, TArg1>(provider: System.IFormatProvider
|
|
152
|
-
TryWrite<TArg0, TArg1, TArg2>(provider: System.IFormatProvider
|
|
153
|
-
TryWrite(provider: System.IFormatProvider
|
|
154
|
-
TryWrite(provider: System.IFormatProvider
|
|
149
|
+
TryWrite(provider: System.IFormatProvider, handler: System.MemoryExtensions_TryWriteInterpolatedStringHandler, charsWritten: int): boolean;
|
|
150
|
+
TryWrite<TArg0>(provider: System.IFormatProvider, format: System_Text.CompositeFormat, charsWritten: int, arg0: TArg0): boolean;
|
|
151
|
+
TryWrite<TArg0, TArg1>(provider: System.IFormatProvider, format: System_Text.CompositeFormat, charsWritten: int, arg0: TArg0, arg1: TArg1): boolean;
|
|
152
|
+
TryWrite<TArg0, TArg1, TArg2>(provider: System.IFormatProvider, format: System_Text.CompositeFormat, charsWritten: int, arg0: TArg0, arg1: TArg1, arg2: TArg2): boolean;
|
|
153
|
+
TryWrite(provider: System.IFormatProvider, format: System_Text.CompositeFormat, charsWritten: int, args: unknown[]): boolean;
|
|
154
|
+
TryWrite(provider: System.IFormatProvider, format: System_Text.CompositeFormat, charsWritten: int, args: System.ReadOnlySpan_1<unknown>): boolean;
|
|
155
155
|
EnumerateRunes(): System_Text.SpanRuneEnumerator;
|
|
156
156
|
EnumerateLines(): System_Text.SpanLineEnumerator;
|
|
157
157
|
Trim(trimElement: T): System.Span_1<T>;
|
|
@@ -168,94 +168,94 @@ export interface __Ext_Span_1<T extends System.IEquatable_1<T>> {
|
|
|
168
168
|
|
|
169
169
|
export interface __Ext_ReadOnlySpan_1<T extends System.IEquatable_1<T>> {
|
|
170
170
|
Contains(value: T): boolean;
|
|
171
|
-
Contains(value: T, comparer: System_Collections_Generic.IEqualityComparer_1<T>
|
|
171
|
+
Contains(value: T, comparer: System_Collections_Generic.IEqualityComparer_1<T>): boolean;
|
|
172
172
|
ContainsAny(value0: T, value1: T): boolean;
|
|
173
|
-
ContainsAny(value0: T, value1: T, comparer: System_Collections_Generic.IEqualityComparer_1<T>
|
|
173
|
+
ContainsAny(value0: T, value1: T, comparer: System_Collections_Generic.IEqualityComparer_1<T>): boolean;
|
|
174
174
|
ContainsAny(value0: T, value1: T, value2: T): boolean;
|
|
175
|
-
ContainsAny(value0: T, value1: T, value2: T, comparer: System_Collections_Generic.IEqualityComparer_1<T>
|
|
175
|
+
ContainsAny(value0: T, value1: T, value2: T, comparer: System_Collections_Generic.IEqualityComparer_1<T>): boolean;
|
|
176
176
|
ContainsAny(values: System.ReadOnlySpan_1<T>): boolean;
|
|
177
|
-
ContainsAny(values: System.ReadOnlySpan_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T>
|
|
177
|
+
ContainsAny(values: System.ReadOnlySpan_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T>): boolean;
|
|
178
178
|
ContainsAny(values: System_Buffers.SearchValues_1<T>): boolean;
|
|
179
179
|
ContainsAny(values: System_Buffers.SearchValues_1<System_Internal.String>): boolean;
|
|
180
180
|
ContainsAnyExcept(value: T): boolean;
|
|
181
|
-
ContainsAnyExcept(value: T, comparer: System_Collections_Generic.IEqualityComparer_1<T>
|
|
181
|
+
ContainsAnyExcept(value: T, comparer: System_Collections_Generic.IEqualityComparer_1<T>): boolean;
|
|
182
182
|
ContainsAnyExcept(value0: T, value1: T): boolean;
|
|
183
|
-
ContainsAnyExcept(value0: T, value1: T, comparer: System_Collections_Generic.IEqualityComparer_1<T>
|
|
183
|
+
ContainsAnyExcept(value0: T, value1: T, comparer: System_Collections_Generic.IEqualityComparer_1<T>): boolean;
|
|
184
184
|
ContainsAnyExcept(value0: T, value1: T, value2: T): boolean;
|
|
185
|
-
ContainsAnyExcept(value0: T, value1: T, value2: T, comparer: System_Collections_Generic.IEqualityComparer_1<T>
|
|
185
|
+
ContainsAnyExcept(value0: T, value1: T, value2: T, comparer: System_Collections_Generic.IEqualityComparer_1<T>): boolean;
|
|
186
186
|
ContainsAnyExcept(values: System.ReadOnlySpan_1<T>): boolean;
|
|
187
|
-
ContainsAnyExcept(values: System.ReadOnlySpan_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T>
|
|
187
|
+
ContainsAnyExcept(values: System.ReadOnlySpan_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T>): boolean;
|
|
188
188
|
ContainsAnyExcept(values: System_Buffers.SearchValues_1<T>): boolean;
|
|
189
189
|
ContainsAnyInRange(lowInclusive: T, highInclusive: T): boolean;
|
|
190
190
|
ContainsAnyExceptInRange(lowInclusive: T, highInclusive: T): boolean;
|
|
191
191
|
IndexOfAnyExcept(value: T): int;
|
|
192
|
-
IndexOfAnyExcept(value: T, comparer: System_Collections_Generic.IEqualityComparer_1<T>
|
|
192
|
+
IndexOfAnyExcept(value: T, comparer: System_Collections_Generic.IEqualityComparer_1<T>): int;
|
|
193
193
|
IndexOfAnyExcept(value0: T, value1: T): int;
|
|
194
|
-
IndexOfAnyExcept(value0: T, value1: T, comparer: System_Collections_Generic.IEqualityComparer_1<T>
|
|
194
|
+
IndexOfAnyExcept(value0: T, value1: T, comparer: System_Collections_Generic.IEqualityComparer_1<T>): int;
|
|
195
195
|
IndexOfAnyExcept(value0: T, value1: T, value2: T): int;
|
|
196
|
-
IndexOfAnyExcept(value0: T, value1: T, value2: T, comparer: System_Collections_Generic.IEqualityComparer_1<T>
|
|
196
|
+
IndexOfAnyExcept(value0: T, value1: T, value2: T, comparer: System_Collections_Generic.IEqualityComparer_1<T>): int;
|
|
197
197
|
IndexOfAnyExcept(values: System.ReadOnlySpan_1<T>): int;
|
|
198
|
-
IndexOfAnyExcept(values: System.ReadOnlySpan_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T>
|
|
198
|
+
IndexOfAnyExcept(values: System.ReadOnlySpan_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T>): int;
|
|
199
199
|
IndexOfAnyExcept(values: System_Buffers.SearchValues_1<T>): int;
|
|
200
200
|
LastIndexOfAnyExcept(value: T): int;
|
|
201
|
-
LastIndexOfAnyExcept(value: T, comparer: System_Collections_Generic.IEqualityComparer_1<T>
|
|
201
|
+
LastIndexOfAnyExcept(value: T, comparer: System_Collections_Generic.IEqualityComparer_1<T>): int;
|
|
202
202
|
LastIndexOfAnyExcept(value0: T, value1: T): int;
|
|
203
|
-
LastIndexOfAnyExcept(value0: T, value1: T, comparer: System_Collections_Generic.IEqualityComparer_1<T>
|
|
203
|
+
LastIndexOfAnyExcept(value0: T, value1: T, comparer: System_Collections_Generic.IEqualityComparer_1<T>): int;
|
|
204
204
|
LastIndexOfAnyExcept(value0: T, value1: T, value2: T): int;
|
|
205
|
-
LastIndexOfAnyExcept(value0: T, value1: T, value2: T, comparer: System_Collections_Generic.IEqualityComparer_1<T>
|
|
205
|
+
LastIndexOfAnyExcept(value0: T, value1: T, value2: T, comparer: System_Collections_Generic.IEqualityComparer_1<T>): int;
|
|
206
206
|
LastIndexOfAnyExcept(values: System.ReadOnlySpan_1<T>): int;
|
|
207
|
-
LastIndexOfAnyExcept(values: System.ReadOnlySpan_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T>
|
|
207
|
+
LastIndexOfAnyExcept(values: System.ReadOnlySpan_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T>): int;
|
|
208
208
|
LastIndexOfAnyExcept(values: System_Buffers.SearchValues_1<T>): int;
|
|
209
209
|
IndexOfAnyInRange(lowInclusive: T, highInclusive: T): int;
|
|
210
210
|
IndexOfAnyExceptInRange(lowInclusive: T, highInclusive: T): int;
|
|
211
211
|
LastIndexOfAnyInRange(lowInclusive: T, highInclusive: T): int;
|
|
212
212
|
LastIndexOfAnyExceptInRange(lowInclusive: T, highInclusive: T): int;
|
|
213
213
|
IndexOf(value: T): int;
|
|
214
|
-
IndexOf(value: T, comparer: System_Collections_Generic.IEqualityComparer_1<T>
|
|
214
|
+
IndexOf(value: T, comparer: System_Collections_Generic.IEqualityComparer_1<T>): int;
|
|
215
215
|
IndexOf(value: System.ReadOnlySpan_1<T>): int;
|
|
216
|
-
IndexOf(value: System.ReadOnlySpan_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T>
|
|
216
|
+
IndexOf(value: System.ReadOnlySpan_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T>): int;
|
|
217
217
|
LastIndexOf(value: T): int;
|
|
218
|
-
LastIndexOf(value: T, comparer: System_Collections_Generic.IEqualityComparer_1<T>
|
|
218
|
+
LastIndexOf(value: T, comparer: System_Collections_Generic.IEqualityComparer_1<T>): int;
|
|
219
219
|
LastIndexOf(value: System.ReadOnlySpan_1<T>): int;
|
|
220
|
-
LastIndexOf(value: System.ReadOnlySpan_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T>
|
|
220
|
+
LastIndexOf(value: System.ReadOnlySpan_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T>): int;
|
|
221
221
|
IndexOfAny(value0: T, value1: T): int;
|
|
222
|
-
IndexOfAny(value0: T, value1: T, comparer: System_Collections_Generic.IEqualityComparer_1<T>
|
|
222
|
+
IndexOfAny(value0: T, value1: T, comparer: System_Collections_Generic.IEqualityComparer_1<T>): int;
|
|
223
223
|
IndexOfAny(value0: T, value1: T, value2: T): int;
|
|
224
|
-
IndexOfAny(value0: T, value1: T, value2: T, comparer: System_Collections_Generic.IEqualityComparer_1<T>
|
|
224
|
+
IndexOfAny(value0: T, value1: T, value2: T, comparer: System_Collections_Generic.IEqualityComparer_1<T>): int;
|
|
225
225
|
IndexOfAny(values: System.ReadOnlySpan_1<T>): int;
|
|
226
|
-
IndexOfAny(values: System.ReadOnlySpan_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T>
|
|
226
|
+
IndexOfAny(values: System.ReadOnlySpan_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T>): int;
|
|
227
227
|
IndexOfAny(values: System_Buffers.SearchValues_1<T>): int;
|
|
228
228
|
IndexOfAny(values: System_Buffers.SearchValues_1<System_Internal.String>): int;
|
|
229
229
|
LastIndexOfAny(value0: T, value1: T): int;
|
|
230
|
-
LastIndexOfAny(value0: T, value1: T, comparer: System_Collections_Generic.IEqualityComparer_1<T>
|
|
230
|
+
LastIndexOfAny(value0: T, value1: T, comparer: System_Collections_Generic.IEqualityComparer_1<T>): int;
|
|
231
231
|
LastIndexOfAny(value0: T, value1: T, value2: T): int;
|
|
232
|
-
LastIndexOfAny(value0: T, value1: T, value2: T, comparer: System_Collections_Generic.IEqualityComparer_1<T>
|
|
232
|
+
LastIndexOfAny(value0: T, value1: T, value2: T, comparer: System_Collections_Generic.IEqualityComparer_1<T>): int;
|
|
233
233
|
LastIndexOfAny(values: System.ReadOnlySpan_1<T>): int;
|
|
234
|
-
LastIndexOfAny(values: System.ReadOnlySpan_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T>
|
|
234
|
+
LastIndexOfAny(values: System.ReadOnlySpan_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T>): int;
|
|
235
235
|
LastIndexOfAny(values: System_Buffers.SearchValues_1<T>): int;
|
|
236
236
|
SequenceEqual(other: System.ReadOnlySpan_1<T>): boolean;
|
|
237
|
-
SequenceEqual(other: System.ReadOnlySpan_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T>
|
|
237
|
+
SequenceEqual(other: System.ReadOnlySpan_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T>): boolean;
|
|
238
238
|
SequenceCompareTo(other: System.ReadOnlySpan_1<T>): int;
|
|
239
|
-
SequenceCompareTo(other: System.ReadOnlySpan_1<T>, comparer: System_Collections_Generic.IComparer_1<T>
|
|
239
|
+
SequenceCompareTo(other: System.ReadOnlySpan_1<T>, comparer: System_Collections_Generic.IComparer_1<T>): int;
|
|
240
240
|
StartsWith(value: System.ReadOnlySpan_1<T>): boolean;
|
|
241
|
-
StartsWith(value: System.ReadOnlySpan_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T>
|
|
241
|
+
StartsWith(value: System.ReadOnlySpan_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T>): boolean;
|
|
242
242
|
EndsWith(value: System.ReadOnlySpan_1<T>): boolean;
|
|
243
|
-
EndsWith(value: System.ReadOnlySpan_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T>
|
|
243
|
+
EndsWith(value: System.ReadOnlySpan_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T>): boolean;
|
|
244
244
|
StartsWith(value: T): boolean;
|
|
245
|
-
StartsWith(value: T, comparer: System_Collections_Generic.IEqualityComparer_1<T>
|
|
245
|
+
StartsWith(value: T, comparer: System_Collections_Generic.IEqualityComparer_1<T>): boolean;
|
|
246
246
|
EndsWith(value: T): boolean;
|
|
247
|
-
EndsWith(value: T, comparer: System_Collections_Generic.IEqualityComparer_1<T>
|
|
247
|
+
EndsWith(value: T, comparer: System_Collections_Generic.IEqualityComparer_1<T>): boolean;
|
|
248
248
|
Overlaps(other: System.ReadOnlySpan_1<T>): boolean;
|
|
249
249
|
Overlaps(other: System.ReadOnlySpan_1<T>, elementOffset: int): boolean;
|
|
250
250
|
BinarySearch(comparable: System.IComparable_1<T>): int;
|
|
251
251
|
BinarySearch<TComparable>(comparable: TComparable): int;
|
|
252
252
|
BinarySearch<TComparer>(value: T, comparer: TComparer): int;
|
|
253
253
|
Replace(destination: System.Span_1<T>, oldValue: T, newValue: T): void;
|
|
254
|
-
Replace(destination: System.Span_1<T>, oldValue: T, newValue: T, comparer: System_Collections_Generic.IEqualityComparer_1<T>
|
|
254
|
+
Replace(destination: System.Span_1<T>, oldValue: T, newValue: T, comparer: System_Collections_Generic.IEqualityComparer_1<T>): void;
|
|
255
255
|
ReplaceAny(destination: System.Span_1<T>, values: System_Buffers.SearchValues_1<T>, newValue: T): void;
|
|
256
256
|
ReplaceAnyExcept(destination: System.Span_1<T>, values: System_Buffers.SearchValues_1<T>, newValue: T): void;
|
|
257
257
|
CommonPrefixLength(other: System.ReadOnlySpan_1<T>): int;
|
|
258
|
-
CommonPrefixLength(other: System.ReadOnlySpan_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T>
|
|
258
|
+
CommonPrefixLength(other: System.ReadOnlySpan_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T>): int;
|
|
259
259
|
Split(separator: T): System.MemoryExtensions_SpanSplitEnumerator_1<T>;
|
|
260
260
|
Split(separator: System.ReadOnlySpan_1<T>): System.MemoryExtensions_SpanSplitEnumerator_1<T>;
|
|
261
261
|
SplitAny(separators: System.ReadOnlySpan_1<T>): System.MemoryExtensions_SpanSplitEnumerator_1<T>;
|
|
@@ -265,21 +265,21 @@ export interface __Ext_ReadOnlySpan_1<T extends System.IEquatable_1<T>> {
|
|
|
265
265
|
SplitAny(destination: System.Span_1<System.Range>, separators: System.ReadOnlySpan_1<System_Internal.Char>, options: System.StringSplitOptions): int;
|
|
266
266
|
SplitAny(destination: System.Span_1<System.Range>, separators: System.ReadOnlySpan_1<System_Internal.String>, options: System.StringSplitOptions): int;
|
|
267
267
|
Count(value: T): int;
|
|
268
|
-
Count(value: T, comparer: System_Collections_Generic.IEqualityComparer_1<T>
|
|
268
|
+
Count(value: T, comparer: System_Collections_Generic.IEqualityComparer_1<T>): int;
|
|
269
269
|
Count(value: System.ReadOnlySpan_1<T>): int;
|
|
270
|
-
Count(value: System.ReadOnlySpan_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T>
|
|
270
|
+
Count(value: System.ReadOnlySpan_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T>): int;
|
|
271
271
|
CountAny(values: System_Buffers.SearchValues_1<T>): int;
|
|
272
272
|
CountAny(values: System.ReadOnlySpan_1<T>): int;
|
|
273
|
-
CountAny(values: System.ReadOnlySpan_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T>
|
|
273
|
+
CountAny(values: System.ReadOnlySpan_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T>): int;
|
|
274
274
|
IsWhiteSpace(): boolean;
|
|
275
275
|
Contains(value: System.ReadOnlySpan_1<System_Internal.Char>, comparisonType: System.StringComparison): boolean;
|
|
276
276
|
Equals(other: System.ReadOnlySpan_1<System_Internal.Char>, comparisonType: System.StringComparison): boolean;
|
|
277
277
|
CompareTo(other: System.ReadOnlySpan_1<System_Internal.Char>, comparisonType: System.StringComparison): int;
|
|
278
278
|
IndexOf(value: System.ReadOnlySpan_1<System_Internal.Char>, comparisonType: System.StringComparison): int;
|
|
279
279
|
LastIndexOf(value: System.ReadOnlySpan_1<System_Internal.Char>, comparisonType: System.StringComparison): int;
|
|
280
|
-
ToLower(destination: System.Span_1<System_Internal.Char>, culture: System_Globalization.CultureInfo
|
|
280
|
+
ToLower(destination: System.Span_1<System_Internal.Char>, culture: System_Globalization.CultureInfo): int;
|
|
281
281
|
ToLowerInvariant(destination: System.Span_1<System_Internal.Char>): int;
|
|
282
|
-
ToUpper(destination: System.Span_1<System_Internal.Char>, culture: System_Globalization.CultureInfo
|
|
282
|
+
ToUpper(destination: System.Span_1<System_Internal.Char>, culture: System_Globalization.CultureInfo): int;
|
|
283
283
|
ToUpperInvariant(destination: System.Span_1<System_Internal.Char>): int;
|
|
284
284
|
EndsWith(value: System.ReadOnlySpan_1<System_Internal.Char>, comparisonType: System.StringComparison): boolean;
|
|
285
285
|
StartsWith(value: System.ReadOnlySpan_1<System_Internal.Char>, comparisonType: System.StringComparison): boolean;
|
|
@@ -342,60 +342,60 @@ export interface __Ext_ReadOnlyMemory_1<T extends System.IEquatable_1<T>> {
|
|
|
342
342
|
}
|
|
343
343
|
|
|
344
344
|
export interface __Ext_Tuple_1<T1> {
|
|
345
|
-
Deconstruct(item1: T1
|
|
345
|
+
Deconstruct(item1: T1): void;
|
|
346
346
|
ToValueTuple(): System.ValueTuple_1<T1>;
|
|
347
347
|
}
|
|
348
348
|
|
|
349
349
|
export interface __Ext_Tuple_2<T1, T2> {
|
|
350
|
-
Deconstruct(item1: T1
|
|
350
|
+
Deconstruct(item1: T1, item2: T2): void;
|
|
351
351
|
ToValueTuple(): System.ValueTuple_2<T1, T2>;
|
|
352
352
|
}
|
|
353
353
|
|
|
354
354
|
export interface __Ext_Tuple_3<T1, T2, T3> {
|
|
355
|
-
Deconstruct(item1: T1
|
|
355
|
+
Deconstruct(item1: T1, item2: T2, item3: T3): void;
|
|
356
356
|
ToValueTuple(): System.ValueTuple_3<T1, T2, T3>;
|
|
357
357
|
}
|
|
358
358
|
|
|
359
359
|
export interface __Ext_Tuple_4<T1, T2, T3, T4> {
|
|
360
|
-
Deconstruct(item1: T1
|
|
360
|
+
Deconstruct(item1: T1, item2: T2, item3: T3, item4: T4): void;
|
|
361
361
|
ToValueTuple(): System.ValueTuple_4<T1, T2, T3, T4>;
|
|
362
362
|
}
|
|
363
363
|
|
|
364
364
|
export interface __Ext_Tuple_5<T1, T2, T3, T4, T5> {
|
|
365
|
-
Deconstruct(item1: T1
|
|
365
|
+
Deconstruct(item1: T1, item2: T2, item3: T3, item4: T4, item5: T5): void;
|
|
366
366
|
ToValueTuple(): System.ValueTuple_5<T1, T2, T3, T4, T5>;
|
|
367
367
|
}
|
|
368
368
|
|
|
369
369
|
export interface __Ext_Tuple_6<T1, T2, T3, T4, T5, T6> {
|
|
370
|
-
Deconstruct(item1: T1
|
|
370
|
+
Deconstruct(item1: T1, item2: T2, item3: T3, item4: T4, item5: T5, item6: T6): void;
|
|
371
371
|
ToValueTuple(): System.ValueTuple_6<T1, T2, T3, T4, T5, T6>;
|
|
372
372
|
}
|
|
373
373
|
|
|
374
374
|
export interface __Ext_Tuple_7<T1, T2, T3, T4, T5, T6, T7> {
|
|
375
|
-
Deconstruct(item1: T1
|
|
375
|
+
Deconstruct(item1: T1, item2: T2, item3: T3, item4: T4, item5: T5, item6: T6, item7: T7): void;
|
|
376
376
|
ToValueTuple(): System.ValueTuple_7<T1, T2, T3, T4, T5, T6, T7>;
|
|
377
377
|
}
|
|
378
378
|
|
|
379
379
|
export interface __Ext_Tuple_8<T1, T2, T3, T4, T5, T6, T7, TRest> {
|
|
380
|
-
Deconstruct<T8>(item1: T1
|
|
381
|
-
Deconstruct<T8, T9>(item1: T1
|
|
382
|
-
Deconstruct<T8, T9, T10>(item1: T1
|
|
383
|
-
Deconstruct<T8, T9, T10, T11>(item1: T1
|
|
384
|
-
Deconstruct<T8, T9, T10, T11, T12>(item1: T1
|
|
385
|
-
Deconstruct<T8, T9, T10, T11, T12, T13>(item1: T1
|
|
386
|
-
Deconstruct<T8, T9, T10, T11, T12, T13, T14>(item1: T1
|
|
387
|
-
Deconstruct<T8, T9, T10, T11, T12, T13, T14, T15>(item1: T1
|
|
388
|
-
Deconstruct<T8, T9, T10, T11, T12, T13, T14, T15, T16>(item1: T1
|
|
389
|
-
Deconstruct<T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>(item1: T1
|
|
390
|
-
Deconstruct<T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>(item1: T1
|
|
391
|
-
Deconstruct<T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>(item1: T1
|
|
392
|
-
Deconstruct<T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>(item1: T1
|
|
393
|
-
Deconstruct<T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>(item1: T1
|
|
380
|
+
Deconstruct<T8>(item1: T1, item2: T2, item3: T3, item4: T4, item5: T5, item6: T6, item7: T7, item8: T8): void;
|
|
381
|
+
Deconstruct<T8, T9>(item1: T1, item2: T2, item3: T3, item4: T4, item5: T5, item6: T6, item7: T7, item8: T8, item9: T9): void;
|
|
382
|
+
Deconstruct<T8, T9, T10>(item1: T1, item2: T2, item3: T3, item4: T4, item5: T5, item6: T6, item7: T7, item8: T8, item9: T9, item10: T10): void;
|
|
383
|
+
Deconstruct<T8, T9, T10, T11>(item1: T1, item2: T2, item3: T3, item4: T4, item5: T5, item6: T6, item7: T7, item8: T8, item9: T9, item10: T10, item11: T11): void;
|
|
384
|
+
Deconstruct<T8, T9, T10, T11, T12>(item1: T1, item2: T2, item3: T3, item4: T4, item5: T5, item6: T6, item7: T7, item8: T8, item9: T9, item10: T10, item11: T11, item12: T12): void;
|
|
385
|
+
Deconstruct<T8, T9, T10, T11, T12, T13>(item1: T1, item2: T2, item3: T3, item4: T4, item5: T5, item6: T6, item7: T7, item8: T8, item9: T9, item10: T10, item11: T11, item12: T12, item13: T13): void;
|
|
386
|
+
Deconstruct<T8, T9, T10, T11, T12, T13, T14>(item1: T1, item2: T2, item3: T3, item4: T4, item5: T5, item6: T6, item7: T7, item8: T8, item9: T9, item10: T10, item11: T11, item12: T12, item13: T13, item14: T14): void;
|
|
387
|
+
Deconstruct<T8, T9, T10, T11, T12, T13, T14, T15>(item1: T1, item2: T2, item3: T3, item4: T4, item5: T5, item6: T6, item7: T7, item8: T8, item9: T9, item10: T10, item11: T11, item12: T12, item13: T13, item14: T14, item15: T15): void;
|
|
388
|
+
Deconstruct<T8, T9, T10, T11, T12, T13, T14, T15, T16>(item1: T1, item2: T2, item3: T3, item4: T4, item5: T5, item6: T6, item7: T7, item8: T8, item9: T9, item10: T10, item11: T11, item12: T12, item13: T13, item14: T14, item15: T15, item16: T16): void;
|
|
389
|
+
Deconstruct<T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>(item1: T1, item2: T2, item3: T3, item4: T4, item5: T5, item6: T6, item7: T7, item8: T8, item9: T9, item10: T10, item11: T11, item12: T12, item13: T13, item14: T14, item15: T15, item16: T16, item17: T17): void;
|
|
390
|
+
Deconstruct<T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>(item1: T1, item2: T2, item3: T3, item4: T4, item5: T5, item6: T6, item7: T7, item8: T8, item9: T9, item10: T10, item11: T11, item12: T12, item13: T13, item14: T14, item15: T15, item16: T16, item17: T17, item18: T18): void;
|
|
391
|
+
Deconstruct<T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>(item1: T1, item2: T2, item3: T3, item4: T4, item5: T5, item6: T6, item7: T7, item8: T8, item9: T9, item10: T10, item11: T11, item12: T12, item13: T13, item14: T14, item15: T15, item16: T16, item17: T17, item18: T18, item19: T19): void;
|
|
392
|
+
Deconstruct<T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>(item1: T1, item2: T2, item3: T3, item4: T4, item5: T5, item6: T6, item7: T7, item8: T8, item9: T9, item10: T10, item11: T11, item12: T12, item13: T13, item14: T14, item15: T15, item16: T16, item17: T17, item18: T18, item19: T19, item20: T20): void;
|
|
393
|
+
Deconstruct<T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>(item1: T1, item2: T2, item3: T3, item4: T4, item5: T5, item6: T6, item7: T7, item8: T8, item9: T9, item10: T10, item11: T11, item12: T12, item13: T13, item14: T14, item15: T15, item16: T16, item17: T17, item18: T18, item19: T19, item20: T20, item21: T21): void;
|
|
394
394
|
ToValueTuple<T8>(): System.ValueTuple_8<T1, T2, T3, T4, T5, T6, T7, System.ValueTuple_1<T8>>;
|
|
395
395
|
}
|
|
396
396
|
|
|
397
397
|
export interface __Ext_ValueTuple_1<T1> {
|
|
398
|
-
ToTuple(): System.Tuple_1<T1
|
|
398
|
+
ToTuple(): System.Tuple_1<T1>;
|
|
399
399
|
}
|
|
400
400
|
|
|
401
401
|
export interface __Ext_ValueTuple_2<T1, T2> {
|
|
@@ -431,33 +431,33 @@ export interface __Ext_IBufferWriter_1<T> {
|
|
|
431
431
|
}
|
|
432
432
|
|
|
433
433
|
export interface __Ext_IEnumerable_1<T> {
|
|
434
|
-
ToFrozenDictionary<TKey, TValue>(comparer: System_Collections_Generic.IEqualityComparer_1<TKey>
|
|
435
|
-
ToFrozenDictionary<TKey>(keySelector: System.Func_2<T, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>
|
|
436
|
-
ToFrozenDictionary<TKey, TElement>(keySelector: System.Func_2<T, TKey>, elementSelector: System.Func_2<T, TElement>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>
|
|
437
|
-
ToFrozenSet(comparer: System_Collections_Generic.IEqualityComparer_1<T>
|
|
434
|
+
ToFrozenDictionary<TKey, TValue>(comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Frozen.FrozenDictionary_2<TKey, TValue>;
|
|
435
|
+
ToFrozenDictionary<TKey>(keySelector: System.Func_2<T, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Frozen.FrozenDictionary_2<TKey, T>;
|
|
436
|
+
ToFrozenDictionary<TKey, TElement>(keySelector: System.Func_2<T, TKey>, elementSelector: System.Func_2<T, TElement>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Frozen.FrozenDictionary_2<TKey, TElement>;
|
|
437
|
+
ToFrozenSet(comparer: System_Collections_Generic.IEqualityComparer_1<T>): System_Collections_Frozen.FrozenSet_1<T>;
|
|
438
438
|
ToImmutableArray(): System_Collections_Immutable.ImmutableArray_1<T>;
|
|
439
|
-
ToImmutableDictionary<TKey, TValue>(keySelector: System.Func_2<T, TKey>, elementSelector: System.Func_2<T, TValue>, keyComparer: System_Collections_Generic.IEqualityComparer_1<TKey
|
|
440
|
-
ToImmutableDictionary<TKey, TValue>(keySelector: System.Func_2<T, TKey>, elementSelector: System.Func_2<T, TValue>, keyComparer: System_Collections_Generic.IEqualityComparer_1<TKey>
|
|
439
|
+
ToImmutableDictionary<TKey, TValue>(keySelector: System.Func_2<T, TKey>, elementSelector: System.Func_2<T, TValue>, keyComparer: System_Collections_Generic.IEqualityComparer_1<TKey>, valueComparer: System_Collections_Generic.IEqualityComparer_1<TValue>): System_Collections_Immutable.ImmutableDictionary_2<TKey, TValue>;
|
|
440
|
+
ToImmutableDictionary<TKey, TValue>(keySelector: System.Func_2<T, TKey>, elementSelector: System.Func_2<T, TValue>, keyComparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Immutable.ImmutableDictionary_2<TKey, TValue>;
|
|
441
441
|
ToImmutableDictionary<TKey>(keySelector: System.Func_2<T, TKey>): System_Collections_Immutable.ImmutableDictionary_2<TKey, T>;
|
|
442
|
-
ToImmutableDictionary<TKey>(keySelector: System.Func_2<T, TKey>, keyComparer: System_Collections_Generic.IEqualityComparer_1<TKey>
|
|
442
|
+
ToImmutableDictionary<TKey>(keySelector: System.Func_2<T, TKey>, keyComparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Immutable.ImmutableDictionary_2<TKey, T>;
|
|
443
443
|
ToImmutableDictionary<TKey, TValue>(keySelector: System.Func_2<T, TKey>, elementSelector: System.Func_2<T, TValue>): System_Collections_Immutable.ImmutableDictionary_2<TKey, TValue>;
|
|
444
|
-
ToImmutableDictionary<TKey, TValue>(keyComparer: System_Collections_Generic.IEqualityComparer_1<TKey
|
|
445
|
-
ToImmutableDictionary<TKey, TValue>(keyComparer: System_Collections_Generic.IEqualityComparer_1<TKey>
|
|
444
|
+
ToImmutableDictionary<TKey, TValue>(keyComparer: System_Collections_Generic.IEqualityComparer_1<TKey>, valueComparer: System_Collections_Generic.IEqualityComparer_1<TValue>): System_Collections_Immutable.ImmutableDictionary_2<TKey, TValue>;
|
|
445
|
+
ToImmutableDictionary<TKey, TValue>(keyComparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Immutable.ImmutableDictionary_2<TKey, TValue>;
|
|
446
446
|
ToImmutableDictionary<TKey, TValue>(): System_Collections_Immutable.ImmutableDictionary_2<TKey, TValue>;
|
|
447
|
-
ToImmutableHashSet(equalityComparer: System_Collections_Generic.IEqualityComparer_1<T>
|
|
447
|
+
ToImmutableHashSet(equalityComparer: System_Collections_Generic.IEqualityComparer_1<T>): System_Collections_Immutable.ImmutableHashSet_1<T>;
|
|
448
448
|
ToImmutableHashSet(): System_Collections_Immutable.ImmutableHashSet_1<T>;
|
|
449
449
|
ToImmutableList(): System_Collections_Immutable.ImmutableList_1<T>;
|
|
450
|
-
ToImmutableSortedDictionary<TKey, TValue>(keySelector: System.Func_2<T, TKey>, elementSelector: System.Func_2<T, TValue>, keyComparer: System_Collections_Generic.IComparer_1<TKey
|
|
451
|
-
ToImmutableSortedDictionary<TKey, TValue>(keySelector: System.Func_2<T, TKey>, elementSelector: System.Func_2<T, TValue>, keyComparer: System_Collections_Generic.IComparer_1<TKey>
|
|
450
|
+
ToImmutableSortedDictionary<TKey, TValue>(keySelector: System.Func_2<T, TKey>, elementSelector: System.Func_2<T, TValue>, keyComparer: System_Collections_Generic.IComparer_1<TKey>, valueComparer: System_Collections_Generic.IEqualityComparer_1<TValue>): System_Collections_Immutable.ImmutableSortedDictionary_2<TKey, TValue>;
|
|
451
|
+
ToImmutableSortedDictionary<TKey, TValue>(keySelector: System.Func_2<T, TKey>, elementSelector: System.Func_2<T, TValue>, keyComparer: System_Collections_Generic.IComparer_1<TKey>): System_Collections_Immutable.ImmutableSortedDictionary_2<TKey, TValue>;
|
|
452
452
|
ToImmutableSortedDictionary<TKey, TValue>(keySelector: System.Func_2<T, TKey>, elementSelector: System.Func_2<T, TValue>): System_Collections_Immutable.ImmutableSortedDictionary_2<TKey, TValue>;
|
|
453
|
-
ToImmutableSortedDictionary<TKey, TValue>(keyComparer: System_Collections_Generic.IComparer_1<TKey
|
|
454
|
-
ToImmutableSortedDictionary<TKey, TValue>(keyComparer: System_Collections_Generic.IComparer_1<TKey>
|
|
453
|
+
ToImmutableSortedDictionary<TKey, TValue>(keyComparer: System_Collections_Generic.IComparer_1<TKey>, valueComparer: System_Collections_Generic.IEqualityComparer_1<TValue>): System_Collections_Immutable.ImmutableSortedDictionary_2<TKey, TValue>;
|
|
454
|
+
ToImmutableSortedDictionary<TKey, TValue>(keyComparer: System_Collections_Generic.IComparer_1<TKey>): System_Collections_Immutable.ImmutableSortedDictionary_2<TKey, TValue>;
|
|
455
455
|
ToImmutableSortedDictionary<TKey, TValue>(): System_Collections_Immutable.ImmutableSortedDictionary_2<TKey, TValue>;
|
|
456
|
-
ToImmutableSortedSet(comparer: System_Collections_Generic.IComparer_1<T>
|
|
456
|
+
ToImmutableSortedSet(comparer: System_Collections_Generic.IComparer_1<T>): System_Collections_Immutable.ImmutableSortedSet_1<T>;
|
|
457
457
|
ToImmutableSortedSet(): System_Collections_Immutable.ImmutableSortedSet_1<T>;
|
|
458
458
|
CopyToDataTable(): System_Data.DataTable;
|
|
459
459
|
CopyToDataTable(table: System_Data.DataTable, options: System_Data.LoadOption): void;
|
|
460
|
-
CopyToDataTable(table: System_Data.DataTable, options: System_Data.LoadOption, errorHandler: System_Data.FillErrorEventHandler
|
|
460
|
+
CopyToDataTable(table: System_Data.DataTable, options: System_Data.LoadOption, errorHandler: System_Data.FillErrorEventHandler): void;
|
|
461
461
|
Aggregate(func: System.Func_3<T, T, T>): T;
|
|
462
462
|
Aggregate<TAccumulate>(seed: TAccumulate, func: System.Func_3<TAccumulate, T, TAccumulate>): TAccumulate;
|
|
463
463
|
Aggregate<TAccumulate, TResult>(seed: TAccumulate, func: System.Func_3<TAccumulate, T, TAccumulate>, resultSelector: System.Func_2<TAccumulate, TResult>): TResult;
|
|
@@ -485,10 +485,10 @@ export interface __Ext_IEnumerable_1<T> {
|
|
|
485
485
|
Chunk(size: int): System_Collections_Generic.IEnumerable_1<T[]>;
|
|
486
486
|
Concat(second: System_Collections_Generic.IEnumerable_1<T>): System_Collections_Generic.IEnumerable_1<T>;
|
|
487
487
|
Contains(value: T): boolean;
|
|
488
|
-
Contains(value: T, comparer: System_Collections_Generic.IEqualityComparer_1<T>
|
|
489
|
-
AggregateBy<TKey, TAccumulate>(keySelector: System.Func_2<T, TKey>, seed: TAccumulate, func: System.Func_3<TAccumulate, T, TAccumulate>, keyComparer: System_Collections_Generic.IEqualityComparer_1<TKey>
|
|
490
|
-
AggregateBy<TKey, TAccumulate>(keySelector: System.Func_2<T, TKey>, seedSelector: System.Func_2<TKey, TAccumulate>, func: System.Func_3<TAccumulate, T, TAccumulate>, keyComparer: System_Collections_Generic.IEqualityComparer_1<TKey>
|
|
491
|
-
CountBy<TKey>(keySelector: System.Func_2<T, TKey>, keyComparer: System_Collections_Generic.IEqualityComparer_1<TKey>
|
|
488
|
+
Contains(value: T, comparer: System_Collections_Generic.IEqualityComparer_1<T>): boolean;
|
|
489
|
+
AggregateBy<TKey, TAccumulate>(keySelector: System.Func_2<T, TKey>, seed: TAccumulate, func: System.Func_3<TAccumulate, T, TAccumulate>, keyComparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, TAccumulate>>;
|
|
490
|
+
AggregateBy<TKey, TAccumulate>(keySelector: System.Func_2<T, TKey>, seedSelector: System.Func_2<TKey, TAccumulate>, func: System.Func_3<TAccumulate, T, TAccumulate>, keyComparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, TAccumulate>>;
|
|
491
|
+
CountBy<TKey>(keySelector: System.Func_2<T, TKey>, keyComparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, System_Internal.Int32>>;
|
|
492
492
|
Count(): int;
|
|
493
493
|
Count(predicate: System.Func_2<T, System_Internal.Boolean>): int;
|
|
494
494
|
TryGetNonEnumeratedCount(count: int): boolean;
|
|
@@ -497,53 +497,53 @@ export interface __Ext_IEnumerable_1<T> {
|
|
|
497
497
|
DefaultIfEmpty(): System_Collections_Generic.IEnumerable_1<T | undefined>;
|
|
498
498
|
DefaultIfEmpty(defaultValue: T): System_Collections_Generic.IEnumerable_1<T>;
|
|
499
499
|
Distinct(): System_Collections_Generic.IEnumerable_1<T>;
|
|
500
|
-
Distinct(comparer: System_Collections_Generic.IEqualityComparer_1<T>
|
|
500
|
+
Distinct(comparer: System_Collections_Generic.IEqualityComparer_1<T>): System_Collections_Generic.IEnumerable_1<T>;
|
|
501
501
|
DistinctBy<TKey>(keySelector: System.Func_2<T, TKey>): System_Collections_Generic.IEnumerable_1<T>;
|
|
502
|
-
DistinctBy<TKey>(keySelector: System.Func_2<T, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>
|
|
502
|
+
DistinctBy<TKey>(keySelector: System.Func_2<T, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IEnumerable_1<T>;
|
|
503
503
|
ElementAt(index: int): T;
|
|
504
504
|
ElementAt(index: System.Index): T;
|
|
505
|
-
ElementAtOrDefault(index: int): T;
|
|
506
|
-
ElementAtOrDefault(index: System.Index): T;
|
|
505
|
+
ElementAtOrDefault(index: int): T | undefined;
|
|
506
|
+
ElementAtOrDefault(index: System.Index): T | undefined;
|
|
507
507
|
AsEnumerable(): System_Collections_Generic.IEnumerable_1<T>;
|
|
508
508
|
Except(second: System_Collections_Generic.IEnumerable_1<T>): System_Collections_Generic.IEnumerable_1<T>;
|
|
509
|
-
Except(second: System_Collections_Generic.IEnumerable_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T>
|
|
509
|
+
Except(second: System_Collections_Generic.IEnumerable_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T>): System_Collections_Generic.IEnumerable_1<T>;
|
|
510
510
|
ExceptBy<TKey>(second: System_Collections_Generic.IEnumerable_1<TKey>, keySelector: System.Func_2<T, TKey>): System_Collections_Generic.IEnumerable_1<T>;
|
|
511
|
-
ExceptBy<TKey>(second: System_Collections_Generic.IEnumerable_1<TKey>, keySelector: System.Func_2<T, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>
|
|
511
|
+
ExceptBy<TKey>(second: System_Collections_Generic.IEnumerable_1<TKey>, keySelector: System.Func_2<T, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IEnumerable_1<T>;
|
|
512
512
|
First(): T;
|
|
513
513
|
First(predicate: System.Func_2<T, System_Internal.Boolean>): T;
|
|
514
|
-
FirstOrDefault(): T;
|
|
514
|
+
FirstOrDefault(): T | undefined;
|
|
515
515
|
FirstOrDefault(defaultValue: T): T;
|
|
516
516
|
FirstOrDefault(predicate: System.Func_2<T, System_Internal.Boolean>): T | undefined;
|
|
517
517
|
FirstOrDefault(predicate: System.Func_2<T, System_Internal.Boolean>, defaultValue: T): T;
|
|
518
518
|
GroupBy<TKey>(keySelector: System.Func_2<T, TKey>): System_Collections_Generic.IEnumerable_1<System_Linq.IGrouping_2<TKey, T>>;
|
|
519
|
-
GroupBy<TKey>(keySelector: System.Func_2<T, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>
|
|
519
|
+
GroupBy<TKey>(keySelector: System.Func_2<T, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IEnumerable_1<System_Linq.IGrouping_2<TKey, T>>;
|
|
520
520
|
GroupBy<TKey, TElement>(keySelector: System.Func_2<T, TKey>, elementSelector: System.Func_2<T, TElement>): System_Collections_Generic.IEnumerable_1<System_Linq.IGrouping_2<TKey, TElement>>;
|
|
521
|
-
GroupBy<TKey, TElement>(keySelector: System.Func_2<T, TKey>, elementSelector: System.Func_2<T, TElement>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>
|
|
521
|
+
GroupBy<TKey, TElement>(keySelector: System.Func_2<T, TKey>, elementSelector: System.Func_2<T, TElement>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IEnumerable_1<System_Linq.IGrouping_2<TKey, TElement>>;
|
|
522
522
|
GroupBy<TKey, TResult>(keySelector: System.Func_2<T, TKey>, resultSelector: System.Func_3<TKey, System_Collections_Generic.IEnumerable_1<T>, TResult>): System_Collections_Generic.IEnumerable_1<TResult>;
|
|
523
|
-
GroupBy<TKey, TResult>(keySelector: System.Func_2<T, TKey>, resultSelector: System.Func_3<TKey, System_Collections_Generic.IEnumerable_1<T>, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>
|
|
523
|
+
GroupBy<TKey, TResult>(keySelector: System.Func_2<T, TKey>, resultSelector: System.Func_3<TKey, System_Collections_Generic.IEnumerable_1<T>, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IEnumerable_1<TResult>;
|
|
524
524
|
GroupBy<TKey, TElement, TResult>(keySelector: System.Func_2<T, TKey>, elementSelector: System.Func_2<T, TElement>, resultSelector: System.Func_3<TKey, System_Collections_Generic.IEnumerable_1<TElement>, TResult>): System_Collections_Generic.IEnumerable_1<TResult>;
|
|
525
|
-
GroupBy<TKey, TElement, TResult>(keySelector: System.Func_2<T, TKey>, elementSelector: System.Func_2<T, TElement>, resultSelector: System.Func_3<TKey, System_Collections_Generic.IEnumerable_1<TElement>, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>
|
|
525
|
+
GroupBy<TKey, TElement, TResult>(keySelector: System.Func_2<T, TKey>, elementSelector: System.Func_2<T, TElement>, resultSelector: System.Func_3<TKey, System_Collections_Generic.IEnumerable_1<TElement>, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IEnumerable_1<TResult>;
|
|
526
526
|
GroupJoin<TInner, TKey, TResult>(inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System.Func_2<T, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<T, System_Collections_Generic.IEnumerable_1<TInner>, TResult>): System_Collections_Generic.IEnumerable_1<TResult>;
|
|
527
|
-
GroupJoin<TInner, TKey, TResult>(inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System.Func_2<T, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<T, System_Collections_Generic.IEnumerable_1<TInner>, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>
|
|
527
|
+
GroupJoin<TInner, TKey, TResult>(inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System.Func_2<T, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<T, System_Collections_Generic.IEnumerable_1<TInner>, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IEnumerable_1<TResult>;
|
|
528
528
|
Index(): System_Collections_Generic.IEnumerable_1<System.ValueTuple_2<System_Internal.Int32, T>>;
|
|
529
529
|
Intersect(second: System_Collections_Generic.IEnumerable_1<T>): System_Collections_Generic.IEnumerable_1<T>;
|
|
530
|
-
Intersect(second: System_Collections_Generic.IEnumerable_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T>
|
|
530
|
+
Intersect(second: System_Collections_Generic.IEnumerable_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T>): System_Collections_Generic.IEnumerable_1<T>;
|
|
531
531
|
IntersectBy<TKey>(second: System_Collections_Generic.IEnumerable_1<TKey>, keySelector: System.Func_2<T, TKey>): System_Collections_Generic.IEnumerable_1<T>;
|
|
532
|
-
IntersectBy<TKey>(second: System_Collections_Generic.IEnumerable_1<TKey>, keySelector: System.Func_2<T, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>
|
|
532
|
+
IntersectBy<TKey>(second: System_Collections_Generic.IEnumerable_1<TKey>, keySelector: System.Func_2<T, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IEnumerable_1<T>;
|
|
533
533
|
Join<TInner, TKey, TResult>(inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System.Func_2<T, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<T, TInner, TResult>): System_Collections_Generic.IEnumerable_1<TResult>;
|
|
534
|
-
Join<TInner, TKey, TResult>(inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System.Func_2<T, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<T, TInner, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>
|
|
534
|
+
Join<TInner, TKey, TResult>(inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System.Func_2<T, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<T, TInner, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IEnumerable_1<TResult>;
|
|
535
535
|
Last(): T;
|
|
536
536
|
Last(predicate: System.Func_2<T, System_Internal.Boolean>): T;
|
|
537
|
-
LastOrDefault(): T;
|
|
537
|
+
LastOrDefault(): T | undefined;
|
|
538
538
|
LastOrDefault(defaultValue: T): T;
|
|
539
539
|
LastOrDefault(predicate: System.Func_2<T, System_Internal.Boolean>): T | undefined;
|
|
540
540
|
LastOrDefault(predicate: System.Func_2<T, System_Internal.Boolean>, defaultValue: T): T;
|
|
541
|
-
LeftJoin<TInner, TKey, TResult>(inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System.Func_2<T, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<T, TInner
|
|
542
|
-
LeftJoin<TInner, TKey, TResult>(inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System.Func_2<T, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<T, TInner
|
|
541
|
+
LeftJoin<TInner, TKey, TResult>(inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System.Func_2<T, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<T, TInner, TResult>): System_Collections_Generic.IEnumerable_1<TResult>;
|
|
542
|
+
LeftJoin<TInner, TKey, TResult>(inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System.Func_2<T, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<T, TInner, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IEnumerable_1<TResult>;
|
|
543
543
|
ToLookup<TKey>(keySelector: System.Func_2<T, TKey>): System_Linq.ILookup_2<TKey, T>;
|
|
544
|
-
ToLookup<TKey>(keySelector: System.Func_2<T, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>
|
|
544
|
+
ToLookup<TKey>(keySelector: System.Func_2<T, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Linq.ILookup_2<TKey, T>;
|
|
545
545
|
ToLookup<TKey, TElement>(keySelector: System.Func_2<T, TKey>, elementSelector: System.Func_2<T, TElement>): System_Linq.ILookup_2<TKey, TElement>;
|
|
546
|
-
ToLookup<TKey, TElement>(keySelector: System.Func_2<T, TKey>, elementSelector: System.Func_2<T, TElement>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>
|
|
546
|
+
ToLookup<TKey, TElement>(keySelector: System.Func_2<T, TKey>, elementSelector: System.Func_2<T, TElement>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Linq.ILookup_2<TKey, TElement>;
|
|
547
547
|
Max(): int;
|
|
548
548
|
Max(): long;
|
|
549
549
|
Max(): System.Nullable_1<System_Internal.Int32>;
|
|
@@ -554,10 +554,10 @@ export interface __Ext_IEnumerable_1<T> {
|
|
|
554
554
|
Max(): System.Nullable_1<System_Internal.Single>;
|
|
555
555
|
Max(): decimal;
|
|
556
556
|
Max(): System.Nullable_1<System_Internal.Decimal>;
|
|
557
|
-
Max(): T;
|
|
558
|
-
Max(comparer: System_Collections_Generic.IComparer_1<T> | undefined
|
|
559
|
-
MaxBy<TKey>(keySelector: System.Func_2<T, TKey>): T;
|
|
560
|
-
MaxBy<TKey>(keySelector: System.Func_2<T, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey> | undefined
|
|
557
|
+
Max(): T | undefined;
|
|
558
|
+
Max(comparer: System_Collections_Generic.IComparer_1<T>): T | undefined;
|
|
559
|
+
MaxBy<TKey>(keySelector: System.Func_2<T, TKey>): T | undefined;
|
|
560
|
+
MaxBy<TKey>(keySelector: System.Func_2<T, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey>): T | undefined;
|
|
561
561
|
Max(selector: System.Func_2<T, System_Internal.Int32>): int;
|
|
562
562
|
Max(selector: System.Func_2<T, System.Nullable_1<System_Internal.Int32>>): System.Nullable_1<System_Internal.Int32>;
|
|
563
563
|
Max(selector: System.Func_2<T, System_Internal.Int64>): long;
|
|
@@ -568,7 +568,7 @@ export interface __Ext_IEnumerable_1<T> {
|
|
|
568
568
|
Max(selector: System.Func_2<T, System.Nullable_1<System_Internal.Double>>): System.Nullable_1<System_Internal.Double>;
|
|
569
569
|
Max(selector: System.Func_2<T, System_Internal.Decimal>): decimal;
|
|
570
570
|
Max(selector: System.Func_2<T, System.Nullable_1<System_Internal.Decimal>>): System.Nullable_1<System_Internal.Decimal>;
|
|
571
|
-
Max<TResult>(selector: System.Func_2<T, TResult>): TResult;
|
|
571
|
+
Max<TResult>(selector: System.Func_2<T, TResult>): TResult | undefined;
|
|
572
572
|
Min(): int;
|
|
573
573
|
Min(): long;
|
|
574
574
|
Min(): System.Nullable_1<System_Internal.Int32>;
|
|
@@ -579,10 +579,10 @@ export interface __Ext_IEnumerable_1<T> {
|
|
|
579
579
|
Min(): System.Nullable_1<System_Internal.Double>;
|
|
580
580
|
Min(): decimal;
|
|
581
581
|
Min(): System.Nullable_1<System_Internal.Decimal>;
|
|
582
|
-
Min(): T;
|
|
583
|
-
Min(comparer: System_Collections_Generic.IComparer_1<T> | undefined
|
|
584
|
-
MinBy<TKey>(keySelector: System.Func_2<T, TKey>): T;
|
|
585
|
-
MinBy<TKey>(keySelector: System.Func_2<T, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey> | undefined
|
|
582
|
+
Min(): T | undefined;
|
|
583
|
+
Min(comparer: System_Collections_Generic.IComparer_1<T>): T | undefined;
|
|
584
|
+
MinBy<TKey>(keySelector: System.Func_2<T, TKey>): T | undefined;
|
|
585
|
+
MinBy<TKey>(keySelector: System.Func_2<T, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey>): T | undefined;
|
|
586
586
|
Min(selector: System.Func_2<T, System_Internal.Int32>): int;
|
|
587
587
|
Min(selector: System.Func_2<T, System.Nullable_1<System_Internal.Int32>>): System.Nullable_1<System_Internal.Int32>;
|
|
588
588
|
Min(selector: System.Func_2<T, System_Internal.Int64>): long;
|
|
@@ -593,19 +593,19 @@ export interface __Ext_IEnumerable_1<T> {
|
|
|
593
593
|
Min(selector: System.Func_2<T, System.Nullable_1<System_Internal.Double>>): System.Nullable_1<System_Internal.Double>;
|
|
594
594
|
Min(selector: System.Func_2<T, System_Internal.Decimal>): decimal;
|
|
595
595
|
Min(selector: System.Func_2<T, System.Nullable_1<System_Internal.Decimal>>): System.Nullable_1<System_Internal.Decimal>;
|
|
596
|
-
Min<TResult>(selector: System.Func_2<T, TResult>): TResult;
|
|
596
|
+
Min<TResult>(selector: System.Func_2<T, TResult>): TResult | undefined;
|
|
597
597
|
Order(): System_Linq.IOrderedEnumerable_1<T>;
|
|
598
|
-
Order(comparer: System_Collections_Generic.IComparer_1<T>
|
|
598
|
+
Order(comparer: System_Collections_Generic.IComparer_1<T>): System_Linq.IOrderedEnumerable_1<T>;
|
|
599
599
|
OrderBy<TKey>(keySelector: System.Func_2<T, TKey>): System_Linq.IOrderedEnumerable_1<T>;
|
|
600
|
-
OrderBy<TKey>(keySelector: System.Func_2<T, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey>
|
|
600
|
+
OrderBy<TKey>(keySelector: System.Func_2<T, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey>): System_Linq.IOrderedEnumerable_1<T>;
|
|
601
601
|
OrderDescending(): System_Linq.IOrderedEnumerable_1<T>;
|
|
602
|
-
OrderDescending(comparer: System_Collections_Generic.IComparer_1<T>
|
|
602
|
+
OrderDescending(comparer: System_Collections_Generic.IComparer_1<T>): System_Linq.IOrderedEnumerable_1<T>;
|
|
603
603
|
OrderByDescending<TKey>(keySelector: System.Func_2<T, TKey>): System_Linq.IOrderedEnumerable_1<T>;
|
|
604
|
-
OrderByDescending<TKey>(keySelector: System.Func_2<T, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey>
|
|
604
|
+
OrderByDescending<TKey>(keySelector: System.Func_2<T, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey>): System_Linq.IOrderedEnumerable_1<T>;
|
|
605
605
|
Shuffle(): System_Collections_Generic.IEnumerable_1<T>;
|
|
606
606
|
Reverse(): System_Collections_Generic.IEnumerable_1<T>;
|
|
607
|
-
RightJoin<TInner, TKey, TResult>(inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System.Func_2<T, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<T
|
|
608
|
-
RightJoin<TInner, TKey, TResult>(inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System.Func_2<T, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<T
|
|
607
|
+
RightJoin<TInner, TKey, TResult>(inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System.Func_2<T, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<T, TInner, TResult>): System_Collections_Generic.IEnumerable_1<TResult>;
|
|
608
|
+
RightJoin<TInner, TKey, TResult>(inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System.Func_2<T, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<T, TInner, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IEnumerable_1<TResult>;
|
|
609
609
|
Select<TResult>(selector: System.Func_2<T, TResult>): System_Collections_Generic.IEnumerable_1<TResult>;
|
|
610
610
|
Select<TResult>(selector: System.Func_3<T, System_Internal.Int32, TResult>): System_Collections_Generic.IEnumerable_1<TResult>;
|
|
611
611
|
SelectMany<TResult>(selector: System.Func_2<T, System_Collections_Generic.IEnumerable_1<TResult>>): System_Collections_Generic.IEnumerable_1<TResult>;
|
|
@@ -613,10 +613,10 @@ export interface __Ext_IEnumerable_1<T> {
|
|
|
613
613
|
SelectMany<TCollection, TResult>(collectionSelector: System.Func_3<T, System_Internal.Int32, System_Collections_Generic.IEnumerable_1<TCollection>>, resultSelector: System.Func_3<T, TCollection, TResult>): System_Collections_Generic.IEnumerable_1<TResult>;
|
|
614
614
|
SelectMany<TCollection, TResult>(collectionSelector: System.Func_2<T, System_Collections_Generic.IEnumerable_1<TCollection>>, resultSelector: System.Func_3<T, TCollection, TResult>): System_Collections_Generic.IEnumerable_1<TResult>;
|
|
615
615
|
SequenceEqual(second: System_Collections_Generic.IEnumerable_1<T>): boolean;
|
|
616
|
-
SequenceEqual(second: System_Collections_Generic.IEnumerable_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T>
|
|
616
|
+
SequenceEqual(second: System_Collections_Generic.IEnumerable_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T>): boolean;
|
|
617
617
|
Single(): T;
|
|
618
618
|
Single(predicate: System.Func_2<T, System_Internal.Boolean>): T;
|
|
619
|
-
SingleOrDefault(): T;
|
|
619
|
+
SingleOrDefault(): T | undefined;
|
|
620
620
|
SingleOrDefault(defaultValue: T): T;
|
|
621
621
|
SingleOrDefault(predicate: System.Func_2<T, System_Internal.Boolean>): T | undefined;
|
|
622
622
|
SingleOrDefault(predicate: System.Func_2<T, System_Internal.Boolean>, defaultValue: T): T;
|
|
@@ -652,17 +652,17 @@ export interface __Ext_IEnumerable_1<T> {
|
|
|
652
652
|
ToArray(): T[];
|
|
653
653
|
ToList(): System_Collections_Generic.List_1<T>;
|
|
654
654
|
ToDictionary<TKey, TValue>(): System_Collections_Generic.Dictionary_2<TKey, TValue>;
|
|
655
|
-
ToDictionary<TKey, TValue>(comparer: System_Collections_Generic.IEqualityComparer_1<TKey>
|
|
655
|
+
ToDictionary<TKey, TValue>(comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.Dictionary_2<TKey, TValue>;
|
|
656
656
|
ToDictionary<TKey>(keySelector: System.Func_2<T, TKey>): System_Collections_Generic.Dictionary_2<TKey, T>;
|
|
657
|
-
ToDictionary<TKey>(keySelector: System.Func_2<T, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>
|
|
657
|
+
ToDictionary<TKey>(keySelector: System.Func_2<T, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.Dictionary_2<TKey, T>;
|
|
658
658
|
ToDictionary<TKey, TElement>(keySelector: System.Func_2<T, TKey>, elementSelector: System.Func_2<T, TElement>): System_Collections_Generic.Dictionary_2<TKey, TElement>;
|
|
659
|
-
ToDictionary<TKey, TElement>(keySelector: System.Func_2<T, TKey>, elementSelector: System.Func_2<T, TElement>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>
|
|
659
|
+
ToDictionary<TKey, TElement>(keySelector: System.Func_2<T, TKey>, elementSelector: System.Func_2<T, TElement>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.Dictionary_2<TKey, TElement>;
|
|
660
660
|
ToHashSet(): System_Collections_Generic.HashSet_1<T>;
|
|
661
|
-
ToHashSet(comparer: System_Collections_Generic.IEqualityComparer_1<T>
|
|
661
|
+
ToHashSet(comparer: System_Collections_Generic.IEqualityComparer_1<T>): System_Collections_Generic.HashSet_1<T>;
|
|
662
662
|
Union(second: System_Collections_Generic.IEnumerable_1<T>): System_Collections_Generic.IEnumerable_1<T>;
|
|
663
|
-
Union(second: System_Collections_Generic.IEnumerable_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T>
|
|
663
|
+
Union(second: System_Collections_Generic.IEnumerable_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T>): System_Collections_Generic.IEnumerable_1<T>;
|
|
664
664
|
UnionBy<TKey>(second: System_Collections_Generic.IEnumerable_1<T>, keySelector: System.Func_2<T, TKey>): System_Collections_Generic.IEnumerable_1<T>;
|
|
665
|
-
UnionBy<TKey>(second: System_Collections_Generic.IEnumerable_1<T>, keySelector: System.Func_2<T, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>
|
|
665
|
+
UnionBy<TKey>(second: System_Collections_Generic.IEnumerable_1<T>, keySelector: System.Func_2<T, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IEnumerable_1<T>;
|
|
666
666
|
Where(predicate: System.Func_2<T, System_Internal.Boolean>): System_Collections_Generic.IEnumerable_1<T>;
|
|
667
667
|
Where(predicate: System.Func_3<T, System_Internal.Int32, System_Internal.Boolean>): System_Collections_Generic.IEnumerable_1<T>;
|
|
668
668
|
Zip<TSecond, TResult>(second: System_Collections_Generic.IEnumerable_1<TSecond>, resultSelector: System.Func_3<T, TSecond, TResult>): System_Collections_Generic.IEnumerable_1<TResult>;
|
|
@@ -672,27 +672,27 @@ export interface __Ext_IEnumerable_1<T> {
|
|
|
672
672
|
AsParallel(): System_Linq.ParallelQuery_1<T>;
|
|
673
673
|
AsQueryable(): System_Linq.IQueryable_1<T>;
|
|
674
674
|
Attributes(): System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XAttribute>;
|
|
675
|
-
Attributes(name: System_Xml_Linq.XName
|
|
675
|
+
Attributes(name: System_Xml_Linq.XName): System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XAttribute>;
|
|
676
676
|
Ancestors(): System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XElement>;
|
|
677
|
-
Ancestors(name: System_Xml_Linq.XName
|
|
677
|
+
Ancestors(name: System_Xml_Linq.XName): System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XElement>;
|
|
678
678
|
AncestorsAndSelf(): System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XElement>;
|
|
679
|
-
AncestorsAndSelf(name: System_Xml_Linq.XName
|
|
679
|
+
AncestorsAndSelf(name: System_Xml_Linq.XName): System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XElement>;
|
|
680
680
|
Nodes(): System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XNode>;
|
|
681
681
|
DescendantNodes(): System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XNode>;
|
|
682
682
|
Descendants(): System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XElement>;
|
|
683
|
-
Descendants(name: System_Xml_Linq.XName
|
|
683
|
+
Descendants(name: System_Xml_Linq.XName): System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XElement>;
|
|
684
684
|
DescendantNodesAndSelf(): System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XNode>;
|
|
685
685
|
DescendantsAndSelf(): System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XElement>;
|
|
686
|
-
DescendantsAndSelf(name: System_Xml_Linq.XName
|
|
686
|
+
DescendantsAndSelf(name: System_Xml_Linq.XName): System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XElement>;
|
|
687
687
|
Elements(): System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XElement>;
|
|
688
|
-
Elements(name: System_Xml_Linq.XName
|
|
688
|
+
Elements(name: System_Xml_Linq.XName): System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XElement>;
|
|
689
689
|
InDocumentOrder(): System_Collections_Generic.IEnumerable_1<T>;
|
|
690
690
|
Remove(): void;
|
|
691
691
|
Remove(): void;
|
|
692
692
|
}
|
|
693
693
|
|
|
694
694
|
export interface __Ext_IReadOnlyDictionary_2<TKey, TValue> {
|
|
695
|
-
GetValueOrDefault(key: TKey): TValue;
|
|
695
|
+
GetValueOrDefault(key: TKey): TValue | undefined;
|
|
696
696
|
GetValueOrDefault(key: TKey, defaultValue: TValue): TValue;
|
|
697
697
|
}
|
|
698
698
|
|
|
@@ -719,47 +719,47 @@ export interface __Ext_List_1<T> {
|
|
|
719
719
|
export interface __Ext_ImmutableArray_1_Builder<T> {
|
|
720
720
|
ToImmutableArray(): System_Collections_Immutable.ImmutableArray_1<T>;
|
|
721
721
|
First(): T;
|
|
722
|
-
FirstOrDefault(): T;
|
|
722
|
+
FirstOrDefault(): T | undefined;
|
|
723
723
|
Last(): T;
|
|
724
|
-
LastOrDefault(): T;
|
|
724
|
+
LastOrDefault(): T | undefined;
|
|
725
725
|
Any(): boolean;
|
|
726
726
|
}
|
|
727
727
|
|
|
728
728
|
export interface __Ext_ImmutableArray_1<T> {
|
|
729
729
|
BinarySearch(value: T): int;
|
|
730
|
-
BinarySearch(value: T, comparer: System_Collections_Generic.IComparer_1<T>
|
|
730
|
+
BinarySearch(value: T, comparer: System_Collections_Generic.IComparer_1<T>): int;
|
|
731
731
|
BinarySearch(index: int, length: int, value: T): int;
|
|
732
|
-
BinarySearch(index: int, length: int, value: T, comparer: System_Collections_Generic.IComparer_1<T>
|
|
732
|
+
BinarySearch(index: int, length: int, value: T, comparer: System_Collections_Generic.IComparer_1<T>): int;
|
|
733
733
|
Select<TResult>(selector: System.Func_2<T, TResult>): System_Collections_Generic.IEnumerable_1<TResult>;
|
|
734
734
|
SelectMany<TCollection, TResult>(collectionSelector: System.Func_2<T, System_Collections_Generic.IEnumerable_1<TCollection>>, resultSelector: System.Func_3<T, TCollection, TResult>): System_Collections_Generic.IEnumerable_1<TResult>;
|
|
735
735
|
Where(predicate: System.Func_2<T, System_Internal.Boolean>): System_Collections_Generic.IEnumerable_1<T>;
|
|
736
736
|
Any(): boolean;
|
|
737
737
|
Any(predicate: System.Func_2<T, System_Internal.Boolean>): boolean;
|
|
738
738
|
All(predicate: System.Func_2<T, System_Internal.Boolean>): boolean;
|
|
739
|
-
SequenceEqual<TDerived>(items: System_Collections_Immutable.ImmutableArray_1<TDerived>, comparer: System_Collections_Generic.IEqualityComparer_1<T>
|
|
740
|
-
SequenceEqual<TDerived>(items: System_Collections_Generic.IEnumerable_1<TDerived>, comparer: System_Collections_Generic.IEqualityComparer_1<T>
|
|
739
|
+
SequenceEqual<TDerived>(items: System_Collections_Immutable.ImmutableArray_1<TDerived>, comparer: System_Collections_Generic.IEqualityComparer_1<T>): boolean;
|
|
740
|
+
SequenceEqual<TDerived>(items: System_Collections_Generic.IEnumerable_1<TDerived>, comparer: System_Collections_Generic.IEqualityComparer_1<T>): boolean;
|
|
741
741
|
SequenceEqual<TDerived>(items: System_Collections_Immutable.ImmutableArray_1<TDerived>, predicate: System.Func_3<T, T, System_Internal.Boolean>): boolean;
|
|
742
|
-
Aggregate(func: System.Func_3<T, T, T>): T;
|
|
742
|
+
Aggregate(func: System.Func_3<T, T, T>): T | undefined;
|
|
743
743
|
Aggregate<TAccumulate>(seed: TAccumulate, func: System.Func_3<TAccumulate, T, TAccumulate>): TAccumulate;
|
|
744
744
|
Aggregate<TAccumulate, TResult>(seed: TAccumulate, func: System.Func_3<TAccumulate, T, TAccumulate>, resultSelector: System.Func_2<TAccumulate, TResult>): TResult;
|
|
745
745
|
ElementAt(index: int): T;
|
|
746
|
-
ElementAtOrDefault(index: int): T;
|
|
746
|
+
ElementAtOrDefault(index: int): T | undefined;
|
|
747
747
|
First(predicate: System.Func_2<T, System_Internal.Boolean>): T;
|
|
748
748
|
First(): T;
|
|
749
|
-
FirstOrDefault(): T;
|
|
750
|
-
FirstOrDefault(predicate: System.Func_2<T, System_Internal.Boolean>): T;
|
|
749
|
+
FirstOrDefault(): T | undefined;
|
|
750
|
+
FirstOrDefault(predicate: System.Func_2<T, System_Internal.Boolean>): T | undefined;
|
|
751
751
|
Last(): T;
|
|
752
752
|
Last(predicate: System.Func_2<T, System_Internal.Boolean>): T;
|
|
753
|
-
LastOrDefault(): T;
|
|
754
|
-
LastOrDefault(predicate: System.Func_2<T, System_Internal.Boolean>): T;
|
|
753
|
+
LastOrDefault(): T | undefined;
|
|
754
|
+
LastOrDefault(predicate: System.Func_2<T, System_Internal.Boolean>): T | undefined;
|
|
755
755
|
Single(): T;
|
|
756
756
|
Single(predicate: System.Func_2<T, System_Internal.Boolean>): T;
|
|
757
|
-
SingleOrDefault(): T;
|
|
758
|
-
SingleOrDefault(predicate: System.Func_2<T, System_Internal.Boolean>): T;
|
|
757
|
+
SingleOrDefault(): T | undefined;
|
|
758
|
+
SingleOrDefault(predicate: System.Func_2<T, System_Internal.Boolean>): T | undefined;
|
|
759
759
|
ToDictionary<TKey>(keySelector: System.Func_2<T, TKey>): System_Collections_Generic.Dictionary_2<TKey, T>;
|
|
760
760
|
ToDictionary<TKey, TElement>(keySelector: System.Func_2<T, TKey>, elementSelector: System.Func_2<T, TElement>): System_Collections_Generic.Dictionary_2<TKey, TElement>;
|
|
761
|
-
ToDictionary<TKey>(keySelector: System.Func_2<T, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>
|
|
762
|
-
ToDictionary<TKey, TElement>(keySelector: System.Func_2<T, TKey>, elementSelector: System.Func_2<T, TElement>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>
|
|
761
|
+
ToDictionary<TKey>(keySelector: System.Func_2<T, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.Dictionary_2<TKey, T>;
|
|
762
|
+
ToDictionary<TKey, TElement>(keySelector: System.Func_2<T, TKey>, elementSelector: System.Func_2<T, TElement>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.Dictionary_2<TKey, TElement>;
|
|
763
763
|
ToArray(): T[];
|
|
764
764
|
}
|
|
765
765
|
|
|
@@ -786,11 +786,11 @@ export interface __Ext_IImmutableList_1<T> {
|
|
|
786
786
|
Remove(value: T): System_Collections_Immutable.IImmutableList_1<T>;
|
|
787
787
|
RemoveRange(items: System_Collections_Generic.IEnumerable_1<T>): System_Collections_Immutable.IImmutableList_1<T>;
|
|
788
788
|
IndexOf(item: T): int;
|
|
789
|
-
IndexOf(item: T, equalityComparer: System_Collections_Generic.IEqualityComparer_1<T>
|
|
789
|
+
IndexOf(item: T, equalityComparer: System_Collections_Generic.IEqualityComparer_1<T>): int;
|
|
790
790
|
IndexOf(item: T, startIndex: int): int;
|
|
791
791
|
IndexOf(item: T, startIndex: int, count: int): int;
|
|
792
792
|
LastIndexOf(item: T): int;
|
|
793
|
-
LastIndexOf(item: T, equalityComparer: System_Collections_Generic.IEqualityComparer_1<T>
|
|
793
|
+
LastIndexOf(item: T, equalityComparer: System_Collections_Generic.IEqualityComparer_1<T>): int;
|
|
794
794
|
LastIndexOf(item: T, startIndex: int): int;
|
|
795
795
|
LastIndexOf(item: T, startIndex: int, count: int): int;
|
|
796
796
|
}
|
|
@@ -845,13 +845,13 @@ export interface __Ext_DbDataReader {
|
|
|
845
845
|
export interface __Ext_DataRow {
|
|
846
846
|
Field<T>(columnName: string): T | undefined;
|
|
847
847
|
Field<T>(column: System_Data.DataColumn): T | undefined;
|
|
848
|
-
Field<T>(columnIndex: int): T;
|
|
849
|
-
Field<T>(columnIndex: int, version: System_Data.DataRowVersion): T;
|
|
848
|
+
Field<T>(columnIndex: int): T | undefined;
|
|
849
|
+
Field<T>(columnIndex: int, version: System_Data.DataRowVersion): T | undefined;
|
|
850
850
|
Field<T>(columnName: string, version: System_Data.DataRowVersion): T | undefined;
|
|
851
851
|
Field<T>(column: System_Data.DataColumn, version: System_Data.DataRowVersion): T | undefined;
|
|
852
852
|
SetField<T>(columnIndex: int, value: T): void;
|
|
853
|
-
SetField<T>(columnName: string, value: T
|
|
854
|
-
SetField<T>(column: System_Data.DataColumn, value: T
|
|
853
|
+
SetField<T>(columnName: string, value: T): void;
|
|
854
|
+
SetField<T>(column: System_Data.DataColumn, value: T): void;
|
|
855
855
|
}
|
|
856
856
|
|
|
857
857
|
export interface __Ext_DataTable {
|
|
@@ -901,7 +901,7 @@ export interface __Ext_StackFrame {
|
|
|
901
901
|
}
|
|
902
902
|
|
|
903
903
|
export interface __Ext_IMeterFactory {
|
|
904
|
-
Create(name: string, version: string
|
|
904
|
+
Create(name: string, version: string, tags: System_Collections_Generic.IEnumerable_1<System_Collections_Generic.KeyValuePair_2<System_Internal.String, unknown>>): System_Diagnostics_Metrics.Meter;
|
|
905
905
|
}
|
|
906
906
|
|
|
907
907
|
export interface __Ext_CompareInfo {
|
|
@@ -916,7 +916,7 @@ export interface __Ext_DirectoryInfo {
|
|
|
916
916
|
}
|
|
917
917
|
|
|
918
918
|
export interface __Ext_FileInfo {
|
|
919
|
-
Create(mode: System_IO.FileMode, rights: System_Security_AccessControl.FileSystemRights, share: System_IO.FileShare, bufferSize: int, options: System_IO.FileOptions, fileSecurity: System_Security_AccessControl.FileSecurity
|
|
919
|
+
Create(mode: System_IO.FileMode, rights: System_Security_AccessControl.FileSystemRights, share: System_IO.FileShare, bufferSize: int, options: System_IO.FileOptions, fileSecurity: System_Security_AccessControl.FileSecurity): System_IO.FileStream;
|
|
920
920
|
GetAccessControl(): System_Security_AccessControl.FileSecurity;
|
|
921
921
|
GetAccessControl(includeSections: System_Security_AccessControl.AccessControlSections): System_Security_AccessControl.FileSecurity;
|
|
922
922
|
SetAccessControl(fileSecurity: System_Security_AccessControl.FileSecurity): void;
|
|
@@ -967,9 +967,9 @@ export interface __Ext_IEnumerable {
|
|
|
967
967
|
|
|
968
968
|
export interface __Ext_IOrderedEnumerable_1<TElement> {
|
|
969
969
|
ThenBy<TKey>(keySelector: System.Func_2<TElement, TKey>): System_Linq.IOrderedEnumerable_1<TElement>;
|
|
970
|
-
ThenBy<TKey>(keySelector: System.Func_2<TElement, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey>
|
|
970
|
+
ThenBy<TKey>(keySelector: System.Func_2<TElement, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey>): System_Linq.IOrderedEnumerable_1<TElement>;
|
|
971
971
|
ThenByDescending<TKey>(keySelector: System.Func_2<TElement, TKey>): System_Linq.IOrderedEnumerable_1<TElement>;
|
|
972
|
-
ThenByDescending<TKey>(keySelector: System.Func_2<TElement, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey>
|
|
972
|
+
ThenByDescending<TKey>(keySelector: System.Func_2<TElement, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey>): System_Linq.IOrderedEnumerable_1<TElement>;
|
|
973
973
|
}
|
|
974
974
|
|
|
975
975
|
export interface __Ext_IAsyncEnumerable_1<T> {
|
|
@@ -979,10 +979,10 @@ export interface __Ext_IAsyncEnumerable_1<T> {
|
|
|
979
979
|
AggregateAsync<TAccumulate>(seed: TAccumulate, func: System.Func_4<TAccumulate, T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TAccumulate>>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<TAccumulate>;
|
|
980
980
|
AggregateAsync<TAccumulate, TResult>(seed: TAccumulate, func: System.Func_3<TAccumulate, T, TAccumulate>, resultSelector: System.Func_2<TAccumulate, TResult>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<TResult>;
|
|
981
981
|
AggregateAsync<TAccumulate, TResult>(seed: TAccumulate, func: System.Func_4<TAccumulate, T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TAccumulate>>, resultSelector: System.Func_3<TAccumulate, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TResult>>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<TResult>;
|
|
982
|
-
AggregateBy<TKey, TAccumulate>(keySelector: System.Func_2<T, TKey>, seed: TAccumulate, func: System.Func_3<TAccumulate, T, TAccumulate>, keyComparer: System_Collections_Generic.IEqualityComparer_1<TKey>
|
|
983
|
-
AggregateBy<TKey, TAccumulate>(keySelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, seed: TAccumulate, func: System.Func_4<TAccumulate, T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TAccumulate>>, keyComparer: System_Collections_Generic.IEqualityComparer_1<TKey>
|
|
984
|
-
AggregateBy<TKey, TAccumulate>(keySelector: System.Func_2<T, TKey>, seedSelector: System.Func_2<TKey, TAccumulate>, func: System.Func_3<TAccumulate, T, TAccumulate>, keyComparer: System_Collections_Generic.IEqualityComparer_1<TKey>
|
|
985
|
-
AggregateBy<TKey, TAccumulate>(keySelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, seedSelector: System.Func_3<TKey, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TAccumulate>>, func: System.Func_4<TAccumulate, T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TAccumulate>>, keyComparer: System_Collections_Generic.IEqualityComparer_1<TKey>
|
|
982
|
+
AggregateBy<TKey, TAccumulate>(keySelector: System.Func_2<T, TKey>, seed: TAccumulate, func: System.Func_3<TAccumulate, T, TAccumulate>, keyComparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IAsyncEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, TAccumulate>>;
|
|
983
|
+
AggregateBy<TKey, TAccumulate>(keySelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, seed: TAccumulate, func: System.Func_4<TAccumulate, T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TAccumulate>>, keyComparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IAsyncEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, TAccumulate>>;
|
|
984
|
+
AggregateBy<TKey, TAccumulate>(keySelector: System.Func_2<T, TKey>, seedSelector: System.Func_2<TKey, TAccumulate>, func: System.Func_3<TAccumulate, T, TAccumulate>, keyComparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IAsyncEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, TAccumulate>>;
|
|
985
|
+
AggregateBy<TKey, TAccumulate>(keySelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, seedSelector: System.Func_3<TKey, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TAccumulate>>, func: System.Func_4<TAccumulate, T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TAccumulate>>, keyComparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IAsyncEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, TAccumulate>>;
|
|
986
986
|
AllAsync(predicate: System.Func_2<T, System_Internal.Boolean>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>;
|
|
987
987
|
AllAsync(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>;
|
|
988
988
|
AnyAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>;
|
|
@@ -1002,27 +1002,27 @@ export interface __Ext_IAsyncEnumerable_1<T> {
|
|
|
1002
1002
|
Cast<TResult>(): System_Collections_Generic.IAsyncEnumerable_1<TResult>;
|
|
1003
1003
|
Chunk(size: int): System_Collections_Generic.IAsyncEnumerable_1<T[]>;
|
|
1004
1004
|
Concat(second: System_Collections_Generic.IAsyncEnumerable_1<T>): System_Collections_Generic.IAsyncEnumerable_1<T>;
|
|
1005
|
-
ContainsAsync(value: T, comparer: System_Collections_Generic.IEqualityComparer_1<T
|
|
1005
|
+
ContainsAsync(value: T, comparer: System_Collections_Generic.IEqualityComparer_1<T>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>;
|
|
1006
1006
|
CountAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System_Internal.Int32>;
|
|
1007
1007
|
CountAsync(predicate: System.Func_2<T, System_Internal.Boolean>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System_Internal.Int32>;
|
|
1008
1008
|
CountAsync(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System_Internal.Int32>;
|
|
1009
1009
|
LongCountAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System_Internal.Int64>;
|
|
1010
1010
|
LongCountAsync(predicate: System.Func_2<T, System_Internal.Boolean>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System_Internal.Int64>;
|
|
1011
1011
|
LongCountAsync(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System_Internal.Int64>;
|
|
1012
|
-
CountBy<TKey>(keySelector: System.Func_2<T, TKey>, keyComparer: System_Collections_Generic.IEqualityComparer_1<TKey>
|
|
1013
|
-
CountBy<TKey>(keySelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, keyComparer: System_Collections_Generic.IEqualityComparer_1<TKey>
|
|
1012
|
+
CountBy<TKey>(keySelector: System.Func_2<T, TKey>, keyComparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IAsyncEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, System_Internal.Int32>>;
|
|
1013
|
+
CountBy<TKey>(keySelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, keyComparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IAsyncEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, System_Internal.Int32>>;
|
|
1014
1014
|
DefaultIfEmpty(): System_Collections_Generic.IAsyncEnumerable_1<T | undefined>;
|
|
1015
1015
|
DefaultIfEmpty(defaultValue: T): System_Collections_Generic.IAsyncEnumerable_1<T>;
|
|
1016
|
-
Distinct(comparer: System_Collections_Generic.IEqualityComparer_1<T>
|
|
1017
|
-
DistinctBy<TKey>(keySelector: System.Func_2<T, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>
|
|
1018
|
-
DistinctBy<TKey>(keySelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>
|
|
1016
|
+
Distinct(comparer: System_Collections_Generic.IEqualityComparer_1<T>): System_Collections_Generic.IAsyncEnumerable_1<T>;
|
|
1017
|
+
DistinctBy<TKey>(keySelector: System.Func_2<T, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IAsyncEnumerable_1<T>;
|
|
1018
|
+
DistinctBy<TKey>(keySelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IAsyncEnumerable_1<T>;
|
|
1019
1019
|
ElementAtAsync(index: int, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
|
|
1020
1020
|
ElementAtOrDefaultAsync(index: int, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
|
|
1021
1021
|
ElementAtAsync(index: System.Index, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
|
|
1022
1022
|
ElementAtOrDefaultAsync(index: System.Index, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
|
|
1023
|
-
Except(second: System_Collections_Generic.IAsyncEnumerable_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T>
|
|
1024
|
-
ExceptBy<TKey>(second: System_Collections_Generic.IAsyncEnumerable_1<TKey>, keySelector: System.Func_2<T, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>
|
|
1025
|
-
ExceptBy<TKey>(second: System_Collections_Generic.IAsyncEnumerable_1<TKey>, keySelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>
|
|
1023
|
+
Except(second: System_Collections_Generic.IAsyncEnumerable_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T>): System_Collections_Generic.IAsyncEnumerable_1<T>;
|
|
1024
|
+
ExceptBy<TKey>(second: System_Collections_Generic.IAsyncEnumerable_1<TKey>, keySelector: System.Func_2<T, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IAsyncEnumerable_1<T>;
|
|
1025
|
+
ExceptBy<TKey>(second: System_Collections_Generic.IAsyncEnumerable_1<TKey>, keySelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IAsyncEnumerable_1<T>;
|
|
1026
1026
|
FirstAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
|
|
1027
1027
|
FirstAsync(predicate: System.Func_2<T, System_Internal.Boolean>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
|
|
1028
1028
|
FirstAsync(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
|
|
@@ -1032,22 +1032,22 @@ export interface __Ext_IAsyncEnumerable_1<T> {
|
|
|
1032
1032
|
FirstOrDefaultAsync(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
|
|
1033
1033
|
FirstOrDefaultAsync(predicate: System.Func_2<T, System_Internal.Boolean>, defaultValue: T, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
|
|
1034
1034
|
FirstOrDefaultAsync(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, defaultValue: T, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
|
|
1035
|
-
GroupBy<TKey>(keySelector: System.Func_2<T, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>
|
|
1036
|
-
GroupBy<TKey>(keySelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>
|
|
1037
|
-
GroupBy<TKey, TElement>(keySelector: System.Func_2<T, TKey>, elementSelector: System.Func_2<T, TElement>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>
|
|
1038
|
-
GroupBy<TKey, TElement>(keySelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, elementSelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TElement>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>
|
|
1039
|
-
GroupBy<TKey, TResult>(keySelector: System.Func_2<T, TKey>, resultSelector: System.Func_3<TKey, System_Collections_Generic.IEnumerable_1<T>, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>
|
|
1040
|
-
GroupBy<TKey, TResult>(keySelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, resultSelector: System.Func_4<TKey, System_Collections_Generic.IEnumerable_1<T>, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TResult>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>
|
|
1041
|
-
GroupBy<TKey, TElement, TResult>(keySelector: System.Func_2<T, TKey>, elementSelector: System.Func_2<T, TElement>, resultSelector: System.Func_3<TKey, System_Collections_Generic.IEnumerable_1<TElement>, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>
|
|
1042
|
-
GroupBy<TKey, TElement, TResult>(keySelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, elementSelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TElement>>, resultSelector: System.Func_4<TKey, System_Collections_Generic.IEnumerable_1<TElement>, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TResult>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>
|
|
1043
|
-
GroupJoin<TInner, TKey, TResult>(inner: System_Collections_Generic.IAsyncEnumerable_1<TInner>, outerKeySelector: System.Func_2<T, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<T, System_Collections_Generic.IEnumerable_1<TInner>, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>
|
|
1044
|
-
GroupJoin<TInner, TKey, TResult>(inner: System_Collections_Generic.IAsyncEnumerable_1<TInner>, outerKeySelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, innerKeySelector: System.Func_3<TInner, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, resultSelector: System.Func_4<T, System_Collections_Generic.IEnumerable_1<TInner>, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TResult>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>
|
|
1035
|
+
GroupBy<TKey>(keySelector: System.Func_2<T, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IAsyncEnumerable_1<System_Linq.IGrouping_2<TKey, T>>;
|
|
1036
|
+
GroupBy<TKey>(keySelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IAsyncEnumerable_1<System_Linq.IGrouping_2<TKey, T>>;
|
|
1037
|
+
GroupBy<TKey, TElement>(keySelector: System.Func_2<T, TKey>, elementSelector: System.Func_2<T, TElement>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IAsyncEnumerable_1<System_Linq.IGrouping_2<TKey, TElement>>;
|
|
1038
|
+
GroupBy<TKey, TElement>(keySelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, elementSelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TElement>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IAsyncEnumerable_1<System_Linq.IGrouping_2<TKey, TElement>>;
|
|
1039
|
+
GroupBy<TKey, TResult>(keySelector: System.Func_2<T, TKey>, resultSelector: System.Func_3<TKey, System_Collections_Generic.IEnumerable_1<T>, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IAsyncEnumerable_1<TResult>;
|
|
1040
|
+
GroupBy<TKey, TResult>(keySelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, resultSelector: System.Func_4<TKey, System_Collections_Generic.IEnumerable_1<T>, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TResult>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IAsyncEnumerable_1<TResult>;
|
|
1041
|
+
GroupBy<TKey, TElement, TResult>(keySelector: System.Func_2<T, TKey>, elementSelector: System.Func_2<T, TElement>, resultSelector: System.Func_3<TKey, System_Collections_Generic.IEnumerable_1<TElement>, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IAsyncEnumerable_1<TResult>;
|
|
1042
|
+
GroupBy<TKey, TElement, TResult>(keySelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, elementSelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TElement>>, resultSelector: System.Func_4<TKey, System_Collections_Generic.IEnumerable_1<TElement>, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TResult>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IAsyncEnumerable_1<TResult>;
|
|
1043
|
+
GroupJoin<TInner, TKey, TResult>(inner: System_Collections_Generic.IAsyncEnumerable_1<TInner>, outerKeySelector: System.Func_2<T, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<T, System_Collections_Generic.IEnumerable_1<TInner>, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IAsyncEnumerable_1<TResult>;
|
|
1044
|
+
GroupJoin<TInner, TKey, TResult>(inner: System_Collections_Generic.IAsyncEnumerable_1<TInner>, outerKeySelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, innerKeySelector: System.Func_3<TInner, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, resultSelector: System.Func_4<T, System_Collections_Generic.IEnumerable_1<TInner>, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TResult>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IAsyncEnumerable_1<TResult>;
|
|
1045
1045
|
Index(): System_Collections_Generic.IAsyncEnumerable_1<System.ValueTuple_2<System_Internal.Int32, T>>;
|
|
1046
|
-
Intersect(second: System_Collections_Generic.IAsyncEnumerable_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T>
|
|
1047
|
-
IntersectBy<TKey>(second: System_Collections_Generic.IAsyncEnumerable_1<TKey>, keySelector: System.Func_2<T, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>
|
|
1048
|
-
IntersectBy<TKey>(second: System_Collections_Generic.IAsyncEnumerable_1<TKey>, keySelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>
|
|
1049
|
-
Join<TInner, TKey, TResult>(inner: System_Collections_Generic.IAsyncEnumerable_1<TInner>, outerKeySelector: System.Func_2<T, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<T, TInner, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>
|
|
1050
|
-
Join<TInner, TKey, TResult>(inner: System_Collections_Generic.IAsyncEnumerable_1<TInner>, outerKeySelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, innerKeySelector: System.Func_3<TInner, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, resultSelector: System.Func_4<T, TInner, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TResult>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>
|
|
1046
|
+
Intersect(second: System_Collections_Generic.IAsyncEnumerable_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T>): System_Collections_Generic.IAsyncEnumerable_1<T>;
|
|
1047
|
+
IntersectBy<TKey>(second: System_Collections_Generic.IAsyncEnumerable_1<TKey>, keySelector: System.Func_2<T, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IAsyncEnumerable_1<T>;
|
|
1048
|
+
IntersectBy<TKey>(second: System_Collections_Generic.IAsyncEnumerable_1<TKey>, keySelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IAsyncEnumerable_1<T>;
|
|
1049
|
+
Join<TInner, TKey, TResult>(inner: System_Collections_Generic.IAsyncEnumerable_1<TInner>, outerKeySelector: System.Func_2<T, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<T, TInner, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IAsyncEnumerable_1<TResult>;
|
|
1050
|
+
Join<TInner, TKey, TResult>(inner: System_Collections_Generic.IAsyncEnumerable_1<TInner>, outerKeySelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, innerKeySelector: System.Func_3<TInner, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, resultSelector: System.Func_4<T, TInner, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TResult>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IAsyncEnumerable_1<TResult>;
|
|
1051
1051
|
LastAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
|
|
1052
1052
|
LastAsync(predicate: System.Func_2<T, System_Internal.Boolean>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
|
|
1053
1053
|
LastAsync(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
|
|
@@ -1057,25 +1057,25 @@ export interface __Ext_IAsyncEnumerable_1<T> {
|
|
|
1057
1057
|
LastOrDefaultAsync(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
|
|
1058
1058
|
LastOrDefaultAsync(predicate: System.Func_2<T, System_Internal.Boolean>, defaultValue: T, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
|
|
1059
1059
|
LastOrDefaultAsync(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, defaultValue: T, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
|
|
1060
|
-
LeftJoin<TInner, TKey, TResult>(inner: System_Collections_Generic.IAsyncEnumerable_1<TInner>, outerKeySelector: System.Func_2<T, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<T, TInner
|
|
1061
|
-
LeftJoin<TInner, TKey, TResult>(inner: System_Collections_Generic.IAsyncEnumerable_1<TInner>, outerKeySelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, innerKeySelector: System.Func_3<TInner, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, resultSelector: System.Func_4<T, TInner, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TResult>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>
|
|
1062
|
-
MaxAsync(comparer: System_Collections_Generic.IComparer_1<T
|
|
1063
|
-
MaxByAsync<TKey>(keySelector: System.Func_2<T, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey
|
|
1064
|
-
MaxByAsync<TKey>(keySelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer: System_Collections_Generic.IComparer_1<TKey
|
|
1065
|
-
MinAsync(comparer: System_Collections_Generic.IComparer_1<T
|
|
1066
|
-
MinByAsync<TKey>(keySelector: System.Func_2<T, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey
|
|
1067
|
-
MinByAsync<TKey>(keySelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer: System_Collections_Generic.IComparer_1<TKey
|
|
1060
|
+
LeftJoin<TInner, TKey, TResult>(inner: System_Collections_Generic.IAsyncEnumerable_1<TInner>, outerKeySelector: System.Func_2<T, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<T, TInner, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IAsyncEnumerable_1<TResult>;
|
|
1061
|
+
LeftJoin<TInner, TKey, TResult>(inner: System_Collections_Generic.IAsyncEnumerable_1<TInner>, outerKeySelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, innerKeySelector: System.Func_3<TInner, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, resultSelector: System.Func_4<T, TInner, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TResult>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IAsyncEnumerable_1<TResult>;
|
|
1062
|
+
MaxAsync(comparer: System_Collections_Generic.IComparer_1<T>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
|
|
1063
|
+
MaxByAsync<TKey>(keySelector: System.Func_2<T, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
|
|
1064
|
+
MaxByAsync<TKey>(keySelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer: System_Collections_Generic.IComparer_1<TKey>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
|
|
1065
|
+
MinAsync(comparer: System_Collections_Generic.IComparer_1<T>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
|
|
1066
|
+
MinByAsync<TKey>(keySelector: System.Func_2<T, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
|
|
1067
|
+
MinByAsync<TKey>(keySelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer: System_Collections_Generic.IComparer_1<TKey>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
|
|
1068
1068
|
OfType<TResult>(): System_Collections_Generic.IAsyncEnumerable_1<TResult>;
|
|
1069
|
-
Order(comparer: System_Collections_Generic.IComparer_1<T>
|
|
1070
|
-
OrderBy<TKey>(keySelector: System.Func_2<T, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey>
|
|
1071
|
-
OrderBy<TKey>(keySelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer: System_Collections_Generic.IComparer_1<TKey>
|
|
1072
|
-
OrderDescending(comparer: System_Collections_Generic.IComparer_1<T>
|
|
1073
|
-
OrderByDescending<TKey>(keySelector: System.Func_2<T, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey>
|
|
1074
|
-
OrderByDescending<TKey>(keySelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer: System_Collections_Generic.IComparer_1<TKey>
|
|
1069
|
+
Order(comparer: System_Collections_Generic.IComparer_1<T>): System_Linq.IOrderedAsyncEnumerable_1<T>;
|
|
1070
|
+
OrderBy<TKey>(keySelector: System.Func_2<T, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey>): System_Linq.IOrderedAsyncEnumerable_1<T>;
|
|
1071
|
+
OrderBy<TKey>(keySelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer: System_Collections_Generic.IComparer_1<TKey>): System_Linq.IOrderedAsyncEnumerable_1<T>;
|
|
1072
|
+
OrderDescending(comparer: System_Collections_Generic.IComparer_1<T>): System_Linq.IOrderedAsyncEnumerable_1<T>;
|
|
1073
|
+
OrderByDescending<TKey>(keySelector: System.Func_2<T, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey>): System_Linq.IOrderedAsyncEnumerable_1<T>;
|
|
1074
|
+
OrderByDescending<TKey>(keySelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer: System_Collections_Generic.IComparer_1<TKey>): System_Linq.IOrderedAsyncEnumerable_1<T>;
|
|
1075
1075
|
Prepend(element: T): System_Collections_Generic.IAsyncEnumerable_1<T>;
|
|
1076
1076
|
Reverse(): System_Collections_Generic.IAsyncEnumerable_1<T>;
|
|
1077
|
-
RightJoin<TInner, TKey, TResult>(inner: System_Collections_Generic.IAsyncEnumerable_1<TInner>, outerKeySelector: System.Func_2<T, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<T
|
|
1078
|
-
RightJoin<TInner, TKey, TResult>(inner: System_Collections_Generic.IAsyncEnumerable_1<TInner>, outerKeySelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, innerKeySelector: System.Func_3<TInner, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, resultSelector: System.Func_4<T, TInner, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TResult>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>
|
|
1077
|
+
RightJoin<TInner, TKey, TResult>(inner: System_Collections_Generic.IAsyncEnumerable_1<TInner>, outerKeySelector: System.Func_2<T, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<T, TInner, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IAsyncEnumerable_1<TResult>;
|
|
1078
|
+
RightJoin<TInner, TKey, TResult>(inner: System_Collections_Generic.IAsyncEnumerable_1<TInner>, outerKeySelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, innerKeySelector: System.Func_3<TInner, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, resultSelector: System.Func_4<T, TInner, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TResult>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IAsyncEnumerable_1<TResult>;
|
|
1079
1079
|
Select<TResult>(selector: System.Func_2<T, TResult>): System_Collections_Generic.IAsyncEnumerable_1<TResult>;
|
|
1080
1080
|
Select<TResult>(selector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TResult>>): System_Collections_Generic.IAsyncEnumerable_1<TResult>;
|
|
1081
1081
|
Select<TResult>(selector: System.Func_4<T, System_Internal.Int32, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TResult>>): System_Collections_Generic.IAsyncEnumerable_1<TResult>;
|
|
@@ -1087,7 +1087,7 @@ export interface __Ext_IAsyncEnumerable_1<T> {
|
|
|
1087
1087
|
SelectMany<TCollection, TResult>(collectionSelector: System.Func_2<T, System_Collections_Generic.IAsyncEnumerable_1<TCollection>>, resultSelector: System.Func_4<T, TCollection, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TResult>>): System_Collections_Generic.IAsyncEnumerable_1<TResult>;
|
|
1088
1088
|
SelectMany<TCollection, TResult>(collectionSelector: System.Func_3<T, System_Internal.Int32, System_Collections_Generic.IEnumerable_1<TCollection>>, resultSelector: System.Func_3<T, TCollection, TResult>): System_Collections_Generic.IAsyncEnumerable_1<TResult>;
|
|
1089
1089
|
SelectMany<TCollection, TResult>(collectionSelector: System.Func_4<T, System_Internal.Int32, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Collections_Generic.IEnumerable_1<TCollection>>>, resultSelector: System.Func_4<T, TCollection, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TResult>>): System_Collections_Generic.IAsyncEnumerable_1<TResult>;
|
|
1090
|
-
SequenceEqualAsync(second: System_Collections_Generic.IAsyncEnumerable_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T
|
|
1090
|
+
SequenceEqualAsync(second: System_Collections_Generic.IAsyncEnumerable_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>;
|
|
1091
1091
|
Shuffle(): System_Collections_Generic.IAsyncEnumerable_1<T>;
|
|
1092
1092
|
SingleAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
|
|
1093
1093
|
SingleAsync(predicate: System.Func_2<T, System_Internal.Boolean>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
|
|
@@ -1120,20 +1120,20 @@ export interface __Ext_IAsyncEnumerable_1<T> {
|
|
|
1120
1120
|
TakeWhile(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>): System_Collections_Generic.IAsyncEnumerable_1<T>;
|
|
1121
1121
|
TakeWhile(predicate: System.Func_4<T, System_Internal.Int32, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>): System_Collections_Generic.IAsyncEnumerable_1<T>;
|
|
1122
1122
|
ToArrayAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T[]>;
|
|
1123
|
-
ToDictionaryAsync<TKey, TValue>(comparer: System_Collections_Generic.IEqualityComparer_1<TKey
|
|
1124
|
-
ToDictionaryAsync<TKey>(keySelector: System.Func_2<T, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey
|
|
1125
|
-
ToDictionaryAsync<TKey>(keySelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey
|
|
1126
|
-
ToDictionaryAsync<TKey, TElement>(keySelector: System.Func_2<T, TKey>, elementSelector: System.Func_2<T, TElement>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey
|
|
1127
|
-
ToDictionaryAsync<TKey, TElement>(keySelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, elementSelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TElement>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey
|
|
1128
|
-
ToHashSetAsync(comparer: System_Collections_Generic.IEqualityComparer_1<T
|
|
1123
|
+
ToDictionaryAsync<TKey, TValue>(comparer: System_Collections_Generic.IEqualityComparer_1<TKey>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System_Collections_Generic.Dictionary_2<TKey, TValue>>;
|
|
1124
|
+
ToDictionaryAsync<TKey>(keySelector: System.Func_2<T, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System_Collections_Generic.Dictionary_2<TKey, T>>;
|
|
1125
|
+
ToDictionaryAsync<TKey>(keySelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System_Collections_Generic.Dictionary_2<TKey, T>>;
|
|
1126
|
+
ToDictionaryAsync<TKey, TElement>(keySelector: System.Func_2<T, TKey>, elementSelector: System.Func_2<T, TElement>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System_Collections_Generic.Dictionary_2<TKey, TElement>>;
|
|
1127
|
+
ToDictionaryAsync<TKey, TElement>(keySelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, elementSelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TElement>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System_Collections_Generic.Dictionary_2<TKey, TElement>>;
|
|
1128
|
+
ToHashSetAsync(comparer: System_Collections_Generic.IEqualityComparer_1<T>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System_Collections_Generic.HashSet_1<T>>;
|
|
1129
1129
|
ToListAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System_Collections_Generic.List_1<T>>;
|
|
1130
|
-
ToLookupAsync<TKey>(keySelector: System.Func_2<T, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey
|
|
1131
|
-
ToLookupAsync<TKey>(keySelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey
|
|
1132
|
-
ToLookupAsync<TKey, TElement>(keySelector: System.Func_2<T, TKey>, elementSelector: System.Func_2<T, TElement>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey
|
|
1133
|
-
ToLookupAsync<TKey, TElement>(keySelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, elementSelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TElement>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey
|
|
1134
|
-
Union(second: System_Collections_Generic.IAsyncEnumerable_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T>
|
|
1135
|
-
UnionBy<TKey>(second: System_Collections_Generic.IAsyncEnumerable_1<T>, keySelector: System.Func_2<T, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>
|
|
1136
|
-
UnionBy<TKey>(second: System_Collections_Generic.IAsyncEnumerable_1<T>, keySelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>
|
|
1130
|
+
ToLookupAsync<TKey>(keySelector: System.Func_2<T, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System_Linq.ILookup_2<TKey, T>>;
|
|
1131
|
+
ToLookupAsync<TKey>(keySelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System_Linq.ILookup_2<TKey, T>>;
|
|
1132
|
+
ToLookupAsync<TKey, TElement>(keySelector: System.Func_2<T, TKey>, elementSelector: System.Func_2<T, TElement>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System_Linq.ILookup_2<TKey, TElement>>;
|
|
1133
|
+
ToLookupAsync<TKey, TElement>(keySelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, elementSelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TElement>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System_Linq.ILookup_2<TKey, TElement>>;
|
|
1134
|
+
Union(second: System_Collections_Generic.IAsyncEnumerable_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T>): System_Collections_Generic.IAsyncEnumerable_1<T>;
|
|
1135
|
+
UnionBy<TKey>(second: System_Collections_Generic.IAsyncEnumerable_1<T>, keySelector: System.Func_2<T, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IAsyncEnumerable_1<T>;
|
|
1136
|
+
UnionBy<TKey>(second: System_Collections_Generic.IAsyncEnumerable_1<T>, keySelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IAsyncEnumerable_1<T>;
|
|
1137
1137
|
Where(predicate: System.Func_2<T, System_Internal.Boolean>): System_Collections_Generic.IAsyncEnumerable_1<T>;
|
|
1138
1138
|
Where(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>): System_Collections_Generic.IAsyncEnumerable_1<T>;
|
|
1139
1139
|
Where(predicate: System.Func_4<T, System_Internal.Int32, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>): System_Collections_Generic.IAsyncEnumerable_1<T>;
|
|
@@ -1147,10 +1147,10 @@ export interface __Ext_IAsyncEnumerable_1<T> {
|
|
|
1147
1147
|
}
|
|
1148
1148
|
|
|
1149
1149
|
export interface __Ext_IOrderedAsyncEnumerable_1<TElement> {
|
|
1150
|
-
ThenBy<TKey>(keySelector: System.Func_2<TElement, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey>
|
|
1151
|
-
ThenBy<TKey>(keySelector: System.Func_3<TElement, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer: System_Collections_Generic.IComparer_1<TKey>
|
|
1152
|
-
ThenByDescending<TKey>(keySelector: System.Func_2<TElement, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey>
|
|
1153
|
-
ThenByDescending<TKey>(keySelector: System.Func_3<TElement, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer: System_Collections_Generic.IComparer_1<TKey>
|
|
1150
|
+
ThenBy<TKey>(keySelector: System.Func_2<TElement, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey>): System_Linq.IOrderedAsyncEnumerable_1<TElement>;
|
|
1151
|
+
ThenBy<TKey>(keySelector: System.Func_3<TElement, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer: System_Collections_Generic.IComparer_1<TKey>): System_Linq.IOrderedAsyncEnumerable_1<TElement>;
|
|
1152
|
+
ThenByDescending<TKey>(keySelector: System.Func_2<TElement, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey>): System_Linq.IOrderedAsyncEnumerable_1<TElement>;
|
|
1153
|
+
ThenByDescending<TKey>(keySelector: System.Func_3<TElement, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer: System_Collections_Generic.IComparer_1<TKey>): System_Linq.IOrderedAsyncEnumerable_1<TElement>;
|
|
1154
1154
|
}
|
|
1155
1155
|
|
|
1156
1156
|
export interface __Ext_Partitioner_1<TSource> {
|
|
@@ -1174,28 +1174,28 @@ export interface __Ext_ParallelQuery_1<TSource> {
|
|
|
1174
1174
|
Zip<TSecond, TResult>(second: System_Collections_Generic.IEnumerable_1<TSecond>, resultSelector: System.Func_3<TSource, TSecond, TResult>): System_Linq.ParallelQuery_1<TResult>;
|
|
1175
1175
|
Join<TInner, TKey, TResult>(inner: System_Linq.ParallelQuery_1<TInner>, outerKeySelector: System.Func_2<TSource, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<TSource, TInner, TResult>): System_Linq.ParallelQuery_1<TResult>;
|
|
1176
1176
|
Join<TInner, TKey, TResult>(inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System.Func_2<TSource, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<TSource, TInner, TResult>): System_Linq.ParallelQuery_1<TResult>;
|
|
1177
|
-
Join<TInner, TKey, TResult>(inner: System_Linq.ParallelQuery_1<TInner>, outerKeySelector: System.Func_2<TSource, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<TSource, TInner, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>
|
|
1178
|
-
Join<TInner, TKey, TResult>(inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System.Func_2<TSource, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<TSource, TInner, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>
|
|
1177
|
+
Join<TInner, TKey, TResult>(inner: System_Linq.ParallelQuery_1<TInner>, outerKeySelector: System.Func_2<TSource, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<TSource, TInner, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Linq.ParallelQuery_1<TResult>;
|
|
1178
|
+
Join<TInner, TKey, TResult>(inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System.Func_2<TSource, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<TSource, TInner, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Linq.ParallelQuery_1<TResult>;
|
|
1179
1179
|
GroupJoin<TInner, TKey, TResult>(inner: System_Linq.ParallelQuery_1<TInner>, outerKeySelector: System.Func_2<TSource, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<TSource, System_Collections_Generic.IEnumerable_1<TInner>, TResult>): System_Linq.ParallelQuery_1<TResult>;
|
|
1180
1180
|
GroupJoin<TInner, TKey, TResult>(inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System.Func_2<TSource, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<TSource, System_Collections_Generic.IEnumerable_1<TInner>, TResult>): System_Linq.ParallelQuery_1<TResult>;
|
|
1181
|
-
GroupJoin<TInner, TKey, TResult>(inner: System_Linq.ParallelQuery_1<TInner>, outerKeySelector: System.Func_2<TSource, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<TSource, System_Collections_Generic.IEnumerable_1<TInner>, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>
|
|
1182
|
-
GroupJoin<TInner, TKey, TResult>(inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System.Func_2<TSource, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<TSource, System_Collections_Generic.IEnumerable_1<TInner>, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>
|
|
1181
|
+
GroupJoin<TInner, TKey, TResult>(inner: System_Linq.ParallelQuery_1<TInner>, outerKeySelector: System.Func_2<TSource, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<TSource, System_Collections_Generic.IEnumerable_1<TInner>, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Linq.ParallelQuery_1<TResult>;
|
|
1182
|
+
GroupJoin<TInner, TKey, TResult>(inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System.Func_2<TSource, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<TSource, System_Collections_Generic.IEnumerable_1<TInner>, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Linq.ParallelQuery_1<TResult>;
|
|
1183
1183
|
SelectMany<TResult>(selector: System.Func_2<TSource, System_Collections_Generic.IEnumerable_1<TResult>>): System_Linq.ParallelQuery_1<TResult>;
|
|
1184
1184
|
SelectMany<TResult>(selector: System.Func_3<TSource, System_Internal.Int32, System_Collections_Generic.IEnumerable_1<TResult>>): System_Linq.ParallelQuery_1<TResult>;
|
|
1185
1185
|
SelectMany<TCollection, TResult>(collectionSelector: System.Func_2<TSource, System_Collections_Generic.IEnumerable_1<TCollection>>, resultSelector: System.Func_3<TSource, TCollection, TResult>): System_Linq.ParallelQuery_1<TResult>;
|
|
1186
1186
|
SelectMany<TCollection, TResult>(collectionSelector: System.Func_3<TSource, System_Internal.Int32, System_Collections_Generic.IEnumerable_1<TCollection>>, resultSelector: System.Func_3<TSource, TCollection, TResult>): System_Linq.ParallelQuery_1<TResult>;
|
|
1187
1187
|
OrderBy<TKey>(keySelector: System.Func_2<TSource, TKey>): System_Linq.OrderedParallelQuery_1<TSource>;
|
|
1188
|
-
OrderBy<TKey>(keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey>
|
|
1188
|
+
OrderBy<TKey>(keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey>): System_Linq.OrderedParallelQuery_1<TSource>;
|
|
1189
1189
|
OrderByDescending<TKey>(keySelector: System.Func_2<TSource, TKey>): System_Linq.OrderedParallelQuery_1<TSource>;
|
|
1190
|
-
OrderByDescending<TKey>(keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey>
|
|
1190
|
+
OrderByDescending<TKey>(keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey>): System_Linq.OrderedParallelQuery_1<TSource>;
|
|
1191
1191
|
GroupBy<TKey>(keySelector: System.Func_2<TSource, TKey>): System_Linq.ParallelQuery_1<System_Linq.IGrouping_2<TKey, TSource>>;
|
|
1192
|
-
GroupBy<TKey>(keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>
|
|
1192
|
+
GroupBy<TKey>(keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Linq.ParallelQuery_1<System_Linq.IGrouping_2<TKey, TSource>>;
|
|
1193
1193
|
GroupBy<TKey, TElement>(keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TElement>): System_Linq.ParallelQuery_1<System_Linq.IGrouping_2<TKey, TElement>>;
|
|
1194
|
-
GroupBy<TKey, TElement>(keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TElement>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>
|
|
1194
|
+
GroupBy<TKey, TElement>(keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TElement>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Linq.ParallelQuery_1<System_Linq.IGrouping_2<TKey, TElement>>;
|
|
1195
1195
|
GroupBy<TKey, TResult>(keySelector: System.Func_2<TSource, TKey>, resultSelector: System.Func_3<TKey, System_Collections_Generic.IEnumerable_1<TSource>, TResult>): System_Linq.ParallelQuery_1<TResult>;
|
|
1196
|
-
GroupBy<TKey, TResult>(keySelector: System.Func_2<TSource, TKey>, resultSelector: System.Func_3<TKey, System_Collections_Generic.IEnumerable_1<TSource>, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>
|
|
1196
|
+
GroupBy<TKey, TResult>(keySelector: System.Func_2<TSource, TKey>, resultSelector: System.Func_3<TKey, System_Collections_Generic.IEnumerable_1<TSource>, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Linq.ParallelQuery_1<TResult>;
|
|
1197
1197
|
GroupBy<TKey, TElement, TResult>(keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TElement>, resultSelector: System.Func_3<TKey, System_Collections_Generic.IEnumerable_1<TElement>, TResult>): System_Linq.ParallelQuery_1<TResult>;
|
|
1198
|
-
GroupBy<TKey, TElement, TResult>(keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TElement>, resultSelector: System.Func_3<TKey, System_Collections_Generic.IEnumerable_1<TElement>, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>
|
|
1198
|
+
GroupBy<TKey, TElement, TResult>(keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TElement>, resultSelector: System.Func_3<TKey, System_Collections_Generic.IEnumerable_1<TElement>, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Linq.ParallelQuery_1<TResult>;
|
|
1199
1199
|
Aggregate(func: System.Func_3<TSource, TSource, TSource>): TSource;
|
|
1200
1200
|
Aggregate<TAccumulate>(seed: TAccumulate, func: System.Func_3<TAccumulate, TSource, TAccumulate>): TAccumulate;
|
|
1201
1201
|
Aggregate<TAccumulate, TResult>(seed: TAccumulate, func: System.Func_3<TAccumulate, TSource, TAccumulate>, resultSelector: System.Func_2<TAccumulate, TResult>): TResult;
|
|
@@ -1235,7 +1235,7 @@ export interface __Ext_ParallelQuery_1<TSource> {
|
|
|
1235
1235
|
Min(): System.Nullable_1<System_Internal.Double>;
|
|
1236
1236
|
Min(): decimal;
|
|
1237
1237
|
Min(): System.Nullable_1<System_Internal.Decimal>;
|
|
1238
|
-
Min(): TSource;
|
|
1238
|
+
Min(): TSource | undefined;
|
|
1239
1239
|
Min(selector: System.Func_2<TSource, System_Internal.Int32>): int;
|
|
1240
1240
|
Min(selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Int32>>): System.Nullable_1<System_Internal.Int32>;
|
|
1241
1241
|
Min(selector: System.Func_2<TSource, System_Internal.Int64>): long;
|
|
@@ -1246,7 +1246,7 @@ export interface __Ext_ParallelQuery_1<TSource> {
|
|
|
1246
1246
|
Min(selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Double>>): System.Nullable_1<System_Internal.Double>;
|
|
1247
1247
|
Min(selector: System.Func_2<TSource, System_Internal.Decimal>): decimal;
|
|
1248
1248
|
Min(selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Decimal>>): System.Nullable_1<System_Internal.Decimal>;
|
|
1249
|
-
Min<TResult>(selector: System.Func_2<TSource, TResult>): TResult;
|
|
1249
|
+
Min<TResult>(selector: System.Func_2<TSource, TResult>): TResult | undefined;
|
|
1250
1250
|
Max(): int;
|
|
1251
1251
|
Max(): System.Nullable_1<System_Internal.Int32>;
|
|
1252
1252
|
Max(): long;
|
|
@@ -1257,7 +1257,7 @@ export interface __Ext_ParallelQuery_1<TSource> {
|
|
|
1257
1257
|
Max(): System.Nullable_1<System_Internal.Double>;
|
|
1258
1258
|
Max(): decimal;
|
|
1259
1259
|
Max(): System.Nullable_1<System_Internal.Decimal>;
|
|
1260
|
-
Max(): TSource;
|
|
1260
|
+
Max(): TSource | undefined;
|
|
1261
1261
|
Max(selector: System.Func_2<TSource, System_Internal.Int32>): int;
|
|
1262
1262
|
Max(selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Int32>>): System.Nullable_1<System_Internal.Int32>;
|
|
1263
1263
|
Max(selector: System.Func_2<TSource, System_Internal.Int64>): long;
|
|
@@ -1268,7 +1268,7 @@ export interface __Ext_ParallelQuery_1<TSource> {
|
|
|
1268
1268
|
Max(selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Double>>): System.Nullable_1<System_Internal.Double>;
|
|
1269
1269
|
Max(selector: System.Func_2<TSource, System_Internal.Decimal>): decimal;
|
|
1270
1270
|
Max(selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Decimal>>): System.Nullable_1<System_Internal.Decimal>;
|
|
1271
|
-
Max<TResult>(selector: System.Func_2<TSource, TResult>): TResult;
|
|
1271
|
+
Max<TResult>(selector: System.Func_2<TSource, TResult>): TResult | undefined;
|
|
1272
1272
|
Average(): double;
|
|
1273
1273
|
Average(): System.Nullable_1<System_Internal.Double>;
|
|
1274
1274
|
Average(): double;
|
|
@@ -1289,7 +1289,7 @@ export interface __Ext_ParallelQuery_1<TSource> {
|
|
|
1289
1289
|
Any(): boolean;
|
|
1290
1290
|
All(predicate: System.Func_2<TSource, System_Internal.Boolean>): boolean;
|
|
1291
1291
|
Contains(value: TSource): boolean;
|
|
1292
|
-
Contains(value: TSource, comparer: System_Collections_Generic.IEqualityComparer_1<TSource>
|
|
1292
|
+
Contains(value: TSource, comparer: System_Collections_Generic.IEqualityComparer_1<TSource>): boolean;
|
|
1293
1293
|
Take(count: int): System_Linq.ParallelQuery_1<TSource>;
|
|
1294
1294
|
TakeWhile(predicate: System.Func_2<TSource, System_Internal.Boolean>): System_Linq.ParallelQuery_1<TSource>;
|
|
1295
1295
|
TakeWhile(predicate: System.Func_3<TSource, System_Internal.Int32, System_Internal.Boolean>): System_Linq.ParallelQuery_1<TSource>;
|
|
@@ -1300,50 +1300,50 @@ export interface __Ext_ParallelQuery_1<TSource> {
|
|
|
1300
1300
|
Concat(second: System_Collections_Generic.IEnumerable_1<TSource>): System_Linq.ParallelQuery_1<TSource>;
|
|
1301
1301
|
SequenceEqual(second: System_Linq.ParallelQuery_1<TSource>): boolean;
|
|
1302
1302
|
SequenceEqual(second: System_Collections_Generic.IEnumerable_1<TSource>): boolean;
|
|
1303
|
-
SequenceEqual(second: System_Linq.ParallelQuery_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource>
|
|
1304
|
-
SequenceEqual(second: System_Collections_Generic.IEnumerable_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource>
|
|
1303
|
+
SequenceEqual(second: System_Linq.ParallelQuery_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource>): boolean;
|
|
1304
|
+
SequenceEqual(second: System_Collections_Generic.IEnumerable_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource>): boolean;
|
|
1305
1305
|
Distinct(): System_Linq.ParallelQuery_1<TSource>;
|
|
1306
|
-
Distinct(comparer: System_Collections_Generic.IEqualityComparer_1<TSource>
|
|
1306
|
+
Distinct(comparer: System_Collections_Generic.IEqualityComparer_1<TSource>): System_Linq.ParallelQuery_1<TSource>;
|
|
1307
1307
|
Union(second: System_Linq.ParallelQuery_1<TSource>): System_Linq.ParallelQuery_1<TSource>;
|
|
1308
1308
|
Union(second: System_Collections_Generic.IEnumerable_1<TSource>): System_Linq.ParallelQuery_1<TSource>;
|
|
1309
|
-
Union(second: System_Linq.ParallelQuery_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource>
|
|
1310
|
-
Union(second: System_Collections_Generic.IEnumerable_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource>
|
|
1309
|
+
Union(second: System_Linq.ParallelQuery_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource>): System_Linq.ParallelQuery_1<TSource>;
|
|
1310
|
+
Union(second: System_Collections_Generic.IEnumerable_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource>): System_Linq.ParallelQuery_1<TSource>;
|
|
1311
1311
|
Intersect(second: System_Linq.ParallelQuery_1<TSource>): System_Linq.ParallelQuery_1<TSource>;
|
|
1312
1312
|
Intersect(second: System_Collections_Generic.IEnumerable_1<TSource>): System_Linq.ParallelQuery_1<TSource>;
|
|
1313
|
-
Intersect(second: System_Linq.ParallelQuery_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource>
|
|
1314
|
-
Intersect(second: System_Collections_Generic.IEnumerable_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource>
|
|
1313
|
+
Intersect(second: System_Linq.ParallelQuery_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource>): System_Linq.ParallelQuery_1<TSource>;
|
|
1314
|
+
Intersect(second: System_Collections_Generic.IEnumerable_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource>): System_Linq.ParallelQuery_1<TSource>;
|
|
1315
1315
|
Except(second: System_Linq.ParallelQuery_1<TSource>): System_Linq.ParallelQuery_1<TSource>;
|
|
1316
1316
|
Except(second: System_Collections_Generic.IEnumerable_1<TSource>): System_Linq.ParallelQuery_1<TSource>;
|
|
1317
|
-
Except(second: System_Linq.ParallelQuery_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource>
|
|
1318
|
-
Except(second: System_Collections_Generic.IEnumerable_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource>
|
|
1317
|
+
Except(second: System_Linq.ParallelQuery_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource>): System_Linq.ParallelQuery_1<TSource>;
|
|
1318
|
+
Except(second: System_Collections_Generic.IEnumerable_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource>): System_Linq.ParallelQuery_1<TSource>;
|
|
1319
1319
|
AsEnumerable(): System_Collections_Generic.IEnumerable_1<TSource>;
|
|
1320
1320
|
ToArray(): TSource[];
|
|
1321
1321
|
ToList(): System_Collections_Generic.List_1<TSource>;
|
|
1322
1322
|
ToDictionary<TKey>(keySelector: System.Func_2<TSource, TKey>): System_Collections_Generic.Dictionary_2<TKey, TSource>;
|
|
1323
|
-
ToDictionary<TKey>(keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>
|
|
1323
|
+
ToDictionary<TKey>(keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.Dictionary_2<TKey, TSource>;
|
|
1324
1324
|
ToDictionary<TKey, TElement>(keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TElement>): System_Collections_Generic.Dictionary_2<TKey, TElement>;
|
|
1325
|
-
ToDictionary<TKey, TElement>(keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TElement>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>
|
|
1325
|
+
ToDictionary<TKey, TElement>(keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TElement>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.Dictionary_2<TKey, TElement>;
|
|
1326
1326
|
ToLookup<TKey>(keySelector: System.Func_2<TSource, TKey>): System_Linq.ILookup_2<TKey, TSource>;
|
|
1327
|
-
ToLookup<TKey>(keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>
|
|
1327
|
+
ToLookup<TKey>(keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Linq.ILookup_2<TKey, TSource>;
|
|
1328
1328
|
ToLookup<TKey, TElement>(keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TElement>): System_Linq.ILookup_2<TKey, TElement>;
|
|
1329
|
-
ToLookup<TKey, TElement>(keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TElement>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>
|
|
1329
|
+
ToLookup<TKey, TElement>(keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TElement>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Linq.ILookup_2<TKey, TElement>;
|
|
1330
1330
|
Reverse(): System_Linq.ParallelQuery_1<TSource>;
|
|
1331
1331
|
First(): TSource;
|
|
1332
1332
|
First(predicate: System.Func_2<TSource, System_Internal.Boolean>): TSource;
|
|
1333
|
-
FirstOrDefault(): TSource;
|
|
1333
|
+
FirstOrDefault(): TSource | undefined;
|
|
1334
1334
|
FirstOrDefault(predicate: System.Func_2<TSource, System_Internal.Boolean>): TSource | undefined;
|
|
1335
1335
|
Last(): TSource;
|
|
1336
1336
|
Last(predicate: System.Func_2<TSource, System_Internal.Boolean>): TSource;
|
|
1337
|
-
LastOrDefault(): TSource;
|
|
1337
|
+
LastOrDefault(): TSource | undefined;
|
|
1338
1338
|
LastOrDefault(predicate: System.Func_2<TSource, System_Internal.Boolean>): TSource | undefined;
|
|
1339
1339
|
Single(): TSource;
|
|
1340
1340
|
Single(predicate: System.Func_2<TSource, System_Internal.Boolean>): TSource;
|
|
1341
|
-
SingleOrDefault(): TSource;
|
|
1341
|
+
SingleOrDefault(): TSource | undefined;
|
|
1342
1342
|
SingleOrDefault(predicate: System.Func_2<TSource, System_Internal.Boolean>): TSource | undefined;
|
|
1343
1343
|
DefaultIfEmpty(): System_Linq.ParallelQuery_1<TSource | undefined>;
|
|
1344
1344
|
DefaultIfEmpty(defaultValue: TSource): System_Linq.ParallelQuery_1<TSource>;
|
|
1345
1345
|
ElementAt(index: int): TSource;
|
|
1346
|
-
ElementAtOrDefault(index: int): TSource;
|
|
1346
|
+
ElementAtOrDefault(index: int): TSource | undefined;
|
|
1347
1347
|
}
|
|
1348
1348
|
|
|
1349
1349
|
export interface __Ext_ParallelQuery {
|
|
@@ -1354,9 +1354,9 @@ export interface __Ext_ParallelQuery {
|
|
|
1354
1354
|
|
|
1355
1355
|
export interface __Ext_OrderedParallelQuery_1<TSource> {
|
|
1356
1356
|
ThenBy<TKey>(keySelector: System.Func_2<TSource, TKey>): System_Linq.OrderedParallelQuery_1<TSource>;
|
|
1357
|
-
ThenBy<TKey>(keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey>
|
|
1357
|
+
ThenBy<TKey>(keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey>): System_Linq.OrderedParallelQuery_1<TSource>;
|
|
1358
1358
|
ThenByDescending<TKey>(keySelector: System.Func_2<TSource, TKey>): System_Linq.OrderedParallelQuery_1<TSource>;
|
|
1359
|
-
ThenByDescending<TKey>(keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey>
|
|
1359
|
+
ThenByDescending<TKey>(keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey>): System_Linq.OrderedParallelQuery_1<TSource>;
|
|
1360
1360
|
}
|
|
1361
1361
|
|
|
1362
1362
|
export interface __Ext_IQueryable_1<T> {
|
|
@@ -1365,21 +1365,21 @@ export interface __Ext_IQueryable_1<T> {
|
|
|
1365
1365
|
SelectMany<TResult>(selector: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Collections_Generic.IEnumerable_1<TResult>>>): System_Linq.IQueryable_1<TResult>;
|
|
1366
1366
|
SelectMany<TCollection, TResult>(collectionSelector: System_Linq_Expressions.Expression_1<System.Func_3<T, System_Internal.Int32, System_Collections_Generic.IEnumerable_1<TCollection>>>, resultSelector: System_Linq_Expressions.Expression_1<System.Func_3<T, TCollection, TResult>>): System_Linq.IQueryable_1<TResult>;
|
|
1367
1367
|
Join<TInner, TKey, TResult>(inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>, innerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<TInner, TKey>>, resultSelector: System_Linq_Expressions.Expression_1<System.Func_3<T, TInner, TResult>>): System_Linq.IQueryable_1<TResult>;
|
|
1368
|
-
Join<TInner, TKey, TResult>(inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>, innerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<TInner, TKey>>, resultSelector: System_Linq_Expressions.Expression_1<System.Func_3<T, TInner, TResult>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>
|
|
1368
|
+
Join<TInner, TKey, TResult>(inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>, innerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<TInner, TKey>>, resultSelector: System_Linq_Expressions.Expression_1<System.Func_3<T, TInner, TResult>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Linq.IQueryable_1<TResult>;
|
|
1369
1369
|
GroupJoin<TInner, TKey, TResult>(inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>, innerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<TInner, TKey>>, resultSelector: System_Linq_Expressions.Expression_1<System.Func_3<T, System_Collections_Generic.IEnumerable_1<TInner>, TResult>>): System_Linq.IQueryable_1<TResult>;
|
|
1370
|
-
GroupJoin<TInner, TKey, TResult>(inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>, innerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<TInner, TKey>>, resultSelector: System_Linq_Expressions.Expression_1<System.Func_3<T, System_Collections_Generic.IEnumerable_1<TInner>, TResult>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>
|
|
1371
|
-
LeftJoin<TInner, TKey, TResult>(inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>, innerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<TInner, TKey>>, resultSelector: System_Linq_Expressions.Expression_1<System.Func_3<T, TInner
|
|
1372
|
-
LeftJoin<TInner, TKey, TResult>(inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>, innerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<TInner, TKey>>, resultSelector: System_Linq_Expressions.Expression_1<System.Func_3<T, TInner
|
|
1370
|
+
GroupJoin<TInner, TKey, TResult>(inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>, innerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<TInner, TKey>>, resultSelector: System_Linq_Expressions.Expression_1<System.Func_3<T, System_Collections_Generic.IEnumerable_1<TInner>, TResult>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Linq.IQueryable_1<TResult>;
|
|
1371
|
+
LeftJoin<TInner, TKey, TResult>(inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>, innerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<TInner, TKey>>, resultSelector: System_Linq_Expressions.Expression_1<System.Func_3<T, TInner, TResult>>): System_Linq.IQueryable_1<TResult>;
|
|
1372
|
+
LeftJoin<TInner, TKey, TResult>(inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>, innerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<TInner, TKey>>, resultSelector: System_Linq_Expressions.Expression_1<System.Func_3<T, TInner, TResult>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Linq.IQueryable_1<TResult>;
|
|
1373
1373
|
Order(): System_Linq.IOrderedQueryable_1<T>;
|
|
1374
1374
|
Order(comparer: System_Collections_Generic.IComparer_1<T>): System_Linq.IOrderedQueryable_1<T>;
|
|
1375
1375
|
OrderBy<TKey>(keySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>): System_Linq.IOrderedQueryable_1<T>;
|
|
1376
|
-
OrderBy<TKey>(keySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>, comparer: System_Collections_Generic.IComparer_1<TKey>
|
|
1376
|
+
OrderBy<TKey>(keySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>, comparer: System_Collections_Generic.IComparer_1<TKey>): System_Linq.IOrderedQueryable_1<T>;
|
|
1377
1377
|
OrderDescending(): System_Linq.IOrderedQueryable_1<T>;
|
|
1378
1378
|
OrderDescending(comparer: System_Collections_Generic.IComparer_1<T>): System_Linq.IOrderedQueryable_1<T>;
|
|
1379
1379
|
OrderByDescending<TKey>(keySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>): System_Linq.IOrderedQueryable_1<T>;
|
|
1380
|
-
OrderByDescending<TKey>(keySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>, comparer: System_Collections_Generic.IComparer_1<TKey>
|
|
1381
|
-
RightJoin<TInner, TKey, TResult>(inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>, innerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<TInner, TKey>>, resultSelector: System_Linq_Expressions.Expression_1<System.Func_3<T
|
|
1382
|
-
RightJoin<TInner, TKey, TResult>(inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>, innerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<TInner, TKey>>, resultSelector: System_Linq_Expressions.Expression_1<System.Func_3<T
|
|
1380
|
+
OrderByDescending<TKey>(keySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>, comparer: System_Collections_Generic.IComparer_1<TKey>): System_Linq.IOrderedQueryable_1<T>;
|
|
1381
|
+
RightJoin<TInner, TKey, TResult>(inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>, innerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<TInner, TKey>>, resultSelector: System_Linq_Expressions.Expression_1<System.Func_3<T, TInner, TResult>>): System_Linq.IQueryable_1<TResult>;
|
|
1382
|
+
RightJoin<TInner, TKey, TResult>(inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>, innerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<TInner, TKey>>, resultSelector: System_Linq_Expressions.Expression_1<System.Func_3<T, TInner, TResult>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Linq.IQueryable_1<TResult>;
|
|
1383
1383
|
Take(count: int): System_Linq.IQueryable_1<T>;
|
|
1384
1384
|
Take(range: System.Range): System_Linq.IQueryable_1<T>;
|
|
1385
1385
|
TakeWhile(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Boolean>>): System_Linq.IQueryable_1<T>;
|
|
@@ -1387,80 +1387,80 @@ export interface __Ext_IQueryable_1<T> {
|
|
|
1387
1387
|
SkipWhile(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Boolean>>): System_Linq.IQueryable_1<T>;
|
|
1388
1388
|
GroupBy<TKey>(keySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>): System_Linq.IQueryable_1<System_Linq.IGrouping_2<TKey, T>>;
|
|
1389
1389
|
GroupBy<TKey, TElement>(keySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>, elementSelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TElement>>): System_Linq.IQueryable_1<System_Linq.IGrouping_2<TKey, TElement>>;
|
|
1390
|
-
GroupBy<TKey>(keySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>
|
|
1391
|
-
GroupBy<TKey, TElement>(keySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>, elementSelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TElement>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>
|
|
1390
|
+
GroupBy<TKey>(keySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Linq.IQueryable_1<System_Linq.IGrouping_2<TKey, T>>;
|
|
1391
|
+
GroupBy<TKey, TElement>(keySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>, elementSelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TElement>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Linq.IQueryable_1<System_Linq.IGrouping_2<TKey, TElement>>;
|
|
1392
1392
|
GroupBy<TKey, TElement, TResult>(keySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>, elementSelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TElement>>, resultSelector: System_Linq_Expressions.Expression_1<System.Func_3<TKey, System_Collections_Generic.IEnumerable_1<TElement>, TResult>>): System_Linq.IQueryable_1<TResult>;
|
|
1393
|
-
GroupBy<TKey, TElement, TResult>(keySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>, elementSelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TElement>>, resultSelector: System_Linq_Expressions.Expression_1<System.Func_3<TKey, System_Collections_Generic.IEnumerable_1<TElement>, TResult>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>
|
|
1393
|
+
GroupBy<TKey, TElement, TResult>(keySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>, elementSelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TElement>>, resultSelector: System_Linq_Expressions.Expression_1<System.Func_3<TKey, System_Collections_Generic.IEnumerable_1<TElement>, TResult>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Linq.IQueryable_1<TResult>;
|
|
1394
1394
|
Distinct(): System_Linq.IQueryable_1<T>;
|
|
1395
|
-
Distinct(comparer: System_Collections_Generic.IEqualityComparer_1<T>
|
|
1395
|
+
Distinct(comparer: System_Collections_Generic.IEqualityComparer_1<T>): System_Linq.IQueryable_1<T>;
|
|
1396
1396
|
DistinctBy<TKey>(keySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>): System_Linq.IQueryable_1<T>;
|
|
1397
|
-
DistinctBy<TKey>(keySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>
|
|
1397
|
+
DistinctBy<TKey>(keySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Linq.IQueryable_1<T>;
|
|
1398
1398
|
Chunk(size: int): System_Linq.IQueryable_1<T[]>;
|
|
1399
1399
|
Concat(source2: System_Collections_Generic.IEnumerable_1<T>): System_Linq.IQueryable_1<T>;
|
|
1400
1400
|
Zip<TSecond>(source2: System_Collections_Generic.IEnumerable_1<TSecond>): System_Linq.IQueryable_1<System.ValueTuple_2<T, TSecond>>;
|
|
1401
1401
|
Zip<TSecond, TResult>(source2: System_Collections_Generic.IEnumerable_1<TSecond>, resultSelector: System_Linq_Expressions.Expression_1<System.Func_3<T, TSecond, TResult>>): System_Linq.IQueryable_1<TResult>;
|
|
1402
1402
|
Zip<TSecond, TThird>(source2: System_Collections_Generic.IEnumerable_1<TSecond>, source3: System_Collections_Generic.IEnumerable_1<TThird>): System_Linq.IQueryable_1<System.ValueTuple_3<T, TSecond, TThird>>;
|
|
1403
1403
|
Union(source2: System_Collections_Generic.IEnumerable_1<T>): System_Linq.IQueryable_1<T>;
|
|
1404
|
-
Union(source2: System_Collections_Generic.IEnumerable_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T>
|
|
1404
|
+
Union(source2: System_Collections_Generic.IEnumerable_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T>): System_Linq.IQueryable_1<T>;
|
|
1405
1405
|
UnionBy<TKey>(source2: System_Collections_Generic.IEnumerable_1<T>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>): System_Linq.IQueryable_1<T>;
|
|
1406
|
-
UnionBy<TKey>(source2: System_Collections_Generic.IEnumerable_1<T>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>
|
|
1406
|
+
UnionBy<TKey>(source2: System_Collections_Generic.IEnumerable_1<T>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Linq.IQueryable_1<T>;
|
|
1407
1407
|
Index(): System_Linq.IQueryable_1<System.ValueTuple_2<System_Internal.Int32, T>>;
|
|
1408
1408
|
Intersect(source2: System_Collections_Generic.IEnumerable_1<T>): System_Linq.IQueryable_1<T>;
|
|
1409
|
-
Intersect(source2: System_Collections_Generic.IEnumerable_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T>
|
|
1409
|
+
Intersect(source2: System_Collections_Generic.IEnumerable_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T>): System_Linq.IQueryable_1<T>;
|
|
1410
1410
|
IntersectBy<TKey>(source2: System_Collections_Generic.IEnumerable_1<TKey>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>): System_Linq.IQueryable_1<T>;
|
|
1411
|
-
IntersectBy<TKey>(source2: System_Collections_Generic.IEnumerable_1<TKey>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>
|
|
1411
|
+
IntersectBy<TKey>(source2: System_Collections_Generic.IEnumerable_1<TKey>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Linq.IQueryable_1<T>;
|
|
1412
1412
|
Except(source2: System_Collections_Generic.IEnumerable_1<T>): System_Linq.IQueryable_1<T>;
|
|
1413
|
-
Except(source2: System_Collections_Generic.IEnumerable_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T>
|
|
1413
|
+
Except(source2: System_Collections_Generic.IEnumerable_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T>): System_Linq.IQueryable_1<T>;
|
|
1414
1414
|
ExceptBy<TKey>(source2: System_Collections_Generic.IEnumerable_1<TKey>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>): System_Linq.IQueryable_1<T>;
|
|
1415
|
-
ExceptBy<TKey>(source2: System_Collections_Generic.IEnumerable_1<TKey>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>
|
|
1415
|
+
ExceptBy<TKey>(source2: System_Collections_Generic.IEnumerable_1<TKey>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Linq.IQueryable_1<T>;
|
|
1416
1416
|
First(): T;
|
|
1417
1417
|
First(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Boolean>>): T;
|
|
1418
|
-
FirstOrDefault(): T;
|
|
1418
|
+
FirstOrDefault(): T | undefined;
|
|
1419
1419
|
FirstOrDefault(defaultValue: T): T;
|
|
1420
1420
|
FirstOrDefault(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Boolean>>): T | undefined;
|
|
1421
1421
|
FirstOrDefault(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Boolean>>, defaultValue: T): T;
|
|
1422
1422
|
Last(): T;
|
|
1423
1423
|
Last(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Boolean>>): T;
|
|
1424
|
-
LastOrDefault(): T;
|
|
1424
|
+
LastOrDefault(): T | undefined;
|
|
1425
1425
|
LastOrDefault(defaultValue: T): T;
|
|
1426
1426
|
LastOrDefault(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Boolean>>): T | undefined;
|
|
1427
1427
|
LastOrDefault(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Boolean>>, defaultValue: T): T;
|
|
1428
1428
|
Single(): T;
|
|
1429
1429
|
Single(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Boolean>>): T;
|
|
1430
|
-
SingleOrDefault(): T;
|
|
1430
|
+
SingleOrDefault(): T | undefined;
|
|
1431
1431
|
SingleOrDefault(defaultValue: T): T;
|
|
1432
1432
|
SingleOrDefault(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Boolean>>): T | undefined;
|
|
1433
1433
|
SingleOrDefault(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Boolean>>, defaultValue: T): T;
|
|
1434
1434
|
ElementAt(index: int): T;
|
|
1435
1435
|
ElementAt(index: System.Index): T;
|
|
1436
|
-
ElementAtOrDefault(index: int): T;
|
|
1437
|
-
ElementAtOrDefault(index: System.Index): T;
|
|
1436
|
+
ElementAtOrDefault(index: int): T | undefined;
|
|
1437
|
+
ElementAtOrDefault(index: System.Index): T | undefined;
|
|
1438
1438
|
DefaultIfEmpty(): System_Linq.IQueryable_1<T | undefined>;
|
|
1439
1439
|
DefaultIfEmpty(defaultValue: T): System_Linq.IQueryable_1<T>;
|
|
1440
1440
|
Contains(item: T): boolean;
|
|
1441
|
-
Contains(item: T, comparer: System_Collections_Generic.IEqualityComparer_1<T>
|
|
1441
|
+
Contains(item: T, comparer: System_Collections_Generic.IEqualityComparer_1<T>): boolean;
|
|
1442
1442
|
Reverse(): System_Linq.IQueryable_1<T>;
|
|
1443
1443
|
SequenceEqual(source2: System_Collections_Generic.IEnumerable_1<T>): boolean;
|
|
1444
|
-
SequenceEqual(source2: System_Collections_Generic.IEnumerable_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T>
|
|
1444
|
+
SequenceEqual(source2: System_Collections_Generic.IEnumerable_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T>): boolean;
|
|
1445
1445
|
Shuffle(): System_Linq.IQueryable_1<T>;
|
|
1446
1446
|
Any(): boolean;
|
|
1447
1447
|
Any(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Boolean>>): boolean;
|
|
1448
1448
|
All(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Boolean>>): boolean;
|
|
1449
1449
|
Count(): int;
|
|
1450
1450
|
Count(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Boolean>>): int;
|
|
1451
|
-
CountBy<TKey>(keySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>
|
|
1451
|
+
CountBy<TKey>(keySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Linq.IQueryable_1<System_Collections_Generic.KeyValuePair_2<TKey, System_Internal.Int32>>;
|
|
1452
1452
|
LongCount(): long;
|
|
1453
1453
|
LongCount(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Boolean>>): long;
|
|
1454
|
-
Min(): T;
|
|
1455
|
-
Min(comparer: System_Collections_Generic.IComparer_1<T> | undefined
|
|
1456
|
-
Min<TResult>(selector: System_Linq_Expressions.Expression_1<System.Func_2<T, TResult>>): TResult;
|
|
1457
|
-
MinBy<TKey>(keySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>): T;
|
|
1458
|
-
MinBy<TKey>(keySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>, comparer: System_Collections_Generic.IComparer_1<T> | undefined
|
|
1459
|
-
Max(): T;
|
|
1460
|
-
Max(comparer: System_Collections_Generic.IComparer_1<T> | undefined
|
|
1461
|
-
Max<TResult>(selector: System_Linq_Expressions.Expression_1<System.Func_2<T, TResult>>): TResult;
|
|
1462
|
-
MaxBy<TKey>(keySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>): T;
|
|
1463
|
-
MaxBy<TKey>(keySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>, comparer: System_Collections_Generic.IComparer_1<T> | undefined
|
|
1454
|
+
Min(): T | undefined;
|
|
1455
|
+
Min(comparer: System_Collections_Generic.IComparer_1<T>): T | undefined;
|
|
1456
|
+
Min<TResult>(selector: System_Linq_Expressions.Expression_1<System.Func_2<T, TResult>>): TResult | undefined;
|
|
1457
|
+
MinBy<TKey>(keySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>): T | undefined;
|
|
1458
|
+
MinBy<TKey>(keySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>, comparer: System_Collections_Generic.IComparer_1<T>): T | undefined;
|
|
1459
|
+
Max(): T | undefined;
|
|
1460
|
+
Max(comparer: System_Collections_Generic.IComparer_1<T>): T | undefined;
|
|
1461
|
+
Max<TResult>(selector: System_Linq_Expressions.Expression_1<System.Func_2<T, TResult>>): TResult | undefined;
|
|
1462
|
+
MaxBy<TKey>(keySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>): T | undefined;
|
|
1463
|
+
MaxBy<TKey>(keySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>, comparer: System_Collections_Generic.IComparer_1<T>): T | undefined;
|
|
1464
1464
|
Sum(): int;
|
|
1465
1465
|
Sum(): System.Nullable_1<System_Internal.Int32>;
|
|
1466
1466
|
Sum(): long;
|
|
@@ -1500,8 +1500,8 @@ export interface __Ext_IQueryable_1<T> {
|
|
|
1500
1500
|
Aggregate(func: System_Linq_Expressions.Expression_1<System.Func_3<T, T, T>>): T;
|
|
1501
1501
|
Aggregate<TAccumulate>(seed: TAccumulate, func: System_Linq_Expressions.Expression_1<System.Func_3<TAccumulate, T, TAccumulate>>): TAccumulate;
|
|
1502
1502
|
Aggregate<TAccumulate, TResult>(seed: TAccumulate, func: System_Linq_Expressions.Expression_1<System.Func_3<TAccumulate, T, TAccumulate>>, selector: System_Linq_Expressions.Expression_1<System.Func_2<TAccumulate, TResult>>): TResult;
|
|
1503
|
-
AggregateBy<TKey, TAccumulate>(keySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>, seed: TAccumulate, func: System_Linq_Expressions.Expression_1<System.Func_3<TAccumulate, T, TAccumulate>>, keyComparer: System_Collections_Generic.IEqualityComparer_1<TKey>
|
|
1504
|
-
AggregateBy<TKey, TAccumulate>(keySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>, seedSelector: System_Linq_Expressions.Expression_1<System.Func_2<TKey, TAccumulate>>, func: System_Linq_Expressions.Expression_1<System.Func_3<TAccumulate, T, TAccumulate>>, keyComparer: System_Collections_Generic.IEqualityComparer_1<TKey>
|
|
1503
|
+
AggregateBy<TKey, TAccumulate>(keySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>, seed: TAccumulate, func: System_Linq_Expressions.Expression_1<System.Func_3<TAccumulate, T, TAccumulate>>, keyComparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Linq.IQueryable_1<System_Collections_Generic.KeyValuePair_2<TKey, TAccumulate>>;
|
|
1504
|
+
AggregateBy<TKey, TAccumulate>(keySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>, seedSelector: System_Linq_Expressions.Expression_1<System.Func_2<TKey, TAccumulate>>, func: System_Linq_Expressions.Expression_1<System.Func_3<TAccumulate, T, TAccumulate>>, keyComparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Linq.IQueryable_1<System_Collections_Generic.KeyValuePair_2<TKey, TAccumulate>>;
|
|
1505
1505
|
SkipLast(count: int): System_Linq.IQueryable_1<T>;
|
|
1506
1506
|
TakeLast(count: int): System_Linq.IQueryable_1<T>;
|
|
1507
1507
|
Append(element: T): System_Linq.IQueryable_1<T>;
|
|
@@ -1515,67 +1515,67 @@ export interface __Ext_IQueryable {
|
|
|
1515
1515
|
|
|
1516
1516
|
export interface __Ext_IOrderedQueryable_1<T> {
|
|
1517
1517
|
ThenBy<TKey>(keySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>): System_Linq.IOrderedQueryable_1<T>;
|
|
1518
|
-
ThenBy<TKey>(keySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>, comparer: System_Collections_Generic.IComparer_1<TKey>
|
|
1518
|
+
ThenBy<TKey>(keySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>, comparer: System_Collections_Generic.IComparer_1<TKey>): System_Linq.IOrderedQueryable_1<T>;
|
|
1519
1519
|
ThenByDescending<TKey>(keySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>): System_Linq.IOrderedQueryable_1<T>;
|
|
1520
|
-
ThenByDescending<TKey>(keySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>, comparer: System_Collections_Generic.IComparer_1<TKey>
|
|
1520
|
+
ThenByDescending<TKey>(keySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>, comparer: System_Collections_Generic.IComparer_1<TKey>): System_Linq.IOrderedQueryable_1<T>;
|
|
1521
1521
|
}
|
|
1522
1522
|
|
|
1523
1523
|
export interface __Ext_HttpClient {
|
|
1524
1524
|
GetFromJsonAsAsyncEnumerable<TValue>(requestUri: string, options: System_Text_Json.JsonSerializerOptions, cancellationToken: System_Threading.CancellationToken): System_Collections_Generic.IAsyncEnumerable_1<TValue | undefined>;
|
|
1525
1525
|
GetFromJsonAsAsyncEnumerable<TValue>(requestUri: System.Uri, options: System_Text_Json.JsonSerializerOptions, cancellationToken: System_Threading.CancellationToken): System_Collections_Generic.IAsyncEnumerable_1<TValue | undefined>;
|
|
1526
|
-
GetFromJsonAsAsyncEnumerable<TValue>(requestUri: string
|
|
1527
|
-
GetFromJsonAsAsyncEnumerable<TValue>(requestUri: System.Uri
|
|
1526
|
+
GetFromJsonAsAsyncEnumerable<TValue>(requestUri: string, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken: System_Threading.CancellationToken): System_Collections_Generic.IAsyncEnumerable_1<TValue | undefined>;
|
|
1527
|
+
GetFromJsonAsAsyncEnumerable<TValue>(requestUri: System.Uri, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken: System_Threading.CancellationToken): System_Collections_Generic.IAsyncEnumerable_1<TValue | undefined>;
|
|
1528
1528
|
GetFromJsonAsAsyncEnumerable<TValue>(requestUri: string, cancellationToken: System_Threading.CancellationToken): System_Collections_Generic.IAsyncEnumerable_1<TValue | undefined>;
|
|
1529
1529
|
GetFromJsonAsAsyncEnumerable<TValue>(requestUri: System.Uri, cancellationToken: System_Threading.CancellationToken): System_Collections_Generic.IAsyncEnumerable_1<TValue | undefined>;
|
|
1530
|
-
DeleteFromJsonAsync(requestUri: string
|
|
1531
|
-
DeleteFromJsonAsync(requestUri: System.Uri
|
|
1530
|
+
DeleteFromJsonAsync(requestUri: string, type_: System.Type, options: System_Text_Json.JsonSerializerOptions, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<unknown | undefined>;
|
|
1531
|
+
DeleteFromJsonAsync(requestUri: System.Uri, type_: System.Type, options: System_Text_Json.JsonSerializerOptions, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<unknown | undefined>;
|
|
1532
1532
|
DeleteFromJsonAsync<TValue>(requestUri: string, options: System_Text_Json.JsonSerializerOptions, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<TValue | undefined>;
|
|
1533
1533
|
DeleteFromJsonAsync<TValue>(requestUri: System.Uri, options: System_Text_Json.JsonSerializerOptions, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<TValue | undefined>;
|
|
1534
|
-
DeleteFromJsonAsync(requestUri: string
|
|
1535
|
-
DeleteFromJsonAsync(requestUri: System.Uri
|
|
1536
|
-
DeleteFromJsonAsync<TValue>(requestUri: string
|
|
1537
|
-
DeleteFromJsonAsync<TValue>(requestUri: System.Uri
|
|
1538
|
-
DeleteFromJsonAsync(requestUri: string
|
|
1539
|
-
DeleteFromJsonAsync(requestUri: System.Uri
|
|
1534
|
+
DeleteFromJsonAsync(requestUri: string, type_: System.Type, context: System_Text_Json_Serialization.JsonSerializerContext, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<unknown | undefined>;
|
|
1535
|
+
DeleteFromJsonAsync(requestUri: System.Uri, type_: System.Type, context: System_Text_Json_Serialization.JsonSerializerContext, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<unknown | undefined>;
|
|
1536
|
+
DeleteFromJsonAsync<TValue>(requestUri: string, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<TValue | undefined>;
|
|
1537
|
+
DeleteFromJsonAsync<TValue>(requestUri: System.Uri, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<TValue | undefined>;
|
|
1538
|
+
DeleteFromJsonAsync(requestUri: string, type_: System.Type, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<unknown | undefined>;
|
|
1539
|
+
DeleteFromJsonAsync(requestUri: System.Uri, type_: System.Type, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<unknown | undefined>;
|
|
1540
1540
|
DeleteFromJsonAsync<TValue>(requestUri: string, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<TValue | undefined>;
|
|
1541
1541
|
DeleteFromJsonAsync<TValue>(requestUri: System.Uri, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<TValue | undefined>;
|
|
1542
|
-
GetFromJsonAsync(requestUri: string
|
|
1543
|
-
GetFromJsonAsync(requestUri: System.Uri
|
|
1542
|
+
GetFromJsonAsync(requestUri: string, type_: System.Type, options: System_Text_Json.JsonSerializerOptions, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<unknown | undefined>;
|
|
1543
|
+
GetFromJsonAsync(requestUri: System.Uri, type_: System.Type, options: System_Text_Json.JsonSerializerOptions, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<unknown | undefined>;
|
|
1544
1544
|
GetFromJsonAsync<TValue>(requestUri: string, options: System_Text_Json.JsonSerializerOptions, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<TValue | undefined>;
|
|
1545
1545
|
GetFromJsonAsync<TValue>(requestUri: System.Uri, options: System_Text_Json.JsonSerializerOptions, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<TValue | undefined>;
|
|
1546
|
-
GetFromJsonAsync(requestUri: string
|
|
1547
|
-
GetFromJsonAsync(requestUri: System.Uri
|
|
1548
|
-
GetFromJsonAsync<TValue>(requestUri: string
|
|
1549
|
-
GetFromJsonAsync<TValue>(requestUri: System.Uri
|
|
1550
|
-
GetFromJsonAsync(requestUri: string
|
|
1551
|
-
GetFromJsonAsync(requestUri: System.Uri
|
|
1546
|
+
GetFromJsonAsync(requestUri: string, type_: System.Type, context: System_Text_Json_Serialization.JsonSerializerContext, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<unknown | undefined>;
|
|
1547
|
+
GetFromJsonAsync(requestUri: System.Uri, type_: System.Type, context: System_Text_Json_Serialization.JsonSerializerContext, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<unknown | undefined>;
|
|
1548
|
+
GetFromJsonAsync<TValue>(requestUri: string, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<TValue | undefined>;
|
|
1549
|
+
GetFromJsonAsync<TValue>(requestUri: System.Uri, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<TValue | undefined>;
|
|
1550
|
+
GetFromJsonAsync(requestUri: string, type_: System.Type, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<unknown | undefined>;
|
|
1551
|
+
GetFromJsonAsync(requestUri: System.Uri, type_: System.Type, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<unknown | undefined>;
|
|
1552
1552
|
GetFromJsonAsync<TValue>(requestUri: string, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<TValue | undefined>;
|
|
1553
1553
|
GetFromJsonAsync<TValue>(requestUri: System.Uri, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<TValue | undefined>;
|
|
1554
|
-
PostAsJsonAsync<TValue>(requestUri: string
|
|
1555
|
-
PostAsJsonAsync<TValue>(requestUri: System.Uri
|
|
1556
|
-
PostAsJsonAsync<TValue>(requestUri: string
|
|
1557
|
-
PostAsJsonAsync<TValue>(requestUri: System.Uri
|
|
1558
|
-
PostAsJsonAsync<TValue>(requestUri: string
|
|
1559
|
-
PostAsJsonAsync<TValue>(requestUri: System.Uri
|
|
1560
|
-
PutAsJsonAsync<TValue>(requestUri: string
|
|
1561
|
-
PutAsJsonAsync<TValue>(requestUri: System.Uri
|
|
1562
|
-
PutAsJsonAsync<TValue>(requestUri: string
|
|
1563
|
-
PutAsJsonAsync<TValue>(requestUri: System.Uri
|
|
1564
|
-
PutAsJsonAsync<TValue>(requestUri: string
|
|
1565
|
-
PutAsJsonAsync<TValue>(requestUri: System.Uri
|
|
1566
|
-
PatchAsJsonAsync<TValue>(requestUri: string
|
|
1567
|
-
PatchAsJsonAsync<TValue>(requestUri: System.Uri
|
|
1568
|
-
PatchAsJsonAsync<TValue>(requestUri: string
|
|
1569
|
-
PatchAsJsonAsync<TValue>(requestUri: System.Uri
|
|
1570
|
-
PatchAsJsonAsync<TValue>(requestUri: string
|
|
1571
|
-
PatchAsJsonAsync<TValue>(requestUri: System.Uri
|
|
1554
|
+
PostAsJsonAsync<TValue>(requestUri: string, value: TValue, options: System_Text_Json.JsonSerializerOptions, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>;
|
|
1555
|
+
PostAsJsonAsync<TValue>(requestUri: System.Uri, value: TValue, options: System_Text_Json.JsonSerializerOptions, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>;
|
|
1556
|
+
PostAsJsonAsync<TValue>(requestUri: string, value: TValue, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>;
|
|
1557
|
+
PostAsJsonAsync<TValue>(requestUri: System.Uri, value: TValue, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>;
|
|
1558
|
+
PostAsJsonAsync<TValue>(requestUri: string, value: TValue, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>;
|
|
1559
|
+
PostAsJsonAsync<TValue>(requestUri: System.Uri, value: TValue, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>;
|
|
1560
|
+
PutAsJsonAsync<TValue>(requestUri: string, value: TValue, options: System_Text_Json.JsonSerializerOptions, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>;
|
|
1561
|
+
PutAsJsonAsync<TValue>(requestUri: System.Uri, value: TValue, options: System_Text_Json.JsonSerializerOptions, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>;
|
|
1562
|
+
PutAsJsonAsync<TValue>(requestUri: string, value: TValue, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>;
|
|
1563
|
+
PutAsJsonAsync<TValue>(requestUri: System.Uri, value: TValue, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>;
|
|
1564
|
+
PutAsJsonAsync<TValue>(requestUri: string, value: TValue, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>;
|
|
1565
|
+
PutAsJsonAsync<TValue>(requestUri: System.Uri, value: TValue, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>;
|
|
1566
|
+
PatchAsJsonAsync<TValue>(requestUri: string, value: TValue, options: System_Text_Json.JsonSerializerOptions, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>;
|
|
1567
|
+
PatchAsJsonAsync<TValue>(requestUri: System.Uri, value: TValue, options: System_Text_Json.JsonSerializerOptions, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>;
|
|
1568
|
+
PatchAsJsonAsync<TValue>(requestUri: string, value: TValue, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>;
|
|
1569
|
+
PatchAsJsonAsync<TValue>(requestUri: System.Uri, value: TValue, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>;
|
|
1570
|
+
PatchAsJsonAsync<TValue>(requestUri: string, value: TValue, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>;
|
|
1571
|
+
PatchAsJsonAsync<TValue>(requestUri: System.Uri, value: TValue, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>;
|
|
1572
1572
|
}
|
|
1573
1573
|
|
|
1574
1574
|
export interface __Ext_HttpContent {
|
|
1575
1575
|
ReadFromJsonAsAsyncEnumerable<TValue>(cancellationToken: System_Threading.CancellationToken): System_Collections_Generic.IAsyncEnumerable_1<TValue | undefined>;
|
|
1576
1576
|
ReadFromJsonAsAsyncEnumerable<TValue>(options: System_Text_Json.JsonSerializerOptions, cancellationToken: System_Threading.CancellationToken): System_Collections_Generic.IAsyncEnumerable_1<TValue | undefined>;
|
|
1577
1577
|
ReadFromJsonAsAsyncEnumerable<TValue>(jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken: System_Threading.CancellationToken): System_Collections_Generic.IAsyncEnumerable_1<TValue | undefined>;
|
|
1578
|
-
ReadFromJsonAsync(type_: System.Type, options: System_Text_Json.JsonSerializerOptions
|
|
1578
|
+
ReadFromJsonAsync(type_: System.Type, options: System_Text_Json.JsonSerializerOptions, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<unknown | undefined>;
|
|
1579
1579
|
ReadFromJsonAsync(type_: System.Type, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<unknown | undefined>;
|
|
1580
1580
|
ReadFromJsonAsync<T>(options: System_Text_Json.JsonSerializerOptions, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<T | undefined>;
|
|
1581
1581
|
ReadFromJsonAsync<T>(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<T | undefined>;
|
|
@@ -1585,7 +1585,7 @@ export interface __Ext_HttpContent {
|
|
|
1585
1585
|
|
|
1586
1586
|
export interface __Ext_Socket {
|
|
1587
1587
|
AcceptAsync(): System_Threading_Tasks.Task_1<System_Net_Sockets.Socket>;
|
|
1588
|
-
AcceptAsync(acceptSocket: System_Net_Sockets.Socket
|
|
1588
|
+
AcceptAsync(acceptSocket: System_Net_Sockets.Socket): System_Threading_Tasks.Task_1<System_Net_Sockets.Socket>;
|
|
1589
1589
|
ConnectAsync(remoteEP: System_Net.EndPoint): System_Threading_Tasks.Task;
|
|
1590
1590
|
ConnectAsync(remoteEP: System_Net.EndPoint, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask;
|
|
1591
1591
|
ConnectAsync(address: System_Net.IPAddress, port: int): System_Threading_Tasks.Task;
|
|
@@ -1777,10 +1777,10 @@ export interface __Ext_Type {
|
|
|
1777
1777
|
GetProperties(bindingAttr: System_Reflection.BindingFlags): System_Reflection.PropertyInfo[];
|
|
1778
1778
|
GetProperty(name: string): System_Reflection.PropertyInfo | undefined;
|
|
1779
1779
|
GetProperty(name: string, bindingAttr: System_Reflection.BindingFlags): System_Reflection.PropertyInfo | undefined;
|
|
1780
|
-
GetProperty(name: string, returnType: System.Type
|
|
1781
|
-
GetProperty(name: string, returnType: System.Type
|
|
1782
|
-
IsAssignableFrom(c: System.Type
|
|
1783
|
-
IsInstanceOfType(o: unknown
|
|
1780
|
+
GetProperty(name: string, returnType: System.Type): System_Reflection.PropertyInfo | undefined;
|
|
1781
|
+
GetProperty(name: string, returnType: System.Type, types: System.Type[]): System_Reflection.PropertyInfo | undefined;
|
|
1782
|
+
IsAssignableFrom(c: System.Type): boolean;
|
|
1783
|
+
IsInstanceOfType(o: unknown): boolean;
|
|
1784
1784
|
}
|
|
1785
1785
|
|
|
1786
1786
|
export interface __Ext_MethodInfo {
|
|
@@ -1825,7 +1825,7 @@ export interface __Ext_PEReader {
|
|
|
1825
1825
|
GetMethodBody(relativeVirtualAddress: int): System_Reflection_Metadata.MethodBodyBlock;
|
|
1826
1826
|
GetMetadataReader(): System_Reflection_Metadata.MetadataReader;
|
|
1827
1827
|
GetMetadataReader(options: System_Reflection_Metadata.MetadataReaderOptions): System_Reflection_Metadata.MetadataReader;
|
|
1828
|
-
GetMetadataReader(options: System_Reflection_Metadata.MetadataReaderOptions, utf8Decoder: System_Reflection_Metadata.MetadataStringDecoder
|
|
1828
|
+
GetMetadataReader(options: System_Reflection_Metadata.MetadataReaderOptions, utf8Decoder: System_Reflection_Metadata.MetadataStringDecoder): System_Reflection_Metadata.MetadataReader;
|
|
1829
1829
|
}
|
|
1830
1830
|
|
|
1831
1831
|
export interface __Ext_ExportedType {
|
|
@@ -2001,12 +2001,12 @@ export interface __Ext_Vector64_1<T> {
|
|
|
2001
2001
|
|
|
2002
2002
|
export interface __Ext_DataContractSerializer {
|
|
2003
2003
|
GetSerializationSurrogateProvider(): System_Runtime_Serialization.ISerializationSurrogateProvider | undefined;
|
|
2004
|
-
SetSerializationSurrogateProvider(provider: System_Runtime_Serialization.ISerializationSurrogateProvider
|
|
2004
|
+
SetSerializationSurrogateProvider(provider: System_Runtime_Serialization.ISerializationSurrogateProvider): void;
|
|
2005
2005
|
}
|
|
2006
2006
|
|
|
2007
2007
|
export interface __Ext_DataContractJsonSerializer {
|
|
2008
2008
|
GetSerializationSurrogateProvider(): System_Runtime_Serialization.ISerializationSurrogateProvider | undefined;
|
|
2009
|
-
SetSerializationSurrogateProvider(provider: System_Runtime_Serialization.ISerializationSurrogateProvider
|
|
2009
|
+
SetSerializationSurrogateProvider(provider: System_Runtime_Serialization.ISerializationSurrogateProvider): void;
|
|
2010
2010
|
}
|
|
2011
2011
|
|
|
2012
2012
|
export interface __Ext_X509Certificate2 {
|
|
@@ -2043,35 +2043,35 @@ export interface __Ext_Decoder {
|
|
|
2043
2043
|
}
|
|
2044
2044
|
|
|
2045
2045
|
export interface __Ext_JsonDocument {
|
|
2046
|
-
Deserialize<TValue>(options: System_Text_Json.JsonSerializerOptions): TValue;
|
|
2047
|
-
Deserialize(returnType: System.Type, options: System_Text_Json.JsonSerializerOptions
|
|
2046
|
+
Deserialize<TValue>(options: System_Text_Json.JsonSerializerOptions): TValue | undefined;
|
|
2047
|
+
Deserialize(returnType: System.Type, options: System_Text_Json.JsonSerializerOptions): unknown | undefined;
|
|
2048
2048
|
Deserialize<TValue>(jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>): TValue | undefined;
|
|
2049
2049
|
Deserialize(jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo): unknown | undefined;
|
|
2050
2050
|
Deserialize(returnType: System.Type, context: System_Text_Json_Serialization.JsonSerializerContext): unknown | undefined;
|
|
2051
2051
|
}
|
|
2052
2052
|
|
|
2053
2053
|
export interface __Ext_JsonElement {
|
|
2054
|
-
Deserialize<TValue>(options: System_Text_Json.JsonSerializerOptions): TValue;
|
|
2055
|
-
Deserialize(returnType: System.Type, options: System_Text_Json.JsonSerializerOptions): unknown;
|
|
2056
|
-
Deserialize<TValue>(jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>): TValue;
|
|
2054
|
+
Deserialize<TValue>(options: System_Text_Json.JsonSerializerOptions): TValue | undefined;
|
|
2055
|
+
Deserialize(returnType: System.Type, options: System_Text_Json.JsonSerializerOptions): unknown | undefined;
|
|
2056
|
+
Deserialize<TValue>(jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>): TValue | undefined;
|
|
2057
2057
|
Deserialize(jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo): unknown | undefined;
|
|
2058
2058
|
Deserialize(returnType: System.Type, context: System_Text_Json_Serialization.JsonSerializerContext): unknown | undefined;
|
|
2059
2059
|
}
|
|
2060
2060
|
|
|
2061
2061
|
export interface __Ext_JsonNode {
|
|
2062
|
-
Deserialize<TValue>(options: System_Text_Json.JsonSerializerOptions): TValue;
|
|
2063
|
-
Deserialize(returnType: System.Type, options: System_Text_Json.JsonSerializerOptions): unknown;
|
|
2064
|
-
Deserialize<TValue>(jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>): TValue;
|
|
2065
|
-
Deserialize(jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo): unknown;
|
|
2062
|
+
Deserialize<TValue>(options: System_Text_Json.JsonSerializerOptions): TValue | undefined;
|
|
2063
|
+
Deserialize(returnType: System.Type, options: System_Text_Json.JsonSerializerOptions): unknown | undefined;
|
|
2064
|
+
Deserialize<TValue>(jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>): TValue | undefined;
|
|
2065
|
+
Deserialize(jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo): unknown | undefined;
|
|
2066
2066
|
Deserialize(returnType: System.Type, context: System_Text_Json_Serialization.JsonSerializerContext): unknown | undefined;
|
|
2067
2067
|
}
|
|
2068
2068
|
|
|
2069
2069
|
export interface __Ext_JsonSerializerOptions {
|
|
2070
|
-
GetJsonSchemaAsNode(type_: System.Type, exporterOptions: System_Text_Json_Schema.JsonSchemaExporterOptions
|
|
2070
|
+
GetJsonSchemaAsNode(type_: System.Type, exporterOptions: System_Text_Json_Schema.JsonSchemaExporterOptions): System_Text_Json_Nodes.JsonNode;
|
|
2071
2071
|
}
|
|
2072
2072
|
|
|
2073
2073
|
export interface __Ext_JsonTypeInfo {
|
|
2074
|
-
GetJsonSchemaAsNode(exporterOptions: System_Text_Json_Schema.JsonSchemaExporterOptions
|
|
2074
|
+
GetJsonSchemaAsNode(exporterOptions: System_Text_Json_Schema.JsonSchemaExporterOptions): System_Text_Json_Nodes.JsonNode;
|
|
2075
2075
|
}
|
|
2076
2076
|
|
|
2077
2077
|
export interface __Ext_IJsonTypeInfoResolver {
|
|
@@ -2080,7 +2080,7 @@ export interface __Ext_IJsonTypeInfoResolver {
|
|
|
2080
2080
|
|
|
2081
2081
|
export interface __Ext_WaitHandle {
|
|
2082
2082
|
GetSafeWaitHandle(): Microsoft_Win32_SafeHandles.SafeWaitHandle;
|
|
2083
|
-
SetSafeWaitHandle(value: Microsoft_Win32_SafeHandles.SafeWaitHandle
|
|
2083
|
+
SetSafeWaitHandle(value: Microsoft_Win32_SafeHandles.SafeWaitHandle): void;
|
|
2084
2084
|
}
|
|
2085
2085
|
|
|
2086
2086
|
export interface __Ext_EventWaitHandle {
|
|
@@ -2138,30 +2138,30 @@ export interface __Ext_IReceivableSourceBlock_1<TOutput> {
|
|
|
2138
2138
|
|
|
2139
2139
|
export interface __Ext_XElement {
|
|
2140
2140
|
GetSchemaInfo(): System_Xml_Schema.IXmlSchemaInfo | undefined;
|
|
2141
|
-
Validate(partialValidationType: System_Xml_Schema.XmlSchemaObject, schemas: System_Xml_Schema.XmlSchemaSet, validationEventHandler: System_Xml_Schema.ValidationEventHandler
|
|
2142
|
-
Validate(partialValidationType: System_Xml_Schema.XmlSchemaObject, schemas: System_Xml_Schema.XmlSchemaSet, validationEventHandler: System_Xml_Schema.ValidationEventHandler
|
|
2141
|
+
Validate(partialValidationType: System_Xml_Schema.XmlSchemaObject, schemas: System_Xml_Schema.XmlSchemaSet, validationEventHandler: System_Xml_Schema.ValidationEventHandler): void;
|
|
2142
|
+
Validate(partialValidationType: System_Xml_Schema.XmlSchemaObject, schemas: System_Xml_Schema.XmlSchemaSet, validationEventHandler: System_Xml_Schema.ValidationEventHandler, addSchemaInfo: boolean): void;
|
|
2143
2143
|
}
|
|
2144
2144
|
|
|
2145
2145
|
export interface __Ext_XAttribute {
|
|
2146
2146
|
GetSchemaInfo(): System_Xml_Schema.IXmlSchemaInfo | undefined;
|
|
2147
|
-
Validate(partialValidationType: System_Xml_Schema.XmlSchemaObject, schemas: System_Xml_Schema.XmlSchemaSet, validationEventHandler: System_Xml_Schema.ValidationEventHandler
|
|
2148
|
-
Validate(partialValidationType: System_Xml_Schema.XmlSchemaObject, schemas: System_Xml_Schema.XmlSchemaSet, validationEventHandler: System_Xml_Schema.ValidationEventHandler
|
|
2147
|
+
Validate(partialValidationType: System_Xml_Schema.XmlSchemaObject, schemas: System_Xml_Schema.XmlSchemaSet, validationEventHandler: System_Xml_Schema.ValidationEventHandler): void;
|
|
2148
|
+
Validate(partialValidationType: System_Xml_Schema.XmlSchemaObject, schemas: System_Xml_Schema.XmlSchemaSet, validationEventHandler: System_Xml_Schema.ValidationEventHandler, addSchemaInfo: boolean): void;
|
|
2149
2149
|
}
|
|
2150
2150
|
|
|
2151
2151
|
export interface __Ext_XDocument {
|
|
2152
|
-
Validate(schemas: System_Xml_Schema.XmlSchemaSet, validationEventHandler: System_Xml_Schema.ValidationEventHandler
|
|
2153
|
-
Validate(schemas: System_Xml_Schema.XmlSchemaSet, validationEventHandler: System_Xml_Schema.ValidationEventHandler
|
|
2152
|
+
Validate(schemas: System_Xml_Schema.XmlSchemaSet, validationEventHandler: System_Xml_Schema.ValidationEventHandler): void;
|
|
2153
|
+
Validate(schemas: System_Xml_Schema.XmlSchemaSet, validationEventHandler: System_Xml_Schema.ValidationEventHandler, addSchemaInfo: boolean): void;
|
|
2154
2154
|
}
|
|
2155
2155
|
|
|
2156
2156
|
export interface __Ext_XNode {
|
|
2157
2157
|
CreateNavigator(): System_Xml_XPath.XPathNavigator;
|
|
2158
|
-
CreateNavigator(nameTable: System_Xml.XmlNameTable
|
|
2158
|
+
CreateNavigator(nameTable: System_Xml.XmlNameTable): System_Xml_XPath.XPathNavigator;
|
|
2159
2159
|
XPathEvaluate(expression: string): unknown;
|
|
2160
|
-
XPathEvaluate(expression: string, resolver: System_Xml.IXmlNamespaceResolver
|
|
2160
|
+
XPathEvaluate(expression: string, resolver: System_Xml.IXmlNamespaceResolver): unknown;
|
|
2161
2161
|
XPathSelectElement(expression: string): System_Xml_Linq.XElement | undefined;
|
|
2162
|
-
XPathSelectElement(expression: string, resolver: System_Xml.IXmlNamespaceResolver
|
|
2162
|
+
XPathSelectElement(expression: string, resolver: System_Xml.IXmlNamespaceResolver): System_Xml_Linq.XElement | undefined;
|
|
2163
2163
|
XPathSelectElements(expression: string): System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XElement>;
|
|
2164
|
-
XPathSelectElements(expression: string, resolver: System_Xml.IXmlNamespaceResolver
|
|
2164
|
+
XPathSelectElements(expression: string, resolver: System_Xml.IXmlNamespaceResolver): System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XElement>;
|
|
2165
2165
|
ToXPathNavigable(): System_Xml_XPath.IXPathNavigable;
|
|
2166
2166
|
}
|
|
2167
2167
|
|