@tsonic/dotnet 0.7.4 → 0.7.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Internal/internal/index.d.ts +0 -25
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +0 -25
- package/Microsoft.VisualBasic/bindings.json +203 -29
- package/Microsoft.VisualBasic/internal/index.d.ts +30 -55
- package/Microsoft.VisualBasic/internal/metadata.json +203 -29
- package/Microsoft.VisualBasic.CompilerServices/bindings.json +25 -3
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +4 -29
- package/Microsoft.VisualBasic.CompilerServices/internal/metadata.json +25 -3
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +6 -31
- package/Microsoft.Win32/internal/index.d.ts +0 -25
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +0 -25
- package/System/bindings.json +4800 -552
- package/System/internal/index.d.ts +2537 -395
- package/System/internal/metadata.json +4800 -552
- package/System.Buffers/bindings.json +196 -24
- package/System.Buffers/internal/index.d.ts +29 -54
- package/System.Buffers/internal/metadata.json +196 -24
- package/System.Buffers.Binary/bindings.json +182 -26
- package/System.Buffers.Binary/internal/index.d.ts +115 -140
- package/System.Buffers.Binary/internal/metadata.json +182 -26
- package/System.Buffers.Text/bindings.json +431 -49
- package/System.Buffers.Text/internal/index.d.ts +64 -89
- package/System.Buffers.Text/internal/metadata.json +431 -49
- package/System.CodeDom.Compiler/internal/index.d.ts +6 -31
- package/System.Collections/bindings.json +11 -1
- package/System.Collections/internal/index.d.ts +2 -27
- package/System.Collections/internal/metadata.json +11 -1
- package/System.Collections.Concurrent/bindings.json +211 -29
- package/System.Collections.Concurrent/internal/index.d.ts +31 -56
- package/System.Collections.Concurrent/internal/metadata.json +211 -29
- package/System.Collections.Frozen/bindings.json +56 -8
- package/System.Collections.Frozen/internal/index.d.ts +9 -34
- package/System.Collections.Frozen/internal/metadata.json +56 -8
- package/System.Collections.Generic/bindings.json +273 -35
- package/System.Collections.Generic/internal/index.d.ts +36 -61
- package/System.Collections.Generic/internal/metadata.json +273 -35
- package/System.Collections.Immutable/bindings.json +362 -50
- package/System.Collections.Immutable/internal/index.d.ts +49 -74
- package/System.Collections.Immutable/internal/metadata.json +362 -50
- package/System.Collections.ObjectModel/bindings.json +28 -4
- package/System.Collections.ObjectModel/internal/index.d.ts +3 -28
- package/System.Collections.ObjectModel/internal/metadata.json +28 -4
- package/System.Collections.Specialized/internal/index.d.ts +0 -25
- package/System.ComponentModel/bindings.json +174 -18
- package/System.ComponentModel/internal/index.d.ts +22 -47
- package/System.ComponentModel/internal/metadata.json +174 -18
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +9 -34
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +0 -25
- package/System.ComponentModel.Design/internal/index.d.ts +0 -25
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +0 -25
- package/System.Configuration.Assemblies/internal/index.d.ts +0 -25
- package/System.Data/internal/index.d.ts +7 -32
- package/System.Data.Common/bindings.json +14 -2
- package/System.Data.Common/internal/index.d.ts +27 -52
- package/System.Data.Common/internal/metadata.json +14 -2
- package/System.Data.SqlTypes/internal/index.d.ts +1 -26
- package/System.Diagnostics/bindings.json +181 -23
- package/System.Diagnostics/internal/index.d.ts +87 -112
- package/System.Diagnostics/internal/metadata.json +181 -23
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +0 -25
- package/System.Diagnostics.Contracts/bindings.json +7 -1
- package/System.Diagnostics.Contracts/internal/index.d.ts +4 -29
- package/System.Diagnostics.Contracts/internal/metadata.json +7 -1
- package/System.Diagnostics.Metrics/bindings.json +35 -5
- package/System.Diagnostics.Metrics/internal/index.d.ts +44 -69
- package/System.Diagnostics.Metrics/internal/metadata.json +35 -5
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +0 -25
- package/System.Diagnostics.Tracing/bindings.json +37 -3
- package/System.Diagnostics.Tracing/internal/index.d.ts +10 -35
- package/System.Diagnostics.Tracing/internal/metadata.json +37 -3
- package/System.Drawing/internal/index.d.ts +0 -25
- package/System.Dynamic/bindings.json +63 -9
- package/System.Dynamic/internal/index.d.ts +17 -42
- package/System.Dynamic/internal/metadata.json +63 -9
- package/System.Formats.Asn1/bindings.json +451 -49
- package/System.Formats.Asn1/internal/index.d.ts +69 -94
- package/System.Formats.Asn1/internal/metadata.json +451 -49
- package/System.Formats.Tar/internal/index.d.ts +4 -29
- package/System.Globalization/bindings.json +28 -4
- package/System.Globalization/internal/index.d.ts +18 -43
- package/System.Globalization/internal/metadata.json +28 -4
- package/System.IO/bindings.json +35 -5
- package/System.IO/internal/index.d.ts +197 -222
- package/System.IO/internal/metadata.json +35 -5
- package/System.IO.Compression/bindings.json +50 -6
- package/System.IO.Compression/internal/index.d.ts +51 -76
- package/System.IO.Compression/internal/metadata.json +50 -6
- package/System.IO.Enumeration/bindings.json +42 -6
- package/System.IO.Enumeration/internal/index.d.ts +11 -36
- package/System.IO.Enumeration/internal/metadata.json +42 -6
- package/System.IO.IsolatedStorage/internal/index.d.ts +11 -36
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +0 -25
- package/System.IO.Pipelines/bindings.json +7 -1
- package/System.IO.Pipelines/internal/index.d.ts +17 -42
- package/System.IO.Pipelines/internal/metadata.json +7 -1
- package/System.IO.Pipes/internal/index.d.ts +11 -36
- package/System.Linq/bindings.json +7 -1
- package/System.Linq/internal/index.d.ts +332 -357
- package/System.Linq/internal/metadata.json +7 -1
- package/System.Linq.Expressions/bindings.json +14 -2
- package/System.Linq.Expressions/internal/index.d.ts +3 -28
- package/System.Linq.Expressions/internal/metadata.json +14 -2
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +0 -25
- package/System.Net/bindings.json +175 -25
- package/System.Net/internal/index.d.ts +36 -61
- package/System.Net/internal/metadata.json +175 -25
- package/System.Net.Cache/internal/index.d.ts +0 -25
- package/System.Net.Http/bindings.json +21 -3
- package/System.Net.Http/internal/index.d.ts +21 -46
- package/System.Net.Http/internal/metadata.json +21 -3
- package/System.Net.Http.Headers/bindings.json +154 -22
- package/System.Net.Http.Headers/internal/index.d.ts +67 -92
- package/System.Net.Http.Headers/internal/metadata.json +154 -22
- package/System.Net.Http.Json/internal/index.d.ts +0 -25
- package/System.Net.Http.Metrics/internal/index.d.ts +0 -25
- package/System.Net.Mail/bindings.json +21 -3
- package/System.Net.Mail/internal/index.d.ts +4 -29
- package/System.Net.Mail/internal/metadata.json +21 -3
- package/System.Net.Mime/internal/index.d.ts +0 -25
- package/System.Net.NetworkInformation/bindings.json +14 -2
- package/System.Net.NetworkInformation/internal/index.d.ts +4 -29
- package/System.Net.NetworkInformation/internal/metadata.json +14 -2
- package/System.Net.Quic/internal/index.d.ts +14 -39
- package/System.Net.Security/bindings.json +43 -5
- package/System.Net.Security/internal/index.d.ts +29 -54
- package/System.Net.Security/internal/metadata.json +43 -5
- package/System.Net.ServerSentEvents/internal/index.d.ts +4 -29
- package/System.Net.Sockets/bindings.json +224 -28
- package/System.Net.Sockets/internal/index.d.ts +108 -133
- package/System.Net.Sockets/internal/metadata.json +224 -28
- package/System.Net.WebSockets/internal/index.d.ts +29 -54
- package/System.Numerics/bindings.json +1030 -142
- package/System.Numerics/internal/index.d.ts +264 -289
- package/System.Numerics/internal/metadata.json +1030 -142
- package/System.Reflection/bindings.json +29 -3
- package/System.Reflection/internal/index.d.ts +4 -29
- package/System.Reflection/internal/metadata.json +29 -3
- package/System.Reflection.Emit/bindings.json +26 -2
- package/System.Reflection.Emit/internal/index.d.ts +3 -28
- package/System.Reflection.Emit/internal/metadata.json +26 -2
- package/System.Reflection.Metadata/bindings.json +46 -6
- package/System.Reflection.Metadata/internal/index.d.ts +31 -56
- package/System.Reflection.Metadata/internal/metadata.json +46 -6
- package/System.Reflection.Metadata.Ecma335/bindings.json +126 -14
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +24 -49
- package/System.Reflection.Metadata.Ecma335/internal/metadata.json +126 -14
- package/System.Reflection.PortableExecutable/bindings.json +18 -2
- package/System.Reflection.PortableExecutable/internal/index.d.ts +8 -33
- package/System.Reflection.PortableExecutable/internal/metadata.json +18 -2
- package/System.Resources/bindings.json +11 -1
- package/System.Resources/internal/index.d.ts +3 -28
- package/System.Resources/internal/metadata.json +11 -1
- package/System.Runtime/internal/index.d.ts +0 -25
- package/System.Runtime.CompilerServices/bindings.json +495 -57
- package/System.Runtime.CompilerServices/internal/index.d.ts +68 -93
- package/System.Runtime.CompilerServices/internal/metadata.json +495 -57
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +0 -25
- package/System.Runtime.ExceptionServices/internal/index.d.ts +1 -26
- package/System.Runtime.InteropServices/bindings.json +377 -47
- package/System.Runtime.InteropServices/internal/index.d.ts +68 -93
- package/System.Runtime.InteropServices/internal/metadata.json +377 -47
- package/System.Runtime.InteropServices.ComTypes/bindings.json +832 -96
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +107 -132
- package/System.Runtime.InteropServices.ComTypes/internal/metadata.json +832 -96
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +1 -26
- package/System.Runtime.InteropServices.JavaScript/bindings.json +411 -57
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +72 -97
- package/System.Runtime.InteropServices.JavaScript/internal/metadata.json +411 -57
- package/System.Runtime.InteropServices.Marshalling/bindings.json +85 -11
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +26 -51
- package/System.Runtime.InteropServices.Marshalling/internal/metadata.json +85 -11
- package/System.Runtime.InteropServices.ObjectiveC/bindings.json +28 -4
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +3 -28
- package/System.Runtime.InteropServices.ObjectiveC/internal/metadata.json +28 -4
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +1 -26
- package/System.Runtime.Intrinsics/bindings.json +112 -16
- package/System.Runtime.Intrinsics/internal/index.d.ts +800 -825
- package/System.Runtime.Intrinsics/internal/metadata.json +112 -16
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +4787 -4812
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +471 -496
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +3513 -3538
- package/System.Runtime.Loader/internal/index.d.ts +0 -25
- package/System.Runtime.Remoting/internal/index.d.ts +0 -25
- package/System.Runtime.Serialization/bindings.json +71 -9
- package/System.Runtime.Serialization/internal/index.d.ts +9 -34
- package/System.Runtime.Serialization/internal/metadata.json +71 -9
- package/System.Runtime.Serialization.DataContracts/bindings.json +26 -2
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +3 -28
- package/System.Runtime.Serialization.DataContracts/internal/metadata.json +26 -2
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +0 -25
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +0 -25
- package/System.Runtime.Serialization.Json/internal/index.d.ts +0 -25
- package/System.Runtime.Versioning/internal/index.d.ts +0 -25
- package/System.Security/internal/index.d.ts +1 -26
- package/System.Security.AccessControl/bindings.json +14 -2
- package/System.Security.AccessControl/internal/index.d.ts +3 -28
- package/System.Security.AccessControl/internal/metadata.json +14 -2
- package/System.Security.Authentication/internal/index.d.ts +0 -25
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +0 -25
- package/System.Security.Claims/internal/index.d.ts +1 -26
- package/System.Security.Cryptography/bindings.json +1348 -192
- package/System.Security.Cryptography/internal/index.d.ts +593 -618
- package/System.Security.Cryptography/internal/metadata.json +1348 -192
- package/System.Security.Cryptography.X509Certificates/bindings.json +81 -11
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +67 -92
- package/System.Security.Cryptography.X509Certificates/internal/metadata.json +81 -11
- package/System.Security.Permissions/internal/index.d.ts +0 -25
- package/System.Security.Policy/internal/index.d.ts +0 -25
- package/System.Security.Principal/internal/index.d.ts +0 -25
- package/System.Text/bindings.json +494 -58
- package/System.Text/internal/index.d.ts +137 -162
- package/System.Text/internal/metadata.json +494 -58
- package/System.Text.Encodings.Web/bindings.json +29 -3
- package/System.Text.Encodings.Web/internal/index.d.ts +7 -32
- package/System.Text.Encodings.Web/internal/metadata.json +29 -3
- package/System.Text.Json/bindings.json +309 -43
- package/System.Text.Json/internal/index.d.ts +141 -166
- package/System.Text.Json/internal/metadata.json +309 -43
- package/System.Text.Json.Nodes/bindings.json +46 -6
- package/System.Text.Json.Nodes/internal/index.d.ts +29 -54
- package/System.Text.Json.Nodes/internal/metadata.json +46 -6
- package/System.Text.Json.Schema/internal/index.d.ts +1 -26
- package/System.Text.Json.Serialization/bindings.json +21 -3
- package/System.Text.Json.Serialization/internal/index.d.ts +4 -29
- package/System.Text.Json.Serialization/internal/metadata.json +21 -3
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +20 -45
- package/System.Text.RegularExpressions/bindings.json +14 -2
- package/System.Text.RegularExpressions/internal/index.d.ts +26 -51
- package/System.Text.RegularExpressions/internal/metadata.json +14 -2
- package/System.Text.Unicode/bindings.json +58 -6
- package/System.Text.Unicode/internal/index.d.ts +12 -37
- package/System.Text.Unicode/internal/metadata.json +58 -6
- package/System.Threading/bindings.json +1012 -140
- package/System.Threading/internal/index.d.ts +149 -174
- package/System.Threading/internal/metadata.json +1012 -140
- package/System.Threading.Channels/bindings.json +14 -2
- package/System.Threading.Channels/internal/index.d.ts +5 -30
- package/System.Threading.Channels/internal/metadata.json +14 -2
- package/System.Threading.Tasks/internal/index.d.ts +23 -48
- package/System.Threading.Tasks.Dataflow/bindings.json +378 -54
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +33 -58
- package/System.Threading.Tasks.Dataflow/internal/metadata.json +378 -54
- package/System.Threading.Tasks.Sources/internal/index.d.ts +0 -25
- package/System.Timers/internal/index.d.ts +0 -25
- package/System.Transactions/internal/index.d.ts +0 -25
- package/System.Web/internal/index.d.ts +0 -25
- package/System.Windows.Input/internal/index.d.ts +0 -25
- package/System.Windows.Markup/internal/index.d.ts +0 -25
- package/System.Xml/bindings.json +197 -27
- package/System.Xml/internal/index.d.ts +35 -60
- package/System.Xml/internal/metadata.json +197 -27
- package/System.Xml.Linq/internal/index.d.ts +0 -25
- package/System.Xml.Resolvers/internal/index.d.ts +0 -25
- package/System.Xml.Schema/internal/index.d.ts +0 -25
- package/System.Xml.Serialization/internal/index.d.ts +0 -25
- package/System.Xml.XPath/internal/index.d.ts +1 -26
- package/System.Xml.Xsl/internal/index.d.ts +1 -26
- package/System.Xml.Xsl.Runtime/bindings.json +35 -5
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +7 -32
- package/System.Xml.Xsl.Runtime/internal/metadata.json +35 -5
- package/System.d.ts +21 -0
- package/__internal/extensions/index.d.ts +463 -463
- package/package.json +1 -1
|
@@ -56,23 +56,23 @@ import * as System_Xml_XPath from "../../System.Xml.XPath/internal/index.js";
|
|
|
56
56
|
// Import branded primitive types
|
|
57
57
|
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/types';
|
|
58
58
|
|
|
59
|
-
// Import
|
|
60
|
-
import
|
|
59
|
+
// Import CLR type aliases for generic type arguments
|
|
60
|
+
import * as System_Internal from "../../System/internal/index.js";
|
|
61
61
|
|
|
62
62
|
// Import unsafe type markers
|
|
63
|
-
import type { ptr
|
|
63
|
+
import type { ptr } from '@tsonic/types';
|
|
64
64
|
|
|
65
65
|
export interface __Ext_String {
|
|
66
|
-
AsSpan(): System.ReadOnlySpan_1<
|
|
67
|
-
AsSpan(start: int): System.ReadOnlySpan_1<
|
|
68
|
-
AsSpan(startIndex: System.Index): System.ReadOnlySpan_1<
|
|
69
|
-
AsSpan(range: System.Range): System.ReadOnlySpan_1<
|
|
70
|
-
AsSpan(start: int, length: int): System.ReadOnlySpan_1<
|
|
71
|
-
AsMemory(): System.ReadOnlyMemory_1<
|
|
72
|
-
AsMemory(start: int): System.ReadOnlyMemory_1<
|
|
73
|
-
AsMemory(startIndex: System.Index): System.ReadOnlyMemory_1<
|
|
74
|
-
AsMemory(start: int, length: int): System.ReadOnlyMemory_1<
|
|
75
|
-
AsMemory(range: System.Range): System.ReadOnlyMemory_1<
|
|
66
|
+
AsSpan(): System.ReadOnlySpan_1<System_Internal.Char>;
|
|
67
|
+
AsSpan(start: int): System.ReadOnlySpan_1<System_Internal.Char>;
|
|
68
|
+
AsSpan(startIndex: System.Index): System.ReadOnlySpan_1<System_Internal.Char>;
|
|
69
|
+
AsSpan(range: System.Range): System.ReadOnlySpan_1<System_Internal.Char>;
|
|
70
|
+
AsSpan(start: int, length: int): System.ReadOnlySpan_1<System_Internal.Char>;
|
|
71
|
+
AsMemory(): System.ReadOnlyMemory_1<System_Internal.Char>;
|
|
72
|
+
AsMemory(start: int): System.ReadOnlyMemory_1<System_Internal.Char>;
|
|
73
|
+
AsMemory(startIndex: System.Index): System.ReadOnlyMemory_1<System_Internal.Char>;
|
|
74
|
+
AsMemory(start: int, length: int): System.ReadOnlyMemory_1<System_Internal.Char>;
|
|
75
|
+
AsMemory(range: System.Range): System.ReadOnlyMemory_1<System_Internal.Char>;
|
|
76
76
|
IsNormalized(): boolean;
|
|
77
77
|
IsNormalized(normalizationForm: System_Text.NormalizationForm): boolean;
|
|
78
78
|
Normalize(): string;
|
|
@@ -85,7 +85,7 @@ export interface __Ext_Span_1<T extends System.IEquatable_1<T>> {
|
|
|
85
85
|
ContainsAny(value0: T, value1: T, value2: T): boolean;
|
|
86
86
|
ContainsAny(values: System.ReadOnlySpan_1<T>): boolean;
|
|
87
87
|
ContainsAny(values: System_Buffers.SearchValues_1<T>): boolean;
|
|
88
|
-
ContainsAny(values: System_Buffers.SearchValues_1<
|
|
88
|
+
ContainsAny(values: System_Buffers.SearchValues_1<System_Internal.String>): boolean;
|
|
89
89
|
ContainsAnyExcept(value: T): boolean;
|
|
90
90
|
ContainsAnyExcept(value0: T, value1: T): boolean;
|
|
91
91
|
ContainsAnyExcept(value0: T, value1: T, value2: T): boolean;
|
|
@@ -117,7 +117,7 @@ export interface __Ext_Span_1<T extends System.IEquatable_1<T>> {
|
|
|
117
117
|
IndexOfAny(value0: T, value1: T, value2: T): int;
|
|
118
118
|
IndexOfAny(values: System.ReadOnlySpan_1<T>): int;
|
|
119
119
|
IndexOfAny(values: System_Buffers.SearchValues_1<T>): int;
|
|
120
|
-
IndexOfAny(values: System_Buffers.SearchValues_1<
|
|
120
|
+
IndexOfAny(values: System_Buffers.SearchValues_1<System_Internal.String>): int;
|
|
121
121
|
LastIndexOfAny(value0: T, value1: T): int;
|
|
122
122
|
LastIndexOfAny(value0: T, value1: T, value2: T): int;
|
|
123
123
|
LastIndexOfAny(values: System.ReadOnlySpan_1<T>): int;
|
|
@@ -127,7 +127,7 @@ export interface __Ext_Span_1<T extends System.IEquatable_1<T>> {
|
|
|
127
127
|
EndsWith(value: System.ReadOnlySpan_1<T>): boolean;
|
|
128
128
|
Reverse(): void;
|
|
129
129
|
Overlaps(other: System.ReadOnlySpan_1<T>): boolean;
|
|
130
|
-
Overlaps(other: System.ReadOnlySpan_1<T>, elementOffset:
|
|
130
|
+
Overlaps(other: System.ReadOnlySpan_1<T>, elementOffset: int): boolean;
|
|
131
131
|
BinarySearch(comparable: System.IComparable_1<T>): int;
|
|
132
132
|
BinarySearch<TComparable>(comparable: TComparable): int;
|
|
133
133
|
BinarySearch<TComparer>(value: T, comparer: TComparer): int;
|
|
@@ -145,13 +145,13 @@ export interface __Ext_Span_1<T extends System.IEquatable_1<T>> {
|
|
|
145
145
|
CommonPrefixLength(other: System.ReadOnlySpan_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T>): int;
|
|
146
146
|
Count(value: T): int;
|
|
147
147
|
Count(value: System.ReadOnlySpan_1<T>): int;
|
|
148
|
-
TryWrite(handler:
|
|
149
|
-
TryWrite(provider: System.IFormatProvider, handler:
|
|
150
|
-
TryWrite<TArg0>(provider: System.IFormatProvider, format: System_Text.CompositeFormat, charsWritten:
|
|
151
|
-
TryWrite<TArg0, TArg1>(provider: System.IFormatProvider, format: System_Text.CompositeFormat, charsWritten:
|
|
152
|
-
TryWrite<TArg0, TArg1, TArg2>(provider: System.IFormatProvider, format: System_Text.CompositeFormat, charsWritten:
|
|
153
|
-
TryWrite(provider: System.IFormatProvider, format: System_Text.CompositeFormat, charsWritten:
|
|
154
|
-
TryWrite(provider: System.IFormatProvider, format: System_Text.CompositeFormat, charsWritten:
|
|
148
|
+
TryWrite(handler: System.MemoryExtensions_TryWriteInterpolatedStringHandler, charsWritten: int): boolean;
|
|
149
|
+
TryWrite(provider: System.IFormatProvider, handler: System.MemoryExtensions_TryWriteInterpolatedStringHandler, charsWritten: int): boolean;
|
|
150
|
+
TryWrite<TArg0>(provider: System.IFormatProvider, format: System_Text.CompositeFormat, charsWritten: int, arg0: TArg0): boolean;
|
|
151
|
+
TryWrite<TArg0, TArg1>(provider: System.IFormatProvider, format: System_Text.CompositeFormat, charsWritten: int, arg0: TArg0, arg1: TArg1): boolean;
|
|
152
|
+
TryWrite<TArg0, TArg1, TArg2>(provider: System.IFormatProvider, format: System_Text.CompositeFormat, charsWritten: int, arg0: TArg0, arg1: TArg1, arg2: TArg2): boolean;
|
|
153
|
+
TryWrite(provider: System.IFormatProvider, format: System_Text.CompositeFormat, charsWritten: int, args: unknown[]): boolean;
|
|
154
|
+
TryWrite(provider: System.IFormatProvider, format: System_Text.CompositeFormat, charsWritten: int, args: System.ReadOnlySpan_1<unknown>): boolean;
|
|
155
155
|
EnumerateRunes(): System_Text.SpanRuneEnumerator;
|
|
156
156
|
EnumerateLines(): System_Text.SpanLineEnumerator;
|
|
157
157
|
Trim(trimElement: T): System.Span_1<T>;
|
|
@@ -160,9 +160,9 @@ export interface __Ext_Span_1<T extends System.IEquatable_1<T>> {
|
|
|
160
160
|
Trim(trimElements: System.ReadOnlySpan_1<T>): System.Span_1<T>;
|
|
161
161
|
TrimStart(trimElements: System.ReadOnlySpan_1<T>): System.Span_1<T>;
|
|
162
162
|
TrimEnd(trimElements: System.ReadOnlySpan_1<T>): System.Span_1<T>;
|
|
163
|
-
Trim(): System.Span_1<
|
|
164
|
-
TrimStart(): System.Span_1<
|
|
165
|
-
TrimEnd(): System.Span_1<
|
|
163
|
+
Trim(): System.Span_1<System_Internal.Char>;
|
|
164
|
+
TrimStart(): System.Span_1<System_Internal.Char>;
|
|
165
|
+
TrimEnd(): System.Span_1<System_Internal.Char>;
|
|
166
166
|
ToImmutableArray(): System_Collections_Immutable.ImmutableArray_1<T>;
|
|
167
167
|
}
|
|
168
168
|
|
|
@@ -176,7 +176,7 @@ export interface __Ext_ReadOnlySpan_1<T extends System.IEquatable_1<T>> {
|
|
|
176
176
|
ContainsAny(values: System.ReadOnlySpan_1<T>): boolean;
|
|
177
177
|
ContainsAny(values: System.ReadOnlySpan_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T>): boolean;
|
|
178
178
|
ContainsAny(values: System_Buffers.SearchValues_1<T>): boolean;
|
|
179
|
-
ContainsAny(values: System_Buffers.SearchValues_1<
|
|
179
|
+
ContainsAny(values: System_Buffers.SearchValues_1<System_Internal.String>): boolean;
|
|
180
180
|
ContainsAnyExcept(value: T): boolean;
|
|
181
181
|
ContainsAnyExcept(value: T, comparer: System_Collections_Generic.IEqualityComparer_1<T>): boolean;
|
|
182
182
|
ContainsAnyExcept(value0: T, value1: T): boolean;
|
|
@@ -225,7 +225,7 @@ export interface __Ext_ReadOnlySpan_1<T extends System.IEquatable_1<T>> {
|
|
|
225
225
|
IndexOfAny(values: System.ReadOnlySpan_1<T>): int;
|
|
226
226
|
IndexOfAny(values: System.ReadOnlySpan_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T>): int;
|
|
227
227
|
IndexOfAny(values: System_Buffers.SearchValues_1<T>): int;
|
|
228
|
-
IndexOfAny(values: System_Buffers.SearchValues_1<
|
|
228
|
+
IndexOfAny(values: System_Buffers.SearchValues_1<System_Internal.String>): int;
|
|
229
229
|
LastIndexOfAny(value0: T, value1: T): int;
|
|
230
230
|
LastIndexOfAny(value0: T, value1: T, comparer: System_Collections_Generic.IEqualityComparer_1<T>): int;
|
|
231
231
|
LastIndexOfAny(value0: T, value1: T, value2: T): int;
|
|
@@ -246,7 +246,7 @@ export interface __Ext_ReadOnlySpan_1<T extends System.IEquatable_1<T>> {
|
|
|
246
246
|
EndsWith(value: T): boolean;
|
|
247
247
|
EndsWith(value: T, comparer: System_Collections_Generic.IEqualityComparer_1<T>): boolean;
|
|
248
248
|
Overlaps(other: System.ReadOnlySpan_1<T>): boolean;
|
|
249
|
-
Overlaps(other: System.ReadOnlySpan_1<T>, elementOffset:
|
|
249
|
+
Overlaps(other: System.ReadOnlySpan_1<T>, elementOffset: int): boolean;
|
|
250
250
|
BinarySearch(comparable: System.IComparable_1<T>): int;
|
|
251
251
|
BinarySearch<TComparable>(comparable: TComparable): int;
|
|
252
252
|
BinarySearch<TComparer>(value: T, comparer: TComparer): int;
|
|
@@ -261,9 +261,9 @@ export interface __Ext_ReadOnlySpan_1<T extends System.IEquatable_1<T>> {
|
|
|
261
261
|
SplitAny(separators: System.ReadOnlySpan_1<T>): System.MemoryExtensions_SpanSplitEnumerator_1<T>;
|
|
262
262
|
SplitAny(separators: System_Buffers.SearchValues_1<T>): System.MemoryExtensions_SpanSplitEnumerator_1<T>;
|
|
263
263
|
Split(destination: System.Span_1<System.Range>, separator: char, options: System.StringSplitOptions): int;
|
|
264
|
-
Split(destination: System.Span_1<System.Range>, separator: System.ReadOnlySpan_1<
|
|
265
|
-
SplitAny(destination: System.Span_1<System.Range>, separators: System.ReadOnlySpan_1<
|
|
266
|
-
SplitAny(destination: System.Span_1<System.Range>, separators: System.ReadOnlySpan_1<
|
|
264
|
+
Split(destination: System.Span_1<System.Range>, separator: System.ReadOnlySpan_1<System_Internal.Char>, options: System.StringSplitOptions): int;
|
|
265
|
+
SplitAny(destination: System.Span_1<System.Range>, separators: System.ReadOnlySpan_1<System_Internal.Char>, options: System.StringSplitOptions): int;
|
|
266
|
+
SplitAny(destination: System.Span_1<System.Range>, separators: System.ReadOnlySpan_1<System_Internal.String>, options: System.StringSplitOptions): int;
|
|
267
267
|
Count(value: T): int;
|
|
268
268
|
Count(value: T, comparer: System_Collections_Generic.IEqualityComparer_1<T>): int;
|
|
269
269
|
Count(value: System.ReadOnlySpan_1<T>): int;
|
|
@@ -272,17 +272,17 @@ export interface __Ext_ReadOnlySpan_1<T extends System.IEquatable_1<T>> {
|
|
|
272
272
|
CountAny(values: System.ReadOnlySpan_1<T>): int;
|
|
273
273
|
CountAny(values: System.ReadOnlySpan_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T>): int;
|
|
274
274
|
IsWhiteSpace(): boolean;
|
|
275
|
-
Contains(value: System.ReadOnlySpan_1<
|
|
276
|
-
Equals(other: System.ReadOnlySpan_1<
|
|
277
|
-
CompareTo(other: System.ReadOnlySpan_1<
|
|
278
|
-
IndexOf(value: System.ReadOnlySpan_1<
|
|
279
|
-
LastIndexOf(value: System.ReadOnlySpan_1<
|
|
280
|
-
ToLower(destination: System.Span_1<
|
|
281
|
-
ToLowerInvariant(destination: System.Span_1<
|
|
282
|
-
ToUpper(destination: System.Span_1<
|
|
283
|
-
ToUpperInvariant(destination: System.Span_1<
|
|
284
|
-
EndsWith(value: System.ReadOnlySpan_1<
|
|
285
|
-
StartsWith(value: System.ReadOnlySpan_1<
|
|
275
|
+
Contains(value: System.ReadOnlySpan_1<System_Internal.Char>, comparisonType: System.StringComparison): boolean;
|
|
276
|
+
Equals(other: System.ReadOnlySpan_1<System_Internal.Char>, comparisonType: System.StringComparison): boolean;
|
|
277
|
+
CompareTo(other: System.ReadOnlySpan_1<System_Internal.Char>, comparisonType: System.StringComparison): int;
|
|
278
|
+
IndexOf(value: System.ReadOnlySpan_1<System_Internal.Char>, comparisonType: System.StringComparison): int;
|
|
279
|
+
LastIndexOf(value: System.ReadOnlySpan_1<System_Internal.Char>, comparisonType: System.StringComparison): int;
|
|
280
|
+
ToLower(destination: System.Span_1<System_Internal.Char>, culture: System_Globalization.CultureInfo): int;
|
|
281
|
+
ToLowerInvariant(destination: System.Span_1<System_Internal.Char>): int;
|
|
282
|
+
ToUpper(destination: System.Span_1<System_Internal.Char>, culture: System_Globalization.CultureInfo): int;
|
|
283
|
+
ToUpperInvariant(destination: System.Span_1<System_Internal.Char>): int;
|
|
284
|
+
EndsWith(value: System.ReadOnlySpan_1<System_Internal.Char>, comparisonType: System.StringComparison): boolean;
|
|
285
|
+
StartsWith(value: System.ReadOnlySpan_1<System_Internal.Char>, comparisonType: System.StringComparison): boolean;
|
|
286
286
|
EnumerateRunes(): System_Text.SpanRuneEnumerator;
|
|
287
287
|
EnumerateLines(): System_Text.SpanLineEnumerator;
|
|
288
288
|
Trim(trimElement: T): System.ReadOnlySpan_1<T>;
|
|
@@ -291,17 +291,17 @@ export interface __Ext_ReadOnlySpan_1<T extends System.IEquatable_1<T>> {
|
|
|
291
291
|
Trim(trimElements: System.ReadOnlySpan_1<T>): System.ReadOnlySpan_1<T>;
|
|
292
292
|
TrimStart(trimElements: System.ReadOnlySpan_1<T>): System.ReadOnlySpan_1<T>;
|
|
293
293
|
TrimEnd(trimElements: System.ReadOnlySpan_1<T>): System.ReadOnlySpan_1<T>;
|
|
294
|
-
Trim(): System.ReadOnlySpan_1<
|
|
295
|
-
TrimStart(): System.ReadOnlySpan_1<
|
|
296
|
-
TrimEnd(): System.ReadOnlySpan_1<
|
|
297
|
-
Trim(trimChar: char): System.ReadOnlySpan_1<
|
|
298
|
-
TrimStart(trimChar: char): System.ReadOnlySpan_1<
|
|
299
|
-
TrimEnd(trimChar: char): System.ReadOnlySpan_1<
|
|
300
|
-
Trim(trimChars: System.ReadOnlySpan_1<
|
|
301
|
-
TrimStart(trimChars: System.ReadOnlySpan_1<
|
|
302
|
-
TrimEnd(trimChars: System.ReadOnlySpan_1<
|
|
294
|
+
Trim(): System.ReadOnlySpan_1<System_Internal.Char>;
|
|
295
|
+
TrimStart(): System.ReadOnlySpan_1<System_Internal.Char>;
|
|
296
|
+
TrimEnd(): System.ReadOnlySpan_1<System_Internal.Char>;
|
|
297
|
+
Trim(trimChar: char): System.ReadOnlySpan_1<System_Internal.Char>;
|
|
298
|
+
TrimStart(trimChar: char): System.ReadOnlySpan_1<System_Internal.Char>;
|
|
299
|
+
TrimEnd(trimChar: char): System.ReadOnlySpan_1<System_Internal.Char>;
|
|
300
|
+
Trim(trimChars: System.ReadOnlySpan_1<System_Internal.Char>): System.ReadOnlySpan_1<System_Internal.Char>;
|
|
301
|
+
TrimStart(trimChars: System.ReadOnlySpan_1<System_Internal.Char>): System.ReadOnlySpan_1<System_Internal.Char>;
|
|
302
|
+
TrimEnd(trimChars: System.ReadOnlySpan_1<System_Internal.Char>): System.ReadOnlySpan_1<System_Internal.Char>;
|
|
303
303
|
IsNormalized(normalizationForm: System_Text.NormalizationForm): boolean;
|
|
304
|
-
TryNormalize(destination: System.Span_1<
|
|
304
|
+
TryNormalize(destination: System.Span_1<System_Internal.Char>, charsWritten: int, normalizationForm: System_Text.NormalizationForm): boolean;
|
|
305
305
|
GetNormalizedLength(normalizationForm: System_Text.NormalizationForm): int;
|
|
306
306
|
ToImmutableArray(): System_Collections_Immutable.ImmutableArray_1<T>;
|
|
307
307
|
}
|
|
@@ -324,9 +324,9 @@ export interface __Ext_Memory_1<T extends System.IEquatable_1<T>> {
|
|
|
324
324
|
Trim(trimElements: System.ReadOnlySpan_1<T>): System.Memory_1<T>;
|
|
325
325
|
TrimStart(trimElements: System.ReadOnlySpan_1<T>): System.Memory_1<T>;
|
|
326
326
|
TrimEnd(trimElements: System.ReadOnlySpan_1<T>): System.Memory_1<T>;
|
|
327
|
-
Trim(): System.Memory_1<
|
|
328
|
-
TrimStart(): System.Memory_1<
|
|
329
|
-
TrimEnd(): System.Memory_1<
|
|
327
|
+
Trim(): System.Memory_1<System_Internal.Char>;
|
|
328
|
+
TrimStart(): System.Memory_1<System_Internal.Char>;
|
|
329
|
+
TrimEnd(): System.Memory_1<System_Internal.Char>;
|
|
330
330
|
}
|
|
331
331
|
|
|
332
332
|
export interface __Ext_ReadOnlyMemory_1<T extends System.IEquatable_1<T>> {
|
|
@@ -336,61 +336,61 @@ export interface __Ext_ReadOnlyMemory_1<T extends System.IEquatable_1<T>> {
|
|
|
336
336
|
Trim(trimElements: System.ReadOnlySpan_1<T>): System.ReadOnlyMemory_1<T>;
|
|
337
337
|
TrimStart(trimElements: System.ReadOnlySpan_1<T>): System.ReadOnlyMemory_1<T>;
|
|
338
338
|
TrimEnd(trimElements: System.ReadOnlySpan_1<T>): System.ReadOnlyMemory_1<T>;
|
|
339
|
-
Trim(): System.ReadOnlyMemory_1<
|
|
340
|
-
TrimStart(): System.ReadOnlyMemory_1<
|
|
341
|
-
TrimEnd(): System.ReadOnlyMemory_1<
|
|
339
|
+
Trim(): System.ReadOnlyMemory_1<System_Internal.Char>;
|
|
340
|
+
TrimStart(): System.ReadOnlyMemory_1<System_Internal.Char>;
|
|
341
|
+
TrimEnd(): System.ReadOnlyMemory_1<System_Internal.Char>;
|
|
342
342
|
}
|
|
343
343
|
|
|
344
344
|
export interface __Ext_Tuple_1<T1> {
|
|
345
|
-
Deconstruct(item1:
|
|
345
|
+
Deconstruct(item1: T1): void;
|
|
346
346
|
ToValueTuple(): System.ValueTuple_1<T1>;
|
|
347
347
|
}
|
|
348
348
|
|
|
349
349
|
export interface __Ext_Tuple_2<T1, T2> {
|
|
350
|
-
Deconstruct(item1:
|
|
350
|
+
Deconstruct(item1: T1, item2: T2): void;
|
|
351
351
|
ToValueTuple(): System.ValueTuple_2<T1, T2>;
|
|
352
352
|
}
|
|
353
353
|
|
|
354
354
|
export interface __Ext_Tuple_3<T1, T2, T3> {
|
|
355
|
-
Deconstruct(item1:
|
|
355
|
+
Deconstruct(item1: T1, item2: T2, item3: T3): void;
|
|
356
356
|
ToValueTuple(): System.ValueTuple_3<T1, T2, T3>;
|
|
357
357
|
}
|
|
358
358
|
|
|
359
359
|
export interface __Ext_Tuple_4<T1, T2, T3, T4> {
|
|
360
|
-
Deconstruct(item1:
|
|
360
|
+
Deconstruct(item1: T1, item2: T2, item3: T3, item4: T4): void;
|
|
361
361
|
ToValueTuple(): System.ValueTuple_4<T1, T2, T3, T4>;
|
|
362
362
|
}
|
|
363
363
|
|
|
364
364
|
export interface __Ext_Tuple_5<T1, T2, T3, T4, T5> {
|
|
365
|
-
Deconstruct(item1:
|
|
365
|
+
Deconstruct(item1: T1, item2: T2, item3: T3, item4: T4, item5: T5): void;
|
|
366
366
|
ToValueTuple(): System.ValueTuple_5<T1, T2, T3, T4, T5>;
|
|
367
367
|
}
|
|
368
368
|
|
|
369
369
|
export interface __Ext_Tuple_6<T1, T2, T3, T4, T5, T6> {
|
|
370
|
-
Deconstruct(item1:
|
|
370
|
+
Deconstruct(item1: T1, item2: T2, item3: T3, item4: T4, item5: T5, item6: T6): void;
|
|
371
371
|
ToValueTuple(): System.ValueTuple_6<T1, T2, T3, T4, T5, T6>;
|
|
372
372
|
}
|
|
373
373
|
|
|
374
374
|
export interface __Ext_Tuple_7<T1, T2, T3, T4, T5, T6, T7> {
|
|
375
|
-
Deconstruct(item1:
|
|
375
|
+
Deconstruct(item1: T1, item2: T2, item3: T3, item4: T4, item5: T5, item6: T6, item7: T7): void;
|
|
376
376
|
ToValueTuple(): System.ValueTuple_7<T1, T2, T3, T4, T5, T6, T7>;
|
|
377
377
|
}
|
|
378
378
|
|
|
379
379
|
export interface __Ext_Tuple_8<T1, T2, T3, T4, T5, T6, T7, TRest> {
|
|
380
|
-
Deconstruct<T8>(item1:
|
|
381
|
-
Deconstruct<T8, T9>(item1:
|
|
382
|
-
Deconstruct<T8, T9, T10>(item1:
|
|
383
|
-
Deconstruct<T8, T9, T10, T11>(item1:
|
|
384
|
-
Deconstruct<T8, T9, T10, T11, T12>(item1:
|
|
385
|
-
Deconstruct<T8, T9, T10, T11, T12, T13>(item1:
|
|
386
|
-
Deconstruct<T8, T9, T10, T11, T12, T13, T14>(item1:
|
|
387
|
-
Deconstruct<T8, T9, T10, T11, T12, T13, T14, T15>(item1:
|
|
388
|
-
Deconstruct<T8, T9, T10, T11, T12, T13, T14, T15, T16>(item1:
|
|
389
|
-
Deconstruct<T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>(item1:
|
|
390
|
-
Deconstruct<T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>(item1:
|
|
391
|
-
Deconstruct<T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>(item1:
|
|
392
|
-
Deconstruct<T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>(item1:
|
|
393
|
-
Deconstruct<T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>(item1:
|
|
380
|
+
Deconstruct<T8>(item1: T1, item2: T2, item3: T3, item4: T4, item5: T5, item6: T6, item7: T7, item8: T8): void;
|
|
381
|
+
Deconstruct<T8, T9>(item1: T1, item2: T2, item3: T3, item4: T4, item5: T5, item6: T6, item7: T7, item8: T8, item9: T9): void;
|
|
382
|
+
Deconstruct<T8, T9, T10>(item1: T1, item2: T2, item3: T3, item4: T4, item5: T5, item6: T6, item7: T7, item8: T8, item9: T9, item10: T10): void;
|
|
383
|
+
Deconstruct<T8, T9, T10, T11>(item1: T1, item2: T2, item3: T3, item4: T4, item5: T5, item6: T6, item7: T7, item8: T8, item9: T9, item10: T10, item11: T11): void;
|
|
384
|
+
Deconstruct<T8, T9, T10, T11, T12>(item1: T1, item2: T2, item3: T3, item4: T4, item5: T5, item6: T6, item7: T7, item8: T8, item9: T9, item10: T10, item11: T11, item12: T12): void;
|
|
385
|
+
Deconstruct<T8, T9, T10, T11, T12, T13>(item1: T1, item2: T2, item3: T3, item4: T4, item5: T5, item6: T6, item7: T7, item8: T8, item9: T9, item10: T10, item11: T11, item12: T12, item13: T13): void;
|
|
386
|
+
Deconstruct<T8, T9, T10, T11, T12, T13, T14>(item1: T1, item2: T2, item3: T3, item4: T4, item5: T5, item6: T6, item7: T7, item8: T8, item9: T9, item10: T10, item11: T11, item12: T12, item13: T13, item14: T14): void;
|
|
387
|
+
Deconstruct<T8, T9, T10, T11, T12, T13, T14, T15>(item1: T1, item2: T2, item3: T3, item4: T4, item5: T5, item6: T6, item7: T7, item8: T8, item9: T9, item10: T10, item11: T11, item12: T12, item13: T13, item14: T14, item15: T15): void;
|
|
388
|
+
Deconstruct<T8, T9, T10, T11, T12, T13, T14, T15, T16>(item1: T1, item2: T2, item3: T3, item4: T4, item5: T5, item6: T6, item7: T7, item8: T8, item9: T9, item10: T10, item11: T11, item12: T12, item13: T13, item14: T14, item15: T15, item16: T16): void;
|
|
389
|
+
Deconstruct<T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>(item1: T1, item2: T2, item3: T3, item4: T4, item5: T5, item6: T6, item7: T7, item8: T8, item9: T9, item10: T10, item11: T11, item12: T12, item13: T13, item14: T14, item15: T15, item16: T16, item17: T17): void;
|
|
390
|
+
Deconstruct<T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>(item1: T1, item2: T2, item3: T3, item4: T4, item5: T5, item6: T6, item7: T7, item8: T8, item9: T9, item10: T10, item11: T11, item12: T12, item13: T13, item14: T14, item15: T15, item16: T16, item17: T17, item18: T18): void;
|
|
391
|
+
Deconstruct<T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>(item1: T1, item2: T2, item3: T3, item4: T4, item5: T5, item6: T6, item7: T7, item8: T8, item9: T9, item10: T10, item11: T11, item12: T12, item13: T13, item14: T14, item15: T15, item16: T16, item17: T17, item18: T18, item19: T19): void;
|
|
392
|
+
Deconstruct<T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>(item1: T1, item2: T2, item3: T3, item4: T4, item5: T5, item6: T6, item7: T7, item8: T8, item9: T9, item10: T10, item11: T11, item12: T12, item13: T13, item14: T14, item15: T15, item16: T16, item17: T17, item18: T18, item19: T19, item20: T20): void;
|
|
393
|
+
Deconstruct<T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>(item1: T1, item2: T2, item3: T3, item4: T4, item5: T5, item6: T6, item7: T7, item8: T8, item9: T9, item10: T10, item11: T11, item12: T12, item13: T13, item14: T14, item15: T15, item16: T16, item17: T17, item18: T18, item19: T19, item20: T20, item21: T21): void;
|
|
394
394
|
ToValueTuple<T8>(): System.ValueTuple_8<T1, T2, T3, T4, T5, T6, T7, System.ValueTuple_1<T8>>;
|
|
395
395
|
}
|
|
396
396
|
|
|
@@ -462,8 +462,8 @@ export interface __Ext_IEnumerable_1<T> {
|
|
|
462
462
|
Aggregate<TAccumulate>(seed: TAccumulate, func: System.Func_3<TAccumulate, T, TAccumulate>): TAccumulate;
|
|
463
463
|
Aggregate<TAccumulate, TResult>(seed: TAccumulate, func: System.Func_3<TAccumulate, T, TAccumulate>, resultSelector: System.Func_2<TAccumulate, TResult>): TResult;
|
|
464
464
|
Any(): boolean;
|
|
465
|
-
Any(predicate: System.Func_2<T,
|
|
466
|
-
All(predicate: System.Func_2<T,
|
|
465
|
+
Any(predicate: System.Func_2<T, System_Internal.Boolean>): boolean;
|
|
466
|
+
All(predicate: System.Func_2<T, System_Internal.Boolean>): boolean;
|
|
467
467
|
Append(element: T): System_Collections_Generic.IEnumerable_1<T>;
|
|
468
468
|
Prepend(element: T): System_Collections_Generic.IEnumerable_1<T>;
|
|
469
469
|
Average(): double;
|
|
@@ -471,29 +471,29 @@ export interface __Ext_IEnumerable_1<T> {
|
|
|
471
471
|
Average(): float;
|
|
472
472
|
Average(): double;
|
|
473
473
|
Average(): decimal;
|
|
474
|
-
Average(): System.Nullable_1<
|
|
475
|
-
Average(): System.Nullable_1<
|
|
476
|
-
Average(): System.Nullable_1<
|
|
477
|
-
Average(): System.Nullable_1<
|
|
478
|
-
Average(): System.Nullable_1<
|
|
479
|
-
Average(selector: System.Func_2<T,
|
|
480
|
-
Average(selector: System.Func_2<T,
|
|
481
|
-
Average(selector: System.Func_2<T,
|
|
482
|
-
Average(selector: System.Func_2<T, System.Nullable_1<
|
|
483
|
-
Average(selector: System.Func_2<T, System.Nullable_1<
|
|
484
|
-
Average(selector: System.Func_2<T, System.Nullable_1<
|
|
474
|
+
Average(): System.Nullable_1<System_Internal.Double>;
|
|
475
|
+
Average(): System.Nullable_1<System_Internal.Double>;
|
|
476
|
+
Average(): System.Nullable_1<System_Internal.Single>;
|
|
477
|
+
Average(): System.Nullable_1<System_Internal.Double>;
|
|
478
|
+
Average(): System.Nullable_1<System_Internal.Decimal>;
|
|
479
|
+
Average(selector: System.Func_2<T, System_Internal.Int32>): double;
|
|
480
|
+
Average(selector: System.Func_2<T, System_Internal.Single>): float;
|
|
481
|
+
Average(selector: System.Func_2<T, System_Internal.Decimal>): decimal;
|
|
482
|
+
Average(selector: System.Func_2<T, System.Nullable_1<System_Internal.Int32>>): System.Nullable_1<System_Internal.Double>;
|
|
483
|
+
Average(selector: System.Func_2<T, System.Nullable_1<System_Internal.Single>>): System.Nullable_1<System_Internal.Single>;
|
|
484
|
+
Average(selector: System.Func_2<T, System.Nullable_1<System_Internal.Decimal>>): System.Nullable_1<System_Internal.Decimal>;
|
|
485
485
|
Chunk(size: int): System_Collections_Generic.IEnumerable_1<T[]>;
|
|
486
486
|
Concat(second: System_Collections_Generic.IEnumerable_1<T>): System_Collections_Generic.IEnumerable_1<T>;
|
|
487
487
|
Contains(value: T): boolean;
|
|
488
488
|
Contains(value: T, comparer: System_Collections_Generic.IEqualityComparer_1<T>): boolean;
|
|
489
489
|
AggregateBy<TKey, TAccumulate>(keySelector: System.Func_2<T, TKey>, seed: TAccumulate, func: System.Func_3<TAccumulate, T, TAccumulate>, keyComparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, TAccumulate>>;
|
|
490
490
|
AggregateBy<TKey, TAccumulate>(keySelector: System.Func_2<T, TKey>, seedSelector: System.Func_2<TKey, TAccumulate>, func: System.Func_3<TAccumulate, T, TAccumulate>, keyComparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, TAccumulate>>;
|
|
491
|
-
CountBy<TKey>(keySelector: System.Func_2<T, TKey>, keyComparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey,
|
|
491
|
+
CountBy<TKey>(keySelector: System.Func_2<T, TKey>, keyComparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, System_Internal.Int32>>;
|
|
492
492
|
Count(): int;
|
|
493
|
-
Count(predicate: System.Func_2<T,
|
|
494
|
-
TryGetNonEnumeratedCount(count:
|
|
493
|
+
Count(predicate: System.Func_2<T, System_Internal.Boolean>): int;
|
|
494
|
+
TryGetNonEnumeratedCount(count: int): boolean;
|
|
495
495
|
LongCount(): long;
|
|
496
|
-
LongCount(predicate: System.Func_2<T,
|
|
496
|
+
LongCount(predicate: System.Func_2<T, System_Internal.Boolean>): long;
|
|
497
497
|
DefaultIfEmpty(): System_Collections_Generic.IEnumerable_1<T>;
|
|
498
498
|
DefaultIfEmpty(defaultValue: T): System_Collections_Generic.IEnumerable_1<T>;
|
|
499
499
|
Distinct(): System_Collections_Generic.IEnumerable_1<T>;
|
|
@@ -510,11 +510,11 @@ export interface __Ext_IEnumerable_1<T> {
|
|
|
510
510
|
ExceptBy<TKey>(second: System_Collections_Generic.IEnumerable_1<TKey>, keySelector: System.Func_2<T, TKey>): System_Collections_Generic.IEnumerable_1<T>;
|
|
511
511
|
ExceptBy<TKey>(second: System_Collections_Generic.IEnumerable_1<TKey>, keySelector: System.Func_2<T, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IEnumerable_1<T>;
|
|
512
512
|
First(): T;
|
|
513
|
-
First(predicate: System.Func_2<T,
|
|
513
|
+
First(predicate: System.Func_2<T, System_Internal.Boolean>): T;
|
|
514
514
|
FirstOrDefault(): T;
|
|
515
515
|
FirstOrDefault(defaultValue: T): T;
|
|
516
|
-
FirstOrDefault(predicate: System.Func_2<T,
|
|
517
|
-
FirstOrDefault(predicate: System.Func_2<T,
|
|
516
|
+
FirstOrDefault(predicate: System.Func_2<T, System_Internal.Boolean>): T;
|
|
517
|
+
FirstOrDefault(predicate: System.Func_2<T, System_Internal.Boolean>, defaultValue: T): T;
|
|
518
518
|
GroupBy<TKey>(keySelector: System.Func_2<T, TKey>): System_Collections_Generic.IEnumerable_1<System_Linq.IGrouping_2<TKey, T>>;
|
|
519
519
|
GroupBy<TKey>(keySelector: System.Func_2<T, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IEnumerable_1<System_Linq.IGrouping_2<TKey, T>>;
|
|
520
520
|
GroupBy<TKey, TElement>(keySelector: System.Func_2<T, TKey>, elementSelector: System.Func_2<T, TElement>): System_Collections_Generic.IEnumerable_1<System_Linq.IGrouping_2<TKey, TElement>>;
|
|
@@ -525,7 +525,7 @@ export interface __Ext_IEnumerable_1<T> {
|
|
|
525
525
|
GroupBy<TKey, TElement, TResult>(keySelector: System.Func_2<T, TKey>, elementSelector: System.Func_2<T, TElement>, resultSelector: System.Func_3<TKey, System_Collections_Generic.IEnumerable_1<TElement>, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IEnumerable_1<TResult>;
|
|
526
526
|
GroupJoin<TInner, TKey, TResult>(inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System.Func_2<T, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<T, System_Collections_Generic.IEnumerable_1<TInner>, TResult>): System_Collections_Generic.IEnumerable_1<TResult>;
|
|
527
527
|
GroupJoin<TInner, TKey, TResult>(inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System.Func_2<T, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<T, System_Collections_Generic.IEnumerable_1<TInner>, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IEnumerable_1<TResult>;
|
|
528
|
-
Index(): System_Collections_Generic.IEnumerable_1<System.ValueTuple_2<
|
|
528
|
+
Index(): System_Collections_Generic.IEnumerable_1<System.ValueTuple_2<System_Internal.Int32, T>>;
|
|
529
529
|
Intersect(second: System_Collections_Generic.IEnumerable_1<T>): System_Collections_Generic.IEnumerable_1<T>;
|
|
530
530
|
Intersect(second: System_Collections_Generic.IEnumerable_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T>): System_Collections_Generic.IEnumerable_1<T>;
|
|
531
531
|
IntersectBy<TKey>(second: System_Collections_Generic.IEnumerable_1<TKey>, keySelector: System.Func_2<T, TKey>): System_Collections_Generic.IEnumerable_1<T>;
|
|
@@ -533,11 +533,11 @@ export interface __Ext_IEnumerable_1<T> {
|
|
|
533
533
|
Join<TInner, TKey, TResult>(inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System.Func_2<T, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<T, TInner, TResult>): System_Collections_Generic.IEnumerable_1<TResult>;
|
|
534
534
|
Join<TInner, TKey, TResult>(inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System.Func_2<T, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<T, TInner, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IEnumerable_1<TResult>;
|
|
535
535
|
Last(): T;
|
|
536
|
-
Last(predicate: System.Func_2<T,
|
|
536
|
+
Last(predicate: System.Func_2<T, System_Internal.Boolean>): T;
|
|
537
537
|
LastOrDefault(): T;
|
|
538
538
|
LastOrDefault(defaultValue: T): T;
|
|
539
|
-
LastOrDefault(predicate: System.Func_2<T,
|
|
540
|
-
LastOrDefault(predicate: System.Func_2<T,
|
|
539
|
+
LastOrDefault(predicate: System.Func_2<T, System_Internal.Boolean>): T;
|
|
540
|
+
LastOrDefault(predicate: System.Func_2<T, System_Internal.Boolean>, defaultValue: T): T;
|
|
541
541
|
LeftJoin<TInner, TKey, TResult>(inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System.Func_2<T, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<T, TInner, TResult>): System_Collections_Generic.IEnumerable_1<TResult>;
|
|
542
542
|
LeftJoin<TInner, TKey, TResult>(inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System.Func_2<T, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<T, TInner, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IEnumerable_1<TResult>;
|
|
543
543
|
ToLookup<TKey>(keySelector: System.Func_2<T, TKey>): System_Linq.ILookup_2<TKey, T>;
|
|
@@ -546,53 +546,53 @@ export interface __Ext_IEnumerable_1<T> {
|
|
|
546
546
|
ToLookup<TKey, TElement>(keySelector: System.Func_2<T, TKey>, elementSelector: System.Func_2<T, TElement>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Linq.ILookup_2<TKey, TElement>;
|
|
547
547
|
Max(): int;
|
|
548
548
|
Max(): long;
|
|
549
|
-
Max(): System.Nullable_1<
|
|
550
|
-
Max(): System.Nullable_1<
|
|
549
|
+
Max(): System.Nullable_1<System_Internal.Int32>;
|
|
550
|
+
Max(): System.Nullable_1<System_Internal.Int64>;
|
|
551
551
|
Max(): double;
|
|
552
|
-
Max(): System.Nullable_1<
|
|
552
|
+
Max(): System.Nullable_1<System_Internal.Double>;
|
|
553
553
|
Max(): float;
|
|
554
|
-
Max(): System.Nullable_1<
|
|
554
|
+
Max(): System.Nullable_1<System_Internal.Single>;
|
|
555
555
|
Max(): decimal;
|
|
556
|
-
Max(): System.Nullable_1<
|
|
556
|
+
Max(): System.Nullable_1<System_Internal.Decimal>;
|
|
557
557
|
Max(): T;
|
|
558
558
|
Max(comparer: System_Collections_Generic.IComparer_1<T>): T;
|
|
559
559
|
MaxBy<TKey>(keySelector: System.Func_2<T, TKey>): T;
|
|
560
560
|
MaxBy<TKey>(keySelector: System.Func_2<T, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey>): T;
|
|
561
|
-
Max(selector: System.Func_2<T,
|
|
562
|
-
Max(selector: System.Func_2<T, System.Nullable_1<
|
|
563
|
-
Max(selector: System.Func_2<T,
|
|
564
|
-
Max(selector: System.Func_2<T, System.Nullable_1<
|
|
565
|
-
Max(selector: System.Func_2<T,
|
|
566
|
-
Max(selector: System.Func_2<T, System.Nullable_1<
|
|
567
|
-
Max(selector: System.Func_2<T,
|
|
568
|
-
Max(selector: System.Func_2<T, System.Nullable_1<
|
|
569
|
-
Max(selector: System.Func_2<T,
|
|
570
|
-
Max(selector: System.Func_2<T, System.Nullable_1<
|
|
561
|
+
Max(selector: System.Func_2<T, System_Internal.Int32>): int;
|
|
562
|
+
Max(selector: System.Func_2<T, System.Nullable_1<System_Internal.Int32>>): System.Nullable_1<System_Internal.Int32>;
|
|
563
|
+
Max(selector: System.Func_2<T, System_Internal.Int64>): long;
|
|
564
|
+
Max(selector: System.Func_2<T, System.Nullable_1<System_Internal.Int64>>): System.Nullable_1<System_Internal.Int64>;
|
|
565
|
+
Max(selector: System.Func_2<T, System_Internal.Single>): float;
|
|
566
|
+
Max(selector: System.Func_2<T, System.Nullable_1<System_Internal.Single>>): System.Nullable_1<System_Internal.Single>;
|
|
567
|
+
Max(selector: System.Func_2<T, System_Internal.Double>): double;
|
|
568
|
+
Max(selector: System.Func_2<T, System.Nullable_1<System_Internal.Double>>): System.Nullable_1<System_Internal.Double>;
|
|
569
|
+
Max(selector: System.Func_2<T, System_Internal.Decimal>): decimal;
|
|
570
|
+
Max(selector: System.Func_2<T, System.Nullable_1<System_Internal.Decimal>>): System.Nullable_1<System_Internal.Decimal>;
|
|
571
571
|
Max<TResult>(selector: System.Func_2<T, TResult>): TResult;
|
|
572
572
|
Min(): int;
|
|
573
573
|
Min(): long;
|
|
574
|
-
Min(): System.Nullable_1<
|
|
575
|
-
Min(): System.Nullable_1<
|
|
574
|
+
Min(): System.Nullable_1<System_Internal.Int32>;
|
|
575
|
+
Min(): System.Nullable_1<System_Internal.Int64>;
|
|
576
576
|
Min(): float;
|
|
577
|
-
Min(): System.Nullable_1<
|
|
577
|
+
Min(): System.Nullable_1<System_Internal.Single>;
|
|
578
578
|
Min(): double;
|
|
579
|
-
Min(): System.Nullable_1<
|
|
579
|
+
Min(): System.Nullable_1<System_Internal.Double>;
|
|
580
580
|
Min(): decimal;
|
|
581
|
-
Min(): System.Nullable_1<
|
|
581
|
+
Min(): System.Nullable_1<System_Internal.Decimal>;
|
|
582
582
|
Min(): T;
|
|
583
583
|
Min(comparer: System_Collections_Generic.IComparer_1<T>): T;
|
|
584
584
|
MinBy<TKey>(keySelector: System.Func_2<T, TKey>): T;
|
|
585
585
|
MinBy<TKey>(keySelector: System.Func_2<T, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey>): T;
|
|
586
|
-
Min(selector: System.Func_2<T,
|
|
587
|
-
Min(selector: System.Func_2<T, System.Nullable_1<
|
|
588
|
-
Min(selector: System.Func_2<T,
|
|
589
|
-
Min(selector: System.Func_2<T, System.Nullable_1<
|
|
590
|
-
Min(selector: System.Func_2<T,
|
|
591
|
-
Min(selector: System.Func_2<T, System.Nullable_1<
|
|
592
|
-
Min(selector: System.Func_2<T,
|
|
593
|
-
Min(selector: System.Func_2<T, System.Nullable_1<
|
|
594
|
-
Min(selector: System.Func_2<T,
|
|
595
|
-
Min(selector: System.Func_2<T, System.Nullable_1<
|
|
586
|
+
Min(selector: System.Func_2<T, System_Internal.Int32>): int;
|
|
587
|
+
Min(selector: System.Func_2<T, System.Nullable_1<System_Internal.Int32>>): System.Nullable_1<System_Internal.Int32>;
|
|
588
|
+
Min(selector: System.Func_2<T, System_Internal.Int64>): long;
|
|
589
|
+
Min(selector: System.Func_2<T, System.Nullable_1<System_Internal.Int64>>): System.Nullable_1<System_Internal.Int64>;
|
|
590
|
+
Min(selector: System.Func_2<T, System_Internal.Single>): float;
|
|
591
|
+
Min(selector: System.Func_2<T, System.Nullable_1<System_Internal.Single>>): System.Nullable_1<System_Internal.Single>;
|
|
592
|
+
Min(selector: System.Func_2<T, System_Internal.Double>): double;
|
|
593
|
+
Min(selector: System.Func_2<T, System.Nullable_1<System_Internal.Double>>): System.Nullable_1<System_Internal.Double>;
|
|
594
|
+
Min(selector: System.Func_2<T, System_Internal.Decimal>): decimal;
|
|
595
|
+
Min(selector: System.Func_2<T, System.Nullable_1<System_Internal.Decimal>>): System.Nullable_1<System_Internal.Decimal>;
|
|
596
596
|
Min<TResult>(selector: System.Func_2<T, TResult>): TResult;
|
|
597
597
|
Order(): System_Linq.IOrderedEnumerable_1<T>;
|
|
598
598
|
Order(comparer: System_Collections_Generic.IComparer_1<T>): System_Linq.IOrderedEnumerable_1<T>;
|
|
@@ -607,47 +607,47 @@ export interface __Ext_IEnumerable_1<T> {
|
|
|
607
607
|
RightJoin<TInner, TKey, TResult>(inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System.Func_2<T, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<T, TInner, TResult>): System_Collections_Generic.IEnumerable_1<TResult>;
|
|
608
608
|
RightJoin<TInner, TKey, TResult>(inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System.Func_2<T, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<T, TInner, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IEnumerable_1<TResult>;
|
|
609
609
|
Select<TResult>(selector: System.Func_2<T, TResult>): System_Collections_Generic.IEnumerable_1<TResult>;
|
|
610
|
-
Select<TResult>(selector: System.Func_3<T,
|
|
610
|
+
Select<TResult>(selector: System.Func_3<T, System_Internal.Int32, TResult>): System_Collections_Generic.IEnumerable_1<TResult>;
|
|
611
611
|
SelectMany<TResult>(selector: System.Func_2<T, System_Collections_Generic.IEnumerable_1<TResult>>): System_Collections_Generic.IEnumerable_1<TResult>;
|
|
612
|
-
SelectMany<TResult>(selector: System.Func_3<T,
|
|
613
|
-
SelectMany<TCollection, TResult>(collectionSelector: System.Func_3<T,
|
|
612
|
+
SelectMany<TResult>(selector: System.Func_3<T, System_Internal.Int32, System_Collections_Generic.IEnumerable_1<TResult>>): System_Collections_Generic.IEnumerable_1<TResult>;
|
|
613
|
+
SelectMany<TCollection, TResult>(collectionSelector: System.Func_3<T, System_Internal.Int32, System_Collections_Generic.IEnumerable_1<TCollection>>, resultSelector: System.Func_3<T, TCollection, TResult>): System_Collections_Generic.IEnumerable_1<TResult>;
|
|
614
614
|
SelectMany<TCollection, TResult>(collectionSelector: System.Func_2<T, System_Collections_Generic.IEnumerable_1<TCollection>>, resultSelector: System.Func_3<T, TCollection, TResult>): System_Collections_Generic.IEnumerable_1<TResult>;
|
|
615
615
|
SequenceEqual(second: System_Collections_Generic.IEnumerable_1<T>): boolean;
|
|
616
616
|
SequenceEqual(second: System_Collections_Generic.IEnumerable_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T>): boolean;
|
|
617
617
|
Single(): T;
|
|
618
|
-
Single(predicate: System.Func_2<T,
|
|
618
|
+
Single(predicate: System.Func_2<T, System_Internal.Boolean>): T;
|
|
619
619
|
SingleOrDefault(): T;
|
|
620
620
|
SingleOrDefault(defaultValue: T): T;
|
|
621
|
-
SingleOrDefault(predicate: System.Func_2<T,
|
|
622
|
-
SingleOrDefault(predicate: System.Func_2<T,
|
|
621
|
+
SingleOrDefault(predicate: System.Func_2<T, System_Internal.Boolean>): T;
|
|
622
|
+
SingleOrDefault(predicate: System.Func_2<T, System_Internal.Boolean>, defaultValue: T): T;
|
|
623
623
|
Skip(count: int): System_Collections_Generic.IEnumerable_1<T>;
|
|
624
|
-
SkipWhile(predicate: System.Func_2<T,
|
|
625
|
-
SkipWhile(predicate: System.Func_3<T,
|
|
624
|
+
SkipWhile(predicate: System.Func_2<T, System_Internal.Boolean>): System_Collections_Generic.IEnumerable_1<T>;
|
|
625
|
+
SkipWhile(predicate: System.Func_3<T, System_Internal.Int32, System_Internal.Boolean>): System_Collections_Generic.IEnumerable_1<T>;
|
|
626
626
|
SkipLast(count: int): System_Collections_Generic.IEnumerable_1<T>;
|
|
627
627
|
Sum(): int;
|
|
628
628
|
Sum(): long;
|
|
629
629
|
Sum(): float;
|
|
630
630
|
Sum(): double;
|
|
631
631
|
Sum(): decimal;
|
|
632
|
-
Sum(): System.Nullable_1<
|
|
633
|
-
Sum(): System.Nullable_1<
|
|
634
|
-
Sum(): System.Nullable_1<
|
|
635
|
-
Sum(): System.Nullable_1<
|
|
636
|
-
Sum(): System.Nullable_1<
|
|
637
|
-
Sum(selector: System.Func_2<T,
|
|
638
|
-
Sum(selector: System.Func_2<T,
|
|
639
|
-
Sum(selector: System.Func_2<T,
|
|
640
|
-
Sum(selector: System.Func_2<T,
|
|
641
|
-
Sum(selector: System.Func_2<T,
|
|
642
|
-
Sum(selector: System.Func_2<T, System.Nullable_1<
|
|
643
|
-
Sum(selector: System.Func_2<T, System.Nullable_1<
|
|
644
|
-
Sum(selector: System.Func_2<T, System.Nullable_1<
|
|
645
|
-
Sum(selector: System.Func_2<T, System.Nullable_1<
|
|
646
|
-
Sum(selector: System.Func_2<T, System.Nullable_1<
|
|
632
|
+
Sum(): System.Nullable_1<System_Internal.Int32>;
|
|
633
|
+
Sum(): System.Nullable_1<System_Internal.Int64>;
|
|
634
|
+
Sum(): System.Nullable_1<System_Internal.Single>;
|
|
635
|
+
Sum(): System.Nullable_1<System_Internal.Double>;
|
|
636
|
+
Sum(): System.Nullable_1<System_Internal.Decimal>;
|
|
637
|
+
Sum(selector: System.Func_2<T, System_Internal.Int32>): int;
|
|
638
|
+
Sum(selector: System.Func_2<T, System_Internal.Int64>): long;
|
|
639
|
+
Sum(selector: System.Func_2<T, System_Internal.Single>): float;
|
|
640
|
+
Sum(selector: System.Func_2<T, System_Internal.Double>): double;
|
|
641
|
+
Sum(selector: System.Func_2<T, System_Internal.Decimal>): decimal;
|
|
642
|
+
Sum(selector: System.Func_2<T, System.Nullable_1<System_Internal.Int32>>): System.Nullable_1<System_Internal.Int32>;
|
|
643
|
+
Sum(selector: System.Func_2<T, System.Nullable_1<System_Internal.Int64>>): System.Nullable_1<System_Internal.Int64>;
|
|
644
|
+
Sum(selector: System.Func_2<T, System.Nullable_1<System_Internal.Single>>): System.Nullable_1<System_Internal.Single>;
|
|
645
|
+
Sum(selector: System.Func_2<T, System.Nullable_1<System_Internal.Double>>): System.Nullable_1<System_Internal.Double>;
|
|
646
|
+
Sum(selector: System.Func_2<T, System.Nullable_1<System_Internal.Decimal>>): System.Nullable_1<System_Internal.Decimal>;
|
|
647
647
|
Take(count: int): System_Collections_Generic.IEnumerable_1<T>;
|
|
648
648
|
Take(range: System.Range): System_Collections_Generic.IEnumerable_1<T>;
|
|
649
|
-
TakeWhile(predicate: System.Func_2<T,
|
|
650
|
-
TakeWhile(predicate: System.Func_3<T,
|
|
649
|
+
TakeWhile(predicate: System.Func_2<T, System_Internal.Boolean>): System_Collections_Generic.IEnumerable_1<T>;
|
|
650
|
+
TakeWhile(predicate: System.Func_3<T, System_Internal.Int32, System_Internal.Boolean>): System_Collections_Generic.IEnumerable_1<T>;
|
|
651
651
|
TakeLast(count: int): System_Collections_Generic.IEnumerable_1<T>;
|
|
652
652
|
ToArray(): T[];
|
|
653
653
|
ToList(): System_Collections_Generic.List_1<T>;
|
|
@@ -663,8 +663,8 @@ export interface __Ext_IEnumerable_1<T> {
|
|
|
663
663
|
Union(second: System_Collections_Generic.IEnumerable_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T>): System_Collections_Generic.IEnumerable_1<T>;
|
|
664
664
|
UnionBy<TKey>(second: System_Collections_Generic.IEnumerable_1<T>, keySelector: System.Func_2<T, TKey>): System_Collections_Generic.IEnumerable_1<T>;
|
|
665
665
|
UnionBy<TKey>(second: System_Collections_Generic.IEnumerable_1<T>, keySelector: System.Func_2<T, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IEnumerable_1<T>;
|
|
666
|
-
Where(predicate: System.Func_2<T,
|
|
667
|
-
Where(predicate: System.Func_3<T,
|
|
666
|
+
Where(predicate: System.Func_2<T, System_Internal.Boolean>): System_Collections_Generic.IEnumerable_1<T>;
|
|
667
|
+
Where(predicate: System.Func_3<T, System_Internal.Int32, System_Internal.Boolean>): System_Collections_Generic.IEnumerable_1<T>;
|
|
668
668
|
Zip<TSecond, TResult>(second: System_Collections_Generic.IEnumerable_1<TSecond>, resultSelector: System.Func_3<T, TSecond, TResult>): System_Collections_Generic.IEnumerable_1<TResult>;
|
|
669
669
|
Zip<TSecond>(second: System_Collections_Generic.IEnumerable_1<TSecond>): System_Collections_Generic.IEnumerable_1<System.ValueTuple_2<T, TSecond>>;
|
|
670
670
|
Zip<TSecond, TThird>(second: System_Collections_Generic.IEnumerable_1<TSecond>, third: System_Collections_Generic.IEnumerable_1<TThird>): System_Collections_Generic.IEnumerable_1<System.ValueTuple_3<T, TSecond, TThird>>;
|
|
@@ -698,7 +698,7 @@ export interface __Ext_IReadOnlyDictionary_2<TKey, TValue> {
|
|
|
698
698
|
|
|
699
699
|
export interface __Ext_IDictionary_2<TKey, TValue> {
|
|
700
700
|
TryAdd(key: TKey, value: TValue): boolean;
|
|
701
|
-
Remove(key: TKey, value:
|
|
701
|
+
Remove(key: TKey, value: TValue): boolean;
|
|
702
702
|
AsReadOnly(): System_Collections_ObjectModel.ReadOnlyDictionary_2<TKey, TValue>;
|
|
703
703
|
}
|
|
704
704
|
|
|
@@ -732,30 +732,30 @@ export interface __Ext_ImmutableArray_1<T> {
|
|
|
732
732
|
BinarySearch(index: int, length: int, value: T, comparer: System_Collections_Generic.IComparer_1<T>): int;
|
|
733
733
|
Select<TResult>(selector: System.Func_2<T, TResult>): System_Collections_Generic.IEnumerable_1<TResult>;
|
|
734
734
|
SelectMany<TCollection, TResult>(collectionSelector: System.Func_2<T, System_Collections_Generic.IEnumerable_1<TCollection>>, resultSelector: System.Func_3<T, TCollection, TResult>): System_Collections_Generic.IEnumerable_1<TResult>;
|
|
735
|
-
Where(predicate: System.Func_2<T,
|
|
735
|
+
Where(predicate: System.Func_2<T, System_Internal.Boolean>): System_Collections_Generic.IEnumerable_1<T>;
|
|
736
736
|
Any(): boolean;
|
|
737
|
-
Any(predicate: System.Func_2<T,
|
|
738
|
-
All(predicate: System.Func_2<T,
|
|
737
|
+
Any(predicate: System.Func_2<T, System_Internal.Boolean>): boolean;
|
|
738
|
+
All(predicate: System.Func_2<T, System_Internal.Boolean>): boolean;
|
|
739
739
|
SequenceEqual<TDerived>(items: System_Collections_Immutable.ImmutableArray_1<TDerived>, comparer: System_Collections_Generic.IEqualityComparer_1<T>): boolean;
|
|
740
740
|
SequenceEqual<TDerived>(items: System_Collections_Generic.IEnumerable_1<TDerived>, comparer: System_Collections_Generic.IEqualityComparer_1<T>): boolean;
|
|
741
|
-
SequenceEqual<TDerived>(items: System_Collections_Immutable.ImmutableArray_1<TDerived>, predicate: System.Func_3<T, T,
|
|
741
|
+
SequenceEqual<TDerived>(items: System_Collections_Immutable.ImmutableArray_1<TDerived>, predicate: System.Func_3<T, T, System_Internal.Boolean>): boolean;
|
|
742
742
|
Aggregate(func: System.Func_3<T, T, T>): T;
|
|
743
743
|
Aggregate<TAccumulate>(seed: TAccumulate, func: System.Func_3<TAccumulate, T, TAccumulate>): TAccumulate;
|
|
744
744
|
Aggregate<TAccumulate, TResult>(seed: TAccumulate, func: System.Func_3<TAccumulate, T, TAccumulate>, resultSelector: System.Func_2<TAccumulate, TResult>): TResult;
|
|
745
745
|
ElementAt(index: int): T;
|
|
746
746
|
ElementAtOrDefault(index: int): T;
|
|
747
|
-
First(predicate: System.Func_2<T,
|
|
747
|
+
First(predicate: System.Func_2<T, System_Internal.Boolean>): T;
|
|
748
748
|
First(): T;
|
|
749
749
|
FirstOrDefault(): T;
|
|
750
|
-
FirstOrDefault(predicate: System.Func_2<T,
|
|
750
|
+
FirstOrDefault(predicate: System.Func_2<T, System_Internal.Boolean>): T;
|
|
751
751
|
Last(): T;
|
|
752
|
-
Last(predicate: System.Func_2<T,
|
|
752
|
+
Last(predicate: System.Func_2<T, System_Internal.Boolean>): T;
|
|
753
753
|
LastOrDefault(): T;
|
|
754
|
-
LastOrDefault(predicate: System.Func_2<T,
|
|
754
|
+
LastOrDefault(predicate: System.Func_2<T, System_Internal.Boolean>): T;
|
|
755
755
|
Single(): T;
|
|
756
|
-
Single(predicate: System.Func_2<T,
|
|
756
|
+
Single(predicate: System.Func_2<T, System_Internal.Boolean>): T;
|
|
757
757
|
SingleOrDefault(): T;
|
|
758
|
-
SingleOrDefault(predicate: System.Func_2<T,
|
|
758
|
+
SingleOrDefault(predicate: System.Func_2<T, System_Internal.Boolean>): T;
|
|
759
759
|
ToDictionary<TKey>(keySelector: System.Func_2<T, TKey>): System_Collections_Generic.Dictionary_2<TKey, T>;
|
|
760
760
|
ToDictionary<TKey, TElement>(keySelector: System.Func_2<T, TKey>, elementSelector: System.Func_2<T, TElement>): System_Collections_Generic.Dictionary_2<TKey, TElement>;
|
|
761
761
|
ToDictionary<TKey>(keySelector: System.Func_2<T, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.Dictionary_2<TKey, T>;
|
|
@@ -796,7 +796,7 @@ export interface __Ext_IImmutableList_1<T> {
|
|
|
796
796
|
}
|
|
797
797
|
|
|
798
798
|
export interface __Ext_IImmutableQueue_1<T> {
|
|
799
|
-
Dequeue(value:
|
|
799
|
+
Dequeue(value: T): System_Collections_Immutable.IImmutableQueue_1<T>;
|
|
800
800
|
}
|
|
801
801
|
|
|
802
802
|
export interface __Ext_ImmutableSortedDictionary_2_Builder<TKey, TValue> {
|
|
@@ -808,7 +808,7 @@ export interface __Ext_ImmutableSortedSet_1_Builder<T> {
|
|
|
808
808
|
}
|
|
809
809
|
|
|
810
810
|
export interface __Ext_IImmutableStack_1<T> {
|
|
811
|
-
Pop(value:
|
|
811
|
+
Pop(value: T): System_Collections_Immutable.IImmutableStack_1<T>;
|
|
812
812
|
}
|
|
813
813
|
|
|
814
814
|
export interface __Ext_DbDataReader {
|
|
@@ -837,7 +837,7 @@ export interface __Ext_DbDataReader {
|
|
|
837
837
|
GetTextReader(name: string): System_IO.TextReader;
|
|
838
838
|
GetValue(name: string): unknown;
|
|
839
839
|
IsDBNull(name: string): boolean;
|
|
840
|
-
IsDBNullAsync(name: string, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<
|
|
840
|
+
IsDBNullAsync(name: string, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<System_Internal.Boolean>;
|
|
841
841
|
GetColumnSchema(): System_Collections_ObjectModel.ReadOnlyCollection_1<System_Data_Common.DbColumn>;
|
|
842
842
|
CanGetColumnSchema(): boolean;
|
|
843
843
|
}
|
|
@@ -861,7 +861,7 @@ export interface __Ext_DataTable {
|
|
|
861
861
|
|
|
862
862
|
export interface __Ext_EnumerableRowCollection_1<TRow> {
|
|
863
863
|
AsDataView(): System_Data.DataView;
|
|
864
|
-
Where(predicate: System.Func_2<TRow,
|
|
864
|
+
Where(predicate: System.Func_2<TRow, System_Internal.Boolean>): System_Data.EnumerableRowCollection_1<TRow>;
|
|
865
865
|
OrderBy<TKey>(keySelector: System.Func_2<TRow, TKey>): System_Data.OrderedEnumerableRowCollection_1<TRow>;
|
|
866
866
|
OrderBy<TKey>(keySelector: System.Func_2<TRow, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey>): System_Data.OrderedEnumerableRowCollection_1<TRow>;
|
|
867
867
|
OrderByDescending<TKey>(keySelector: System.Func_2<TRow, TKey>): System_Data.OrderedEnumerableRowCollection_1<TRow>;
|
|
@@ -881,7 +881,7 @@ export interface __Ext_EnumerableRowCollection {
|
|
|
881
881
|
}
|
|
882
882
|
|
|
883
883
|
export interface __Ext_TypedTableBase_1<T> {
|
|
884
|
-
Where(predicate: System.Func_2<T,
|
|
884
|
+
Where(predicate: System.Func_2<T, System_Internal.Boolean>): System_Data.EnumerableRowCollection_1<T>;
|
|
885
885
|
OrderBy<TKey>(keySelector: System.Func_2<T, TKey>): System_Data.OrderedEnumerableRowCollection_1<T>;
|
|
886
886
|
OrderBy<TKey>(keySelector: System.Func_2<T, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey>): System_Data.OrderedEnumerableRowCollection_1<T>;
|
|
887
887
|
OrderByDescending<TKey>(keySelector: System.Func_2<T, TKey>): System_Data.OrderedEnumerableRowCollection_1<T>;
|
|
@@ -901,7 +901,7 @@ export interface __Ext_StackFrame {
|
|
|
901
901
|
}
|
|
902
902
|
|
|
903
903
|
export interface __Ext_IMeterFactory {
|
|
904
|
-
Create(name: string, version: string, tags: System_Collections_Generic.IEnumerable_1<System_Collections_Generic.KeyValuePair_2<
|
|
904
|
+
Create(name: string, version: string, tags: System_Collections_Generic.IEnumerable_1<System_Collections_Generic.KeyValuePair_2<System_Internal.String, unknown>>): System_Diagnostics_Metrics.Meter;
|
|
905
905
|
}
|
|
906
906
|
|
|
907
907
|
export interface __Ext_CompareInfo {
|
|
@@ -983,34 +983,34 @@ export interface __Ext_IAsyncEnumerable_1<T> {
|
|
|
983
983
|
AggregateBy<TKey, TAccumulate>(keySelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, seed: TAccumulate, func: System.Func_4<TAccumulate, T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TAccumulate>>, keyComparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IAsyncEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, TAccumulate>>;
|
|
984
984
|
AggregateBy<TKey, TAccumulate>(keySelector: System.Func_2<T, TKey>, seedSelector: System.Func_2<TKey, TAccumulate>, func: System.Func_3<TAccumulate, T, TAccumulate>, keyComparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IAsyncEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, TAccumulate>>;
|
|
985
985
|
AggregateBy<TKey, TAccumulate>(keySelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, seedSelector: System.Func_3<TKey, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TAccumulate>>, func: System.Func_4<TAccumulate, T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TAccumulate>>, keyComparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IAsyncEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, TAccumulate>>;
|
|
986
|
-
AllAsync(predicate: System.Func_2<T,
|
|
987
|
-
AllAsync(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<
|
|
988
|
-
AnyAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<
|
|
989
|
-
AnyAsync(predicate: System.Func_2<T,
|
|
990
|
-
AnyAsync(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<
|
|
986
|
+
AllAsync(predicate: System.Func_2<T, System_Internal.Boolean>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>;
|
|
987
|
+
AllAsync(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>;
|
|
988
|
+
AnyAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>;
|
|
989
|
+
AnyAsync(predicate: System.Func_2<T, System_Internal.Boolean>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>;
|
|
990
|
+
AnyAsync(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>;
|
|
991
991
|
Append(element: T): System_Collections_Generic.IAsyncEnumerable_1<T>;
|
|
992
|
-
AverageAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<
|
|
993
|
-
AverageAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<
|
|
994
|
-
AverageAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<
|
|
995
|
-
AverageAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<
|
|
996
|
-
AverageAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<
|
|
997
|
-
AverageAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System.Nullable_1<
|
|
998
|
-
AverageAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System.Nullable_1<
|
|
999
|
-
AverageAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System.Nullable_1<
|
|
1000
|
-
AverageAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System.Nullable_1<
|
|
1001
|
-
AverageAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System.Nullable_1<
|
|
992
|
+
AverageAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System_Internal.Double>;
|
|
993
|
+
AverageAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System_Internal.Double>;
|
|
994
|
+
AverageAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System_Internal.Single>;
|
|
995
|
+
AverageAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System_Internal.Double>;
|
|
996
|
+
AverageAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System_Internal.Decimal>;
|
|
997
|
+
AverageAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System.Nullable_1<System_Internal.Double>>;
|
|
998
|
+
AverageAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System.Nullable_1<System_Internal.Double>>;
|
|
999
|
+
AverageAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System.Nullable_1<System_Internal.Single>>;
|
|
1000
|
+
AverageAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System.Nullable_1<System_Internal.Double>>;
|
|
1001
|
+
AverageAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System.Nullable_1<System_Internal.Decimal>>;
|
|
1002
1002
|
Cast<TResult>(): System_Collections_Generic.IAsyncEnumerable_1<TResult>;
|
|
1003
1003
|
Chunk(size: int): System_Collections_Generic.IAsyncEnumerable_1<T[]>;
|
|
1004
1004
|
Concat(second: System_Collections_Generic.IAsyncEnumerable_1<T>): System_Collections_Generic.IAsyncEnumerable_1<T>;
|
|
1005
|
-
ContainsAsync(value: T, comparer: System_Collections_Generic.IEqualityComparer_1<T>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<
|
|
1006
|
-
CountAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<
|
|
1007
|
-
CountAsync(predicate: System.Func_2<T,
|
|
1008
|
-
CountAsync(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<
|
|
1009
|
-
LongCountAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<
|
|
1010
|
-
LongCountAsync(predicate: System.Func_2<T,
|
|
1011
|
-
LongCountAsync(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<
|
|
1012
|
-
CountBy<TKey>(keySelector: System.Func_2<T, TKey>, keyComparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IAsyncEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey,
|
|
1013
|
-
CountBy<TKey>(keySelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, keyComparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IAsyncEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey,
|
|
1005
|
+
ContainsAsync(value: T, comparer: System_Collections_Generic.IEqualityComparer_1<T>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>;
|
|
1006
|
+
CountAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System_Internal.Int32>;
|
|
1007
|
+
CountAsync(predicate: System.Func_2<T, System_Internal.Boolean>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System_Internal.Int32>;
|
|
1008
|
+
CountAsync(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System_Internal.Int32>;
|
|
1009
|
+
LongCountAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System_Internal.Int64>;
|
|
1010
|
+
LongCountAsync(predicate: System.Func_2<T, System_Internal.Boolean>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System_Internal.Int64>;
|
|
1011
|
+
LongCountAsync(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System_Internal.Int64>;
|
|
1012
|
+
CountBy<TKey>(keySelector: System.Func_2<T, TKey>, keyComparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IAsyncEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, System_Internal.Int32>>;
|
|
1013
|
+
CountBy<TKey>(keySelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, keyComparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IAsyncEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, System_Internal.Int32>>;
|
|
1014
1014
|
DefaultIfEmpty(): System_Collections_Generic.IAsyncEnumerable_1<T>;
|
|
1015
1015
|
DefaultIfEmpty(defaultValue: T): System_Collections_Generic.IAsyncEnumerable_1<T>;
|
|
1016
1016
|
Distinct(comparer: System_Collections_Generic.IEqualityComparer_1<T>): System_Collections_Generic.IAsyncEnumerable_1<T>;
|
|
@@ -1024,14 +1024,14 @@ export interface __Ext_IAsyncEnumerable_1<T> {
|
|
|
1024
1024
|
ExceptBy<TKey>(second: System_Collections_Generic.IAsyncEnumerable_1<TKey>, keySelector: System.Func_2<T, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IAsyncEnumerable_1<T>;
|
|
1025
1025
|
ExceptBy<TKey>(second: System_Collections_Generic.IAsyncEnumerable_1<TKey>, keySelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IAsyncEnumerable_1<T>;
|
|
1026
1026
|
FirstAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
|
|
1027
|
-
FirstAsync(predicate: System.Func_2<T,
|
|
1028
|
-
FirstAsync(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<
|
|
1027
|
+
FirstAsync(predicate: System.Func_2<T, System_Internal.Boolean>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
|
|
1028
|
+
FirstAsync(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
|
|
1029
1029
|
FirstOrDefaultAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
|
|
1030
1030
|
FirstOrDefaultAsync(defaultValue: T, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
|
|
1031
|
-
FirstOrDefaultAsync(predicate: System.Func_2<T,
|
|
1032
|
-
FirstOrDefaultAsync(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<
|
|
1033
|
-
FirstOrDefaultAsync(predicate: System.Func_2<T,
|
|
1034
|
-
FirstOrDefaultAsync(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<
|
|
1031
|
+
FirstOrDefaultAsync(predicate: System.Func_2<T, System_Internal.Boolean>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
|
|
1032
|
+
FirstOrDefaultAsync(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
|
|
1033
|
+
FirstOrDefaultAsync(predicate: System.Func_2<T, System_Internal.Boolean>, defaultValue: T, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
|
|
1034
|
+
FirstOrDefaultAsync(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, defaultValue: T, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
|
|
1035
1035
|
GroupBy<TKey>(keySelector: System.Func_2<T, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IAsyncEnumerable_1<System_Linq.IGrouping_2<TKey, T>>;
|
|
1036
1036
|
GroupBy<TKey>(keySelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IAsyncEnumerable_1<System_Linq.IGrouping_2<TKey, T>>;
|
|
1037
1037
|
GroupBy<TKey, TElement>(keySelector: System.Func_2<T, TKey>, elementSelector: System.Func_2<T, TElement>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IAsyncEnumerable_1<System_Linq.IGrouping_2<TKey, TElement>>;
|
|
@@ -1042,21 +1042,21 @@ export interface __Ext_IAsyncEnumerable_1<T> {
|
|
|
1042
1042
|
GroupBy<TKey, TElement, TResult>(keySelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, elementSelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TElement>>, resultSelector: System.Func_4<TKey, System_Collections_Generic.IEnumerable_1<TElement>, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TResult>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IAsyncEnumerable_1<TResult>;
|
|
1043
1043
|
GroupJoin<TInner, TKey, TResult>(inner: System_Collections_Generic.IAsyncEnumerable_1<TInner>, outerKeySelector: System.Func_2<T, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<T, System_Collections_Generic.IEnumerable_1<TInner>, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IAsyncEnumerable_1<TResult>;
|
|
1044
1044
|
GroupJoin<TInner, TKey, TResult>(inner: System_Collections_Generic.IAsyncEnumerable_1<TInner>, outerKeySelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, innerKeySelector: System.Func_3<TInner, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, resultSelector: System.Func_4<T, System_Collections_Generic.IEnumerable_1<TInner>, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TResult>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IAsyncEnumerable_1<TResult>;
|
|
1045
|
-
Index(): System_Collections_Generic.IAsyncEnumerable_1<System.ValueTuple_2<
|
|
1045
|
+
Index(): System_Collections_Generic.IAsyncEnumerable_1<System.ValueTuple_2<System_Internal.Int32, T>>;
|
|
1046
1046
|
Intersect(second: System_Collections_Generic.IAsyncEnumerable_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T>): System_Collections_Generic.IAsyncEnumerable_1<T>;
|
|
1047
1047
|
IntersectBy<TKey>(second: System_Collections_Generic.IAsyncEnumerable_1<TKey>, keySelector: System.Func_2<T, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IAsyncEnumerable_1<T>;
|
|
1048
1048
|
IntersectBy<TKey>(second: System_Collections_Generic.IAsyncEnumerable_1<TKey>, keySelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IAsyncEnumerable_1<T>;
|
|
1049
1049
|
Join<TInner, TKey, TResult>(inner: System_Collections_Generic.IAsyncEnumerable_1<TInner>, outerKeySelector: System.Func_2<T, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<T, TInner, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IAsyncEnumerable_1<TResult>;
|
|
1050
1050
|
Join<TInner, TKey, TResult>(inner: System_Collections_Generic.IAsyncEnumerable_1<TInner>, outerKeySelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, innerKeySelector: System.Func_3<TInner, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, resultSelector: System.Func_4<T, TInner, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TResult>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IAsyncEnumerable_1<TResult>;
|
|
1051
1051
|
LastAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
|
|
1052
|
-
LastAsync(predicate: System.Func_2<T,
|
|
1053
|
-
LastAsync(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<
|
|
1052
|
+
LastAsync(predicate: System.Func_2<T, System_Internal.Boolean>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
|
|
1053
|
+
LastAsync(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
|
|
1054
1054
|
LastOrDefaultAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
|
|
1055
1055
|
LastOrDefaultAsync(defaultValue: T, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
|
|
1056
|
-
LastOrDefaultAsync(predicate: System.Func_2<T,
|
|
1057
|
-
LastOrDefaultAsync(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<
|
|
1058
|
-
LastOrDefaultAsync(predicate: System.Func_2<T,
|
|
1059
|
-
LastOrDefaultAsync(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<
|
|
1056
|
+
LastOrDefaultAsync(predicate: System.Func_2<T, System_Internal.Boolean>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
|
|
1057
|
+
LastOrDefaultAsync(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
|
|
1058
|
+
LastOrDefaultAsync(predicate: System.Func_2<T, System_Internal.Boolean>, defaultValue: T, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
|
|
1059
|
+
LastOrDefaultAsync(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, defaultValue: T, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
|
|
1060
1060
|
LeftJoin<TInner, TKey, TResult>(inner: System_Collections_Generic.IAsyncEnumerable_1<TInner>, outerKeySelector: System.Func_2<T, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<T, TInner, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IAsyncEnumerable_1<TResult>;
|
|
1061
1061
|
LeftJoin<TInner, TKey, TResult>(inner: System_Collections_Generic.IAsyncEnumerable_1<TInner>, outerKeySelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, innerKeySelector: System.Func_3<TInner, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, resultSelector: System.Func_4<T, TInner, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TResult>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IAsyncEnumerable_1<TResult>;
|
|
1062
1062
|
MaxAsync(comparer: System_Collections_Generic.IComparer_1<T>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
|
|
@@ -1078,47 +1078,47 @@ export interface __Ext_IAsyncEnumerable_1<T> {
|
|
|
1078
1078
|
RightJoin<TInner, TKey, TResult>(inner: System_Collections_Generic.IAsyncEnumerable_1<TInner>, outerKeySelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, innerKeySelector: System.Func_3<TInner, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, resultSelector: System.Func_4<T, TInner, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TResult>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IAsyncEnumerable_1<TResult>;
|
|
1079
1079
|
Select<TResult>(selector: System.Func_2<T, TResult>): System_Collections_Generic.IAsyncEnumerable_1<TResult>;
|
|
1080
1080
|
Select<TResult>(selector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TResult>>): System_Collections_Generic.IAsyncEnumerable_1<TResult>;
|
|
1081
|
-
Select<TResult>(selector: System.Func_4<T,
|
|
1081
|
+
Select<TResult>(selector: System.Func_4<T, System_Internal.Int32, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TResult>>): System_Collections_Generic.IAsyncEnumerable_1<TResult>;
|
|
1082
1082
|
SelectMany<TResult>(selector: System.Func_2<T, System_Collections_Generic.IEnumerable_1<TResult>>): System_Collections_Generic.IAsyncEnumerable_1<TResult>;
|
|
1083
1083
|
SelectMany<TResult>(selector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Collections_Generic.IEnumerable_1<TResult>>>): System_Collections_Generic.IAsyncEnumerable_1<TResult>;
|
|
1084
|
-
SelectMany<TResult>(selector: System.Func_4<T,
|
|
1084
|
+
SelectMany<TResult>(selector: System.Func_4<T, System_Internal.Int32, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Collections_Generic.IEnumerable_1<TResult>>>): System_Collections_Generic.IAsyncEnumerable_1<TResult>;
|
|
1085
1085
|
SelectMany<TCollection, TResult>(collectionSelector: System.Func_2<T, System_Collections_Generic.IEnumerable_1<TCollection>>, resultSelector: System.Func_3<T, TCollection, TResult>): System_Collections_Generic.IAsyncEnumerable_1<TResult>;
|
|
1086
1086
|
SelectMany<TCollection, TResult>(collectionSelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Collections_Generic.IEnumerable_1<TCollection>>>, resultSelector: System.Func_4<T, TCollection, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TResult>>): System_Collections_Generic.IAsyncEnumerable_1<TResult>;
|
|
1087
1087
|
SelectMany<TCollection, TResult>(collectionSelector: System.Func_2<T, System_Collections_Generic.IAsyncEnumerable_1<TCollection>>, resultSelector: System.Func_4<T, TCollection, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TResult>>): System_Collections_Generic.IAsyncEnumerable_1<TResult>;
|
|
1088
|
-
SelectMany<TCollection, TResult>(collectionSelector: System.Func_3<T,
|
|
1089
|
-
SelectMany<TCollection, TResult>(collectionSelector: System.Func_4<T,
|
|
1090
|
-
SequenceEqualAsync(second: System_Collections_Generic.IAsyncEnumerable_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<
|
|
1088
|
+
SelectMany<TCollection, TResult>(collectionSelector: System.Func_3<T, System_Internal.Int32, System_Collections_Generic.IEnumerable_1<TCollection>>, resultSelector: System.Func_3<T, TCollection, TResult>): System_Collections_Generic.IAsyncEnumerable_1<TResult>;
|
|
1089
|
+
SelectMany<TCollection, TResult>(collectionSelector: System.Func_4<T, System_Internal.Int32, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Collections_Generic.IEnumerable_1<TCollection>>>, resultSelector: System.Func_4<T, TCollection, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TResult>>): System_Collections_Generic.IAsyncEnumerable_1<TResult>;
|
|
1090
|
+
SequenceEqualAsync(second: System_Collections_Generic.IAsyncEnumerable_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>;
|
|
1091
1091
|
Shuffle(): System_Collections_Generic.IAsyncEnumerable_1<T>;
|
|
1092
1092
|
SingleAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
|
|
1093
|
-
SingleAsync(predicate: System.Func_2<T,
|
|
1094
|
-
SingleAsync(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<
|
|
1093
|
+
SingleAsync(predicate: System.Func_2<T, System_Internal.Boolean>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
|
|
1094
|
+
SingleAsync(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
|
|
1095
1095
|
SingleOrDefaultAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
|
|
1096
1096
|
SingleOrDefaultAsync(defaultValue: T, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
|
|
1097
|
-
SingleOrDefaultAsync(predicate: System.Func_2<T,
|
|
1098
|
-
SingleOrDefaultAsync(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<
|
|
1099
|
-
SingleOrDefaultAsync(predicate: System.Func_2<T,
|
|
1100
|
-
SingleOrDefaultAsync(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<
|
|
1097
|
+
SingleOrDefaultAsync(predicate: System.Func_2<T, System_Internal.Boolean>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
|
|
1098
|
+
SingleOrDefaultAsync(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
|
|
1099
|
+
SingleOrDefaultAsync(predicate: System.Func_2<T, System_Internal.Boolean>, defaultValue: T, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
|
|
1100
|
+
SingleOrDefaultAsync(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, defaultValue: T, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T>;
|
|
1101
1101
|
Skip(count: int): System_Collections_Generic.IAsyncEnumerable_1<T>;
|
|
1102
1102
|
SkipLast(count: int): System_Collections_Generic.IAsyncEnumerable_1<T>;
|
|
1103
|
-
SkipWhile(predicate: System.Func_2<T,
|
|
1104
|
-
SkipWhile(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<
|
|
1105
|
-
SkipWhile(predicate: System.Func_4<T,
|
|
1106
|
-
SumAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<
|
|
1107
|
-
SumAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<
|
|
1108
|
-
SumAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<
|
|
1109
|
-
SumAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<
|
|
1110
|
-
SumAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<
|
|
1111
|
-
SumAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System.Nullable_1<
|
|
1112
|
-
SumAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System.Nullable_1<
|
|
1113
|
-
SumAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System.Nullable_1<
|
|
1114
|
-
SumAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System.Nullable_1<
|
|
1115
|
-
SumAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System.Nullable_1<
|
|
1103
|
+
SkipWhile(predicate: System.Func_2<T, System_Internal.Boolean>): System_Collections_Generic.IAsyncEnumerable_1<T>;
|
|
1104
|
+
SkipWhile(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>): System_Collections_Generic.IAsyncEnumerable_1<T>;
|
|
1105
|
+
SkipWhile(predicate: System.Func_4<T, System_Internal.Int32, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>): System_Collections_Generic.IAsyncEnumerable_1<T>;
|
|
1106
|
+
SumAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System_Internal.Int32>;
|
|
1107
|
+
SumAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System_Internal.Int64>;
|
|
1108
|
+
SumAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System_Internal.Single>;
|
|
1109
|
+
SumAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System_Internal.Double>;
|
|
1110
|
+
SumAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System_Internal.Decimal>;
|
|
1111
|
+
SumAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System.Nullable_1<System_Internal.Int32>>;
|
|
1112
|
+
SumAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System.Nullable_1<System_Internal.Int64>>;
|
|
1113
|
+
SumAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System.Nullable_1<System_Internal.Single>>;
|
|
1114
|
+
SumAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System.Nullable_1<System_Internal.Double>>;
|
|
1115
|
+
SumAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System.Nullable_1<System_Internal.Decimal>>;
|
|
1116
1116
|
Take(count: int): System_Collections_Generic.IAsyncEnumerable_1<T>;
|
|
1117
1117
|
Take(range: System.Range): System_Collections_Generic.IAsyncEnumerable_1<T>;
|
|
1118
1118
|
TakeLast(count: int): System_Collections_Generic.IAsyncEnumerable_1<T>;
|
|
1119
|
-
TakeWhile(predicate: System.Func_2<T,
|
|
1120
|
-
TakeWhile(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<
|
|
1121
|
-
TakeWhile(predicate: System.Func_4<T,
|
|
1119
|
+
TakeWhile(predicate: System.Func_2<T, System_Internal.Boolean>): System_Collections_Generic.IAsyncEnumerable_1<T>;
|
|
1120
|
+
TakeWhile(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>): System_Collections_Generic.IAsyncEnumerable_1<T>;
|
|
1121
|
+
TakeWhile(predicate: System.Func_4<T, System_Internal.Int32, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>): System_Collections_Generic.IAsyncEnumerable_1<T>;
|
|
1122
1122
|
ToArrayAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<T[]>;
|
|
1123
1123
|
ToDictionaryAsync<TKey, TValue>(comparer: System_Collections_Generic.IEqualityComparer_1<TKey>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System_Collections_Generic.Dictionary_2<TKey, TValue>>;
|
|
1124
1124
|
ToDictionaryAsync<TKey>(keySelector: System.Func_2<T, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System_Collections_Generic.Dictionary_2<TKey, T>>;
|
|
@@ -1134,9 +1134,9 @@ export interface __Ext_IAsyncEnumerable_1<T> {
|
|
|
1134
1134
|
Union(second: System_Collections_Generic.IAsyncEnumerable_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T>): System_Collections_Generic.IAsyncEnumerable_1<T>;
|
|
1135
1135
|
UnionBy<TKey>(second: System_Collections_Generic.IAsyncEnumerable_1<T>, keySelector: System.Func_2<T, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IAsyncEnumerable_1<T>;
|
|
1136
1136
|
UnionBy<TKey>(second: System_Collections_Generic.IAsyncEnumerable_1<T>, keySelector: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Collections_Generic.IAsyncEnumerable_1<T>;
|
|
1137
|
-
Where(predicate: System.Func_2<T,
|
|
1138
|
-
Where(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<
|
|
1139
|
-
Where(predicate: System.Func_4<T,
|
|
1137
|
+
Where(predicate: System.Func_2<T, System_Internal.Boolean>): System_Collections_Generic.IAsyncEnumerable_1<T>;
|
|
1138
|
+
Where(predicate: System.Func_3<T, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>): System_Collections_Generic.IAsyncEnumerable_1<T>;
|
|
1139
|
+
Where(predicate: System.Func_4<T, System_Internal.Int32, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>): System_Collections_Generic.IAsyncEnumerable_1<T>;
|
|
1140
1140
|
Zip<TSecond, TResult>(second: System_Collections_Generic.IAsyncEnumerable_1<TSecond>, resultSelector: System.Func_3<T, TSecond, TResult>): System_Collections_Generic.IAsyncEnumerable_1<TResult>;
|
|
1141
1141
|
Zip<TSecond, TResult>(second: System_Collections_Generic.IAsyncEnumerable_1<TSecond>, resultSelector: System.Func_4<T, TSecond, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TResult>>): System_Collections_Generic.IAsyncEnumerable_1<TResult>;
|
|
1142
1142
|
Zip<TSecond>(second: System_Collections_Generic.IAsyncEnumerable_1<TSecond>): System_Collections_Generic.IAsyncEnumerable_1<System.ValueTuple_2<T, TSecond>>;
|
|
@@ -1166,10 +1166,10 @@ export interface __Ext_ParallelQuery_1<TSource> {
|
|
|
1166
1166
|
WithExecutionMode(executionMode: System_Linq.ParallelExecutionMode): System_Linq.ParallelQuery_1<TSource>;
|
|
1167
1167
|
WithMergeOptions(mergeOptions: System_Linq.ParallelMergeOptions): System_Linq.ParallelQuery_1<TSource>;
|
|
1168
1168
|
ForAll(action: System.Action_1<TSource>): void;
|
|
1169
|
-
Where(predicate: System.Func_2<TSource,
|
|
1170
|
-
Where(predicate: System.Func_3<TSource,
|
|
1169
|
+
Where(predicate: System.Func_2<TSource, System_Internal.Boolean>): System_Linq.ParallelQuery_1<TSource>;
|
|
1170
|
+
Where(predicate: System.Func_3<TSource, System_Internal.Int32, System_Internal.Boolean>): System_Linq.ParallelQuery_1<TSource>;
|
|
1171
1171
|
Select<TResult>(selector: System.Func_2<TSource, TResult>): System_Linq.ParallelQuery_1<TResult>;
|
|
1172
|
-
Select<TResult>(selector: System.Func_3<TSource,
|
|
1172
|
+
Select<TResult>(selector: System.Func_3<TSource, System_Internal.Int32, TResult>): System_Linq.ParallelQuery_1<TResult>;
|
|
1173
1173
|
Zip<TSecond, TResult>(second: System_Linq.ParallelQuery_1<TSecond>, resultSelector: System.Func_3<TSource, TSecond, TResult>): System_Linq.ParallelQuery_1<TResult>;
|
|
1174
1174
|
Zip<TSecond, TResult>(second: System_Collections_Generic.IEnumerable_1<TSecond>, resultSelector: System.Func_3<TSource, TSecond, TResult>): System_Linq.ParallelQuery_1<TResult>;
|
|
1175
1175
|
Join<TInner, TKey, TResult>(inner: System_Linq.ParallelQuery_1<TInner>, outerKeySelector: System.Func_2<TSource, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<TSource, TInner, TResult>): System_Linq.ParallelQuery_1<TResult>;
|
|
@@ -1181,9 +1181,9 @@ export interface __Ext_ParallelQuery_1<TSource> {
|
|
|
1181
1181
|
GroupJoin<TInner, TKey, TResult>(inner: System_Linq.ParallelQuery_1<TInner>, outerKeySelector: System.Func_2<TSource, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<TSource, System_Collections_Generic.IEnumerable_1<TInner>, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Linq.ParallelQuery_1<TResult>;
|
|
1182
1182
|
GroupJoin<TInner, TKey, TResult>(inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System.Func_2<TSource, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<TSource, System_Collections_Generic.IEnumerable_1<TInner>, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Linq.ParallelQuery_1<TResult>;
|
|
1183
1183
|
SelectMany<TResult>(selector: System.Func_2<TSource, System_Collections_Generic.IEnumerable_1<TResult>>): System_Linq.ParallelQuery_1<TResult>;
|
|
1184
|
-
SelectMany<TResult>(selector: System.Func_3<TSource,
|
|
1184
|
+
SelectMany<TResult>(selector: System.Func_3<TSource, System_Internal.Int32, System_Collections_Generic.IEnumerable_1<TResult>>): System_Linq.ParallelQuery_1<TResult>;
|
|
1185
1185
|
SelectMany<TCollection, TResult>(collectionSelector: System.Func_2<TSource, System_Collections_Generic.IEnumerable_1<TCollection>>, resultSelector: System.Func_3<TSource, TCollection, TResult>): System_Linq.ParallelQuery_1<TResult>;
|
|
1186
|
-
SelectMany<TCollection, TResult>(collectionSelector: System.Func_3<TSource,
|
|
1186
|
+
SelectMany<TCollection, TResult>(collectionSelector: System.Func_3<TSource, System_Internal.Int32, System_Collections_Generic.IEnumerable_1<TCollection>>, resultSelector: System.Func_3<TSource, TCollection, TResult>): System_Linq.ParallelQuery_1<TResult>;
|
|
1187
1187
|
OrderBy<TKey>(keySelector: System.Func_2<TSource, TKey>): System_Linq.OrderedParallelQuery_1<TSource>;
|
|
1188
1188
|
OrderBy<TKey>(keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey>): System_Linq.OrderedParallelQuery_1<TSource>;
|
|
1189
1189
|
OrderByDescending<TKey>(keySelector: System.Func_2<TSource, TKey>): System_Linq.OrderedParallelQuery_1<TSource>;
|
|
@@ -1202,100 +1202,100 @@ export interface __Ext_ParallelQuery_1<TSource> {
|
|
|
1202
1202
|
Aggregate<TAccumulate, TResult>(seed: TAccumulate, updateAccumulatorFunc: System.Func_3<TAccumulate, TSource, TAccumulate>, combineAccumulatorsFunc: System.Func_3<TAccumulate, TAccumulate, TAccumulate>, resultSelector: System.Func_2<TAccumulate, TResult>): TResult;
|
|
1203
1203
|
Aggregate<TAccumulate, TResult>(seedFactory: System.Func_1<TAccumulate>, updateAccumulatorFunc: System.Func_3<TAccumulate, TSource, TAccumulate>, combineAccumulatorsFunc: System.Func_3<TAccumulate, TAccumulate, TAccumulate>, resultSelector: System.Func_2<TAccumulate, TResult>): TResult;
|
|
1204
1204
|
Count(): int;
|
|
1205
|
-
Count(predicate: System.Func_2<TSource,
|
|
1205
|
+
Count(predicate: System.Func_2<TSource, System_Internal.Boolean>): int;
|
|
1206
1206
|
LongCount(): long;
|
|
1207
|
-
LongCount(predicate: System.Func_2<TSource,
|
|
1207
|
+
LongCount(predicate: System.Func_2<TSource, System_Internal.Boolean>): long;
|
|
1208
1208
|
Sum(): int;
|
|
1209
|
-
Sum(): System.Nullable_1<
|
|
1209
|
+
Sum(): System.Nullable_1<System_Internal.Int32>;
|
|
1210
1210
|
Sum(): long;
|
|
1211
|
-
Sum(): System.Nullable_1<
|
|
1211
|
+
Sum(): System.Nullable_1<System_Internal.Int64>;
|
|
1212
1212
|
Sum(): float;
|
|
1213
|
-
Sum(): System.Nullable_1<
|
|
1213
|
+
Sum(): System.Nullable_1<System_Internal.Single>;
|
|
1214
1214
|
Sum(): double;
|
|
1215
|
-
Sum(): System.Nullable_1<
|
|
1215
|
+
Sum(): System.Nullable_1<System_Internal.Double>;
|
|
1216
1216
|
Sum(): decimal;
|
|
1217
|
-
Sum(): System.Nullable_1<
|
|
1218
|
-
Sum(selector: System.Func_2<TSource,
|
|
1219
|
-
Sum(selector: System.Func_2<TSource, System.Nullable_1<
|
|
1220
|
-
Sum(selector: System.Func_2<TSource,
|
|
1221
|
-
Sum(selector: System.Func_2<TSource, System.Nullable_1<
|
|
1222
|
-
Sum(selector: System.Func_2<TSource,
|
|
1223
|
-
Sum(selector: System.Func_2<TSource, System.Nullable_1<
|
|
1224
|
-
Sum(selector: System.Func_2<TSource,
|
|
1225
|
-
Sum(selector: System.Func_2<TSource, System.Nullable_1<
|
|
1226
|
-
Sum(selector: System.Func_2<TSource,
|
|
1227
|
-
Sum(selector: System.Func_2<TSource, System.Nullable_1<
|
|
1217
|
+
Sum(): System.Nullable_1<System_Internal.Decimal>;
|
|
1218
|
+
Sum(selector: System.Func_2<TSource, System_Internal.Int32>): int;
|
|
1219
|
+
Sum(selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Int32>>): System.Nullable_1<System_Internal.Int32>;
|
|
1220
|
+
Sum(selector: System.Func_2<TSource, System_Internal.Int64>): long;
|
|
1221
|
+
Sum(selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Int64>>): System.Nullable_1<System_Internal.Int64>;
|
|
1222
|
+
Sum(selector: System.Func_2<TSource, System_Internal.Single>): float;
|
|
1223
|
+
Sum(selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Single>>): System.Nullable_1<System_Internal.Single>;
|
|
1224
|
+
Sum(selector: System.Func_2<TSource, System_Internal.Double>): double;
|
|
1225
|
+
Sum(selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Double>>): System.Nullable_1<System_Internal.Double>;
|
|
1226
|
+
Sum(selector: System.Func_2<TSource, System_Internal.Decimal>): decimal;
|
|
1227
|
+
Sum(selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Decimal>>): System.Nullable_1<System_Internal.Decimal>;
|
|
1228
1228
|
Min(): int;
|
|
1229
|
-
Min(): System.Nullable_1<
|
|
1229
|
+
Min(): System.Nullable_1<System_Internal.Int32>;
|
|
1230
1230
|
Min(): long;
|
|
1231
|
-
Min(): System.Nullable_1<
|
|
1231
|
+
Min(): System.Nullable_1<System_Internal.Int64>;
|
|
1232
1232
|
Min(): float;
|
|
1233
|
-
Min(): System.Nullable_1<
|
|
1233
|
+
Min(): System.Nullable_1<System_Internal.Single>;
|
|
1234
1234
|
Min(): double;
|
|
1235
|
-
Min(): System.Nullable_1<
|
|
1235
|
+
Min(): System.Nullable_1<System_Internal.Double>;
|
|
1236
1236
|
Min(): decimal;
|
|
1237
|
-
Min(): System.Nullable_1<
|
|
1237
|
+
Min(): System.Nullable_1<System_Internal.Decimal>;
|
|
1238
1238
|
Min(): TSource;
|
|
1239
|
-
Min(selector: System.Func_2<TSource,
|
|
1240
|
-
Min(selector: System.Func_2<TSource, System.Nullable_1<
|
|
1241
|
-
Min(selector: System.Func_2<TSource,
|
|
1242
|
-
Min(selector: System.Func_2<TSource, System.Nullable_1<
|
|
1243
|
-
Min(selector: System.Func_2<TSource,
|
|
1244
|
-
Min(selector: System.Func_2<TSource, System.Nullable_1<
|
|
1245
|
-
Min(selector: System.Func_2<TSource,
|
|
1246
|
-
Min(selector: System.Func_2<TSource, System.Nullable_1<
|
|
1247
|
-
Min(selector: System.Func_2<TSource,
|
|
1248
|
-
Min(selector: System.Func_2<TSource, System.Nullable_1<
|
|
1239
|
+
Min(selector: System.Func_2<TSource, System_Internal.Int32>): int;
|
|
1240
|
+
Min(selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Int32>>): System.Nullable_1<System_Internal.Int32>;
|
|
1241
|
+
Min(selector: System.Func_2<TSource, System_Internal.Int64>): long;
|
|
1242
|
+
Min(selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Int64>>): System.Nullable_1<System_Internal.Int64>;
|
|
1243
|
+
Min(selector: System.Func_2<TSource, System_Internal.Single>): float;
|
|
1244
|
+
Min(selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Single>>): System.Nullable_1<System_Internal.Single>;
|
|
1245
|
+
Min(selector: System.Func_2<TSource, System_Internal.Double>): double;
|
|
1246
|
+
Min(selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Double>>): System.Nullable_1<System_Internal.Double>;
|
|
1247
|
+
Min(selector: System.Func_2<TSource, System_Internal.Decimal>): decimal;
|
|
1248
|
+
Min(selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Decimal>>): System.Nullable_1<System_Internal.Decimal>;
|
|
1249
1249
|
Min<TResult>(selector: System.Func_2<TSource, TResult>): TResult;
|
|
1250
1250
|
Max(): int;
|
|
1251
|
-
Max(): System.Nullable_1<
|
|
1251
|
+
Max(): System.Nullable_1<System_Internal.Int32>;
|
|
1252
1252
|
Max(): long;
|
|
1253
|
-
Max(): System.Nullable_1<
|
|
1253
|
+
Max(): System.Nullable_1<System_Internal.Int64>;
|
|
1254
1254
|
Max(): float;
|
|
1255
|
-
Max(): System.Nullable_1<
|
|
1255
|
+
Max(): System.Nullable_1<System_Internal.Single>;
|
|
1256
1256
|
Max(): double;
|
|
1257
|
-
Max(): System.Nullable_1<
|
|
1257
|
+
Max(): System.Nullable_1<System_Internal.Double>;
|
|
1258
1258
|
Max(): decimal;
|
|
1259
|
-
Max(): System.Nullable_1<
|
|
1259
|
+
Max(): System.Nullable_1<System_Internal.Decimal>;
|
|
1260
1260
|
Max(): TSource;
|
|
1261
|
-
Max(selector: System.Func_2<TSource,
|
|
1262
|
-
Max(selector: System.Func_2<TSource, System.Nullable_1<
|
|
1263
|
-
Max(selector: System.Func_2<TSource,
|
|
1264
|
-
Max(selector: System.Func_2<TSource, System.Nullable_1<
|
|
1265
|
-
Max(selector: System.Func_2<TSource,
|
|
1266
|
-
Max(selector: System.Func_2<TSource, System.Nullable_1<
|
|
1267
|
-
Max(selector: System.Func_2<TSource,
|
|
1268
|
-
Max(selector: System.Func_2<TSource, System.Nullable_1<
|
|
1269
|
-
Max(selector: System.Func_2<TSource,
|
|
1270
|
-
Max(selector: System.Func_2<TSource, System.Nullable_1<
|
|
1261
|
+
Max(selector: System.Func_2<TSource, System_Internal.Int32>): int;
|
|
1262
|
+
Max(selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Int32>>): System.Nullable_1<System_Internal.Int32>;
|
|
1263
|
+
Max(selector: System.Func_2<TSource, System_Internal.Int64>): long;
|
|
1264
|
+
Max(selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Int64>>): System.Nullable_1<System_Internal.Int64>;
|
|
1265
|
+
Max(selector: System.Func_2<TSource, System_Internal.Single>): float;
|
|
1266
|
+
Max(selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Single>>): System.Nullable_1<System_Internal.Single>;
|
|
1267
|
+
Max(selector: System.Func_2<TSource, System_Internal.Double>): double;
|
|
1268
|
+
Max(selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Double>>): System.Nullable_1<System_Internal.Double>;
|
|
1269
|
+
Max(selector: System.Func_2<TSource, System_Internal.Decimal>): decimal;
|
|
1270
|
+
Max(selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Decimal>>): System.Nullable_1<System_Internal.Decimal>;
|
|
1271
1271
|
Max<TResult>(selector: System.Func_2<TSource, TResult>): TResult;
|
|
1272
1272
|
Average(): double;
|
|
1273
|
-
Average(): System.Nullable_1<
|
|
1273
|
+
Average(): System.Nullable_1<System_Internal.Double>;
|
|
1274
1274
|
Average(): double;
|
|
1275
|
-
Average(): System.Nullable_1<
|
|
1275
|
+
Average(): System.Nullable_1<System_Internal.Double>;
|
|
1276
1276
|
Average(): float;
|
|
1277
|
-
Average(): System.Nullable_1<
|
|
1277
|
+
Average(): System.Nullable_1<System_Internal.Single>;
|
|
1278
1278
|
Average(): double;
|
|
1279
|
-
Average(): System.Nullable_1<
|
|
1279
|
+
Average(): System.Nullable_1<System_Internal.Double>;
|
|
1280
1280
|
Average(): decimal;
|
|
1281
|
-
Average(): System.Nullable_1<
|
|
1282
|
-
Average(selector: System.Func_2<TSource,
|
|
1283
|
-
Average(selector: System.Func_2<TSource, System.Nullable_1<
|
|
1284
|
-
Average(selector: System.Func_2<TSource,
|
|
1285
|
-
Average(selector: System.Func_2<TSource, System.Nullable_1<
|
|
1286
|
-
Average(selector: System.Func_2<TSource,
|
|
1287
|
-
Average(selector: System.Func_2<TSource, System.Nullable_1<
|
|
1288
|
-
Any(predicate: System.Func_2<TSource,
|
|
1281
|
+
Average(): System.Nullable_1<System_Internal.Decimal>;
|
|
1282
|
+
Average(selector: System.Func_2<TSource, System_Internal.Int32>): double;
|
|
1283
|
+
Average(selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Int32>>): System.Nullable_1<System_Internal.Double>;
|
|
1284
|
+
Average(selector: System.Func_2<TSource, System_Internal.Single>): float;
|
|
1285
|
+
Average(selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Single>>): System.Nullable_1<System_Internal.Single>;
|
|
1286
|
+
Average(selector: System.Func_2<TSource, System_Internal.Decimal>): decimal;
|
|
1287
|
+
Average(selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Decimal>>): System.Nullable_1<System_Internal.Decimal>;
|
|
1288
|
+
Any(predicate: System.Func_2<TSource, System_Internal.Boolean>): boolean;
|
|
1289
1289
|
Any(): boolean;
|
|
1290
|
-
All(predicate: System.Func_2<TSource,
|
|
1290
|
+
All(predicate: System.Func_2<TSource, System_Internal.Boolean>): boolean;
|
|
1291
1291
|
Contains(value: TSource): boolean;
|
|
1292
1292
|
Contains(value: TSource, comparer: System_Collections_Generic.IEqualityComparer_1<TSource>): boolean;
|
|
1293
1293
|
Take(count: int): System_Linq.ParallelQuery_1<TSource>;
|
|
1294
|
-
TakeWhile(predicate: System.Func_2<TSource,
|
|
1295
|
-
TakeWhile(predicate: System.Func_3<TSource,
|
|
1294
|
+
TakeWhile(predicate: System.Func_2<TSource, System_Internal.Boolean>): System_Linq.ParallelQuery_1<TSource>;
|
|
1295
|
+
TakeWhile(predicate: System.Func_3<TSource, System_Internal.Int32, System_Internal.Boolean>): System_Linq.ParallelQuery_1<TSource>;
|
|
1296
1296
|
Skip(count: int): System_Linq.ParallelQuery_1<TSource>;
|
|
1297
|
-
SkipWhile(predicate: System.Func_2<TSource,
|
|
1298
|
-
SkipWhile(predicate: System.Func_3<TSource,
|
|
1297
|
+
SkipWhile(predicate: System.Func_2<TSource, System_Internal.Boolean>): System_Linq.ParallelQuery_1<TSource>;
|
|
1298
|
+
SkipWhile(predicate: System.Func_3<TSource, System_Internal.Int32, System_Internal.Boolean>): System_Linq.ParallelQuery_1<TSource>;
|
|
1299
1299
|
Concat(second: System_Linq.ParallelQuery_1<TSource>): System_Linq.ParallelQuery_1<TSource>;
|
|
1300
1300
|
Concat(second: System_Collections_Generic.IEnumerable_1<TSource>): System_Linq.ParallelQuery_1<TSource>;
|
|
1301
1301
|
SequenceEqual(second: System_Linq.ParallelQuery_1<TSource>): boolean;
|
|
@@ -1329,17 +1329,17 @@ export interface __Ext_ParallelQuery_1<TSource> {
|
|
|
1329
1329
|
ToLookup<TKey, TElement>(keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TElement>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Linq.ILookup_2<TKey, TElement>;
|
|
1330
1330
|
Reverse(): System_Linq.ParallelQuery_1<TSource>;
|
|
1331
1331
|
First(): TSource;
|
|
1332
|
-
First(predicate: System.Func_2<TSource,
|
|
1332
|
+
First(predicate: System.Func_2<TSource, System_Internal.Boolean>): TSource;
|
|
1333
1333
|
FirstOrDefault(): TSource;
|
|
1334
|
-
FirstOrDefault(predicate: System.Func_2<TSource,
|
|
1334
|
+
FirstOrDefault(predicate: System.Func_2<TSource, System_Internal.Boolean>): TSource;
|
|
1335
1335
|
Last(): TSource;
|
|
1336
|
-
Last(predicate: System.Func_2<TSource,
|
|
1336
|
+
Last(predicate: System.Func_2<TSource, System_Internal.Boolean>): TSource;
|
|
1337
1337
|
LastOrDefault(): TSource;
|
|
1338
|
-
LastOrDefault(predicate: System.Func_2<TSource,
|
|
1338
|
+
LastOrDefault(predicate: System.Func_2<TSource, System_Internal.Boolean>): TSource;
|
|
1339
1339
|
Single(): TSource;
|
|
1340
|
-
Single(predicate: System.Func_2<TSource,
|
|
1340
|
+
Single(predicate: System.Func_2<TSource, System_Internal.Boolean>): TSource;
|
|
1341
1341
|
SingleOrDefault(): TSource;
|
|
1342
|
-
SingleOrDefault(predicate: System.Func_2<TSource,
|
|
1342
|
+
SingleOrDefault(predicate: System.Func_2<TSource, System_Internal.Boolean>): TSource;
|
|
1343
1343
|
DefaultIfEmpty(): System_Linq.ParallelQuery_1<TSource>;
|
|
1344
1344
|
DefaultIfEmpty(defaultValue: TSource): System_Linq.ParallelQuery_1<TSource>;
|
|
1345
1345
|
ElementAt(index: int): TSource;
|
|
@@ -1360,10 +1360,10 @@ export interface __Ext_OrderedParallelQuery_1<TSource> {
|
|
|
1360
1360
|
}
|
|
1361
1361
|
|
|
1362
1362
|
export interface __Ext_IQueryable_1<T> {
|
|
1363
|
-
Where(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T,
|
|
1363
|
+
Where(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Boolean>>): System_Linq.IQueryable_1<T>;
|
|
1364
1364
|
Select<TResult>(selector: System_Linq_Expressions.Expression_1<System.Func_2<T, TResult>>): System_Linq.IQueryable_1<TResult>;
|
|
1365
1365
|
SelectMany<TResult>(selector: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Collections_Generic.IEnumerable_1<TResult>>>): System_Linq.IQueryable_1<TResult>;
|
|
1366
|
-
SelectMany<TCollection, TResult>(collectionSelector: System_Linq_Expressions.Expression_1<System.Func_3<T,
|
|
1366
|
+
SelectMany<TCollection, TResult>(collectionSelector: System_Linq_Expressions.Expression_1<System.Func_3<T, System_Internal.Int32, System_Collections_Generic.IEnumerable_1<TCollection>>>, resultSelector: System_Linq_Expressions.Expression_1<System.Func_3<T, TCollection, TResult>>): System_Linq.IQueryable_1<TResult>;
|
|
1367
1367
|
Join<TInner, TKey, TResult>(inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>, innerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<TInner, TKey>>, resultSelector: System_Linq_Expressions.Expression_1<System.Func_3<T, TInner, TResult>>): System_Linq.IQueryable_1<TResult>;
|
|
1368
1368
|
Join<TInner, TKey, TResult>(inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>, innerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<TInner, TKey>>, resultSelector: System_Linq_Expressions.Expression_1<System.Func_3<T, TInner, TResult>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Linq.IQueryable_1<TResult>;
|
|
1369
1369
|
GroupJoin<TInner, TKey, TResult>(inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>, innerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<TInner, TKey>>, resultSelector: System_Linq_Expressions.Expression_1<System.Func_3<T, System_Collections_Generic.IEnumerable_1<TInner>, TResult>>): System_Linq.IQueryable_1<TResult>;
|
|
@@ -1382,9 +1382,9 @@ export interface __Ext_IQueryable_1<T> {
|
|
|
1382
1382
|
RightJoin<TInner, TKey, TResult>(inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>, innerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<TInner, TKey>>, resultSelector: System_Linq_Expressions.Expression_1<System.Func_3<T, TInner, TResult>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Linq.IQueryable_1<TResult>;
|
|
1383
1383
|
Take(count: int): System_Linq.IQueryable_1<T>;
|
|
1384
1384
|
Take(range: System.Range): System_Linq.IQueryable_1<T>;
|
|
1385
|
-
TakeWhile(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T,
|
|
1385
|
+
TakeWhile(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Boolean>>): System_Linq.IQueryable_1<T>;
|
|
1386
1386
|
Skip(count: int): System_Linq.IQueryable_1<T>;
|
|
1387
|
-
SkipWhile(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T,
|
|
1387
|
+
SkipWhile(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Boolean>>): System_Linq.IQueryable_1<T>;
|
|
1388
1388
|
GroupBy<TKey>(keySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>): System_Linq.IQueryable_1<System_Linq.IGrouping_2<TKey, T>>;
|
|
1389
1389
|
GroupBy<TKey, TElement>(keySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>, elementSelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TElement>>): System_Linq.IQueryable_1<System_Linq.IGrouping_2<TKey, TElement>>;
|
|
1390
1390
|
GroupBy<TKey>(keySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Linq.IQueryable_1<System_Linq.IGrouping_2<TKey, T>>;
|
|
@@ -1404,7 +1404,7 @@ export interface __Ext_IQueryable_1<T> {
|
|
|
1404
1404
|
Union(source2: System_Collections_Generic.IEnumerable_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T>): System_Linq.IQueryable_1<T>;
|
|
1405
1405
|
UnionBy<TKey>(source2: System_Collections_Generic.IEnumerable_1<T>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>): System_Linq.IQueryable_1<T>;
|
|
1406
1406
|
UnionBy<TKey>(source2: System_Collections_Generic.IEnumerable_1<T>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Linq.IQueryable_1<T>;
|
|
1407
|
-
Index(): System_Linq.IQueryable_1<System.ValueTuple_2<
|
|
1407
|
+
Index(): System_Linq.IQueryable_1<System.ValueTuple_2<System_Internal.Int32, T>>;
|
|
1408
1408
|
Intersect(source2: System_Collections_Generic.IEnumerable_1<T>): System_Linq.IQueryable_1<T>;
|
|
1409
1409
|
Intersect(source2: System_Collections_Generic.IEnumerable_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T>): System_Linq.IQueryable_1<T>;
|
|
1410
1410
|
IntersectBy<TKey>(source2: System_Collections_Generic.IEnumerable_1<TKey>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>): System_Linq.IQueryable_1<T>;
|
|
@@ -1414,23 +1414,23 @@ export interface __Ext_IQueryable_1<T> {
|
|
|
1414
1414
|
ExceptBy<TKey>(source2: System_Collections_Generic.IEnumerable_1<TKey>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>): System_Linq.IQueryable_1<T>;
|
|
1415
1415
|
ExceptBy<TKey>(source2: System_Collections_Generic.IEnumerable_1<TKey>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Linq.IQueryable_1<T>;
|
|
1416
1416
|
First(): T;
|
|
1417
|
-
First(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T,
|
|
1417
|
+
First(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Boolean>>): T;
|
|
1418
1418
|
FirstOrDefault(): T;
|
|
1419
1419
|
FirstOrDefault(defaultValue: T): T;
|
|
1420
|
-
FirstOrDefault(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T,
|
|
1421
|
-
FirstOrDefault(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T,
|
|
1420
|
+
FirstOrDefault(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Boolean>>): T;
|
|
1421
|
+
FirstOrDefault(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Boolean>>, defaultValue: T): T;
|
|
1422
1422
|
Last(): T;
|
|
1423
|
-
Last(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T,
|
|
1423
|
+
Last(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Boolean>>): T;
|
|
1424
1424
|
LastOrDefault(): T;
|
|
1425
1425
|
LastOrDefault(defaultValue: T): T;
|
|
1426
|
-
LastOrDefault(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T,
|
|
1427
|
-
LastOrDefault(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T,
|
|
1426
|
+
LastOrDefault(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Boolean>>): T;
|
|
1427
|
+
LastOrDefault(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Boolean>>, defaultValue: T): T;
|
|
1428
1428
|
Single(): T;
|
|
1429
|
-
Single(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T,
|
|
1429
|
+
Single(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Boolean>>): T;
|
|
1430
1430
|
SingleOrDefault(): T;
|
|
1431
1431
|
SingleOrDefault(defaultValue: T): T;
|
|
1432
|
-
SingleOrDefault(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T,
|
|
1433
|
-
SingleOrDefault(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T,
|
|
1432
|
+
SingleOrDefault(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Boolean>>): T;
|
|
1433
|
+
SingleOrDefault(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Boolean>>, defaultValue: T): T;
|
|
1434
1434
|
ElementAt(index: int): T;
|
|
1435
1435
|
ElementAt(index: System.Index): T;
|
|
1436
1436
|
ElementAtOrDefault(index: int): T;
|
|
@@ -1444,13 +1444,13 @@ export interface __Ext_IQueryable_1<T> {
|
|
|
1444
1444
|
SequenceEqual(source2: System_Collections_Generic.IEnumerable_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T>): boolean;
|
|
1445
1445
|
Shuffle(): System_Linq.IQueryable_1<T>;
|
|
1446
1446
|
Any(): boolean;
|
|
1447
|
-
Any(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T,
|
|
1448
|
-
All(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T,
|
|
1447
|
+
Any(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Boolean>>): boolean;
|
|
1448
|
+
All(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Boolean>>): boolean;
|
|
1449
1449
|
Count(): int;
|
|
1450
|
-
Count(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T,
|
|
1451
|
-
CountBy<TKey>(keySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Linq.IQueryable_1<System_Collections_Generic.KeyValuePair_2<TKey,
|
|
1450
|
+
Count(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Boolean>>): int;
|
|
1451
|
+
CountBy<TKey>(keySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey>): System_Linq.IQueryable_1<System_Collections_Generic.KeyValuePair_2<TKey, System_Internal.Int32>>;
|
|
1452
1452
|
LongCount(): long;
|
|
1453
|
-
LongCount(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T,
|
|
1453
|
+
LongCount(predicate: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Boolean>>): long;
|
|
1454
1454
|
Min(): T;
|
|
1455
1455
|
Min(comparer: System_Collections_Generic.IComparer_1<T>): T;
|
|
1456
1456
|
Min<TResult>(selector: System_Linq_Expressions.Expression_1<System.Func_2<T, TResult>>): TResult;
|
|
@@ -1462,41 +1462,41 @@ export interface __Ext_IQueryable_1<T> {
|
|
|
1462
1462
|
MaxBy<TKey>(keySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>): T;
|
|
1463
1463
|
MaxBy<TKey>(keySelector: System_Linq_Expressions.Expression_1<System.Func_2<T, TKey>>, comparer: System_Collections_Generic.IComparer_1<T>): T;
|
|
1464
1464
|
Sum(): int;
|
|
1465
|
-
Sum(): System.Nullable_1<
|
|
1465
|
+
Sum(): System.Nullable_1<System_Internal.Int32>;
|
|
1466
1466
|
Sum(): long;
|
|
1467
|
-
Sum(): System.Nullable_1<
|
|
1467
|
+
Sum(): System.Nullable_1<System_Internal.Int64>;
|
|
1468
1468
|
Sum(): float;
|
|
1469
|
-
Sum(): System.Nullable_1<
|
|
1469
|
+
Sum(): System.Nullable_1<System_Internal.Single>;
|
|
1470
1470
|
Sum(): double;
|
|
1471
|
-
Sum(): System.Nullable_1<
|
|
1471
|
+
Sum(): System.Nullable_1<System_Internal.Double>;
|
|
1472
1472
|
Sum(): decimal;
|
|
1473
|
-
Sum(): System.Nullable_1<
|
|
1474
|
-
Sum(selector: System_Linq_Expressions.Expression_1<System.Func_2<T,
|
|
1475
|
-
Sum(selector: System_Linq_Expressions.Expression_1<System.Func_2<T, System.Nullable_1<
|
|
1476
|
-
Sum(selector: System_Linq_Expressions.Expression_1<System.Func_2<T,
|
|
1477
|
-
Sum(selector: System_Linq_Expressions.Expression_1<System.Func_2<T, System.Nullable_1<
|
|
1478
|
-
Sum(selector: System_Linq_Expressions.Expression_1<System.Func_2<T,
|
|
1479
|
-
Sum(selector: System_Linq_Expressions.Expression_1<System.Func_2<T, System.Nullable_1<
|
|
1480
|
-
Sum(selector: System_Linq_Expressions.Expression_1<System.Func_2<T,
|
|
1481
|
-
Sum(selector: System_Linq_Expressions.Expression_1<System.Func_2<T, System.Nullable_1<
|
|
1482
|
-
Sum(selector: System_Linq_Expressions.Expression_1<System.Func_2<T,
|
|
1483
|
-
Sum(selector: System_Linq_Expressions.Expression_1<System.Func_2<T, System.Nullable_1<
|
|
1473
|
+
Sum(): System.Nullable_1<System_Internal.Decimal>;
|
|
1474
|
+
Sum(selector: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Int32>>): int;
|
|
1475
|
+
Sum(selector: System_Linq_Expressions.Expression_1<System.Func_2<T, System.Nullable_1<System_Internal.Int32>>>): System.Nullable_1<System_Internal.Int32>;
|
|
1476
|
+
Sum(selector: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Int64>>): long;
|
|
1477
|
+
Sum(selector: System_Linq_Expressions.Expression_1<System.Func_2<T, System.Nullable_1<System_Internal.Int64>>>): System.Nullable_1<System_Internal.Int64>;
|
|
1478
|
+
Sum(selector: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Single>>): float;
|
|
1479
|
+
Sum(selector: System_Linq_Expressions.Expression_1<System.Func_2<T, System.Nullable_1<System_Internal.Single>>>): System.Nullable_1<System_Internal.Single>;
|
|
1480
|
+
Sum(selector: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Double>>): double;
|
|
1481
|
+
Sum(selector: System_Linq_Expressions.Expression_1<System.Func_2<T, System.Nullable_1<System_Internal.Double>>>): System.Nullable_1<System_Internal.Double>;
|
|
1482
|
+
Sum(selector: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Decimal>>): decimal;
|
|
1483
|
+
Sum(selector: System_Linq_Expressions.Expression_1<System.Func_2<T, System.Nullable_1<System_Internal.Decimal>>>): System.Nullable_1<System_Internal.Decimal>;
|
|
1484
1484
|
Average(): double;
|
|
1485
|
-
Average(): System.Nullable_1<
|
|
1485
|
+
Average(): System.Nullable_1<System_Internal.Double>;
|
|
1486
1486
|
Average(): double;
|
|
1487
|
-
Average(): System.Nullable_1<
|
|
1487
|
+
Average(): System.Nullable_1<System_Internal.Double>;
|
|
1488
1488
|
Average(): float;
|
|
1489
|
-
Average(): System.Nullable_1<
|
|
1489
|
+
Average(): System.Nullable_1<System_Internal.Single>;
|
|
1490
1490
|
Average(): double;
|
|
1491
|
-
Average(): System.Nullable_1<
|
|
1491
|
+
Average(): System.Nullable_1<System_Internal.Double>;
|
|
1492
1492
|
Average(): decimal;
|
|
1493
|
-
Average(): System.Nullable_1<
|
|
1494
|
-
Average(selector: System_Linq_Expressions.Expression_1<System.Func_2<T,
|
|
1495
|
-
Average(selector: System_Linq_Expressions.Expression_1<System.Func_2<T, System.Nullable_1<
|
|
1496
|
-
Average(selector: System_Linq_Expressions.Expression_1<System.Func_2<T,
|
|
1497
|
-
Average(selector: System_Linq_Expressions.Expression_1<System.Func_2<T, System.Nullable_1<
|
|
1498
|
-
Average(selector: System_Linq_Expressions.Expression_1<System.Func_2<T,
|
|
1499
|
-
Average(selector: System_Linq_Expressions.Expression_1<System.Func_2<T, System.Nullable_1<
|
|
1493
|
+
Average(): System.Nullable_1<System_Internal.Decimal>;
|
|
1494
|
+
Average(selector: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Int32>>): double;
|
|
1495
|
+
Average(selector: System_Linq_Expressions.Expression_1<System.Func_2<T, System.Nullable_1<System_Internal.Int32>>>): System.Nullable_1<System_Internal.Double>;
|
|
1496
|
+
Average(selector: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Single>>): float;
|
|
1497
|
+
Average(selector: System_Linq_Expressions.Expression_1<System.Func_2<T, System.Nullable_1<System_Internal.Single>>>): System.Nullable_1<System_Internal.Single>;
|
|
1498
|
+
Average(selector: System_Linq_Expressions.Expression_1<System.Func_2<T, System_Internal.Decimal>>): decimal;
|
|
1499
|
+
Average(selector: System_Linq_Expressions.Expression_1<System.Func_2<T, System.Nullable_1<System_Internal.Decimal>>>): System.Nullable_1<System_Internal.Decimal>;
|
|
1500
1500
|
Aggregate(func: System_Linq_Expressions.Expression_1<System.Func_3<T, T, T>>): T;
|
|
1501
1501
|
Aggregate<TAccumulate>(seed: TAccumulate, func: System_Linq_Expressions.Expression_1<System.Func_3<TAccumulate, T, TAccumulate>>): TAccumulate;
|
|
1502
1502
|
Aggregate<TAccumulate, TResult>(seed: TAccumulate, func: System_Linq_Expressions.Expression_1<System.Func_3<TAccumulate, T, TAccumulate>>, selector: System_Linq_Expressions.Expression_1<System.Func_2<TAccumulate, TResult>>): TResult;
|
|
@@ -1594,25 +1594,25 @@ export interface __Ext_Socket {
|
|
|
1594
1594
|
ConnectAsync(addresses: System_Net.IPAddress[], port: int, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask;
|
|
1595
1595
|
ConnectAsync(host: string, port: int): System_Threading_Tasks.Task;
|
|
1596
1596
|
ConnectAsync(host: string, port: int, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask;
|
|
1597
|
-
ReceiveAsync(buffer: System.ArraySegment_1<
|
|
1598
|
-
ReceiveAsync(buffer: System.Memory_1<
|
|
1599
|
-
ReceiveAsync(buffers: System_Collections_Generic.IList_1<System.ArraySegment_1<
|
|
1600
|
-
ReceiveFromAsync(buffer: System.ArraySegment_1<
|
|
1601
|
-
ReceiveMessageFromAsync(buffer: System.ArraySegment_1<
|
|
1602
|
-
SendAsync(buffer: System.ArraySegment_1<
|
|
1603
|
-
SendAsync(buffer: System.ReadOnlyMemory_1<
|
|
1604
|
-
SendAsync(buffers: System_Collections_Generic.IList_1<System.ArraySegment_1<
|
|
1605
|
-
SendToAsync(buffer: System.ArraySegment_1<
|
|
1597
|
+
ReceiveAsync(buffer: System.ArraySegment_1<System_Internal.Byte>, socketFlags: System_Net_Sockets.SocketFlags): System_Threading_Tasks.Task_1<System_Internal.Int32>;
|
|
1598
|
+
ReceiveAsync(buffer: System.Memory_1<System_Internal.Byte>, socketFlags: System_Net_Sockets.SocketFlags, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System_Internal.Int32>;
|
|
1599
|
+
ReceiveAsync(buffers: System_Collections_Generic.IList_1<System.ArraySegment_1<System_Internal.Byte>>, socketFlags: System_Net_Sockets.SocketFlags): System_Threading_Tasks.Task_1<System_Internal.Int32>;
|
|
1600
|
+
ReceiveFromAsync(buffer: System.ArraySegment_1<System_Internal.Byte>, socketFlags: System_Net_Sockets.SocketFlags, remoteEndPoint: System_Net.EndPoint): System_Threading_Tasks.Task_1<System_Net_Sockets.SocketReceiveFromResult>;
|
|
1601
|
+
ReceiveMessageFromAsync(buffer: System.ArraySegment_1<System_Internal.Byte>, socketFlags: System_Net_Sockets.SocketFlags, remoteEndPoint: System_Net.EndPoint): System_Threading_Tasks.Task_1<System_Net_Sockets.SocketReceiveMessageFromResult>;
|
|
1602
|
+
SendAsync(buffer: System.ArraySegment_1<System_Internal.Byte>, socketFlags: System_Net_Sockets.SocketFlags): System_Threading_Tasks.Task_1<System_Internal.Int32>;
|
|
1603
|
+
SendAsync(buffer: System.ReadOnlyMemory_1<System_Internal.Byte>, socketFlags: System_Net_Sockets.SocketFlags, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.ValueTask_1<System_Internal.Int32>;
|
|
1604
|
+
SendAsync(buffers: System_Collections_Generic.IList_1<System.ArraySegment_1<System_Internal.Byte>>, socketFlags: System_Net_Sockets.SocketFlags): System_Threading_Tasks.Task_1<System_Internal.Int32>;
|
|
1605
|
+
SendToAsync(buffer: System.ArraySegment_1<System_Internal.Byte>, socketFlags: System_Net_Sockets.SocketFlags, remoteEP: System_Net.EndPoint): System_Threading_Tasks.Task_1<System_Internal.Int32>;
|
|
1606
1606
|
}
|
|
1607
1607
|
|
|
1608
1608
|
export interface __Ext_Plane {
|
|
1609
1609
|
AsVector4(): System_Numerics.Vector4;
|
|
1610
|
-
AsVector128(): System_Runtime_Intrinsics.Vector128_1<
|
|
1610
|
+
AsVector128(): System_Runtime_Intrinsics.Vector128_1<System_Internal.Single>;
|
|
1611
1611
|
}
|
|
1612
1612
|
|
|
1613
1613
|
export interface __Ext_Quaternion {
|
|
1614
1614
|
AsVector4(): System_Numerics.Vector4;
|
|
1615
|
-
AsVector128(): System_Runtime_Intrinsics.Vector128_1<
|
|
1615
|
+
AsVector128(): System_Runtime_Intrinsics.Vector128_1<System_Internal.Single>;
|
|
1616
1616
|
}
|
|
1617
1617
|
|
|
1618
1618
|
export interface __Ext_Vector_1<T> {
|
|
@@ -1621,8 +1621,8 @@ export interface __Ext_Vector_1<T> {
|
|
|
1621
1621
|
Store(destination: ptr<T>): void;
|
|
1622
1622
|
StoreAligned(destination: ptr<T>): void;
|
|
1623
1623
|
StoreAlignedNonTemporal(destination: ptr<T>): void;
|
|
1624
|
-
StoreUnsafe(destination:
|
|
1625
|
-
StoreUnsafe(destination:
|
|
1624
|
+
StoreUnsafe(destination: T): void;
|
|
1625
|
+
StoreUnsafe(destination: T, elementOffset: nuint): void;
|
|
1626
1626
|
ToScalar(): T;
|
|
1627
1627
|
WithElement(index: int, value: T): System_Numerics.Vector_1<T>;
|
|
1628
1628
|
AsVector128(): System_Runtime_Intrinsics.Vector128_1<T>;
|
|
@@ -1640,12 +1640,12 @@ export interface __Ext_Vector2 {
|
|
|
1640
1640
|
Store(destination: ptr<float>): void;
|
|
1641
1641
|
StoreAligned(destination: ptr<float>): void;
|
|
1642
1642
|
StoreAlignedNonTemporal(destination: ptr<float>): void;
|
|
1643
|
-
StoreUnsafe(destination:
|
|
1644
|
-
StoreUnsafe(destination:
|
|
1643
|
+
StoreUnsafe(destination: float): void;
|
|
1644
|
+
StoreUnsafe(destination: float, elementOffset: nuint): void;
|
|
1645
1645
|
ToScalar(): float;
|
|
1646
1646
|
WithElement(index: int, value: float): System_Numerics.Vector2;
|
|
1647
|
-
AsVector128(): System_Runtime_Intrinsics.Vector128_1<
|
|
1648
|
-
AsVector128Unsafe(): System_Runtime_Intrinsics.Vector128_1<
|
|
1647
|
+
AsVector128(): System_Runtime_Intrinsics.Vector128_1<System_Internal.Single>;
|
|
1648
|
+
AsVector128Unsafe(): System_Runtime_Intrinsics.Vector128_1<System_Internal.Single>;
|
|
1649
1649
|
}
|
|
1650
1650
|
|
|
1651
1651
|
export interface __Ext_Vector3 {
|
|
@@ -1657,12 +1657,12 @@ export interface __Ext_Vector3 {
|
|
|
1657
1657
|
Store(destination: ptr<float>): void;
|
|
1658
1658
|
StoreAligned(destination: ptr<float>): void;
|
|
1659
1659
|
StoreAlignedNonTemporal(destination: ptr<float>): void;
|
|
1660
|
-
StoreUnsafe(destination:
|
|
1661
|
-
StoreUnsafe(destination:
|
|
1660
|
+
StoreUnsafe(destination: float): void;
|
|
1661
|
+
StoreUnsafe(destination: float, elementOffset: nuint): void;
|
|
1662
1662
|
ToScalar(): float;
|
|
1663
1663
|
WithElement(index: int, value: float): System_Numerics.Vector3;
|
|
1664
|
-
AsVector128(): System_Runtime_Intrinsics.Vector128_1<
|
|
1665
|
-
AsVector128Unsafe(): System_Runtime_Intrinsics.Vector128_1<
|
|
1664
|
+
AsVector128(): System_Runtime_Intrinsics.Vector128_1<System_Internal.Single>;
|
|
1665
|
+
AsVector128Unsafe(): System_Runtime_Intrinsics.Vector128_1<System_Internal.Single>;
|
|
1666
1666
|
}
|
|
1667
1667
|
|
|
1668
1668
|
export interface __Ext_Vector4 {
|
|
@@ -1675,11 +1675,11 @@ export interface __Ext_Vector4 {
|
|
|
1675
1675
|
Store(destination: ptr<float>): void;
|
|
1676
1676
|
StoreAligned(destination: ptr<float>): void;
|
|
1677
1677
|
StoreAlignedNonTemporal(destination: ptr<float>): void;
|
|
1678
|
-
StoreUnsafe(destination:
|
|
1679
|
-
StoreUnsafe(destination:
|
|
1678
|
+
StoreUnsafe(destination: float): void;
|
|
1679
|
+
StoreUnsafe(destination: float, elementOffset: nuint): void;
|
|
1680
1680
|
ToScalar(): float;
|
|
1681
1681
|
WithElement(index: int, value: float): System_Numerics.Vector4;
|
|
1682
|
-
AsVector128(): System_Runtime_Intrinsics.Vector128_1<
|
|
1682
|
+
AsVector128(): System_Runtime_Intrinsics.Vector128_1<System_Internal.Single>;
|
|
1683
1683
|
}
|
|
1684
1684
|
|
|
1685
1685
|
export interface __Ext_Assembly {
|
|
@@ -1692,7 +1692,7 @@ export interface __Ext_Assembly {
|
|
|
1692
1692
|
GetExportedTypes(): System.Type[];
|
|
1693
1693
|
GetModules(): System_Reflection.Module[];
|
|
1694
1694
|
GetTypes(): System.Type[];
|
|
1695
|
-
TryGetRawMetadata(blob:
|
|
1695
|
+
TryGetRawMetadata(blob: ptr<byte>, length: int): boolean;
|
|
1696
1696
|
}
|
|
1697
1697
|
|
|
1698
1698
|
export interface __Ext_Module {
|
|
@@ -1859,18 +1859,18 @@ export interface __Ext_PinnedGCHandle_1<T> {
|
|
|
1859
1859
|
|
|
1860
1860
|
export interface __Ext_Vector128_1<T> {
|
|
1861
1861
|
As<TTo>(): System_Runtime_Intrinsics.Vector128_1<TTo>;
|
|
1862
|
-
AsByte(): System_Runtime_Intrinsics.Vector128_1<
|
|
1863
|
-
AsDouble(): System_Runtime_Intrinsics.Vector128_1<
|
|
1864
|
-
AsInt16(): System_Runtime_Intrinsics.Vector128_1<
|
|
1865
|
-
AsInt32(): System_Runtime_Intrinsics.Vector128_1<
|
|
1866
|
-
AsInt64(): System_Runtime_Intrinsics.Vector128_1<
|
|
1867
|
-
AsNInt(): System_Runtime_Intrinsics.Vector128_1<
|
|
1868
|
-
AsNUInt(): System_Runtime_Intrinsics.Vector128_1<
|
|
1869
|
-
AsSByte(): System_Runtime_Intrinsics.Vector128_1<
|
|
1870
|
-
AsSingle(): System_Runtime_Intrinsics.Vector128_1<
|
|
1871
|
-
AsUInt16(): System_Runtime_Intrinsics.Vector128_1<
|
|
1872
|
-
AsUInt32(): System_Runtime_Intrinsics.Vector128_1<
|
|
1873
|
-
AsUInt64(): System_Runtime_Intrinsics.Vector128_1<
|
|
1862
|
+
AsByte(): System_Runtime_Intrinsics.Vector128_1<System_Internal.Byte>;
|
|
1863
|
+
AsDouble(): System_Runtime_Intrinsics.Vector128_1<System_Internal.Double>;
|
|
1864
|
+
AsInt16(): System_Runtime_Intrinsics.Vector128_1<System_Internal.Int16>;
|
|
1865
|
+
AsInt32(): System_Runtime_Intrinsics.Vector128_1<System_Internal.Int32>;
|
|
1866
|
+
AsInt64(): System_Runtime_Intrinsics.Vector128_1<System_Internal.Int64>;
|
|
1867
|
+
AsNInt(): System_Runtime_Intrinsics.Vector128_1<System_Internal.IntPtr>;
|
|
1868
|
+
AsNUInt(): System_Runtime_Intrinsics.Vector128_1<System_Internal.UIntPtr>;
|
|
1869
|
+
AsSByte(): System_Runtime_Intrinsics.Vector128_1<System_Internal.SByte>;
|
|
1870
|
+
AsSingle(): System_Runtime_Intrinsics.Vector128_1<System_Internal.Single>;
|
|
1871
|
+
AsUInt16(): System_Runtime_Intrinsics.Vector128_1<System_Internal.UInt16>;
|
|
1872
|
+
AsUInt32(): System_Runtime_Intrinsics.Vector128_1<System_Internal.UInt32>;
|
|
1873
|
+
AsUInt64(): System_Runtime_Intrinsics.Vector128_1<System_Internal.UInt64>;
|
|
1874
1874
|
CopyTo(destination: T[]): void;
|
|
1875
1875
|
CopyTo(destination: T[], startIndex: int): void;
|
|
1876
1876
|
CopyTo(destination: System.Span_1<T>): void;
|
|
@@ -1881,8 +1881,8 @@ export interface __Ext_Vector128_1<T> {
|
|
|
1881
1881
|
Store(destination: ptr<T>): void;
|
|
1882
1882
|
StoreAligned(destination: ptr<T>): void;
|
|
1883
1883
|
StoreAlignedNonTemporal(destination: ptr<T>): void;
|
|
1884
|
-
StoreUnsafe(destination:
|
|
1885
|
-
StoreUnsafe(destination:
|
|
1884
|
+
StoreUnsafe(destination: T): void;
|
|
1885
|
+
StoreUnsafe(destination: T, elementOffset: nuint): void;
|
|
1886
1886
|
ToScalar(): T;
|
|
1887
1887
|
ToVector256(): System_Runtime_Intrinsics.Vector256_1<T>;
|
|
1888
1888
|
ToVector256Unsafe(): System_Runtime_Intrinsics.Vector256_1<T>;
|
|
@@ -1900,18 +1900,18 @@ export interface __Ext_Vector128_1<T> {
|
|
|
1900
1900
|
|
|
1901
1901
|
export interface __Ext_Vector256_1<T> {
|
|
1902
1902
|
As<TTo>(): System_Runtime_Intrinsics.Vector256_1<TTo>;
|
|
1903
|
-
AsByte(): System_Runtime_Intrinsics.Vector256_1<
|
|
1904
|
-
AsDouble(): System_Runtime_Intrinsics.Vector256_1<
|
|
1905
|
-
AsInt16(): System_Runtime_Intrinsics.Vector256_1<
|
|
1906
|
-
AsInt32(): System_Runtime_Intrinsics.Vector256_1<
|
|
1907
|
-
AsInt64(): System_Runtime_Intrinsics.Vector256_1<
|
|
1908
|
-
AsNInt(): System_Runtime_Intrinsics.Vector256_1<
|
|
1909
|
-
AsNUInt(): System_Runtime_Intrinsics.Vector256_1<
|
|
1910
|
-
AsSByte(): System_Runtime_Intrinsics.Vector256_1<
|
|
1911
|
-
AsSingle(): System_Runtime_Intrinsics.Vector256_1<
|
|
1912
|
-
AsUInt16(): System_Runtime_Intrinsics.Vector256_1<
|
|
1913
|
-
AsUInt32(): System_Runtime_Intrinsics.Vector256_1<
|
|
1914
|
-
AsUInt64(): System_Runtime_Intrinsics.Vector256_1<
|
|
1903
|
+
AsByte(): System_Runtime_Intrinsics.Vector256_1<System_Internal.Byte>;
|
|
1904
|
+
AsDouble(): System_Runtime_Intrinsics.Vector256_1<System_Internal.Double>;
|
|
1905
|
+
AsInt16(): System_Runtime_Intrinsics.Vector256_1<System_Internal.Int16>;
|
|
1906
|
+
AsInt32(): System_Runtime_Intrinsics.Vector256_1<System_Internal.Int32>;
|
|
1907
|
+
AsInt64(): System_Runtime_Intrinsics.Vector256_1<System_Internal.Int64>;
|
|
1908
|
+
AsNInt(): System_Runtime_Intrinsics.Vector256_1<System_Internal.IntPtr>;
|
|
1909
|
+
AsNUInt(): System_Runtime_Intrinsics.Vector256_1<System_Internal.UIntPtr>;
|
|
1910
|
+
AsSByte(): System_Runtime_Intrinsics.Vector256_1<System_Internal.SByte>;
|
|
1911
|
+
AsSingle(): System_Runtime_Intrinsics.Vector256_1<System_Internal.Single>;
|
|
1912
|
+
AsUInt16(): System_Runtime_Intrinsics.Vector256_1<System_Internal.UInt16>;
|
|
1913
|
+
AsUInt32(): System_Runtime_Intrinsics.Vector256_1<System_Internal.UInt32>;
|
|
1914
|
+
AsUInt64(): System_Runtime_Intrinsics.Vector256_1<System_Internal.UInt64>;
|
|
1915
1915
|
AsVector(): System_Numerics.Vector_1<T>;
|
|
1916
1916
|
CopyTo(destination: T[]): void;
|
|
1917
1917
|
CopyTo(destination: T[], startIndex: int): void;
|
|
@@ -1923,8 +1923,8 @@ export interface __Ext_Vector256_1<T> {
|
|
|
1923
1923
|
Store(destination: ptr<T>): void;
|
|
1924
1924
|
StoreAligned(destination: ptr<T>): void;
|
|
1925
1925
|
StoreAlignedNonTemporal(destination: ptr<T>): void;
|
|
1926
|
-
StoreUnsafe(destination:
|
|
1927
|
-
StoreUnsafe(destination:
|
|
1926
|
+
StoreUnsafe(destination: T): void;
|
|
1927
|
+
StoreUnsafe(destination: T, elementOffset: nuint): void;
|
|
1928
1928
|
ToScalar(): T;
|
|
1929
1929
|
ToVector512(): System_Runtime_Intrinsics.Vector512_1<T>;
|
|
1930
1930
|
ToVector512Unsafe(): System_Runtime_Intrinsics.Vector512_1<T>;
|
|
@@ -1936,18 +1936,18 @@ export interface __Ext_Vector256_1<T> {
|
|
|
1936
1936
|
|
|
1937
1937
|
export interface __Ext_Vector512_1<T> {
|
|
1938
1938
|
As<TTo>(): System_Runtime_Intrinsics.Vector512_1<TTo>;
|
|
1939
|
-
AsByte(): System_Runtime_Intrinsics.Vector512_1<
|
|
1940
|
-
AsDouble(): System_Runtime_Intrinsics.Vector512_1<
|
|
1941
|
-
AsInt16(): System_Runtime_Intrinsics.Vector512_1<
|
|
1942
|
-
AsInt32(): System_Runtime_Intrinsics.Vector512_1<
|
|
1943
|
-
AsInt64(): System_Runtime_Intrinsics.Vector512_1<
|
|
1944
|
-
AsNInt(): System_Runtime_Intrinsics.Vector512_1<
|
|
1945
|
-
AsNUInt(): System_Runtime_Intrinsics.Vector512_1<
|
|
1946
|
-
AsSByte(): System_Runtime_Intrinsics.Vector512_1<
|
|
1947
|
-
AsSingle(): System_Runtime_Intrinsics.Vector512_1<
|
|
1948
|
-
AsUInt16(): System_Runtime_Intrinsics.Vector512_1<
|
|
1949
|
-
AsUInt32(): System_Runtime_Intrinsics.Vector512_1<
|
|
1950
|
-
AsUInt64(): System_Runtime_Intrinsics.Vector512_1<
|
|
1939
|
+
AsByte(): System_Runtime_Intrinsics.Vector512_1<System_Internal.Byte>;
|
|
1940
|
+
AsDouble(): System_Runtime_Intrinsics.Vector512_1<System_Internal.Double>;
|
|
1941
|
+
AsInt16(): System_Runtime_Intrinsics.Vector512_1<System_Internal.Int16>;
|
|
1942
|
+
AsInt32(): System_Runtime_Intrinsics.Vector512_1<System_Internal.Int32>;
|
|
1943
|
+
AsInt64(): System_Runtime_Intrinsics.Vector512_1<System_Internal.Int64>;
|
|
1944
|
+
AsNInt(): System_Runtime_Intrinsics.Vector512_1<System_Internal.IntPtr>;
|
|
1945
|
+
AsNUInt(): System_Runtime_Intrinsics.Vector512_1<System_Internal.UIntPtr>;
|
|
1946
|
+
AsSByte(): System_Runtime_Intrinsics.Vector512_1<System_Internal.SByte>;
|
|
1947
|
+
AsSingle(): System_Runtime_Intrinsics.Vector512_1<System_Internal.Single>;
|
|
1948
|
+
AsUInt16(): System_Runtime_Intrinsics.Vector512_1<System_Internal.UInt16>;
|
|
1949
|
+
AsUInt32(): System_Runtime_Intrinsics.Vector512_1<System_Internal.UInt32>;
|
|
1950
|
+
AsUInt64(): System_Runtime_Intrinsics.Vector512_1<System_Internal.UInt64>;
|
|
1951
1951
|
AsVector(): System_Numerics.Vector_1<T>;
|
|
1952
1952
|
CopyTo(destination: T[]): void;
|
|
1953
1953
|
CopyTo(destination: T[], startIndex: int): void;
|
|
@@ -1959,8 +1959,8 @@ export interface __Ext_Vector512_1<T> {
|
|
|
1959
1959
|
Store(destination: ptr<T>): void;
|
|
1960
1960
|
StoreAligned(destination: ptr<T>): void;
|
|
1961
1961
|
StoreAlignedNonTemporal(destination: ptr<T>): void;
|
|
1962
|
-
StoreUnsafe(destination:
|
|
1963
|
-
StoreUnsafe(destination:
|
|
1962
|
+
StoreUnsafe(destination: T): void;
|
|
1963
|
+
StoreUnsafe(destination: T, elementOffset: nuint): void;
|
|
1964
1964
|
ToScalar(): T;
|
|
1965
1965
|
TryCopyTo(destination: System.Span_1<T>): boolean;
|
|
1966
1966
|
WithElement(index: int, value: T): System_Runtime_Intrinsics.Vector512_1<T>;
|
|
@@ -1970,18 +1970,18 @@ export interface __Ext_Vector512_1<T> {
|
|
|
1970
1970
|
|
|
1971
1971
|
export interface __Ext_Vector64_1<T> {
|
|
1972
1972
|
As<TTo>(): System_Runtime_Intrinsics.Vector64_1<TTo>;
|
|
1973
|
-
AsByte(): System_Runtime_Intrinsics.Vector64_1<
|
|
1974
|
-
AsDouble(): System_Runtime_Intrinsics.Vector64_1<
|
|
1975
|
-
AsInt16(): System_Runtime_Intrinsics.Vector64_1<
|
|
1976
|
-
AsInt32(): System_Runtime_Intrinsics.Vector64_1<
|
|
1977
|
-
AsInt64(): System_Runtime_Intrinsics.Vector64_1<
|
|
1978
|
-
AsNInt(): System_Runtime_Intrinsics.Vector64_1<
|
|
1979
|
-
AsNUInt(): System_Runtime_Intrinsics.Vector64_1<
|
|
1980
|
-
AsSByte(): System_Runtime_Intrinsics.Vector64_1<
|
|
1981
|
-
AsSingle(): System_Runtime_Intrinsics.Vector64_1<
|
|
1982
|
-
AsUInt16(): System_Runtime_Intrinsics.Vector64_1<
|
|
1983
|
-
AsUInt32(): System_Runtime_Intrinsics.Vector64_1<
|
|
1984
|
-
AsUInt64(): System_Runtime_Intrinsics.Vector64_1<
|
|
1973
|
+
AsByte(): System_Runtime_Intrinsics.Vector64_1<System_Internal.Byte>;
|
|
1974
|
+
AsDouble(): System_Runtime_Intrinsics.Vector64_1<System_Internal.Double>;
|
|
1975
|
+
AsInt16(): System_Runtime_Intrinsics.Vector64_1<System_Internal.Int16>;
|
|
1976
|
+
AsInt32(): System_Runtime_Intrinsics.Vector64_1<System_Internal.Int32>;
|
|
1977
|
+
AsInt64(): System_Runtime_Intrinsics.Vector64_1<System_Internal.Int64>;
|
|
1978
|
+
AsNInt(): System_Runtime_Intrinsics.Vector64_1<System_Internal.IntPtr>;
|
|
1979
|
+
AsNUInt(): System_Runtime_Intrinsics.Vector64_1<System_Internal.UIntPtr>;
|
|
1980
|
+
AsSByte(): System_Runtime_Intrinsics.Vector64_1<System_Internal.SByte>;
|
|
1981
|
+
AsSingle(): System_Runtime_Intrinsics.Vector64_1<System_Internal.Single>;
|
|
1982
|
+
AsUInt16(): System_Runtime_Intrinsics.Vector64_1<System_Internal.UInt16>;
|
|
1983
|
+
AsUInt32(): System_Runtime_Intrinsics.Vector64_1<System_Internal.UInt32>;
|
|
1984
|
+
AsUInt64(): System_Runtime_Intrinsics.Vector64_1<System_Internal.UInt64>;
|
|
1985
1985
|
CopyTo(destination: T[]): void;
|
|
1986
1986
|
CopyTo(destination: T[], startIndex: int): void;
|
|
1987
1987
|
CopyTo(destination: System.Span_1<T>): void;
|
|
@@ -1990,8 +1990,8 @@ export interface __Ext_Vector64_1<T> {
|
|
|
1990
1990
|
Store(destination: ptr<T>): void;
|
|
1991
1991
|
StoreAligned(destination: ptr<T>): void;
|
|
1992
1992
|
StoreAlignedNonTemporal(destination: ptr<T>): void;
|
|
1993
|
-
StoreUnsafe(destination:
|
|
1994
|
-
StoreUnsafe(destination:
|
|
1993
|
+
StoreUnsafe(destination: T): void;
|
|
1994
|
+
StoreUnsafe(destination: T, elementOffset: nuint): void;
|
|
1995
1995
|
ToScalar(): T;
|
|
1996
1996
|
ToVector128(): System_Runtime_Intrinsics.Vector128_1<T>;
|
|
1997
1997
|
ToVector128Unsafe(): System_Runtime_Intrinsics.Vector128_1<T>;
|
|
@@ -2022,24 +2022,24 @@ export interface __Ext_X509Certificate2 {
|
|
|
2022
2022
|
}
|
|
2023
2023
|
|
|
2024
2024
|
export interface __Ext_Encoding {
|
|
2025
|
-
GetBytes(chars: System.ReadOnlySpan_1<
|
|
2026
|
-
GetBytes(chars:
|
|
2027
|
-
GetBytes(chars:
|
|
2028
|
-
GetBytes(chars:
|
|
2029
|
-
GetChars(bytes: System.ReadOnlySpan_1<
|
|
2030
|
-
GetChars(bytes:
|
|
2031
|
-
GetChars(bytes:
|
|
2032
|
-
GetString(bytes:
|
|
2025
|
+
GetBytes(chars: System.ReadOnlySpan_1<System_Internal.Char>, writer: System_Buffers.IBufferWriter_1<System_Internal.Byte>): long;
|
|
2026
|
+
GetBytes(chars: System_Buffers.ReadOnlySequence_1<System_Internal.Char>, writer: System_Buffers.IBufferWriter_1<System_Internal.Byte>): long;
|
|
2027
|
+
GetBytes(chars: System_Buffers.ReadOnlySequence_1<System_Internal.Char>, bytes: System.Span_1<System_Internal.Byte>): int;
|
|
2028
|
+
GetBytes(chars: System_Buffers.ReadOnlySequence_1<System_Internal.Char>): byte[];
|
|
2029
|
+
GetChars(bytes: System.ReadOnlySpan_1<System_Internal.Byte>, writer: System_Buffers.IBufferWriter_1<System_Internal.Char>): long;
|
|
2030
|
+
GetChars(bytes: System_Buffers.ReadOnlySequence_1<System_Internal.Byte>, writer: System_Buffers.IBufferWriter_1<System_Internal.Char>): long;
|
|
2031
|
+
GetChars(bytes: System_Buffers.ReadOnlySequence_1<System_Internal.Byte>, chars: System.Span_1<System_Internal.Char>): int;
|
|
2032
|
+
GetString(bytes: System_Buffers.ReadOnlySequence_1<System_Internal.Byte>): string;
|
|
2033
2033
|
}
|
|
2034
2034
|
|
|
2035
2035
|
export interface __Ext_Encoder {
|
|
2036
|
-
Convert(chars: System.ReadOnlySpan_1<
|
|
2037
|
-
Convert(chars:
|
|
2036
|
+
Convert(chars: System.ReadOnlySpan_1<System_Internal.Char>, writer: System_Buffers.IBufferWriter_1<System_Internal.Byte>, flush: boolean, bytesUsed: long, completed: boolean): void;
|
|
2037
|
+
Convert(chars: System_Buffers.ReadOnlySequence_1<System_Internal.Char>, writer: System_Buffers.IBufferWriter_1<System_Internal.Byte>, flush: boolean, bytesUsed: long, completed: boolean): void;
|
|
2038
2038
|
}
|
|
2039
2039
|
|
|
2040
2040
|
export interface __Ext_Decoder {
|
|
2041
|
-
Convert(bytes: System.ReadOnlySpan_1<
|
|
2042
|
-
Convert(bytes:
|
|
2041
|
+
Convert(bytes: System.ReadOnlySpan_1<System_Internal.Byte>, writer: System_Buffers.IBufferWriter_1<System_Internal.Char>, flush: boolean, charsUsed: long, completed: boolean): void;
|
|
2042
|
+
Convert(bytes: System_Buffers.ReadOnlySequence_1<System_Internal.Byte>, writer: System_Buffers.IBufferWriter_1<System_Internal.Char>, flush: boolean, charsUsed: long, completed: boolean): void;
|
|
2043
2043
|
}
|
|
2044
2044
|
|
|
2045
2045
|
export interface __Ext_JsonDocument {
|
|
@@ -2119,20 +2119,20 @@ export interface __Ext_ISourceBlock_1<TOutput> {
|
|
|
2119
2119
|
Receive(cancellationToken: System_Threading.CancellationToken): TOutput;
|
|
2120
2120
|
Receive(timeout: System.TimeSpan): TOutput;
|
|
2121
2121
|
Receive(timeout: System.TimeSpan, cancellationToken: System_Threading.CancellationToken): TOutput;
|
|
2122
|
-
OutputAvailableAsync(): System_Threading_Tasks.Task_1<
|
|
2123
|
-
OutputAvailableAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<
|
|
2122
|
+
OutputAvailableAsync(): System_Threading_Tasks.Task_1<System_Internal.Boolean>;
|
|
2123
|
+
OutputAvailableAsync(cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<System_Internal.Boolean>;
|
|
2124
2124
|
AsObservable(): System.IObservable_1<TOutput>;
|
|
2125
2125
|
}
|
|
2126
2126
|
|
|
2127
2127
|
export interface __Ext_ITargetBlock_1<TInput> {
|
|
2128
2128
|
Post(item: TInput): boolean;
|
|
2129
|
-
SendAsync(item: TInput): System_Threading_Tasks.Task_1<
|
|
2130
|
-
SendAsync(item: TInput, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<
|
|
2129
|
+
SendAsync(item: TInput): System_Threading_Tasks.Task_1<System_Internal.Boolean>;
|
|
2130
|
+
SendAsync(item: TInput, cancellationToken: System_Threading.CancellationToken): System_Threading_Tasks.Task_1<System_Internal.Boolean>;
|
|
2131
2131
|
AsObserver(): System.IObserver_1<TInput>;
|
|
2132
2132
|
}
|
|
2133
2133
|
|
|
2134
2134
|
export interface __Ext_IReceivableSourceBlock_1<TOutput> {
|
|
2135
|
-
TryReceive(item:
|
|
2135
|
+
TryReceive(item: TOutput): boolean;
|
|
2136
2136
|
ReceiveAllAsync(cancellationToken: System_Threading.CancellationToken): System_Collections_Generic.IAsyncEnumerable_1<TOutput>;
|
|
2137
2137
|
}
|
|
2138
2138
|
|