@tsonic/dotnet 10.0.3 → 10.0.5
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 +4 -0
- package/Microsoft.VisualBasic/internal/index.d.ts +4 -0
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +2 -0
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +4 -0
- package/Microsoft.Win32/internal/index.d.ts +2 -0
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +34 -0
- package/System/internal/index.d.ts +1042 -19
- package/System.Buffers/internal/index.d.ts +18 -0
- package/System.CodeDom.Compiler/internal/index.d.ts +3 -0
- package/System.Collections/internal/index.d.ts +78 -10
- package/System.Collections.Concurrent/internal/index.d.ts +35 -0
- package/System.Collections.Frozen/internal/index.d.ts +25 -0
- package/System.Collections.Generic/internal/index.d.ts +306 -5
- package/System.Collections.Immutable/internal/index.d.ts +156 -9
- package/System.Collections.ObjectModel/internal/index.d.ts +80 -2
- package/System.Collections.Specialized/internal/index.d.ts +45 -8
- package/System.ComponentModel/internal/index.d.ts +129 -8
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +6 -0
- package/System.ComponentModel.Design/internal/index.d.ts +75 -2
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +18 -0
- package/System.Data/internal/index.d.ts +165 -4
- package/System.Data.Common/internal/index.d.ts +86 -6
- package/System.Data.SqlTypes/internal/index.d.ts +92 -3
- package/System.Diagnostics/internal/index.d.ts +74 -9
- package/System.Diagnostics.Contracts/internal/index.d.ts +2 -0
- package/System.Diagnostics.Metrics/internal/index.d.ts +6 -0
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +22 -0
- package/System.Diagnostics.Tracing/internal/index.d.ts +16 -0
- package/System.Drawing/internal/index.d.ts +14 -0
- package/System.Dynamic/internal/index.d.ts +13 -0
- package/System.Formats.Asn1/internal/index.d.ts +6 -0
- package/System.Formats.Tar/internal/index.d.ts +6 -0
- package/System.Globalization/internal/index.d.ts +52 -2
- package/System.IO/internal/index.d.ts +67 -0
- package/System.IO.Compression/internal/index.d.ts +21 -0
- package/System.IO.Enumeration/internal/index.d.ts +7 -0
- package/System.IO.IsolatedStorage/internal/index.d.ts +9 -0
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +7 -0
- package/System.IO.Pipelines/internal/index.d.ts +4 -0
- package/System.IO.Pipes/internal/index.d.ts +15 -0
- package/System.Linq/internal/index.d.ts +38 -4
- package/System.Linq.Expressions/internal/index.d.ts +17 -0
- package/System.Net/internal/index.d.ts +94 -3
- package/System.Net.Http/internal/index.d.ts +53 -0
- package/System.Net.Http.Headers/internal/index.d.ts +74 -1
- package/System.Net.Http.Json/internal/index.d.ts +2 -0
- package/System.Net.Mail/internal/index.d.ts +57 -0
- package/System.Net.NetworkInformation/internal/index.d.ts +32 -5
- package/System.Net.Quic/internal/index.d.ts +9 -0
- package/System.Net.Security/internal/index.d.ts +13 -0
- package/System.Net.Sockets/internal/index.d.ts +21 -0
- package/System.Net.WebSockets/internal/index.d.ts +9 -0
- package/System.Numerics/internal/index.d.ts +154 -6
- package/System.Reflection/internal/index.d.ts +69 -1
- package/System.Reflection.Emit/internal/index.d.ts +35 -0
- package/System.Reflection.Metadata/internal/index.d.ts +331 -2
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +4 -0
- package/System.Reflection.PortableExecutable/internal/index.d.ts +2 -0
- package/System.Resources/internal/index.d.ts +19 -1
- package/System.Runtime/internal/index.d.ts +6 -0
- package/System.Runtime.CompilerServices/internal/index.d.ts +58 -4
- package/System.Runtime.InteropServices/internal/index.d.ts +94 -0
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +42 -0
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +4 -0
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +25 -0
- package/System.Runtime.Intrinsics/internal/index.d.ts +48 -4
- package/System.Runtime.Loader/internal/index.d.ts +2 -0
- package/System.Runtime.Serialization/internal/index.d.ts +36 -0
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +2 -0
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +2 -0
- package/System.Runtime.Serialization.Json/internal/index.d.ts +4 -0
- package/System.Runtime.Versioning/internal/index.d.ts +2 -0
- package/System.Security/internal/index.d.ts +18 -0
- package/System.Security.AccessControl/internal/index.d.ts +26 -6
- package/System.Security.Authentication/internal/index.d.ts +4 -0
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +7 -2
- package/System.Security.Claims/internal/index.d.ts +4 -0
- package/System.Security.Cryptography/internal/index.d.ts +271 -1
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +47 -2
- package/System.Security.Policy/internal/index.d.ts +3 -0
- package/System.Security.Principal/internal/index.d.ts +24 -1
- package/System.Text/internal/index.d.ts +41 -1
- package/System.Text.Json/internal/index.d.ts +22 -1
- package/System.Text.Json.Nodes/internal/index.d.ts +11 -0
- package/System.Text.Json.Serialization/internal/index.d.ts +10 -0
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +4 -0
- package/System.Text.RegularExpressions/internal/index.d.ts +44 -2
- package/System.Threading/internal/index.d.ts +78 -0
- package/System.Threading.Channels/internal/index.d.ts +2 -0
- package/System.Threading.Tasks/internal/index.d.ts +18 -0
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +67 -0
- package/System.Threading.Tasks.Sources/internal/index.d.ts +4 -0
- package/System.Timers/internal/index.d.ts +4 -0
- package/System.Transactions/internal/index.d.ts +39 -0
- package/System.Web/internal/index.d.ts +2 -0
- package/System.Windows.Input/internal/index.d.ts +2 -0
- package/System.Xml/internal/index.d.ts +143 -6
- package/System.Xml.Linq/internal/index.d.ts +32 -0
- package/System.Xml.Schema/internal/index.d.ts +25 -2
- package/System.Xml.Serialization/internal/index.d.ts +29 -4
- package/System.Xml.XPath/internal/index.d.ts +13 -2
- package/System.Xml.Xsl/internal/index.d.ts +11 -0
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +25 -1
- package/__internal/extensions/index.d.ts +263 -263
- package/package.json +1 -1
|
@@ -100,90 +100,90 @@ export interface __Ext_System_ReadOnlyMemory_1<T extends System.IEquatable_1<T>>
|
|
|
100
100
|
|
|
101
101
|
export interface __Ext_System_ReadOnlySpan_1<T extends System.IEquatable_1<T>> {
|
|
102
102
|
Contains(value: T): ExtensionMethods_System<boolean>;
|
|
103
|
-
Contains(value: T, comparer
|
|
103
|
+
Contains(value: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T>): ExtensionMethods_System<boolean>;
|
|
104
104
|
ContainsAny(value0: T, value1: T): ExtensionMethods_System<boolean>;
|
|
105
|
-
ContainsAny(value0: T, value1: T, comparer
|
|
105
|
+
ContainsAny(value0: T, value1: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T>): ExtensionMethods_System<boolean>;
|
|
106
106
|
ContainsAny(value0: T, value1: T, value2: T): ExtensionMethods_System<boolean>;
|
|
107
|
-
ContainsAny(value0: T, value1: T, value2: T, comparer
|
|
107
|
+
ContainsAny(value0: T, value1: T, value2: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T>): ExtensionMethods_System<boolean>;
|
|
108
108
|
ContainsAny(values: System.ReadOnlySpan_1<T>): ExtensionMethods_System<boolean>;
|
|
109
|
-
ContainsAny(values: System.ReadOnlySpan_1<T>, comparer
|
|
109
|
+
ContainsAny(values: System.ReadOnlySpan_1<T>, comparer?: System_Collections_Generic.IEqualityComparer_1<T>): ExtensionMethods_System<boolean>;
|
|
110
110
|
ContainsAny(values: System_Buffers.SearchValues_1<T>): ExtensionMethods_System<boolean>;
|
|
111
111
|
ContainsAny(values: System_Buffers.SearchValues_1<System_Internal.String>): ExtensionMethods_System<boolean>;
|
|
112
112
|
ContainsAnyExcept(value: T): ExtensionMethods_System<boolean>;
|
|
113
|
-
ContainsAnyExcept(value: T, comparer
|
|
113
|
+
ContainsAnyExcept(value: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T>): ExtensionMethods_System<boolean>;
|
|
114
114
|
ContainsAnyExcept(value0: T, value1: T): ExtensionMethods_System<boolean>;
|
|
115
|
-
ContainsAnyExcept(value0: T, value1: T, comparer
|
|
115
|
+
ContainsAnyExcept(value0: T, value1: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T>): ExtensionMethods_System<boolean>;
|
|
116
116
|
ContainsAnyExcept(value0: T, value1: T, value2: T): ExtensionMethods_System<boolean>;
|
|
117
|
-
ContainsAnyExcept(value0: T, value1: T, value2: T, comparer
|
|
117
|
+
ContainsAnyExcept(value0: T, value1: T, value2: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T>): ExtensionMethods_System<boolean>;
|
|
118
118
|
ContainsAnyExcept(values: System.ReadOnlySpan_1<T>): ExtensionMethods_System<boolean>;
|
|
119
|
-
ContainsAnyExcept(values: System.ReadOnlySpan_1<T>, comparer
|
|
119
|
+
ContainsAnyExcept(values: System.ReadOnlySpan_1<T>, comparer?: System_Collections_Generic.IEqualityComparer_1<T>): ExtensionMethods_System<boolean>;
|
|
120
120
|
ContainsAnyExcept(values: System_Buffers.SearchValues_1<T>): ExtensionMethods_System<boolean>;
|
|
121
121
|
ContainsAnyInRange(lowInclusive: T, highInclusive: T): ExtensionMethods_System<boolean>;
|
|
122
122
|
ContainsAnyExceptInRange(lowInclusive: T, highInclusive: T): ExtensionMethods_System<boolean>;
|
|
123
123
|
IndexOfAnyExcept(value: T): ExtensionMethods_System<int>;
|
|
124
|
-
IndexOfAnyExcept(value: T, comparer
|
|
124
|
+
IndexOfAnyExcept(value: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T>): ExtensionMethods_System<int>;
|
|
125
125
|
IndexOfAnyExcept(value0: T, value1: T): ExtensionMethods_System<int>;
|
|
126
|
-
IndexOfAnyExcept(value0: T, value1: T, comparer
|
|
126
|
+
IndexOfAnyExcept(value0: T, value1: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T>): ExtensionMethods_System<int>;
|
|
127
127
|
IndexOfAnyExcept(value0: T, value1: T, value2: T): ExtensionMethods_System<int>;
|
|
128
|
-
IndexOfAnyExcept(value0: T, value1: T, value2: T, comparer
|
|
128
|
+
IndexOfAnyExcept(value0: T, value1: T, value2: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T>): ExtensionMethods_System<int>;
|
|
129
129
|
IndexOfAnyExcept(values: System.ReadOnlySpan_1<T>): ExtensionMethods_System<int>;
|
|
130
|
-
IndexOfAnyExcept(values: System.ReadOnlySpan_1<T>, comparer
|
|
130
|
+
IndexOfAnyExcept(values: System.ReadOnlySpan_1<T>, comparer?: System_Collections_Generic.IEqualityComparer_1<T>): ExtensionMethods_System<int>;
|
|
131
131
|
IndexOfAnyExcept(values: System_Buffers.SearchValues_1<T>): ExtensionMethods_System<int>;
|
|
132
132
|
LastIndexOfAnyExcept(value: T): ExtensionMethods_System<int>;
|
|
133
|
-
LastIndexOfAnyExcept(value: T, comparer
|
|
133
|
+
LastIndexOfAnyExcept(value: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T>): ExtensionMethods_System<int>;
|
|
134
134
|
LastIndexOfAnyExcept(value0: T, value1: T): ExtensionMethods_System<int>;
|
|
135
|
-
LastIndexOfAnyExcept(value0: T, value1: T, comparer
|
|
135
|
+
LastIndexOfAnyExcept(value0: T, value1: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T>): ExtensionMethods_System<int>;
|
|
136
136
|
LastIndexOfAnyExcept(value0: T, value1: T, value2: T): ExtensionMethods_System<int>;
|
|
137
|
-
LastIndexOfAnyExcept(value0: T, value1: T, value2: T, comparer
|
|
137
|
+
LastIndexOfAnyExcept(value0: T, value1: T, value2: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T>): ExtensionMethods_System<int>;
|
|
138
138
|
LastIndexOfAnyExcept(values: System.ReadOnlySpan_1<T>): ExtensionMethods_System<int>;
|
|
139
|
-
LastIndexOfAnyExcept(values: System.ReadOnlySpan_1<T>, comparer
|
|
139
|
+
LastIndexOfAnyExcept(values: System.ReadOnlySpan_1<T>, comparer?: System_Collections_Generic.IEqualityComparer_1<T>): ExtensionMethods_System<int>;
|
|
140
140
|
LastIndexOfAnyExcept(values: System_Buffers.SearchValues_1<T>): ExtensionMethods_System<int>;
|
|
141
141
|
IndexOfAnyInRange(lowInclusive: T, highInclusive: T): ExtensionMethods_System<int>;
|
|
142
142
|
IndexOfAnyExceptInRange(lowInclusive: T, highInclusive: T): ExtensionMethods_System<int>;
|
|
143
143
|
LastIndexOfAnyInRange(lowInclusive: T, highInclusive: T): ExtensionMethods_System<int>;
|
|
144
144
|
LastIndexOfAnyExceptInRange(lowInclusive: T, highInclusive: T): ExtensionMethods_System<int>;
|
|
145
145
|
IndexOf(value: T): ExtensionMethods_System<int>;
|
|
146
|
-
IndexOf(value: T, comparer
|
|
146
|
+
IndexOf(value: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T>): ExtensionMethods_System<int>;
|
|
147
147
|
IndexOf(value: System.ReadOnlySpan_1<T>): ExtensionMethods_System<int>;
|
|
148
|
-
IndexOf(value: System.ReadOnlySpan_1<T>, comparer
|
|
148
|
+
IndexOf(value: System.ReadOnlySpan_1<T>, comparer?: System_Collections_Generic.IEqualityComparer_1<T>): ExtensionMethods_System<int>;
|
|
149
149
|
LastIndexOf(value: T): ExtensionMethods_System<int>;
|
|
150
|
-
LastIndexOf(value: T, comparer
|
|
150
|
+
LastIndexOf(value: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T>): ExtensionMethods_System<int>;
|
|
151
151
|
LastIndexOf(value: System.ReadOnlySpan_1<T>): ExtensionMethods_System<int>;
|
|
152
|
-
LastIndexOf(value: System.ReadOnlySpan_1<T>, comparer
|
|
152
|
+
LastIndexOf(value: System.ReadOnlySpan_1<T>, comparer?: System_Collections_Generic.IEqualityComparer_1<T>): ExtensionMethods_System<int>;
|
|
153
153
|
IndexOfAny(value0: T, value1: T): ExtensionMethods_System<int>;
|
|
154
|
-
IndexOfAny(value0: T, value1: T, comparer
|
|
154
|
+
IndexOfAny(value0: T, value1: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T>): ExtensionMethods_System<int>;
|
|
155
155
|
IndexOfAny(value0: T, value1: T, value2: T): ExtensionMethods_System<int>;
|
|
156
|
-
IndexOfAny(value0: T, value1: T, value2: T, comparer
|
|
156
|
+
IndexOfAny(value0: T, value1: T, value2: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T>): ExtensionMethods_System<int>;
|
|
157
157
|
IndexOfAny(values: System.ReadOnlySpan_1<T>): ExtensionMethods_System<int>;
|
|
158
|
-
IndexOfAny(values: System.ReadOnlySpan_1<T>, comparer
|
|
158
|
+
IndexOfAny(values: System.ReadOnlySpan_1<T>, comparer?: System_Collections_Generic.IEqualityComparer_1<T>): ExtensionMethods_System<int>;
|
|
159
159
|
IndexOfAny(values: System_Buffers.SearchValues_1<T>): ExtensionMethods_System<int>;
|
|
160
160
|
IndexOfAny(values: System_Buffers.SearchValues_1<System_Internal.String>): ExtensionMethods_System<int>;
|
|
161
161
|
LastIndexOfAny(value0: T, value1: T): ExtensionMethods_System<int>;
|
|
162
|
-
LastIndexOfAny(value0: T, value1: T, comparer
|
|
162
|
+
LastIndexOfAny(value0: T, value1: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T>): ExtensionMethods_System<int>;
|
|
163
163
|
LastIndexOfAny(value0: T, value1: T, value2: T): ExtensionMethods_System<int>;
|
|
164
|
-
LastIndexOfAny(value0: T, value1: T, value2: T, comparer
|
|
164
|
+
LastIndexOfAny(value0: T, value1: T, value2: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T>): ExtensionMethods_System<int>;
|
|
165
165
|
LastIndexOfAny(values: System.ReadOnlySpan_1<T>): ExtensionMethods_System<int>;
|
|
166
|
-
LastIndexOfAny(values: System.ReadOnlySpan_1<T>, comparer
|
|
166
|
+
LastIndexOfAny(values: System.ReadOnlySpan_1<T>, comparer?: System_Collections_Generic.IEqualityComparer_1<T>): ExtensionMethods_System<int>;
|
|
167
167
|
LastIndexOfAny(values: System_Buffers.SearchValues_1<T>): ExtensionMethods_System<int>;
|
|
168
168
|
SequenceEqual(other: System.ReadOnlySpan_1<T>): ExtensionMethods_System<boolean>;
|
|
169
|
-
SequenceEqual(other: System.ReadOnlySpan_1<T>, comparer
|
|
169
|
+
SequenceEqual(other: System.ReadOnlySpan_1<T>, comparer?: System_Collections_Generic.IEqualityComparer_1<T>): ExtensionMethods_System<boolean>;
|
|
170
170
|
SequenceCompareTo(other: System.ReadOnlySpan_1<T>): ExtensionMethods_System<int>;
|
|
171
|
-
SequenceCompareTo(other: System.ReadOnlySpan_1<T>, comparer
|
|
171
|
+
SequenceCompareTo(other: System.ReadOnlySpan_1<T>, comparer?: System_Collections_Generic.IComparer_1<T>): ExtensionMethods_System<int>;
|
|
172
172
|
StartsWith(value: System.ReadOnlySpan_1<T>): ExtensionMethods_System<boolean>;
|
|
173
|
-
StartsWith(value: System.ReadOnlySpan_1<T>, comparer
|
|
173
|
+
StartsWith(value: System.ReadOnlySpan_1<T>, comparer?: System_Collections_Generic.IEqualityComparer_1<T>): ExtensionMethods_System<boolean>;
|
|
174
174
|
EndsWith(value: System.ReadOnlySpan_1<T>): ExtensionMethods_System<boolean>;
|
|
175
|
-
EndsWith(value: System.ReadOnlySpan_1<T>, comparer
|
|
175
|
+
EndsWith(value: System.ReadOnlySpan_1<T>, comparer?: System_Collections_Generic.IEqualityComparer_1<T>): ExtensionMethods_System<boolean>;
|
|
176
176
|
StartsWith(value: T): ExtensionMethods_System<boolean>;
|
|
177
|
-
StartsWith(value: T, comparer
|
|
177
|
+
StartsWith(value: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T>): ExtensionMethods_System<boolean>;
|
|
178
178
|
EndsWith(value: T): ExtensionMethods_System<boolean>;
|
|
179
|
-
EndsWith(value: T, comparer
|
|
179
|
+
EndsWith(value: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T>): ExtensionMethods_System<boolean>;
|
|
180
180
|
Overlaps(other: System.ReadOnlySpan_1<T>): ExtensionMethods_System<boolean>;
|
|
181
181
|
Overlaps(other: System.ReadOnlySpan_1<T>, elementOffset: int): ExtensionMethods_System<boolean>;
|
|
182
182
|
BinarySearch(comparable: System.IComparable_1<T>): ExtensionMethods_System<int>;
|
|
183
183
|
BinarySearch<TComparable>(comparable: TComparable): ExtensionMethods_System<int>;
|
|
184
184
|
BinarySearch<TComparer>(value: T, comparer: TComparer): ExtensionMethods_System<int>;
|
|
185
185
|
Replace(destination: System.Span_1<T>, oldValue: T, newValue: T): ExtensionMethods_System<void>;
|
|
186
|
-
Replace(destination: System.Span_1<T>, oldValue: T, newValue: T, comparer
|
|
186
|
+
Replace(destination: System.Span_1<T>, oldValue: T, newValue: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T>): ExtensionMethods_System<void>;
|
|
187
187
|
ReplaceAny(destination: System.Span_1<T>, values: System_Buffers.SearchValues_1<T>, newValue: T): ExtensionMethods_System<void>;
|
|
188
188
|
ReplaceAnyExcept(destination: System.Span_1<T>, values: System_Buffers.SearchValues_1<T>, newValue: T): ExtensionMethods_System<void>;
|
|
189
189
|
CommonPrefixLength(other: System.ReadOnlySpan_1<T>): ExtensionMethods_System<int>;
|
|
@@ -192,17 +192,17 @@ export interface __Ext_System_ReadOnlySpan_1<T extends System.IEquatable_1<T>> {
|
|
|
192
192
|
Split(separator: System.ReadOnlySpan_1<T>): ExtensionMethods_System<System.MemoryExtensions_SpanSplitEnumerator_1<T>>;
|
|
193
193
|
SplitAny(separators: System.ReadOnlySpan_1<T>): ExtensionMethods_System<System.MemoryExtensions_SpanSplitEnumerator_1<T>>;
|
|
194
194
|
SplitAny(separators: System_Buffers.SearchValues_1<T>): ExtensionMethods_System<System.MemoryExtensions_SpanSplitEnumerator_1<T>>;
|
|
195
|
-
Split(destination: System.Span_1<System.Range>, separator: char, options
|
|
196
|
-
Split(destination: System.Span_1<System.Range>, separator: System.ReadOnlySpan_1<System_Internal.Char>, options
|
|
197
|
-
SplitAny(destination: System.Span_1<System.Range>, separators: System.ReadOnlySpan_1<System_Internal.Char>, options
|
|
198
|
-
SplitAny(destination: System.Span_1<System.Range>, separators: System.ReadOnlySpan_1<System_Internal.String>, options
|
|
195
|
+
Split(destination: System.Span_1<System.Range>, separator: char, options?: System.StringSplitOptions): ExtensionMethods_System<int>;
|
|
196
|
+
Split(destination: System.Span_1<System.Range>, separator: System.ReadOnlySpan_1<System_Internal.Char>, options?: System.StringSplitOptions): ExtensionMethods_System<int>;
|
|
197
|
+
SplitAny(destination: System.Span_1<System.Range>, separators: System.ReadOnlySpan_1<System_Internal.Char>, options?: System.StringSplitOptions): ExtensionMethods_System<int>;
|
|
198
|
+
SplitAny(destination: System.Span_1<System.Range>, separators: System.ReadOnlySpan_1<System_Internal.String>, options?: System.StringSplitOptions): ExtensionMethods_System<int>;
|
|
199
199
|
Count(value: T): ExtensionMethods_System<int>;
|
|
200
|
-
Count(value: T, comparer
|
|
200
|
+
Count(value: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T>): ExtensionMethods_System<int>;
|
|
201
201
|
Count(value: System.ReadOnlySpan_1<T>): ExtensionMethods_System<int>;
|
|
202
|
-
Count(value: System.ReadOnlySpan_1<T>, comparer
|
|
202
|
+
Count(value: System.ReadOnlySpan_1<T>, comparer?: System_Collections_Generic.IEqualityComparer_1<T>): ExtensionMethods_System<int>;
|
|
203
203
|
CountAny(values: System_Buffers.SearchValues_1<T>): ExtensionMethods_System<int>;
|
|
204
204
|
CountAny(values: System.ReadOnlySpan_1<T>): ExtensionMethods_System<int>;
|
|
205
|
-
CountAny(values: System.ReadOnlySpan_1<T>, comparer
|
|
205
|
+
CountAny(values: System.ReadOnlySpan_1<T>, comparer?: System_Collections_Generic.IEqualityComparer_1<T>): ExtensionMethods_System<int>;
|
|
206
206
|
IsWhiteSpace(): ExtensionMethods_System<boolean>;
|
|
207
207
|
Contains(value: System.ReadOnlySpan_1<System_Internal.Char>, comparisonType: System.StringComparison): ExtensionMethods_System<boolean>;
|
|
208
208
|
Equals(other: System.ReadOnlySpan_1<System_Internal.Char>, comparisonType: System.StringComparison): ExtensionMethods_System<boolean>;
|
|
@@ -232,9 +232,9 @@ export interface __Ext_System_ReadOnlySpan_1<T extends System.IEquatable_1<T>> {
|
|
|
232
232
|
Trim(trimChars: System.ReadOnlySpan_1<System_Internal.Char>): ExtensionMethods_System<System.ReadOnlySpan_1<System_Internal.Char>>;
|
|
233
233
|
TrimStart(trimChars: System.ReadOnlySpan_1<System_Internal.Char>): ExtensionMethods_System<System.ReadOnlySpan_1<System_Internal.Char>>;
|
|
234
234
|
TrimEnd(trimChars: System.ReadOnlySpan_1<System_Internal.Char>): ExtensionMethods_System<System.ReadOnlySpan_1<System_Internal.Char>>;
|
|
235
|
-
IsNormalized(normalizationForm
|
|
236
|
-
TryNormalize(destination: System.Span_1<System_Internal.Char>, charsWritten: int, normalizationForm
|
|
237
|
-
GetNormalizedLength(normalizationForm
|
|
235
|
+
IsNormalized(normalizationForm?: System_Text.NormalizationForm): ExtensionMethods_System<boolean>;
|
|
236
|
+
TryNormalize(destination: System.Span_1<System_Internal.Char>, charsWritten: int, normalizationForm?: System_Text.NormalizationForm): ExtensionMethods_System<boolean>;
|
|
237
|
+
GetNormalizedLength(normalizationForm?: System_Text.NormalizationForm): ExtensionMethods_System<int>;
|
|
238
238
|
}
|
|
239
239
|
|
|
240
240
|
export interface __Ext_System_Span_1<T extends System.IEquatable_1<T>> {
|
|
@@ -280,7 +280,7 @@ export interface __Ext_System_Span_1<T extends System.IEquatable_1<T>> {
|
|
|
280
280
|
LastIndexOfAny(value0: T, value1: T, value2: T): ExtensionMethods_System<int>;
|
|
281
281
|
LastIndexOfAny(values: System.ReadOnlySpan_1<T>): ExtensionMethods_System<int>;
|
|
282
282
|
LastIndexOfAny(values: System_Buffers.SearchValues_1<T>): ExtensionMethods_System<int>;
|
|
283
|
-
SequenceEqual(other: System.ReadOnlySpan_1<T>, comparer
|
|
283
|
+
SequenceEqual(other: System.ReadOnlySpan_1<T>, comparer?: System_Collections_Generic.IEqualityComparer_1<T>): ExtensionMethods_System<boolean>;
|
|
284
284
|
StartsWith(value: System.ReadOnlySpan_1<T>): ExtensionMethods_System<boolean>;
|
|
285
285
|
EndsWith(value: System.ReadOnlySpan_1<T>): ExtensionMethods_System<boolean>;
|
|
286
286
|
Reverse(): ExtensionMethods_System<void>;
|
|
@@ -296,7 +296,7 @@ export interface __Ext_System_Span_1<T extends System.IEquatable_1<T>> {
|
|
|
296
296
|
Sort<TValue, TComparer>(items: System.Span_1<TValue>, comparer: TComparer): ExtensionMethods_System<void>;
|
|
297
297
|
Sort<TValue>(items: System.Span_1<TValue>, comparison: System.Comparison_1<T>): ExtensionMethods_System<void>;
|
|
298
298
|
Replace(oldValue: T, newValue: T): ExtensionMethods_System<void>;
|
|
299
|
-
Replace(oldValue: T, newValue: T, comparer
|
|
299
|
+
Replace(oldValue: T, newValue: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T>): ExtensionMethods_System<void>;
|
|
300
300
|
ReplaceAny(values: System_Buffers.SearchValues_1<T>, newValue: T): ExtensionMethods_System<void>;
|
|
301
301
|
ReplaceAnyExcept(values: System_Buffers.SearchValues_1<T>, newValue: T): ExtensionMethods_System<void>;
|
|
302
302
|
CommonPrefixLength(other: System.ReadOnlySpan_1<T>): ExtensionMethods_System<int>;
|
|
@@ -308,7 +308,7 @@ export interface __Ext_System_Span_1<T extends System.IEquatable_1<T>> {
|
|
|
308
308
|
TryWrite<TArg0>(provider: System.IFormatProvider, format: System_Text.CompositeFormat, charsWritten: int, arg0: TArg0): ExtensionMethods_System<boolean>;
|
|
309
309
|
TryWrite<TArg0, TArg1>(provider: System.IFormatProvider, format: System_Text.CompositeFormat, charsWritten: int, arg0: TArg0, arg1: TArg1): ExtensionMethods_System<boolean>;
|
|
310
310
|
TryWrite<TArg0, TArg1, TArg2>(provider: System.IFormatProvider, format: System_Text.CompositeFormat, charsWritten: int, arg0: TArg0, arg1: TArg1, arg2: TArg2): ExtensionMethods_System<boolean>;
|
|
311
|
-
TryWrite(provider: System.IFormatProvider, format: System_Text.CompositeFormat, charsWritten: int, args: unknown[]): ExtensionMethods_System<boolean>;
|
|
311
|
+
TryWrite(provider: System.IFormatProvider, format: System_Text.CompositeFormat, charsWritten: int, ...args: unknown[]): ExtensionMethods_System<boolean>;
|
|
312
312
|
TryWrite(provider: System.IFormatProvider, format: System_Text.CompositeFormat, charsWritten: int, args: System.ReadOnlySpan_1<unknown>): ExtensionMethods_System<boolean>;
|
|
313
313
|
EnumerateRunes(): ExtensionMethods_System<System_Text.SpanRuneEnumerator>;
|
|
314
314
|
EnumerateLines(): ExtensionMethods_System<System_Text.SpanLineEnumerator>;
|
|
@@ -430,10 +430,10 @@ export interface __Ext_System_Buffers_IBufferWriter_1<T> {
|
|
|
430
430
|
}
|
|
431
431
|
|
|
432
432
|
export interface __Ext_System_Collections_Frozen_IEnumerable_1<T> {
|
|
433
|
-
ToFrozenDictionary<TKey, TValue>(comparer
|
|
434
|
-
ToFrozenDictionary<TKey>(keySelector: System.Func_2<T, TKey>, comparer
|
|
435
|
-
ToFrozenDictionary<TKey, TElement>(keySelector: System.Func_2<T, TKey>, elementSelector: System.Func_2<T, TElement>, comparer
|
|
436
|
-
ToFrozenSet(comparer
|
|
433
|
+
ToFrozenDictionary<TKey, TValue>(comparer?: System_Collections_Generic.IEqualityComparer_1<TKey>): ExtensionMethods_System_Collections_Frozen<System_Collections_Frozen.FrozenDictionary_2<TKey, TValue>>;
|
|
434
|
+
ToFrozenDictionary<TKey>(keySelector: System.Func_2<T, TKey>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey>): ExtensionMethods_System_Collections_Frozen<System_Collections_Frozen.FrozenDictionary_2<TKey, T>>;
|
|
435
|
+
ToFrozenDictionary<TKey, TElement>(keySelector: System.Func_2<T, TKey>, elementSelector: System.Func_2<T, TElement>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey>): ExtensionMethods_System_Collections_Frozen<System_Collections_Frozen.FrozenDictionary_2<TKey, TElement>>;
|
|
436
|
+
ToFrozenSet(comparer?: System_Collections_Generic.IEqualityComparer_1<T>): ExtensionMethods_System_Collections_Frozen<System_Collections_Frozen.FrozenSet_1<T>>;
|
|
437
437
|
}
|
|
438
438
|
|
|
439
439
|
export interface __Ext_System_Collections_Generic_IDictionary_2<TKey, TValue> {
|
|
@@ -570,7 +570,7 @@ export interface __Ext_System_Data_DbDataReader {
|
|
|
570
570
|
GetDouble(name: string): ExtensionMethods_System_Data<double>;
|
|
571
571
|
GetFieldType(name: string): ExtensionMethods_System_Data<System.Type>;
|
|
572
572
|
GetFieldValue<T>(name: string): ExtensionMethods_System_Data<T>;
|
|
573
|
-
GetFieldValueAsync<T>(name: string, cancellationToken
|
|
573
|
+
GetFieldValueAsync<T>(name: string, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Data<System_Threading_Tasks.Task_1<T>>;
|
|
574
574
|
GetFloat(name: string): ExtensionMethods_System_Data<float>;
|
|
575
575
|
GetGuid(name: string): ExtensionMethods_System_Data<System.Guid>;
|
|
576
576
|
GetInt16(name: string): ExtensionMethods_System_Data<short>;
|
|
@@ -583,7 +583,7 @@ export interface __Ext_System_Data_DbDataReader {
|
|
|
583
583
|
GetTextReader(name: string): ExtensionMethods_System_Data<System_IO.TextReader>;
|
|
584
584
|
GetValue(name: string): ExtensionMethods_System_Data<unknown>;
|
|
585
585
|
IsDBNull(name: string): ExtensionMethods_System_Data<boolean>;
|
|
586
|
-
IsDBNullAsync(name: string, cancellationToken
|
|
586
|
+
IsDBNullAsync(name: string, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Data<System_Threading_Tasks.Task_1<System_Internal.Boolean>>;
|
|
587
587
|
}
|
|
588
588
|
|
|
589
589
|
export interface __Ext_System_Data_DataRow {
|
|
@@ -650,7 +650,7 @@ export interface __Ext_System_Diagnostics_StackFrame {
|
|
|
650
650
|
}
|
|
651
651
|
|
|
652
652
|
export interface __Ext_System_Diagnostics_Metrics_IMeterFactory {
|
|
653
|
-
Create(name: string, version
|
|
653
|
+
Create(name: string, version?: string, tags?: System_Collections_Generic.IEnumerable_1<System_Collections_Generic.KeyValuePair_2<System_Internal.String, unknown>>): ExtensionMethods_System_Diagnostics_Metrics<System_Diagnostics_Metrics.Meter>;
|
|
654
654
|
}
|
|
655
655
|
|
|
656
656
|
export interface __Ext_System_Globalization_CompareInfo {
|
|
@@ -683,23 +683,23 @@ export interface __Ext_System_IO_DirectorySecurity {
|
|
|
683
683
|
export interface __Ext_System_IO_Compression_ZipArchive {
|
|
684
684
|
CreateEntryFromFile(sourceFileName: string, entryName: string): ExtensionMethods_System_IO_Compression<System_IO_Compression.ZipArchiveEntry>;
|
|
685
685
|
CreateEntryFromFile(sourceFileName: string, entryName: string, compressionLevel: System_IO_Compression.CompressionLevel): ExtensionMethods_System_IO_Compression<System_IO_Compression.ZipArchiveEntry>;
|
|
686
|
-
CreateEntryFromFileAsync(sourceFileName: string, entryName: string, cancellationToken
|
|
687
|
-
CreateEntryFromFileAsync(sourceFileName: string, entryName: string, compressionLevel: System_IO_Compression.CompressionLevel, cancellationToken
|
|
686
|
+
CreateEntryFromFileAsync(sourceFileName: string, entryName: string, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_IO_Compression<System_Threading_Tasks.Task_1<System_IO_Compression.ZipArchiveEntry>>;
|
|
687
|
+
CreateEntryFromFileAsync(sourceFileName: string, entryName: string, compressionLevel: System_IO_Compression.CompressionLevel, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_IO_Compression<System_Threading_Tasks.Task_1<System_IO_Compression.ZipArchiveEntry>>;
|
|
688
688
|
ExtractToDirectory(destinationDirectoryName: string): ExtensionMethods_System_IO_Compression<void>;
|
|
689
689
|
ExtractToDirectory(destinationDirectoryName: string, overwriteFiles: boolean): ExtensionMethods_System_IO_Compression<void>;
|
|
690
|
-
ExtractToDirectoryAsync(destinationDirectoryName: string, cancellationToken
|
|
691
|
-
ExtractToDirectoryAsync(destinationDirectoryName: string, overwriteFiles: boolean, cancellationToken
|
|
690
|
+
ExtractToDirectoryAsync(destinationDirectoryName: string, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_IO_Compression<System_Threading_Tasks.Task>;
|
|
691
|
+
ExtractToDirectoryAsync(destinationDirectoryName: string, overwriteFiles: boolean, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_IO_Compression<System_Threading_Tasks.Task>;
|
|
692
692
|
}
|
|
693
693
|
|
|
694
694
|
export interface __Ext_System_IO_Compression_ZipArchiveEntry {
|
|
695
695
|
ExtractToFile(destinationFileName: string): ExtensionMethods_System_IO_Compression<void>;
|
|
696
696
|
ExtractToFile(destinationFileName: string, overwrite: boolean): ExtensionMethods_System_IO_Compression<void>;
|
|
697
|
-
ExtractToFileAsync(destinationFileName: string, cancellationToken
|
|
698
|
-
ExtractToFileAsync(destinationFileName: string, overwrite: boolean, cancellationToken
|
|
697
|
+
ExtractToFileAsync(destinationFileName: string, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_IO_Compression<System_Threading_Tasks.Task>;
|
|
698
|
+
ExtractToFileAsync(destinationFileName: string, overwrite: boolean, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_IO_Compression<System_Threading_Tasks.Task>;
|
|
699
699
|
}
|
|
700
700
|
|
|
701
701
|
export interface __Ext_System_IO_Pipelines_Stream {
|
|
702
|
-
CopyToAsync(destination: System_IO_Pipelines.PipeWriter, cancellationToken
|
|
702
|
+
CopyToAsync(destination: System_IO_Pipelines.PipeWriter, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_IO_Pipelines<System_Threading_Tasks.Task>;
|
|
703
703
|
}
|
|
704
704
|
|
|
705
705
|
export interface __Ext_System_IO_Pipes_PipeStream {
|
|
@@ -712,109 +712,109 @@ export interface __Ext_System_Linq_Partitioner_1<TSource> {
|
|
|
712
712
|
}
|
|
713
713
|
|
|
714
714
|
export interface __Ext_System_Linq_IAsyncEnumerable_1<T> {
|
|
715
|
-
AggregateAsync(func: System.Func_3<T, T, T>, cancellationToken
|
|
716
|
-
AggregateAsync(func: System.Func_4<T, T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<T>>, cancellationToken
|
|
717
|
-
AggregateAsync<TAccumulate>(seed: TAccumulate, func: System.Func_3<TAccumulate, T, TAccumulate>, cancellationToken
|
|
718
|
-
AggregateAsync<TAccumulate>(seed: TAccumulate, func: System.Func_4<TAccumulate, T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TAccumulate>>, cancellationToken
|
|
719
|
-
AggregateAsync<TAccumulate, TResult>(seed: TAccumulate, func: System.Func_3<TAccumulate, T, TAccumulate>, resultSelector: System.Func_2<TAccumulate, TResult>, cancellationToken
|
|
720
|
-
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
|
|
721
|
-
AggregateBy<TKey, TAccumulate>(keySelector: System.Func_2<T, TKey>, seed: TAccumulate, func: System.Func_3<TAccumulate, T, TAccumulate>, keyComparer
|
|
722
|
-
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
|
|
723
|
-
AggregateBy<TKey, TAccumulate>(keySelector: System.Func_2<T, TKey>, seedSelector: System.Func_2<TKey, TAccumulate>, func: System.Func_3<TAccumulate, T, TAccumulate>, keyComparer
|
|
724
|
-
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
|
|
725
|
-
AllAsync(predicate: System.Func_2<T, System_Internal.Boolean>, cancellationToken
|
|
726
|
-
AllAsync(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, cancellationToken
|
|
727
|
-
AnyAsync(cancellationToken
|
|
728
|
-
AnyAsync(predicate: System.Func_2<T, System_Internal.Boolean>, cancellationToken
|
|
729
|
-
AnyAsync(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, cancellationToken
|
|
715
|
+
AggregateAsync(func: System.Func_3<T, T, T>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Linq<System_Threading_Tasks.ValueTask_1<T>>;
|
|
716
|
+
AggregateAsync(func: System.Func_4<T, T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<T>>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Linq<System_Threading_Tasks.ValueTask_1<T>>;
|
|
717
|
+
AggregateAsync<TAccumulate>(seed: TAccumulate, func: System.Func_3<TAccumulate, T, TAccumulate>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Linq<System_Threading_Tasks.ValueTask_1<TAccumulate>>;
|
|
718
|
+
AggregateAsync<TAccumulate>(seed: TAccumulate, func: System.Func_4<TAccumulate, T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TAccumulate>>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Linq<System_Threading_Tasks.ValueTask_1<TAccumulate>>;
|
|
719
|
+
AggregateAsync<TAccumulate, TResult>(seed: TAccumulate, func: System.Func_3<TAccumulate, T, TAccumulate>, resultSelector: System.Func_2<TAccumulate, TResult>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Linq<System_Threading_Tasks.ValueTask_1<TResult>>;
|
|
720
|
+
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): ExtensionMethods_System_Linq<System_Threading_Tasks.ValueTask_1<TResult>>;
|
|
721
|
+
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>): ExtensionMethods_System_Linq<System_Collections_Generic.IAsyncEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, TAccumulate>>>;
|
|
722
|
+
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>): ExtensionMethods_System_Linq<System_Collections_Generic.IAsyncEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, TAccumulate>>>;
|
|
723
|
+
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>): ExtensionMethods_System_Linq<System_Collections_Generic.IAsyncEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, TAccumulate>>>;
|
|
724
|
+
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>): ExtensionMethods_System_Linq<System_Collections_Generic.IAsyncEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, TAccumulate>>>;
|
|
725
|
+
AllAsync(predicate: System.Func_2<T, System_Internal.Boolean>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Linq<System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>;
|
|
726
|
+
AllAsync(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Linq<System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>;
|
|
727
|
+
AnyAsync(cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Linq<System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>;
|
|
728
|
+
AnyAsync(predicate: System.Func_2<T, System_Internal.Boolean>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Linq<System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>;
|
|
729
|
+
AnyAsync(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Linq<System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>;
|
|
730
730
|
Append(element: T): ExtensionMethods_System_Linq<System_Collections_Generic.IAsyncEnumerable_1<T>>;
|
|
731
|
-
AverageAsync(cancellationToken
|
|
732
|
-
AverageAsync(cancellationToken
|
|
733
|
-
AverageAsync(cancellationToken
|
|
734
|
-
AverageAsync(cancellationToken
|
|
735
|
-
AverageAsync(cancellationToken
|
|
736
|
-
AverageAsync(cancellationToken
|
|
737
|
-
AverageAsync(cancellationToken
|
|
738
|
-
AverageAsync(cancellationToken
|
|
739
|
-
AverageAsync(cancellationToken
|
|
740
|
-
AverageAsync(cancellationToken
|
|
731
|
+
AverageAsync(cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Linq<System_Threading_Tasks.ValueTask_1<System_Internal.Double>>;
|
|
732
|
+
AverageAsync(cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Linq<System_Threading_Tasks.ValueTask_1<System_Internal.Double>>;
|
|
733
|
+
AverageAsync(cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Linq<System_Threading_Tasks.ValueTask_1<System_Internal.Single>>;
|
|
734
|
+
AverageAsync(cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Linq<System_Threading_Tasks.ValueTask_1<System_Internal.Double>>;
|
|
735
|
+
AverageAsync(cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Linq<System_Threading_Tasks.ValueTask_1<System_Internal.Decimal>>;
|
|
736
|
+
AverageAsync(cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Linq<System_Threading_Tasks.ValueTask_1<System.Nullable_1<System_Internal.Double>>>;
|
|
737
|
+
AverageAsync(cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Linq<System_Threading_Tasks.ValueTask_1<System.Nullable_1<System_Internal.Double>>>;
|
|
738
|
+
AverageAsync(cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Linq<System_Threading_Tasks.ValueTask_1<System.Nullable_1<System_Internal.Single>>>;
|
|
739
|
+
AverageAsync(cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Linq<System_Threading_Tasks.ValueTask_1<System.Nullable_1<System_Internal.Double>>>;
|
|
740
|
+
AverageAsync(cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Linq<System_Threading_Tasks.ValueTask_1<System.Nullable_1<System_Internal.Decimal>>>;
|
|
741
741
|
Cast<TResult>(): ExtensionMethods_System_Linq<System_Collections_Generic.IAsyncEnumerable_1<TResult>>;
|
|
742
742
|
Chunk(size: int): ExtensionMethods_System_Linq<System_Collections_Generic.IAsyncEnumerable_1<T[]>>;
|
|
743
743
|
Concat(second: System_Collections_Generic.IAsyncEnumerable_1<T>): ExtensionMethods_System_Linq<System_Collections_Generic.IAsyncEnumerable_1<T>>;
|
|
744
|
-
ContainsAsync(value: T, comparer
|
|
745
|
-
CountAsync(cancellationToken
|
|
746
|
-
CountAsync(predicate: System.Func_2<T, System_Internal.Boolean>, cancellationToken
|
|
747
|
-
CountAsync(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, cancellationToken
|
|
748
|
-
LongCountAsync(cancellationToken
|
|
749
|
-
LongCountAsync(predicate: System.Func_2<T, System_Internal.Boolean>, cancellationToken
|
|
750
|
-
LongCountAsync(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, cancellationToken
|
|
751
|
-
CountBy<TKey>(keySelector: System.Func_2<T, TKey>, keyComparer
|
|
752
|
-
CountBy<TKey>(keySelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, keyComparer
|
|
744
|
+
ContainsAsync(value: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Linq<System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>;
|
|
745
|
+
CountAsync(cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Linq<System_Threading_Tasks.ValueTask_1<System_Internal.Int32>>;
|
|
746
|
+
CountAsync(predicate: System.Func_2<T, System_Internal.Boolean>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Linq<System_Threading_Tasks.ValueTask_1<System_Internal.Int32>>;
|
|
747
|
+
CountAsync(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Linq<System_Threading_Tasks.ValueTask_1<System_Internal.Int32>>;
|
|
748
|
+
LongCountAsync(cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Linq<System_Threading_Tasks.ValueTask_1<System_Internal.Int64>>;
|
|
749
|
+
LongCountAsync(predicate: System.Func_2<T, System_Internal.Boolean>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Linq<System_Threading_Tasks.ValueTask_1<System_Internal.Int64>>;
|
|
750
|
+
LongCountAsync(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Linq<System_Threading_Tasks.ValueTask_1<System_Internal.Int64>>;
|
|
751
|
+
CountBy<TKey>(keySelector: System.Func_2<T, TKey>, keyComparer?: System_Collections_Generic.IEqualityComparer_1<TKey>): ExtensionMethods_System_Linq<System_Collections_Generic.IAsyncEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, System_Internal.Int32>>>;
|
|
752
|
+
CountBy<TKey>(keySelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, keyComparer?: System_Collections_Generic.IEqualityComparer_1<TKey>): ExtensionMethods_System_Linq<System_Collections_Generic.IAsyncEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, System_Internal.Int32>>>;
|
|
753
753
|
DefaultIfEmpty(): ExtensionMethods_System_Linq<System_Collections_Generic.IAsyncEnumerable_1<T | undefined>>;
|
|
754
754
|
DefaultIfEmpty(defaultValue: T): ExtensionMethods_System_Linq<System_Collections_Generic.IAsyncEnumerable_1<T>>;
|
|
755
|
-
Distinct(comparer
|
|
756
|
-
DistinctBy<TKey>(keySelector: System.Func_2<T, TKey>, comparer
|
|
757
|
-
DistinctBy<TKey>(keySelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer
|
|
758
|
-
ElementAtAsync(index: int, cancellationToken
|
|
759
|
-
ElementAtOrDefaultAsync(index: int, cancellationToken
|
|
760
|
-
ElementAtAsync(index: System.Index, cancellationToken
|
|
761
|
-
ElementAtOrDefaultAsync(index: System.Index, cancellationToken
|
|
762
|
-
Except(second: System_Collections_Generic.IAsyncEnumerable_1<T>, comparer
|
|
763
|
-
ExceptBy<TKey>(second: System_Collections_Generic.IAsyncEnumerable_1<TKey>, keySelector: System.Func_2<T, TKey>, comparer
|
|
764
|
-
ExceptBy<TKey>(second: System_Collections_Generic.IAsyncEnumerable_1<TKey>, keySelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer
|
|
765
|
-
FirstAsync(cancellationToken
|
|
766
|
-
FirstAsync(predicate: System.Func_2<T, System_Internal.Boolean>, cancellationToken
|
|
767
|
-
FirstAsync(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, cancellationToken
|
|
768
|
-
FirstOrDefaultAsync(cancellationToken
|
|
769
|
-
FirstOrDefaultAsync(defaultValue: T, cancellationToken
|
|
770
|
-
FirstOrDefaultAsync(predicate: System.Func_2<T, System_Internal.Boolean>, cancellationToken
|
|
771
|
-
FirstOrDefaultAsync(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, cancellationToken
|
|
772
|
-
FirstOrDefaultAsync(predicate: System.Func_2<T, System_Internal.Boolean>, defaultValue: T, cancellationToken
|
|
773
|
-
FirstOrDefaultAsync(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, defaultValue: T, cancellationToken
|
|
774
|
-
GroupBy<TKey>(keySelector: System.Func_2<T, TKey>, comparer
|
|
775
|
-
GroupBy<TKey>(keySelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer
|
|
776
|
-
GroupBy<TKey, TElement>(keySelector: System.Func_2<T, TKey>, elementSelector: System.Func_2<T, TElement>, comparer
|
|
777
|
-
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
|
|
778
|
-
GroupBy<TKey, TResult>(keySelector: System.Func_2<T, TKey>, resultSelector: System.Func_3<TKey, System_Collections_Generic.IEnumerable_1<T>, TResult>, comparer
|
|
779
|
-
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
|
|
780
|
-
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
|
|
781
|
-
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
|
|
782
|
-
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
|
|
783
|
-
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
|
|
755
|
+
Distinct(comparer?: System_Collections_Generic.IEqualityComparer_1<T>): ExtensionMethods_System_Linq<System_Collections_Generic.IAsyncEnumerable_1<T>>;
|
|
756
|
+
DistinctBy<TKey>(keySelector: System.Func_2<T, TKey>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey>): ExtensionMethods_System_Linq<System_Collections_Generic.IAsyncEnumerable_1<T>>;
|
|
757
|
+
DistinctBy<TKey>(keySelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey>): ExtensionMethods_System_Linq<System_Collections_Generic.IAsyncEnumerable_1<T>>;
|
|
758
|
+
ElementAtAsync(index: int, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Linq<System_Threading_Tasks.ValueTask_1<T>>;
|
|
759
|
+
ElementAtOrDefaultAsync(index: int, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Linq<System_Threading_Tasks.ValueTask_1<T>>;
|
|
760
|
+
ElementAtAsync(index: System.Index, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Linq<System_Threading_Tasks.ValueTask_1<T>>;
|
|
761
|
+
ElementAtOrDefaultAsync(index: System.Index, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Linq<System_Threading_Tasks.ValueTask_1<T>>;
|
|
762
|
+
Except(second: System_Collections_Generic.IAsyncEnumerable_1<T>, comparer?: System_Collections_Generic.IEqualityComparer_1<T>): ExtensionMethods_System_Linq<System_Collections_Generic.IAsyncEnumerable_1<T>>;
|
|
763
|
+
ExceptBy<TKey>(second: System_Collections_Generic.IAsyncEnumerable_1<TKey>, keySelector: System.Func_2<T, TKey>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey>): ExtensionMethods_System_Linq<System_Collections_Generic.IAsyncEnumerable_1<T>>;
|
|
764
|
+
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>): ExtensionMethods_System_Linq<System_Collections_Generic.IAsyncEnumerable_1<T>>;
|
|
765
|
+
FirstAsync(cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Linq<System_Threading_Tasks.ValueTask_1<T>>;
|
|
766
|
+
FirstAsync(predicate: System.Func_2<T, System_Internal.Boolean>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Linq<System_Threading_Tasks.ValueTask_1<T>>;
|
|
767
|
+
FirstAsync(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Linq<System_Threading_Tasks.ValueTask_1<T>>;
|
|
768
|
+
FirstOrDefaultAsync(cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Linq<System_Threading_Tasks.ValueTask_1<T>>;
|
|
769
|
+
FirstOrDefaultAsync(defaultValue: T, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Linq<System_Threading_Tasks.ValueTask_1<T>>;
|
|
770
|
+
FirstOrDefaultAsync(predicate: System.Func_2<T, System_Internal.Boolean>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Linq<System_Threading_Tasks.ValueTask_1<T>>;
|
|
771
|
+
FirstOrDefaultAsync(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Linq<System_Threading_Tasks.ValueTask_1<T>>;
|
|
772
|
+
FirstOrDefaultAsync(predicate: System.Func_2<T, System_Internal.Boolean>, defaultValue: T, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Linq<System_Threading_Tasks.ValueTask_1<T>>;
|
|
773
|
+
FirstOrDefaultAsync(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, defaultValue: T, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Linq<System_Threading_Tasks.ValueTask_1<T>>;
|
|
774
|
+
GroupBy<TKey>(keySelector: System.Func_2<T, TKey>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey>): ExtensionMethods_System_Linq<System_Collections_Generic.IAsyncEnumerable_1<System_Linq.IGrouping_2<TKey, T>>>;
|
|
775
|
+
GroupBy<TKey>(keySelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey>): ExtensionMethods_System_Linq<System_Collections_Generic.IAsyncEnumerable_1<System_Linq.IGrouping_2<TKey, T>>>;
|
|
776
|
+
GroupBy<TKey, TElement>(keySelector: System.Func_2<T, TKey>, elementSelector: System.Func_2<T, TElement>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey>): ExtensionMethods_System_Linq<System_Collections_Generic.IAsyncEnumerable_1<System_Linq.IGrouping_2<TKey, TElement>>>;
|
|
777
|
+
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>): ExtensionMethods_System_Linq<System_Collections_Generic.IAsyncEnumerable_1<System_Linq.IGrouping_2<TKey, TElement>>>;
|
|
778
|
+
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>): ExtensionMethods_System_Linq<System_Collections_Generic.IAsyncEnumerable_1<TResult>>;
|
|
779
|
+
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>): ExtensionMethods_System_Linq<System_Collections_Generic.IAsyncEnumerable_1<TResult>>;
|
|
780
|
+
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>): ExtensionMethods_System_Linq<System_Collections_Generic.IAsyncEnumerable_1<TResult>>;
|
|
781
|
+
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>): ExtensionMethods_System_Linq<System_Collections_Generic.IAsyncEnumerable_1<TResult>>;
|
|
782
|
+
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>): ExtensionMethods_System_Linq<System_Collections_Generic.IAsyncEnumerable_1<TResult>>;
|
|
783
|
+
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>): ExtensionMethods_System_Linq<System_Collections_Generic.IAsyncEnumerable_1<TResult>>;
|
|
784
784
|
Index(): ExtensionMethods_System_Linq<System_Collections_Generic.IAsyncEnumerable_1<System.ValueTuple_2<System_Internal.Int32, T>>>;
|
|
785
|
-
Intersect(second: System_Collections_Generic.IAsyncEnumerable_1<T>, comparer
|
|
786
|
-
IntersectBy<TKey>(second: System_Collections_Generic.IAsyncEnumerable_1<TKey>, keySelector: System.Func_2<T, TKey>, comparer
|
|
787
|
-
IntersectBy<TKey>(second: System_Collections_Generic.IAsyncEnumerable_1<TKey>, keySelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer
|
|
788
|
-
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
|
|
789
|
-
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
|
|
790
|
-
LastAsync(cancellationToken
|
|
791
|
-
LastAsync(predicate: System.Func_2<T, System_Internal.Boolean>, cancellationToken
|
|
792
|
-
LastAsync(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, cancellationToken
|
|
793
|
-
LastOrDefaultAsync(cancellationToken
|
|
794
|
-
LastOrDefaultAsync(defaultValue: T, cancellationToken
|
|
795
|
-
LastOrDefaultAsync(predicate: System.Func_2<T, System_Internal.Boolean>, cancellationToken
|
|
796
|
-
LastOrDefaultAsync(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, cancellationToken
|
|
797
|
-
LastOrDefaultAsync(predicate: System.Func_2<T, System_Internal.Boolean>, defaultValue: T, cancellationToken
|
|
798
|
-
LastOrDefaultAsync(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, defaultValue: T, cancellationToken
|
|
799
|
-
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
|
|
800
|
-
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
|
|
801
|
-
MaxAsync(comparer
|
|
802
|
-
MaxByAsync<TKey>(keySelector: System.Func_2<T, TKey>, comparer
|
|
803
|
-
MaxByAsync<TKey>(keySelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer
|
|
804
|
-
MinAsync(comparer
|
|
805
|
-
MinByAsync<TKey>(keySelector: System.Func_2<T, TKey>, comparer
|
|
806
|
-
MinByAsync<TKey>(keySelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer
|
|
785
|
+
Intersect(second: System_Collections_Generic.IAsyncEnumerable_1<T>, comparer?: System_Collections_Generic.IEqualityComparer_1<T>): ExtensionMethods_System_Linq<System_Collections_Generic.IAsyncEnumerable_1<T>>;
|
|
786
|
+
IntersectBy<TKey>(second: System_Collections_Generic.IAsyncEnumerable_1<TKey>, keySelector: System.Func_2<T, TKey>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey>): ExtensionMethods_System_Linq<System_Collections_Generic.IAsyncEnumerable_1<T>>;
|
|
787
|
+
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>): ExtensionMethods_System_Linq<System_Collections_Generic.IAsyncEnumerable_1<T>>;
|
|
788
|
+
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>): ExtensionMethods_System_Linq<System_Collections_Generic.IAsyncEnumerable_1<TResult>>;
|
|
789
|
+
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>): ExtensionMethods_System_Linq<System_Collections_Generic.IAsyncEnumerable_1<TResult>>;
|
|
790
|
+
LastAsync(cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Linq<System_Threading_Tasks.ValueTask_1<T>>;
|
|
791
|
+
LastAsync(predicate: System.Func_2<T, System_Internal.Boolean>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Linq<System_Threading_Tasks.ValueTask_1<T>>;
|
|
792
|
+
LastAsync(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Linq<System_Threading_Tasks.ValueTask_1<T>>;
|
|
793
|
+
LastOrDefaultAsync(cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Linq<System_Threading_Tasks.ValueTask_1<T>>;
|
|
794
|
+
LastOrDefaultAsync(defaultValue: T, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Linq<System_Threading_Tasks.ValueTask_1<T>>;
|
|
795
|
+
LastOrDefaultAsync(predicate: System.Func_2<T, System_Internal.Boolean>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Linq<System_Threading_Tasks.ValueTask_1<T>>;
|
|
796
|
+
LastOrDefaultAsync(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Linq<System_Threading_Tasks.ValueTask_1<T>>;
|
|
797
|
+
LastOrDefaultAsync(predicate: System.Func_2<T, System_Internal.Boolean>, defaultValue: T, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Linq<System_Threading_Tasks.ValueTask_1<T>>;
|
|
798
|
+
LastOrDefaultAsync(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, defaultValue: T, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Linq<System_Threading_Tasks.ValueTask_1<T>>;
|
|
799
|
+
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>): ExtensionMethods_System_Linq<System_Collections_Generic.IAsyncEnumerable_1<TResult>>;
|
|
800
|
+
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>): ExtensionMethods_System_Linq<System_Collections_Generic.IAsyncEnumerable_1<TResult>>;
|
|
801
|
+
MaxAsync(comparer?: System_Collections_Generic.IComparer_1<T>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Linq<System_Threading_Tasks.ValueTask_1<T>>;
|
|
802
|
+
MaxByAsync<TKey>(keySelector: System.Func_2<T, TKey>, comparer?: System_Collections_Generic.IComparer_1<TKey>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Linq<System_Threading_Tasks.ValueTask_1<T>>;
|
|
803
|
+
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): ExtensionMethods_System_Linq<System_Threading_Tasks.ValueTask_1<T>>;
|
|
804
|
+
MinAsync(comparer?: System_Collections_Generic.IComparer_1<T>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Linq<System_Threading_Tasks.ValueTask_1<T>>;
|
|
805
|
+
MinByAsync<TKey>(keySelector: System.Func_2<T, TKey>, comparer?: System_Collections_Generic.IComparer_1<TKey>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Linq<System_Threading_Tasks.ValueTask_1<T>>;
|
|
806
|
+
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): ExtensionMethods_System_Linq<System_Threading_Tasks.ValueTask_1<T>>;
|
|
807
807
|
OfType<TResult>(): ExtensionMethods_System_Linq<System_Collections_Generic.IAsyncEnumerable_1<TResult>>;
|
|
808
|
-
Order(comparer
|
|
809
|
-
OrderBy<TKey>(keySelector: System.Func_2<T, TKey>, comparer
|
|
810
|
-
OrderBy<TKey>(keySelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer
|
|
811
|
-
OrderDescending(comparer
|
|
812
|
-
OrderByDescending<TKey>(keySelector: System.Func_2<T, TKey>, comparer
|
|
813
|
-
OrderByDescending<TKey>(keySelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer
|
|
808
|
+
Order(comparer?: System_Collections_Generic.IComparer_1<T>): ExtensionMethods_System_Linq<System_Linq.IOrderedAsyncEnumerable_1<T>>;
|
|
809
|
+
OrderBy<TKey>(keySelector: System.Func_2<T, TKey>, comparer?: System_Collections_Generic.IComparer_1<TKey>): ExtensionMethods_System_Linq<System_Linq.IOrderedAsyncEnumerable_1<T>>;
|
|
810
|
+
OrderBy<TKey>(keySelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer?: System_Collections_Generic.IComparer_1<TKey>): ExtensionMethods_System_Linq<System_Linq.IOrderedAsyncEnumerable_1<T>>;
|
|
811
|
+
OrderDescending(comparer?: System_Collections_Generic.IComparer_1<T>): ExtensionMethods_System_Linq<System_Linq.IOrderedAsyncEnumerable_1<T>>;
|
|
812
|
+
OrderByDescending<TKey>(keySelector: System.Func_2<T, TKey>, comparer?: System_Collections_Generic.IComparer_1<TKey>): ExtensionMethods_System_Linq<System_Linq.IOrderedAsyncEnumerable_1<T>>;
|
|
813
|
+
OrderByDescending<TKey>(keySelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer?: System_Collections_Generic.IComparer_1<TKey>): ExtensionMethods_System_Linq<System_Linq.IOrderedAsyncEnumerable_1<T>>;
|
|
814
814
|
Prepend(element: T): ExtensionMethods_System_Linq<System_Collections_Generic.IAsyncEnumerable_1<T>>;
|
|
815
815
|
Reverse(): ExtensionMethods_System_Linq<System_Collections_Generic.IAsyncEnumerable_1<T>>;
|
|
816
|
-
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
|
|
817
|
-
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
|
|
816
|
+
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>): ExtensionMethods_System_Linq<System_Collections_Generic.IAsyncEnumerable_1<TResult>>;
|
|
817
|
+
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>): ExtensionMethods_System_Linq<System_Collections_Generic.IAsyncEnumerable_1<TResult>>;
|
|
818
818
|
Select<TResult>(selector: System.Func_2<T, TResult>): ExtensionMethods_System_Linq<System_Collections_Generic.IAsyncEnumerable_1<TResult>>;
|
|
819
819
|
Select<TResult>(selector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TResult>>): ExtensionMethods_System_Linq<System_Collections_Generic.IAsyncEnumerable_1<TResult>>;
|
|
820
820
|
Select<TResult>(selector: System.Func_4<T, System_Internal.Int32, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TResult>>): ExtensionMethods_System_Linq<System_Collections_Generic.IAsyncEnumerable_1<TResult>>;
|
|
@@ -826,53 +826,53 @@ export interface __Ext_System_Linq_IAsyncEnumerable_1<T> {
|
|
|
826
826
|
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>>): ExtensionMethods_System_Linq<System_Collections_Generic.IAsyncEnumerable_1<TResult>>;
|
|
827
827
|
SelectMany<TCollection, TResult>(collectionSelector: System.Func_3<T, System_Internal.Int32, System_Collections_Generic.IEnumerable_1<TCollection>>, resultSelector: System.Func_3<T, TCollection, TResult>): ExtensionMethods_System_Linq<System_Collections_Generic.IAsyncEnumerable_1<TResult>>;
|
|
828
828
|
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>>): ExtensionMethods_System_Linq<System_Collections_Generic.IAsyncEnumerable_1<TResult>>;
|
|
829
|
-
SequenceEqualAsync(second: System_Collections_Generic.IAsyncEnumerable_1<T>, comparer
|
|
829
|
+
SequenceEqualAsync(second: System_Collections_Generic.IAsyncEnumerable_1<T>, comparer?: System_Collections_Generic.IEqualityComparer_1<T>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Linq<System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>;
|
|
830
830
|
Shuffle(): ExtensionMethods_System_Linq<System_Collections_Generic.IAsyncEnumerable_1<T>>;
|
|
831
|
-
SingleAsync(cancellationToken
|
|
832
|
-
SingleAsync(predicate: System.Func_2<T, System_Internal.Boolean>, cancellationToken
|
|
833
|
-
SingleAsync(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, cancellationToken
|
|
834
|
-
SingleOrDefaultAsync(cancellationToken
|
|
835
|
-
SingleOrDefaultAsync(defaultValue: T, cancellationToken
|
|
836
|
-
SingleOrDefaultAsync(predicate: System.Func_2<T, System_Internal.Boolean>, cancellationToken
|
|
837
|
-
SingleOrDefaultAsync(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, cancellationToken
|
|
838
|
-
SingleOrDefaultAsync(predicate: System.Func_2<T, System_Internal.Boolean>, defaultValue: T, cancellationToken
|
|
839
|
-
SingleOrDefaultAsync(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, defaultValue: T, cancellationToken
|
|
831
|
+
SingleAsync(cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Linq<System_Threading_Tasks.ValueTask_1<T>>;
|
|
832
|
+
SingleAsync(predicate: System.Func_2<T, System_Internal.Boolean>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Linq<System_Threading_Tasks.ValueTask_1<T>>;
|
|
833
|
+
SingleAsync(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Linq<System_Threading_Tasks.ValueTask_1<T>>;
|
|
834
|
+
SingleOrDefaultAsync(cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Linq<System_Threading_Tasks.ValueTask_1<T>>;
|
|
835
|
+
SingleOrDefaultAsync(defaultValue: T, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Linq<System_Threading_Tasks.ValueTask_1<T>>;
|
|
836
|
+
SingleOrDefaultAsync(predicate: System.Func_2<T, System_Internal.Boolean>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Linq<System_Threading_Tasks.ValueTask_1<T>>;
|
|
837
|
+
SingleOrDefaultAsync(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Linq<System_Threading_Tasks.ValueTask_1<T>>;
|
|
838
|
+
SingleOrDefaultAsync(predicate: System.Func_2<T, System_Internal.Boolean>, defaultValue: T, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Linq<System_Threading_Tasks.ValueTask_1<T>>;
|
|
839
|
+
SingleOrDefaultAsync(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, defaultValue: T, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Linq<System_Threading_Tasks.ValueTask_1<T>>;
|
|
840
840
|
Skip(count: int): ExtensionMethods_System_Linq<System_Collections_Generic.IAsyncEnumerable_1<T>>;
|
|
841
841
|
SkipLast(count: int): ExtensionMethods_System_Linq<System_Collections_Generic.IAsyncEnumerable_1<T>>;
|
|
842
842
|
SkipWhile(predicate: System.Func_2<T, System_Internal.Boolean>): ExtensionMethods_System_Linq<System_Collections_Generic.IAsyncEnumerable_1<T>>;
|
|
843
843
|
SkipWhile(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>): ExtensionMethods_System_Linq<System_Collections_Generic.IAsyncEnumerable_1<T>>;
|
|
844
844
|
SkipWhile(predicate: System.Func_4<T, System_Internal.Int32, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>): ExtensionMethods_System_Linq<System_Collections_Generic.IAsyncEnumerable_1<T>>;
|
|
845
|
-
SumAsync(cancellationToken
|
|
846
|
-
SumAsync(cancellationToken
|
|
847
|
-
SumAsync(cancellationToken
|
|
848
|
-
SumAsync(cancellationToken
|
|
849
|
-
SumAsync(cancellationToken
|
|
850
|
-
SumAsync(cancellationToken
|
|
851
|
-
SumAsync(cancellationToken
|
|
852
|
-
SumAsync(cancellationToken
|
|
853
|
-
SumAsync(cancellationToken
|
|
854
|
-
SumAsync(cancellationToken
|
|
845
|
+
SumAsync(cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Linq<System_Threading_Tasks.ValueTask_1<System_Internal.Int32>>;
|
|
846
|
+
SumAsync(cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Linq<System_Threading_Tasks.ValueTask_1<System_Internal.Int64>>;
|
|
847
|
+
SumAsync(cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Linq<System_Threading_Tasks.ValueTask_1<System_Internal.Single>>;
|
|
848
|
+
SumAsync(cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Linq<System_Threading_Tasks.ValueTask_1<System_Internal.Double>>;
|
|
849
|
+
SumAsync(cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Linq<System_Threading_Tasks.ValueTask_1<System_Internal.Decimal>>;
|
|
850
|
+
SumAsync(cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Linq<System_Threading_Tasks.ValueTask_1<System.Nullable_1<System_Internal.Int32>>>;
|
|
851
|
+
SumAsync(cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Linq<System_Threading_Tasks.ValueTask_1<System.Nullable_1<System_Internal.Int64>>>;
|
|
852
|
+
SumAsync(cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Linq<System_Threading_Tasks.ValueTask_1<System.Nullable_1<System_Internal.Single>>>;
|
|
853
|
+
SumAsync(cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Linq<System_Threading_Tasks.ValueTask_1<System.Nullable_1<System_Internal.Double>>>;
|
|
854
|
+
SumAsync(cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Linq<System_Threading_Tasks.ValueTask_1<System.Nullable_1<System_Internal.Decimal>>>;
|
|
855
855
|
Take(count: int): ExtensionMethods_System_Linq<System_Collections_Generic.IAsyncEnumerable_1<T>>;
|
|
856
856
|
Take(range: System.Range): ExtensionMethods_System_Linq<System_Collections_Generic.IAsyncEnumerable_1<T>>;
|
|
857
857
|
TakeLast(count: int): ExtensionMethods_System_Linq<System_Collections_Generic.IAsyncEnumerable_1<T>>;
|
|
858
858
|
TakeWhile(predicate: System.Func_2<T, System_Internal.Boolean>): ExtensionMethods_System_Linq<System_Collections_Generic.IAsyncEnumerable_1<T>>;
|
|
859
859
|
TakeWhile(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>): ExtensionMethods_System_Linq<System_Collections_Generic.IAsyncEnumerable_1<T>>;
|
|
860
860
|
TakeWhile(predicate: System.Func_4<T, System_Internal.Int32, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>): ExtensionMethods_System_Linq<System_Collections_Generic.IAsyncEnumerable_1<T>>;
|
|
861
|
-
ToArrayAsync(cancellationToken
|
|
862
|
-
ToDictionaryAsync<TKey, TValue>(comparer
|
|
863
|
-
ToDictionaryAsync<TKey>(keySelector: System.Func_2<T, TKey>, comparer
|
|
864
|
-
ToDictionaryAsync<TKey>(keySelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer
|
|
865
|
-
ToDictionaryAsync<TKey, TElement>(keySelector: System.Func_2<T, TKey>, elementSelector: System.Func_2<T, TElement>, comparer
|
|
866
|
-
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
|
|
867
|
-
ToHashSetAsync(comparer
|
|
868
|
-
ToListAsync(cancellationToken
|
|
869
|
-
ToLookupAsync<TKey>(keySelector: System.Func_2<T, TKey>, comparer
|
|
870
|
-
ToLookupAsync<TKey>(keySelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer
|
|
871
|
-
ToLookupAsync<TKey, TElement>(keySelector: System.Func_2<T, TKey>, elementSelector: System.Func_2<T, TElement>, comparer
|
|
872
|
-
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
|
|
873
|
-
Union(second: System_Collections_Generic.IAsyncEnumerable_1<T>, comparer
|
|
874
|
-
UnionBy<TKey>(second: System_Collections_Generic.IAsyncEnumerable_1<T>, keySelector: System.Func_2<T, TKey>, comparer
|
|
875
|
-
UnionBy<TKey>(second: System_Collections_Generic.IAsyncEnumerable_1<T>, keySelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer
|
|
861
|
+
ToArrayAsync(cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Linq<System_Threading_Tasks.ValueTask_1<T[]>>;
|
|
862
|
+
ToDictionaryAsync<TKey, TValue>(comparer?: System_Collections_Generic.IEqualityComparer_1<TKey>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Linq<System_Threading_Tasks.ValueTask_1<System_Collections_Generic.Dictionary_2<TKey, TValue>>>;
|
|
863
|
+
ToDictionaryAsync<TKey>(keySelector: System.Func_2<T, TKey>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Linq<System_Threading_Tasks.ValueTask_1<System_Collections_Generic.Dictionary_2<TKey, T>>>;
|
|
864
|
+
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): ExtensionMethods_System_Linq<System_Threading_Tasks.ValueTask_1<System_Collections_Generic.Dictionary_2<TKey, T>>>;
|
|
865
|
+
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): ExtensionMethods_System_Linq<System_Threading_Tasks.ValueTask_1<System_Collections_Generic.Dictionary_2<TKey, TElement>>>;
|
|
866
|
+
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): ExtensionMethods_System_Linq<System_Threading_Tasks.ValueTask_1<System_Collections_Generic.Dictionary_2<TKey, TElement>>>;
|
|
867
|
+
ToHashSetAsync(comparer?: System_Collections_Generic.IEqualityComparer_1<T>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Linq<System_Threading_Tasks.ValueTask_1<System_Collections_Generic.HashSet_1<T>>>;
|
|
868
|
+
ToListAsync(cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Linq<System_Threading_Tasks.ValueTask_1<System_Collections_Generic.List_1<T>>>;
|
|
869
|
+
ToLookupAsync<TKey>(keySelector: System.Func_2<T, TKey>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Linq<System_Threading_Tasks.ValueTask_1<System_Linq.ILookup_2<TKey, T>>>;
|
|
870
|
+
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): ExtensionMethods_System_Linq<System_Threading_Tasks.ValueTask_1<System_Linq.ILookup_2<TKey, T>>>;
|
|
871
|
+
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): ExtensionMethods_System_Linq<System_Threading_Tasks.ValueTask_1<System_Linq.ILookup_2<TKey, TElement>>>;
|
|
872
|
+
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): ExtensionMethods_System_Linq<System_Threading_Tasks.ValueTask_1<System_Linq.ILookup_2<TKey, TElement>>>;
|
|
873
|
+
Union(second: System_Collections_Generic.IAsyncEnumerable_1<T>, comparer?: System_Collections_Generic.IEqualityComparer_1<T>): ExtensionMethods_System_Linq<System_Collections_Generic.IAsyncEnumerable_1<T>>;
|
|
874
|
+
UnionBy<TKey>(second: System_Collections_Generic.IAsyncEnumerable_1<T>, keySelector: System.Func_2<T, TKey>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey>): ExtensionMethods_System_Linq<System_Collections_Generic.IAsyncEnumerable_1<T>>;
|
|
875
|
+
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>): ExtensionMethods_System_Linq<System_Collections_Generic.IAsyncEnumerable_1<T>>;
|
|
876
876
|
Where(predicate: System.Func_2<T, System_Internal.Boolean>): ExtensionMethods_System_Linq<System_Collections_Generic.IAsyncEnumerable_1<T>>;
|
|
877
877
|
Where(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>): ExtensionMethods_System_Linq<System_Collections_Generic.IAsyncEnumerable_1<T>>;
|
|
878
878
|
Where(predicate: System.Func_4<T, System_Internal.Int32, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>): ExtensionMethods_System_Linq<System_Collections_Generic.IAsyncEnumerable_1<T>>;
|
|
@@ -911,9 +911,9 @@ export interface __Ext_System_Linq_IEnumerable_1<T> {
|
|
|
911
911
|
Concat(second: System_Collections_Generic.IEnumerable_1<T>): ExtensionMethods_System_Linq<System_Collections_Generic.IEnumerable_1<T>>;
|
|
912
912
|
Contains(value: T): ExtensionMethods_System_Linq<boolean>;
|
|
913
913
|
Contains(value: T, comparer: System_Collections_Generic.IEqualityComparer_1<T>): ExtensionMethods_System_Linq<boolean>;
|
|
914
|
-
AggregateBy<TKey, TAccumulate>(keySelector: System.Func_2<T, TKey>, seed: TAccumulate, func: System.Func_3<TAccumulate, T, TAccumulate>, keyComparer
|
|
915
|
-
AggregateBy<TKey, TAccumulate>(keySelector: System.Func_2<T, TKey>, seedSelector: System.Func_2<TKey, TAccumulate>, func: System.Func_3<TAccumulate, T, TAccumulate>, keyComparer
|
|
916
|
-
CountBy<TKey>(keySelector: System.Func_2<T, TKey>, keyComparer
|
|
914
|
+
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>): ExtensionMethods_System_Linq<System_Collections_Generic.IEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, TAccumulate>>>;
|
|
915
|
+
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>): ExtensionMethods_System_Linq<System_Collections_Generic.IEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, TAccumulate>>>;
|
|
916
|
+
CountBy<TKey>(keySelector: System.Func_2<T, TKey>, keyComparer?: System_Collections_Generic.IEqualityComparer_1<TKey>): ExtensionMethods_System_Linq<System_Collections_Generic.IEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, System_Internal.Int32>>>;
|
|
917
917
|
Count(): ExtensionMethods_System_Linq<int>;
|
|
918
918
|
Count(predicate: System.Func_2<T, System_Internal.Boolean>): ExtensionMethods_System_Linq<int>;
|
|
919
919
|
TryGetNonEnumeratedCount(count: int): ExtensionMethods_System_Linq<boolean>;
|
|
@@ -1112,8 +1112,8 @@ export interface __Ext_System_Linq_ImmutableArray_1<T> {
|
|
|
1112
1112
|
Any(): ExtensionMethods_System_Linq<boolean>;
|
|
1113
1113
|
Any(predicate: System.Func_2<T, System_Internal.Boolean>): ExtensionMethods_System_Linq<boolean>;
|
|
1114
1114
|
All(predicate: System.Func_2<T, System_Internal.Boolean>): ExtensionMethods_System_Linq<boolean>;
|
|
1115
|
-
SequenceEqual<TDerived>(items: System_Collections_Immutable.ImmutableArray_1<TDerived>, comparer
|
|
1116
|
-
SequenceEqual<TDerived>(items: System_Collections_Generic.IEnumerable_1<TDerived>, comparer
|
|
1115
|
+
SequenceEqual<TDerived>(items: System_Collections_Immutable.ImmutableArray_1<TDerived>, comparer?: System_Collections_Generic.IEqualityComparer_1<T>): ExtensionMethods_System_Linq<boolean>;
|
|
1116
|
+
SequenceEqual<TDerived>(items: System_Collections_Generic.IEnumerable_1<TDerived>, comparer?: System_Collections_Generic.IEqualityComparer_1<T>): ExtensionMethods_System_Linq<boolean>;
|
|
1117
1117
|
SequenceEqual<TDerived>(items: System_Collections_Immutable.ImmutableArray_1<TDerived>, predicate: System.Func_3<T, T, System_Internal.Boolean>): ExtensionMethods_System_Linq<boolean>;
|
|
1118
1118
|
Aggregate(func: System.Func_3<T, T, T>): ExtensionMethods_System_Linq<T | undefined>;
|
|
1119
1119
|
Aggregate<TAccumulate>(seed: TAccumulate, func: System.Func_3<TAccumulate, T, TAccumulate>): ExtensionMethods_System_Linq<TAccumulate>;
|
|
@@ -1148,10 +1148,10 @@ export interface __Ext_System_Linq_ImmutableArray_1_Builder<T> {
|
|
|
1148
1148
|
}
|
|
1149
1149
|
|
|
1150
1150
|
export interface __Ext_System_Linq_IOrderedAsyncEnumerable_1<TElement> {
|
|
1151
|
-
ThenBy<TKey>(keySelector: System.Func_2<TElement, TKey>, comparer
|
|
1152
|
-
ThenBy<TKey>(keySelector: System.Func_3<TElement, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer
|
|
1153
|
-
ThenByDescending<TKey>(keySelector: System.Func_2<TElement, TKey>, comparer
|
|
1154
|
-
ThenByDescending<TKey>(keySelector: System.Func_3<TElement, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer
|
|
1151
|
+
ThenBy<TKey>(keySelector: System.Func_2<TElement, TKey>, comparer?: System_Collections_Generic.IComparer_1<TKey>): ExtensionMethods_System_Linq<System_Linq.IOrderedAsyncEnumerable_1<TElement>>;
|
|
1152
|
+
ThenBy<TKey>(keySelector: System.Func_3<TElement, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer?: System_Collections_Generic.IComparer_1<TKey>): ExtensionMethods_System_Linq<System_Linq.IOrderedAsyncEnumerable_1<TElement>>;
|
|
1153
|
+
ThenByDescending<TKey>(keySelector: System.Func_2<TElement, TKey>, comparer?: System_Collections_Generic.IComparer_1<TKey>): ExtensionMethods_System_Linq<System_Linq.IOrderedAsyncEnumerable_1<TElement>>;
|
|
1154
|
+
ThenByDescending<TKey>(keySelector: System.Func_3<TElement, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer?: System_Collections_Generic.IComparer_1<TKey>): ExtensionMethods_System_Linq<System_Linq.IOrderedAsyncEnumerable_1<TElement>>;
|
|
1155
1155
|
}
|
|
1156
1156
|
|
|
1157
1157
|
export interface __Ext_System_Linq_IOrderedEnumerable_1<TElement> {
|
|
@@ -1262,7 +1262,7 @@ export interface __Ext_System_Linq_IQueryable_1<T> {
|
|
|
1262
1262
|
All(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Boolean>>): ExtensionMethods_System_Linq<boolean>;
|
|
1263
1263
|
Count(): ExtensionMethods_System_Linq<int>;
|
|
1264
1264
|
Count(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Boolean>>): ExtensionMethods_System_Linq<int>;
|
|
1265
|
-
CountBy<TKey>(keySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>, comparer
|
|
1265
|
+
CountBy<TKey>(keySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey>): ExtensionMethods_System_Linq<System_Linq.IQueryable_1<System_Collections_Generic.KeyValuePair_2<TKey, System_Internal.Int32>>>;
|
|
1266
1266
|
LongCount(): ExtensionMethods_System_Linq<long>;
|
|
1267
1267
|
LongCount(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Boolean>>): ExtensionMethods_System_Linq<long>;
|
|
1268
1268
|
Min(): ExtensionMethods_System_Linq<T | undefined>;
|
|
@@ -1314,8 +1314,8 @@ export interface __Ext_System_Linq_IQueryable_1<T> {
|
|
|
1314
1314
|
Aggregate(func: System_Linq_Expressions.Expression_1<System.Func_3<T, T, T>>): ExtensionMethods_System_Linq<T>;
|
|
1315
1315
|
Aggregate<TAccumulate>(seed: TAccumulate, func: System_Linq_Expressions.Expression_1<System.Func_3<TAccumulate, T, TAccumulate>>): ExtensionMethods_System_Linq<TAccumulate>;
|
|
1316
1316
|
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>>): ExtensionMethods_System_Linq<TResult>;
|
|
1317
|
-
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
|
|
1318
|
-
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
|
|
1317
|
+
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>): ExtensionMethods_System_Linq<System_Linq.IQueryable_1<System_Collections_Generic.KeyValuePair_2<TKey, TAccumulate>>>;
|
|
1318
|
+
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>): ExtensionMethods_System_Linq<System_Linq.IQueryable_1<System_Collections_Generic.KeyValuePair_2<TKey, TAccumulate>>>;
|
|
1319
1319
|
SkipLast(count: int): ExtensionMethods_System_Linq<System_Linq.IQueryable_1<T>>;
|
|
1320
1320
|
TakeLast(count: int): ExtensionMethods_System_Linq<System_Linq.IQueryable_1<T>>;
|
|
1321
1321
|
Append(element: T): ExtensionMethods_System_Linq<System_Linq.IQueryable_1<T>>;
|
|
@@ -1525,66 +1525,66 @@ export interface __Ext_System_Linq_ParallelQuery_1<TSource> {
|
|
|
1525
1525
|
}
|
|
1526
1526
|
|
|
1527
1527
|
export interface __Ext_System_Net_Http_Json_HttpClient {
|
|
1528
|
-
GetFromJsonAsAsyncEnumerable<TValue>(requestUri: string, options: System_Text_Json.JsonSerializerOptions, cancellationToken
|
|
1529
|
-
GetFromJsonAsAsyncEnumerable<TValue>(requestUri: System.Uri, options: System_Text_Json.JsonSerializerOptions, cancellationToken
|
|
1530
|
-
GetFromJsonAsAsyncEnumerable<TValue>(requestUri: string, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken
|
|
1531
|
-
GetFromJsonAsAsyncEnumerable<TValue>(requestUri: System.Uri, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken
|
|
1532
|
-
GetFromJsonAsAsyncEnumerable<TValue>(requestUri: string, cancellationToken
|
|
1533
|
-
GetFromJsonAsAsyncEnumerable<TValue>(requestUri: System.Uri, cancellationToken
|
|
1534
|
-
DeleteFromJsonAsync(requestUri: string, type: System.Type, options: System_Text_Json.JsonSerializerOptions, cancellationToken
|
|
1535
|
-
DeleteFromJsonAsync(requestUri: System.Uri, type: System.Type, options: System_Text_Json.JsonSerializerOptions, cancellationToken
|
|
1536
|
-
DeleteFromJsonAsync<TValue>(requestUri: string, options: System_Text_Json.JsonSerializerOptions, cancellationToken
|
|
1537
|
-
DeleteFromJsonAsync<TValue>(requestUri: System.Uri, options: System_Text_Json.JsonSerializerOptions, cancellationToken
|
|
1538
|
-
DeleteFromJsonAsync(requestUri: string, type: System.Type, context: System_Text_Json_Serialization.JsonSerializerContext, cancellationToken
|
|
1539
|
-
DeleteFromJsonAsync(requestUri: System.Uri, type: System.Type, context: System_Text_Json_Serialization.JsonSerializerContext, cancellationToken
|
|
1540
|
-
DeleteFromJsonAsync<TValue>(requestUri: string, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken
|
|
1541
|
-
DeleteFromJsonAsync<TValue>(requestUri: System.Uri, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken
|
|
1542
|
-
DeleteFromJsonAsync(requestUri: string, type: System.Type, cancellationToken
|
|
1543
|
-
DeleteFromJsonAsync(requestUri: System.Uri, type: System.Type, cancellationToken
|
|
1544
|
-
DeleteFromJsonAsync<TValue>(requestUri: string, cancellationToken
|
|
1545
|
-
DeleteFromJsonAsync<TValue>(requestUri: System.Uri, cancellationToken
|
|
1546
|
-
GetFromJsonAsync(requestUri: string, type: System.Type, options: System_Text_Json.JsonSerializerOptions, cancellationToken
|
|
1547
|
-
GetFromJsonAsync(requestUri: System.Uri, type: System.Type, options: System_Text_Json.JsonSerializerOptions, cancellationToken
|
|
1548
|
-
GetFromJsonAsync<TValue>(requestUri: string, options: System_Text_Json.JsonSerializerOptions, cancellationToken
|
|
1549
|
-
GetFromJsonAsync<TValue>(requestUri: System.Uri, options: System_Text_Json.JsonSerializerOptions, cancellationToken
|
|
1550
|
-
GetFromJsonAsync(requestUri: string, type: System.Type, context: System_Text_Json_Serialization.JsonSerializerContext, cancellationToken
|
|
1551
|
-
GetFromJsonAsync(requestUri: System.Uri, type: System.Type, context: System_Text_Json_Serialization.JsonSerializerContext, cancellationToken
|
|
1552
|
-
GetFromJsonAsync<TValue>(requestUri: string, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken
|
|
1553
|
-
GetFromJsonAsync<TValue>(requestUri: System.Uri, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken
|
|
1554
|
-
GetFromJsonAsync(requestUri: string, type: System.Type, cancellationToken
|
|
1555
|
-
GetFromJsonAsync(requestUri: System.Uri, type: System.Type, cancellationToken
|
|
1556
|
-
GetFromJsonAsync<TValue>(requestUri: string, cancellationToken
|
|
1557
|
-
GetFromJsonAsync<TValue>(requestUri: System.Uri, cancellationToken
|
|
1558
|
-
PostAsJsonAsync<TValue>(requestUri: string, value: TValue, options
|
|
1559
|
-
PostAsJsonAsync<TValue>(requestUri: System.Uri, value: TValue, options
|
|
1528
|
+
GetFromJsonAsAsyncEnumerable<TValue>(requestUri: string, options: System_Text_Json.JsonSerializerOptions, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Net_Http_Json<System_Collections_Generic.IAsyncEnumerable_1<TValue | undefined>>;
|
|
1529
|
+
GetFromJsonAsAsyncEnumerable<TValue>(requestUri: System.Uri, options: System_Text_Json.JsonSerializerOptions, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Net_Http_Json<System_Collections_Generic.IAsyncEnumerable_1<TValue | undefined>>;
|
|
1530
|
+
GetFromJsonAsAsyncEnumerable<TValue>(requestUri: string, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Net_Http_Json<System_Collections_Generic.IAsyncEnumerable_1<TValue | undefined>>;
|
|
1531
|
+
GetFromJsonAsAsyncEnumerable<TValue>(requestUri: System.Uri, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Net_Http_Json<System_Collections_Generic.IAsyncEnumerable_1<TValue | undefined>>;
|
|
1532
|
+
GetFromJsonAsAsyncEnumerable<TValue>(requestUri: string, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Net_Http_Json<System_Collections_Generic.IAsyncEnumerable_1<TValue | undefined>>;
|
|
1533
|
+
GetFromJsonAsAsyncEnumerable<TValue>(requestUri: System.Uri, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Net_Http_Json<System_Collections_Generic.IAsyncEnumerable_1<TValue | undefined>>;
|
|
1534
|
+
DeleteFromJsonAsync(requestUri: string, type: System.Type, options: System_Text_Json.JsonSerializerOptions, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Net_Http_Json<System_Threading_Tasks.Task_1<unknown | undefined>>;
|
|
1535
|
+
DeleteFromJsonAsync(requestUri: System.Uri, type: System.Type, options: System_Text_Json.JsonSerializerOptions, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Net_Http_Json<System_Threading_Tasks.Task_1<unknown | undefined>>;
|
|
1536
|
+
DeleteFromJsonAsync<TValue>(requestUri: string, options: System_Text_Json.JsonSerializerOptions, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Net_Http_Json<System_Threading_Tasks.Task_1<TValue | undefined>>;
|
|
1537
|
+
DeleteFromJsonAsync<TValue>(requestUri: System.Uri, options: System_Text_Json.JsonSerializerOptions, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Net_Http_Json<System_Threading_Tasks.Task_1<TValue | undefined>>;
|
|
1538
|
+
DeleteFromJsonAsync(requestUri: string, type: System.Type, context: System_Text_Json_Serialization.JsonSerializerContext, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Net_Http_Json<System_Threading_Tasks.Task_1<unknown | undefined>>;
|
|
1539
|
+
DeleteFromJsonAsync(requestUri: System.Uri, type: System.Type, context: System_Text_Json_Serialization.JsonSerializerContext, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Net_Http_Json<System_Threading_Tasks.Task_1<unknown | undefined>>;
|
|
1540
|
+
DeleteFromJsonAsync<TValue>(requestUri: string, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Net_Http_Json<System_Threading_Tasks.Task_1<TValue | undefined>>;
|
|
1541
|
+
DeleteFromJsonAsync<TValue>(requestUri: System.Uri, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Net_Http_Json<System_Threading_Tasks.Task_1<TValue | undefined>>;
|
|
1542
|
+
DeleteFromJsonAsync(requestUri: string, type: System.Type, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Net_Http_Json<System_Threading_Tasks.Task_1<unknown | undefined>>;
|
|
1543
|
+
DeleteFromJsonAsync(requestUri: System.Uri, type: System.Type, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Net_Http_Json<System_Threading_Tasks.Task_1<unknown | undefined>>;
|
|
1544
|
+
DeleteFromJsonAsync<TValue>(requestUri: string, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Net_Http_Json<System_Threading_Tasks.Task_1<TValue | undefined>>;
|
|
1545
|
+
DeleteFromJsonAsync<TValue>(requestUri: System.Uri, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Net_Http_Json<System_Threading_Tasks.Task_1<TValue | undefined>>;
|
|
1546
|
+
GetFromJsonAsync(requestUri: string, type: System.Type, options: System_Text_Json.JsonSerializerOptions, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Net_Http_Json<System_Threading_Tasks.Task_1<unknown | undefined>>;
|
|
1547
|
+
GetFromJsonAsync(requestUri: System.Uri, type: System.Type, options: System_Text_Json.JsonSerializerOptions, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Net_Http_Json<System_Threading_Tasks.Task_1<unknown | undefined>>;
|
|
1548
|
+
GetFromJsonAsync<TValue>(requestUri: string, options: System_Text_Json.JsonSerializerOptions, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Net_Http_Json<System_Threading_Tasks.Task_1<TValue | undefined>>;
|
|
1549
|
+
GetFromJsonAsync<TValue>(requestUri: System.Uri, options: System_Text_Json.JsonSerializerOptions, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Net_Http_Json<System_Threading_Tasks.Task_1<TValue | undefined>>;
|
|
1550
|
+
GetFromJsonAsync(requestUri: string, type: System.Type, context: System_Text_Json_Serialization.JsonSerializerContext, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Net_Http_Json<System_Threading_Tasks.Task_1<unknown | undefined>>;
|
|
1551
|
+
GetFromJsonAsync(requestUri: System.Uri, type: System.Type, context: System_Text_Json_Serialization.JsonSerializerContext, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Net_Http_Json<System_Threading_Tasks.Task_1<unknown | undefined>>;
|
|
1552
|
+
GetFromJsonAsync<TValue>(requestUri: string, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Net_Http_Json<System_Threading_Tasks.Task_1<TValue | undefined>>;
|
|
1553
|
+
GetFromJsonAsync<TValue>(requestUri: System.Uri, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Net_Http_Json<System_Threading_Tasks.Task_1<TValue | undefined>>;
|
|
1554
|
+
GetFromJsonAsync(requestUri: string, type: System.Type, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Net_Http_Json<System_Threading_Tasks.Task_1<unknown | undefined>>;
|
|
1555
|
+
GetFromJsonAsync(requestUri: System.Uri, type: System.Type, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Net_Http_Json<System_Threading_Tasks.Task_1<unknown | undefined>>;
|
|
1556
|
+
GetFromJsonAsync<TValue>(requestUri: string, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Net_Http_Json<System_Threading_Tasks.Task_1<TValue | undefined>>;
|
|
1557
|
+
GetFromJsonAsync<TValue>(requestUri: System.Uri, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Net_Http_Json<System_Threading_Tasks.Task_1<TValue | undefined>>;
|
|
1558
|
+
PostAsJsonAsync<TValue>(requestUri: string, value: TValue, options?: System_Text_Json.JsonSerializerOptions, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Net_Http_Json<System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>>;
|
|
1559
|
+
PostAsJsonAsync<TValue>(requestUri: System.Uri, value: TValue, options?: System_Text_Json.JsonSerializerOptions, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Net_Http_Json<System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>>;
|
|
1560
1560
|
PostAsJsonAsync<TValue>(requestUri: string, value: TValue, cancellationToken: System_Threading.CancellationToken): ExtensionMethods_System_Net_Http_Json<System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>>;
|
|
1561
1561
|
PostAsJsonAsync<TValue>(requestUri: System.Uri, value: TValue, cancellationToken: System_Threading.CancellationToken): ExtensionMethods_System_Net_Http_Json<System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>>;
|
|
1562
|
-
PostAsJsonAsync<TValue>(requestUri: string, value: TValue, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken
|
|
1563
|
-
PostAsJsonAsync<TValue>(requestUri: System.Uri, value: TValue, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken
|
|
1564
|
-
PutAsJsonAsync<TValue>(requestUri: string, value: TValue, options
|
|
1565
|
-
PutAsJsonAsync<TValue>(requestUri: System.Uri, value: TValue, options
|
|
1562
|
+
PostAsJsonAsync<TValue>(requestUri: string, value: TValue, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Net_Http_Json<System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>>;
|
|
1563
|
+
PostAsJsonAsync<TValue>(requestUri: System.Uri, value: TValue, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Net_Http_Json<System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>>;
|
|
1564
|
+
PutAsJsonAsync<TValue>(requestUri: string, value: TValue, options?: System_Text_Json.JsonSerializerOptions, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Net_Http_Json<System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>>;
|
|
1565
|
+
PutAsJsonAsync<TValue>(requestUri: System.Uri, value: TValue, options?: System_Text_Json.JsonSerializerOptions, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Net_Http_Json<System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>>;
|
|
1566
1566
|
PutAsJsonAsync<TValue>(requestUri: string, value: TValue, cancellationToken: System_Threading.CancellationToken): ExtensionMethods_System_Net_Http_Json<System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>>;
|
|
1567
1567
|
PutAsJsonAsync<TValue>(requestUri: System.Uri, value: TValue, cancellationToken: System_Threading.CancellationToken): ExtensionMethods_System_Net_Http_Json<System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>>;
|
|
1568
|
-
PutAsJsonAsync<TValue>(requestUri: string, value: TValue, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken
|
|
1569
|
-
PutAsJsonAsync<TValue>(requestUri: System.Uri, value: TValue, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken
|
|
1570
|
-
PatchAsJsonAsync<TValue>(requestUri: string, value: TValue, options
|
|
1571
|
-
PatchAsJsonAsync<TValue>(requestUri: System.Uri, value: TValue, options
|
|
1568
|
+
PutAsJsonAsync<TValue>(requestUri: string, value: TValue, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Net_Http_Json<System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>>;
|
|
1569
|
+
PutAsJsonAsync<TValue>(requestUri: System.Uri, value: TValue, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Net_Http_Json<System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>>;
|
|
1570
|
+
PatchAsJsonAsync<TValue>(requestUri: string, value: TValue, options?: System_Text_Json.JsonSerializerOptions, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Net_Http_Json<System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>>;
|
|
1571
|
+
PatchAsJsonAsync<TValue>(requestUri: System.Uri, value: TValue, options?: System_Text_Json.JsonSerializerOptions, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Net_Http_Json<System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>>;
|
|
1572
1572
|
PatchAsJsonAsync<TValue>(requestUri: string, value: TValue, cancellationToken: System_Threading.CancellationToken): ExtensionMethods_System_Net_Http_Json<System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>>;
|
|
1573
1573
|
PatchAsJsonAsync<TValue>(requestUri: System.Uri, value: TValue, cancellationToken: System_Threading.CancellationToken): ExtensionMethods_System_Net_Http_Json<System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>>;
|
|
1574
|
-
PatchAsJsonAsync<TValue>(requestUri: string, value: TValue, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken
|
|
1575
|
-
PatchAsJsonAsync<TValue>(requestUri: System.Uri, value: TValue, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken
|
|
1574
|
+
PatchAsJsonAsync<TValue>(requestUri: string, value: TValue, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Net_Http_Json<System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>>;
|
|
1575
|
+
PatchAsJsonAsync<TValue>(requestUri: System.Uri, value: TValue, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Net_Http_Json<System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>>;
|
|
1576
1576
|
}
|
|
1577
1577
|
|
|
1578
1578
|
export interface __Ext_System_Net_Http_Json_HttpContent {
|
|
1579
|
-
ReadFromJsonAsAsyncEnumerable<TValue>(cancellationToken
|
|
1580
|
-
ReadFromJsonAsAsyncEnumerable<TValue>(options: System_Text_Json.JsonSerializerOptions, cancellationToken
|
|
1581
|
-
ReadFromJsonAsAsyncEnumerable<TValue>(jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken
|
|
1582
|
-
ReadFromJsonAsync(type: System.Type, options: System_Text_Json.JsonSerializerOptions, cancellationToken
|
|
1583
|
-
ReadFromJsonAsync(type: System.Type, cancellationToken
|
|
1584
|
-
ReadFromJsonAsync<T>(options: System_Text_Json.JsonSerializerOptions, cancellationToken
|
|
1585
|
-
ReadFromJsonAsync<T>(cancellationToken
|
|
1586
|
-
ReadFromJsonAsync(type: System.Type, context: System_Text_Json_Serialization.JsonSerializerContext, cancellationToken
|
|
1587
|
-
ReadFromJsonAsync<T>(jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<T>, cancellationToken
|
|
1579
|
+
ReadFromJsonAsAsyncEnumerable<TValue>(cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Net_Http_Json<System_Collections_Generic.IAsyncEnumerable_1<TValue | undefined>>;
|
|
1580
|
+
ReadFromJsonAsAsyncEnumerable<TValue>(options: System_Text_Json.JsonSerializerOptions, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Net_Http_Json<System_Collections_Generic.IAsyncEnumerable_1<TValue | undefined>>;
|
|
1581
|
+
ReadFromJsonAsAsyncEnumerable<TValue>(jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Net_Http_Json<System_Collections_Generic.IAsyncEnumerable_1<TValue | undefined>>;
|
|
1582
|
+
ReadFromJsonAsync(type: System.Type, options: System_Text_Json.JsonSerializerOptions, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Net_Http_Json<System_Threading_Tasks.Task_1<unknown | undefined>>;
|
|
1583
|
+
ReadFromJsonAsync(type: System.Type, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Net_Http_Json<System_Threading_Tasks.Task_1<unknown | undefined>>;
|
|
1584
|
+
ReadFromJsonAsync<T>(options: System_Text_Json.JsonSerializerOptions, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Net_Http_Json<System_Threading_Tasks.Task_1<T | undefined>>;
|
|
1585
|
+
ReadFromJsonAsync<T>(cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Net_Http_Json<System_Threading_Tasks.Task_1<T | undefined>>;
|
|
1586
|
+
ReadFromJsonAsync(type: System.Type, context: System_Text_Json_Serialization.JsonSerializerContext, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Net_Http_Json<System_Threading_Tasks.Task_1<unknown | undefined>>;
|
|
1587
|
+
ReadFromJsonAsync<T>(jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<T>, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Net_Http_Json<System_Threading_Tasks.Task_1<T | undefined>>;
|
|
1588
1588
|
}
|
|
1589
1589
|
|
|
1590
1590
|
export interface __Ext_System_Net_Sockets_Socket {
|
|
@@ -1599,12 +1599,12 @@ export interface __Ext_System_Net_Sockets_Socket {
|
|
|
1599
1599
|
ConnectAsync(host: string, port: int): ExtensionMethods_System_Net_Sockets<System_Threading_Tasks.Task>;
|
|
1600
1600
|
ConnectAsync(host: string, port: int, cancellationToken: System_Threading.CancellationToken): ExtensionMethods_System_Net_Sockets<System_Threading_Tasks.ValueTask>;
|
|
1601
1601
|
ReceiveAsync(buffer: System.ArraySegment_1<System_Internal.Byte>, socketFlags: System_Net_Sockets.SocketFlags): ExtensionMethods_System_Net_Sockets<System_Threading_Tasks.Task_1<System_Internal.Int32>>;
|
|
1602
|
-
ReceiveAsync(buffer: System.Memory_1<System_Internal.Byte>, socketFlags: System_Net_Sockets.SocketFlags, cancellationToken
|
|
1602
|
+
ReceiveAsync(buffer: System.Memory_1<System_Internal.Byte>, socketFlags: System_Net_Sockets.SocketFlags, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Net_Sockets<System_Threading_Tasks.ValueTask_1<System_Internal.Int32>>;
|
|
1603
1603
|
ReceiveAsync(buffers: System_Collections_Generic.IList_1<System.ArraySegment_1<System_Internal.Byte>>, socketFlags: System_Net_Sockets.SocketFlags): ExtensionMethods_System_Net_Sockets<System_Threading_Tasks.Task_1<System_Internal.Int32>>;
|
|
1604
1604
|
ReceiveFromAsync(buffer: System.ArraySegment_1<System_Internal.Byte>, socketFlags: System_Net_Sockets.SocketFlags, remoteEndPoint: System_Net.EndPoint): ExtensionMethods_System_Net_Sockets<System_Threading_Tasks.Task_1<System_Net_Sockets.SocketReceiveFromResult>>;
|
|
1605
1605
|
ReceiveMessageFromAsync(buffer: System.ArraySegment_1<System_Internal.Byte>, socketFlags: System_Net_Sockets.SocketFlags, remoteEndPoint: System_Net.EndPoint): ExtensionMethods_System_Net_Sockets<System_Threading_Tasks.Task_1<System_Net_Sockets.SocketReceiveMessageFromResult>>;
|
|
1606
1606
|
SendAsync(buffer: System.ArraySegment_1<System_Internal.Byte>, socketFlags: System_Net_Sockets.SocketFlags): ExtensionMethods_System_Net_Sockets<System_Threading_Tasks.Task_1<System_Internal.Int32>>;
|
|
1607
|
-
SendAsync(buffer: System.ReadOnlyMemory_1<System_Internal.Byte>, socketFlags: System_Net_Sockets.SocketFlags, cancellationToken
|
|
1607
|
+
SendAsync(buffer: System.ReadOnlyMemory_1<System_Internal.Byte>, socketFlags: System_Net_Sockets.SocketFlags, cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Net_Sockets<System_Threading_Tasks.ValueTask_1<System_Internal.Int32>>;
|
|
1608
1608
|
SendAsync(buffers: System_Collections_Generic.IList_1<System.ArraySegment_1<System_Internal.Byte>>, socketFlags: System_Net_Sockets.SocketFlags): ExtensionMethods_System_Net_Sockets<System_Threading_Tasks.Task_1<System_Internal.Int32>>;
|
|
1609
1609
|
SendToAsync(buffer: System.ArraySegment_1<System_Internal.Byte>, socketFlags: System_Net_Sockets.SocketFlags, remoteEP: System_Net.EndPoint): ExtensionMethods_System_Net_Sockets<System_Threading_Tasks.Task_1<System_Internal.Int32>>;
|
|
1610
1610
|
}
|
|
@@ -2068,35 +2068,35 @@ export interface __Ext_System_Text_Encoding {
|
|
|
2068
2068
|
}
|
|
2069
2069
|
|
|
2070
2070
|
export interface __Ext_System_Text_Json_JsonDocument {
|
|
2071
|
-
Deserialize<TValue>(options
|
|
2072
|
-
Deserialize(returnType: System.Type, options
|
|
2071
|
+
Deserialize<TValue>(options?: System_Text_Json.JsonSerializerOptions): ExtensionMethods_System_Text_Json<TValue | undefined>;
|
|
2072
|
+
Deserialize(returnType: System.Type, options?: System_Text_Json.JsonSerializerOptions): ExtensionMethods_System_Text_Json<unknown | undefined>;
|
|
2073
2073
|
Deserialize<TValue>(jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>): ExtensionMethods_System_Text_Json<TValue | undefined>;
|
|
2074
2074
|
Deserialize(jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo): ExtensionMethods_System_Text_Json<unknown | undefined>;
|
|
2075
2075
|
Deserialize(returnType: System.Type, context: System_Text_Json_Serialization.JsonSerializerContext): ExtensionMethods_System_Text_Json<unknown | undefined>;
|
|
2076
2076
|
}
|
|
2077
2077
|
|
|
2078
2078
|
export interface __Ext_System_Text_Json_JsonElement {
|
|
2079
|
-
Deserialize<TValue>(options
|
|
2080
|
-
Deserialize(returnType: System.Type, options
|
|
2079
|
+
Deserialize<TValue>(options?: System_Text_Json.JsonSerializerOptions): ExtensionMethods_System_Text_Json<TValue | undefined>;
|
|
2080
|
+
Deserialize(returnType: System.Type, options?: System_Text_Json.JsonSerializerOptions): ExtensionMethods_System_Text_Json<unknown | undefined>;
|
|
2081
2081
|
Deserialize<TValue>(jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>): ExtensionMethods_System_Text_Json<TValue | undefined>;
|
|
2082
2082
|
Deserialize(jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo): ExtensionMethods_System_Text_Json<unknown | undefined>;
|
|
2083
2083
|
Deserialize(returnType: System.Type, context: System_Text_Json_Serialization.JsonSerializerContext): ExtensionMethods_System_Text_Json<unknown | undefined>;
|
|
2084
2084
|
}
|
|
2085
2085
|
|
|
2086
2086
|
export interface __Ext_System_Text_Json_JsonNode {
|
|
2087
|
-
Deserialize<TValue>(options
|
|
2088
|
-
Deserialize(returnType: System.Type, options
|
|
2087
|
+
Deserialize<TValue>(options?: System_Text_Json.JsonSerializerOptions): ExtensionMethods_System_Text_Json<TValue | undefined>;
|
|
2088
|
+
Deserialize(returnType: System.Type, options?: System_Text_Json.JsonSerializerOptions): ExtensionMethods_System_Text_Json<unknown | undefined>;
|
|
2089
2089
|
Deserialize<TValue>(jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>): ExtensionMethods_System_Text_Json<TValue | undefined>;
|
|
2090
2090
|
Deserialize(jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo): ExtensionMethods_System_Text_Json<unknown | undefined>;
|
|
2091
2091
|
Deserialize(returnType: System.Type, context: System_Text_Json_Serialization.JsonSerializerContext): ExtensionMethods_System_Text_Json<unknown | undefined>;
|
|
2092
2092
|
}
|
|
2093
2093
|
|
|
2094
2094
|
export interface __Ext_System_Text_Json_Schema_JsonSerializerOptions {
|
|
2095
|
-
GetJsonSchemaAsNode(type: System.Type, exporterOptions
|
|
2095
|
+
GetJsonSchemaAsNode(type: System.Type, exporterOptions?: System_Text_Json_Schema.JsonSchemaExporterOptions): ExtensionMethods_System_Text_Json_Schema<System_Text_Json_Nodes.JsonNode>;
|
|
2096
2096
|
}
|
|
2097
2097
|
|
|
2098
2098
|
export interface __Ext_System_Text_Json_Schema_JsonTypeInfo {
|
|
2099
|
-
GetJsonSchemaAsNode(exporterOptions
|
|
2099
|
+
GetJsonSchemaAsNode(exporterOptions?: System_Text_Json_Schema.JsonSchemaExporterOptions): ExtensionMethods_System_Text_Json_Schema<System_Text_Json_Nodes.JsonNode>;
|
|
2100
2100
|
}
|
|
2101
2101
|
|
|
2102
2102
|
export interface __Ext_System_Text_Json_Serialization_Metadata_IJsonTypeInfoResolver {
|
|
@@ -2126,7 +2126,7 @@ export interface __Ext_System_Threading_WaitHandle {
|
|
|
2126
2126
|
export interface __Ext_System_Threading_Tasks_IAsyncEnumerable_1<T> {
|
|
2127
2127
|
ConfigureAwait(continueOnCapturedContext: boolean): ExtensionMethods_System_Threading_Tasks<System_Runtime_CompilerServices.ConfiguredCancelableAsyncEnumerable_1<T>>;
|
|
2128
2128
|
WithCancellation(cancellationToken: System_Threading.CancellationToken): ExtensionMethods_System_Threading_Tasks<System_Runtime_CompilerServices.ConfiguredCancelableAsyncEnumerable_1<T>>;
|
|
2129
|
-
ToBlockingEnumerable(cancellationToken
|
|
2129
|
+
ToBlockingEnumerable(cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Threading_Tasks<System_Collections_Generic.IEnumerable_1<T>>;
|
|
2130
2130
|
}
|
|
2131
2131
|
|
|
2132
2132
|
export interface __Ext_System_Threading_Tasks_IAsyncDisposable {
|
|
@@ -2140,7 +2140,7 @@ export interface __Ext_System_Threading_Tasks_Task_1<TResult> {
|
|
|
2140
2140
|
|
|
2141
2141
|
export interface __Ext_System_Threading_Tasks_Dataflow_IReceivableSourceBlock_1<TOutput> {
|
|
2142
2142
|
TryReceive(item: TOutput): ExtensionMethods_System_Threading_Tasks_Dataflow<boolean>;
|
|
2143
|
-
ReceiveAllAsync(cancellationToken
|
|
2143
|
+
ReceiveAllAsync(cancellationToken?: System_Threading.CancellationToken): ExtensionMethods_System_Threading_Tasks_Dataflow<System_Collections_Generic.IAsyncEnumerable_1<TOutput>>;
|
|
2144
2144
|
}
|
|
2145
2145
|
|
|
2146
2146
|
export interface __Ext_System_Threading_Tasks_Dataflow_ISourceBlock_1<TOutput> {
|