@tsonic/dotnet 10.0.41 → 10.0.42
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/bindings.json +5 -5
- package/Internal/internal/index.d.ts +1 -1
- package/Internal.d.ts +4 -0
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +1 -1
- package/Microsoft.CSharp.RuntimeBinder.d.ts +4 -0
- package/Microsoft.VisualBasic/bindings.json +13 -13
- package/Microsoft.VisualBasic/internal/index.d.ts +51 -51
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +116 -116
- package/Microsoft.VisualBasic.CompilerServices.d.ts +4 -0
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +2 -2
- package/Microsoft.VisualBasic.FileIO.d.ts +4 -0
- package/Microsoft.VisualBasic.d.ts +4 -0
- package/Microsoft.Win32/internal/index.d.ts +9 -9
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +1 -1
- package/Microsoft.Win32.SafeHandles.d.ts +4 -0
- package/Microsoft.Win32.d.ts +4 -0
- package/README.md +8 -1
- package/System/bindings.json +204 -124
- package/System/internal/index.d.ts +1041 -1026
- package/System.Buffers/internal/index.d.ts +51 -51
- package/System.Buffers.Binary/internal/index.d.ts +1 -1
- package/System.Buffers.Binary.d.ts +4 -0
- package/System.Buffers.Text/internal/index.d.ts +1 -1
- package/System.Buffers.Text.d.ts +4 -0
- package/System.Buffers.d.ts +10 -6
- package/System.CodeDom.Compiler/internal/index.d.ts +14 -14
- package/System.CodeDom.Compiler.d.ts +4 -0
- package/System.Collections/bindings.json +300 -300
- package/System.Collections/internal/index.d.ts +113 -113
- package/System.Collections.Concurrent/bindings.json +93 -93
- package/System.Collections.Concurrent/internal/index.d.ts +65 -65
- package/System.Collections.Concurrent.d.ts +7 -3
- package/System.Collections.Frozen/bindings.json +90 -50
- package/System.Collections.Frozen/internal/index.d.ts +35 -33
- package/System.Collections.Frozen.d.ts +6 -2
- package/System.Collections.Generic/bindings.json +932 -612
- package/System.Collections.Generic/internal/index.d.ts +303 -287
- package/System.Collections.Generic.d.ts +19 -15
- package/System.Collections.Immutable/bindings.json +189 -189
- package/System.Collections.Immutable/internal/index.d.ts +235 -234
- package/System.Collections.Immutable.d.ts +21 -17
- package/System.Collections.ObjectModel/bindings.json +229 -229
- package/System.Collections.ObjectModel/internal/index.d.ts +41 -41
- package/System.Collections.ObjectModel.d.ts +6 -2
- package/System.Collections.Specialized/bindings.json +79 -79
- package/System.Collections.Specialized/internal/index.d.ts +46 -46
- package/System.Collections.Specialized.d.ts +4 -0
- package/System.Collections.d.ts +4 -0
- package/System.ComponentModel/bindings.json +108 -108
- package/System.ComponentModel/internal/index.d.ts +368 -363
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +78 -78
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +1 -1
- package/System.ComponentModel.DataAnnotations.Schema.d.ts +4 -0
- package/System.ComponentModel.DataAnnotations.d.ts +4 -0
- package/System.ComponentModel.Design/bindings.json +18 -18
- package/System.ComponentModel.Design/internal/index.d.ts +47 -47
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +38 -38
- package/System.ComponentModel.Design.Serialization.d.ts +4 -0
- package/System.ComponentModel.Design.d.ts +4 -0
- package/System.ComponentModel.d.ts +4 -0
- package/System.Configuration.Assemblies/internal/index.d.ts +1 -1
- package/System.Configuration.Assemblies.d.ts +4 -0
- package/System.Data/bindings.json +124 -124
- package/System.Data/internal/index.d.ts +156 -156
- package/System.Data.Common/bindings.json +68 -68
- package/System.Data.Common/internal/index.d.ts +42 -42
- package/System.Data.Common.d.ts +4 -0
- package/System.Data.SqlTypes/internal/index.d.ts +40 -40
- package/System.Data.SqlTypes.d.ts +4 -0
- package/System.Data.d.ts +8 -4
- package/System.Diagnostics/bindings.json +251 -231
- package/System.Diagnostics/internal/index.d.ts +167 -154
- package/System.Diagnostics.CodeAnalysis/bindings.json +121 -121
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +7 -7
- package/System.Diagnostics.CodeAnalysis.d.ts +4 -0
- package/System.Diagnostics.Contracts/bindings.json +62 -62
- package/System.Diagnostics.Contracts/internal/index.d.ts +9 -9
- package/System.Diagnostics.Contracts.d.ts +4 -0
- package/System.Diagnostics.Metrics/internal/index.d.ts +86 -86
- package/System.Diagnostics.Metrics.d.ts +7 -3
- package/System.Diagnostics.SymbolStore/bindings.json +2 -2
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +3 -3
- package/System.Diagnostics.SymbolStore.d.ts +4 -0
- package/System.Diagnostics.Tracing/bindings.json +212 -212
- package/System.Diagnostics.Tracing/internal/index.d.ts +7 -7
- package/System.Diagnostics.Tracing.d.ts +4 -0
- package/System.Diagnostics.d.ts +5 -1
- package/System.Drawing/internal/index.d.ts +48 -48
- package/System.Drawing.d.ts +4 -0
- package/System.Dynamic/bindings.json +13 -13
- package/System.Dynamic/internal/index.d.ts +36 -35
- package/System.Dynamic.d.ts +4 -0
- package/System.Formats.Asn1/internal/index.d.ts +11 -11
- package/System.Formats.Asn1.d.ts +4 -0
- package/System.Formats.Tar/internal/index.d.ts +1 -1
- package/System.Formats.Tar.d.ts +4 -0
- package/System.Globalization/bindings.json +3 -3
- package/System.Globalization/internal/index.d.ts +19 -19
- package/System.Globalization.d.ts +4 -0
- package/System.IO/bindings.json +957 -957
- package/System.IO/internal/index.d.ts +55 -55
- package/System.IO.Compression/internal/index.d.ts +13 -13
- package/System.IO.Compression.d.ts +4 -0
- package/System.IO.Enumeration/bindings.json +47 -47
- package/System.IO.Enumeration/internal/index.d.ts +11 -11
- package/System.IO.Enumeration.d.ts +4 -0
- package/System.IO.IsolatedStorage/internal/index.d.ts +10 -10
- package/System.IO.IsolatedStorage.d.ts +4 -0
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +1 -1
- package/System.IO.MemoryMappedFiles.d.ts +4 -0
- package/System.IO.Pipelines/internal/index.d.ts +4 -4
- package/System.IO.Pipelines.d.ts +4 -0
- package/System.IO.Pipes/internal/index.d.ts +4 -4
- package/System.IO.Pipes.d.ts +4 -0
- package/System.IO.d.ts +4 -0
- package/System.Linq/bindings.json +22 -22
- package/System.Linq/internal/index.d.ts +703 -701
- package/System.Linq.Expressions/internal/index.d.ts +67 -41
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +3 -3
- package/System.Linq.Expressions.Interpreter.d.ts +4 -0
- package/System.Linq.Expressions.d.ts +6 -2
- package/System.Linq.d.ts +18 -14
- package/System.Net/bindings.json +27 -27
- package/System.Net/internal/index.d.ts +53 -53
- package/System.Net.Cache/internal/index.d.ts +1 -1
- package/System.Net.Cache.d.ts +4 -0
- package/System.Net.Http/bindings.json +22 -22
- package/System.Net.Http/internal/index.d.ts +16 -16
- package/System.Net.Http.Headers/bindings.json +66 -26
- package/System.Net.Http.Headers/internal/index.d.ts +26 -24
- package/System.Net.Http.Headers.d.ts +4 -0
- package/System.Net.Http.Json/internal/index.d.ts +63 -63
- package/System.Net.Http.Json.d.ts +4 -0
- package/System.Net.Http.Metrics/internal/index.d.ts +2 -2
- package/System.Net.Http.Metrics.d.ts +4 -0
- package/System.Net.Http.d.ts +5 -1
- package/System.Net.Mail/bindings.json +96 -96
- package/System.Net.Mail/internal/index.d.ts +8 -8
- package/System.Net.Mail.d.ts +4 -0
- package/System.Net.Mime/internal/index.d.ts +3 -3
- package/System.Net.Mime.d.ts +4 -0
- package/System.Net.NetworkInformation/bindings.json +40 -40
- package/System.Net.NetworkInformation/internal/index.d.ts +15 -15
- package/System.Net.NetworkInformation.d.ts +4 -0
- package/System.Net.Quic/internal/index.d.ts +4 -4
- package/System.Net.Quic.d.ts +4 -0
- package/System.Net.Security/internal/index.d.ts +29 -29
- package/System.Net.Security.d.ts +4 -0
- package/System.Net.ServerSentEvents/internal/index.d.ts +9 -9
- package/System.Net.ServerSentEvents.d.ts +7 -3
- package/System.Net.Sockets/internal/index.d.ts +42 -42
- package/System.Net.Sockets.d.ts +4 -0
- package/System.Net.WebSockets/bindings.json +101 -101
- package/System.Net.WebSockets/internal/index.d.ts +5 -5
- package/System.Net.WebSockets.d.ts +4 -0
- package/System.Net.d.ts +4 -0
- package/System.Numerics/bindings.json +3 -3
- package/System.Numerics/internal/index.d.ts +218 -218
- package/System.Numerics.d.ts +38 -34
- package/System.Reflection/bindings.json +870 -870
- package/System.Reflection/internal/index.d.ts +107 -107
- package/System.Reflection.Emit/bindings.json +754 -754
- package/System.Reflection.Emit/internal/index.d.ts +27 -25
- package/System.Reflection.Emit.d.ts +4 -0
- package/System.Reflection.Metadata/bindings.json +607 -87
- package/System.Reflection.Metadata/internal/index.d.ts +144 -118
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +9 -9
- package/System.Reflection.Metadata.Ecma335.d.ts +4 -0
- package/System.Reflection.Metadata.d.ts +9 -5
- package/System.Reflection.PortableExecutable/internal/index.d.ts +2 -2
- package/System.Reflection.PortableExecutable.d.ts +4 -0
- package/System.Reflection.d.ts +4 -0
- package/System.Resources/bindings.json +3 -3
- package/System.Resources/internal/index.d.ts +7 -7
- package/System.Resources.d.ts +4 -0
- package/System.Runtime/bindings.json +9 -9
- package/System.Runtime/internal/index.d.ts +7 -7
- package/System.Runtime.CompilerServices/bindings.json +383 -383
- package/System.Runtime.CompilerServices/internal/index.d.ts +226 -226
- package/System.Runtime.CompilerServices.d.ts +20 -16
- package/System.Runtime.ConstrainedExecution/bindings.json +9 -9
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +1 -1
- package/System.Runtime.ConstrainedExecution.d.ts +4 -0
- package/System.Runtime.ExceptionServices/bindings.json +9 -9
- package/System.Runtime.ExceptionServices/internal/index.d.ts +2 -2
- package/System.Runtime.ExceptionServices.d.ts +4 -0
- package/System.Runtime.InteropServices/bindings.json +559 -559
- package/System.Runtime.InteropServices/internal/index.d.ts +182 -182
- package/System.Runtime.InteropServices.ComTypes/bindings.json +349 -349
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +19 -19
- package/System.Runtime.InteropServices.ComTypes.d.ts +4 -0
- package/System.Runtime.InteropServices.Java/bindings.json +12 -12
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +2 -2
- package/System.Runtime.InteropServices.Java.d.ts +4 -0
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +38 -38
- package/System.Runtime.InteropServices.JavaScript.d.ts +6 -2
- package/System.Runtime.InteropServices.Marshalling/bindings.json +117 -117
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +81 -81
- package/System.Runtime.InteropServices.Marshalling.d.ts +4 -0
- package/System.Runtime.InteropServices.ObjectiveC/bindings.json +15 -15
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +2 -2
- package/System.Runtime.InteropServices.ObjectiveC.d.ts +4 -0
- package/System.Runtime.InteropServices.Swift/bindings.json +4 -4
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +4 -4
- package/System.Runtime.InteropServices.Swift.d.ts +6 -2
- package/System.Runtime.InteropServices.d.ts +6 -2
- package/System.Runtime.Intrinsics/internal/index.d.ts +514 -514
- package/System.Runtime.Intrinsics.Arm/bindings.json +31 -31
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +1 -1
- package/System.Runtime.Intrinsics.Arm.d.ts +4 -0
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +1 -1
- package/System.Runtime.Intrinsics.Wasm.d.ts +4 -0
- package/System.Runtime.Intrinsics.X86/bindings.json +38 -38
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +1 -1
- package/System.Runtime.Intrinsics.X86.d.ts +4 -0
- package/System.Runtime.Intrinsics.d.ts +12 -8
- package/System.Runtime.Loader/internal/index.d.ts +1 -1
- package/System.Runtime.Loader.d.ts +4 -0
- package/System.Runtime.Remoting/internal/index.d.ts +3 -3
- package/System.Runtime.Remoting.d.ts +4 -0
- package/System.Runtime.Serialization/bindings.json +13 -13
- package/System.Runtime.Serialization/internal/index.d.ts +102 -102
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +4 -4
- package/System.Runtime.Serialization.DataContracts.d.ts +4 -0
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +1 -1
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +3 -3
- package/System.Runtime.Serialization.Formatters.Binary.d.ts +4 -0
- package/System.Runtime.Serialization.Formatters.d.ts +4 -0
- package/System.Runtime.Serialization.Json/internal/index.d.ts +13 -13
- package/System.Runtime.Serialization.Json.d.ts +4 -0
- package/System.Runtime.Serialization.d.ts +4 -0
- package/System.Runtime.Versioning/bindings.json +13 -13
- package/System.Runtime.Versioning/internal/index.d.ts +2 -2
- package/System.Runtime.Versioning.d.ts +4 -0
- package/System.Runtime.d.ts +4 -0
- package/System.Security/bindings.json +5 -5
- package/System.Security/internal/index.d.ts +10 -10
- package/System.Security.AccessControl/bindings.json +33 -33
- package/System.Security.AccessControl/internal/index.d.ts +21 -21
- package/System.Security.AccessControl.d.ts +10 -6
- package/System.Security.Authentication/internal/index.d.ts +1 -1
- package/System.Security.Authentication.ExtendedProtection/bindings.json +5 -5
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +3 -3
- package/System.Security.Authentication.ExtendedProtection.d.ts +4 -0
- package/System.Security.Authentication.d.ts +4 -0
- package/System.Security.Claims/internal/index.d.ts +3 -3
- package/System.Security.Claims.d.ts +4 -0
- package/System.Security.Cryptography/bindings.json +40 -40
- package/System.Security.Cryptography/internal/index.d.ts +28 -27
- package/System.Security.Cryptography.X509Certificates/bindings.json +312 -312
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +10 -10
- package/System.Security.Cryptography.X509Certificates.d.ts +4 -0
- package/System.Security.Cryptography.d.ts +4 -0
- package/System.Security.Permissions/internal/index.d.ts +1 -1
- package/System.Security.Permissions.d.ts +4 -0
- package/System.Security.Policy/bindings.json +5 -5
- package/System.Security.Policy/internal/index.d.ts +9 -9
- package/System.Security.Policy.d.ts +4 -0
- package/System.Security.Principal/bindings.json +8 -8
- package/System.Security.Principal/internal/index.d.ts +8 -8
- package/System.Security.Principal.d.ts +4 -0
- package/System.Security.d.ts +4 -0
- package/System.Text/bindings.json +20 -20
- package/System.Text/internal/index.d.ts +48 -48
- package/System.Text.Encodings.Web/internal/index.d.ts +1 -1
- package/System.Text.Encodings.Web.d.ts +4 -0
- package/System.Text.Json/internal/index.d.ts +109 -109
- package/System.Text.Json.Nodes/bindings.json +27 -27
- package/System.Text.Json.Nodes/internal/index.d.ts +8 -8
- package/System.Text.Json.Nodes.d.ts +4 -0
- package/System.Text.Json.Schema/internal/index.d.ts +1 -1
- package/System.Text.Json.Schema.d.ts +4 -0
- package/System.Text.Json.Serialization/internal/index.d.ts +18 -18
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +67 -67
- package/System.Text.Json.Serialization.Metadata.d.ts +6 -2
- package/System.Text.Json.Serialization.d.ts +10 -6
- package/System.Text.Json.d.ts +4 -0
- package/System.Text.RegularExpressions/bindings.json +158 -118
- package/System.Text.RegularExpressions/internal/index.d.ts +9 -7
- package/System.Text.RegularExpressions.d.ts +4 -0
- package/System.Text.Unicode/internal/index.d.ts +6 -6
- package/System.Text.Unicode.d.ts +4 -0
- package/System.Text.d.ts +4 -0
- package/System.Threading/bindings.json +19 -19
- package/System.Threading/internal/index.d.ts +97 -97
- package/System.Threading.Channels/internal/index.d.ts +23 -23
- package/System.Threading.Channels.d.ts +8 -4
- package/System.Threading.Tasks/bindings.json +138 -38
- package/System.Threading.Tasks/internal/index.d.ts +229 -227
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +95 -95
- package/System.Threading.Tasks.Dataflow.d.ts +18 -14
- package/System.Threading.Tasks.Sources/bindings.json +9 -9
- package/System.Threading.Tasks.Sources/internal/index.d.ts +9 -9
- package/System.Threading.Tasks.Sources.d.ts +6 -2
- package/System.Threading.Tasks.d.ts +12 -8
- package/System.Threading.d.ts +4 -0
- package/System.Timers/internal/index.d.ts +2 -2
- package/System.Timers.d.ts +4 -0
- package/System.Transactions/internal/index.d.ts +6 -6
- package/System.Transactions.d.ts +4 -0
- package/System.Web/internal/index.d.ts +2 -2
- package/System.Web.d.ts +4 -0
- package/System.Windows.Input/internal/index.d.ts +3 -3
- package/System.Windows.Input.d.ts +4 -0
- package/System.Windows.Markup/internal/index.d.ts +1 -1
- package/System.Windows.Markup.d.ts +4 -0
- package/System.Xml/bindings.json +27 -27
- package/System.Xml/internal/index.d.ts +29 -29
- package/System.Xml.Linq/bindings.json +6 -6
- package/System.Xml.Linq/internal/index.d.ts +49 -49
- package/System.Xml.Linq.d.ts +4 -0
- package/System.Xml.Resolvers/internal/index.d.ts +3 -3
- package/System.Xml.Resolvers.d.ts +4 -0
- package/System.Xml.Schema/bindings.json +24 -24
- package/System.Xml.Schema/internal/index.d.ts +24 -24
- package/System.Xml.Schema.d.ts +4 -0
- package/System.Xml.Serialization/bindings.json +57 -57
- package/System.Xml.Serialization/internal/index.d.ts +49 -49
- package/System.Xml.Serialization.d.ts +4 -0
- package/System.Xml.XPath/bindings.json +1 -1
- package/System.Xml.XPath/internal/index.d.ts +18 -18
- package/System.Xml.XPath.d.ts +4 -0
- package/System.Xml.Xsl/bindings.json +1 -1
- package/System.Xml.Xsl/internal/index.d.ts +12 -12
- package/System.Xml.Xsl.Runtime/bindings.json +70 -70
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +21 -21
- package/System.Xml.Xsl.Runtime.d.ts +4 -0
- package/System.Xml.Xsl.d.ts +4 -0
- package/System.Xml.d.ts +4 -0
- package/System.d.ts +126 -122
- package/__internal/extensions/index.d.ts +1288 -1293
- package/package.json +2 -2
|
@@ -55,7 +55,7 @@ import * as System_Xml_Schema from "../../System.Xml.Schema/internal/index.js";
|
|
|
55
55
|
import * as System_Xml_XPath from "../../System.Xml.XPath/internal/index.js";
|
|
56
56
|
|
|
57
57
|
// Core type aliases from @tsonic/core
|
|
58
|
-
import type {
|
|
58
|
+
import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
59
59
|
|
|
60
60
|
|
|
61
61
|
// Import sticky extension scope helper
|
|
@@ -71,307 +71,307 @@ type __TsonicWithExt<TShape, K extends string, TApplier> = { __tsonic_ext?: __Ts
|
|
|
71
71
|
|
|
72
72
|
// Extension method table for namespace: System
|
|
73
73
|
interface __TsonicExtMethods_System {
|
|
74
|
-
AsMemory<T>(this: System.ArraySegment_1<T>): Rewrap<this, System.Memory_1<T>>;
|
|
75
|
-
AsMemory<T>(this: System.ArraySegment_1<T>, start: int): Rewrap<this, System.Memory_1<T>>;
|
|
76
|
-
AsMemory<T>(this: System.ArraySegment_1<T>, start: int, length: int): Rewrap<this, System.Memory_1<T>>;
|
|
74
|
+
AsMemory<T extends unknown>(this: System.ArraySegment_1<T>): Rewrap<this, System.Memory_1<T>>;
|
|
75
|
+
AsMemory<T extends unknown>(this: System.ArraySegment_1<T>, start: int): Rewrap<this, System.Memory_1<T>>;
|
|
76
|
+
AsMemory<T extends unknown>(this: System.ArraySegment_1<T>, start: int, length: int): Rewrap<this, System.Memory_1<T>>;
|
|
77
77
|
AsMemory(this: string | null): Rewrap<this, System.ReadOnlyMemory_1<System_Internal.Char>>;
|
|
78
78
|
AsMemory(this: string | null, start: int): Rewrap<this, System.ReadOnlyMemory_1<System_Internal.Char>>;
|
|
79
79
|
AsMemory(this: string | null, startIndex: System.Index): Rewrap<this, System.ReadOnlyMemory_1<System_Internal.Char>>;
|
|
80
80
|
AsMemory(this: string | null, start: int, length: int): Rewrap<this, System.ReadOnlyMemory_1<System_Internal.Char>>;
|
|
81
81
|
AsMemory(this: string | null, range: System.Range): Rewrap<this, System.ReadOnlyMemory_1<System_Internal.Char>>;
|
|
82
|
-
AsSpan<T>(this: System.ArraySegment_1<T>): Rewrap<this, System.Span_1<T>>;
|
|
83
|
-
AsSpan<T>(this: System.ArraySegment_1<T>, start: int): Rewrap<this, System.Span_1<T>>;
|
|
84
|
-
AsSpan<T>(this: System.ArraySegment_1<T>, startIndex: System.Index): Rewrap<this, System.Span_1<T>>;
|
|
85
|
-
AsSpan<T>(this: System.ArraySegment_1<T>, start: int, length: int): Rewrap<this, System.Span_1<T>>;
|
|
86
|
-
AsSpan<T>(this: System.ArraySegment_1<T>, range: System.Range): Rewrap<this, System.Span_1<T>>;
|
|
82
|
+
AsSpan<T extends unknown>(this: System.ArraySegment_1<T>): Rewrap<this, System.Span_1<T>>;
|
|
83
|
+
AsSpan<T extends unknown>(this: System.ArraySegment_1<T>, start: int): Rewrap<this, System.Span_1<T>>;
|
|
84
|
+
AsSpan<T extends unknown>(this: System.ArraySegment_1<T>, startIndex: System.Index): Rewrap<this, System.Span_1<T>>;
|
|
85
|
+
AsSpan<T extends unknown>(this: System.ArraySegment_1<T>, start: int, length: int): Rewrap<this, System.Span_1<T>>;
|
|
86
|
+
AsSpan<T extends unknown>(this: System.ArraySegment_1<T>, range: System.Range): Rewrap<this, System.Span_1<T>>;
|
|
87
87
|
AsSpan(this: string | null): Rewrap<this, System.ReadOnlySpan_1<System_Internal.Char>>;
|
|
88
88
|
AsSpan(this: string | null, start: int): Rewrap<this, System.ReadOnlySpan_1<System_Internal.Char>>;
|
|
89
89
|
AsSpan(this: string | null, startIndex: System.Index): Rewrap<this, System.ReadOnlySpan_1<System_Internal.Char>>;
|
|
90
90
|
AsSpan(this: string | null, range: System.Range): Rewrap<this, System.ReadOnlySpan_1<System_Internal.Char>>;
|
|
91
91
|
AsSpan(this: string | null, start: int, length: int): Rewrap<this, System.ReadOnlySpan_1<System_Internal.Char>>;
|
|
92
|
-
BinarySearch<T>(this: System.ReadOnlySpan_1<T>, comparable: System.IComparable_1<T>): Rewrap<this, int>;
|
|
93
|
-
BinarySearch<T, TComparable extends System.IComparable_1<T>>(this: System.ReadOnlySpan_1<T>, comparable: TComparable): Rewrap<this, int>;
|
|
94
|
-
BinarySearch<T, TComparer extends System_Collections_Generic.IComparer_1<T>>(this: System.ReadOnlySpan_1<T>, value: T, comparer: TComparer): Rewrap<this, int>;
|
|
95
|
-
BinarySearch<T>(this: System.Span_1<T>, comparable: System.IComparable_1<T>): Rewrap<this, int>;
|
|
96
|
-
BinarySearch<T, TComparable extends System.IComparable_1<T>>(this: System.Span_1<T>, comparable: TComparable): Rewrap<this, int>;
|
|
97
|
-
BinarySearch<T, TComparer extends System_Collections_Generic.IComparer_1<T>>(this: System.Span_1<T>, value: T, comparer: TComparer): Rewrap<this, int>;
|
|
98
|
-
CommonPrefixLength<T>(this: System.ReadOnlySpan_1<T>, other: System.ReadOnlySpan_1<T>): Rewrap<this, int>;
|
|
99
|
-
CommonPrefixLength<T>(this: System.ReadOnlySpan_1<T>, other: System.ReadOnlySpan_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, int>;
|
|
100
|
-
CommonPrefixLength<T>(this: System.Span_1<T>, other: System.ReadOnlySpan_1<T>): Rewrap<this, int>;
|
|
101
|
-
CommonPrefixLength<T>(this: System.Span_1<T>, other: System.ReadOnlySpan_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, int>;
|
|
92
|
+
BinarySearch<T extends unknown>(this: System.ReadOnlySpan_1<T>, comparable: System.IComparable_1<T>): Rewrap<this, int>;
|
|
93
|
+
BinarySearch<T extends unknown, TComparable extends unknown & System.IComparable_1<T>>(this: System.ReadOnlySpan_1<T>, comparable: TComparable): Rewrap<this, int>;
|
|
94
|
+
BinarySearch<T extends unknown, TComparer extends unknown & System_Collections_Generic.IComparer_1<T>>(this: System.ReadOnlySpan_1<T>, value: T, comparer: TComparer): Rewrap<this, int>;
|
|
95
|
+
BinarySearch<T extends unknown>(this: System.Span_1<T>, comparable: System.IComparable_1<T>): Rewrap<this, int>;
|
|
96
|
+
BinarySearch<T extends unknown, TComparable extends unknown & System.IComparable_1<T>>(this: System.Span_1<T>, comparable: TComparable): Rewrap<this, int>;
|
|
97
|
+
BinarySearch<T extends unknown, TComparer extends unknown & System_Collections_Generic.IComparer_1<T>>(this: System.Span_1<T>, value: T, comparer: TComparer): Rewrap<this, int>;
|
|
98
|
+
CommonPrefixLength<T extends unknown>(this: System.ReadOnlySpan_1<T>, other: System.ReadOnlySpan_1<T>): Rewrap<this, int>;
|
|
99
|
+
CommonPrefixLength<T extends unknown>(this: System.ReadOnlySpan_1<T>, other: System.ReadOnlySpan_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, int>;
|
|
100
|
+
CommonPrefixLength<T extends unknown>(this: System.Span_1<T>, other: System.ReadOnlySpan_1<T>): Rewrap<this, int>;
|
|
101
|
+
CommonPrefixLength<T extends unknown>(this: System.Span_1<T>, other: System.ReadOnlySpan_1<T>, comparer: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, int>;
|
|
102
102
|
CompareTo(this: System.ReadOnlySpan_1<System_Internal.Char>, other: System.ReadOnlySpan_1<System_Internal.Char>, comparisonType: System.StringComparison): Rewrap<this, int>;
|
|
103
|
-
Contains<T extends System.IEquatable_1<T
|
|
104
|
-
Contains<T>(this: System.ReadOnlySpan_1<T>, value: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, boolean>;
|
|
103
|
+
Contains<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.ReadOnlySpan_1<T>, value: T): Rewrap<this, boolean>;
|
|
104
|
+
Contains<T extends unknown>(this: System.ReadOnlySpan_1<T>, value: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, boolean>;
|
|
105
105
|
Contains(this: System.ReadOnlySpan_1<System_Internal.Char>, value: System.ReadOnlySpan_1<System_Internal.Char>, comparisonType: System.StringComparison): Rewrap<this, boolean>;
|
|
106
|
-
Contains<T extends System.IEquatable_1<T
|
|
107
|
-
ContainsAny<T extends System.IEquatable_1<T
|
|
108
|
-
ContainsAny<T>(this: System.ReadOnlySpan_1<T>, value0: T, value1: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, boolean>;
|
|
109
|
-
ContainsAny<T extends System.IEquatable_1<T
|
|
110
|
-
ContainsAny<T>(this: System.ReadOnlySpan_1<T>, value0: T, value1: T, value2: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, boolean>;
|
|
111
|
-
ContainsAny<T extends System.IEquatable_1<T
|
|
112
|
-
ContainsAny<T>(this: System.ReadOnlySpan_1<T>, values: System.ReadOnlySpan_1<T>, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, boolean>;
|
|
113
|
-
ContainsAny<T extends System.IEquatable_1<T
|
|
106
|
+
Contains<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.Span_1<T>, value: T): Rewrap<this, boolean>;
|
|
107
|
+
ContainsAny<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.ReadOnlySpan_1<T>, value0: T, value1: T): Rewrap<this, boolean>;
|
|
108
|
+
ContainsAny<T extends unknown>(this: System.ReadOnlySpan_1<T>, value0: T, value1: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, boolean>;
|
|
109
|
+
ContainsAny<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.ReadOnlySpan_1<T>, value0: T, value1: T, value2: T): Rewrap<this, boolean>;
|
|
110
|
+
ContainsAny<T extends unknown>(this: System.ReadOnlySpan_1<T>, value0: T, value1: T, value2: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, boolean>;
|
|
111
|
+
ContainsAny<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.ReadOnlySpan_1<T>, values: System.ReadOnlySpan_1<T>): Rewrap<this, boolean>;
|
|
112
|
+
ContainsAny<T extends unknown>(this: System.ReadOnlySpan_1<T>, values: System.ReadOnlySpan_1<T>, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, boolean>;
|
|
113
|
+
ContainsAny<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.ReadOnlySpan_1<T>, values: System_Buffers.SearchValues_1<T>): Rewrap<this, boolean>;
|
|
114
114
|
ContainsAny(this: System.ReadOnlySpan_1<System_Internal.Char>, values: System_Buffers.SearchValues_1<System_Internal.String>): Rewrap<this, boolean>;
|
|
115
|
-
ContainsAny<T extends System.IEquatable_1<T
|
|
116
|
-
ContainsAny<T extends System.IEquatable_1<T
|
|
117
|
-
ContainsAny<T extends System.IEquatable_1<T
|
|
118
|
-
ContainsAny<T extends System.IEquatable_1<T
|
|
115
|
+
ContainsAny<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.Span_1<T>, value0: T, value1: T): Rewrap<this, boolean>;
|
|
116
|
+
ContainsAny<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.Span_1<T>, value0: T, value1: T, value2: T): Rewrap<this, boolean>;
|
|
117
|
+
ContainsAny<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.Span_1<T>, values: System.ReadOnlySpan_1<T>): Rewrap<this, boolean>;
|
|
118
|
+
ContainsAny<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.Span_1<T>, values: System_Buffers.SearchValues_1<T>): Rewrap<this, boolean>;
|
|
119
119
|
ContainsAny(this: System.Span_1<System_Internal.Char>, values: System_Buffers.SearchValues_1<System_Internal.String>): Rewrap<this, boolean>;
|
|
120
|
-
ContainsAnyExcept<T extends System.IEquatable_1<T
|
|
121
|
-
ContainsAnyExcept<T>(this: System.ReadOnlySpan_1<T>, value: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, boolean>;
|
|
122
|
-
ContainsAnyExcept<T extends System.IEquatable_1<T
|
|
123
|
-
ContainsAnyExcept<T>(this: System.ReadOnlySpan_1<T>, value0: T, value1: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, boolean>;
|
|
124
|
-
ContainsAnyExcept<T extends System.IEquatable_1<T
|
|
125
|
-
ContainsAnyExcept<T>(this: System.ReadOnlySpan_1<T>, value0: T, value1: T, value2: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, boolean>;
|
|
126
|
-
ContainsAnyExcept<T extends System.IEquatable_1<T
|
|
127
|
-
ContainsAnyExcept<T>(this: System.ReadOnlySpan_1<T>, values: System.ReadOnlySpan_1<T>, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, boolean>;
|
|
128
|
-
ContainsAnyExcept<T extends System.IEquatable_1<T
|
|
129
|
-
ContainsAnyExcept<T extends System.IEquatable_1<T
|
|
130
|
-
ContainsAnyExcept<T extends System.IEquatable_1<T
|
|
131
|
-
ContainsAnyExcept<T extends System.IEquatable_1<T
|
|
132
|
-
ContainsAnyExcept<T extends System.IEquatable_1<T
|
|
133
|
-
ContainsAnyExcept<T extends System.IEquatable_1<T
|
|
134
|
-
ContainsAnyExceptInRange<T extends System.IComparable_1<T
|
|
135
|
-
ContainsAnyExceptInRange<T extends System.IComparable_1<T
|
|
136
|
-
ContainsAnyInRange<T extends System.IComparable_1<T
|
|
137
|
-
ContainsAnyInRange<T extends System.IComparable_1<T
|
|
138
|
-
Count<T extends System.IEquatable_1<T
|
|
139
|
-
Count<T>(this: System.ReadOnlySpan_1<T>, value: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, int>;
|
|
140
|
-
Count<T extends System.IEquatable_1<T
|
|
141
|
-
Count<T>(this: System.ReadOnlySpan_1<T>, value: System.ReadOnlySpan_1<T>, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, int>;
|
|
142
|
-
Count<T extends System.IEquatable_1<T
|
|
143
|
-
Count<T extends System.IEquatable_1<T
|
|
144
|
-
CountAny<T extends System.IEquatable_1<T
|
|
145
|
-
CountAny<T extends System.IEquatable_1<T
|
|
146
|
-
CountAny<T>(this: System.ReadOnlySpan_1<T>, values: System.ReadOnlySpan_1<T>, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, int>;
|
|
147
|
-
Deconstruct<T1>(this: System.Tuple_1<T1>, item1: T1): Rewrap<this, void>;
|
|
148
|
-
Deconstruct<T1, T2>(this: System.Tuple_2<T1, T2>, item1: T1, item2: T2): Rewrap<this, void>;
|
|
149
|
-
Deconstruct<T1, T2, T3>(this: System.Tuple_3<T1, T2, T3>, item1: T1, item2: T2, item3: T3): Rewrap<this, void>;
|
|
150
|
-
Deconstruct<T1, T2, T3, T4>(this: System.Tuple_4<T1, T2, T3, T4>, item1: T1, item2: T2, item3: T3, item4: T4): Rewrap<this, void>;
|
|
151
|
-
Deconstruct<T1, T2, T3, T4, T5>(this: System.Tuple_5<T1, T2, T3, T4, T5>, item1: T1, item2: T2, item3: T3, item4: T4, item5: T5): Rewrap<this, void>;
|
|
152
|
-
Deconstruct<T1, T2, T3, T4, T5, T6>(this: System.Tuple_6<T1, T2, T3, T4, T5, T6>, item1: T1, item2: T2, item3: T3, item4: T4, item5: T5, item6: T6): Rewrap<this, void>;
|
|
153
|
-
Deconstruct<T1, T2, T3, T4, T5, T6, T7>(this: System.Tuple_7<T1, T2, T3, T4, T5, T6, T7>, item1: T1, item2: T2, item3: T3, item4: T4, item5: T5, item6: T6, item7: T7): Rewrap<this, void>;
|
|
154
|
-
Deconstruct<T1, T2, T3, T4, T5, T6, T7, T8>(this: System.Tuple_8<T1, T2, T3, T4, T5, T6, T7, System.Tuple_1<T8>>, item1: T1, item2: T2, item3: T3, item4: T4, item5: T5, item6: T6, item7: T7, item8: T8): Rewrap<this, void>;
|
|
155
|
-
Deconstruct<T1, T2, T3, T4, T5, T6, T7, T8, T9>(this: System.Tuple_8<T1, T2, T3, T4, T5, T6, T7, System.Tuple_2<T8, T9>>, item1: T1, item2: T2, item3: T3, item4: T4, item5: T5, item6: T6, item7: T7, item8: T8, item9: T9): Rewrap<this, void>;
|
|
156
|
-
Deconstruct<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>(this: System.Tuple_8<T1, T2, T3, T4, T5, T6, T7, System.Tuple_3<T8, T9, T10>>, item1: T1, item2: T2, item3: T3, item4: T4, item5: T5, item6: T6, item7: T7, item8: T8, item9: T9, item10: T10): Rewrap<this, void>;
|
|
157
|
-
Deconstruct<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>(this: System.Tuple_8<T1, T2, T3, T4, T5, T6, T7, System.Tuple_4<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): Rewrap<this, void>;
|
|
158
|
-
Deconstruct<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>(this: System.Tuple_8<T1, T2, T3, T4, T5, T6, T7, System.Tuple_5<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): Rewrap<this, void>;
|
|
159
|
-
Deconstruct<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>(this: System.Tuple_8<T1, T2, T3, T4, T5, T6, T7, System.Tuple_6<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): Rewrap<this, void>;
|
|
160
|
-
Deconstruct<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>(this: System.Tuple_8<T1, T2, T3, T4, T5, T6, T7, System.Tuple_7<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): Rewrap<this, void>;
|
|
161
|
-
Deconstruct<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>(this: System.Tuple_8<T1, T2, T3, T4, T5, T6, T7, System.Tuple_8<T8, T9, T10, T11, T12, T13, T14, System.Tuple_1<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): Rewrap<this, void>;
|
|
162
|
-
Deconstruct<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>(this: System.Tuple_8<T1, T2, T3, T4, T5, T6, T7, System.Tuple_8<T8, T9, T10, T11, T12, T13, T14, System.Tuple_2<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): Rewrap<this, void>;
|
|
163
|
-
Deconstruct<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>(this: System.Tuple_8<T1, T2, T3, T4, T5, T6, T7, System.Tuple_8<T8, T9, T10, T11, T12, T13, T14, System.Tuple_3<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): Rewrap<this, void>;
|
|
164
|
-
Deconstruct<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18>(this: System.Tuple_8<T1, T2, T3, T4, T5, T6, T7, System.Tuple_8<T8, T9, T10, T11, T12, T13, T14, System.Tuple_4<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): Rewrap<this, void>;
|
|
165
|
-
Deconstruct<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19>(this: System.Tuple_8<T1, T2, T3, T4, T5, T6, T7, System.Tuple_8<T8, T9, T10, T11, T12, T13, T14, System.Tuple_5<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): Rewrap<this, void>;
|
|
166
|
-
Deconstruct<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20>(this: System.Tuple_8<T1, T2, T3, T4, T5, T6, T7, System.Tuple_8<T8, T9, T10, T11, T12, T13, T14, System.Tuple_6<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): Rewrap<this, void>;
|
|
167
|
-
Deconstruct<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21>(this: System.Tuple_8<T1, T2, T3, T4, T5, T6, T7, System.Tuple_8<T8, T9, T10, T11, T12, T13, T14, System.Tuple_7<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): Rewrap<this, void>;
|
|
168
|
-
EndsWith<T extends System.IEquatable_1<T
|
|
169
|
-
EndsWith<T>(this: System.ReadOnlySpan_1<T>, value: System.ReadOnlySpan_1<T>, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, boolean>;
|
|
170
|
-
EndsWith<T extends System.IEquatable_1<T
|
|
171
|
-
EndsWith<T>(this: System.ReadOnlySpan_1<T>, value: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, boolean>;
|
|
120
|
+
ContainsAnyExcept<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.ReadOnlySpan_1<T>, value: T): Rewrap<this, boolean>;
|
|
121
|
+
ContainsAnyExcept<T extends unknown>(this: System.ReadOnlySpan_1<T>, value: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, boolean>;
|
|
122
|
+
ContainsAnyExcept<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.ReadOnlySpan_1<T>, value0: T, value1: T): Rewrap<this, boolean>;
|
|
123
|
+
ContainsAnyExcept<T extends unknown>(this: System.ReadOnlySpan_1<T>, value0: T, value1: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, boolean>;
|
|
124
|
+
ContainsAnyExcept<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.ReadOnlySpan_1<T>, value0: T, value1: T, value2: T): Rewrap<this, boolean>;
|
|
125
|
+
ContainsAnyExcept<T extends unknown>(this: System.ReadOnlySpan_1<T>, value0: T, value1: T, value2: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, boolean>;
|
|
126
|
+
ContainsAnyExcept<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.ReadOnlySpan_1<T>, values: System.ReadOnlySpan_1<T>): Rewrap<this, boolean>;
|
|
127
|
+
ContainsAnyExcept<T extends unknown>(this: System.ReadOnlySpan_1<T>, values: System.ReadOnlySpan_1<T>, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, boolean>;
|
|
128
|
+
ContainsAnyExcept<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.ReadOnlySpan_1<T>, values: System_Buffers.SearchValues_1<T>): Rewrap<this, boolean>;
|
|
129
|
+
ContainsAnyExcept<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.Span_1<T>, value: T): Rewrap<this, boolean>;
|
|
130
|
+
ContainsAnyExcept<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.Span_1<T>, value0: T, value1: T): Rewrap<this, boolean>;
|
|
131
|
+
ContainsAnyExcept<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.Span_1<T>, value0: T, value1: T, value2: T): Rewrap<this, boolean>;
|
|
132
|
+
ContainsAnyExcept<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.Span_1<T>, values: System.ReadOnlySpan_1<T>): Rewrap<this, boolean>;
|
|
133
|
+
ContainsAnyExcept<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.Span_1<T>, values: System_Buffers.SearchValues_1<T>): Rewrap<this, boolean>;
|
|
134
|
+
ContainsAnyExceptInRange<T extends unknown & (System.IComparable_1<T> | number | string | boolean)>(this: System.ReadOnlySpan_1<T>, lowInclusive: T, highInclusive: T): Rewrap<this, boolean>;
|
|
135
|
+
ContainsAnyExceptInRange<T extends unknown & (System.IComparable_1<T> | number | string | boolean)>(this: System.Span_1<T>, lowInclusive: T, highInclusive: T): Rewrap<this, boolean>;
|
|
136
|
+
ContainsAnyInRange<T extends unknown & (System.IComparable_1<T> | number | string | boolean)>(this: System.ReadOnlySpan_1<T>, lowInclusive: T, highInclusive: T): Rewrap<this, boolean>;
|
|
137
|
+
ContainsAnyInRange<T extends unknown & (System.IComparable_1<T> | number | string | boolean)>(this: System.Span_1<T>, lowInclusive: T, highInclusive: T): Rewrap<this, boolean>;
|
|
138
|
+
Count<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.ReadOnlySpan_1<T>, value: T): Rewrap<this, int>;
|
|
139
|
+
Count<T extends unknown>(this: System.ReadOnlySpan_1<T>, value: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, int>;
|
|
140
|
+
Count<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.ReadOnlySpan_1<T>, value: System.ReadOnlySpan_1<T>): Rewrap<this, int>;
|
|
141
|
+
Count<T extends unknown>(this: System.ReadOnlySpan_1<T>, value: System.ReadOnlySpan_1<T>, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, int>;
|
|
142
|
+
Count<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.Span_1<T>, value: T): Rewrap<this, int>;
|
|
143
|
+
Count<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.Span_1<T>, value: System.ReadOnlySpan_1<T>): Rewrap<this, int>;
|
|
144
|
+
CountAny<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.ReadOnlySpan_1<T>, values: System_Buffers.SearchValues_1<T>): Rewrap<this, int>;
|
|
145
|
+
CountAny<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.ReadOnlySpan_1<T>, values: System.ReadOnlySpan_1<T>): Rewrap<this, int>;
|
|
146
|
+
CountAny<T extends unknown>(this: System.ReadOnlySpan_1<T>, values: System.ReadOnlySpan_1<T>, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, int>;
|
|
147
|
+
Deconstruct<T1 extends unknown>(this: System.Tuple_1<T1>, item1: T1): Rewrap<this, void>;
|
|
148
|
+
Deconstruct<T1 extends unknown, T2 extends unknown>(this: System.Tuple_2<T1, T2>, item1: T1, item2: T2): Rewrap<this, void>;
|
|
149
|
+
Deconstruct<T1 extends unknown, T2 extends unknown, T3 extends unknown>(this: System.Tuple_3<T1, T2, T3>, item1: T1, item2: T2, item3: T3): Rewrap<this, void>;
|
|
150
|
+
Deconstruct<T1 extends unknown, T2 extends unknown, T3 extends unknown, T4 extends unknown>(this: System.Tuple_4<T1, T2, T3, T4>, item1: T1, item2: T2, item3: T3, item4: T4): Rewrap<this, void>;
|
|
151
|
+
Deconstruct<T1 extends unknown, T2 extends unknown, T3 extends unknown, T4 extends unknown, T5 extends unknown>(this: System.Tuple_5<T1, T2, T3, T4, T5>, item1: T1, item2: T2, item3: T3, item4: T4, item5: T5): Rewrap<this, void>;
|
|
152
|
+
Deconstruct<T1 extends unknown, T2 extends unknown, T3 extends unknown, T4 extends unknown, T5 extends unknown, T6 extends unknown>(this: System.Tuple_6<T1, T2, T3, T4, T5, T6>, item1: T1, item2: T2, item3: T3, item4: T4, item5: T5, item6: T6): Rewrap<this, void>;
|
|
153
|
+
Deconstruct<T1 extends unknown, T2 extends unknown, T3 extends unknown, T4 extends unknown, T5 extends unknown, T6 extends unknown, T7 extends unknown>(this: System.Tuple_7<T1, T2, T3, T4, T5, T6, T7>, item1: T1, item2: T2, item3: T3, item4: T4, item5: T5, item6: T6, item7: T7): Rewrap<this, void>;
|
|
154
|
+
Deconstruct<T1 extends unknown, T2 extends unknown, T3 extends unknown, T4 extends unknown, T5 extends unknown, T6 extends unknown, T7 extends unknown, T8 extends unknown>(this: System.Tuple_8<T1, T2, T3, T4, T5, T6, T7, System.Tuple_1<T8>>, item1: T1, item2: T2, item3: T3, item4: T4, item5: T5, item6: T6, item7: T7, item8: T8): Rewrap<this, void>;
|
|
155
|
+
Deconstruct<T1 extends unknown, T2 extends unknown, T3 extends unknown, T4 extends unknown, T5 extends unknown, T6 extends unknown, T7 extends unknown, T8 extends unknown, T9 extends unknown>(this: System.Tuple_8<T1, T2, T3, T4, T5, T6, T7, System.Tuple_2<T8, T9>>, item1: T1, item2: T2, item3: T3, item4: T4, item5: T5, item6: T6, item7: T7, item8: T8, item9: T9): Rewrap<this, void>;
|
|
156
|
+
Deconstruct<T1 extends unknown, T2 extends unknown, T3 extends unknown, T4 extends unknown, T5 extends unknown, T6 extends unknown, T7 extends unknown, T8 extends unknown, T9 extends unknown, T10 extends unknown>(this: System.Tuple_8<T1, T2, T3, T4, T5, T6, T7, System.Tuple_3<T8, T9, T10>>, item1: T1, item2: T2, item3: T3, item4: T4, item5: T5, item6: T6, item7: T7, item8: T8, item9: T9, item10: T10): Rewrap<this, void>;
|
|
157
|
+
Deconstruct<T1 extends unknown, T2 extends unknown, T3 extends unknown, T4 extends unknown, T5 extends unknown, T6 extends unknown, T7 extends unknown, T8 extends unknown, T9 extends unknown, T10 extends unknown, T11 extends unknown>(this: System.Tuple_8<T1, T2, T3, T4, T5, T6, T7, System.Tuple_4<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): Rewrap<this, void>;
|
|
158
|
+
Deconstruct<T1 extends unknown, T2 extends unknown, T3 extends unknown, T4 extends unknown, T5 extends unknown, T6 extends unknown, T7 extends unknown, T8 extends unknown, T9 extends unknown, T10 extends unknown, T11 extends unknown, T12 extends unknown>(this: System.Tuple_8<T1, T2, T3, T4, T5, T6, T7, System.Tuple_5<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): Rewrap<this, void>;
|
|
159
|
+
Deconstruct<T1 extends unknown, T2 extends unknown, T3 extends unknown, T4 extends unknown, T5 extends unknown, T6 extends unknown, T7 extends unknown, T8 extends unknown, T9 extends unknown, T10 extends unknown, T11 extends unknown, T12 extends unknown, T13 extends unknown>(this: System.Tuple_8<T1, T2, T3, T4, T5, T6, T7, System.Tuple_6<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): Rewrap<this, void>;
|
|
160
|
+
Deconstruct<T1 extends unknown, T2 extends unknown, T3 extends unknown, T4 extends unknown, T5 extends unknown, T6 extends unknown, T7 extends unknown, T8 extends unknown, T9 extends unknown, T10 extends unknown, T11 extends unknown, T12 extends unknown, T13 extends unknown, T14 extends unknown>(this: System.Tuple_8<T1, T2, T3, T4, T5, T6, T7, System.Tuple_7<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): Rewrap<this, void>;
|
|
161
|
+
Deconstruct<T1 extends unknown, T2 extends unknown, T3 extends unknown, T4 extends unknown, T5 extends unknown, T6 extends unknown, T7 extends unknown, T8 extends unknown, T9 extends unknown, T10 extends unknown, T11 extends unknown, T12 extends unknown, T13 extends unknown, T14 extends unknown, T15 extends unknown>(this: System.Tuple_8<T1, T2, T3, T4, T5, T6, T7, System.Tuple_8<T8, T9, T10, T11, T12, T13, T14, System.Tuple_1<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): Rewrap<this, void>;
|
|
162
|
+
Deconstruct<T1 extends unknown, T2 extends unknown, T3 extends unknown, T4 extends unknown, T5 extends unknown, T6 extends unknown, T7 extends unknown, T8 extends unknown, T9 extends unknown, T10 extends unknown, T11 extends unknown, T12 extends unknown, T13 extends unknown, T14 extends unknown, T15 extends unknown, T16 extends unknown>(this: System.Tuple_8<T1, T2, T3, T4, T5, T6, T7, System.Tuple_8<T8, T9, T10, T11, T12, T13, T14, System.Tuple_2<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): Rewrap<this, void>;
|
|
163
|
+
Deconstruct<T1 extends unknown, T2 extends unknown, T3 extends unknown, T4 extends unknown, T5 extends unknown, T6 extends unknown, T7 extends unknown, T8 extends unknown, T9 extends unknown, T10 extends unknown, T11 extends unknown, T12 extends unknown, T13 extends unknown, T14 extends unknown, T15 extends unknown, T16 extends unknown, T17 extends unknown>(this: System.Tuple_8<T1, T2, T3, T4, T5, T6, T7, System.Tuple_8<T8, T9, T10, T11, T12, T13, T14, System.Tuple_3<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): Rewrap<this, void>;
|
|
164
|
+
Deconstruct<T1 extends unknown, T2 extends unknown, T3 extends unknown, T4 extends unknown, T5 extends unknown, T6 extends unknown, T7 extends unknown, T8 extends unknown, T9 extends unknown, T10 extends unknown, T11 extends unknown, T12 extends unknown, T13 extends unknown, T14 extends unknown, T15 extends unknown, T16 extends unknown, T17 extends unknown, T18 extends unknown>(this: System.Tuple_8<T1, T2, T3, T4, T5, T6, T7, System.Tuple_8<T8, T9, T10, T11, T12, T13, T14, System.Tuple_4<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): Rewrap<this, void>;
|
|
165
|
+
Deconstruct<T1 extends unknown, T2 extends unknown, T3 extends unknown, T4 extends unknown, T5 extends unknown, T6 extends unknown, T7 extends unknown, T8 extends unknown, T9 extends unknown, T10 extends unknown, T11 extends unknown, T12 extends unknown, T13 extends unknown, T14 extends unknown, T15 extends unknown, T16 extends unknown, T17 extends unknown, T18 extends unknown, T19 extends unknown>(this: System.Tuple_8<T1, T2, T3, T4, T5, T6, T7, System.Tuple_8<T8, T9, T10, T11, T12, T13, T14, System.Tuple_5<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): Rewrap<this, void>;
|
|
166
|
+
Deconstruct<T1 extends unknown, T2 extends unknown, T3 extends unknown, T4 extends unknown, T5 extends unknown, T6 extends unknown, T7 extends unknown, T8 extends unknown, T9 extends unknown, T10 extends unknown, T11 extends unknown, T12 extends unknown, T13 extends unknown, T14 extends unknown, T15 extends unknown, T16 extends unknown, T17 extends unknown, T18 extends unknown, T19 extends unknown, T20 extends unknown>(this: System.Tuple_8<T1, T2, T3, T4, T5, T6, T7, System.Tuple_8<T8, T9, T10, T11, T12, T13, T14, System.Tuple_6<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): Rewrap<this, void>;
|
|
167
|
+
Deconstruct<T1 extends unknown, T2 extends unknown, T3 extends unknown, T4 extends unknown, T5 extends unknown, T6 extends unknown, T7 extends unknown, T8 extends unknown, T9 extends unknown, T10 extends unknown, T11 extends unknown, T12 extends unknown, T13 extends unknown, T14 extends unknown, T15 extends unknown, T16 extends unknown, T17 extends unknown, T18 extends unknown, T19 extends unknown, T20 extends unknown, T21 extends unknown>(this: System.Tuple_8<T1, T2, T3, T4, T5, T6, T7, System.Tuple_8<T8, T9, T10, T11, T12, T13, T14, System.Tuple_7<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): Rewrap<this, void>;
|
|
168
|
+
EndsWith<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.ReadOnlySpan_1<T>, value: System.ReadOnlySpan_1<T>): Rewrap<this, boolean>;
|
|
169
|
+
EndsWith<T extends unknown>(this: System.ReadOnlySpan_1<T>, value: System.ReadOnlySpan_1<T>, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, boolean>;
|
|
170
|
+
EndsWith<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.ReadOnlySpan_1<T>, value: T): Rewrap<this, boolean>;
|
|
171
|
+
EndsWith<T extends unknown>(this: System.ReadOnlySpan_1<T>, value: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, boolean>;
|
|
172
172
|
EndsWith(this: System.ReadOnlySpan_1<System_Internal.Char>, value: System.ReadOnlySpan_1<System_Internal.Char>, comparisonType: System.StringComparison): Rewrap<this, boolean>;
|
|
173
|
-
EndsWith<T extends System.IEquatable_1<T
|
|
173
|
+
EndsWith<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.Span_1<T>, value: System.ReadOnlySpan_1<T>): Rewrap<this, boolean>;
|
|
174
174
|
EnumerateLines(this: System.ReadOnlySpan_1<System_Internal.Char>): Rewrap<this, System_Text.SpanLineEnumerator>;
|
|
175
175
|
EnumerateLines(this: System.Span_1<System_Internal.Char>): Rewrap<this, System_Text.SpanLineEnumerator>;
|
|
176
176
|
EnumerateRunes(this: System.ReadOnlySpan_1<System_Internal.Char>): Rewrap<this, System_Text.SpanRuneEnumerator>;
|
|
177
177
|
EnumerateRunes(this: System.Span_1<System_Internal.Char>): Rewrap<this, System_Text.SpanRuneEnumerator>;
|
|
178
178
|
Equals(this: System.ReadOnlySpan_1<System_Internal.Char>, other: System.ReadOnlySpan_1<System_Internal.Char>, comparisonType: System.StringComparison): Rewrap<this, boolean>;
|
|
179
179
|
GetNormalizedLength(this: System.ReadOnlySpan_1<System_Internal.Char>, normalizationForm?: System_Text.NormalizationForm): Rewrap<this, int>;
|
|
180
|
-
IndexOf<T extends System.IEquatable_1<T
|
|
181
|
-
IndexOf<T>(this: System.ReadOnlySpan_1<T>, value: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, int>;
|
|
182
|
-
IndexOf<T extends System.IEquatable_1<T
|
|
183
|
-
IndexOf<T>(this: System.ReadOnlySpan_1<T>, value: System.ReadOnlySpan_1<T>, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, int>;
|
|
180
|
+
IndexOf<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.ReadOnlySpan_1<T>, value: T): Rewrap<this, int>;
|
|
181
|
+
IndexOf<T extends unknown>(this: System.ReadOnlySpan_1<T>, value: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, int>;
|
|
182
|
+
IndexOf<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.ReadOnlySpan_1<T>, value: System.ReadOnlySpan_1<T>): Rewrap<this, int>;
|
|
183
|
+
IndexOf<T extends unknown>(this: System.ReadOnlySpan_1<T>, value: System.ReadOnlySpan_1<T>, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, int>;
|
|
184
184
|
IndexOf(this: System.ReadOnlySpan_1<System_Internal.Char>, value: System.ReadOnlySpan_1<System_Internal.Char>, comparisonType: System.StringComparison): Rewrap<this, int>;
|
|
185
|
-
IndexOf<T extends System.IEquatable_1<T
|
|
186
|
-
IndexOf<T extends System.IEquatable_1<T
|
|
187
|
-
IndexOfAny<T extends System.IEquatable_1<T
|
|
188
|
-
IndexOfAny<T>(this: System.ReadOnlySpan_1<T>, value0: T, value1: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, int>;
|
|
189
|
-
IndexOfAny<T extends System.IEquatable_1<T
|
|
190
|
-
IndexOfAny<T>(this: System.ReadOnlySpan_1<T>, value0: T, value1: T, value2: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, int>;
|
|
191
|
-
IndexOfAny<T extends System.IEquatable_1<T
|
|
192
|
-
IndexOfAny<T>(this: System.ReadOnlySpan_1<T>, values: System.ReadOnlySpan_1<T>, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, int>;
|
|
193
|
-
IndexOfAny<T extends System.IEquatable_1<T
|
|
185
|
+
IndexOf<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.Span_1<T>, value: T): Rewrap<this, int>;
|
|
186
|
+
IndexOf<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.Span_1<T>, value: System.ReadOnlySpan_1<T>): Rewrap<this, int>;
|
|
187
|
+
IndexOfAny<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.ReadOnlySpan_1<T>, value0: T, value1: T): Rewrap<this, int>;
|
|
188
|
+
IndexOfAny<T extends unknown>(this: System.ReadOnlySpan_1<T>, value0: T, value1: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, int>;
|
|
189
|
+
IndexOfAny<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.ReadOnlySpan_1<T>, value0: T, value1: T, value2: T): Rewrap<this, int>;
|
|
190
|
+
IndexOfAny<T extends unknown>(this: System.ReadOnlySpan_1<T>, value0: T, value1: T, value2: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, int>;
|
|
191
|
+
IndexOfAny<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.ReadOnlySpan_1<T>, values: System.ReadOnlySpan_1<T>): Rewrap<this, int>;
|
|
192
|
+
IndexOfAny<T extends unknown>(this: System.ReadOnlySpan_1<T>, values: System.ReadOnlySpan_1<T>, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, int>;
|
|
193
|
+
IndexOfAny<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.ReadOnlySpan_1<T>, values: System_Buffers.SearchValues_1<T>): Rewrap<this, int>;
|
|
194
194
|
IndexOfAny(this: System.ReadOnlySpan_1<System_Internal.Char>, values: System_Buffers.SearchValues_1<System_Internal.String>): Rewrap<this, int>;
|
|
195
|
-
IndexOfAny<T extends System.IEquatable_1<T
|
|
196
|
-
IndexOfAny<T extends System.IEquatable_1<T
|
|
197
|
-
IndexOfAny<T extends System.IEquatable_1<T
|
|
198
|
-
IndexOfAny<T extends System.IEquatable_1<T
|
|
195
|
+
IndexOfAny<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.Span_1<T>, value0: T, value1: T): Rewrap<this, int>;
|
|
196
|
+
IndexOfAny<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.Span_1<T>, value0: T, value1: T, value2: T): Rewrap<this, int>;
|
|
197
|
+
IndexOfAny<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.Span_1<T>, values: System.ReadOnlySpan_1<T>): Rewrap<this, int>;
|
|
198
|
+
IndexOfAny<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.Span_1<T>, values: System_Buffers.SearchValues_1<T>): Rewrap<this, int>;
|
|
199
199
|
IndexOfAny(this: System.Span_1<System_Internal.Char>, values: System_Buffers.SearchValues_1<System_Internal.String>): Rewrap<this, int>;
|
|
200
|
-
IndexOfAnyExcept<T extends System.IEquatable_1<T
|
|
201
|
-
IndexOfAnyExcept<T>(this: System.ReadOnlySpan_1<T>, value: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, int>;
|
|
202
|
-
IndexOfAnyExcept<T extends System.IEquatable_1<T
|
|
203
|
-
IndexOfAnyExcept<T>(this: System.ReadOnlySpan_1<T>, value0: T, value1: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, int>;
|
|
204
|
-
IndexOfAnyExcept<T extends System.IEquatable_1<T
|
|
205
|
-
IndexOfAnyExcept<T>(this: System.ReadOnlySpan_1<T>, value0: T, value1: T, value2: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, int>;
|
|
206
|
-
IndexOfAnyExcept<T extends System.IEquatable_1<T
|
|
207
|
-
IndexOfAnyExcept<T>(this: System.ReadOnlySpan_1<T>, values: System.ReadOnlySpan_1<T>, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, int>;
|
|
208
|
-
IndexOfAnyExcept<T extends System.IEquatable_1<T
|
|
209
|
-
IndexOfAnyExcept<T extends System.IEquatable_1<T
|
|
210
|
-
IndexOfAnyExcept<T extends System.IEquatable_1<T
|
|
211
|
-
IndexOfAnyExcept<T extends System.IEquatable_1<T
|
|
212
|
-
IndexOfAnyExcept<T extends System.IEquatable_1<T
|
|
213
|
-
IndexOfAnyExcept<T extends System.IEquatable_1<T
|
|
214
|
-
IndexOfAnyExceptInRange<T extends System.IComparable_1<T
|
|
215
|
-
IndexOfAnyExceptInRange<T extends System.IComparable_1<T
|
|
216
|
-
IndexOfAnyInRange<T extends System.IComparable_1<T
|
|
217
|
-
IndexOfAnyInRange<T extends System.IComparable_1<T
|
|
200
|
+
IndexOfAnyExcept<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.ReadOnlySpan_1<T>, value: T): Rewrap<this, int>;
|
|
201
|
+
IndexOfAnyExcept<T extends unknown>(this: System.ReadOnlySpan_1<T>, value: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, int>;
|
|
202
|
+
IndexOfAnyExcept<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.ReadOnlySpan_1<T>, value0: T, value1: T): Rewrap<this, int>;
|
|
203
|
+
IndexOfAnyExcept<T extends unknown>(this: System.ReadOnlySpan_1<T>, value0: T, value1: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, int>;
|
|
204
|
+
IndexOfAnyExcept<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.ReadOnlySpan_1<T>, value0: T, value1: T, value2: T): Rewrap<this, int>;
|
|
205
|
+
IndexOfAnyExcept<T extends unknown>(this: System.ReadOnlySpan_1<T>, value0: T, value1: T, value2: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, int>;
|
|
206
|
+
IndexOfAnyExcept<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.ReadOnlySpan_1<T>, values: System.ReadOnlySpan_1<T>): Rewrap<this, int>;
|
|
207
|
+
IndexOfAnyExcept<T extends unknown>(this: System.ReadOnlySpan_1<T>, values: System.ReadOnlySpan_1<T>, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, int>;
|
|
208
|
+
IndexOfAnyExcept<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.ReadOnlySpan_1<T>, values: System_Buffers.SearchValues_1<T>): Rewrap<this, int>;
|
|
209
|
+
IndexOfAnyExcept<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.Span_1<T>, value: T): Rewrap<this, int>;
|
|
210
|
+
IndexOfAnyExcept<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.Span_1<T>, value0: T, value1: T): Rewrap<this, int>;
|
|
211
|
+
IndexOfAnyExcept<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.Span_1<T>, value0: T, value1: T, value2: T): Rewrap<this, int>;
|
|
212
|
+
IndexOfAnyExcept<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.Span_1<T>, values: System.ReadOnlySpan_1<T>): Rewrap<this, int>;
|
|
213
|
+
IndexOfAnyExcept<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.Span_1<T>, values: System_Buffers.SearchValues_1<T>): Rewrap<this, int>;
|
|
214
|
+
IndexOfAnyExceptInRange<T extends unknown & (System.IComparable_1<T> | number | string | boolean)>(this: System.ReadOnlySpan_1<T>, lowInclusive: T, highInclusive: T): Rewrap<this, int>;
|
|
215
|
+
IndexOfAnyExceptInRange<T extends unknown & (System.IComparable_1<T> | number | string | boolean)>(this: System.Span_1<T>, lowInclusive: T, highInclusive: T): Rewrap<this, int>;
|
|
216
|
+
IndexOfAnyInRange<T extends unknown & (System.IComparable_1<T> | number | string | boolean)>(this: System.ReadOnlySpan_1<T>, lowInclusive: T, highInclusive: T): Rewrap<this, int>;
|
|
217
|
+
IndexOfAnyInRange<T extends unknown & (System.IComparable_1<T> | number | string | boolean)>(this: System.Span_1<T>, lowInclusive: T, highInclusive: T): Rewrap<this, int>;
|
|
218
218
|
IsNormalized(this: System.ReadOnlySpan_1<System_Internal.Char>, normalizationForm?: System_Text.NormalizationForm): Rewrap<this, boolean>;
|
|
219
219
|
IsNormalized(this: string): Rewrap<this, boolean>;
|
|
220
220
|
IsNormalized(this: string, normalizationForm: System_Text.NormalizationForm): Rewrap<this, boolean>;
|
|
221
221
|
IsWhiteSpace(this: System.ReadOnlySpan_1<System_Internal.Char>): Rewrap<this, boolean>;
|
|
222
|
-
LastIndexOf<T extends System.IEquatable_1<T
|
|
223
|
-
LastIndexOf<T>(this: System.ReadOnlySpan_1<T>, value: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, int>;
|
|
224
|
-
LastIndexOf<T extends System.IEquatable_1<T
|
|
225
|
-
LastIndexOf<T>(this: System.ReadOnlySpan_1<T>, value: System.ReadOnlySpan_1<T>, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, int>;
|
|
222
|
+
LastIndexOf<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.ReadOnlySpan_1<T>, value: T): Rewrap<this, int>;
|
|
223
|
+
LastIndexOf<T extends unknown>(this: System.ReadOnlySpan_1<T>, value: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, int>;
|
|
224
|
+
LastIndexOf<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.ReadOnlySpan_1<T>, value: System.ReadOnlySpan_1<T>): Rewrap<this, int>;
|
|
225
|
+
LastIndexOf<T extends unknown>(this: System.ReadOnlySpan_1<T>, value: System.ReadOnlySpan_1<T>, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, int>;
|
|
226
226
|
LastIndexOf(this: System.ReadOnlySpan_1<System_Internal.Char>, value: System.ReadOnlySpan_1<System_Internal.Char>, comparisonType: System.StringComparison): Rewrap<this, int>;
|
|
227
|
-
LastIndexOf<T extends System.IEquatable_1<T
|
|
228
|
-
LastIndexOf<T extends System.IEquatable_1<T
|
|
229
|
-
LastIndexOfAny<T extends System.IEquatable_1<T
|
|
230
|
-
LastIndexOfAny<T>(this: System.ReadOnlySpan_1<T>, value0: T, value1: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, int>;
|
|
231
|
-
LastIndexOfAny<T extends System.IEquatable_1<T
|
|
232
|
-
LastIndexOfAny<T>(this: System.ReadOnlySpan_1<T>, value0: T, value1: T, value2: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, int>;
|
|
233
|
-
LastIndexOfAny<T extends System.IEquatable_1<T
|
|
234
|
-
LastIndexOfAny<T>(this: System.ReadOnlySpan_1<T>, values: System.ReadOnlySpan_1<T>, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, int>;
|
|
235
|
-
LastIndexOfAny<T extends System.IEquatable_1<T
|
|
236
|
-
LastIndexOfAny<T extends System.IEquatable_1<T
|
|
237
|
-
LastIndexOfAny<T extends System.IEquatable_1<T
|
|
238
|
-
LastIndexOfAny<T extends System.IEquatable_1<T
|
|
239
|
-
LastIndexOfAny<T extends System.IEquatable_1<T
|
|
240
|
-
LastIndexOfAnyExcept<T extends System.IEquatable_1<T
|
|
241
|
-
LastIndexOfAnyExcept<T>(this: System.ReadOnlySpan_1<T>, value: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, int>;
|
|
242
|
-
LastIndexOfAnyExcept<T extends System.IEquatable_1<T
|
|
243
|
-
LastIndexOfAnyExcept<T>(this: System.ReadOnlySpan_1<T>, value0: T, value1: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, int>;
|
|
244
|
-
LastIndexOfAnyExcept<T extends System.IEquatable_1<T
|
|
245
|
-
LastIndexOfAnyExcept<T>(this: System.ReadOnlySpan_1<T>, value0: T, value1: T, value2: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, int>;
|
|
246
|
-
LastIndexOfAnyExcept<T extends System.IEquatable_1<T
|
|
247
|
-
LastIndexOfAnyExcept<T>(this: System.ReadOnlySpan_1<T>, values: System.ReadOnlySpan_1<T>, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, int>;
|
|
248
|
-
LastIndexOfAnyExcept<T extends System.IEquatable_1<T
|
|
249
|
-
LastIndexOfAnyExcept<T extends System.IEquatable_1<T
|
|
250
|
-
LastIndexOfAnyExcept<T extends System.IEquatable_1<T
|
|
251
|
-
LastIndexOfAnyExcept<T extends System.IEquatable_1<T
|
|
252
|
-
LastIndexOfAnyExcept<T extends System.IEquatable_1<T
|
|
253
|
-
LastIndexOfAnyExcept<T extends System.IEquatable_1<T
|
|
254
|
-
LastIndexOfAnyExceptInRange<T extends System.IComparable_1<T
|
|
255
|
-
LastIndexOfAnyExceptInRange<T extends System.IComparable_1<T
|
|
256
|
-
LastIndexOfAnyInRange<T extends System.IComparable_1<T
|
|
257
|
-
LastIndexOfAnyInRange<T extends System.IComparable_1<T
|
|
227
|
+
LastIndexOf<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.Span_1<T>, value: T): Rewrap<this, int>;
|
|
228
|
+
LastIndexOf<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.Span_1<T>, value: System.ReadOnlySpan_1<T>): Rewrap<this, int>;
|
|
229
|
+
LastIndexOfAny<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.ReadOnlySpan_1<T>, value0: T, value1: T): Rewrap<this, int>;
|
|
230
|
+
LastIndexOfAny<T extends unknown>(this: System.ReadOnlySpan_1<T>, value0: T, value1: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, int>;
|
|
231
|
+
LastIndexOfAny<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.ReadOnlySpan_1<T>, value0: T, value1: T, value2: T): Rewrap<this, int>;
|
|
232
|
+
LastIndexOfAny<T extends unknown>(this: System.ReadOnlySpan_1<T>, value0: T, value1: T, value2: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, int>;
|
|
233
|
+
LastIndexOfAny<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.ReadOnlySpan_1<T>, values: System.ReadOnlySpan_1<T>): Rewrap<this, int>;
|
|
234
|
+
LastIndexOfAny<T extends unknown>(this: System.ReadOnlySpan_1<T>, values: System.ReadOnlySpan_1<T>, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, int>;
|
|
235
|
+
LastIndexOfAny<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.ReadOnlySpan_1<T>, values: System_Buffers.SearchValues_1<T>): Rewrap<this, int>;
|
|
236
|
+
LastIndexOfAny<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.Span_1<T>, value0: T, value1: T): Rewrap<this, int>;
|
|
237
|
+
LastIndexOfAny<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.Span_1<T>, value0: T, value1: T, value2: T): Rewrap<this, int>;
|
|
238
|
+
LastIndexOfAny<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.Span_1<T>, values: System.ReadOnlySpan_1<T>): Rewrap<this, int>;
|
|
239
|
+
LastIndexOfAny<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.Span_1<T>, values: System_Buffers.SearchValues_1<T>): Rewrap<this, int>;
|
|
240
|
+
LastIndexOfAnyExcept<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.ReadOnlySpan_1<T>, value: T): Rewrap<this, int>;
|
|
241
|
+
LastIndexOfAnyExcept<T extends unknown>(this: System.ReadOnlySpan_1<T>, value: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, int>;
|
|
242
|
+
LastIndexOfAnyExcept<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.ReadOnlySpan_1<T>, value0: T, value1: T): Rewrap<this, int>;
|
|
243
|
+
LastIndexOfAnyExcept<T extends unknown>(this: System.ReadOnlySpan_1<T>, value0: T, value1: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, int>;
|
|
244
|
+
LastIndexOfAnyExcept<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.ReadOnlySpan_1<T>, value0: T, value1: T, value2: T): Rewrap<this, int>;
|
|
245
|
+
LastIndexOfAnyExcept<T extends unknown>(this: System.ReadOnlySpan_1<T>, value0: T, value1: T, value2: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, int>;
|
|
246
|
+
LastIndexOfAnyExcept<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.ReadOnlySpan_1<T>, values: System.ReadOnlySpan_1<T>): Rewrap<this, int>;
|
|
247
|
+
LastIndexOfAnyExcept<T extends unknown>(this: System.ReadOnlySpan_1<T>, values: System.ReadOnlySpan_1<T>, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, int>;
|
|
248
|
+
LastIndexOfAnyExcept<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.ReadOnlySpan_1<T>, values: System_Buffers.SearchValues_1<T>): Rewrap<this, int>;
|
|
249
|
+
LastIndexOfAnyExcept<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.Span_1<T>, value: T): Rewrap<this, int>;
|
|
250
|
+
LastIndexOfAnyExcept<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.Span_1<T>, value0: T, value1: T): Rewrap<this, int>;
|
|
251
|
+
LastIndexOfAnyExcept<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.Span_1<T>, value0: T, value1: T, value2: T): Rewrap<this, int>;
|
|
252
|
+
LastIndexOfAnyExcept<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.Span_1<T>, values: System.ReadOnlySpan_1<T>): Rewrap<this, int>;
|
|
253
|
+
LastIndexOfAnyExcept<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.Span_1<T>, values: System_Buffers.SearchValues_1<T>): Rewrap<this, int>;
|
|
254
|
+
LastIndexOfAnyExceptInRange<T extends unknown & (System.IComparable_1<T> | number | string | boolean)>(this: System.ReadOnlySpan_1<T>, lowInclusive: T, highInclusive: T): Rewrap<this, int>;
|
|
255
|
+
LastIndexOfAnyExceptInRange<T extends unknown & (System.IComparable_1<T> | number | string | boolean)>(this: System.Span_1<T>, lowInclusive: T, highInclusive: T): Rewrap<this, int>;
|
|
256
|
+
LastIndexOfAnyInRange<T extends unknown & (System.IComparable_1<T> | number | string | boolean)>(this: System.ReadOnlySpan_1<T>, lowInclusive: T, highInclusive: T): Rewrap<this, int>;
|
|
257
|
+
LastIndexOfAnyInRange<T extends unknown & (System.IComparable_1<T> | number | string | boolean)>(this: System.Span_1<T>, lowInclusive: T, highInclusive: T): Rewrap<this, int>;
|
|
258
258
|
Normalize(this: string): Rewrap<this, string>;
|
|
259
259
|
Normalize(this: string, normalizationForm: System_Text.NormalizationForm): Rewrap<this, string>;
|
|
260
|
-
Overlaps<T>(this: System.ReadOnlySpan_1<T>, other: System.ReadOnlySpan_1<T>): Rewrap<this, boolean>;
|
|
261
|
-
Overlaps<T>(this: System.ReadOnlySpan_1<T>, other: System.ReadOnlySpan_1<T>, elementOffset: int): Rewrap<this, boolean>;
|
|
262
|
-
Overlaps<T>(this: System.Span_1<T>, other: System.ReadOnlySpan_1<T>): Rewrap<this, boolean>;
|
|
263
|
-
Overlaps<T>(this: System.Span_1<T>, other: System.ReadOnlySpan_1<T>, elementOffset: int): Rewrap<this, boolean>;
|
|
264
|
-
Replace<T extends System.IEquatable_1<T
|
|
265
|
-
Replace<T>(this: System.ReadOnlySpan_1<T>, destination: System.Span_1<T>, oldValue: T, newValue: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, void>;
|
|
266
|
-
Replace<T extends System.IEquatable_1<T
|
|
267
|
-
Replace<T>(this: System.Span_1<T>, oldValue: T, newValue: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, void>;
|
|
268
|
-
ReplaceAny<T extends System.IEquatable_1<T
|
|
269
|
-
ReplaceAny<T extends System.IEquatable_1<T
|
|
270
|
-
ReplaceAnyExcept<T extends System.IEquatable_1<T
|
|
271
|
-
ReplaceAnyExcept<T extends System.IEquatable_1<T
|
|
272
|
-
Reverse<T>(this: System.Span_1<T>): Rewrap<this, void>;
|
|
273
|
-
SequenceCompareTo<T extends System.IComparable_1<T
|
|
274
|
-
SequenceCompareTo<T>(this: System.ReadOnlySpan_1<T>, other: System.ReadOnlySpan_1<T>, comparer?: System_Collections_Generic.IComparer_1<T> | null): Rewrap<this, int>;
|
|
275
|
-
SequenceCompareTo<T extends System.IComparable_1<T
|
|
276
|
-
SequenceEqual<T extends System.IEquatable_1<T
|
|
277
|
-
SequenceEqual<T>(this: System.ReadOnlySpan_1<T>, other: System.ReadOnlySpan_1<T>, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, boolean>;
|
|
278
|
-
SequenceEqual<T extends System.IEquatable_1<T
|
|
279
|
-
SequenceEqual<T>(this: System.Span_1<T>, other: System.ReadOnlySpan_1<T>, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, boolean>;
|
|
280
|
-
Sort<T>(this: System.Span_1<T>): Rewrap<this, void>;
|
|
281
|
-
Sort<T, TComparer extends System_Collections_Generic.IComparer_1<T>>(this: System.Span_1<T>, comparer: TComparer): Rewrap<this, void>;
|
|
282
|
-
Sort<T>(this: System.Span_1<T>, comparison: System.Comparison_1<T>): Rewrap<this, void>;
|
|
283
|
-
Sort<TKey, TValue>(this: System.Span_1<TKey>, items: System.Span_1<TValue>): Rewrap<this, void>;
|
|
284
|
-
Sort<TKey, TValue, TComparer extends System_Collections_Generic.IComparer_1<TKey>>(this: System.Span_1<TKey>, items: System.Span_1<TValue>, comparer: TComparer): Rewrap<this, void>;
|
|
285
|
-
Sort<TKey, TValue>(this: System.Span_1<TKey>, items: System.Span_1<TValue>, comparison: System.Comparison_1<TKey>): Rewrap<this, void>;
|
|
286
|
-
Split<T extends System.IEquatable_1<T
|
|
287
|
-
Split<T extends System.IEquatable_1<T
|
|
260
|
+
Overlaps<T extends unknown>(this: System.ReadOnlySpan_1<T>, other: System.ReadOnlySpan_1<T>): Rewrap<this, boolean>;
|
|
261
|
+
Overlaps<T extends unknown>(this: System.ReadOnlySpan_1<T>, other: System.ReadOnlySpan_1<T>, elementOffset: int): Rewrap<this, boolean>;
|
|
262
|
+
Overlaps<T extends unknown>(this: System.Span_1<T>, other: System.ReadOnlySpan_1<T>): Rewrap<this, boolean>;
|
|
263
|
+
Overlaps<T extends unknown>(this: System.Span_1<T>, other: System.ReadOnlySpan_1<T>, elementOffset: int): Rewrap<this, boolean>;
|
|
264
|
+
Replace<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.ReadOnlySpan_1<T>, destination: System.Span_1<T>, oldValue: T, newValue: T): Rewrap<this, void>;
|
|
265
|
+
Replace<T extends unknown>(this: System.ReadOnlySpan_1<T>, destination: System.Span_1<T>, oldValue: T, newValue: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, void>;
|
|
266
|
+
Replace<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.Span_1<T>, oldValue: T, newValue: T): Rewrap<this, void>;
|
|
267
|
+
Replace<T extends unknown>(this: System.Span_1<T>, oldValue: T, newValue: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, void>;
|
|
268
|
+
ReplaceAny<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.ReadOnlySpan_1<T>, destination: System.Span_1<T>, values: System_Buffers.SearchValues_1<T>, newValue: T): Rewrap<this, void>;
|
|
269
|
+
ReplaceAny<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.Span_1<T>, values: System_Buffers.SearchValues_1<T>, newValue: T): Rewrap<this, void>;
|
|
270
|
+
ReplaceAnyExcept<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.ReadOnlySpan_1<T>, destination: System.Span_1<T>, values: System_Buffers.SearchValues_1<T>, newValue: T): Rewrap<this, void>;
|
|
271
|
+
ReplaceAnyExcept<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.Span_1<T>, values: System_Buffers.SearchValues_1<T>, newValue: T): Rewrap<this, void>;
|
|
272
|
+
Reverse<T extends unknown>(this: System.Span_1<T>): Rewrap<this, void>;
|
|
273
|
+
SequenceCompareTo<T extends unknown & (System.IComparable_1<T> | number | string | boolean)>(this: System.ReadOnlySpan_1<T>, other: System.ReadOnlySpan_1<T>): Rewrap<this, int>;
|
|
274
|
+
SequenceCompareTo<T extends unknown>(this: System.ReadOnlySpan_1<T>, other: System.ReadOnlySpan_1<T>, comparer?: System_Collections_Generic.IComparer_1<T> | null): Rewrap<this, int>;
|
|
275
|
+
SequenceCompareTo<T extends unknown & (System.IComparable_1<T> | number | string | boolean)>(this: System.Span_1<T>, other: System.ReadOnlySpan_1<T>): Rewrap<this, int>;
|
|
276
|
+
SequenceEqual<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.ReadOnlySpan_1<T>, other: System.ReadOnlySpan_1<T>): Rewrap<this, boolean>;
|
|
277
|
+
SequenceEqual<T extends unknown>(this: System.ReadOnlySpan_1<T>, other: System.ReadOnlySpan_1<T>, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, boolean>;
|
|
278
|
+
SequenceEqual<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.Span_1<T>, other: System.ReadOnlySpan_1<T>): Rewrap<this, boolean>;
|
|
279
|
+
SequenceEqual<T extends unknown>(this: System.Span_1<T>, other: System.ReadOnlySpan_1<T>, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, boolean>;
|
|
280
|
+
Sort<T extends unknown>(this: System.Span_1<T>): Rewrap<this, void>;
|
|
281
|
+
Sort<T extends unknown, TComparer extends unknown & System_Collections_Generic.IComparer_1<T>>(this: System.Span_1<T>, comparer: TComparer): Rewrap<this, void>;
|
|
282
|
+
Sort<T extends unknown>(this: System.Span_1<T>, comparison: System.Comparison_1<T>): Rewrap<this, void>;
|
|
283
|
+
Sort<TKey extends unknown, TValue extends unknown>(this: System.Span_1<TKey>, items: System.Span_1<TValue>): Rewrap<this, void>;
|
|
284
|
+
Sort<TKey extends unknown, TValue extends unknown, TComparer extends unknown & System_Collections_Generic.IComparer_1<TKey>>(this: System.Span_1<TKey>, items: System.Span_1<TValue>, comparer: TComparer): Rewrap<this, void>;
|
|
285
|
+
Sort<TKey extends unknown, TValue extends unknown>(this: System.Span_1<TKey>, items: System.Span_1<TValue>, comparison: System.Comparison_1<TKey>): Rewrap<this, void>;
|
|
286
|
+
Split<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.ReadOnlySpan_1<T>, separator: T): Rewrap<this, System.MemoryExtensions_SpanSplitEnumerator_1<T>>;
|
|
287
|
+
Split<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.ReadOnlySpan_1<T>, separator: System.ReadOnlySpan_1<T>): Rewrap<this, System.MemoryExtensions_SpanSplitEnumerator_1<T>>;
|
|
288
288
|
Split(this: System.ReadOnlySpan_1<System_Internal.Char>, destination: System.Span_1<System.Range>, separator: char, options?: System.StringSplitOptions): Rewrap<this, int>;
|
|
289
289
|
Split(this: System.ReadOnlySpan_1<System_Internal.Char>, destination: System.Span_1<System.Range>, separator: System.ReadOnlySpan_1<System_Internal.Char>, options?: System.StringSplitOptions): Rewrap<this, int>;
|
|
290
|
-
SplitAny<T extends System.IEquatable_1<T
|
|
291
|
-
SplitAny<T extends System.IEquatable_1<T
|
|
290
|
+
SplitAny<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.ReadOnlySpan_1<T>, separators: System.ReadOnlySpan_1<T>): Rewrap<this, System.MemoryExtensions_SpanSplitEnumerator_1<T>>;
|
|
291
|
+
SplitAny<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.ReadOnlySpan_1<T>, separators: System_Buffers.SearchValues_1<T>): Rewrap<this, System.MemoryExtensions_SpanSplitEnumerator_1<T>>;
|
|
292
292
|
SplitAny(this: System.ReadOnlySpan_1<System_Internal.Char>, destination: System.Span_1<System.Range>, separators: System.ReadOnlySpan_1<System_Internal.Char>, options?: System.StringSplitOptions): Rewrap<this, int>;
|
|
293
293
|
SplitAny(this: System.ReadOnlySpan_1<System_Internal.Char>, destination: System.Span_1<System.Range>, separators: System.ReadOnlySpan_1<System_Internal.String>, options?: System.StringSplitOptions): Rewrap<this, int>;
|
|
294
|
-
StartsWith<T extends System.IEquatable_1<T
|
|
295
|
-
StartsWith<T>(this: System.ReadOnlySpan_1<T>, value: System.ReadOnlySpan_1<T>, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, boolean>;
|
|
296
|
-
StartsWith<T extends System.IEquatable_1<T
|
|
297
|
-
StartsWith<T>(this: System.ReadOnlySpan_1<T>, value: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, boolean>;
|
|
294
|
+
StartsWith<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.ReadOnlySpan_1<T>, value: System.ReadOnlySpan_1<T>): Rewrap<this, boolean>;
|
|
295
|
+
StartsWith<T extends unknown>(this: System.ReadOnlySpan_1<T>, value: System.ReadOnlySpan_1<T>, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, boolean>;
|
|
296
|
+
StartsWith<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.ReadOnlySpan_1<T>, value: T): Rewrap<this, boolean>;
|
|
297
|
+
StartsWith<T extends unknown>(this: System.ReadOnlySpan_1<T>, value: T, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, boolean>;
|
|
298
298
|
StartsWith(this: System.ReadOnlySpan_1<System_Internal.Char>, value: System.ReadOnlySpan_1<System_Internal.Char>, comparisonType: System.StringComparison): Rewrap<this, boolean>;
|
|
299
|
-
StartsWith<T extends System.IEquatable_1<T
|
|
299
|
+
StartsWith<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.Span_1<T>, value: System.ReadOnlySpan_1<T>): Rewrap<this, boolean>;
|
|
300
300
|
ToLower(this: System.ReadOnlySpan_1<System_Internal.Char>, destination: System.Span_1<System_Internal.Char>, culture: System_Globalization.CultureInfo | null): Rewrap<this, int>;
|
|
301
301
|
ToLowerInvariant(this: System.ReadOnlySpan_1<System_Internal.Char>, destination: System.Span_1<System_Internal.Char>): Rewrap<this, int>;
|
|
302
|
-
ToTuple<T1>(this: System.ValueTuple_1<T1>): Rewrap<this, System.Tuple_1<T1>>;
|
|
303
|
-
ToTuple<T1, T2>(this: System.ValueTuple_2<T1, T2>): Rewrap<this, System.Tuple_2<T1, T2>>;
|
|
304
|
-
ToTuple<T1, T2, T3>(this: System.ValueTuple_3<T1, T2, T3>): Rewrap<this, System.Tuple_3<T1, T2, T3>>;
|
|
305
|
-
ToTuple<T1, T2, T3, T4>(this: System.ValueTuple_4<T1, T2, T3, T4>): Rewrap<this, System.Tuple_4<T1, T2, T3, T4>>;
|
|
306
|
-
ToTuple<T1, T2, T3, T4, T5>(this: System.ValueTuple_5<T1, T2, T3, T4, T5>): Rewrap<this, System.Tuple_5<T1, T2, T3, T4, T5>>;
|
|
307
|
-
ToTuple<T1, T2, T3, T4, T5, T6>(this: System.ValueTuple_6<T1, T2, T3, T4, T5, T6>): Rewrap<this, System.Tuple_6<T1, T2, T3, T4, T5, T6>>;
|
|
308
|
-
ToTuple<T1, T2, T3, T4, T5, T6, T7>(this: System.ValueTuple_7<T1, T2, T3, T4, T5, T6, T7>): Rewrap<this, System.Tuple_7<T1, T2, T3, T4, T5, T6, T7>>;
|
|
309
|
-
ToTuple<T1, T2, T3, T4, T5, T6, T7, T8>(this: System.ValueTuple_8<T1, T2, T3, T4, T5, T6, T7, System.ValueTuple_1<T8>>): Rewrap<this, System.Tuple_8<T1, T2, T3, T4, T5, T6, T7, System.Tuple_1<T8>>>;
|
|
302
|
+
ToTuple<T1 extends unknown>(this: System.ValueTuple_1<T1>): Rewrap<this, System.Tuple_1<T1>>;
|
|
303
|
+
ToTuple<T1 extends unknown, T2 extends unknown>(this: System.ValueTuple_2<T1, T2>): Rewrap<this, System.Tuple_2<T1, T2>>;
|
|
304
|
+
ToTuple<T1 extends unknown, T2 extends unknown, T3 extends unknown>(this: System.ValueTuple_3<T1, T2, T3>): Rewrap<this, System.Tuple_3<T1, T2, T3>>;
|
|
305
|
+
ToTuple<T1 extends unknown, T2 extends unknown, T3 extends unknown, T4 extends unknown>(this: System.ValueTuple_4<T1, T2, T3, T4>): Rewrap<this, System.Tuple_4<T1, T2, T3, T4>>;
|
|
306
|
+
ToTuple<T1 extends unknown, T2 extends unknown, T3 extends unknown, T4 extends unknown, T5 extends unknown>(this: System.ValueTuple_5<T1, T2, T3, T4, T5>): Rewrap<this, System.Tuple_5<T1, T2, T3, T4, T5>>;
|
|
307
|
+
ToTuple<T1 extends unknown, T2 extends unknown, T3 extends unknown, T4 extends unknown, T5 extends unknown, T6 extends unknown>(this: System.ValueTuple_6<T1, T2, T3, T4, T5, T6>): Rewrap<this, System.Tuple_6<T1, T2, T3, T4, T5, T6>>;
|
|
308
|
+
ToTuple<T1 extends unknown, T2 extends unknown, T3 extends unknown, T4 extends unknown, T5 extends unknown, T6 extends unknown, T7 extends unknown>(this: System.ValueTuple_7<T1, T2, T3, T4, T5, T6, T7>): Rewrap<this, System.Tuple_7<T1, T2, T3, T4, T5, T6, T7>>;
|
|
309
|
+
ToTuple<T1 extends unknown, T2 extends unknown, T3 extends unknown, T4 extends unknown, T5 extends unknown, T6 extends unknown, T7 extends unknown, T8 extends unknown>(this: System.ValueTuple_8<T1, T2, T3, T4, T5, T6, T7, System.ValueTuple_1<T8>>): Rewrap<this, System.Tuple_8<T1, T2, T3, T4, T5, T6, T7, System.Tuple_1<T8>>>;
|
|
310
310
|
ToUpper(this: System.ReadOnlySpan_1<System_Internal.Char>, destination: System.Span_1<System_Internal.Char>, culture: System_Globalization.CultureInfo | null): Rewrap<this, int>;
|
|
311
311
|
ToUpperInvariant(this: System.ReadOnlySpan_1<System_Internal.Char>, destination: System.Span_1<System_Internal.Char>): Rewrap<this, int>;
|
|
312
|
-
ToValueTuple<T1>(this: System.Tuple_1<T1>): Rewrap<this, System.ValueTuple_1<T1>>;
|
|
313
|
-
ToValueTuple<T1, T2>(this: System.Tuple_2<T1, T2>): Rewrap<this, System.ValueTuple_2<T1, T2>>;
|
|
314
|
-
ToValueTuple<T1, T2, T3>(this: System.Tuple_3<T1, T2, T3>): Rewrap<this, System.ValueTuple_3<T1, T2, T3>>;
|
|
315
|
-
ToValueTuple<T1, T2, T3, T4>(this: System.Tuple_4<T1, T2, T3, T4>): Rewrap<this, System.ValueTuple_4<T1, T2, T3, T4>>;
|
|
316
|
-
ToValueTuple<T1, T2, T3, T4, T5>(this: System.Tuple_5<T1, T2, T3, T4, T5>): Rewrap<this, System.ValueTuple_5<T1, T2, T3, T4, T5>>;
|
|
317
|
-
ToValueTuple<T1, T2, T3, T4, T5, T6>(this: System.Tuple_6<T1, T2, T3, T4, T5, T6>): Rewrap<this, System.ValueTuple_6<T1, T2, T3, T4, T5, T6>>;
|
|
318
|
-
ToValueTuple<T1, T2, T3, T4, T5, T6, T7>(this: System.Tuple_7<T1, T2, T3, T4, T5, T6, T7>): Rewrap<this, System.ValueTuple_7<T1, T2, T3, T4, T5, T6, T7>>;
|
|
319
|
-
ToValueTuple<T1, T2, T3, T4, T5, T6, T7, T8>(this: System.Tuple_8<T1, T2, T3, T4, T5, T6, T7, System.Tuple_1<T8>>): Rewrap<this, System.ValueTuple_8<T1, T2, T3, T4, T5, T6, T7, System.ValueTuple_1<T8>>>;
|
|
320
|
-
Trim<T extends System.IEquatable_1<T
|
|
321
|
-
Trim<T extends System.IEquatable_1<T
|
|
312
|
+
ToValueTuple<T1 extends unknown>(this: System.Tuple_1<T1>): Rewrap<this, System.ValueTuple_1<T1>>;
|
|
313
|
+
ToValueTuple<T1 extends unknown, T2 extends unknown>(this: System.Tuple_2<T1, T2>): Rewrap<this, System.ValueTuple_2<T1, T2>>;
|
|
314
|
+
ToValueTuple<T1 extends unknown, T2 extends unknown, T3 extends unknown>(this: System.Tuple_3<T1, T2, T3>): Rewrap<this, System.ValueTuple_3<T1, T2, T3>>;
|
|
315
|
+
ToValueTuple<T1 extends unknown, T2 extends unknown, T3 extends unknown, T4 extends unknown>(this: System.Tuple_4<T1, T2, T3, T4>): Rewrap<this, System.ValueTuple_4<T1, T2, T3, T4>>;
|
|
316
|
+
ToValueTuple<T1 extends unknown, T2 extends unknown, T3 extends unknown, T4 extends unknown, T5 extends unknown>(this: System.Tuple_5<T1, T2, T3, T4, T5>): Rewrap<this, System.ValueTuple_5<T1, T2, T3, T4, T5>>;
|
|
317
|
+
ToValueTuple<T1 extends unknown, T2 extends unknown, T3 extends unknown, T4 extends unknown, T5 extends unknown, T6 extends unknown>(this: System.Tuple_6<T1, T2, T3, T4, T5, T6>): Rewrap<this, System.ValueTuple_6<T1, T2, T3, T4, T5, T6>>;
|
|
318
|
+
ToValueTuple<T1 extends unknown, T2 extends unknown, T3 extends unknown, T4 extends unknown, T5 extends unknown, T6 extends unknown, T7 extends unknown>(this: System.Tuple_7<T1, T2, T3, T4, T5, T6, T7>): Rewrap<this, System.ValueTuple_7<T1, T2, T3, T4, T5, T6, T7>>;
|
|
319
|
+
ToValueTuple<T1 extends unknown, T2 extends unknown, T3 extends unknown, T4 extends unknown, T5 extends unknown, T6 extends unknown, T7 extends unknown, T8 extends unknown>(this: System.Tuple_8<T1, T2, T3, T4, T5, T6, T7, System.Tuple_1<T8>>): Rewrap<this, System.ValueTuple_8<T1, T2, T3, T4, T5, T6, T7, System.ValueTuple_1<T8>>>;
|
|
320
|
+
Trim<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.Memory_1<T>, trimElement: T): Rewrap<this, System.Memory_1<T>>;
|
|
321
|
+
Trim<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.Memory_1<T>, trimElements: System.ReadOnlySpan_1<T>): Rewrap<this, System.Memory_1<T>>;
|
|
322
322
|
Trim(this: System.Memory_1<System_Internal.Char>): Rewrap<this, System.Memory_1<System_Internal.Char>>;
|
|
323
|
-
Trim<T extends System.IEquatable_1<T
|
|
324
|
-
Trim<T extends System.IEquatable_1<T
|
|
323
|
+
Trim<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.ReadOnlyMemory_1<T>, trimElement: T): Rewrap<this, System.ReadOnlyMemory_1<T>>;
|
|
324
|
+
Trim<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.ReadOnlyMemory_1<T>, trimElements: System.ReadOnlySpan_1<T>): Rewrap<this, System.ReadOnlyMemory_1<T>>;
|
|
325
325
|
Trim(this: System.ReadOnlyMemory_1<System_Internal.Char>): Rewrap<this, System.ReadOnlyMemory_1<System_Internal.Char>>;
|
|
326
|
-
Trim<T extends System.IEquatable_1<T
|
|
327
|
-
Trim<T extends System.IEquatable_1<T
|
|
326
|
+
Trim<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.ReadOnlySpan_1<T>, trimElement: T): Rewrap<this, System.ReadOnlySpan_1<T>>;
|
|
327
|
+
Trim<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.ReadOnlySpan_1<T>, trimElements: System.ReadOnlySpan_1<T>): Rewrap<this, System.ReadOnlySpan_1<T>>;
|
|
328
328
|
Trim(this: System.ReadOnlySpan_1<System_Internal.Char>): Rewrap<this, System.ReadOnlySpan_1<System_Internal.Char>>;
|
|
329
329
|
Trim(this: System.ReadOnlySpan_1<System_Internal.Char>, trimChar: char): Rewrap<this, System.ReadOnlySpan_1<System_Internal.Char>>;
|
|
330
330
|
Trim(this: System.ReadOnlySpan_1<System_Internal.Char>, trimChars: System.ReadOnlySpan_1<System_Internal.Char>): Rewrap<this, System.ReadOnlySpan_1<System_Internal.Char>>;
|
|
331
|
-
Trim<T extends System.IEquatable_1<T
|
|
332
|
-
Trim<T extends System.IEquatable_1<T
|
|
331
|
+
Trim<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.Span_1<T>, trimElement: T): Rewrap<this, System.Span_1<T>>;
|
|
332
|
+
Trim<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.Span_1<T>, trimElements: System.ReadOnlySpan_1<T>): Rewrap<this, System.Span_1<T>>;
|
|
333
333
|
Trim(this: System.Span_1<System_Internal.Char>): Rewrap<this, System.Span_1<System_Internal.Char>>;
|
|
334
|
-
TrimEnd<T extends System.IEquatable_1<T
|
|
335
|
-
TrimEnd<T extends System.IEquatable_1<T
|
|
334
|
+
TrimEnd<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.Memory_1<T>, trimElement: T): Rewrap<this, System.Memory_1<T>>;
|
|
335
|
+
TrimEnd<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.Memory_1<T>, trimElements: System.ReadOnlySpan_1<T>): Rewrap<this, System.Memory_1<T>>;
|
|
336
336
|
TrimEnd(this: System.Memory_1<System_Internal.Char>): Rewrap<this, System.Memory_1<System_Internal.Char>>;
|
|
337
|
-
TrimEnd<T extends System.IEquatable_1<T
|
|
338
|
-
TrimEnd<T extends System.IEquatable_1<T
|
|
337
|
+
TrimEnd<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.ReadOnlyMemory_1<T>, trimElement: T): Rewrap<this, System.ReadOnlyMemory_1<T>>;
|
|
338
|
+
TrimEnd<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.ReadOnlyMemory_1<T>, trimElements: System.ReadOnlySpan_1<T>): Rewrap<this, System.ReadOnlyMemory_1<T>>;
|
|
339
339
|
TrimEnd(this: System.ReadOnlyMemory_1<System_Internal.Char>): Rewrap<this, System.ReadOnlyMemory_1<System_Internal.Char>>;
|
|
340
|
-
TrimEnd<T extends System.IEquatable_1<T
|
|
341
|
-
TrimEnd<T extends System.IEquatable_1<T
|
|
340
|
+
TrimEnd<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.ReadOnlySpan_1<T>, trimElement: T): Rewrap<this, System.ReadOnlySpan_1<T>>;
|
|
341
|
+
TrimEnd<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.ReadOnlySpan_1<T>, trimElements: System.ReadOnlySpan_1<T>): Rewrap<this, System.ReadOnlySpan_1<T>>;
|
|
342
342
|
TrimEnd(this: System.ReadOnlySpan_1<System_Internal.Char>): Rewrap<this, System.ReadOnlySpan_1<System_Internal.Char>>;
|
|
343
343
|
TrimEnd(this: System.ReadOnlySpan_1<System_Internal.Char>, trimChar: char): Rewrap<this, System.ReadOnlySpan_1<System_Internal.Char>>;
|
|
344
344
|
TrimEnd(this: System.ReadOnlySpan_1<System_Internal.Char>, trimChars: System.ReadOnlySpan_1<System_Internal.Char>): Rewrap<this, System.ReadOnlySpan_1<System_Internal.Char>>;
|
|
345
|
-
TrimEnd<T extends System.IEquatable_1<T
|
|
346
|
-
TrimEnd<T extends System.IEquatable_1<T
|
|
345
|
+
TrimEnd<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.Span_1<T>, trimElement: T): Rewrap<this, System.Span_1<T>>;
|
|
346
|
+
TrimEnd<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.Span_1<T>, trimElements: System.ReadOnlySpan_1<T>): Rewrap<this, System.Span_1<T>>;
|
|
347
347
|
TrimEnd(this: System.Span_1<System_Internal.Char>): Rewrap<this, System.Span_1<System_Internal.Char>>;
|
|
348
|
-
TrimStart<T extends System.IEquatable_1<T
|
|
349
|
-
TrimStart<T extends System.IEquatable_1<T
|
|
348
|
+
TrimStart<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.Memory_1<T>, trimElement: T): Rewrap<this, System.Memory_1<T>>;
|
|
349
|
+
TrimStart<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.Memory_1<T>, trimElements: System.ReadOnlySpan_1<T>): Rewrap<this, System.Memory_1<T>>;
|
|
350
350
|
TrimStart(this: System.Memory_1<System_Internal.Char>): Rewrap<this, System.Memory_1<System_Internal.Char>>;
|
|
351
|
-
TrimStart<T extends System.IEquatable_1<T
|
|
352
|
-
TrimStart<T extends System.IEquatable_1<T
|
|
351
|
+
TrimStart<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.ReadOnlyMemory_1<T>, trimElement: T): Rewrap<this, System.ReadOnlyMemory_1<T>>;
|
|
352
|
+
TrimStart<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.ReadOnlyMemory_1<T>, trimElements: System.ReadOnlySpan_1<T>): Rewrap<this, System.ReadOnlyMemory_1<T>>;
|
|
353
353
|
TrimStart(this: System.ReadOnlyMemory_1<System_Internal.Char>): Rewrap<this, System.ReadOnlyMemory_1<System_Internal.Char>>;
|
|
354
|
-
TrimStart<T extends System.IEquatable_1<T
|
|
355
|
-
TrimStart<T extends System.IEquatable_1<T
|
|
354
|
+
TrimStart<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.ReadOnlySpan_1<T>, trimElement: T): Rewrap<this, System.ReadOnlySpan_1<T>>;
|
|
355
|
+
TrimStart<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.ReadOnlySpan_1<T>, trimElements: System.ReadOnlySpan_1<T>): Rewrap<this, System.ReadOnlySpan_1<T>>;
|
|
356
356
|
TrimStart(this: System.ReadOnlySpan_1<System_Internal.Char>): Rewrap<this, System.ReadOnlySpan_1<System_Internal.Char>>;
|
|
357
357
|
TrimStart(this: System.ReadOnlySpan_1<System_Internal.Char>, trimChar: char): Rewrap<this, System.ReadOnlySpan_1<System_Internal.Char>>;
|
|
358
358
|
TrimStart(this: System.ReadOnlySpan_1<System_Internal.Char>, trimChars: System.ReadOnlySpan_1<System_Internal.Char>): Rewrap<this, System.ReadOnlySpan_1<System_Internal.Char>>;
|
|
359
|
-
TrimStart<T extends System.IEquatable_1<T
|
|
360
|
-
TrimStart<T extends System.IEquatable_1<T
|
|
359
|
+
TrimStart<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.Span_1<T>, trimElement: T): Rewrap<this, System.Span_1<T>>;
|
|
360
|
+
TrimStart<T extends unknown & (System.IEquatable_1<T> | number | string | boolean)>(this: System.Span_1<T>, trimElements: System.ReadOnlySpan_1<T>): Rewrap<this, System.Span_1<T>>;
|
|
361
361
|
TrimStart(this: System.Span_1<System_Internal.Char>): Rewrap<this, System.Span_1<System_Internal.Char>>;
|
|
362
362
|
TryNormalize(this: System.ReadOnlySpan_1<System_Internal.Char>, destination: System.Span_1<System_Internal.Char>, charsWritten: int, normalizationForm?: System_Text.NormalizationForm): Rewrap<this, boolean>;
|
|
363
363
|
TryWrite(this: System.Span_1<System_Internal.Char>, handler: System.MemoryExtensions_TryWriteInterpolatedStringHandler, charsWritten: int): Rewrap<this, boolean>;
|
|
364
364
|
TryWrite(this: System.Span_1<System_Internal.Char>, provider: System.IFormatProvider | null, handler: System.MemoryExtensions_TryWriteInterpolatedStringHandler, charsWritten: int): Rewrap<this, boolean>;
|
|
365
|
-
TryWrite<TArg0>(this: System.Span_1<System_Internal.Char>, provider: System.IFormatProvider | null, format: System_Text.CompositeFormat, charsWritten: int, arg0: TArg0): Rewrap<this, boolean>;
|
|
366
|
-
TryWrite<TArg0, TArg1>(this: System.Span_1<System_Internal.Char>, provider: System.IFormatProvider | null, format: System_Text.CompositeFormat, charsWritten: int, arg0: TArg0, arg1: TArg1): Rewrap<this, boolean>;
|
|
367
|
-
TryWrite<TArg0, TArg1, TArg2>(this: System.Span_1<System_Internal.Char>, provider: System.IFormatProvider | null, format: System_Text.CompositeFormat, charsWritten: int, arg0: TArg0, arg1: TArg1, arg2: TArg2): Rewrap<this, boolean>;
|
|
368
|
-
TryWrite(this: System.Span_1<System_Internal.Char>, provider: System.IFormatProvider | null, format: System_Text.CompositeFormat, charsWritten: int, ...args: (
|
|
369
|
-
TryWrite(this: System.Span_1<System_Internal.Char>, provider: System.IFormatProvider | null, format: System_Text.CompositeFormat, charsWritten: int, args: System.ReadOnlySpan_1<
|
|
365
|
+
TryWrite<TArg0 extends unknown>(this: System.Span_1<System_Internal.Char>, provider: System.IFormatProvider | null, format: System_Text.CompositeFormat, charsWritten: int, arg0: TArg0): Rewrap<this, boolean>;
|
|
366
|
+
TryWrite<TArg0 extends unknown, TArg1 extends unknown>(this: System.Span_1<System_Internal.Char>, provider: System.IFormatProvider | null, format: System_Text.CompositeFormat, charsWritten: int, arg0: TArg0, arg1: TArg1): Rewrap<this, boolean>;
|
|
367
|
+
TryWrite<TArg0 extends unknown, TArg1 extends unknown, TArg2 extends unknown>(this: System.Span_1<System_Internal.Char>, provider: System.IFormatProvider | null, format: System_Text.CompositeFormat, charsWritten: int, arg0: TArg0, arg1: TArg1, arg2: TArg2): Rewrap<this, boolean>;
|
|
368
|
+
TryWrite(this: System.Span_1<System_Internal.Char>, provider: System.IFormatProvider | null, format: System_Text.CompositeFormat, charsWritten: int, ...args: (unknown | null)[]): Rewrap<this, boolean>;
|
|
369
|
+
TryWrite(this: System.Span_1<System_Internal.Char>, provider: System.IFormatProvider | null, format: System_Text.CompositeFormat, charsWritten: int, args: System.ReadOnlySpan_1<unknown>): Rewrap<this, boolean>;
|
|
370
370
|
}
|
|
371
371
|
|
|
372
372
|
// Generic helper type for extension methods in namespace: System
|
|
373
373
|
interface __TsonicExtApplier_System {
|
|
374
|
-
__tsonic_shape:
|
|
374
|
+
__tsonic_shape: unknown;
|
|
375
375
|
__tsonic_type: __TsonicExtMethods_System;
|
|
376
376
|
}
|
|
377
377
|
|
|
@@ -382,12 +382,12 @@ export type ExtensionMethods_System<TShape> =
|
|
|
382
382
|
|
|
383
383
|
// Extension method table for namespace: System.Buffers
|
|
384
384
|
interface __TsonicExtMethods_System_Buffers {
|
|
385
|
-
Write<T>(this: System_Buffers.IBufferWriter_1<T>, value: System.ReadOnlySpan_1<T>): Rewrap<this, void>;
|
|
385
|
+
Write<T extends unknown>(this: System_Buffers.IBufferWriter_1<T>, value: System.ReadOnlySpan_1<T>): Rewrap<this, void>;
|
|
386
386
|
}
|
|
387
387
|
|
|
388
388
|
// Generic helper type for extension methods in namespace: System.Buffers
|
|
389
389
|
interface __TsonicExtApplier_System_Buffers {
|
|
390
|
-
__tsonic_shape:
|
|
390
|
+
__tsonic_shape: unknown;
|
|
391
391
|
__tsonic_type: __TsonicExtMethods_System_Buffers;
|
|
392
392
|
}
|
|
393
393
|
|
|
@@ -398,41 +398,41 @@ export type ExtensionMethods_System_Buffers<TShape> =
|
|
|
398
398
|
|
|
399
399
|
// Extension method table for namespace: System.Collections.Frozen
|
|
400
400
|
interface __TsonicExtMethods_System_Collections_Frozen {
|
|
401
|
-
ToFrozenDictionary<TKey, TValue>(this: System_Collections_Generic.IEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, TValue>>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Frozen.FrozenDictionary_2<TKey, TValue>>;
|
|
402
|
-
ToFrozenDictionary<TSource, TKey>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Frozen.FrozenDictionary_2<TKey, TSource>>;
|
|
403
|
-
ToFrozenDictionary<TSource, TKey, TElement>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TElement>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Frozen.FrozenDictionary_2<TKey, TElement>>;
|
|
404
|
-
ToFrozenSet<T>(this: System_Collections_Generic.IEnumerable_1<T>, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, System_Collections_Frozen.FrozenSet_1<T>>;
|
|
401
|
+
ToFrozenDictionary<TKey extends unknown, TValue extends unknown>(this: System_Collections_Generic.IEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, TValue>>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Frozen.FrozenDictionary_2<TKey, TValue>>;
|
|
402
|
+
ToFrozenDictionary<TSource extends unknown, TKey extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Frozen.FrozenDictionary_2<TKey, TSource>>;
|
|
403
|
+
ToFrozenDictionary<TSource extends unknown, TKey extends unknown, TElement extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TElement>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Frozen.FrozenDictionary_2<TKey, TElement>>;
|
|
404
|
+
ToFrozenSet<T extends unknown>(this: System_Collections_Generic.IEnumerable_1<T>, comparer?: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, System_Collections_Frozen.FrozenSet_1<T>>;
|
|
405
405
|
}
|
|
406
406
|
|
|
407
407
|
// Generic helper type for extension methods in namespace: System.Collections.Frozen
|
|
408
408
|
interface __TsonicExtApplier_System_Collections_Frozen {
|
|
409
|
-
__tsonic_shape:
|
|
409
|
+
__tsonic_shape: unknown;
|
|
410
410
|
__tsonic_type: __TsonicExtMethods_System_Collections_Frozen;
|
|
411
411
|
}
|
|
412
412
|
|
|
413
413
|
export type ExtensionMethods_System_Collections_Frozen<TShape> =
|
|
414
414
|
TShape extends null | undefined ? TShape
|
|
415
415
|
: TShape extends void ? void
|
|
416
|
-
: TShape extends (infer T)[] ? (TShape & System_Collections_Generic.IEnumerable_1<T> & __TsonicWithExt<TShape, "System.Collections.Frozen", __TsonicExtApplier_System_Collections_Frozen> & __TsonicExtMethods_System_Collections_Frozen)
|
|
416
|
+
: TShape extends (infer T extends unknown)[] ? (TShape & System_Collections_Generic.IEnumerable_1<T> & __TsonicWithExt<TShape, "System.Collections.Frozen", __TsonicExtApplier_System_Collections_Frozen> & __TsonicExtMethods_System_Collections_Frozen)
|
|
417
417
|
: TShape & __TsonicWithExt<TShape, "System.Collections.Frozen", __TsonicExtApplier_System_Collections_Frozen> & __TsonicExtMethods_System_Collections_Frozen;
|
|
418
418
|
|
|
419
419
|
// Extension method table for namespace: System.Collections.Generic
|
|
420
420
|
interface __TsonicExtMethods_System_Collections_Generic {
|
|
421
|
-
AddRange<T>(this: System_Collections_Generic.List_1<T>, source: System.ReadOnlySpan_1<T>): Rewrap<this, void>;
|
|
422
|
-
AsReadOnly<TKey, TValue>(this: System_Collections_Generic.IDictionary_2<TKey, TValue>): Rewrap<this, System_Collections_ObjectModel.ReadOnlyDictionary_2<TKey, TValue>>;
|
|
423
|
-
AsReadOnly<T>(this: System_Collections_Generic.ISet_1<T>): Rewrap<this, System_Collections_ObjectModel.ReadOnlySet_1<T>>;
|
|
424
|
-
AsReadOnly<T>(this: System_Collections_Generic.IList_1<T>): Rewrap<this, System_Collections_ObjectModel.ReadOnlyCollection_1<T>>;
|
|
425
|
-
CopyTo<T>(this: System_Collections_Generic.List_1<T>, destination: System.Span_1<T>): Rewrap<this, void>;
|
|
426
|
-
GetValueOrDefault<TKey, TValue>(this: System_Collections_Generic.IReadOnlyDictionary_2<TKey, TValue>, key: TKey): Rewrap<this, TValue | null>;
|
|
427
|
-
GetValueOrDefault<TKey, TValue>(this: System_Collections_Generic.IReadOnlyDictionary_2<TKey, TValue>, key: TKey, defaultValue: TValue): Rewrap<this, TValue>;
|
|
428
|
-
InsertRange<T>(this: System_Collections_Generic.List_1<T>, index: int, source: System.ReadOnlySpan_1<T>): Rewrap<this, void>;
|
|
429
|
-
Remove<TKey, TValue>(this: System_Collections_Generic.IDictionary_2<TKey, TValue>, key: TKey, value: TValue): Rewrap<this, boolean>;
|
|
430
|
-
TryAdd<TKey, TValue>(this: System_Collections_Generic.IDictionary_2<TKey, TValue>, key: TKey, value: TValue): Rewrap<this, boolean>;
|
|
421
|
+
AddRange<T extends unknown>(this: System_Collections_Generic.List_1<T>, source: System.ReadOnlySpan_1<T>): Rewrap<this, void>;
|
|
422
|
+
AsReadOnly<TKey extends unknown, TValue extends unknown>(this: System_Collections_Generic.IDictionary_2<TKey, TValue>): Rewrap<this, System_Collections_ObjectModel.ReadOnlyDictionary_2<TKey, TValue>>;
|
|
423
|
+
AsReadOnly<T extends unknown>(this: System_Collections_Generic.ISet_1<T>): Rewrap<this, System_Collections_ObjectModel.ReadOnlySet_1<T>>;
|
|
424
|
+
AsReadOnly<T extends unknown>(this: System_Collections_Generic.IList_1<T>): Rewrap<this, System_Collections_ObjectModel.ReadOnlyCollection_1<T>>;
|
|
425
|
+
CopyTo<T extends unknown>(this: System_Collections_Generic.List_1<T>, destination: System.Span_1<T>): Rewrap<this, void>;
|
|
426
|
+
GetValueOrDefault<TKey extends unknown, TValue extends unknown>(this: System_Collections_Generic.IReadOnlyDictionary_2<TKey, TValue>, key: TKey): Rewrap<this, TValue | null>;
|
|
427
|
+
GetValueOrDefault<TKey extends unknown, TValue extends unknown>(this: System_Collections_Generic.IReadOnlyDictionary_2<TKey, TValue>, key: TKey, defaultValue: TValue): Rewrap<this, TValue>;
|
|
428
|
+
InsertRange<T extends unknown>(this: System_Collections_Generic.List_1<T>, index: int, source: System.ReadOnlySpan_1<T>): Rewrap<this, void>;
|
|
429
|
+
Remove<TKey extends unknown, TValue extends unknown>(this: System_Collections_Generic.IDictionary_2<TKey, TValue>, key: TKey, value: TValue): Rewrap<this, boolean>;
|
|
430
|
+
TryAdd<TKey extends unknown, TValue extends unknown>(this: System_Collections_Generic.IDictionary_2<TKey, TValue>, key: TKey, value: TValue): Rewrap<this, boolean>;
|
|
431
431
|
}
|
|
432
432
|
|
|
433
433
|
// Generic helper type for extension methods in namespace: System.Collections.Generic
|
|
434
434
|
interface __TsonicExtApplier_System_Collections_Generic {
|
|
435
|
-
__tsonic_shape:
|
|
435
|
+
__tsonic_shape: unknown;
|
|
436
436
|
__tsonic_type: __TsonicExtMethods_System_Collections_Generic;
|
|
437
437
|
}
|
|
438
438
|
|
|
@@ -443,85 +443,85 @@ export type ExtensionMethods_System_Collections_Generic<TShape> =
|
|
|
443
443
|
|
|
444
444
|
// Extension method table for namespace: System.Collections.Immutable
|
|
445
445
|
interface __TsonicExtMethods_System_Collections_Immutable {
|
|
446
|
-
BinarySearch<T>(this: System_Collections_Immutable.ImmutableArray_1<T>, value: T): Rewrap<this, int>;
|
|
447
|
-
BinarySearch<T>(this: System_Collections_Immutable.ImmutableArray_1<T>, value: T, comparer: System_Collections_Generic.IComparer_1<T> | null): Rewrap<this, int>;
|
|
448
|
-
BinarySearch<T>(this: System_Collections_Immutable.ImmutableArray_1<T>, index: int, length: int, value: T): Rewrap<this, int>;
|
|
449
|
-
BinarySearch<T>(this: System_Collections_Immutable.ImmutableArray_1<T>, index: int, length: int, value: T, comparer: System_Collections_Generic.IComparer_1<T> | null): Rewrap<this, int>;
|
|
450
|
-
Contains<TKey, TValue>(this: System_Collections_Immutable.IImmutableDictionary_2<TKey, TValue>, key: TKey, value: TValue): Rewrap<this, boolean>;
|
|
451
|
-
Dequeue<T>(this: System_Collections_Immutable.IImmutableQueue_1<T>, value: T): Rewrap<this, System_Collections_Immutable.IImmutableQueue_1<T>>;
|
|
452
|
-
GetValueOrDefault<TKey, TValue>(this: System_Collections_Immutable.IImmutableDictionary_2<TKey, TValue>, key: TKey): Rewrap<this, TValue | null>;
|
|
453
|
-
GetValueOrDefault<TKey, TValue>(this: System_Collections_Immutable.IImmutableDictionary_2<TKey, TValue>, key: TKey, defaultValue: TValue): Rewrap<this, TValue>;
|
|
454
|
-
IndexOf<T>(this: System_Collections_Immutable.IImmutableList_1<T>, item: T): Rewrap<this, int>;
|
|
455
|
-
IndexOf<T>(this: System_Collections_Immutable.IImmutableList_1<T>, item: T, equalityComparer: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, int>;
|
|
456
|
-
IndexOf<T>(this: System_Collections_Immutable.IImmutableList_1<T>, item: T, startIndex: int): Rewrap<this, int>;
|
|
457
|
-
IndexOf<T>(this: System_Collections_Immutable.IImmutableList_1<T>, item: T, startIndex: int, count: int): Rewrap<this, int>;
|
|
458
|
-
LastIndexOf<T>(this: System_Collections_Immutable.IImmutableList_1<T>, item: T): Rewrap<this, int>;
|
|
459
|
-
LastIndexOf<T>(this: System_Collections_Immutable.IImmutableList_1<T>, item: T, equalityComparer: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, int>;
|
|
460
|
-
LastIndexOf<T>(this: System_Collections_Immutable.IImmutableList_1<T>, item: T, startIndex: int): Rewrap<this, int>;
|
|
461
|
-
LastIndexOf<T>(this: System_Collections_Immutable.IImmutableList_1<T>, item: T, startIndex: int, count: int): Rewrap<this, int>;
|
|
462
|
-
Pop<T>(this: System_Collections_Immutable.IImmutableStack_1<T>, value: T): Rewrap<this, System_Collections_Immutable.IImmutableStack_1<T>>;
|
|
463
|
-
Remove<T>(this: System_Collections_Immutable.IImmutableList_1<T>, value: T): Rewrap<this, System_Collections_Immutable.IImmutableList_1<T>>;
|
|
464
|
-
RemoveRange<T>(this: System_Collections_Immutable.IImmutableList_1<T>, items: System_Collections_Generic.IEnumerable_1<T>): Rewrap<this, System_Collections_Immutable.IImmutableList_1<T>>;
|
|
465
|
-
Replace<T>(this: System_Collections_Immutable.IImmutableList_1<T>, oldValue: T, newValue: T): Rewrap<this, System_Collections_Immutable.IImmutableList_1<T>>;
|
|
466
|
-
ToImmutableArray<T>(this: System.ReadOnlySpan_1<T>): Rewrap<this, System_Collections_Immutable.ImmutableArray_1<T>>;
|
|
467
|
-
ToImmutableArray<T>(this: System.Span_1<T>): Rewrap<this, System_Collections_Immutable.ImmutableArray_1<T>>;
|
|
468
|
-
ToImmutableArray<TSource>(this: System_Collections_Immutable.ImmutableArray_1_Builder<TSource>): Rewrap<this, System_Collections_Immutable.ImmutableArray_1<TSource>>;
|
|
469
|
-
ToImmutableArray<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, System_Collections_Immutable.ImmutableArray_1<TSource>>;
|
|
470
|
-
ToImmutableDictionary<TKey, TValue>(this: System_Collections_Immutable.ImmutableDictionary_2_Builder<TKey, TValue>): Rewrap<this, System_Collections_Immutable.ImmutableDictionary_2<TKey, TValue>>;
|
|
471
|
-
ToImmutableDictionary<TSource, TKey, TValue>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TValue>, keyComparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null, valueComparer: System_Collections_Generic.IEqualityComparer_1<TValue> | null): Rewrap<this, System_Collections_Immutable.ImmutableDictionary_2<TKey, TValue>>;
|
|
472
|
-
ToImmutableDictionary<TSource, TKey, TValue>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TValue>, keyComparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Immutable.ImmutableDictionary_2<TKey, TValue>>;
|
|
473
|
-
ToImmutableDictionary<TSource, TKey>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>): Rewrap<this, System_Collections_Immutable.ImmutableDictionary_2<TKey, TSource>>;
|
|
474
|
-
ToImmutableDictionary<TSource, TKey>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, keyComparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Immutable.ImmutableDictionary_2<TKey, TSource>>;
|
|
475
|
-
ToImmutableDictionary<TSource, TKey, TValue>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TValue>): Rewrap<this, System_Collections_Immutable.ImmutableDictionary_2<TKey, TValue>>;
|
|
476
|
-
ToImmutableDictionary<TKey, TValue>(this: System_Collections_Generic.IEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, TValue>>, keyComparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null, valueComparer: System_Collections_Generic.IEqualityComparer_1<TValue> | null): Rewrap<this, System_Collections_Immutable.ImmutableDictionary_2<TKey, TValue>>;
|
|
477
|
-
ToImmutableDictionary<TKey, TValue>(this: System_Collections_Generic.IEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, TValue>>, keyComparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Immutable.ImmutableDictionary_2<TKey, TValue>>;
|
|
478
|
-
ToImmutableDictionary<TKey, TValue>(this: System_Collections_Generic.IEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, TValue>>): Rewrap<this, System_Collections_Immutable.ImmutableDictionary_2<TKey, TValue>>;
|
|
479
|
-
ToImmutableHashSet<TSource>(this: System_Collections_Immutable.ImmutableHashSet_1_Builder<TSource>): Rewrap<this, System_Collections_Immutable.ImmutableHashSet_1<TSource>>;
|
|
480
|
-
ToImmutableHashSet<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, equalityComparer: System_Collections_Generic.IEqualityComparer_1<TSource> | null): Rewrap<this, System_Collections_Immutable.ImmutableHashSet_1<TSource>>;
|
|
481
|
-
ToImmutableHashSet<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, System_Collections_Immutable.ImmutableHashSet_1<TSource>>;
|
|
482
|
-
ToImmutableList<TSource>(this: System_Collections_Immutable.ImmutableList_1_Builder<TSource>): Rewrap<this, System_Collections_Immutable.ImmutableList_1<TSource>>;
|
|
483
|
-
ToImmutableList<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, System_Collections_Immutable.ImmutableList_1<TSource>>;
|
|
484
|
-
ToImmutableSortedDictionary<TKey, TValue>(this: System_Collections_Immutable.ImmutableSortedDictionary_2_Builder<TKey, TValue>): Rewrap<this, System_Collections_Immutable.ImmutableSortedDictionary_2<TKey, TValue>>;
|
|
485
|
-
ToImmutableSortedDictionary<TSource, TKey, TValue>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TValue>, keyComparer: System_Collections_Generic.IComparer_1<TKey> | null, valueComparer: System_Collections_Generic.IEqualityComparer_1<TValue> | null): Rewrap<this, System_Collections_Immutable.ImmutableSortedDictionary_2<TKey, TValue>>;
|
|
486
|
-
ToImmutableSortedDictionary<TSource, TKey, TValue>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TValue>, keyComparer: System_Collections_Generic.IComparer_1<TKey> | null): Rewrap<this, System_Collections_Immutable.ImmutableSortedDictionary_2<TKey, TValue>>;
|
|
487
|
-
ToImmutableSortedDictionary<TSource, TKey, TValue>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TValue>): Rewrap<this, System_Collections_Immutable.ImmutableSortedDictionary_2<TKey, TValue>>;
|
|
488
|
-
ToImmutableSortedDictionary<TKey, TValue>(this: System_Collections_Generic.IEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, TValue>>, keyComparer: System_Collections_Generic.IComparer_1<TKey> | null, valueComparer: System_Collections_Generic.IEqualityComparer_1<TValue> | null): Rewrap<this, System_Collections_Immutable.ImmutableSortedDictionary_2<TKey, TValue>>;
|
|
489
|
-
ToImmutableSortedDictionary<TKey, TValue>(this: System_Collections_Generic.IEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, TValue>>, keyComparer: System_Collections_Generic.IComparer_1<TKey> | null): Rewrap<this, System_Collections_Immutable.ImmutableSortedDictionary_2<TKey, TValue>>;
|
|
490
|
-
ToImmutableSortedDictionary<TKey, TValue>(this: System_Collections_Generic.IEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, TValue>>): Rewrap<this, System_Collections_Immutable.ImmutableSortedDictionary_2<TKey, TValue>>;
|
|
491
|
-
ToImmutableSortedSet<TSource>(this: System_Collections_Immutable.ImmutableSortedSet_1_Builder<TSource>): Rewrap<this, System_Collections_Immutable.ImmutableSortedSet_1<TSource>>;
|
|
492
|
-
ToImmutableSortedSet<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, comparer: System_Collections_Generic.IComparer_1<TSource> | null): Rewrap<this, System_Collections_Immutable.ImmutableSortedSet_1<TSource>>;
|
|
493
|
-
ToImmutableSortedSet<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, System_Collections_Immutable.ImmutableSortedSet_1<TSource>>;
|
|
446
|
+
BinarySearch<T extends unknown>(this: System_Collections_Immutable.ImmutableArray_1<T>, value: T): Rewrap<this, int>;
|
|
447
|
+
BinarySearch<T extends unknown>(this: System_Collections_Immutable.ImmutableArray_1<T>, value: T, comparer: System_Collections_Generic.IComparer_1<T> | null): Rewrap<this, int>;
|
|
448
|
+
BinarySearch<T extends unknown>(this: System_Collections_Immutable.ImmutableArray_1<T>, index: int, length: int, value: T): Rewrap<this, int>;
|
|
449
|
+
BinarySearch<T extends unknown>(this: System_Collections_Immutable.ImmutableArray_1<T>, index: int, length: int, value: T, comparer: System_Collections_Generic.IComparer_1<T> | null): Rewrap<this, int>;
|
|
450
|
+
Contains<TKey extends unknown, TValue extends unknown>(this: System_Collections_Immutable.IImmutableDictionary_2<TKey, TValue>, key: TKey, value: TValue): Rewrap<this, boolean>;
|
|
451
|
+
Dequeue<T extends unknown>(this: System_Collections_Immutable.IImmutableQueue_1<T>, value: T): Rewrap<this, System_Collections_Immutable.IImmutableQueue_1<T>>;
|
|
452
|
+
GetValueOrDefault<TKey extends unknown, TValue extends unknown>(this: System_Collections_Immutable.IImmutableDictionary_2<TKey, TValue>, key: TKey): Rewrap<this, TValue | null>;
|
|
453
|
+
GetValueOrDefault<TKey extends unknown, TValue extends unknown>(this: System_Collections_Immutable.IImmutableDictionary_2<TKey, TValue>, key: TKey, defaultValue: TValue): Rewrap<this, TValue>;
|
|
454
|
+
IndexOf<T extends unknown>(this: System_Collections_Immutable.IImmutableList_1<T>, item: T): Rewrap<this, int>;
|
|
455
|
+
IndexOf<T extends unknown>(this: System_Collections_Immutable.IImmutableList_1<T>, item: T, equalityComparer: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, int>;
|
|
456
|
+
IndexOf<T extends unknown>(this: System_Collections_Immutable.IImmutableList_1<T>, item: T, startIndex: int): Rewrap<this, int>;
|
|
457
|
+
IndexOf<T extends unknown>(this: System_Collections_Immutable.IImmutableList_1<T>, item: T, startIndex: int, count: int): Rewrap<this, int>;
|
|
458
|
+
LastIndexOf<T extends unknown>(this: System_Collections_Immutable.IImmutableList_1<T>, item: T): Rewrap<this, int>;
|
|
459
|
+
LastIndexOf<T extends unknown>(this: System_Collections_Immutable.IImmutableList_1<T>, item: T, equalityComparer: System_Collections_Generic.IEqualityComparer_1<T> | null): Rewrap<this, int>;
|
|
460
|
+
LastIndexOf<T extends unknown>(this: System_Collections_Immutable.IImmutableList_1<T>, item: T, startIndex: int): Rewrap<this, int>;
|
|
461
|
+
LastIndexOf<T extends unknown>(this: System_Collections_Immutable.IImmutableList_1<T>, item: T, startIndex: int, count: int): Rewrap<this, int>;
|
|
462
|
+
Pop<T extends unknown>(this: System_Collections_Immutable.IImmutableStack_1<T>, value: T): Rewrap<this, System_Collections_Immutable.IImmutableStack_1<T>>;
|
|
463
|
+
Remove<T extends unknown>(this: System_Collections_Immutable.IImmutableList_1<T>, value: T): Rewrap<this, System_Collections_Immutable.IImmutableList_1<T>>;
|
|
464
|
+
RemoveRange<T extends unknown>(this: System_Collections_Immutable.IImmutableList_1<T>, items: System_Collections_Generic.IEnumerable_1<T>): Rewrap<this, System_Collections_Immutable.IImmutableList_1<T>>;
|
|
465
|
+
Replace<T extends unknown>(this: System_Collections_Immutable.IImmutableList_1<T>, oldValue: T, newValue: T): Rewrap<this, System_Collections_Immutable.IImmutableList_1<T>>;
|
|
466
|
+
ToImmutableArray<T extends unknown>(this: System.ReadOnlySpan_1<T>): Rewrap<this, System_Collections_Immutable.ImmutableArray_1<T>>;
|
|
467
|
+
ToImmutableArray<T extends unknown>(this: System.Span_1<T>): Rewrap<this, System_Collections_Immutable.ImmutableArray_1<T>>;
|
|
468
|
+
ToImmutableArray<TSource extends unknown>(this: System_Collections_Immutable.ImmutableArray_1_Builder<TSource>): Rewrap<this, System_Collections_Immutable.ImmutableArray_1<TSource>>;
|
|
469
|
+
ToImmutableArray<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, System_Collections_Immutable.ImmutableArray_1<TSource>>;
|
|
470
|
+
ToImmutableDictionary<TKey extends unknown, TValue extends unknown>(this: System_Collections_Immutable.ImmutableDictionary_2_Builder<TKey, TValue>): Rewrap<this, System_Collections_Immutable.ImmutableDictionary_2<TKey, TValue>>;
|
|
471
|
+
ToImmutableDictionary<TSource extends unknown, TKey extends unknown, TValue extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TValue>, keyComparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null, valueComparer: System_Collections_Generic.IEqualityComparer_1<TValue> | null): Rewrap<this, System_Collections_Immutable.ImmutableDictionary_2<TKey, TValue>>;
|
|
472
|
+
ToImmutableDictionary<TSource extends unknown, TKey extends unknown, TValue extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TValue>, keyComparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Immutable.ImmutableDictionary_2<TKey, TValue>>;
|
|
473
|
+
ToImmutableDictionary<TSource extends unknown, TKey extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>): Rewrap<this, System_Collections_Immutable.ImmutableDictionary_2<TKey, TSource>>;
|
|
474
|
+
ToImmutableDictionary<TSource extends unknown, TKey extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, keyComparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Immutable.ImmutableDictionary_2<TKey, TSource>>;
|
|
475
|
+
ToImmutableDictionary<TSource extends unknown, TKey extends unknown, TValue extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TValue>): Rewrap<this, System_Collections_Immutable.ImmutableDictionary_2<TKey, TValue>>;
|
|
476
|
+
ToImmutableDictionary<TKey extends unknown, TValue extends unknown>(this: System_Collections_Generic.IEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, TValue>>, keyComparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null, valueComparer: System_Collections_Generic.IEqualityComparer_1<TValue> | null): Rewrap<this, System_Collections_Immutable.ImmutableDictionary_2<TKey, TValue>>;
|
|
477
|
+
ToImmutableDictionary<TKey extends unknown, TValue extends unknown>(this: System_Collections_Generic.IEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, TValue>>, keyComparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Immutable.ImmutableDictionary_2<TKey, TValue>>;
|
|
478
|
+
ToImmutableDictionary<TKey extends unknown, TValue extends unknown>(this: System_Collections_Generic.IEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, TValue>>): Rewrap<this, System_Collections_Immutable.ImmutableDictionary_2<TKey, TValue>>;
|
|
479
|
+
ToImmutableHashSet<TSource extends unknown>(this: System_Collections_Immutable.ImmutableHashSet_1_Builder<TSource>): Rewrap<this, System_Collections_Immutable.ImmutableHashSet_1<TSource>>;
|
|
480
|
+
ToImmutableHashSet<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, equalityComparer: System_Collections_Generic.IEqualityComparer_1<TSource> | null): Rewrap<this, System_Collections_Immutable.ImmutableHashSet_1<TSource>>;
|
|
481
|
+
ToImmutableHashSet<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, System_Collections_Immutable.ImmutableHashSet_1<TSource>>;
|
|
482
|
+
ToImmutableList<TSource extends unknown>(this: System_Collections_Immutable.ImmutableList_1_Builder<TSource>): Rewrap<this, System_Collections_Immutable.ImmutableList_1<TSource>>;
|
|
483
|
+
ToImmutableList<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, System_Collections_Immutable.ImmutableList_1<TSource>>;
|
|
484
|
+
ToImmutableSortedDictionary<TKey extends unknown, TValue extends unknown>(this: System_Collections_Immutable.ImmutableSortedDictionary_2_Builder<TKey, TValue>): Rewrap<this, System_Collections_Immutable.ImmutableSortedDictionary_2<TKey, TValue>>;
|
|
485
|
+
ToImmutableSortedDictionary<TSource extends unknown, TKey extends unknown, TValue extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TValue>, keyComparer: System_Collections_Generic.IComparer_1<TKey> | null, valueComparer: System_Collections_Generic.IEqualityComparer_1<TValue> | null): Rewrap<this, System_Collections_Immutable.ImmutableSortedDictionary_2<TKey, TValue>>;
|
|
486
|
+
ToImmutableSortedDictionary<TSource extends unknown, TKey extends unknown, TValue extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TValue>, keyComparer: System_Collections_Generic.IComparer_1<TKey> | null): Rewrap<this, System_Collections_Immutable.ImmutableSortedDictionary_2<TKey, TValue>>;
|
|
487
|
+
ToImmutableSortedDictionary<TSource extends unknown, TKey extends unknown, TValue extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TValue>): Rewrap<this, System_Collections_Immutable.ImmutableSortedDictionary_2<TKey, TValue>>;
|
|
488
|
+
ToImmutableSortedDictionary<TKey extends unknown, TValue extends unknown>(this: System_Collections_Generic.IEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, TValue>>, keyComparer: System_Collections_Generic.IComparer_1<TKey> | null, valueComparer: System_Collections_Generic.IEqualityComparer_1<TValue> | null): Rewrap<this, System_Collections_Immutable.ImmutableSortedDictionary_2<TKey, TValue>>;
|
|
489
|
+
ToImmutableSortedDictionary<TKey extends unknown, TValue extends unknown>(this: System_Collections_Generic.IEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, TValue>>, keyComparer: System_Collections_Generic.IComparer_1<TKey> | null): Rewrap<this, System_Collections_Immutable.ImmutableSortedDictionary_2<TKey, TValue>>;
|
|
490
|
+
ToImmutableSortedDictionary<TKey extends unknown, TValue extends unknown>(this: System_Collections_Generic.IEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, TValue>>): Rewrap<this, System_Collections_Immutable.ImmutableSortedDictionary_2<TKey, TValue>>;
|
|
491
|
+
ToImmutableSortedSet<TSource extends unknown>(this: System_Collections_Immutable.ImmutableSortedSet_1_Builder<TSource>): Rewrap<this, System_Collections_Immutable.ImmutableSortedSet_1<TSource>>;
|
|
492
|
+
ToImmutableSortedSet<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, comparer: System_Collections_Generic.IComparer_1<TSource> | null): Rewrap<this, System_Collections_Immutable.ImmutableSortedSet_1<TSource>>;
|
|
493
|
+
ToImmutableSortedSet<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, System_Collections_Immutable.ImmutableSortedSet_1<TSource>>;
|
|
494
494
|
}
|
|
495
495
|
|
|
496
496
|
// Generic helper type for extension methods in namespace: System.Collections.Immutable
|
|
497
497
|
interface __TsonicExtApplier_System_Collections_Immutable {
|
|
498
|
-
__tsonic_shape:
|
|
498
|
+
__tsonic_shape: unknown;
|
|
499
499
|
__tsonic_type: __TsonicExtMethods_System_Collections_Immutable;
|
|
500
500
|
}
|
|
501
501
|
|
|
502
502
|
export type ExtensionMethods_System_Collections_Immutable<TShape> =
|
|
503
503
|
TShape extends null | undefined ? TShape
|
|
504
504
|
: TShape extends void ? void
|
|
505
|
-
: TShape extends (infer T)[] ? (TShape & System_Collections_Generic.IEnumerable_1<T> & __TsonicWithExt<TShape, "System.Collections.Immutable", __TsonicExtApplier_System_Collections_Immutable> & __TsonicExtMethods_System_Collections_Immutable)
|
|
505
|
+
: TShape extends (infer T extends unknown)[] ? (TShape & System_Collections_Generic.IEnumerable_1<T> & __TsonicWithExt<TShape, "System.Collections.Immutable", __TsonicExtApplier_System_Collections_Immutable> & __TsonicExtMethods_System_Collections_Immutable)
|
|
506
506
|
: TShape & __TsonicWithExt<TShape, "System.Collections.Immutable", __TsonicExtApplier_System_Collections_Immutable> & __TsonicExtMethods_System_Collections_Immutable;
|
|
507
507
|
|
|
508
508
|
// Extension method table for namespace: System.Data
|
|
509
509
|
interface __TsonicExtMethods_System_Data {
|
|
510
|
-
AsDataView<T extends System_Data.DataRow>(this: System_Data.EnumerableRowCollection_1<T>): Rewrap<this, System_Data.DataView>;
|
|
510
|
+
AsDataView<T extends unknown & System_Data.DataRow>(this: System_Data.EnumerableRowCollection_1<T>): Rewrap<this, System_Data.DataView>;
|
|
511
511
|
AsDataView(this: System_Data.DataTable): Rewrap<this, System_Data.DataView>;
|
|
512
|
-
AsEnumerable<TRow extends System_Data.DataRow>(this: System_Data.TypedTableBase_1<TRow>): Rewrap<this, System_Data.EnumerableRowCollection_1<TRow>>;
|
|
512
|
+
AsEnumerable<TRow extends unknown & System_Data.DataRow>(this: System_Data.TypedTableBase_1<TRow>): Rewrap<this, System_Data.EnumerableRowCollection_1<TRow>>;
|
|
513
513
|
AsEnumerable(this: System_Data.DataTable): Rewrap<this, System_Data.EnumerableRowCollection_1<System_Data.DataRow>>;
|
|
514
|
-
Cast<TResult>(this: System_Data.EnumerableRowCollection): Rewrap<this, System_Data.EnumerableRowCollection_1<TResult>>;
|
|
515
|
-
CopyToDataTable<T extends System_Data.DataRow>(this: System_Collections_Generic.IEnumerable_1<T>): Rewrap<this, System_Data.DataTable>;
|
|
516
|
-
CopyToDataTable<T extends System_Data.DataRow>(this: System_Collections_Generic.IEnumerable_1<T>, table: System_Data.DataTable, options: System_Data.LoadOption): Rewrap<this, void>;
|
|
517
|
-
CopyToDataTable<T extends System_Data.DataRow>(this: System_Collections_Generic.IEnumerable_1<T>, table: System_Data.DataTable, options: System_Data.LoadOption, errorHandler: System_Data.FillErrorEventHandler | null): Rewrap<this, void>;
|
|
518
|
-
ElementAtOrDefault<TRow extends System_Data.DataRow>(this: System_Data.TypedTableBase_1<TRow>, index: int): Rewrap<this, TRow | null>;
|
|
519
|
-
Field<T>(this: System_Data.DataRow, columnName: string): Rewrap<this, T | null>;
|
|
520
|
-
Field<T>(this: System_Data.DataRow, column: System_Data.DataColumn): Rewrap<this, T | null>;
|
|
521
|
-
Field<T>(this: System_Data.DataRow, columnIndex: int): Rewrap<this, T | null>;
|
|
522
|
-
Field<T>(this: System_Data.DataRow, columnIndex: int, version: System_Data.DataRowVersion): Rewrap<this, T | null>;
|
|
523
|
-
Field<T>(this: System_Data.DataRow, columnName: string, version: System_Data.DataRowVersion): Rewrap<this, T | null>;
|
|
524
|
-
Field<T>(this: System_Data.DataRow, column: System_Data.DataColumn, version: System_Data.DataRowVersion): Rewrap<this, T | null>;
|
|
514
|
+
Cast<TResult extends unknown>(this: System_Data.EnumerableRowCollection): Rewrap<this, System_Data.EnumerableRowCollection_1<TResult>>;
|
|
515
|
+
CopyToDataTable<T extends unknown & System_Data.DataRow>(this: System_Collections_Generic.IEnumerable_1<T>): Rewrap<this, System_Data.DataTable>;
|
|
516
|
+
CopyToDataTable<T extends unknown & System_Data.DataRow>(this: System_Collections_Generic.IEnumerable_1<T>, table: System_Data.DataTable, options: System_Data.LoadOption): Rewrap<this, void>;
|
|
517
|
+
CopyToDataTable<T extends unknown & System_Data.DataRow>(this: System_Collections_Generic.IEnumerable_1<T>, table: System_Data.DataTable, options: System_Data.LoadOption, errorHandler: System_Data.FillErrorEventHandler | null): Rewrap<this, void>;
|
|
518
|
+
ElementAtOrDefault<TRow extends unknown & System_Data.DataRow>(this: System_Data.TypedTableBase_1<TRow>, index: int): Rewrap<this, TRow | null>;
|
|
519
|
+
Field<T extends unknown>(this: System_Data.DataRow, columnName: string): Rewrap<this, T | null>;
|
|
520
|
+
Field<T extends unknown>(this: System_Data.DataRow, column: System_Data.DataColumn): Rewrap<this, T | null>;
|
|
521
|
+
Field<T extends unknown>(this: System_Data.DataRow, columnIndex: int): Rewrap<this, T | null>;
|
|
522
|
+
Field<T extends unknown>(this: System_Data.DataRow, columnIndex: int, version: System_Data.DataRowVersion): Rewrap<this, T | null>;
|
|
523
|
+
Field<T extends unknown>(this: System_Data.DataRow, columnName: string, version: System_Data.DataRowVersion): Rewrap<this, T | null>;
|
|
524
|
+
Field<T extends unknown>(this: System_Data.DataRow, column: System_Data.DataColumn, version: System_Data.DataRowVersion): Rewrap<this, T | null>;
|
|
525
525
|
GetBoolean(this: System_Data_Common.DbDataReader, name: string): Rewrap<this, boolean>;
|
|
526
526
|
GetByte(this: System_Data_Common.DbDataReader, name: string): Rewrap<this, byte>;
|
|
527
527
|
GetBytes(this: System_Data_Common.DbDataReader, name: string, dataOffset: long, buffer: byte[], bufferOffset: int, length: int): Rewrap<this, long>;
|
|
@@ -533,52 +533,52 @@ interface __TsonicExtMethods_System_Data {
|
|
|
533
533
|
GetDecimal(this: System_Data_Common.DbDataReader, name: string): Rewrap<this, decimal>;
|
|
534
534
|
GetDouble(this: System_Data_Common.DbDataReader, name: string): Rewrap<this, double>;
|
|
535
535
|
GetFieldType(this: System_Data_Common.DbDataReader, name: string): Rewrap<this, System.Type>;
|
|
536
|
-
GetFieldValue<T>(this: System_Data_Common.DbDataReader, name: string): Rewrap<this, T>;
|
|
537
|
-
GetFieldValueAsync<T>(this: System_Data_Common.DbDataReader, name: string, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<T>>;
|
|
536
|
+
GetFieldValue<T extends unknown>(this: System_Data_Common.DbDataReader, name: string): Rewrap<this, T>;
|
|
537
|
+
GetFieldValueAsync<T extends unknown>(this: System_Data_Common.DbDataReader, name: string, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<T>>;
|
|
538
538
|
GetFloat(this: System_Data_Common.DbDataReader, name: string): Rewrap<this, float>;
|
|
539
539
|
GetGuid(this: System_Data_Common.DbDataReader, name: string): Rewrap<this, System.Guid>;
|
|
540
540
|
GetInt16(this: System_Data_Common.DbDataReader, name: string): Rewrap<this, short>;
|
|
541
541
|
GetInt32(this: System_Data_Common.DbDataReader, name: string): Rewrap<this, int>;
|
|
542
542
|
GetInt64(this: System_Data_Common.DbDataReader, name: string): Rewrap<this, long>;
|
|
543
543
|
GetProviderSpecificFieldType(this: System_Data_Common.DbDataReader, name: string): Rewrap<this, System.Type>;
|
|
544
|
-
GetProviderSpecificValue(this: System_Data_Common.DbDataReader, name: string): Rewrap<this,
|
|
544
|
+
GetProviderSpecificValue(this: System_Data_Common.DbDataReader, name: string): Rewrap<this, unknown>;
|
|
545
545
|
GetStream(this: System_Data_Common.DbDataReader, name: string): Rewrap<this, System_IO.Stream>;
|
|
546
546
|
GetString(this: System_Data_Common.DbDataReader, name: string): Rewrap<this, string>;
|
|
547
547
|
GetTextReader(this: System_Data_Common.DbDataReader, name: string): Rewrap<this, System_IO.TextReader>;
|
|
548
|
-
GetValue(this: System_Data_Common.DbDataReader, name: string): Rewrap<this,
|
|
548
|
+
GetValue(this: System_Data_Common.DbDataReader, name: string): Rewrap<this, unknown>;
|
|
549
549
|
IsDBNull(this: System_Data_Common.DbDataReader, name: string): Rewrap<this, boolean>;
|
|
550
550
|
IsDBNullAsync(this: System_Data_Common.DbDataReader, name: string, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<System_Internal.Boolean>>;
|
|
551
|
-
OrderBy<TRow, TKey>(this: System_Data.EnumerableRowCollection_1<TRow>, keySelector: System.Func_2<TRow, TKey>): Rewrap<this, System_Data.OrderedEnumerableRowCollection_1<TRow>>;
|
|
552
|
-
OrderBy<TRow, TKey>(this: System_Data.EnumerableRowCollection_1<TRow>, keySelector: System.Func_2<TRow, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey>): Rewrap<this, System_Data.OrderedEnumerableRowCollection_1<TRow>>;
|
|
553
|
-
OrderBy<TRow extends System_Data.DataRow, TKey>(this: System_Data.TypedTableBase_1<TRow>, keySelector: System.Func_2<TRow, TKey>): Rewrap<this, System_Data.OrderedEnumerableRowCollection_1<TRow>>;
|
|
554
|
-
OrderBy<TRow extends System_Data.DataRow, TKey>(this: System_Data.TypedTableBase_1<TRow>, keySelector: System.Func_2<TRow, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey>): Rewrap<this, System_Data.OrderedEnumerableRowCollection_1<TRow>>;
|
|
555
|
-
OrderByDescending<TRow, TKey>(this: System_Data.EnumerableRowCollection_1<TRow>, keySelector: System.Func_2<TRow, TKey>): Rewrap<this, System_Data.OrderedEnumerableRowCollection_1<TRow>>;
|
|
556
|
-
OrderByDescending<TRow, TKey>(this: System_Data.EnumerableRowCollection_1<TRow>, keySelector: System.Func_2<TRow, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey>): Rewrap<this, System_Data.OrderedEnumerableRowCollection_1<TRow>>;
|
|
557
|
-
OrderByDescending<TRow extends System_Data.DataRow, TKey>(this: System_Data.TypedTableBase_1<TRow>, keySelector: System.Func_2<TRow, TKey>): Rewrap<this, System_Data.OrderedEnumerableRowCollection_1<TRow>>;
|
|
558
|
-
OrderByDescending<TRow extends System_Data.DataRow, TKey>(this: System_Data.TypedTableBase_1<TRow>, keySelector: System.Func_2<TRow, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey>): Rewrap<this, System_Data.OrderedEnumerableRowCollection_1<TRow>>;
|
|
559
|
-
Select<TRow, S>(this: System_Data.EnumerableRowCollection_1<TRow>, selector: System.Func_2<TRow, S>): Rewrap<this, System_Data.EnumerableRowCollection_1<S>>;
|
|
560
|
-
Select<TRow extends System_Data.DataRow, S>(this: System_Data.TypedTableBase_1<TRow>, selector: System.Func_2<TRow, S>): Rewrap<this, System_Data.EnumerableRowCollection_1<S>>;
|
|
561
|
-
SetField<T>(this: System_Data.DataRow, columnIndex: int, value: T | null): Rewrap<this, void>;
|
|
562
|
-
SetField<T>(this: System_Data.DataRow, columnName: string, value: T | null): Rewrap<this, void>;
|
|
563
|
-
SetField<T>(this: System_Data.DataRow, column: System_Data.DataColumn, value: T | null): Rewrap<this, void>;
|
|
564
|
-
ThenBy<TRow, TKey>(this: System_Data.OrderedEnumerableRowCollection_1<TRow>, keySelector: System.Func_2<TRow, TKey>): Rewrap<this, System_Data.OrderedEnumerableRowCollection_1<TRow>>;
|
|
565
|
-
ThenBy<TRow, TKey>(this: System_Data.OrderedEnumerableRowCollection_1<TRow>, keySelector: System.Func_2<TRow, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey>): Rewrap<this, System_Data.OrderedEnumerableRowCollection_1<TRow>>;
|
|
566
|
-
ThenByDescending<TRow, TKey>(this: System_Data.OrderedEnumerableRowCollection_1<TRow>, keySelector: System.Func_2<TRow, TKey>): Rewrap<this, System_Data.OrderedEnumerableRowCollection_1<TRow>>;
|
|
567
|
-
ThenByDescending<TRow, TKey>(this: System_Data.OrderedEnumerableRowCollection_1<TRow>, keySelector: System.Func_2<TRow, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey>): Rewrap<this, System_Data.OrderedEnumerableRowCollection_1<TRow>>;
|
|
568
|
-
Where<TRow>(this: System_Data.EnumerableRowCollection_1<TRow>, predicate: System.Func_2<TRow, System_Internal.Boolean>): Rewrap<this, System_Data.EnumerableRowCollection_1<TRow>>;
|
|
569
|
-
Where<TRow extends System_Data.DataRow>(this: System_Data.TypedTableBase_1<TRow>, predicate: System.Func_2<TRow, System_Internal.Boolean>): Rewrap<this, System_Data.EnumerableRowCollection_1<TRow>>;
|
|
551
|
+
OrderBy<TRow extends unknown, TKey extends unknown>(this: System_Data.EnumerableRowCollection_1<TRow>, keySelector: System.Func_2<TRow, TKey>): Rewrap<this, System_Data.OrderedEnumerableRowCollection_1<TRow>>;
|
|
552
|
+
OrderBy<TRow extends unknown, TKey extends unknown>(this: System_Data.EnumerableRowCollection_1<TRow>, keySelector: System.Func_2<TRow, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey>): Rewrap<this, System_Data.OrderedEnumerableRowCollection_1<TRow>>;
|
|
553
|
+
OrderBy<TRow extends unknown & System_Data.DataRow, TKey extends unknown>(this: System_Data.TypedTableBase_1<TRow>, keySelector: System.Func_2<TRow, TKey>): Rewrap<this, System_Data.OrderedEnumerableRowCollection_1<TRow>>;
|
|
554
|
+
OrderBy<TRow extends unknown & System_Data.DataRow, TKey extends unknown>(this: System_Data.TypedTableBase_1<TRow>, keySelector: System.Func_2<TRow, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey>): Rewrap<this, System_Data.OrderedEnumerableRowCollection_1<TRow>>;
|
|
555
|
+
OrderByDescending<TRow extends unknown, TKey extends unknown>(this: System_Data.EnumerableRowCollection_1<TRow>, keySelector: System.Func_2<TRow, TKey>): Rewrap<this, System_Data.OrderedEnumerableRowCollection_1<TRow>>;
|
|
556
|
+
OrderByDescending<TRow extends unknown, TKey extends unknown>(this: System_Data.EnumerableRowCollection_1<TRow>, keySelector: System.Func_2<TRow, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey>): Rewrap<this, System_Data.OrderedEnumerableRowCollection_1<TRow>>;
|
|
557
|
+
OrderByDescending<TRow extends unknown & System_Data.DataRow, TKey extends unknown>(this: System_Data.TypedTableBase_1<TRow>, keySelector: System.Func_2<TRow, TKey>): Rewrap<this, System_Data.OrderedEnumerableRowCollection_1<TRow>>;
|
|
558
|
+
OrderByDescending<TRow extends unknown & System_Data.DataRow, TKey extends unknown>(this: System_Data.TypedTableBase_1<TRow>, keySelector: System.Func_2<TRow, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey>): Rewrap<this, System_Data.OrderedEnumerableRowCollection_1<TRow>>;
|
|
559
|
+
Select<TRow extends unknown, S extends unknown>(this: System_Data.EnumerableRowCollection_1<TRow>, selector: System.Func_2<TRow, S>): Rewrap<this, System_Data.EnumerableRowCollection_1<S>>;
|
|
560
|
+
Select<TRow extends unknown & System_Data.DataRow, S extends unknown>(this: System_Data.TypedTableBase_1<TRow>, selector: System.Func_2<TRow, S>): Rewrap<this, System_Data.EnumerableRowCollection_1<S>>;
|
|
561
|
+
SetField<T extends unknown>(this: System_Data.DataRow, columnIndex: int, value: T | null): Rewrap<this, void>;
|
|
562
|
+
SetField<T extends unknown>(this: System_Data.DataRow, columnName: string, value: T | null): Rewrap<this, void>;
|
|
563
|
+
SetField<T extends unknown>(this: System_Data.DataRow, column: System_Data.DataColumn, value: T | null): Rewrap<this, void>;
|
|
564
|
+
ThenBy<TRow extends unknown, TKey extends unknown>(this: System_Data.OrderedEnumerableRowCollection_1<TRow>, keySelector: System.Func_2<TRow, TKey>): Rewrap<this, System_Data.OrderedEnumerableRowCollection_1<TRow>>;
|
|
565
|
+
ThenBy<TRow extends unknown, TKey extends unknown>(this: System_Data.OrderedEnumerableRowCollection_1<TRow>, keySelector: System.Func_2<TRow, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey>): Rewrap<this, System_Data.OrderedEnumerableRowCollection_1<TRow>>;
|
|
566
|
+
ThenByDescending<TRow extends unknown, TKey extends unknown>(this: System_Data.OrderedEnumerableRowCollection_1<TRow>, keySelector: System.Func_2<TRow, TKey>): Rewrap<this, System_Data.OrderedEnumerableRowCollection_1<TRow>>;
|
|
567
|
+
ThenByDescending<TRow extends unknown, TKey extends unknown>(this: System_Data.OrderedEnumerableRowCollection_1<TRow>, keySelector: System.Func_2<TRow, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey>): Rewrap<this, System_Data.OrderedEnumerableRowCollection_1<TRow>>;
|
|
568
|
+
Where<TRow extends unknown>(this: System_Data.EnumerableRowCollection_1<TRow>, predicate: System.Func_2<TRow, System_Internal.Boolean>): Rewrap<this, System_Data.EnumerableRowCollection_1<TRow>>;
|
|
569
|
+
Where<TRow extends unknown & System_Data.DataRow>(this: System_Data.TypedTableBase_1<TRow>, predicate: System.Func_2<TRow, System_Internal.Boolean>): Rewrap<this, System_Data.EnumerableRowCollection_1<TRow>>;
|
|
570
570
|
}
|
|
571
571
|
|
|
572
572
|
// Generic helper type for extension methods in namespace: System.Data
|
|
573
573
|
interface __TsonicExtApplier_System_Data {
|
|
574
|
-
__tsonic_shape:
|
|
574
|
+
__tsonic_shape: unknown;
|
|
575
575
|
__tsonic_type: __TsonicExtMethods_System_Data;
|
|
576
576
|
}
|
|
577
577
|
|
|
578
578
|
export type ExtensionMethods_System_Data<TShape> =
|
|
579
579
|
TShape extends null | undefined ? TShape
|
|
580
580
|
: TShape extends void ? void
|
|
581
|
-
: TShape extends (infer T)[] ? (TShape & System_Collections_Generic.IEnumerable_1<T> & __TsonicWithExt<TShape, "System.Data", __TsonicExtApplier_System_Data> & __TsonicExtMethods_System_Data)
|
|
581
|
+
: TShape extends (infer T extends unknown)[] ? (TShape & System_Collections_Generic.IEnumerable_1<T> & __TsonicWithExt<TShape, "System.Data", __TsonicExtApplier_System_Data> & __TsonicExtMethods_System_Data)
|
|
582
582
|
: TShape & __TsonicWithExt<TShape, "System.Data", __TsonicExtApplier_System_Data> & __TsonicExtMethods_System_Data;
|
|
583
583
|
|
|
584
584
|
// Extension method table for namespace: System.Data.Common
|
|
@@ -589,7 +589,7 @@ interface __TsonicExtMethods_System_Data_Common {
|
|
|
589
589
|
|
|
590
590
|
// Generic helper type for extension methods in namespace: System.Data.Common
|
|
591
591
|
interface __TsonicExtApplier_System_Data_Common {
|
|
592
|
-
__tsonic_shape:
|
|
592
|
+
__tsonic_shape: unknown;
|
|
593
593
|
__tsonic_type: __TsonicExtMethods_System_Data_Common;
|
|
594
594
|
}
|
|
595
595
|
|
|
@@ -610,7 +610,7 @@ interface __TsonicExtMethods_System_Diagnostics {
|
|
|
610
610
|
|
|
611
611
|
// Generic helper type for extension methods in namespace: System.Diagnostics
|
|
612
612
|
interface __TsonicExtApplier_System_Diagnostics {
|
|
613
|
-
__tsonic_shape:
|
|
613
|
+
__tsonic_shape: unknown;
|
|
614
614
|
__tsonic_type: __TsonicExtMethods_System_Diagnostics;
|
|
615
615
|
}
|
|
616
616
|
|
|
@@ -621,12 +621,12 @@ export type ExtensionMethods_System_Diagnostics<TShape> =
|
|
|
621
621
|
|
|
622
622
|
// Extension method table for namespace: System.Diagnostics.Metrics
|
|
623
623
|
interface __TsonicExtMethods_System_Diagnostics_Metrics {
|
|
624
|
-
Create(this: System_Diagnostics_Metrics.IMeterFactory, name: string, version?: string | null, tags?: System_Collections_Generic.IEnumerable_1<System_Collections_Generic.KeyValuePair_2<System_Internal.String,
|
|
624
|
+
Create(this: System_Diagnostics_Metrics.IMeterFactory, name: string, version?: string | null, tags?: System_Collections_Generic.IEnumerable_1<System_Collections_Generic.KeyValuePair_2<System_Internal.String, unknown>> | null): Rewrap<this, System_Diagnostics_Metrics.Meter>;
|
|
625
625
|
}
|
|
626
626
|
|
|
627
627
|
// Generic helper type for extension methods in namespace: System.Diagnostics.Metrics
|
|
628
628
|
interface __TsonicExtApplier_System_Diagnostics_Metrics {
|
|
629
|
-
__tsonic_shape:
|
|
629
|
+
__tsonic_shape: unknown;
|
|
630
630
|
__tsonic_type: __TsonicExtMethods_System_Diagnostics_Metrics;
|
|
631
631
|
}
|
|
632
632
|
|
|
@@ -642,7 +642,7 @@ interface __TsonicExtMethods_System_Globalization {
|
|
|
642
642
|
|
|
643
643
|
// Generic helper type for extension methods in namespace: System.Globalization
|
|
644
644
|
interface __TsonicExtApplier_System_Globalization {
|
|
645
|
-
__tsonic_shape:
|
|
645
|
+
__tsonic_shape: unknown;
|
|
646
646
|
__tsonic_type: __TsonicExtMethods_System_Globalization;
|
|
647
647
|
}
|
|
648
648
|
|
|
@@ -668,7 +668,7 @@ interface __TsonicExtMethods_System_IO {
|
|
|
668
668
|
|
|
669
669
|
// Generic helper type for extension methods in namespace: System.IO
|
|
670
670
|
interface __TsonicExtApplier_System_IO {
|
|
671
|
-
__tsonic_shape:
|
|
671
|
+
__tsonic_shape: unknown;
|
|
672
672
|
__tsonic_type: __TsonicExtMethods_System_IO;
|
|
673
673
|
}
|
|
674
674
|
|
|
@@ -695,7 +695,7 @@ interface __TsonicExtMethods_System_IO_Compression {
|
|
|
695
695
|
|
|
696
696
|
// Generic helper type for extension methods in namespace: System.IO.Compression
|
|
697
697
|
interface __TsonicExtApplier_System_IO_Compression {
|
|
698
|
-
__tsonic_shape:
|
|
698
|
+
__tsonic_shape: unknown;
|
|
699
699
|
__tsonic_type: __TsonicExtMethods_System_IO_Compression;
|
|
700
700
|
}
|
|
701
701
|
|
|
@@ -711,7 +711,7 @@ interface __TsonicExtMethods_System_IO_Pipelines {
|
|
|
711
711
|
|
|
712
712
|
// Generic helper type for extension methods in namespace: System.IO.Pipelines
|
|
713
713
|
interface __TsonicExtApplier_System_IO_Pipelines {
|
|
714
|
-
__tsonic_shape:
|
|
714
|
+
__tsonic_shape: unknown;
|
|
715
715
|
__tsonic_type: __TsonicExtMethods_System_IO_Pipelines;
|
|
716
716
|
}
|
|
717
717
|
|
|
@@ -728,7 +728,7 @@ interface __TsonicExtMethods_System_IO_Pipes {
|
|
|
728
728
|
|
|
729
729
|
// Generic helper type for extension methods in namespace: System.IO.Pipes
|
|
730
730
|
interface __TsonicExtApplier_System_IO_Pipes {
|
|
731
|
-
__tsonic_shape:
|
|
731
|
+
__tsonic_shape: unknown;
|
|
732
732
|
__tsonic_type: __TsonicExtMethods_System_IO_Pipes;
|
|
733
733
|
}
|
|
734
734
|
|
|
@@ -739,66 +739,66 @@ export type ExtensionMethods_System_IO_Pipes<TShape> =
|
|
|
739
739
|
|
|
740
740
|
// Extension method table for namespace: System.Linq
|
|
741
741
|
interface __TsonicExtMethods_System_Linq {
|
|
742
|
-
Aggregate<T>(this: System_Collections_Immutable.ImmutableArray_1<T>, func: System.Func_3<T, T, T>): Rewrap<this, T | null>;
|
|
743
|
-
Aggregate<TAccumulate, T>(this: System_Collections_Immutable.ImmutableArray_1<T>, seed: TAccumulate, func: System.Func_3<TAccumulate, T, TAccumulate>): Rewrap<this, TAccumulate>;
|
|
744
|
-
Aggregate<TAccumulate, TResult, T>(this: System_Collections_Immutable.ImmutableArray_1<T>, seed: TAccumulate, func: System.Func_3<TAccumulate, T, TAccumulate>, resultSelector: System.Func_2<TAccumulate, TResult>): Rewrap<this, TResult>;
|
|
745
|
-
Aggregate<TSource>(this: System_Linq.IQueryable_1<TSource>, func: System_Linq_Expressions.Expression_1<System.Func_3<TSource, TSource, TSource>>): Rewrap<this, TSource>;
|
|
746
|
-
Aggregate<TSource, TAccumulate>(this: System_Linq.IQueryable_1<TSource>, seed: TAccumulate, func: System_Linq_Expressions.Expression_1<System.Func_3<TAccumulate, TSource, TAccumulate>>): Rewrap<this, TAccumulate>;
|
|
747
|
-
Aggregate<TSource, TAccumulate, TResult>(this: System_Linq.IQueryable_1<TSource>, seed: TAccumulate, func: System_Linq_Expressions.Expression_1<System.Func_3<TAccumulate, TSource, TAccumulate>>, selector: System_Linq_Expressions.Expression_1<System.Func_2<TAccumulate, TResult>>): Rewrap<this, TResult>;
|
|
748
|
-
Aggregate<TSource>(this: System_Linq.ParallelQuery_1<TSource>, func: System.Func_3<TSource, TSource, TSource>): Rewrap<this, TSource>;
|
|
749
|
-
Aggregate<TSource, TAccumulate>(this: System_Linq.ParallelQuery_1<TSource>, seed: TAccumulate, func: System.Func_3<TAccumulate, TSource, TAccumulate>): Rewrap<this, TAccumulate>;
|
|
750
|
-
Aggregate<TSource, TAccumulate, TResult>(this: System_Linq.ParallelQuery_1<TSource>, seed: TAccumulate, func: System.Func_3<TAccumulate, TSource, TAccumulate>, resultSelector: System.Func_2<TAccumulate, TResult>): Rewrap<this, TResult>;
|
|
751
|
-
Aggregate<TSource, TAccumulate, TResult>(this: System_Linq.ParallelQuery_1<TSource>, seed: TAccumulate, updateAccumulatorFunc: System.Func_3<TAccumulate, TSource, TAccumulate>, combineAccumulatorsFunc: System.Func_3<TAccumulate, TAccumulate, TAccumulate>, resultSelector: System.Func_2<TAccumulate, TResult>): Rewrap<this, TResult>;
|
|
752
|
-
Aggregate<TSource, TAccumulate, TResult>(this: System_Linq.ParallelQuery_1<TSource>, 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>): Rewrap<this, TResult>;
|
|
753
|
-
Aggregate<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, func: System.Func_3<TSource, TSource, TSource>): Rewrap<this, TSource>;
|
|
754
|
-
Aggregate<TSource, TAccumulate>(this: System_Collections_Generic.IEnumerable_1<TSource>, seed: TAccumulate, func: System.Func_3<TAccumulate, TSource, TAccumulate>): Rewrap<this, TAccumulate>;
|
|
755
|
-
Aggregate<TSource, TAccumulate, TResult>(this: System_Collections_Generic.IEnumerable_1<TSource>, seed: TAccumulate, func: System.Func_3<TAccumulate, TSource, TAccumulate>, resultSelector: System.Func_2<TAccumulate, TResult>): Rewrap<this, TResult>;
|
|
756
|
-
AggregateAsync<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, func: System.Func_3<TSource, TSource, TSource>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
|
|
757
|
-
AggregateAsync<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, func: System.Func_4<TSource, TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TSource>>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
|
|
758
|
-
AggregateAsync<TSource, TAccumulate>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, seed: TAccumulate, func: System.Func_3<TAccumulate, TSource, TAccumulate>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TAccumulate>>;
|
|
759
|
-
AggregateAsync<TSource, TAccumulate>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, seed: TAccumulate, func: System.Func_4<TAccumulate, TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TAccumulate>>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TAccumulate>>;
|
|
760
|
-
AggregateAsync<TSource, TAccumulate, TResult>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, seed: TAccumulate, func: System.Func_3<TAccumulate, TSource, TAccumulate>, resultSelector: System.Func_2<TAccumulate, TResult>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TResult>>;
|
|
761
|
-
AggregateAsync<TSource, TAccumulate, TResult>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, seed: TAccumulate, func: System.Func_4<TAccumulate, TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TAccumulate>>, resultSelector: System.Func_3<TAccumulate, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TResult>>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TResult>>;
|
|
762
|
-
AggregateBy<TSource, TKey, TAccumulate>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, seed: TAccumulate, func: System.Func_3<TAccumulate, TSource, TAccumulate>, keyComparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, TAccumulate>>>;
|
|
763
|
-
AggregateBy<TSource, TKey, TAccumulate>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, seed: TAccumulate, func: System.Func_4<TAccumulate, TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TAccumulate>>, keyComparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, TAccumulate>>>;
|
|
764
|
-
AggregateBy<TSource, TKey, TAccumulate>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, seedSelector: System.Func_2<TKey, TAccumulate>, func: System.Func_3<TAccumulate, TSource, TAccumulate>, keyComparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, TAccumulate>>>;
|
|
765
|
-
AggregateBy<TSource, TKey, TAccumulate>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_3<TSource, 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, TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TAccumulate>>, keyComparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, TAccumulate>>>;
|
|
766
|
-
AggregateBy<TSource, TKey, TAccumulate>(this: System_Linq.IQueryable_1<TSource>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>, seed: TAccumulate, func: System_Linq_Expressions.Expression_1<System.Func_3<TAccumulate, TSource, TAccumulate>>, keyComparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Linq.IQueryable_1<System_Collections_Generic.KeyValuePair_2<TKey, TAccumulate>>>;
|
|
767
|
-
AggregateBy<TSource, TKey, TAccumulate>(this: System_Linq.IQueryable_1<TSource>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>, seedSelector: System_Linq_Expressions.Expression_1<System.Func_2<TKey, TAccumulate>>, func: System_Linq_Expressions.Expression_1<System.Func_3<TAccumulate, TSource, TAccumulate>>, keyComparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Linq.IQueryable_1<System_Collections_Generic.KeyValuePair_2<TKey, TAccumulate>>>;
|
|
768
|
-
AggregateBy<TSource, TKey, TAccumulate>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, seed: TAccumulate, func: System.Func_3<TAccumulate, TSource, TAccumulate>, keyComparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, TAccumulate>>>;
|
|
769
|
-
AggregateBy<TSource, TKey, TAccumulate>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, seedSelector: System.Func_2<TKey, TAccumulate>, func: System.Func_3<TAccumulate, TSource, TAccumulate>, keyComparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, TAccumulate>>>;
|
|
770
|
-
All<T>(this: System_Collections_Immutable.ImmutableArray_1<T>, predicate: System.Func_2<T, System_Internal.Boolean>): Rewrap<this, boolean>;
|
|
771
|
-
All<TSource>(this: System_Linq.IQueryable_1<TSource>, predicate: System_Linq_Expressions.Expression_1<System.Func_2<TSource, System_Internal.Boolean>>): Rewrap<this, boolean>;
|
|
772
|
-
All<TSource>(this: System_Linq.ParallelQuery_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>): Rewrap<this, boolean>;
|
|
773
|
-
All<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>): Rewrap<this, boolean>;
|
|
774
|
-
AllAsync<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>;
|
|
775
|
-
AllAsync<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, predicate: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>;
|
|
776
|
-
Any<T>(this: System_Collections_Immutable.ImmutableArray_1_Builder<T>): Rewrap<this, boolean>;
|
|
777
|
-
Any<T>(this: System_Collections_Immutable.ImmutableArray_1<T>): Rewrap<this, boolean>;
|
|
778
|
-
Any<T>(this: System_Collections_Immutable.ImmutableArray_1<T>, predicate: System.Func_2<T, System_Internal.Boolean>): Rewrap<this, boolean>;
|
|
779
|
-
Any<TSource>(this: System_Linq.IQueryable_1<TSource>): Rewrap<this, boolean>;
|
|
780
|
-
Any<TSource>(this: System_Linq.IQueryable_1<TSource>, predicate: System_Linq_Expressions.Expression_1<System.Func_2<TSource, System_Internal.Boolean>>): Rewrap<this, boolean>;
|
|
781
|
-
Any<TSource>(this: System_Linq.ParallelQuery_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>): Rewrap<this, boolean>;
|
|
782
|
-
Any<TSource>(this: System_Linq.ParallelQuery_1<TSource>): Rewrap<this, boolean>;
|
|
783
|
-
Any<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, boolean>;
|
|
784
|
-
Any<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>): Rewrap<this, boolean>;
|
|
785
|
-
AnyAsync<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>;
|
|
786
|
-
AnyAsync<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>;
|
|
787
|
-
AnyAsync<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, predicate: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>;
|
|
788
|
-
Append<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, element: TSource): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource>>;
|
|
789
|
-
Append<TSource>(this: System_Linq.IQueryable_1<TSource>, element: TSource): Rewrap<this, System_Linq.IQueryable_1<TSource>>;
|
|
790
|
-
Append<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, element: TSource): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
|
|
791
|
-
AsEnumerable<TSource>(this: System_Linq.ParallelQuery_1<TSource>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
|
|
792
|
-
AsEnumerable<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
|
|
793
|
-
AsOrdered<TSource>(this: System_Linq.ParallelQuery_1<TSource>): Rewrap<this, System_Linq.ParallelQuery_1<TSource>>;
|
|
742
|
+
Aggregate<T extends unknown>(this: System_Collections_Immutable.ImmutableArray_1<T>, func: System.Func_3<T, T, T>): Rewrap<this, T | null>;
|
|
743
|
+
Aggregate<TAccumulate extends unknown, T extends unknown>(this: System_Collections_Immutable.ImmutableArray_1<T>, seed: TAccumulate, func: System.Func_3<TAccumulate, T, TAccumulate>): Rewrap<this, TAccumulate>;
|
|
744
|
+
Aggregate<TAccumulate extends unknown, TResult extends unknown, T extends unknown>(this: System_Collections_Immutable.ImmutableArray_1<T>, seed: TAccumulate, func: System.Func_3<TAccumulate, T, TAccumulate>, resultSelector: System.Func_2<TAccumulate, TResult>): Rewrap<this, TResult>;
|
|
745
|
+
Aggregate<TSource extends unknown>(this: System_Linq.IQueryable_1<TSource>, func: System_Linq_Expressions.Expression_1<System.Func_3<TSource, TSource, TSource>>): Rewrap<this, TSource>;
|
|
746
|
+
Aggregate<TSource extends unknown, TAccumulate extends unknown>(this: System_Linq.IQueryable_1<TSource>, seed: TAccumulate, func: System_Linq_Expressions.Expression_1<System.Func_3<TAccumulate, TSource, TAccumulate>>): Rewrap<this, TAccumulate>;
|
|
747
|
+
Aggregate<TSource extends unknown, TAccumulate extends unknown, TResult extends unknown>(this: System_Linq.IQueryable_1<TSource>, seed: TAccumulate, func: System_Linq_Expressions.Expression_1<System.Func_3<TAccumulate, TSource, TAccumulate>>, selector: System_Linq_Expressions.Expression_1<System.Func_2<TAccumulate, TResult>>): Rewrap<this, TResult>;
|
|
748
|
+
Aggregate<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, func: System.Func_3<TSource, TSource, TSource>): Rewrap<this, TSource>;
|
|
749
|
+
Aggregate<TSource extends unknown, TAccumulate extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, seed: TAccumulate, func: System.Func_3<TAccumulate, TSource, TAccumulate>): Rewrap<this, TAccumulate>;
|
|
750
|
+
Aggregate<TSource extends unknown, TAccumulate extends unknown, TResult extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, seed: TAccumulate, func: System.Func_3<TAccumulate, TSource, TAccumulate>, resultSelector: System.Func_2<TAccumulate, TResult>): Rewrap<this, TResult>;
|
|
751
|
+
Aggregate<TSource extends unknown, TAccumulate extends unknown, TResult extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, seed: TAccumulate, updateAccumulatorFunc: System.Func_3<TAccumulate, TSource, TAccumulate>, combineAccumulatorsFunc: System.Func_3<TAccumulate, TAccumulate, TAccumulate>, resultSelector: System.Func_2<TAccumulate, TResult>): Rewrap<this, TResult>;
|
|
752
|
+
Aggregate<TSource extends unknown, TAccumulate extends unknown, TResult extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, 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>): Rewrap<this, TResult>;
|
|
753
|
+
Aggregate<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, func: System.Func_3<TSource, TSource, TSource>): Rewrap<this, TSource>;
|
|
754
|
+
Aggregate<TSource extends unknown, TAccumulate extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, seed: TAccumulate, func: System.Func_3<TAccumulate, TSource, TAccumulate>): Rewrap<this, TAccumulate>;
|
|
755
|
+
Aggregate<TSource extends unknown, TAccumulate extends unknown, TResult extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, seed: TAccumulate, func: System.Func_3<TAccumulate, TSource, TAccumulate>, resultSelector: System.Func_2<TAccumulate, TResult>): Rewrap<this, TResult>;
|
|
756
|
+
AggregateAsync<TSource extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, func: System.Func_3<TSource, TSource, TSource>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
|
|
757
|
+
AggregateAsync<TSource extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, func: System.Func_4<TSource, TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TSource>>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
|
|
758
|
+
AggregateAsync<TSource extends unknown, TAccumulate extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, seed: TAccumulate, func: System.Func_3<TAccumulate, TSource, TAccumulate>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TAccumulate>>;
|
|
759
|
+
AggregateAsync<TSource extends unknown, TAccumulate extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, seed: TAccumulate, func: System.Func_4<TAccumulate, TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TAccumulate>>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TAccumulate>>;
|
|
760
|
+
AggregateAsync<TSource extends unknown, TAccumulate extends unknown, TResult extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, seed: TAccumulate, func: System.Func_3<TAccumulate, TSource, TAccumulate>, resultSelector: System.Func_2<TAccumulate, TResult>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TResult>>;
|
|
761
|
+
AggregateAsync<TSource extends unknown, TAccumulate extends unknown, TResult extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, seed: TAccumulate, func: System.Func_4<TAccumulate, TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TAccumulate>>, resultSelector: System.Func_3<TAccumulate, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TResult>>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TResult>>;
|
|
762
|
+
AggregateBy<TSource extends unknown, TKey extends unknown, TAccumulate extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, seed: TAccumulate, func: System.Func_3<TAccumulate, TSource, TAccumulate>, keyComparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, TAccumulate>>>;
|
|
763
|
+
AggregateBy<TSource extends unknown, TKey extends unknown, TAccumulate extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, seed: TAccumulate, func: System.Func_4<TAccumulate, TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TAccumulate>>, keyComparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, TAccumulate>>>;
|
|
764
|
+
AggregateBy<TSource extends unknown, TKey extends unknown, TAccumulate extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, seedSelector: System.Func_2<TKey, TAccumulate>, func: System.Func_3<TAccumulate, TSource, TAccumulate>, keyComparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, TAccumulate>>>;
|
|
765
|
+
AggregateBy<TSource extends unknown, TKey extends unknown, TAccumulate extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_3<TSource, 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, TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TAccumulate>>, keyComparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, TAccumulate>>>;
|
|
766
|
+
AggregateBy<TSource extends unknown, TKey extends unknown, TAccumulate extends unknown>(this: System_Linq.IQueryable_1<TSource>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>, seed: TAccumulate, func: System_Linq_Expressions.Expression_1<System.Func_3<TAccumulate, TSource, TAccumulate>>, keyComparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Linq.IQueryable_1<System_Collections_Generic.KeyValuePair_2<TKey, TAccumulate>>>;
|
|
767
|
+
AggregateBy<TSource extends unknown, TKey extends unknown, TAccumulate extends unknown>(this: System_Linq.IQueryable_1<TSource>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>, seedSelector: System_Linq_Expressions.Expression_1<System.Func_2<TKey, TAccumulate>>, func: System_Linq_Expressions.Expression_1<System.Func_3<TAccumulate, TSource, TAccumulate>>, keyComparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Linq.IQueryable_1<System_Collections_Generic.KeyValuePair_2<TKey, TAccumulate>>>;
|
|
768
|
+
AggregateBy<TSource extends unknown, TKey extends unknown, TAccumulate extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, seed: TAccumulate, func: System.Func_3<TAccumulate, TSource, TAccumulate>, keyComparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, TAccumulate>>>;
|
|
769
|
+
AggregateBy<TSource extends unknown, TKey extends unknown, TAccumulate extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, seedSelector: System.Func_2<TKey, TAccumulate>, func: System.Func_3<TAccumulate, TSource, TAccumulate>, keyComparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, TAccumulate>>>;
|
|
770
|
+
All<T extends unknown>(this: System_Collections_Immutable.ImmutableArray_1<T>, predicate: System.Func_2<T, System_Internal.Boolean>): Rewrap<this, boolean>;
|
|
771
|
+
All<TSource extends unknown>(this: System_Linq.IQueryable_1<TSource>, predicate: System_Linq_Expressions.Expression_1<System.Func_2<TSource, System_Internal.Boolean>>): Rewrap<this, boolean>;
|
|
772
|
+
All<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>): Rewrap<this, boolean>;
|
|
773
|
+
All<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>): Rewrap<this, boolean>;
|
|
774
|
+
AllAsync<TSource extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>;
|
|
775
|
+
AllAsync<TSource extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, predicate: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>;
|
|
776
|
+
Any<T extends unknown>(this: System_Collections_Immutable.ImmutableArray_1_Builder<T>): Rewrap<this, boolean>;
|
|
777
|
+
Any<T extends unknown>(this: System_Collections_Immutable.ImmutableArray_1<T>): Rewrap<this, boolean>;
|
|
778
|
+
Any<T extends unknown>(this: System_Collections_Immutable.ImmutableArray_1<T>, predicate: System.Func_2<T, System_Internal.Boolean>): Rewrap<this, boolean>;
|
|
779
|
+
Any<TSource extends unknown>(this: System_Linq.IQueryable_1<TSource>): Rewrap<this, boolean>;
|
|
780
|
+
Any<TSource extends unknown>(this: System_Linq.IQueryable_1<TSource>, predicate: System_Linq_Expressions.Expression_1<System.Func_2<TSource, System_Internal.Boolean>>): Rewrap<this, boolean>;
|
|
781
|
+
Any<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>): Rewrap<this, boolean>;
|
|
782
|
+
Any<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>): Rewrap<this, boolean>;
|
|
783
|
+
Any<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, boolean>;
|
|
784
|
+
Any<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>): Rewrap<this, boolean>;
|
|
785
|
+
AnyAsync<TSource extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>;
|
|
786
|
+
AnyAsync<TSource extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>;
|
|
787
|
+
AnyAsync<TSource extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, predicate: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>;
|
|
788
|
+
Append<TSource extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, element: TSource): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource>>;
|
|
789
|
+
Append<TSource extends unknown>(this: System_Linq.IQueryable_1<TSource>, element: TSource): Rewrap<this, System_Linq.IQueryable_1<TSource>>;
|
|
790
|
+
Append<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, element: TSource): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
|
|
791
|
+
AsEnumerable<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
|
|
792
|
+
AsEnumerable<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
|
|
793
|
+
AsOrdered<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>): Rewrap<this, System_Linq.ParallelQuery_1<TSource>>;
|
|
794
794
|
AsOrdered(this: System_Linq.ParallelQuery): Rewrap<this, System_Linq.ParallelQuery>;
|
|
795
|
-
AsParallel<TSource>(this: System_Collections_Concurrent.Partitioner_1<TSource>): Rewrap<this, System_Linq.ParallelQuery_1<TSource>>;
|
|
796
|
-
AsParallel<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, System_Linq.ParallelQuery_1<TSource>>;
|
|
795
|
+
AsParallel<TSource extends unknown>(this: System_Collections_Concurrent.Partitioner_1<TSource>): Rewrap<this, System_Linq.ParallelQuery_1<TSource>>;
|
|
796
|
+
AsParallel<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, System_Linq.ParallelQuery_1<TSource>>;
|
|
797
797
|
AsParallel(this: System_Collections.IEnumerable): Rewrap<this, System_Linq.ParallelQuery>;
|
|
798
|
-
AsQueryable<TElement>(this: System_Collections_Generic.IEnumerable_1<TElement>): Rewrap<this, System_Linq.IQueryable_1<TElement>>;
|
|
798
|
+
AsQueryable<TElement extends unknown>(this: System_Collections_Generic.IEnumerable_1<TElement>): Rewrap<this, System_Linq.IQueryable_1<TElement>>;
|
|
799
799
|
AsQueryable(this: System_Collections.IEnumerable): Rewrap<this, System_Linq.IQueryable>;
|
|
800
|
-
AsSequential<TSource>(this: System_Linq.ParallelQuery_1<TSource>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
|
|
801
|
-
AsUnordered<TSource>(this: System_Linq.ParallelQuery_1<TSource>): Rewrap<this, System_Linq.ParallelQuery_1<TSource>>;
|
|
800
|
+
AsSequential<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
|
|
801
|
+
AsUnordered<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>): Rewrap<this, System_Linq.ParallelQuery_1<TSource>>;
|
|
802
802
|
Average(this: System_Linq.IQueryable_1<System_Internal.Int32>): Rewrap<this, double>;
|
|
803
803
|
Average(this: System_Linq.IQueryable_1<System.Nullable_1<System_Internal.Int32>>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
804
804
|
Average(this: System_Linq.IQueryable_1<System_Internal.Int64>): Rewrap<this, double>;
|
|
@@ -809,12 +809,12 @@ interface __TsonicExtMethods_System_Linq {
|
|
|
809
809
|
Average(this: System_Linq.IQueryable_1<System.Nullable_1<System_Internal.Double>>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
810
810
|
Average(this: System_Linq.IQueryable_1<System_Internal.Decimal>): Rewrap<this, decimal>;
|
|
811
811
|
Average(this: System_Linq.IQueryable_1<System.Nullable_1<System_Internal.Decimal>>): Rewrap<this, System.Nullable_1<System_Internal.Decimal>>;
|
|
812
|
-
Average<TSource>(this: System_Linq.IQueryable_1<TSource>, selector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, System_Internal.Int32>>): Rewrap<this, double>;
|
|
813
|
-
Average<TSource>(this: System_Linq.IQueryable_1<TSource>, selector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, System.Nullable_1<System_Internal.Int32>>>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
814
|
-
Average<TSource>(this: System_Linq.IQueryable_1<TSource>, selector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, System_Internal.Single>>): Rewrap<this, float>;
|
|
815
|
-
Average<TSource>(this: System_Linq.IQueryable_1<TSource>, selector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, System.Nullable_1<System_Internal.Single>>>): Rewrap<this, System.Nullable_1<System_Internal.Single>>;
|
|
816
|
-
Average<TSource>(this: System_Linq.IQueryable_1<TSource>, selector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, System_Internal.Decimal>>): Rewrap<this, decimal>;
|
|
817
|
-
Average<TSource>(this: System_Linq.IQueryable_1<TSource>, selector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, System.Nullable_1<System_Internal.Decimal>>>): Rewrap<this, System.Nullable_1<System_Internal.Decimal>>;
|
|
812
|
+
Average<TSource extends unknown>(this: System_Linq.IQueryable_1<TSource>, selector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, System_Internal.Int32>>): Rewrap<this, double>;
|
|
813
|
+
Average<TSource extends unknown>(this: System_Linq.IQueryable_1<TSource>, selector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, System.Nullable_1<System_Internal.Int32>>>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
814
|
+
Average<TSource extends unknown>(this: System_Linq.IQueryable_1<TSource>, selector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, System_Internal.Single>>): Rewrap<this, float>;
|
|
815
|
+
Average<TSource extends unknown>(this: System_Linq.IQueryable_1<TSource>, selector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, System.Nullable_1<System_Internal.Single>>>): Rewrap<this, System.Nullable_1<System_Internal.Single>>;
|
|
816
|
+
Average<TSource extends unknown>(this: System_Linq.IQueryable_1<TSource>, selector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, System_Internal.Decimal>>): Rewrap<this, decimal>;
|
|
817
|
+
Average<TSource extends unknown>(this: System_Linq.IQueryable_1<TSource>, selector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, System.Nullable_1<System_Internal.Decimal>>>): Rewrap<this, System.Nullable_1<System_Internal.Decimal>>;
|
|
818
818
|
Average(this: System_Linq.ParallelQuery_1<System_Internal.Int32>): Rewrap<this, double>;
|
|
819
819
|
Average(this: System_Linq.ParallelQuery_1<System.Nullable_1<System_Internal.Int32>>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
820
820
|
Average(this: System_Linq.ParallelQuery_1<System_Internal.Int64>): Rewrap<this, double>;
|
|
@@ -825,12 +825,12 @@ interface __TsonicExtMethods_System_Linq {
|
|
|
825
825
|
Average(this: System_Linq.ParallelQuery_1<System.Nullable_1<System_Internal.Double>>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
826
826
|
Average(this: System_Linq.ParallelQuery_1<System_Internal.Decimal>): Rewrap<this, decimal>;
|
|
827
827
|
Average(this: System_Linq.ParallelQuery_1<System.Nullable_1<System_Internal.Decimal>>): Rewrap<this, System.Nullable_1<System_Internal.Decimal>>;
|
|
828
|
-
Average<TSource>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, System_Internal.Int32>): Rewrap<this, double>;
|
|
829
|
-
Average<TSource>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Int32>>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
830
|
-
Average<TSource>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, System_Internal.Single>): Rewrap<this, float>;
|
|
831
|
-
Average<TSource>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Single>>): Rewrap<this, System.Nullable_1<System_Internal.Single>>;
|
|
832
|
-
Average<TSource>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, System_Internal.Decimal>): Rewrap<this, decimal>;
|
|
833
|
-
Average<TSource>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Decimal>>): Rewrap<this, System.Nullable_1<System_Internal.Decimal>>;
|
|
828
|
+
Average<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, System_Internal.Int32>): Rewrap<this, double>;
|
|
829
|
+
Average<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Int32>>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
830
|
+
Average<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, System_Internal.Single>): Rewrap<this, float>;
|
|
831
|
+
Average<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Single>>): Rewrap<this, System.Nullable_1<System_Internal.Single>>;
|
|
832
|
+
Average<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, System_Internal.Decimal>): Rewrap<this, decimal>;
|
|
833
|
+
Average<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Decimal>>): Rewrap<this, System.Nullable_1<System_Internal.Decimal>>;
|
|
834
834
|
Average(this: System_Collections_Generic.IEnumerable_1<System_Internal.Int32>): Rewrap<this, double>;
|
|
835
835
|
Average(this: System_Collections_Generic.IEnumerable_1<System_Internal.Int64>): Rewrap<this, double>;
|
|
836
836
|
Average(this: System_Collections_Generic.IEnumerable_1<System_Internal.Single>): Rewrap<this, float>;
|
|
@@ -841,12 +841,12 @@ interface __TsonicExtMethods_System_Linq {
|
|
|
841
841
|
Average(this: System_Collections_Generic.IEnumerable_1<System.Nullable_1<System_Internal.Single>>): Rewrap<this, System.Nullable_1<System_Internal.Single>>;
|
|
842
842
|
Average(this: System_Collections_Generic.IEnumerable_1<System.Nullable_1<System_Internal.Double>>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
843
843
|
Average(this: System_Collections_Generic.IEnumerable_1<System.Nullable_1<System_Internal.Decimal>>): Rewrap<this, System.Nullable_1<System_Internal.Decimal>>;
|
|
844
|
-
Average<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, System_Internal.Int32>): Rewrap<this, double>;
|
|
845
|
-
Average<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, System_Internal.Single>): Rewrap<this, float>;
|
|
846
|
-
Average<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, System_Internal.Decimal>): Rewrap<this, decimal>;
|
|
847
|
-
Average<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Int32>>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
848
|
-
Average<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Single>>): Rewrap<this, System.Nullable_1<System_Internal.Single>>;
|
|
849
|
-
Average<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Decimal>>): Rewrap<this, System.Nullable_1<System_Internal.Decimal>>;
|
|
844
|
+
Average<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, System_Internal.Int32>): Rewrap<this, double>;
|
|
845
|
+
Average<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, System_Internal.Single>): Rewrap<this, float>;
|
|
846
|
+
Average<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, System_Internal.Decimal>): Rewrap<this, decimal>;
|
|
847
|
+
Average<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Int32>>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
848
|
+
Average<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Single>>): Rewrap<this, System.Nullable_1<System_Internal.Single>>;
|
|
849
|
+
Average<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Decimal>>): Rewrap<this, System.Nullable_1<System_Internal.Decimal>>;
|
|
850
850
|
AverageAsync(this: System_Collections_Generic.IAsyncEnumerable_1<System_Internal.Int32>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System_Internal.Double>>;
|
|
851
851
|
AverageAsync(this: System_Collections_Generic.IAsyncEnumerable_1<System_Internal.Int64>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System_Internal.Double>>;
|
|
852
852
|
AverageAsync(this: System_Collections_Generic.IAsyncEnumerable_1<System_Internal.Single>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System_Internal.Single>>;
|
|
@@ -857,239 +857,239 @@ interface __TsonicExtMethods_System_Linq {
|
|
|
857
857
|
AverageAsync(this: System_Collections_Generic.IAsyncEnumerable_1<System.Nullable_1<System_Internal.Single>>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System.Nullable_1<System_Internal.Single>>>;
|
|
858
858
|
AverageAsync(this: System_Collections_Generic.IAsyncEnumerable_1<System.Nullable_1<System_Internal.Double>>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System.Nullable_1<System_Internal.Double>>>;
|
|
859
859
|
AverageAsync(this: System_Collections_Generic.IAsyncEnumerable_1<System.Nullable_1<System_Internal.Decimal>>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System.Nullable_1<System_Internal.Decimal>>>;
|
|
860
|
-
Cast<TResult>(this: System_Collections_Generic.IAsyncEnumerable_1<
|
|
861
|
-
Cast<TResult>(this: System_Linq.IQueryable): Rewrap<this, System_Linq.IQueryable_1<TResult>>;
|
|
862
|
-
Cast<TResult>(this: System_Linq.ParallelQuery): Rewrap<this, System_Linq.ParallelQuery_1<TResult>>;
|
|
863
|
-
Cast<TResult>(this: System_Collections.IEnumerable): Rewrap<this, System_Collections_Generic.IEnumerable_1<TResult>>;
|
|
864
|
-
Chunk<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, size: int): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource[]>>;
|
|
865
|
-
Chunk<TSource>(this: System_Linq.IQueryable_1<TSource>, size: int): Rewrap<this, System_Linq.IQueryable_1<TSource[]>>;
|
|
866
|
-
Chunk<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, size: int): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource[]>>;
|
|
867
|
-
Concat<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, second: System_Collections_Generic.IAsyncEnumerable_1<TSource>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource>>;
|
|
868
|
-
Concat<TSource>(this: System_Linq.IQueryable_1<TSource>, source2: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, System_Linq.IQueryable_1<TSource>>;
|
|
869
|
-
Concat<TSource>(this: System_Linq.ParallelQuery_1<TSource>, second: System_Linq.ParallelQuery_1<TSource>): Rewrap<this, System_Linq.ParallelQuery_1<TSource>>;
|
|
870
|
-
Concat<TSource>(this: System_Linq.ParallelQuery_1<TSource>, second: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, System_Linq.ParallelQuery_1<TSource>>;
|
|
871
|
-
Concat<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, second: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
|
|
872
|
-
Contains<TSource>(this: System_Linq.IQueryable_1<TSource>, item: TSource): Rewrap<this, boolean>;
|
|
873
|
-
Contains<TSource>(this: System_Linq.IQueryable_1<TSource>, item: TSource, comparer: System_Collections_Generic.IEqualityComparer_1<TSource> | null): Rewrap<this, boolean>;
|
|
874
|
-
Contains<TSource>(this: System_Linq.ParallelQuery_1<TSource>, value: TSource): Rewrap<this, boolean>;
|
|
875
|
-
Contains<TSource>(this: System_Linq.ParallelQuery_1<TSource>, value: TSource, comparer: System_Collections_Generic.IEqualityComparer_1<TSource> | null): Rewrap<this, boolean>;
|
|
876
|
-
Contains<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, value: TSource): Rewrap<this, boolean>;
|
|
877
|
-
Contains<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, value: TSource, comparer: System_Collections_Generic.IEqualityComparer_1<TSource> | null): Rewrap<this, boolean>;
|
|
878
|
-
ContainsAsync<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, value: TSource, comparer?: System_Collections_Generic.IEqualityComparer_1<TSource> | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>;
|
|
879
|
-
Count<TSource>(this: System_Linq.IQueryable_1<TSource>): Rewrap<this, int>;
|
|
880
|
-
Count<TSource>(this: System_Linq.IQueryable_1<TSource>, predicate: System_Linq_Expressions.Expression_1<System.Func_2<TSource, System_Internal.Boolean>>): Rewrap<this, int>;
|
|
881
|
-
Count<TSource>(this: System_Linq.ParallelQuery_1<TSource>): Rewrap<this, int>;
|
|
882
|
-
Count<TSource>(this: System_Linq.ParallelQuery_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>): Rewrap<this, int>;
|
|
883
|
-
Count<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, int>;
|
|
884
|
-
Count<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>): Rewrap<this, int>;
|
|
885
|
-
CountAsync<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System_Internal.Int32>>;
|
|
886
|
-
CountAsync<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System_Internal.Int32>>;
|
|
887
|
-
CountAsync<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, predicate: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System_Internal.Int32>>;
|
|
888
|
-
CountBy<TSource, TKey>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, keyComparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, System_Internal.Int32>>>;
|
|
889
|
-
CountBy<TSource, TKey>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, keyComparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, System_Internal.Int32>>>;
|
|
890
|
-
CountBy<TSource, TKey>(this: System_Linq.IQueryable_1<TSource>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Linq.IQueryable_1<System_Collections_Generic.KeyValuePair_2<TKey, System_Internal.Int32>>>;
|
|
891
|
-
CountBy<TSource, TKey>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, keyComparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, System_Internal.Int32>>>;
|
|
892
|
-
DefaultIfEmpty<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource | null>>;
|
|
893
|
-
DefaultIfEmpty<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, defaultValue: TSource): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource>>;
|
|
894
|
-
DefaultIfEmpty<TSource>(this: System_Linq.IQueryable_1<TSource>): Rewrap<this, System_Linq.IQueryable_1<TSource | null>>;
|
|
895
|
-
DefaultIfEmpty<TSource>(this: System_Linq.IQueryable_1<TSource>, defaultValue: TSource): Rewrap<this, System_Linq.IQueryable_1<TSource>>;
|
|
896
|
-
DefaultIfEmpty<TSource>(this: System_Linq.ParallelQuery_1<TSource>): Rewrap<this, System_Linq.ParallelQuery_1<TSource | null>>;
|
|
897
|
-
DefaultIfEmpty<TSource>(this: System_Linq.ParallelQuery_1<TSource>, defaultValue: TSource): Rewrap<this, System_Linq.ParallelQuery_1<TSource>>;
|
|
898
|
-
DefaultIfEmpty<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource | null>>;
|
|
899
|
-
DefaultIfEmpty<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, defaultValue: TSource): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
|
|
900
|
-
Distinct<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, comparer?: System_Collections_Generic.IEqualityComparer_1<TSource> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource>>;
|
|
901
|
-
Distinct<TSource>(this: System_Linq.IQueryable_1<TSource>): Rewrap<this, System_Linq.IQueryable_1<TSource>>;
|
|
902
|
-
Distinct<TSource>(this: System_Linq.IQueryable_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource> | null): Rewrap<this, System_Linq.IQueryable_1<TSource>>;
|
|
903
|
-
Distinct<TSource>(this: System_Linq.ParallelQuery_1<TSource>): Rewrap<this, System_Linq.ParallelQuery_1<TSource>>;
|
|
904
|
-
Distinct<TSource>(this: System_Linq.ParallelQuery_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource> | null): Rewrap<this, System_Linq.ParallelQuery_1<TSource>>;
|
|
905
|
-
Distinct<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
|
|
906
|
-
Distinct<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource> | null): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
|
|
907
|
-
DistinctBy<TSource, TKey>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource>>;
|
|
908
|
-
DistinctBy<TSource, TKey>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource>>;
|
|
909
|
-
DistinctBy<TSource, TKey>(this: System_Linq.IQueryable_1<TSource>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>): Rewrap<this, System_Linq.IQueryable_1<TSource>>;
|
|
910
|
-
DistinctBy<TSource, TKey>(this: System_Linq.IQueryable_1<TSource>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Linq.IQueryable_1<TSource>>;
|
|
911
|
-
DistinctBy<TSource, TKey>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
|
|
912
|
-
DistinctBy<TSource, TKey>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
|
|
913
|
-
ElementAt<T>(this: System_Collections_Immutable.ImmutableArray_1<T>, index: int): Rewrap<this, T>;
|
|
914
|
-
ElementAt<TSource>(this: System_Linq.IQueryable_1<TSource>, index: int): Rewrap<this, TSource>;
|
|
915
|
-
ElementAt<TSource>(this: System_Linq.IQueryable_1<TSource>, index: System.Index): Rewrap<this, TSource>;
|
|
916
|
-
ElementAt<TSource>(this: System_Linq.ParallelQuery_1<TSource>, index: int): Rewrap<this, TSource>;
|
|
917
|
-
ElementAt<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, index: int): Rewrap<this, TSource>;
|
|
918
|
-
ElementAt<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, index: System.Index): Rewrap<this, TSource>;
|
|
919
|
-
ElementAtAsync<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, index: int, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
|
|
920
|
-
ElementAtAsync<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, index: System.Index, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
|
|
921
|
-
ElementAtOrDefault<T>(this: System_Collections_Immutable.ImmutableArray_1<T>, index: int): Rewrap<this, T | null>;
|
|
922
|
-
ElementAtOrDefault<TSource>(this: System_Linq.IQueryable_1<TSource>, index: int): Rewrap<this, TSource | null>;
|
|
923
|
-
ElementAtOrDefault<TSource>(this: System_Linq.IQueryable_1<TSource>, index: System.Index): Rewrap<this, TSource | null>;
|
|
924
|
-
ElementAtOrDefault<TSource>(this: System_Linq.ParallelQuery_1<TSource>, index: int): Rewrap<this, TSource | null>;
|
|
925
|
-
ElementAtOrDefault<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, index: int): Rewrap<this, TSource | null>;
|
|
926
|
-
ElementAtOrDefault<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, index: System.Index): Rewrap<this, TSource | null>;
|
|
927
|
-
ElementAtOrDefaultAsync<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, index: int, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
|
|
928
|
-
ElementAtOrDefaultAsync<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, index: System.Index, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
|
|
929
|
-
Except<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, second: System_Collections_Generic.IAsyncEnumerable_1<TSource>, comparer?: System_Collections_Generic.IEqualityComparer_1<TSource> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource>>;
|
|
930
|
-
Except<TSource>(this: System_Linq.IQueryable_1<TSource>, source2: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, System_Linq.IQueryable_1<TSource>>;
|
|
931
|
-
Except<TSource>(this: System_Linq.IQueryable_1<TSource>, source2: System_Collections_Generic.IEnumerable_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource> | null): Rewrap<this, System_Linq.IQueryable_1<TSource>>;
|
|
932
|
-
Except<TSource>(this: System_Linq.ParallelQuery_1<TSource>, second: System_Linq.ParallelQuery_1<TSource>): Rewrap<this, System_Linq.ParallelQuery_1<TSource>>;
|
|
933
|
-
Except<TSource>(this: System_Linq.ParallelQuery_1<TSource>, second: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, System_Linq.ParallelQuery_1<TSource>>;
|
|
934
|
-
Except<TSource>(this: System_Linq.ParallelQuery_1<TSource>, second: System_Linq.ParallelQuery_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource> | null): Rewrap<this, System_Linq.ParallelQuery_1<TSource>>;
|
|
935
|
-
Except<TSource>(this: System_Linq.ParallelQuery_1<TSource>, second: System_Collections_Generic.IEnumerable_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource> | null): Rewrap<this, System_Linq.ParallelQuery_1<TSource>>;
|
|
936
|
-
Except<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, second: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
|
|
937
|
-
Except<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, second: System_Collections_Generic.IEnumerable_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource> | null): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
|
|
938
|
-
ExceptBy<TSource, TKey>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, second: System_Collections_Generic.IAsyncEnumerable_1<TKey>, keySelector: System.Func_2<TSource, TKey>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource>>;
|
|
939
|
-
ExceptBy<TSource, TKey>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, second: System_Collections_Generic.IAsyncEnumerable_1<TKey>, keySelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource>>;
|
|
940
|
-
ExceptBy<TSource, TKey>(this: System_Linq.IQueryable_1<TSource>, source2: System_Collections_Generic.IEnumerable_1<TKey>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>): Rewrap<this, System_Linq.IQueryable_1<TSource>>;
|
|
941
|
-
ExceptBy<TSource, TKey>(this: System_Linq.IQueryable_1<TSource>, source2: System_Collections_Generic.IEnumerable_1<TKey>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Linq.IQueryable_1<TSource>>;
|
|
942
|
-
ExceptBy<TSource, TKey>(this: System_Collections_Generic.IEnumerable_1<TSource>, second: System_Collections_Generic.IEnumerable_1<TKey>, keySelector: System.Func_2<TSource, TKey>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
|
|
943
|
-
ExceptBy<TSource, TKey>(this: System_Collections_Generic.IEnumerable_1<TSource>, second: System_Collections_Generic.IEnumerable_1<TKey>, keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
|
|
944
|
-
First<T>(this: System_Collections_Immutable.ImmutableArray_1_Builder<T>): Rewrap<this, T>;
|
|
945
|
-
First<T>(this: System_Collections_Immutable.ImmutableArray_1<T>, predicate: System.Func_2<T, System_Internal.Boolean>): Rewrap<this, T>;
|
|
946
|
-
First<T>(this: System_Collections_Immutable.ImmutableArray_1<T>): Rewrap<this, T>;
|
|
947
|
-
First<TSource>(this: System_Linq.IQueryable_1<TSource>): Rewrap<this, TSource>;
|
|
948
|
-
First<TSource>(this: System_Linq.IQueryable_1<TSource>, predicate: System_Linq_Expressions.Expression_1<System.Func_2<TSource, System_Internal.Boolean>>): Rewrap<this, TSource>;
|
|
949
|
-
First<TSource>(this: System_Linq.ParallelQuery_1<TSource>): Rewrap<this, TSource>;
|
|
950
|
-
First<TSource>(this: System_Linq.ParallelQuery_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>): Rewrap<this, TSource>;
|
|
951
|
-
First<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, TSource>;
|
|
952
|
-
First<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>): Rewrap<this, TSource>;
|
|
953
|
-
FirstAsync<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
|
|
954
|
-
FirstAsync<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
|
|
955
|
-
FirstAsync<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, predicate: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
|
|
956
|
-
FirstOrDefault<T>(this: System_Collections_Immutable.ImmutableArray_1_Builder<T>): Rewrap<this, T | null>;
|
|
957
|
-
FirstOrDefault<T>(this: System_Collections_Immutable.ImmutableArray_1<T>): Rewrap<this, T | null>;
|
|
958
|
-
FirstOrDefault<T>(this: System_Collections_Immutable.ImmutableArray_1<T>, predicate: System.Func_2<T, System_Internal.Boolean>): Rewrap<this, T | null>;
|
|
959
|
-
FirstOrDefault<TSource>(this: System_Linq.IQueryable_1<TSource>): Rewrap<this, TSource | null>;
|
|
960
|
-
FirstOrDefault<TSource>(this: System_Linq.IQueryable_1<TSource>, defaultValue: TSource): Rewrap<this, TSource>;
|
|
961
|
-
FirstOrDefault<TSource>(this: System_Linq.IQueryable_1<TSource>, predicate: System_Linq_Expressions.Expression_1<System.Func_2<TSource, System_Internal.Boolean>>): Rewrap<this, TSource | null>;
|
|
962
|
-
FirstOrDefault<TSource>(this: System_Linq.IQueryable_1<TSource>, predicate: System_Linq_Expressions.Expression_1<System.Func_2<TSource, System_Internal.Boolean>>, defaultValue: TSource): Rewrap<this, TSource>;
|
|
963
|
-
FirstOrDefault<TSource>(this: System_Linq.ParallelQuery_1<TSource>): Rewrap<this, TSource | null>;
|
|
964
|
-
FirstOrDefault<TSource>(this: System_Linq.ParallelQuery_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>): Rewrap<this, TSource | null>;
|
|
965
|
-
FirstOrDefault<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, TSource | null>;
|
|
966
|
-
FirstOrDefault<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, defaultValue: TSource): Rewrap<this, TSource>;
|
|
967
|
-
FirstOrDefault<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>): Rewrap<this, TSource | null>;
|
|
968
|
-
FirstOrDefault<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>, defaultValue: TSource): Rewrap<this, TSource>;
|
|
969
|
-
FirstOrDefaultAsync<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
|
|
970
|
-
FirstOrDefaultAsync<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, defaultValue: TSource, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
|
|
971
|
-
FirstOrDefaultAsync<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
|
|
972
|
-
FirstOrDefaultAsync<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, predicate: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
|
|
973
|
-
FirstOrDefaultAsync<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>, defaultValue: TSource, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
|
|
974
|
-
FirstOrDefaultAsync<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, predicate: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, defaultValue: TSource, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
|
|
975
|
-
ForAll<TSource>(this: System_Linq.ParallelQuery_1<TSource>, action: System.Action_1<TSource>): Rewrap<this, void>;
|
|
976
|
-
GroupBy<TSource, TKey>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<System_Linq.IGrouping_2<TKey, TSource>>>;
|
|
977
|
-
GroupBy<TSource, TKey>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<System_Linq.IGrouping_2<TKey, TSource>>>;
|
|
978
|
-
GroupBy<TSource, TKey, TElement>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TElement>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<System_Linq.IGrouping_2<TKey, TElement>>>;
|
|
979
|
-
GroupBy<TSource, TKey, TElement>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, elementSelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TElement>>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<System_Linq.IGrouping_2<TKey, TElement>>>;
|
|
980
|
-
GroupBy<TSource, TKey, TResult>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, resultSelector: System.Func_3<TKey, System_Collections_Generic.IEnumerable_1<TSource>, TResult>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TResult>>;
|
|
981
|
-
GroupBy<TSource, TKey, TResult>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, resultSelector: System.Func_4<TKey, System_Collections_Generic.IEnumerable_1<TSource>, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TResult>>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TResult>>;
|
|
982
|
-
GroupBy<TSource, TKey, TElement, TResult>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TElement>, resultSelector: System.Func_3<TKey, System_Collections_Generic.IEnumerable_1<TElement>, TResult>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TResult>>;
|
|
983
|
-
GroupBy<TSource, TKey, TElement, TResult>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, elementSelector: System.Func_3<TSource, 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> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TResult>>;
|
|
984
|
-
GroupBy<TSource, TKey>(this: System_Linq.IQueryable_1<TSource>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>): Rewrap<this, System_Linq.IQueryable_1<System_Linq.IGrouping_2<TKey, TSource>>>;
|
|
985
|
-
GroupBy<TSource, TKey, TElement>(this: System_Linq.IQueryable_1<TSource>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>, elementSelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TElement>>): Rewrap<this, System_Linq.IQueryable_1<System_Linq.IGrouping_2<TKey, TElement>>>;
|
|
986
|
-
GroupBy<TSource, TKey>(this: System_Linq.IQueryable_1<TSource>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Linq.IQueryable_1<System_Linq.IGrouping_2<TKey, TSource>>>;
|
|
987
|
-
GroupBy<TSource, TKey, TElement>(this: System_Linq.IQueryable_1<TSource>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>, elementSelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TElement>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Linq.IQueryable_1<System_Linq.IGrouping_2<TKey, TElement>>>;
|
|
988
|
-
GroupBy<TSource, TKey, TElement, TResult>(this: System_Linq.IQueryable_1<TSource>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>, elementSelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TElement>>, resultSelector: System_Linq_Expressions.Expression_1<System.Func_3<TKey, System_Collections_Generic.IEnumerable_1<TElement>, TResult>>): Rewrap<this, System_Linq.IQueryable_1<TResult>>;
|
|
989
|
-
GroupBy<TSource, TKey, TElement, TResult>(this: System_Linq.IQueryable_1<TSource>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>, elementSelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TElement>>, resultSelector: System_Linq_Expressions.Expression_1<System.Func_3<TKey, System_Collections_Generic.IEnumerable_1<TElement>, TResult>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Linq.IQueryable_1<TResult>>;
|
|
990
|
-
GroupBy<TSource, TKey>(this: System_Linq.ParallelQuery_1<TSource>, keySelector: System.Func_2<TSource, TKey>): Rewrap<this, System_Linq.ParallelQuery_1<System_Linq.IGrouping_2<TKey, TSource>>>;
|
|
991
|
-
GroupBy<TSource, TKey>(this: System_Linq.ParallelQuery_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Linq.ParallelQuery_1<System_Linq.IGrouping_2<TKey, TSource>>>;
|
|
992
|
-
GroupBy<TSource, TKey, TElement>(this: System_Linq.ParallelQuery_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TElement>): Rewrap<this, System_Linq.ParallelQuery_1<System_Linq.IGrouping_2<TKey, TElement>>>;
|
|
993
|
-
GroupBy<TSource, TKey, TElement>(this: System_Linq.ParallelQuery_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TElement>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Linq.ParallelQuery_1<System_Linq.IGrouping_2<TKey, TElement>>>;
|
|
994
|
-
GroupBy<TSource, TKey, TResult>(this: System_Linq.ParallelQuery_1<TSource>, keySelector: System.Func_2<TSource, TKey>, resultSelector: System.Func_3<TKey, System_Collections_Generic.IEnumerable_1<TSource>, TResult>): Rewrap<this, System_Linq.ParallelQuery_1<TResult>>;
|
|
995
|
-
GroupBy<TSource, TKey, TResult>(this: System_Linq.ParallelQuery_1<TSource>, keySelector: System.Func_2<TSource, TKey>, resultSelector: System.Func_3<TKey, System_Collections_Generic.IEnumerable_1<TSource>, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Linq.ParallelQuery_1<TResult>>;
|
|
996
|
-
GroupBy<TSource, TKey, TElement, TResult>(this: System_Linq.ParallelQuery_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TElement>, resultSelector: System.Func_3<TKey, System_Collections_Generic.IEnumerable_1<TElement>, TResult>): Rewrap<this, System_Linq.ParallelQuery_1<TResult>>;
|
|
997
|
-
GroupBy<TSource, TKey, TElement, TResult>(this: System_Linq.ParallelQuery_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TElement>, resultSelector: System.Func_3<TKey, System_Collections_Generic.IEnumerable_1<TElement>, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Linq.ParallelQuery_1<TResult>>;
|
|
998
|
-
GroupBy<TSource, TKey>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Linq.IGrouping_2<TKey, TSource>>>;
|
|
999
|
-
GroupBy<TSource, TKey>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Linq.IGrouping_2<TKey, TSource>>>;
|
|
1000
|
-
GroupBy<TSource, TKey, TElement>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TElement>): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Linq.IGrouping_2<TKey, TElement>>>;
|
|
1001
|
-
GroupBy<TSource, TKey, TElement>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TElement>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Linq.IGrouping_2<TKey, TElement>>>;
|
|
1002
|
-
GroupBy<TSource, TKey, TResult>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, resultSelector: System.Func_3<TKey, System_Collections_Generic.IEnumerable_1<TSource>, TResult>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TResult>>;
|
|
1003
|
-
GroupBy<TSource, TKey, TResult>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, resultSelector: System.Func_3<TKey, System_Collections_Generic.IEnumerable_1<TSource>, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IEnumerable_1<TResult>>;
|
|
1004
|
-
GroupBy<TSource, TKey, TElement, TResult>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TElement>, resultSelector: System.Func_3<TKey, System_Collections_Generic.IEnumerable_1<TElement>, TResult>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TResult>>;
|
|
1005
|
-
GroupBy<TSource, TKey, TElement, TResult>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TElement>, resultSelector: System.Func_3<TKey, System_Collections_Generic.IEnumerable_1<TElement>, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IEnumerable_1<TResult>>;
|
|
1006
|
-
GroupJoin<TOuter, TInner, TKey, TResult>(this: System_Collections_Generic.IAsyncEnumerable_1<TOuter>, inner: System_Collections_Generic.IAsyncEnumerable_1<TInner>, outerKeySelector: System.Func_2<TOuter, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<TOuter, System_Collections_Generic.IEnumerable_1<TInner>, TResult>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TResult>>;
|
|
1007
|
-
GroupJoin<TOuter, TInner, TKey, TResult>(this: System_Collections_Generic.IAsyncEnumerable_1<TOuter>, inner: System_Collections_Generic.IAsyncEnumerable_1<TInner>, outerKeySelector: System.Func_3<TOuter, 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<TOuter, System_Collections_Generic.IEnumerable_1<TInner>, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TResult>>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TResult>>;
|
|
1008
|
-
GroupJoin<TOuter, TInner, TKey, TResult>(this: System_Linq.IQueryable_1<TOuter>, inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<TOuter, TKey>>, innerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<TInner, TKey>>, resultSelector: System_Linq_Expressions.Expression_1<System.Func_3<TOuter, System_Collections_Generic.IEnumerable_1<TInner>, TResult>>): Rewrap<this, System_Linq.IQueryable_1<TResult>>;
|
|
1009
|
-
GroupJoin<TOuter, TInner, TKey, TResult>(this: System_Linq.IQueryable_1<TOuter>, inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<TOuter, TKey>>, innerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<TInner, TKey>>, resultSelector: System_Linq_Expressions.Expression_1<System.Func_3<TOuter, System_Collections_Generic.IEnumerable_1<TInner>, TResult>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Linq.IQueryable_1<TResult>>;
|
|
1010
|
-
GroupJoin<TOuter, TInner, TKey, TResult>(this: System_Linq.ParallelQuery_1<TOuter>, inner: System_Linq.ParallelQuery_1<TInner>, outerKeySelector: System.Func_2<TOuter, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<TOuter, System_Collections_Generic.IEnumerable_1<TInner>, TResult>): Rewrap<this, System_Linq.ParallelQuery_1<TResult>>;
|
|
1011
|
-
GroupJoin<TOuter, TInner, TKey, TResult>(this: System_Linq.ParallelQuery_1<TOuter>, inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System.Func_2<TOuter, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<TOuter, System_Collections_Generic.IEnumerable_1<TInner>, TResult>): Rewrap<this, System_Linq.ParallelQuery_1<TResult>>;
|
|
1012
|
-
GroupJoin<TOuter, TInner, TKey, TResult>(this: System_Linq.ParallelQuery_1<TOuter>, inner: System_Linq.ParallelQuery_1<TInner>, outerKeySelector: System.Func_2<TOuter, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<TOuter, System_Collections_Generic.IEnumerable_1<TInner>, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Linq.ParallelQuery_1<TResult>>;
|
|
1013
|
-
GroupJoin<TOuter, TInner, TKey, TResult>(this: System_Linq.ParallelQuery_1<TOuter>, inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System.Func_2<TOuter, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<TOuter, System_Collections_Generic.IEnumerable_1<TInner>, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Linq.ParallelQuery_1<TResult>>;
|
|
1014
|
-
GroupJoin<TOuter, TInner, TKey, TResult>(this: System_Collections_Generic.IEnumerable_1<TOuter>, inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System.Func_2<TOuter, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<TOuter, System_Collections_Generic.IEnumerable_1<TInner>, TResult>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TResult>>;
|
|
1015
|
-
GroupJoin<TOuter, TInner, TKey, TResult>(this: System_Collections_Generic.IEnumerable_1<TOuter>, inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System.Func_2<TOuter, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<TOuter, System_Collections_Generic.IEnumerable_1<TInner>, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IEnumerable_1<TResult>>;
|
|
1016
|
-
Index<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<System.ValueTuple_2<System_Internal.Int32, TSource>>>;
|
|
1017
|
-
Index<TSource>(this: System_Linq.IQueryable_1<TSource>): Rewrap<this, System_Linq.IQueryable_1<System.ValueTuple_2<System_Internal.Int32, TSource>>>;
|
|
1018
|
-
Index<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, System_Collections_Generic.IEnumerable_1<System.ValueTuple_2<System_Internal.Int32, TSource>>>;
|
|
1019
|
-
Intersect<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, second: System_Collections_Generic.IAsyncEnumerable_1<TSource>, comparer?: System_Collections_Generic.IEqualityComparer_1<TSource> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource>>;
|
|
1020
|
-
Intersect<TSource>(this: System_Linq.IQueryable_1<TSource>, source2: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, System_Linq.IQueryable_1<TSource>>;
|
|
1021
|
-
Intersect<TSource>(this: System_Linq.IQueryable_1<TSource>, source2: System_Collections_Generic.IEnumerable_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource> | null): Rewrap<this, System_Linq.IQueryable_1<TSource>>;
|
|
1022
|
-
Intersect<TSource>(this: System_Linq.ParallelQuery_1<TSource>, second: System_Linq.ParallelQuery_1<TSource>): Rewrap<this, System_Linq.ParallelQuery_1<TSource>>;
|
|
1023
|
-
Intersect<TSource>(this: System_Linq.ParallelQuery_1<TSource>, second: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, System_Linq.ParallelQuery_1<TSource>>;
|
|
1024
|
-
Intersect<TSource>(this: System_Linq.ParallelQuery_1<TSource>, second: System_Linq.ParallelQuery_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource> | null): Rewrap<this, System_Linq.ParallelQuery_1<TSource>>;
|
|
1025
|
-
Intersect<TSource>(this: System_Linq.ParallelQuery_1<TSource>, second: System_Collections_Generic.IEnumerable_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource> | null): Rewrap<this, System_Linq.ParallelQuery_1<TSource>>;
|
|
1026
|
-
Intersect<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, second: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
|
|
1027
|
-
Intersect<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, second: System_Collections_Generic.IEnumerable_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource> | null): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
|
|
1028
|
-
IntersectBy<TSource, TKey>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, second: System_Collections_Generic.IAsyncEnumerable_1<TKey>, keySelector: System.Func_2<TSource, TKey>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource>>;
|
|
1029
|
-
IntersectBy<TSource, TKey>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, second: System_Collections_Generic.IAsyncEnumerable_1<TKey>, keySelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource>>;
|
|
1030
|
-
IntersectBy<TSource, TKey>(this: System_Linq.IQueryable_1<TSource>, source2: System_Collections_Generic.IEnumerable_1<TKey>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>): Rewrap<this, System_Linq.IQueryable_1<TSource>>;
|
|
1031
|
-
IntersectBy<TSource, TKey>(this: System_Linq.IQueryable_1<TSource>, source2: System_Collections_Generic.IEnumerable_1<TKey>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Linq.IQueryable_1<TSource>>;
|
|
1032
|
-
IntersectBy<TSource, TKey>(this: System_Collections_Generic.IEnumerable_1<TSource>, second: System_Collections_Generic.IEnumerable_1<TKey>, keySelector: System.Func_2<TSource, TKey>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
|
|
1033
|
-
IntersectBy<TSource, TKey>(this: System_Collections_Generic.IEnumerable_1<TSource>, second: System_Collections_Generic.IEnumerable_1<TKey>, keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
|
|
1034
|
-
Join<TOuter, TInner, TKey, TResult>(this: System_Collections_Generic.IAsyncEnumerable_1<TOuter>, inner: System_Collections_Generic.IAsyncEnumerable_1<TInner>, outerKeySelector: System.Func_2<TOuter, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<TOuter, TInner, TResult>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TResult>>;
|
|
1035
|
-
Join<TOuter, TInner, TKey, TResult>(this: System_Collections_Generic.IAsyncEnumerable_1<TOuter>, inner: System_Collections_Generic.IAsyncEnumerable_1<TInner>, outerKeySelector: System.Func_3<TOuter, 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<TOuter, TInner, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TResult>>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TResult>>;
|
|
1036
|
-
Join<TOuter, TInner, TKey, TResult>(this: System_Linq.IQueryable_1<TOuter>, inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<TOuter, TKey>>, innerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<TInner, TKey>>, resultSelector: System_Linq_Expressions.Expression_1<System.Func_3<TOuter, TInner, TResult>>): Rewrap<this, System_Linq.IQueryable_1<TResult>>;
|
|
1037
|
-
Join<TOuter, TInner, TKey, TResult>(this: System_Linq.IQueryable_1<TOuter>, inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<TOuter, TKey>>, innerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<TInner, TKey>>, resultSelector: System_Linq_Expressions.Expression_1<System.Func_3<TOuter, TInner, TResult>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Linq.IQueryable_1<TResult>>;
|
|
1038
|
-
Join<TOuter, TInner, TKey, TResult>(this: System_Linq.ParallelQuery_1<TOuter>, inner: System_Linq.ParallelQuery_1<TInner>, outerKeySelector: System.Func_2<TOuter, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<TOuter, TInner, TResult>): Rewrap<this, System_Linq.ParallelQuery_1<TResult>>;
|
|
1039
|
-
Join<TOuter, TInner, TKey, TResult>(this: System_Linq.ParallelQuery_1<TOuter>, inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System.Func_2<TOuter, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<TOuter, TInner, TResult>): Rewrap<this, System_Linq.ParallelQuery_1<TResult>>;
|
|
1040
|
-
Join<TOuter, TInner, TKey, TResult>(this: System_Linq.ParallelQuery_1<TOuter>, inner: System_Linq.ParallelQuery_1<TInner>, outerKeySelector: System.Func_2<TOuter, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<TOuter, TInner, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Linq.ParallelQuery_1<TResult>>;
|
|
1041
|
-
Join<TOuter, TInner, TKey, TResult>(this: System_Linq.ParallelQuery_1<TOuter>, inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System.Func_2<TOuter, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<TOuter, TInner, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Linq.ParallelQuery_1<TResult>>;
|
|
1042
|
-
Join<TOuter, TInner, TKey, TResult>(this: System_Collections_Generic.IEnumerable_1<TOuter>, inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System.Func_2<TOuter, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<TOuter, TInner, TResult>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TResult>>;
|
|
1043
|
-
Join<TOuter, TInner, TKey, TResult>(this: System_Collections_Generic.IEnumerable_1<TOuter>, inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System.Func_2<TOuter, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<TOuter, TInner, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IEnumerable_1<TResult>>;
|
|
1044
|
-
Last<T>(this: System_Collections_Immutable.ImmutableArray_1_Builder<T>): Rewrap<this, T>;
|
|
1045
|
-
Last<T>(this: System_Collections_Immutable.ImmutableArray_1<T>): Rewrap<this, T>;
|
|
1046
|
-
Last<T>(this: System_Collections_Immutable.ImmutableArray_1<T>, predicate: System.Func_2<T, System_Internal.Boolean>): Rewrap<this, T>;
|
|
1047
|
-
Last<TSource>(this: System_Linq.IQueryable_1<TSource>): Rewrap<this, TSource>;
|
|
1048
|
-
Last<TSource>(this: System_Linq.IQueryable_1<TSource>, predicate: System_Linq_Expressions.Expression_1<System.Func_2<TSource, System_Internal.Boolean>>): Rewrap<this, TSource>;
|
|
1049
|
-
Last<TSource>(this: System_Linq.ParallelQuery_1<TSource>): Rewrap<this, TSource>;
|
|
1050
|
-
Last<TSource>(this: System_Linq.ParallelQuery_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>): Rewrap<this, TSource>;
|
|
1051
|
-
Last<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, TSource>;
|
|
1052
|
-
Last<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>): Rewrap<this, TSource>;
|
|
1053
|
-
LastAsync<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
|
|
1054
|
-
LastAsync<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
|
|
1055
|
-
LastAsync<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, predicate: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
|
|
1056
|
-
LastOrDefault<T>(this: System_Collections_Immutable.ImmutableArray_1_Builder<T>): Rewrap<this, T | null>;
|
|
1057
|
-
LastOrDefault<T>(this: System_Collections_Immutable.ImmutableArray_1<T>): Rewrap<this, T | null>;
|
|
1058
|
-
LastOrDefault<T>(this: System_Collections_Immutable.ImmutableArray_1<T>, predicate: System.Func_2<T, System_Internal.Boolean>): Rewrap<this, T | null>;
|
|
1059
|
-
LastOrDefault<TSource>(this: System_Linq.IQueryable_1<TSource>): Rewrap<this, TSource | null>;
|
|
1060
|
-
LastOrDefault<TSource>(this: System_Linq.IQueryable_1<TSource>, defaultValue: TSource): Rewrap<this, TSource>;
|
|
1061
|
-
LastOrDefault<TSource>(this: System_Linq.IQueryable_1<TSource>, predicate: System_Linq_Expressions.Expression_1<System.Func_2<TSource, System_Internal.Boolean>>): Rewrap<this, TSource | null>;
|
|
1062
|
-
LastOrDefault<TSource>(this: System_Linq.IQueryable_1<TSource>, predicate: System_Linq_Expressions.Expression_1<System.Func_2<TSource, System_Internal.Boolean>>, defaultValue: TSource): Rewrap<this, TSource>;
|
|
1063
|
-
LastOrDefault<TSource>(this: System_Linq.ParallelQuery_1<TSource>): Rewrap<this, TSource | null>;
|
|
1064
|
-
LastOrDefault<TSource>(this: System_Linq.ParallelQuery_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>): Rewrap<this, TSource | null>;
|
|
1065
|
-
LastOrDefault<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, TSource | null>;
|
|
1066
|
-
LastOrDefault<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, defaultValue: TSource): Rewrap<this, TSource>;
|
|
1067
|
-
LastOrDefault<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>): Rewrap<this, TSource | null>;
|
|
1068
|
-
LastOrDefault<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>, defaultValue: TSource): Rewrap<this, TSource>;
|
|
1069
|
-
LastOrDefaultAsync<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
|
|
1070
|
-
LastOrDefaultAsync<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, defaultValue: TSource, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
|
|
1071
|
-
LastOrDefaultAsync<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
|
|
1072
|
-
LastOrDefaultAsync<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, predicate: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
|
|
1073
|
-
LastOrDefaultAsync<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>, defaultValue: TSource, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
|
|
1074
|
-
LastOrDefaultAsync<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, predicate: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, defaultValue: TSource, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
|
|
1075
|
-
LeftJoin<TOuter, TInner, TKey, TResult>(this: System_Collections_Generic.IAsyncEnumerable_1<TOuter>, inner: System_Collections_Generic.IAsyncEnumerable_1<TInner>, outerKeySelector: System.Func_2<TOuter, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<TOuter, TInner | null, TResult>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TResult>>;
|
|
1076
|
-
LeftJoin<TOuter, TInner, TKey, TResult>(this: System_Collections_Generic.IAsyncEnumerable_1<TOuter>, inner: System_Collections_Generic.IAsyncEnumerable_1<TInner>, outerKeySelector: System.Func_3<TOuter, 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<TOuter, TInner, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TResult>>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TResult>>;
|
|
1077
|
-
LeftJoin<TOuter, TInner, TKey, TResult>(this: System_Linq.IQueryable_1<TOuter>, inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<TOuter, TKey>>, innerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<TInner, TKey>>, resultSelector: System_Linq_Expressions.Expression_1<System.Func_3<TOuter, TInner | null, TResult>>): Rewrap<this, System_Linq.IQueryable_1<TResult>>;
|
|
1078
|
-
LeftJoin<TOuter, TInner, TKey, TResult>(this: System_Linq.IQueryable_1<TOuter>, inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<TOuter, TKey>>, innerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<TInner, TKey>>, resultSelector: System_Linq_Expressions.Expression_1<System.Func_3<TOuter, TInner | null, TResult>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Linq.IQueryable_1<TResult>>;
|
|
1079
|
-
LeftJoin<TOuter, TInner, TKey, TResult>(this: System_Collections_Generic.IEnumerable_1<TOuter>, inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System.Func_2<TOuter, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<TOuter, TInner | null, TResult>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TResult>>;
|
|
1080
|
-
LeftJoin<TOuter, TInner, TKey, TResult>(this: System_Collections_Generic.IEnumerable_1<TOuter>, inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System.Func_2<TOuter, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<TOuter, TInner | null, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IEnumerable_1<TResult>>;
|
|
1081
|
-
LongCount<TSource>(this: System_Linq.IQueryable_1<TSource>): Rewrap<this, long>;
|
|
1082
|
-
LongCount<TSource>(this: System_Linq.IQueryable_1<TSource>, predicate: System_Linq_Expressions.Expression_1<System.Func_2<TSource, System_Internal.Boolean>>): Rewrap<this, long>;
|
|
1083
|
-
LongCount<TSource>(this: System_Linq.ParallelQuery_1<TSource>): Rewrap<this, long>;
|
|
1084
|
-
LongCount<TSource>(this: System_Linq.ParallelQuery_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>): Rewrap<this, long>;
|
|
1085
|
-
LongCount<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, long>;
|
|
1086
|
-
LongCount<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>): Rewrap<this, long>;
|
|
1087
|
-
LongCountAsync<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System_Internal.Int64>>;
|
|
1088
|
-
LongCountAsync<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System_Internal.Int64>>;
|
|
1089
|
-
LongCountAsync<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, predicate: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System_Internal.Int64>>;
|
|
1090
|
-
Max<TSource>(this: System_Linq.IQueryable_1<TSource>): Rewrap<this, TSource | null>;
|
|
1091
|
-
Max<TSource>(this: System_Linq.IQueryable_1<TSource>, comparer: System_Collections_Generic.IComparer_1<TSource> | null): Rewrap<this, TSource | null>;
|
|
1092
|
-
Max<TSource, TResult>(this: System_Linq.IQueryable_1<TSource>, selector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TResult>>): Rewrap<this, TResult | null>;
|
|
860
|
+
Cast<TResult extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<unknown | null>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TResult>>;
|
|
861
|
+
Cast<TResult extends unknown>(this: System_Linq.IQueryable): Rewrap<this, System_Linq.IQueryable_1<TResult>>;
|
|
862
|
+
Cast<TResult extends unknown>(this: System_Linq.ParallelQuery): Rewrap<this, System_Linq.ParallelQuery_1<TResult>>;
|
|
863
|
+
Cast<TResult extends unknown>(this: System_Collections.IEnumerable): Rewrap<this, System_Collections_Generic.IEnumerable_1<TResult>>;
|
|
864
|
+
Chunk<TSource extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, size: int): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource[]>>;
|
|
865
|
+
Chunk<TSource extends unknown>(this: System_Linq.IQueryable_1<TSource>, size: int): Rewrap<this, System_Linq.IQueryable_1<TSource[]>>;
|
|
866
|
+
Chunk<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, size: int): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource[]>>;
|
|
867
|
+
Concat<TSource extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, second: System_Collections_Generic.IAsyncEnumerable_1<TSource>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource>>;
|
|
868
|
+
Concat<TSource extends unknown>(this: System_Linq.IQueryable_1<TSource>, source2: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, System_Linq.IQueryable_1<TSource>>;
|
|
869
|
+
Concat<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, second: System_Linq.ParallelQuery_1<TSource>): Rewrap<this, System_Linq.ParallelQuery_1<TSource>>;
|
|
870
|
+
Concat<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, second: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, System_Linq.ParallelQuery_1<TSource>>;
|
|
871
|
+
Concat<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, second: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
|
|
872
|
+
Contains<TSource extends unknown>(this: System_Linq.IQueryable_1<TSource>, item: TSource): Rewrap<this, boolean>;
|
|
873
|
+
Contains<TSource extends unknown>(this: System_Linq.IQueryable_1<TSource>, item: TSource, comparer: System_Collections_Generic.IEqualityComparer_1<TSource> | null): Rewrap<this, boolean>;
|
|
874
|
+
Contains<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, value: TSource): Rewrap<this, boolean>;
|
|
875
|
+
Contains<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, value: TSource, comparer: System_Collections_Generic.IEqualityComparer_1<TSource> | null): Rewrap<this, boolean>;
|
|
876
|
+
Contains<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, value: TSource): Rewrap<this, boolean>;
|
|
877
|
+
Contains<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, value: TSource, comparer: System_Collections_Generic.IEqualityComparer_1<TSource> | null): Rewrap<this, boolean>;
|
|
878
|
+
ContainsAsync<TSource extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, value: TSource, comparer?: System_Collections_Generic.IEqualityComparer_1<TSource> | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>;
|
|
879
|
+
Count<TSource extends unknown>(this: System_Linq.IQueryable_1<TSource>): Rewrap<this, int>;
|
|
880
|
+
Count<TSource extends unknown>(this: System_Linq.IQueryable_1<TSource>, predicate: System_Linq_Expressions.Expression_1<System.Func_2<TSource, System_Internal.Boolean>>): Rewrap<this, int>;
|
|
881
|
+
Count<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>): Rewrap<this, int>;
|
|
882
|
+
Count<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>): Rewrap<this, int>;
|
|
883
|
+
Count<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, int>;
|
|
884
|
+
Count<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>): Rewrap<this, int>;
|
|
885
|
+
CountAsync<TSource extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System_Internal.Int32>>;
|
|
886
|
+
CountAsync<TSource extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System_Internal.Int32>>;
|
|
887
|
+
CountAsync<TSource extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, predicate: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System_Internal.Int32>>;
|
|
888
|
+
CountBy<TSource extends unknown, TKey extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, keyComparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, System_Internal.Int32>>>;
|
|
889
|
+
CountBy<TSource extends unknown, TKey extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, keyComparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, System_Internal.Int32>>>;
|
|
890
|
+
CountBy<TSource extends unknown, TKey extends unknown>(this: System_Linq.IQueryable_1<TSource>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Linq.IQueryable_1<System_Collections_Generic.KeyValuePair_2<TKey, System_Internal.Int32>>>;
|
|
891
|
+
CountBy<TSource extends unknown, TKey extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, keyComparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, System_Internal.Int32>>>;
|
|
892
|
+
DefaultIfEmpty<TSource extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource | null>>;
|
|
893
|
+
DefaultIfEmpty<TSource extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, defaultValue: TSource): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource>>;
|
|
894
|
+
DefaultIfEmpty<TSource extends unknown>(this: System_Linq.IQueryable_1<TSource>): Rewrap<this, System_Linq.IQueryable_1<TSource | null>>;
|
|
895
|
+
DefaultIfEmpty<TSource extends unknown>(this: System_Linq.IQueryable_1<TSource>, defaultValue: TSource): Rewrap<this, System_Linq.IQueryable_1<TSource>>;
|
|
896
|
+
DefaultIfEmpty<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>): Rewrap<this, System_Linq.ParallelQuery_1<TSource | null>>;
|
|
897
|
+
DefaultIfEmpty<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, defaultValue: TSource): Rewrap<this, System_Linq.ParallelQuery_1<TSource>>;
|
|
898
|
+
DefaultIfEmpty<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource | null>>;
|
|
899
|
+
DefaultIfEmpty<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, defaultValue: TSource): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
|
|
900
|
+
Distinct<TSource extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, comparer?: System_Collections_Generic.IEqualityComparer_1<TSource> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource>>;
|
|
901
|
+
Distinct<TSource extends unknown>(this: System_Linq.IQueryable_1<TSource>): Rewrap<this, System_Linq.IQueryable_1<TSource>>;
|
|
902
|
+
Distinct<TSource extends unknown>(this: System_Linq.IQueryable_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource> | null): Rewrap<this, System_Linq.IQueryable_1<TSource>>;
|
|
903
|
+
Distinct<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>): Rewrap<this, System_Linq.ParallelQuery_1<TSource>>;
|
|
904
|
+
Distinct<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource> | null): Rewrap<this, System_Linq.ParallelQuery_1<TSource>>;
|
|
905
|
+
Distinct<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
|
|
906
|
+
Distinct<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource> | null): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
|
|
907
|
+
DistinctBy<TSource extends unknown, TKey extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource>>;
|
|
908
|
+
DistinctBy<TSource extends unknown, TKey extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource>>;
|
|
909
|
+
DistinctBy<TSource extends unknown, TKey extends unknown>(this: System_Linq.IQueryable_1<TSource>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>): Rewrap<this, System_Linq.IQueryable_1<TSource>>;
|
|
910
|
+
DistinctBy<TSource extends unknown, TKey extends unknown>(this: System_Linq.IQueryable_1<TSource>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Linq.IQueryable_1<TSource>>;
|
|
911
|
+
DistinctBy<TSource extends unknown, TKey extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
|
|
912
|
+
DistinctBy<TSource extends unknown, TKey extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
|
|
913
|
+
ElementAt<T extends unknown>(this: System_Collections_Immutable.ImmutableArray_1<T>, index: int): Rewrap<this, T>;
|
|
914
|
+
ElementAt<TSource extends unknown>(this: System_Linq.IQueryable_1<TSource>, index: int): Rewrap<this, TSource>;
|
|
915
|
+
ElementAt<TSource extends unknown>(this: System_Linq.IQueryable_1<TSource>, index: System.Index): Rewrap<this, TSource>;
|
|
916
|
+
ElementAt<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, index: int): Rewrap<this, TSource>;
|
|
917
|
+
ElementAt<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, index: int): Rewrap<this, TSource>;
|
|
918
|
+
ElementAt<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, index: System.Index): Rewrap<this, TSource>;
|
|
919
|
+
ElementAtAsync<TSource extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, index: int, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
|
|
920
|
+
ElementAtAsync<TSource extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, index: System.Index, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
|
|
921
|
+
ElementAtOrDefault<T extends unknown>(this: System_Collections_Immutable.ImmutableArray_1<T>, index: int): Rewrap<this, T | null>;
|
|
922
|
+
ElementAtOrDefault<TSource extends unknown>(this: System_Linq.IQueryable_1<TSource>, index: int): Rewrap<this, TSource | null>;
|
|
923
|
+
ElementAtOrDefault<TSource extends unknown>(this: System_Linq.IQueryable_1<TSource>, index: System.Index): Rewrap<this, TSource | null>;
|
|
924
|
+
ElementAtOrDefault<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, index: int): Rewrap<this, TSource | null>;
|
|
925
|
+
ElementAtOrDefault<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, index: int): Rewrap<this, TSource | null>;
|
|
926
|
+
ElementAtOrDefault<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, index: System.Index): Rewrap<this, TSource | null>;
|
|
927
|
+
ElementAtOrDefaultAsync<TSource extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, index: int, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
|
|
928
|
+
ElementAtOrDefaultAsync<TSource extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, index: System.Index, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
|
|
929
|
+
Except<TSource extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, second: System_Collections_Generic.IAsyncEnumerable_1<TSource>, comparer?: System_Collections_Generic.IEqualityComparer_1<TSource> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource>>;
|
|
930
|
+
Except<TSource extends unknown>(this: System_Linq.IQueryable_1<TSource>, source2: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, System_Linq.IQueryable_1<TSource>>;
|
|
931
|
+
Except<TSource extends unknown>(this: System_Linq.IQueryable_1<TSource>, source2: System_Collections_Generic.IEnumerable_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource> | null): Rewrap<this, System_Linq.IQueryable_1<TSource>>;
|
|
932
|
+
Except<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, second: System_Linq.ParallelQuery_1<TSource>): Rewrap<this, System_Linq.ParallelQuery_1<TSource>>;
|
|
933
|
+
Except<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, second: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, System_Linq.ParallelQuery_1<TSource>>;
|
|
934
|
+
Except<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, second: System_Linq.ParallelQuery_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource> | null): Rewrap<this, System_Linq.ParallelQuery_1<TSource>>;
|
|
935
|
+
Except<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, second: System_Collections_Generic.IEnumerable_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource> | null): Rewrap<this, System_Linq.ParallelQuery_1<TSource>>;
|
|
936
|
+
Except<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, second: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
|
|
937
|
+
Except<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, second: System_Collections_Generic.IEnumerable_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource> | null): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
|
|
938
|
+
ExceptBy<TSource extends unknown, TKey extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, second: System_Collections_Generic.IAsyncEnumerable_1<TKey>, keySelector: System.Func_2<TSource, TKey>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource>>;
|
|
939
|
+
ExceptBy<TSource extends unknown, TKey extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, second: System_Collections_Generic.IAsyncEnumerable_1<TKey>, keySelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource>>;
|
|
940
|
+
ExceptBy<TSource extends unknown, TKey extends unknown>(this: System_Linq.IQueryable_1<TSource>, source2: System_Collections_Generic.IEnumerable_1<TKey>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>): Rewrap<this, System_Linq.IQueryable_1<TSource>>;
|
|
941
|
+
ExceptBy<TSource extends unknown, TKey extends unknown>(this: System_Linq.IQueryable_1<TSource>, source2: System_Collections_Generic.IEnumerable_1<TKey>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Linq.IQueryable_1<TSource>>;
|
|
942
|
+
ExceptBy<TSource extends unknown, TKey extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, second: System_Collections_Generic.IEnumerable_1<TKey>, keySelector: System.Func_2<TSource, TKey>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
|
|
943
|
+
ExceptBy<TSource extends unknown, TKey extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, second: System_Collections_Generic.IEnumerable_1<TKey>, keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
|
|
944
|
+
First<T extends unknown>(this: System_Collections_Immutable.ImmutableArray_1_Builder<T>): Rewrap<this, T>;
|
|
945
|
+
First<T extends unknown>(this: System_Collections_Immutable.ImmutableArray_1<T>, predicate: System.Func_2<T, System_Internal.Boolean>): Rewrap<this, T>;
|
|
946
|
+
First<T extends unknown>(this: System_Collections_Immutable.ImmutableArray_1<T>): Rewrap<this, T>;
|
|
947
|
+
First<TSource extends unknown>(this: System_Linq.IQueryable_1<TSource>): Rewrap<this, TSource>;
|
|
948
|
+
First<TSource extends unknown>(this: System_Linq.IQueryable_1<TSource>, predicate: System_Linq_Expressions.Expression_1<System.Func_2<TSource, System_Internal.Boolean>>): Rewrap<this, TSource>;
|
|
949
|
+
First<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>): Rewrap<this, TSource>;
|
|
950
|
+
First<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>): Rewrap<this, TSource>;
|
|
951
|
+
First<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, TSource>;
|
|
952
|
+
First<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>): Rewrap<this, TSource>;
|
|
953
|
+
FirstAsync<TSource extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
|
|
954
|
+
FirstAsync<TSource extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
|
|
955
|
+
FirstAsync<TSource extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, predicate: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
|
|
956
|
+
FirstOrDefault<T extends unknown>(this: System_Collections_Immutable.ImmutableArray_1_Builder<T>): Rewrap<this, T | null>;
|
|
957
|
+
FirstOrDefault<T extends unknown>(this: System_Collections_Immutable.ImmutableArray_1<T>): Rewrap<this, T | null>;
|
|
958
|
+
FirstOrDefault<T extends unknown>(this: System_Collections_Immutable.ImmutableArray_1<T>, predicate: System.Func_2<T, System_Internal.Boolean>): Rewrap<this, T | null>;
|
|
959
|
+
FirstOrDefault<TSource extends unknown>(this: System_Linq.IQueryable_1<TSource>): Rewrap<this, TSource | null>;
|
|
960
|
+
FirstOrDefault<TSource extends unknown>(this: System_Linq.IQueryable_1<TSource>, defaultValue: TSource): Rewrap<this, TSource>;
|
|
961
|
+
FirstOrDefault<TSource extends unknown>(this: System_Linq.IQueryable_1<TSource>, predicate: System_Linq_Expressions.Expression_1<System.Func_2<TSource, System_Internal.Boolean>>): Rewrap<this, TSource | null>;
|
|
962
|
+
FirstOrDefault<TSource extends unknown>(this: System_Linq.IQueryable_1<TSource>, predicate: System_Linq_Expressions.Expression_1<System.Func_2<TSource, System_Internal.Boolean>>, defaultValue: TSource): Rewrap<this, TSource>;
|
|
963
|
+
FirstOrDefault<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>): Rewrap<this, TSource | null>;
|
|
964
|
+
FirstOrDefault<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>): Rewrap<this, TSource | null>;
|
|
965
|
+
FirstOrDefault<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, TSource | null>;
|
|
966
|
+
FirstOrDefault<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, defaultValue: TSource): Rewrap<this, TSource>;
|
|
967
|
+
FirstOrDefault<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>): Rewrap<this, TSource | null>;
|
|
968
|
+
FirstOrDefault<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>, defaultValue: TSource): Rewrap<this, TSource>;
|
|
969
|
+
FirstOrDefaultAsync<TSource extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
|
|
970
|
+
FirstOrDefaultAsync<TSource extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, defaultValue: TSource, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
|
|
971
|
+
FirstOrDefaultAsync<TSource extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
|
|
972
|
+
FirstOrDefaultAsync<TSource extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, predicate: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
|
|
973
|
+
FirstOrDefaultAsync<TSource extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>, defaultValue: TSource, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
|
|
974
|
+
FirstOrDefaultAsync<TSource extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, predicate: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, defaultValue: TSource, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
|
|
975
|
+
ForAll<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, action: System.Action_1<TSource>): Rewrap<this, void>;
|
|
976
|
+
GroupBy<TSource extends unknown, TKey extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<System_Linq.IGrouping_2<TKey, TSource>>>;
|
|
977
|
+
GroupBy<TSource extends unknown, TKey extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<System_Linq.IGrouping_2<TKey, TSource>>>;
|
|
978
|
+
GroupBy<TSource extends unknown, TKey extends unknown, TElement extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TElement>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<System_Linq.IGrouping_2<TKey, TElement>>>;
|
|
979
|
+
GroupBy<TSource extends unknown, TKey extends unknown, TElement extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, elementSelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TElement>>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<System_Linq.IGrouping_2<TKey, TElement>>>;
|
|
980
|
+
GroupBy<TSource extends unknown, TKey extends unknown, TResult extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, resultSelector: System.Func_3<TKey, System_Collections_Generic.IEnumerable_1<TSource>, TResult>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TResult>>;
|
|
981
|
+
GroupBy<TSource extends unknown, TKey extends unknown, TResult extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, resultSelector: System.Func_4<TKey, System_Collections_Generic.IEnumerable_1<TSource>, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TResult>>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TResult>>;
|
|
982
|
+
GroupBy<TSource extends unknown, TKey extends unknown, TElement extends unknown, TResult extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TElement>, resultSelector: System.Func_3<TKey, System_Collections_Generic.IEnumerable_1<TElement>, TResult>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TResult>>;
|
|
983
|
+
GroupBy<TSource extends unknown, TKey extends unknown, TElement extends unknown, TResult extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, elementSelector: System.Func_3<TSource, 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> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TResult>>;
|
|
984
|
+
GroupBy<TSource extends unknown, TKey extends unknown>(this: System_Linq.IQueryable_1<TSource>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>): Rewrap<this, System_Linq.IQueryable_1<System_Linq.IGrouping_2<TKey, TSource>>>;
|
|
985
|
+
GroupBy<TSource extends unknown, TKey extends unknown, TElement extends unknown>(this: System_Linq.IQueryable_1<TSource>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>, elementSelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TElement>>): Rewrap<this, System_Linq.IQueryable_1<System_Linq.IGrouping_2<TKey, TElement>>>;
|
|
986
|
+
GroupBy<TSource extends unknown, TKey extends unknown>(this: System_Linq.IQueryable_1<TSource>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Linq.IQueryable_1<System_Linq.IGrouping_2<TKey, TSource>>>;
|
|
987
|
+
GroupBy<TSource extends unknown, TKey extends unknown, TElement extends unknown>(this: System_Linq.IQueryable_1<TSource>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>, elementSelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TElement>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Linq.IQueryable_1<System_Linq.IGrouping_2<TKey, TElement>>>;
|
|
988
|
+
GroupBy<TSource extends unknown, TKey extends unknown, TElement extends unknown, TResult extends unknown>(this: System_Linq.IQueryable_1<TSource>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>, elementSelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TElement>>, resultSelector: System_Linq_Expressions.Expression_1<System.Func_3<TKey, System_Collections_Generic.IEnumerable_1<TElement>, TResult>>): Rewrap<this, System_Linq.IQueryable_1<TResult>>;
|
|
989
|
+
GroupBy<TSource extends unknown, TKey extends unknown, TElement extends unknown, TResult extends unknown>(this: System_Linq.IQueryable_1<TSource>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>, elementSelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TElement>>, resultSelector: System_Linq_Expressions.Expression_1<System.Func_3<TKey, System_Collections_Generic.IEnumerable_1<TElement>, TResult>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Linq.IQueryable_1<TResult>>;
|
|
990
|
+
GroupBy<TSource extends unknown, TKey extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, keySelector: System.Func_2<TSource, TKey>): Rewrap<this, System_Linq.ParallelQuery_1<System_Linq.IGrouping_2<TKey, TSource>>>;
|
|
991
|
+
GroupBy<TSource extends unknown, TKey extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Linq.ParallelQuery_1<System_Linq.IGrouping_2<TKey, TSource>>>;
|
|
992
|
+
GroupBy<TSource extends unknown, TKey extends unknown, TElement extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TElement>): Rewrap<this, System_Linq.ParallelQuery_1<System_Linq.IGrouping_2<TKey, TElement>>>;
|
|
993
|
+
GroupBy<TSource extends unknown, TKey extends unknown, TElement extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TElement>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Linq.ParallelQuery_1<System_Linq.IGrouping_2<TKey, TElement>>>;
|
|
994
|
+
GroupBy<TSource extends unknown, TKey extends unknown, TResult extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, keySelector: System.Func_2<TSource, TKey>, resultSelector: System.Func_3<TKey, System_Collections_Generic.IEnumerable_1<TSource>, TResult>): Rewrap<this, System_Linq.ParallelQuery_1<TResult>>;
|
|
995
|
+
GroupBy<TSource extends unknown, TKey extends unknown, TResult extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, keySelector: System.Func_2<TSource, TKey>, resultSelector: System.Func_3<TKey, System_Collections_Generic.IEnumerable_1<TSource>, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Linq.ParallelQuery_1<TResult>>;
|
|
996
|
+
GroupBy<TSource extends unknown, TKey extends unknown, TElement extends unknown, TResult extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TElement>, resultSelector: System.Func_3<TKey, System_Collections_Generic.IEnumerable_1<TElement>, TResult>): Rewrap<this, System_Linq.ParallelQuery_1<TResult>>;
|
|
997
|
+
GroupBy<TSource extends unknown, TKey extends unknown, TElement extends unknown, TResult extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TElement>, resultSelector: System.Func_3<TKey, System_Collections_Generic.IEnumerable_1<TElement>, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Linq.ParallelQuery_1<TResult>>;
|
|
998
|
+
GroupBy<TSource extends unknown, TKey extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Linq.IGrouping_2<TKey, TSource>>>;
|
|
999
|
+
GroupBy<TSource extends unknown, TKey extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Linq.IGrouping_2<TKey, TSource>>>;
|
|
1000
|
+
GroupBy<TSource extends unknown, TKey extends unknown, TElement extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TElement>): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Linq.IGrouping_2<TKey, TElement>>>;
|
|
1001
|
+
GroupBy<TSource extends unknown, TKey extends unknown, TElement extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TElement>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Linq.IGrouping_2<TKey, TElement>>>;
|
|
1002
|
+
GroupBy<TSource extends unknown, TKey extends unknown, TResult extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, resultSelector: System.Func_3<TKey, System_Collections_Generic.IEnumerable_1<TSource>, TResult>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TResult>>;
|
|
1003
|
+
GroupBy<TSource extends unknown, TKey extends unknown, TResult extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, resultSelector: System.Func_3<TKey, System_Collections_Generic.IEnumerable_1<TSource>, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IEnumerable_1<TResult>>;
|
|
1004
|
+
GroupBy<TSource extends unknown, TKey extends unknown, TElement extends unknown, TResult extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TElement>, resultSelector: System.Func_3<TKey, System_Collections_Generic.IEnumerable_1<TElement>, TResult>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TResult>>;
|
|
1005
|
+
GroupBy<TSource extends unknown, TKey extends unknown, TElement extends unknown, TResult extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TElement>, resultSelector: System.Func_3<TKey, System_Collections_Generic.IEnumerable_1<TElement>, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IEnumerable_1<TResult>>;
|
|
1006
|
+
GroupJoin<TOuter extends unknown, TInner extends unknown, TKey extends unknown, TResult extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TOuter>, inner: System_Collections_Generic.IAsyncEnumerable_1<TInner>, outerKeySelector: System.Func_2<TOuter, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<TOuter, System_Collections_Generic.IEnumerable_1<TInner>, TResult>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TResult>>;
|
|
1007
|
+
GroupJoin<TOuter extends unknown, TInner extends unknown, TKey extends unknown, TResult extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TOuter>, inner: System_Collections_Generic.IAsyncEnumerable_1<TInner>, outerKeySelector: System.Func_3<TOuter, 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<TOuter, System_Collections_Generic.IEnumerable_1<TInner>, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TResult>>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TResult>>;
|
|
1008
|
+
GroupJoin<TOuter extends unknown, TInner extends unknown, TKey extends unknown, TResult extends unknown>(this: System_Linq.IQueryable_1<TOuter>, inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<TOuter, TKey>>, innerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<TInner, TKey>>, resultSelector: System_Linq_Expressions.Expression_1<System.Func_3<TOuter, System_Collections_Generic.IEnumerable_1<TInner>, TResult>>): Rewrap<this, System_Linq.IQueryable_1<TResult>>;
|
|
1009
|
+
GroupJoin<TOuter extends unknown, TInner extends unknown, TKey extends unknown, TResult extends unknown>(this: System_Linq.IQueryable_1<TOuter>, inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<TOuter, TKey>>, innerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<TInner, TKey>>, resultSelector: System_Linq_Expressions.Expression_1<System.Func_3<TOuter, System_Collections_Generic.IEnumerable_1<TInner>, TResult>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Linq.IQueryable_1<TResult>>;
|
|
1010
|
+
GroupJoin<TOuter extends unknown, TInner extends unknown, TKey extends unknown, TResult extends unknown>(this: System_Linq.ParallelQuery_1<TOuter>, inner: System_Linq.ParallelQuery_1<TInner>, outerKeySelector: System.Func_2<TOuter, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<TOuter, System_Collections_Generic.IEnumerable_1<TInner>, TResult>): Rewrap<this, System_Linq.ParallelQuery_1<TResult>>;
|
|
1011
|
+
GroupJoin<TOuter extends unknown, TInner extends unknown, TKey extends unknown, TResult extends unknown>(this: System_Linq.ParallelQuery_1<TOuter>, inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System.Func_2<TOuter, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<TOuter, System_Collections_Generic.IEnumerable_1<TInner>, TResult>): Rewrap<this, System_Linq.ParallelQuery_1<TResult>>;
|
|
1012
|
+
GroupJoin<TOuter extends unknown, TInner extends unknown, TKey extends unknown, TResult extends unknown>(this: System_Linq.ParallelQuery_1<TOuter>, inner: System_Linq.ParallelQuery_1<TInner>, outerKeySelector: System.Func_2<TOuter, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<TOuter, System_Collections_Generic.IEnumerable_1<TInner>, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Linq.ParallelQuery_1<TResult>>;
|
|
1013
|
+
GroupJoin<TOuter extends unknown, TInner extends unknown, TKey extends unknown, TResult extends unknown>(this: System_Linq.ParallelQuery_1<TOuter>, inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System.Func_2<TOuter, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<TOuter, System_Collections_Generic.IEnumerable_1<TInner>, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Linq.ParallelQuery_1<TResult>>;
|
|
1014
|
+
GroupJoin<TOuter extends unknown, TInner extends unknown, TKey extends unknown, TResult extends unknown>(this: System_Collections_Generic.IEnumerable_1<TOuter>, inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System.Func_2<TOuter, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<TOuter, System_Collections_Generic.IEnumerable_1<TInner>, TResult>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TResult>>;
|
|
1015
|
+
GroupJoin<TOuter extends unknown, TInner extends unknown, TKey extends unknown, TResult extends unknown>(this: System_Collections_Generic.IEnumerable_1<TOuter>, inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System.Func_2<TOuter, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<TOuter, System_Collections_Generic.IEnumerable_1<TInner>, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IEnumerable_1<TResult>>;
|
|
1016
|
+
Index<TSource extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<System.ValueTuple_2<System_Internal.Int32, TSource>>>;
|
|
1017
|
+
Index<TSource extends unknown>(this: System_Linq.IQueryable_1<TSource>): Rewrap<this, System_Linq.IQueryable_1<System.ValueTuple_2<System_Internal.Int32, TSource>>>;
|
|
1018
|
+
Index<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, System_Collections_Generic.IEnumerable_1<System.ValueTuple_2<System_Internal.Int32, TSource>>>;
|
|
1019
|
+
Intersect<TSource extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, second: System_Collections_Generic.IAsyncEnumerable_1<TSource>, comparer?: System_Collections_Generic.IEqualityComparer_1<TSource> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource>>;
|
|
1020
|
+
Intersect<TSource extends unknown>(this: System_Linq.IQueryable_1<TSource>, source2: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, System_Linq.IQueryable_1<TSource>>;
|
|
1021
|
+
Intersect<TSource extends unknown>(this: System_Linq.IQueryable_1<TSource>, source2: System_Collections_Generic.IEnumerable_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource> | null): Rewrap<this, System_Linq.IQueryable_1<TSource>>;
|
|
1022
|
+
Intersect<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, second: System_Linq.ParallelQuery_1<TSource>): Rewrap<this, System_Linq.ParallelQuery_1<TSource>>;
|
|
1023
|
+
Intersect<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, second: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, System_Linq.ParallelQuery_1<TSource>>;
|
|
1024
|
+
Intersect<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, second: System_Linq.ParallelQuery_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource> | null): Rewrap<this, System_Linq.ParallelQuery_1<TSource>>;
|
|
1025
|
+
Intersect<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, second: System_Collections_Generic.IEnumerable_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource> | null): Rewrap<this, System_Linq.ParallelQuery_1<TSource>>;
|
|
1026
|
+
Intersect<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, second: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
|
|
1027
|
+
Intersect<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, second: System_Collections_Generic.IEnumerable_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource> | null): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
|
|
1028
|
+
IntersectBy<TSource extends unknown, TKey extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, second: System_Collections_Generic.IAsyncEnumerable_1<TKey>, keySelector: System.Func_2<TSource, TKey>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource>>;
|
|
1029
|
+
IntersectBy<TSource extends unknown, TKey extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, second: System_Collections_Generic.IAsyncEnumerable_1<TKey>, keySelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource>>;
|
|
1030
|
+
IntersectBy<TSource extends unknown, TKey extends unknown>(this: System_Linq.IQueryable_1<TSource>, source2: System_Collections_Generic.IEnumerable_1<TKey>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>): Rewrap<this, System_Linq.IQueryable_1<TSource>>;
|
|
1031
|
+
IntersectBy<TSource extends unknown, TKey extends unknown>(this: System_Linq.IQueryable_1<TSource>, source2: System_Collections_Generic.IEnumerable_1<TKey>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Linq.IQueryable_1<TSource>>;
|
|
1032
|
+
IntersectBy<TSource extends unknown, TKey extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, second: System_Collections_Generic.IEnumerable_1<TKey>, keySelector: System.Func_2<TSource, TKey>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
|
|
1033
|
+
IntersectBy<TSource extends unknown, TKey extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, second: System_Collections_Generic.IEnumerable_1<TKey>, keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
|
|
1034
|
+
Join<TOuter extends unknown, TInner extends unknown, TKey extends unknown, TResult extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TOuter>, inner: System_Collections_Generic.IAsyncEnumerable_1<TInner>, outerKeySelector: System.Func_2<TOuter, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<TOuter, TInner, TResult>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TResult>>;
|
|
1035
|
+
Join<TOuter extends unknown, TInner extends unknown, TKey extends unknown, TResult extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TOuter>, inner: System_Collections_Generic.IAsyncEnumerable_1<TInner>, outerKeySelector: System.Func_3<TOuter, 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<TOuter, TInner, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TResult>>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TResult>>;
|
|
1036
|
+
Join<TOuter extends unknown, TInner extends unknown, TKey extends unknown, TResult extends unknown>(this: System_Linq.IQueryable_1<TOuter>, inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<TOuter, TKey>>, innerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<TInner, TKey>>, resultSelector: System_Linq_Expressions.Expression_1<System.Func_3<TOuter, TInner, TResult>>): Rewrap<this, System_Linq.IQueryable_1<TResult>>;
|
|
1037
|
+
Join<TOuter extends unknown, TInner extends unknown, TKey extends unknown, TResult extends unknown>(this: System_Linq.IQueryable_1<TOuter>, inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<TOuter, TKey>>, innerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<TInner, TKey>>, resultSelector: System_Linq_Expressions.Expression_1<System.Func_3<TOuter, TInner, TResult>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Linq.IQueryable_1<TResult>>;
|
|
1038
|
+
Join<TOuter extends unknown, TInner extends unknown, TKey extends unknown, TResult extends unknown>(this: System_Linq.ParallelQuery_1<TOuter>, inner: System_Linq.ParallelQuery_1<TInner>, outerKeySelector: System.Func_2<TOuter, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<TOuter, TInner, TResult>): Rewrap<this, System_Linq.ParallelQuery_1<TResult>>;
|
|
1039
|
+
Join<TOuter extends unknown, TInner extends unknown, TKey extends unknown, TResult extends unknown>(this: System_Linq.ParallelQuery_1<TOuter>, inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System.Func_2<TOuter, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<TOuter, TInner, TResult>): Rewrap<this, System_Linq.ParallelQuery_1<TResult>>;
|
|
1040
|
+
Join<TOuter extends unknown, TInner extends unknown, TKey extends unknown, TResult extends unknown>(this: System_Linq.ParallelQuery_1<TOuter>, inner: System_Linq.ParallelQuery_1<TInner>, outerKeySelector: System.Func_2<TOuter, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<TOuter, TInner, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Linq.ParallelQuery_1<TResult>>;
|
|
1041
|
+
Join<TOuter extends unknown, TInner extends unknown, TKey extends unknown, TResult extends unknown>(this: System_Linq.ParallelQuery_1<TOuter>, inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System.Func_2<TOuter, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<TOuter, TInner, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Linq.ParallelQuery_1<TResult>>;
|
|
1042
|
+
Join<TOuter extends unknown, TInner extends unknown, TKey extends unknown, TResult extends unknown>(this: System_Collections_Generic.IEnumerable_1<TOuter>, inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System.Func_2<TOuter, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<TOuter, TInner, TResult>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TResult>>;
|
|
1043
|
+
Join<TOuter extends unknown, TInner extends unknown, TKey extends unknown, TResult extends unknown>(this: System_Collections_Generic.IEnumerable_1<TOuter>, inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System.Func_2<TOuter, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<TOuter, TInner, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IEnumerable_1<TResult>>;
|
|
1044
|
+
Last<T extends unknown>(this: System_Collections_Immutable.ImmutableArray_1_Builder<T>): Rewrap<this, T>;
|
|
1045
|
+
Last<T extends unknown>(this: System_Collections_Immutable.ImmutableArray_1<T>): Rewrap<this, T>;
|
|
1046
|
+
Last<T extends unknown>(this: System_Collections_Immutable.ImmutableArray_1<T>, predicate: System.Func_2<T, System_Internal.Boolean>): Rewrap<this, T>;
|
|
1047
|
+
Last<TSource extends unknown>(this: System_Linq.IQueryable_1<TSource>): Rewrap<this, TSource>;
|
|
1048
|
+
Last<TSource extends unknown>(this: System_Linq.IQueryable_1<TSource>, predicate: System_Linq_Expressions.Expression_1<System.Func_2<TSource, System_Internal.Boolean>>): Rewrap<this, TSource>;
|
|
1049
|
+
Last<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>): Rewrap<this, TSource>;
|
|
1050
|
+
Last<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>): Rewrap<this, TSource>;
|
|
1051
|
+
Last<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, TSource>;
|
|
1052
|
+
Last<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>): Rewrap<this, TSource>;
|
|
1053
|
+
LastAsync<TSource extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
|
|
1054
|
+
LastAsync<TSource extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
|
|
1055
|
+
LastAsync<TSource extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, predicate: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
|
|
1056
|
+
LastOrDefault<T extends unknown>(this: System_Collections_Immutable.ImmutableArray_1_Builder<T>): Rewrap<this, T | null>;
|
|
1057
|
+
LastOrDefault<T extends unknown>(this: System_Collections_Immutable.ImmutableArray_1<T>): Rewrap<this, T | null>;
|
|
1058
|
+
LastOrDefault<T extends unknown>(this: System_Collections_Immutable.ImmutableArray_1<T>, predicate: System.Func_2<T, System_Internal.Boolean>): Rewrap<this, T | null>;
|
|
1059
|
+
LastOrDefault<TSource extends unknown>(this: System_Linq.IQueryable_1<TSource>): Rewrap<this, TSource | null>;
|
|
1060
|
+
LastOrDefault<TSource extends unknown>(this: System_Linq.IQueryable_1<TSource>, defaultValue: TSource): Rewrap<this, TSource>;
|
|
1061
|
+
LastOrDefault<TSource extends unknown>(this: System_Linq.IQueryable_1<TSource>, predicate: System_Linq_Expressions.Expression_1<System.Func_2<TSource, System_Internal.Boolean>>): Rewrap<this, TSource | null>;
|
|
1062
|
+
LastOrDefault<TSource extends unknown>(this: System_Linq.IQueryable_1<TSource>, predicate: System_Linq_Expressions.Expression_1<System.Func_2<TSource, System_Internal.Boolean>>, defaultValue: TSource): Rewrap<this, TSource>;
|
|
1063
|
+
LastOrDefault<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>): Rewrap<this, TSource | null>;
|
|
1064
|
+
LastOrDefault<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>): Rewrap<this, TSource | null>;
|
|
1065
|
+
LastOrDefault<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, TSource | null>;
|
|
1066
|
+
LastOrDefault<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, defaultValue: TSource): Rewrap<this, TSource>;
|
|
1067
|
+
LastOrDefault<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>): Rewrap<this, TSource | null>;
|
|
1068
|
+
LastOrDefault<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>, defaultValue: TSource): Rewrap<this, TSource>;
|
|
1069
|
+
LastOrDefaultAsync<TSource extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
|
|
1070
|
+
LastOrDefaultAsync<TSource extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, defaultValue: TSource, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
|
|
1071
|
+
LastOrDefaultAsync<TSource extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
|
|
1072
|
+
LastOrDefaultAsync<TSource extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, predicate: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
|
|
1073
|
+
LastOrDefaultAsync<TSource extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>, defaultValue: TSource, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
|
|
1074
|
+
LastOrDefaultAsync<TSource extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, predicate: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, defaultValue: TSource, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
|
|
1075
|
+
LeftJoin<TOuter extends unknown, TInner extends unknown, TKey extends unknown, TResult extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TOuter>, inner: System_Collections_Generic.IAsyncEnumerable_1<TInner>, outerKeySelector: System.Func_2<TOuter, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<TOuter, TInner | null, TResult>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TResult>>;
|
|
1076
|
+
LeftJoin<TOuter extends unknown, TInner extends unknown, TKey extends unknown, TResult extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TOuter>, inner: System_Collections_Generic.IAsyncEnumerable_1<TInner>, outerKeySelector: System.Func_3<TOuter, 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<TOuter, TInner, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TResult>>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TResult>>;
|
|
1077
|
+
LeftJoin<TOuter extends unknown, TInner extends unknown, TKey extends unknown, TResult extends unknown>(this: System_Linq.IQueryable_1<TOuter>, inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<TOuter, TKey>>, innerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<TInner, TKey>>, resultSelector: System_Linq_Expressions.Expression_1<System.Func_3<TOuter, TInner | null, TResult>>): Rewrap<this, System_Linq.IQueryable_1<TResult>>;
|
|
1078
|
+
LeftJoin<TOuter extends unknown, TInner extends unknown, TKey extends unknown, TResult extends unknown>(this: System_Linq.IQueryable_1<TOuter>, inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<TOuter, TKey>>, innerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<TInner, TKey>>, resultSelector: System_Linq_Expressions.Expression_1<System.Func_3<TOuter, TInner | null, TResult>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Linq.IQueryable_1<TResult>>;
|
|
1079
|
+
LeftJoin<TOuter extends unknown, TInner extends unknown, TKey extends unknown, TResult extends unknown>(this: System_Collections_Generic.IEnumerable_1<TOuter>, inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System.Func_2<TOuter, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<TOuter, TInner | null, TResult>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TResult>>;
|
|
1080
|
+
LeftJoin<TOuter extends unknown, TInner extends unknown, TKey extends unknown, TResult extends unknown>(this: System_Collections_Generic.IEnumerable_1<TOuter>, inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System.Func_2<TOuter, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<TOuter, TInner | null, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IEnumerable_1<TResult>>;
|
|
1081
|
+
LongCount<TSource extends unknown>(this: System_Linq.IQueryable_1<TSource>): Rewrap<this, long>;
|
|
1082
|
+
LongCount<TSource extends unknown>(this: System_Linq.IQueryable_1<TSource>, predicate: System_Linq_Expressions.Expression_1<System.Func_2<TSource, System_Internal.Boolean>>): Rewrap<this, long>;
|
|
1083
|
+
LongCount<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>): Rewrap<this, long>;
|
|
1084
|
+
LongCount<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>): Rewrap<this, long>;
|
|
1085
|
+
LongCount<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, long>;
|
|
1086
|
+
LongCount<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>): Rewrap<this, long>;
|
|
1087
|
+
LongCountAsync<TSource extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System_Internal.Int64>>;
|
|
1088
|
+
LongCountAsync<TSource extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System_Internal.Int64>>;
|
|
1089
|
+
LongCountAsync<TSource extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, predicate: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System_Internal.Int64>>;
|
|
1090
|
+
Max<TSource extends unknown>(this: System_Linq.IQueryable_1<TSource>): Rewrap<this, TSource | null>;
|
|
1091
|
+
Max<TSource extends unknown>(this: System_Linq.IQueryable_1<TSource>, comparer: System_Collections_Generic.IComparer_1<TSource> | null): Rewrap<this, TSource | null>;
|
|
1092
|
+
Max<TSource extends unknown, TResult extends unknown>(this: System_Linq.IQueryable_1<TSource>, selector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TResult>>): Rewrap<this, TResult | null>;
|
|
1093
1093
|
Max(this: System_Linq.ParallelQuery_1<System_Internal.Int32>): Rewrap<this, int>;
|
|
1094
1094
|
Max(this: System_Linq.ParallelQuery_1<System.Nullable_1<System_Internal.Int32>>): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
|
|
1095
1095
|
Max(this: System_Linq.ParallelQuery_1<System_Internal.Int64>): Rewrap<this, long>;
|
|
@@ -1100,18 +1100,18 @@ interface __TsonicExtMethods_System_Linq {
|
|
|
1100
1100
|
Max(this: System_Linq.ParallelQuery_1<System.Nullable_1<System_Internal.Double>>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
1101
1101
|
Max(this: System_Linq.ParallelQuery_1<System_Internal.Decimal>): Rewrap<this, decimal>;
|
|
1102
1102
|
Max(this: System_Linq.ParallelQuery_1<System.Nullable_1<System_Internal.Decimal>>): Rewrap<this, System.Nullable_1<System_Internal.Decimal>>;
|
|
1103
|
-
Max<TSource>(this: System_Linq.ParallelQuery_1<TSource>): Rewrap<this, TSource | null>;
|
|
1104
|
-
Max<TSource>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, System_Internal.Int32>): Rewrap<this, int>;
|
|
1105
|
-
Max<TSource>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Int32>>): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
|
|
1106
|
-
Max<TSource>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, System_Internal.Int64>): Rewrap<this, long>;
|
|
1107
|
-
Max<TSource>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Int64>>): Rewrap<this, System.Nullable_1<System_Internal.Int64>>;
|
|
1108
|
-
Max<TSource>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, System_Internal.Single>): Rewrap<this, float>;
|
|
1109
|
-
Max<TSource>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Single>>): Rewrap<this, System.Nullable_1<System_Internal.Single>>;
|
|
1110
|
-
Max<TSource>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, System_Internal.Double>): Rewrap<this, double>;
|
|
1111
|
-
Max<TSource>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Double>>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
1112
|
-
Max<TSource>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, System_Internal.Decimal>): Rewrap<this, decimal>;
|
|
1113
|
-
Max<TSource>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Decimal>>): Rewrap<this, System.Nullable_1<System_Internal.Decimal>>;
|
|
1114
|
-
Max<TSource, TResult>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, TResult>): Rewrap<this, TResult | null>;
|
|
1103
|
+
Max<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>): Rewrap<this, TSource | null>;
|
|
1104
|
+
Max<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, System_Internal.Int32>): Rewrap<this, int>;
|
|
1105
|
+
Max<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Int32>>): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
|
|
1106
|
+
Max<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, System_Internal.Int64>): Rewrap<this, long>;
|
|
1107
|
+
Max<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Int64>>): Rewrap<this, System.Nullable_1<System_Internal.Int64>>;
|
|
1108
|
+
Max<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, System_Internal.Single>): Rewrap<this, float>;
|
|
1109
|
+
Max<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Single>>): Rewrap<this, System.Nullable_1<System_Internal.Single>>;
|
|
1110
|
+
Max<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, System_Internal.Double>): Rewrap<this, double>;
|
|
1111
|
+
Max<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Double>>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
1112
|
+
Max<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, System_Internal.Decimal>): Rewrap<this, decimal>;
|
|
1113
|
+
Max<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Decimal>>): Rewrap<this, System.Nullable_1<System_Internal.Decimal>>;
|
|
1114
|
+
Max<TSource extends unknown, TResult extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, TResult>): Rewrap<this, TResult | null>;
|
|
1115
1115
|
Max(this: System_Collections_Generic.IEnumerable_1<System_Internal.Int32>): Rewrap<this, int>;
|
|
1116
1116
|
Max(this: System_Collections_Generic.IEnumerable_1<System_Internal.Int64>): Rewrap<this, long>;
|
|
1117
1117
|
Max(this: System_Collections_Generic.IEnumerable_1<System.Nullable_1<System_Internal.Int32>>): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
|
|
@@ -1122,29 +1122,29 @@ interface __TsonicExtMethods_System_Linq {
|
|
|
1122
1122
|
Max(this: System_Collections_Generic.IEnumerable_1<System.Nullable_1<System_Internal.Single>>): Rewrap<this, System.Nullable_1<System_Internal.Single>>;
|
|
1123
1123
|
Max(this: System_Collections_Generic.IEnumerable_1<System_Internal.Decimal>): Rewrap<this, decimal>;
|
|
1124
1124
|
Max(this: System_Collections_Generic.IEnumerable_1<System.Nullable_1<System_Internal.Decimal>>): Rewrap<this, System.Nullable_1<System_Internal.Decimal>>;
|
|
1125
|
-
Max<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, TSource | null>;
|
|
1126
|
-
Max<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, comparer: System_Collections_Generic.IComparer_1<TSource> | null): Rewrap<this, TSource | null>;
|
|
1127
|
-
Max<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, System_Internal.Int32>): Rewrap<this, int>;
|
|
1128
|
-
Max<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Int32>>): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
|
|
1129
|
-
Max<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, System_Internal.Int64>): Rewrap<this, long>;
|
|
1130
|
-
Max<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Int64>>): Rewrap<this, System.Nullable_1<System_Internal.Int64>>;
|
|
1131
|
-
Max<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, System_Internal.Single>): Rewrap<this, float>;
|
|
1132
|
-
Max<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Single>>): Rewrap<this, System.Nullable_1<System_Internal.Single>>;
|
|
1133
|
-
Max<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, System_Internal.Double>): Rewrap<this, double>;
|
|
1134
|
-
Max<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Double>>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
1135
|
-
Max<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, System_Internal.Decimal>): Rewrap<this, decimal>;
|
|
1136
|
-
Max<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Decimal>>): Rewrap<this, System.Nullable_1<System_Internal.Decimal>>;
|
|
1137
|
-
Max<TSource, TResult>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, TResult>): Rewrap<this, TResult | null>;
|
|
1138
|
-
MaxAsync<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, comparer?: System_Collections_Generic.IComparer_1<TSource> | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
|
|
1139
|
-
MaxBy<TSource, TKey>(this: System_Linq.IQueryable_1<TSource>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>): Rewrap<this, TSource | null>;
|
|
1140
|
-
MaxBy<TSource, TKey>(this: System_Linq.IQueryable_1<TSource>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>, comparer: System_Collections_Generic.IComparer_1<TSource> | null): Rewrap<this, TSource | null>;
|
|
1141
|
-
MaxBy<TSource, TKey>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>): Rewrap<this, TSource | null>;
|
|
1142
|
-
MaxBy<TSource, TKey>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey> | null): Rewrap<this, TSource | null>;
|
|
1143
|
-
MaxByAsync<TSource, TKey>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer?: System_Collections_Generic.IComparer_1<TKey> | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
|
|
1144
|
-
MaxByAsync<TSource, TKey>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer?: System_Collections_Generic.IComparer_1<TKey> | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
|
|
1145
|
-
Min<TSource>(this: System_Linq.IQueryable_1<TSource>): Rewrap<this, TSource | null>;
|
|
1146
|
-
Min<TSource>(this: System_Linq.IQueryable_1<TSource>, comparer: System_Collections_Generic.IComparer_1<TSource> | null): Rewrap<this, TSource | null>;
|
|
1147
|
-
Min<TSource, TResult>(this: System_Linq.IQueryable_1<TSource>, selector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TResult>>): Rewrap<this, TResult | null>;
|
|
1125
|
+
Max<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, TSource | null>;
|
|
1126
|
+
Max<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, comparer: System_Collections_Generic.IComparer_1<TSource> | null): Rewrap<this, TSource | null>;
|
|
1127
|
+
Max<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, System_Internal.Int32>): Rewrap<this, int>;
|
|
1128
|
+
Max<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Int32>>): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
|
|
1129
|
+
Max<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, System_Internal.Int64>): Rewrap<this, long>;
|
|
1130
|
+
Max<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Int64>>): Rewrap<this, System.Nullable_1<System_Internal.Int64>>;
|
|
1131
|
+
Max<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, System_Internal.Single>): Rewrap<this, float>;
|
|
1132
|
+
Max<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Single>>): Rewrap<this, System.Nullable_1<System_Internal.Single>>;
|
|
1133
|
+
Max<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, System_Internal.Double>): Rewrap<this, double>;
|
|
1134
|
+
Max<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Double>>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
1135
|
+
Max<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, System_Internal.Decimal>): Rewrap<this, decimal>;
|
|
1136
|
+
Max<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Decimal>>): Rewrap<this, System.Nullable_1<System_Internal.Decimal>>;
|
|
1137
|
+
Max<TSource extends unknown, TResult extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, TResult>): Rewrap<this, TResult | null>;
|
|
1138
|
+
MaxAsync<TSource extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, comparer?: System_Collections_Generic.IComparer_1<TSource> | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
|
|
1139
|
+
MaxBy<TSource extends unknown, TKey extends unknown>(this: System_Linq.IQueryable_1<TSource>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>): Rewrap<this, TSource | null>;
|
|
1140
|
+
MaxBy<TSource extends unknown, TKey extends unknown>(this: System_Linq.IQueryable_1<TSource>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>, comparer: System_Collections_Generic.IComparer_1<TSource> | null): Rewrap<this, TSource | null>;
|
|
1141
|
+
MaxBy<TSource extends unknown, TKey extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>): Rewrap<this, TSource | null>;
|
|
1142
|
+
MaxBy<TSource extends unknown, TKey extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey> | null): Rewrap<this, TSource | null>;
|
|
1143
|
+
MaxByAsync<TSource extends unknown, TKey extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer?: System_Collections_Generic.IComparer_1<TKey> | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
|
|
1144
|
+
MaxByAsync<TSource extends unknown, TKey extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer?: System_Collections_Generic.IComparer_1<TKey> | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
|
|
1145
|
+
Min<TSource extends unknown>(this: System_Linq.IQueryable_1<TSource>): Rewrap<this, TSource | null>;
|
|
1146
|
+
Min<TSource extends unknown>(this: System_Linq.IQueryable_1<TSource>, comparer: System_Collections_Generic.IComparer_1<TSource> | null): Rewrap<this, TSource | null>;
|
|
1147
|
+
Min<TSource extends unknown, TResult extends unknown>(this: System_Linq.IQueryable_1<TSource>, selector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TResult>>): Rewrap<this, TResult | null>;
|
|
1148
1148
|
Min(this: System_Linq.ParallelQuery_1<System_Internal.Int32>): Rewrap<this, int>;
|
|
1149
1149
|
Min(this: System_Linq.ParallelQuery_1<System.Nullable_1<System_Internal.Int32>>): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
|
|
1150
1150
|
Min(this: System_Linq.ParallelQuery_1<System_Internal.Int64>): Rewrap<this, long>;
|
|
@@ -1155,18 +1155,18 @@ interface __TsonicExtMethods_System_Linq {
|
|
|
1155
1155
|
Min(this: System_Linq.ParallelQuery_1<System.Nullable_1<System_Internal.Double>>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
1156
1156
|
Min(this: System_Linq.ParallelQuery_1<System_Internal.Decimal>): Rewrap<this, decimal>;
|
|
1157
1157
|
Min(this: System_Linq.ParallelQuery_1<System.Nullable_1<System_Internal.Decimal>>): Rewrap<this, System.Nullable_1<System_Internal.Decimal>>;
|
|
1158
|
-
Min<TSource>(this: System_Linq.ParallelQuery_1<TSource>): Rewrap<this, TSource | null>;
|
|
1159
|
-
Min<TSource>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, System_Internal.Int32>): Rewrap<this, int>;
|
|
1160
|
-
Min<TSource>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Int32>>): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
|
|
1161
|
-
Min<TSource>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, System_Internal.Int64>): Rewrap<this, long>;
|
|
1162
|
-
Min<TSource>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Int64>>): Rewrap<this, System.Nullable_1<System_Internal.Int64>>;
|
|
1163
|
-
Min<TSource>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, System_Internal.Single>): Rewrap<this, float>;
|
|
1164
|
-
Min<TSource>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Single>>): Rewrap<this, System.Nullable_1<System_Internal.Single>>;
|
|
1165
|
-
Min<TSource>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, System_Internal.Double>): Rewrap<this, double>;
|
|
1166
|
-
Min<TSource>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Double>>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
1167
|
-
Min<TSource>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, System_Internal.Decimal>): Rewrap<this, decimal>;
|
|
1168
|
-
Min<TSource>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Decimal>>): Rewrap<this, System.Nullable_1<System_Internal.Decimal>>;
|
|
1169
|
-
Min<TSource, TResult>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, TResult>): Rewrap<this, TResult | null>;
|
|
1158
|
+
Min<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>): Rewrap<this, TSource | null>;
|
|
1159
|
+
Min<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, System_Internal.Int32>): Rewrap<this, int>;
|
|
1160
|
+
Min<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Int32>>): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
|
|
1161
|
+
Min<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, System_Internal.Int64>): Rewrap<this, long>;
|
|
1162
|
+
Min<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Int64>>): Rewrap<this, System.Nullable_1<System_Internal.Int64>>;
|
|
1163
|
+
Min<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, System_Internal.Single>): Rewrap<this, float>;
|
|
1164
|
+
Min<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Single>>): Rewrap<this, System.Nullable_1<System_Internal.Single>>;
|
|
1165
|
+
Min<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, System_Internal.Double>): Rewrap<this, double>;
|
|
1166
|
+
Min<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Double>>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
1167
|
+
Min<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, System_Internal.Decimal>): Rewrap<this, decimal>;
|
|
1168
|
+
Min<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Decimal>>): Rewrap<this, System.Nullable_1<System_Internal.Decimal>>;
|
|
1169
|
+
Min<TSource extends unknown, TResult extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, TResult>): Rewrap<this, TResult | null>;
|
|
1170
1170
|
Min(this: System_Collections_Generic.IEnumerable_1<System_Internal.Int32>): Rewrap<this, int>;
|
|
1171
1171
|
Min(this: System_Collections_Generic.IEnumerable_1<System_Internal.Int64>): Rewrap<this, long>;
|
|
1172
1172
|
Min(this: System_Collections_Generic.IEnumerable_1<System.Nullable_1<System_Internal.Int32>>): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
|
|
@@ -1177,160 +1177,156 @@ interface __TsonicExtMethods_System_Linq {
|
|
|
1177
1177
|
Min(this: System_Collections_Generic.IEnumerable_1<System.Nullable_1<System_Internal.Double>>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
1178
1178
|
Min(this: System_Collections_Generic.IEnumerable_1<System_Internal.Decimal>): Rewrap<this, decimal>;
|
|
1179
1179
|
Min(this: System_Collections_Generic.IEnumerable_1<System.Nullable_1<System_Internal.Decimal>>): Rewrap<this, System.Nullable_1<System_Internal.Decimal>>;
|
|
1180
|
-
Min<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, TSource | null>;
|
|
1181
|
-
Min<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, comparer: System_Collections_Generic.IComparer_1<TSource> | null): Rewrap<this, TSource | null>;
|
|
1182
|
-
Min<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, System_Internal.Int32>): Rewrap<this, int>;
|
|
1183
|
-
Min<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Int32>>): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
|
|
1184
|
-
Min<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, System_Internal.Int64>): Rewrap<this, long>;
|
|
1185
|
-
Min<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Int64>>): Rewrap<this, System.Nullable_1<System_Internal.Int64>>;
|
|
1186
|
-
Min<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, System_Internal.Single>): Rewrap<this, float>;
|
|
1187
|
-
Min<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Single>>): Rewrap<this, System.Nullable_1<System_Internal.Single>>;
|
|
1188
|
-
Min<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, System_Internal.Double>): Rewrap<this, double>;
|
|
1189
|
-
Min<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Double>>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
1190
|
-
Min<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, System_Internal.Decimal>): Rewrap<this, decimal>;
|
|
1191
|
-
Min<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Decimal>>): Rewrap<this, System.Nullable_1<System_Internal.Decimal>>;
|
|
1192
|
-
Min<TSource, TResult>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, TResult>): Rewrap<this, TResult | null>;
|
|
1193
|
-
MinAsync<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, comparer?: System_Collections_Generic.IComparer_1<TSource> | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
|
|
1194
|
-
MinBy<TSource, TKey>(this: System_Linq.IQueryable_1<TSource>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>): Rewrap<this, TSource | null>;
|
|
1195
|
-
MinBy<TSource, TKey>(this: System_Linq.IQueryable_1<TSource>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>, comparer: System_Collections_Generic.IComparer_1<TSource> | null): Rewrap<this, TSource | null>;
|
|
1196
|
-
MinBy<TSource, TKey>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>): Rewrap<this, TSource | null>;
|
|
1197
|
-
MinBy<TSource, TKey>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey> | null): Rewrap<this, TSource | null>;
|
|
1198
|
-
MinByAsync<TSource, TKey>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer?: System_Collections_Generic.IComparer_1<TKey> | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
|
|
1199
|
-
MinByAsync<TSource, TKey>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer?: System_Collections_Generic.IComparer_1<TKey> | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
|
|
1200
|
-
OfType<TResult>(this: System_Collections_Generic.IAsyncEnumerable_1<
|
|
1201
|
-
OfType<TResult>(this: System_Linq.IQueryable): Rewrap<this, System_Linq.IQueryable_1<TResult>>;
|
|
1202
|
-
OfType<TResult>(this: System_Linq.ParallelQuery): Rewrap<this, System_Linq.ParallelQuery_1<TResult>>;
|
|
1203
|
-
OfType<TResult>(this: System_Collections.IEnumerable): Rewrap<this, System_Collections_Generic.IEnumerable_1<TResult>>;
|
|
1204
|
-
Order<T>(this: System_Collections_Generic.IAsyncEnumerable_1<T>, comparer?: System_Collections_Generic.IComparer_1<T> | null): Rewrap<this, System_Linq.IOrderedAsyncEnumerable_1<T>>;
|
|
1205
|
-
Order<T>(this: System_Linq.IQueryable_1<T>): Rewrap<this, System_Linq.IOrderedQueryable_1<T>>;
|
|
1206
|
-
Order<T>(this: System_Linq.IQueryable_1<T>, comparer: System_Collections_Generic.IComparer_1<T>): Rewrap<this, System_Linq.IOrderedQueryable_1<T>>;
|
|
1207
|
-
Order<T>(this: System_Collections_Generic.IEnumerable_1<T>): Rewrap<this, System_Linq.IOrderedEnumerable_1<T>>;
|
|
1208
|
-
Order<T>(this: System_Collections_Generic.IEnumerable_1<T>, comparer: System_Collections_Generic.IComparer_1<T> | null): Rewrap<this, System_Linq.IOrderedEnumerable_1<T>>;
|
|
1209
|
-
OrderBy<TSource, TKey>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer?: System_Collections_Generic.IComparer_1<TKey> | null): Rewrap<this, System_Linq.IOrderedAsyncEnumerable_1<TSource>>;
|
|
1210
|
-
OrderBy<TSource, TKey>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer?: System_Collections_Generic.IComparer_1<TKey> | null): Rewrap<this, System_Linq.IOrderedAsyncEnumerable_1<TSource>>;
|
|
1211
|
-
OrderBy<TSource, TKey>(this: System_Linq.IQueryable_1<TSource>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>): Rewrap<this, System_Linq.IOrderedQueryable_1<TSource>>;
|
|
1212
|
-
OrderBy<TSource, TKey>(this: System_Linq.IQueryable_1<TSource>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>, comparer: System_Collections_Generic.IComparer_1<TKey> | null): Rewrap<this, System_Linq.IOrderedQueryable_1<TSource>>;
|
|
1213
|
-
OrderBy<TSource, TKey>(this: System_Linq.
|
|
1214
|
-
OrderBy<TSource, TKey>(this: System_Linq.
|
|
1215
|
-
OrderBy<TSource, TKey>(this:
|
|
1216
|
-
OrderBy<TSource, TKey>(this:
|
|
1217
|
-
|
|
1218
|
-
|
|
1219
|
-
OrderByDescending<TSource, TKey>(this:
|
|
1220
|
-
OrderByDescending<TSource, TKey>(this:
|
|
1221
|
-
OrderByDescending<TSource, TKey>(this: System_Linq.
|
|
1222
|
-
OrderByDescending<TSource, TKey>(this: System_Linq.
|
|
1223
|
-
OrderByDescending<TSource, TKey>(this:
|
|
1224
|
-
OrderByDescending<TSource, TKey>(this:
|
|
1225
|
-
|
|
1226
|
-
|
|
1227
|
-
|
|
1228
|
-
|
|
1229
|
-
OrderDescending<T>(this: System_Collections_Generic.
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
|
|
1236
|
-
|
|
1237
|
-
|
|
1238
|
-
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
RightJoin<TOuter, TInner, TKey, TResult>(this: System_Collections_Generic.
|
|
1242
|
-
RightJoin<TOuter, TInner, TKey, TResult>(this: System_Collections_Generic.
|
|
1243
|
-
|
|
1244
|
-
|
|
1245
|
-
|
|
1246
|
-
|
|
1247
|
-
Select<
|
|
1248
|
-
Select<TSource, TResult>(this:
|
|
1249
|
-
Select<TSource, TResult>(this:
|
|
1250
|
-
Select<TSource, TResult>(this: System_Collections_Generic.
|
|
1251
|
-
Select<TSource, TResult>(this:
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
SelectMany<TSource, TCollection, TResult>(this:
|
|
1257
|
-
SelectMany<TSource, TResult>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>,
|
|
1258
|
-
SelectMany<TSource, TResult>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>,
|
|
1259
|
-
SelectMany<TSource, TResult>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>,
|
|
1260
|
-
SelectMany<TSource, TCollection, TResult>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, collectionSelector: System.
|
|
1261
|
-
SelectMany<TSource
|
|
1262
|
-
SelectMany<TSource, TCollection, TResult>(this:
|
|
1263
|
-
SelectMany<TSource
|
|
1264
|
-
SelectMany<TSource
|
|
1265
|
-
SelectMany<TSource, TResult>(this: System_Linq.
|
|
1266
|
-
SelectMany<TSource, TCollection, TResult>(this: System_Linq.
|
|
1267
|
-
SelectMany<TSource, TResult>(this:
|
|
1268
|
-
SelectMany<TSource, TResult>(this:
|
|
1269
|
-
SelectMany<TSource, TCollection, TResult>(this:
|
|
1270
|
-
SelectMany<TSource, TCollection, TResult>(this:
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
SequenceEqual<
|
|
1276
|
-
SequenceEqual<
|
|
1277
|
-
SequenceEqual<
|
|
1278
|
-
SequenceEqual<TSource>(this: System_Linq.
|
|
1279
|
-
SequenceEqual<TSource>(this: System_Linq.
|
|
1280
|
-
SequenceEqual<TSource>(this:
|
|
1281
|
-
SequenceEqual<TSource>(this:
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
Single<
|
|
1291
|
-
Single<
|
|
1292
|
-
Single<TSource>(this:
|
|
1293
|
-
Single<TSource>(this:
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
SingleOrDefault<
|
|
1302
|
-
SingleOrDefault<
|
|
1303
|
-
SingleOrDefault<TSource>(this: System_Linq.
|
|
1304
|
-
SingleOrDefault<TSource>(this: System_Linq.
|
|
1305
|
-
SingleOrDefault<TSource>(this:
|
|
1306
|
-
SingleOrDefault<TSource>(this:
|
|
1307
|
-
SingleOrDefault<TSource>(this:
|
|
1308
|
-
SingleOrDefault<TSource>(this:
|
|
1309
|
-
|
|
1310
|
-
|
|
1311
|
-
|
|
1312
|
-
|
|
1313
|
-
SingleOrDefaultAsync<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
|
|
1314
|
-
SingleOrDefaultAsync<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, defaultValue: TSource, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
|
|
1319
|
-
|
|
1320
|
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
SkipWhile<TSource>(this:
|
|
1327
|
-
SkipWhile<TSource>(this:
|
|
1328
|
-
SkipWhile<TSource>(this: System_Collections_Generic.
|
|
1329
|
-
SkipWhile<TSource>(this:
|
|
1330
|
-
SkipWhile<TSource>(this: System_Linq.ParallelQuery_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>): Rewrap<this, System_Linq.ParallelQuery_1<TSource>>;
|
|
1331
|
-
SkipWhile<TSource>(this: System_Linq.ParallelQuery_1<TSource>, predicate: System.Func_3<TSource, System_Internal.Int32, System_Internal.Boolean>): Rewrap<this, System_Linq.ParallelQuery_1<TSource>>;
|
|
1332
|
-
SkipWhile<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
|
|
1333
|
-
SkipWhile<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, predicate: System.Func_3<TSource, System_Internal.Int32, System_Internal.Boolean>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
|
|
1180
|
+
Min<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, TSource | null>;
|
|
1181
|
+
Min<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, comparer: System_Collections_Generic.IComparer_1<TSource> | null): Rewrap<this, TSource | null>;
|
|
1182
|
+
Min<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, System_Internal.Int32>): Rewrap<this, int>;
|
|
1183
|
+
Min<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Int32>>): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
|
|
1184
|
+
Min<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, System_Internal.Int64>): Rewrap<this, long>;
|
|
1185
|
+
Min<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Int64>>): Rewrap<this, System.Nullable_1<System_Internal.Int64>>;
|
|
1186
|
+
Min<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, System_Internal.Single>): Rewrap<this, float>;
|
|
1187
|
+
Min<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Single>>): Rewrap<this, System.Nullable_1<System_Internal.Single>>;
|
|
1188
|
+
Min<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, System_Internal.Double>): Rewrap<this, double>;
|
|
1189
|
+
Min<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Double>>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
1190
|
+
Min<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, System_Internal.Decimal>): Rewrap<this, decimal>;
|
|
1191
|
+
Min<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Decimal>>): Rewrap<this, System.Nullable_1<System_Internal.Decimal>>;
|
|
1192
|
+
Min<TSource extends unknown, TResult extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, TResult>): Rewrap<this, TResult | null>;
|
|
1193
|
+
MinAsync<TSource extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, comparer?: System_Collections_Generic.IComparer_1<TSource> | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
|
|
1194
|
+
MinBy<TSource extends unknown, TKey extends unknown>(this: System_Linq.IQueryable_1<TSource>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>): Rewrap<this, TSource | null>;
|
|
1195
|
+
MinBy<TSource extends unknown, TKey extends unknown>(this: System_Linq.IQueryable_1<TSource>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>, comparer: System_Collections_Generic.IComparer_1<TSource> | null): Rewrap<this, TSource | null>;
|
|
1196
|
+
MinBy<TSource extends unknown, TKey extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>): Rewrap<this, TSource | null>;
|
|
1197
|
+
MinBy<TSource extends unknown, TKey extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey> | null): Rewrap<this, TSource | null>;
|
|
1198
|
+
MinByAsync<TSource extends unknown, TKey extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer?: System_Collections_Generic.IComparer_1<TKey> | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
|
|
1199
|
+
MinByAsync<TSource extends unknown, TKey extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer?: System_Collections_Generic.IComparer_1<TKey> | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
|
|
1200
|
+
OfType<TResult extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<unknown | null>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TResult>>;
|
|
1201
|
+
OfType<TResult extends unknown>(this: System_Linq.IQueryable): Rewrap<this, System_Linq.IQueryable_1<TResult>>;
|
|
1202
|
+
OfType<TResult extends unknown>(this: System_Linq.ParallelQuery): Rewrap<this, System_Linq.ParallelQuery_1<TResult>>;
|
|
1203
|
+
OfType<TResult extends unknown>(this: System_Collections.IEnumerable): Rewrap<this, System_Collections_Generic.IEnumerable_1<TResult>>;
|
|
1204
|
+
Order<T extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<T>, comparer?: System_Collections_Generic.IComparer_1<T> | null): Rewrap<this, System_Linq.IOrderedAsyncEnumerable_1<T>>;
|
|
1205
|
+
Order<T extends unknown>(this: System_Linq.IQueryable_1<T>): Rewrap<this, System_Linq.IOrderedQueryable_1<T>>;
|
|
1206
|
+
Order<T extends unknown>(this: System_Linq.IQueryable_1<T>, comparer: System_Collections_Generic.IComparer_1<T>): Rewrap<this, System_Linq.IOrderedQueryable_1<T>>;
|
|
1207
|
+
Order<T extends unknown>(this: System_Collections_Generic.IEnumerable_1<T>): Rewrap<this, System_Linq.IOrderedEnumerable_1<T>>;
|
|
1208
|
+
Order<T extends unknown>(this: System_Collections_Generic.IEnumerable_1<T>, comparer: System_Collections_Generic.IComparer_1<T> | null): Rewrap<this, System_Linq.IOrderedEnumerable_1<T>>;
|
|
1209
|
+
OrderBy<TSource extends unknown, TKey extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer?: System_Collections_Generic.IComparer_1<TKey> | null): Rewrap<this, System_Linq.IOrderedAsyncEnumerable_1<TSource>>;
|
|
1210
|
+
OrderBy<TSource extends unknown, TKey extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer?: System_Collections_Generic.IComparer_1<TKey> | null): Rewrap<this, System_Linq.IOrderedAsyncEnumerable_1<TSource>>;
|
|
1211
|
+
OrderBy<TSource extends unknown, TKey extends unknown>(this: System_Linq.IQueryable_1<TSource>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>): Rewrap<this, System_Linq.IOrderedQueryable_1<TSource>>;
|
|
1212
|
+
OrderBy<TSource extends unknown, TKey extends unknown>(this: System_Linq.IQueryable_1<TSource>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>, comparer: System_Collections_Generic.IComparer_1<TKey> | null): Rewrap<this, System_Linq.IOrderedQueryable_1<TSource>>;
|
|
1213
|
+
OrderBy<TSource extends unknown, TKey extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, keySelector: System.Func_2<TSource, TKey>): Rewrap<this, System_Linq.OrderedParallelQuery_1<TSource>>;
|
|
1214
|
+
OrderBy<TSource extends unknown, TKey extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey> | null): Rewrap<this, System_Linq.OrderedParallelQuery_1<TSource>>;
|
|
1215
|
+
OrderBy<TSource extends unknown, TKey extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>): Rewrap<this, System_Linq.IOrderedEnumerable_1<TSource>>;
|
|
1216
|
+
OrderBy<TSource extends unknown, TKey extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey> | null): Rewrap<this, System_Linq.IOrderedEnumerable_1<TSource>>;
|
|
1217
|
+
OrderByDescending<TSource extends unknown, TKey extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer?: System_Collections_Generic.IComparer_1<TKey> | null): Rewrap<this, System_Linq.IOrderedAsyncEnumerable_1<TSource>>;
|
|
1218
|
+
OrderByDescending<TSource extends unknown, TKey extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer?: System_Collections_Generic.IComparer_1<TKey> | null): Rewrap<this, System_Linq.IOrderedAsyncEnumerable_1<TSource>>;
|
|
1219
|
+
OrderByDescending<TSource extends unknown, TKey extends unknown>(this: System_Linq.IQueryable_1<TSource>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>): Rewrap<this, System_Linq.IOrderedQueryable_1<TSource>>;
|
|
1220
|
+
OrderByDescending<TSource extends unknown, TKey extends unknown>(this: System_Linq.IQueryable_1<TSource>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>, comparer: System_Collections_Generic.IComparer_1<TKey> | null): Rewrap<this, System_Linq.IOrderedQueryable_1<TSource>>;
|
|
1221
|
+
OrderByDescending<TSource extends unknown, TKey extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, keySelector: System.Func_2<TSource, TKey>): Rewrap<this, System_Linq.OrderedParallelQuery_1<TSource>>;
|
|
1222
|
+
OrderByDescending<TSource extends unknown, TKey extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey> | null): Rewrap<this, System_Linq.OrderedParallelQuery_1<TSource>>;
|
|
1223
|
+
OrderByDescending<TSource extends unknown, TKey extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>): Rewrap<this, System_Linq.IOrderedEnumerable_1<TSource>>;
|
|
1224
|
+
OrderByDescending<TSource extends unknown, TKey extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey> | null): Rewrap<this, System_Linq.IOrderedEnumerable_1<TSource>>;
|
|
1225
|
+
OrderDescending<T extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<T>, comparer?: System_Collections_Generic.IComparer_1<T> | null): Rewrap<this, System_Linq.IOrderedAsyncEnumerable_1<T>>;
|
|
1226
|
+
OrderDescending<T extends unknown>(this: System_Linq.IQueryable_1<T>): Rewrap<this, System_Linq.IOrderedQueryable_1<T>>;
|
|
1227
|
+
OrderDescending<T extends unknown>(this: System_Linq.IQueryable_1<T>, comparer: System_Collections_Generic.IComparer_1<T>): Rewrap<this, System_Linq.IOrderedQueryable_1<T>>;
|
|
1228
|
+
OrderDescending<T extends unknown>(this: System_Collections_Generic.IEnumerable_1<T>): Rewrap<this, System_Linq.IOrderedEnumerable_1<T>>;
|
|
1229
|
+
OrderDescending<T extends unknown>(this: System_Collections_Generic.IEnumerable_1<T>, comparer: System_Collections_Generic.IComparer_1<T> | null): Rewrap<this, System_Linq.IOrderedEnumerable_1<T>>;
|
|
1230
|
+
Prepend<TSource extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, element: TSource): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource>>;
|
|
1231
|
+
Prepend<TSource extends unknown>(this: System_Linq.IQueryable_1<TSource>, element: TSource): Rewrap<this, System_Linq.IQueryable_1<TSource>>;
|
|
1232
|
+
Prepend<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, element: TSource): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
|
|
1233
|
+
Reverse<TSource extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource>>;
|
|
1234
|
+
Reverse<TSource extends unknown>(this: System_Linq.IQueryable_1<TSource>): Rewrap<this, System_Linq.IQueryable_1<TSource>>;
|
|
1235
|
+
Reverse<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>): Rewrap<this, System_Linq.ParallelQuery_1<TSource>>;
|
|
1236
|
+
Reverse<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
|
|
1237
|
+
RightJoin<TOuter extends unknown, TInner extends unknown, TKey extends unknown, TResult extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TOuter>, inner: System_Collections_Generic.IAsyncEnumerable_1<TInner>, outerKeySelector: System.Func_2<TOuter, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<TOuter | null, TInner, TResult>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TResult>>;
|
|
1238
|
+
RightJoin<TOuter extends unknown, TInner extends unknown, TKey extends unknown, TResult extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TOuter>, inner: System_Collections_Generic.IAsyncEnumerable_1<TInner>, outerKeySelector: System.Func_3<TOuter, 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<TOuter, TInner, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TResult>>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TResult>>;
|
|
1239
|
+
RightJoin<TOuter extends unknown, TInner extends unknown, TKey extends unknown, TResult extends unknown>(this: System_Linq.IQueryable_1<TOuter>, inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<TOuter, TKey>>, innerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<TInner, TKey>>, resultSelector: System_Linq_Expressions.Expression_1<System.Func_3<TOuter | null, TInner, TResult>>): Rewrap<this, System_Linq.IQueryable_1<TResult>>;
|
|
1240
|
+
RightJoin<TOuter extends unknown, TInner extends unknown, TKey extends unknown, TResult extends unknown>(this: System_Linq.IQueryable_1<TOuter>, inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<TOuter, TKey>>, innerKeySelector: System_Linq_Expressions.Expression_1<System.Func_2<TInner, TKey>>, resultSelector: System_Linq_Expressions.Expression_1<System.Func_3<TOuter | null, TInner, TResult>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Linq.IQueryable_1<TResult>>;
|
|
1241
|
+
RightJoin<TOuter extends unknown, TInner extends unknown, TKey extends unknown, TResult extends unknown>(this: System_Collections_Generic.IEnumerable_1<TOuter>, inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System.Func_2<TOuter, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<TOuter | null, TInner, TResult>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TResult>>;
|
|
1242
|
+
RightJoin<TOuter extends unknown, TInner extends unknown, TKey extends unknown, TResult extends unknown>(this: System_Collections_Generic.IEnumerable_1<TOuter>, inner: System_Collections_Generic.IEnumerable_1<TInner>, outerKeySelector: System.Func_2<TOuter, TKey>, innerKeySelector: System.Func_2<TInner, TKey>, resultSelector: System.Func_3<TOuter | null, TInner, TResult>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IEnumerable_1<TResult>>;
|
|
1243
|
+
Select<T extends unknown, TResult extends unknown>(this: System_Collections_Immutable.ImmutableArray_1<T>, selector: System.Func_2<T, TResult>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TResult>>;
|
|
1244
|
+
Select<TSource extends unknown, TResult extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, selector: System.Func_2<TSource, TResult>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TResult>>;
|
|
1245
|
+
Select<TSource extends unknown, TResult extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, selector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TResult>>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TResult>>;
|
|
1246
|
+
Select<TSource extends unknown, TResult extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, selector: System.Func_4<TSource, System_Internal.Int32, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TResult>>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TResult>>;
|
|
1247
|
+
Select<TSource extends unknown, TResult extends unknown>(this: System_Linq.IQueryable_1<TSource>, selector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TResult>>): Rewrap<this, System_Linq.IQueryable_1<TResult>>;
|
|
1248
|
+
Select<TSource extends unknown, TResult extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, TResult>): Rewrap<this, System_Linq.ParallelQuery_1<TResult>>;
|
|
1249
|
+
Select<TSource extends unknown, TResult extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_3<TSource, System_Internal.Int32, TResult>): Rewrap<this, System_Linq.ParallelQuery_1<TResult>>;
|
|
1250
|
+
Select<TSource extends unknown, TResult extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, TResult>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TResult>>;
|
|
1251
|
+
Select<TSource extends unknown, TResult extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_3<TSource, System_Internal.Int32, TResult>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TResult>>;
|
|
1252
|
+
SelectMany<TSource extends unknown, TCollection extends unknown, TResult extends unknown>(this: System_Collections_Immutable.ImmutableArray_1<TSource>, collectionSelector: System.Func_2<TSource, System_Collections_Generic.IEnumerable_1<TCollection>>, resultSelector: System.Func_3<TSource, TCollection, TResult>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TResult>>;
|
|
1253
|
+
SelectMany<TSource extends unknown, TResult extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, selector: System.Func_2<TSource, System_Collections_Generic.IEnumerable_1<TResult>>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TResult>>;
|
|
1254
|
+
SelectMany<TSource extends unknown, TResult extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, selector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Collections_Generic.IEnumerable_1<TResult>>>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TResult>>;
|
|
1255
|
+
SelectMany<TSource extends unknown, TResult extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, selector: System.Func_4<TSource, System_Internal.Int32, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Collections_Generic.IEnumerable_1<TResult>>>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TResult>>;
|
|
1256
|
+
SelectMany<TSource extends unknown, TCollection extends unknown, TResult extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, collectionSelector: System.Func_2<TSource, System_Collections_Generic.IEnumerable_1<TCollection>>, resultSelector: System.Func_3<TSource, TCollection, TResult>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TResult>>;
|
|
1257
|
+
SelectMany<TSource extends unknown, TCollection extends unknown, TResult extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, collectionSelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Collections_Generic.IEnumerable_1<TCollection>>>, resultSelector: System.Func_4<TSource, TCollection, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TResult>>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TResult>>;
|
|
1258
|
+
SelectMany<TSource extends unknown, TCollection extends unknown, TResult extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, collectionSelector: System.Func_2<TSource, System_Collections_Generic.IAsyncEnumerable_1<TCollection>>, resultSelector: System.Func_4<TSource, TCollection, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TResult>>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TResult>>;
|
|
1259
|
+
SelectMany<TSource extends unknown, TCollection extends unknown, TResult extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, collectionSelector: System.Func_3<TSource, System_Internal.Int32, System_Collections_Generic.IEnumerable_1<TCollection>>, resultSelector: System.Func_3<TSource, TCollection, TResult>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TResult>>;
|
|
1260
|
+
SelectMany<TSource extends unknown, TCollection extends unknown, TResult extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, collectionSelector: System.Func_4<TSource, System_Internal.Int32, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Collections_Generic.IEnumerable_1<TCollection>>>, resultSelector: System.Func_4<TSource, TCollection, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TResult>>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TResult>>;
|
|
1261
|
+
SelectMany<TSource extends unknown, TResult extends unknown>(this: System_Linq.IQueryable_1<TSource>, selector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, System_Collections_Generic.IEnumerable_1<TResult>>>): Rewrap<this, System_Linq.IQueryable_1<TResult>>;
|
|
1262
|
+
SelectMany<TSource extends unknown, TCollection extends unknown, TResult extends unknown>(this: System_Linq.IQueryable_1<TSource>, collectionSelector: System_Linq_Expressions.Expression_1<System.Func_3<TSource, System_Internal.Int32, System_Collections_Generic.IEnumerable_1<TCollection>>>, resultSelector: System_Linq_Expressions.Expression_1<System.Func_3<TSource, TCollection, TResult>>): Rewrap<this, System_Linq.IQueryable_1<TResult>>;
|
|
1263
|
+
SelectMany<TSource extends unknown, TResult extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, System_Collections_Generic.IEnumerable_1<TResult>>): Rewrap<this, System_Linq.ParallelQuery_1<TResult>>;
|
|
1264
|
+
SelectMany<TSource extends unknown, TResult extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_3<TSource, System_Internal.Int32, System_Collections_Generic.IEnumerable_1<TResult>>): Rewrap<this, System_Linq.ParallelQuery_1<TResult>>;
|
|
1265
|
+
SelectMany<TSource extends unknown, TCollection extends unknown, TResult extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, collectionSelector: System.Func_2<TSource, System_Collections_Generic.IEnumerable_1<TCollection>>, resultSelector: System.Func_3<TSource, TCollection, TResult>): Rewrap<this, System_Linq.ParallelQuery_1<TResult>>;
|
|
1266
|
+
SelectMany<TSource extends unknown, TCollection extends unknown, TResult extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, collectionSelector: System.Func_3<TSource, System_Internal.Int32, System_Collections_Generic.IEnumerable_1<TCollection>>, resultSelector: System.Func_3<TSource, TCollection, TResult>): Rewrap<this, System_Linq.ParallelQuery_1<TResult>>;
|
|
1267
|
+
SelectMany<TSource extends unknown, TResult extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, System_Collections_Generic.IEnumerable_1<TResult>>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TResult>>;
|
|
1268
|
+
SelectMany<TSource extends unknown, TResult extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_3<TSource, System_Internal.Int32, System_Collections_Generic.IEnumerable_1<TResult>>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TResult>>;
|
|
1269
|
+
SelectMany<TSource extends unknown, TCollection extends unknown, TResult extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, collectionSelector: System.Func_3<TSource, System_Internal.Int32, System_Collections_Generic.IEnumerable_1<TCollection>>, resultSelector: System.Func_3<TSource, TCollection, TResult>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TResult>>;
|
|
1270
|
+
SelectMany<TSource extends unknown, TCollection extends unknown, TResult extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, collectionSelector: System.Func_2<TSource, System_Collections_Generic.IEnumerable_1<TCollection>>, resultSelector: System.Func_3<TSource, TCollection, TResult>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TResult>>;
|
|
1271
|
+
SequenceEqual<TDerived extends unknown & TBase, TBase extends unknown>(this: System_Collections_Immutable.ImmutableArray_1<TBase>, items: System_Collections_Immutable.ImmutableArray_1<TDerived>, comparer?: System_Collections_Generic.IEqualityComparer_1<TBase> | null): Rewrap<this, boolean>;
|
|
1272
|
+
SequenceEqual<TDerived extends unknown & TBase, TBase extends unknown>(this: System_Collections_Immutable.ImmutableArray_1<TBase>, items: System_Collections_Generic.IEnumerable_1<TDerived>, comparer?: System_Collections_Generic.IEqualityComparer_1<TBase> | null): Rewrap<this, boolean>;
|
|
1273
|
+
SequenceEqual<TDerived extends unknown & TBase, TBase extends unknown>(this: System_Collections_Immutable.ImmutableArray_1<TBase>, items: System_Collections_Immutable.ImmutableArray_1<TDerived>, predicate: System.Func_3<TBase, TBase, System_Internal.Boolean>): Rewrap<this, boolean>;
|
|
1274
|
+
SequenceEqual<TSource extends unknown>(this: System_Linq.IQueryable_1<TSource>, source2: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, boolean>;
|
|
1275
|
+
SequenceEqual<TSource extends unknown>(this: System_Linq.IQueryable_1<TSource>, source2: System_Collections_Generic.IEnumerable_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource> | null): Rewrap<this, boolean>;
|
|
1276
|
+
SequenceEqual<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, second: System_Linq.ParallelQuery_1<TSource>): Rewrap<this, boolean>;
|
|
1277
|
+
SequenceEqual<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, second: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, boolean>;
|
|
1278
|
+
SequenceEqual<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, second: System_Linq.ParallelQuery_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource> | null): Rewrap<this, boolean>;
|
|
1279
|
+
SequenceEqual<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, second: System_Collections_Generic.IEnumerable_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource> | null): Rewrap<this, boolean>;
|
|
1280
|
+
SequenceEqual<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, second: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, boolean>;
|
|
1281
|
+
SequenceEqual<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, second: System_Collections_Generic.IEnumerable_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource> | null): Rewrap<this, boolean>;
|
|
1282
|
+
SequenceEqualAsync<TSource extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, second: System_Collections_Generic.IAsyncEnumerable_1<TSource>, comparer?: System_Collections_Generic.IEqualityComparer_1<TSource> | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>;
|
|
1283
|
+
Shuffle<TSource extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource>>;
|
|
1284
|
+
Shuffle<TSource extends unknown>(this: System_Linq.IQueryable_1<TSource>): Rewrap<this, System_Linq.IQueryable_1<TSource>>;
|
|
1285
|
+
Shuffle<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
|
|
1286
|
+
Single<T extends unknown>(this: System_Collections_Immutable.ImmutableArray_1<T>): Rewrap<this, T>;
|
|
1287
|
+
Single<T extends unknown>(this: System_Collections_Immutable.ImmutableArray_1<T>, predicate: System.Func_2<T, System_Internal.Boolean>): Rewrap<this, T>;
|
|
1288
|
+
Single<TSource extends unknown>(this: System_Linq.IQueryable_1<TSource>): Rewrap<this, TSource>;
|
|
1289
|
+
Single<TSource extends unknown>(this: System_Linq.IQueryable_1<TSource>, predicate: System_Linq_Expressions.Expression_1<System.Func_2<TSource, System_Internal.Boolean>>): Rewrap<this, TSource>;
|
|
1290
|
+
Single<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>): Rewrap<this, TSource>;
|
|
1291
|
+
Single<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>): Rewrap<this, TSource>;
|
|
1292
|
+
Single<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, TSource>;
|
|
1293
|
+
Single<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>): Rewrap<this, TSource>;
|
|
1294
|
+
SingleAsync<TSource extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
|
|
1295
|
+
SingleAsync<TSource extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
|
|
1296
|
+
SingleAsync<TSource extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, predicate: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
|
|
1297
|
+
SingleOrDefault<T extends unknown>(this: System_Collections_Immutable.ImmutableArray_1<T>): Rewrap<this, T | null>;
|
|
1298
|
+
SingleOrDefault<T extends unknown>(this: System_Collections_Immutable.ImmutableArray_1<T>, predicate: System.Func_2<T, System_Internal.Boolean>): Rewrap<this, T | null>;
|
|
1299
|
+
SingleOrDefault<TSource extends unknown>(this: System_Linq.IQueryable_1<TSource>): Rewrap<this, TSource | null>;
|
|
1300
|
+
SingleOrDefault<TSource extends unknown>(this: System_Linq.IQueryable_1<TSource>, defaultValue: TSource): Rewrap<this, TSource>;
|
|
1301
|
+
SingleOrDefault<TSource extends unknown>(this: System_Linq.IQueryable_1<TSource>, predicate: System_Linq_Expressions.Expression_1<System.Func_2<TSource, System_Internal.Boolean>>): Rewrap<this, TSource | null>;
|
|
1302
|
+
SingleOrDefault<TSource extends unknown>(this: System_Linq.IQueryable_1<TSource>, predicate: System_Linq_Expressions.Expression_1<System.Func_2<TSource, System_Internal.Boolean>>, defaultValue: TSource): Rewrap<this, TSource>;
|
|
1303
|
+
SingleOrDefault<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>): Rewrap<this, TSource | null>;
|
|
1304
|
+
SingleOrDefault<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>): Rewrap<this, TSource | null>;
|
|
1305
|
+
SingleOrDefault<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, TSource | null>;
|
|
1306
|
+
SingleOrDefault<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, defaultValue: TSource): Rewrap<this, TSource>;
|
|
1307
|
+
SingleOrDefault<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>): Rewrap<this, TSource | null>;
|
|
1308
|
+
SingleOrDefault<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>, defaultValue: TSource): Rewrap<this, TSource>;
|
|
1309
|
+
SingleOrDefaultAsync<TSource extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
|
|
1310
|
+
SingleOrDefaultAsync<TSource extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, defaultValue: TSource, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
|
|
1311
|
+
SingleOrDefaultAsync<TSource extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
|
|
1312
|
+
SingleOrDefaultAsync<TSource extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, predicate: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
|
|
1313
|
+
SingleOrDefaultAsync<TSource extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>, defaultValue: TSource, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
|
|
1314
|
+
SingleOrDefaultAsync<TSource extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, predicate: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>, defaultValue: TSource, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource>>;
|
|
1315
|
+
Skip<TSource extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, count: int): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource>>;
|
|
1316
|
+
Skip<TSource extends unknown>(this: System_Linq.IQueryable_1<TSource>, count: int): Rewrap<this, System_Linq.IQueryable_1<TSource>>;
|
|
1317
|
+
Skip<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, count: int): Rewrap<this, System_Linq.ParallelQuery_1<TSource>>;
|
|
1318
|
+
Skip<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, count: int): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
|
|
1319
|
+
SkipLast<TSource extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, count: int): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource>>;
|
|
1320
|
+
SkipLast<TSource extends unknown>(this: System_Linq.IQueryable_1<TSource>, count: int): Rewrap<this, System_Linq.IQueryable_1<TSource>>;
|
|
1321
|
+
SkipLast<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, count: int): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
|
|
1322
|
+
SkipWhile<TSource extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource>>;
|
|
1323
|
+
SkipWhile<TSource extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, predicate: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource>>;
|
|
1324
|
+
SkipWhile<TSource extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, predicate: System.Func_4<TSource, System_Internal.Int32, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource>>;
|
|
1325
|
+
SkipWhile<TSource extends unknown>(this: System_Linq.IQueryable_1<TSource>, predicate: System_Linq_Expressions.Expression_1<System.Func_2<TSource, System_Internal.Boolean>>): Rewrap<this, System_Linq.IQueryable_1<TSource>>;
|
|
1326
|
+
SkipWhile<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>): Rewrap<this, System_Linq.ParallelQuery_1<TSource>>;
|
|
1327
|
+
SkipWhile<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, predicate: System.Func_3<TSource, System_Internal.Int32, System_Internal.Boolean>): Rewrap<this, System_Linq.ParallelQuery_1<TSource>>;
|
|
1328
|
+
SkipWhile<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
|
|
1329
|
+
SkipWhile<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, predicate: System.Func_3<TSource, System_Internal.Int32, System_Internal.Boolean>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
|
|
1334
1330
|
Sum(this: System_Linq.IQueryable_1<System_Internal.Int32>): Rewrap<this, int>;
|
|
1335
1331
|
Sum(this: System_Linq.IQueryable_1<System.Nullable_1<System_Internal.Int32>>): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
|
|
1336
1332
|
Sum(this: System_Linq.IQueryable_1<System_Internal.Int64>): Rewrap<this, long>;
|
|
@@ -1341,16 +1337,16 @@ interface __TsonicExtMethods_System_Linq {
|
|
|
1341
1337
|
Sum(this: System_Linq.IQueryable_1<System.Nullable_1<System_Internal.Double>>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
1342
1338
|
Sum(this: System_Linq.IQueryable_1<System_Internal.Decimal>): Rewrap<this, decimal>;
|
|
1343
1339
|
Sum(this: System_Linq.IQueryable_1<System.Nullable_1<System_Internal.Decimal>>): Rewrap<this, System.Nullable_1<System_Internal.Decimal>>;
|
|
1344
|
-
Sum<TSource>(this: System_Linq.IQueryable_1<TSource>, selector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, System_Internal.Int32>>): Rewrap<this, int>;
|
|
1345
|
-
Sum<TSource>(this: System_Linq.IQueryable_1<TSource>, selector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, System.Nullable_1<System_Internal.Int32>>>): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
|
|
1346
|
-
Sum<TSource>(this: System_Linq.IQueryable_1<TSource>, selector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, System_Internal.Int64>>): Rewrap<this, long>;
|
|
1347
|
-
Sum<TSource>(this: System_Linq.IQueryable_1<TSource>, selector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, System.Nullable_1<System_Internal.Int64>>>): Rewrap<this, System.Nullable_1<System_Internal.Int64>>;
|
|
1348
|
-
Sum<TSource>(this: System_Linq.IQueryable_1<TSource>, selector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, System_Internal.Single>>): Rewrap<this, float>;
|
|
1349
|
-
Sum<TSource>(this: System_Linq.IQueryable_1<TSource>, selector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, System.Nullable_1<System_Internal.Single>>>): Rewrap<this, System.Nullable_1<System_Internal.Single>>;
|
|
1350
|
-
Sum<TSource>(this: System_Linq.IQueryable_1<TSource>, selector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, System_Internal.Double>>): Rewrap<this, double>;
|
|
1351
|
-
Sum<TSource>(this: System_Linq.IQueryable_1<TSource>, selector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, System.Nullable_1<System_Internal.Double>>>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
1352
|
-
Sum<TSource>(this: System_Linq.IQueryable_1<TSource>, selector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, System_Internal.Decimal>>): Rewrap<this, decimal>;
|
|
1353
|
-
Sum<TSource>(this: System_Linq.IQueryable_1<TSource>, selector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, System.Nullable_1<System_Internal.Decimal>>>): Rewrap<this, System.Nullable_1<System_Internal.Decimal>>;
|
|
1340
|
+
Sum<TSource extends unknown>(this: System_Linq.IQueryable_1<TSource>, selector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, System_Internal.Int32>>): Rewrap<this, int>;
|
|
1341
|
+
Sum<TSource extends unknown>(this: System_Linq.IQueryable_1<TSource>, selector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, System.Nullable_1<System_Internal.Int32>>>): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
|
|
1342
|
+
Sum<TSource extends unknown>(this: System_Linq.IQueryable_1<TSource>, selector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, System_Internal.Int64>>): Rewrap<this, long>;
|
|
1343
|
+
Sum<TSource extends unknown>(this: System_Linq.IQueryable_1<TSource>, selector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, System.Nullable_1<System_Internal.Int64>>>): Rewrap<this, System.Nullable_1<System_Internal.Int64>>;
|
|
1344
|
+
Sum<TSource extends unknown>(this: System_Linq.IQueryable_1<TSource>, selector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, System_Internal.Single>>): Rewrap<this, float>;
|
|
1345
|
+
Sum<TSource extends unknown>(this: System_Linq.IQueryable_1<TSource>, selector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, System.Nullable_1<System_Internal.Single>>>): Rewrap<this, System.Nullable_1<System_Internal.Single>>;
|
|
1346
|
+
Sum<TSource extends unknown>(this: System_Linq.IQueryable_1<TSource>, selector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, System_Internal.Double>>): Rewrap<this, double>;
|
|
1347
|
+
Sum<TSource extends unknown>(this: System_Linq.IQueryable_1<TSource>, selector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, System.Nullable_1<System_Internal.Double>>>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
1348
|
+
Sum<TSource extends unknown>(this: System_Linq.IQueryable_1<TSource>, selector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, System_Internal.Decimal>>): Rewrap<this, decimal>;
|
|
1349
|
+
Sum<TSource extends unknown>(this: System_Linq.IQueryable_1<TSource>, selector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, System.Nullable_1<System_Internal.Decimal>>>): Rewrap<this, System.Nullable_1<System_Internal.Decimal>>;
|
|
1354
1350
|
Sum(this: System_Linq.ParallelQuery_1<System_Internal.Int32>): Rewrap<this, int>;
|
|
1355
1351
|
Sum(this: System_Linq.ParallelQuery_1<System.Nullable_1<System_Internal.Int32>>): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
|
|
1356
1352
|
Sum(this: System_Linq.ParallelQuery_1<System_Internal.Int64>): Rewrap<this, long>;
|
|
@@ -1361,16 +1357,16 @@ interface __TsonicExtMethods_System_Linq {
|
|
|
1361
1357
|
Sum(this: System_Linq.ParallelQuery_1<System.Nullable_1<System_Internal.Double>>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
1362
1358
|
Sum(this: System_Linq.ParallelQuery_1<System_Internal.Decimal>): Rewrap<this, decimal>;
|
|
1363
1359
|
Sum(this: System_Linq.ParallelQuery_1<System.Nullable_1<System_Internal.Decimal>>): Rewrap<this, System.Nullable_1<System_Internal.Decimal>>;
|
|
1364
|
-
Sum<TSource>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, System_Internal.Int32>): Rewrap<this, int>;
|
|
1365
|
-
Sum<TSource>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Int32>>): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
|
|
1366
|
-
Sum<TSource>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, System_Internal.Int64>): Rewrap<this, long>;
|
|
1367
|
-
Sum<TSource>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Int64>>): Rewrap<this, System.Nullable_1<System_Internal.Int64>>;
|
|
1368
|
-
Sum<TSource>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, System_Internal.Single>): Rewrap<this, float>;
|
|
1369
|
-
Sum<TSource>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Single>>): Rewrap<this, System.Nullable_1<System_Internal.Single>>;
|
|
1370
|
-
Sum<TSource>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, System_Internal.Double>): Rewrap<this, double>;
|
|
1371
|
-
Sum<TSource>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Double>>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
1372
|
-
Sum<TSource>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, System_Internal.Decimal>): Rewrap<this, decimal>;
|
|
1373
|
-
Sum<TSource>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Decimal>>): Rewrap<this, System.Nullable_1<System_Internal.Decimal>>;
|
|
1360
|
+
Sum<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, System_Internal.Int32>): Rewrap<this, int>;
|
|
1361
|
+
Sum<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Int32>>): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
|
|
1362
|
+
Sum<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, System_Internal.Int64>): Rewrap<this, long>;
|
|
1363
|
+
Sum<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Int64>>): Rewrap<this, System.Nullable_1<System_Internal.Int64>>;
|
|
1364
|
+
Sum<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, System_Internal.Single>): Rewrap<this, float>;
|
|
1365
|
+
Sum<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Single>>): Rewrap<this, System.Nullable_1<System_Internal.Single>>;
|
|
1366
|
+
Sum<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, System_Internal.Double>): Rewrap<this, double>;
|
|
1367
|
+
Sum<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Double>>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
1368
|
+
Sum<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, System_Internal.Decimal>): Rewrap<this, decimal>;
|
|
1369
|
+
Sum<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Decimal>>): Rewrap<this, System.Nullable_1<System_Internal.Decimal>>;
|
|
1374
1370
|
Sum(this: System_Collections_Generic.IEnumerable_1<System_Internal.Int32>): Rewrap<this, int>;
|
|
1375
1371
|
Sum(this: System_Collections_Generic.IEnumerable_1<System_Internal.Int64>): Rewrap<this, long>;
|
|
1376
1372
|
Sum(this: System_Collections_Generic.IEnumerable_1<System_Internal.Single>): Rewrap<this, float>;
|
|
@@ -1381,16 +1377,16 @@ interface __TsonicExtMethods_System_Linq {
|
|
|
1381
1377
|
Sum(this: System_Collections_Generic.IEnumerable_1<System.Nullable_1<System_Internal.Single>>): Rewrap<this, System.Nullable_1<System_Internal.Single>>;
|
|
1382
1378
|
Sum(this: System_Collections_Generic.IEnumerable_1<System.Nullable_1<System_Internal.Double>>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
1383
1379
|
Sum(this: System_Collections_Generic.IEnumerable_1<System.Nullable_1<System_Internal.Decimal>>): Rewrap<this, System.Nullable_1<System_Internal.Decimal>>;
|
|
1384
|
-
Sum<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, System_Internal.Int32>): Rewrap<this, int>;
|
|
1385
|
-
Sum<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, System_Internal.Int64>): Rewrap<this, long>;
|
|
1386
|
-
Sum<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, System_Internal.Single>): Rewrap<this, float>;
|
|
1387
|
-
Sum<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, System_Internal.Double>): Rewrap<this, double>;
|
|
1388
|
-
Sum<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, System_Internal.Decimal>): Rewrap<this, decimal>;
|
|
1389
|
-
Sum<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Int32>>): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
|
|
1390
|
-
Sum<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Int64>>): Rewrap<this, System.Nullable_1<System_Internal.Int64>>;
|
|
1391
|
-
Sum<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Single>>): Rewrap<this, System.Nullable_1<System_Internal.Single>>;
|
|
1392
|
-
Sum<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Double>>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
1393
|
-
Sum<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Decimal>>): Rewrap<this, System.Nullable_1<System_Internal.Decimal>>;
|
|
1380
|
+
Sum<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, System_Internal.Int32>): Rewrap<this, int>;
|
|
1381
|
+
Sum<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, System_Internal.Int64>): Rewrap<this, long>;
|
|
1382
|
+
Sum<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, System_Internal.Single>): Rewrap<this, float>;
|
|
1383
|
+
Sum<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, System_Internal.Double>): Rewrap<this, double>;
|
|
1384
|
+
Sum<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, System_Internal.Decimal>): Rewrap<this, decimal>;
|
|
1385
|
+
Sum<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Int32>>): Rewrap<this, System.Nullable_1<System_Internal.Int32>>;
|
|
1386
|
+
Sum<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Int64>>): Rewrap<this, System.Nullable_1<System_Internal.Int64>>;
|
|
1387
|
+
Sum<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Single>>): Rewrap<this, System.Nullable_1<System_Internal.Single>>;
|
|
1388
|
+
Sum<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Double>>): Rewrap<this, System.Nullable_1<System_Internal.Double>>;
|
|
1389
|
+
Sum<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, selector: System.Func_2<TSource, System.Nullable_1<System_Internal.Decimal>>): Rewrap<this, System.Nullable_1<System_Internal.Decimal>>;
|
|
1394
1390
|
SumAsync(this: System_Collections_Generic.IAsyncEnumerable_1<System_Internal.Int32>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System_Internal.Int32>>;
|
|
1395
1391
|
SumAsync(this: System_Collections_Generic.IAsyncEnumerable_1<System_Internal.Int64>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System_Internal.Int64>>;
|
|
1396
1392
|
SumAsync(this: System_Collections_Generic.IAsyncEnumerable_1<System_Internal.Single>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System_Internal.Single>>;
|
|
@@ -1401,202 +1397,201 @@ interface __TsonicExtMethods_System_Linq {
|
|
|
1401
1397
|
SumAsync(this: System_Collections_Generic.IAsyncEnumerable_1<System.Nullable_1<System_Internal.Single>>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System.Nullable_1<System_Internal.Single>>>;
|
|
1402
1398
|
SumAsync(this: System_Collections_Generic.IAsyncEnumerable_1<System.Nullable_1<System_Internal.Double>>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System.Nullable_1<System_Internal.Double>>>;
|
|
1403
1399
|
SumAsync(this: System_Collections_Generic.IAsyncEnumerable_1<System.Nullable_1<System_Internal.Decimal>>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System.Nullable_1<System_Internal.Decimal>>>;
|
|
1404
|
-
Take<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, count: int): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource>>;
|
|
1405
|
-
Take<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, range: System.Range): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource>>;
|
|
1406
|
-
Take<TSource>(this: System_Linq.IQueryable_1<TSource>, count: int): Rewrap<this, System_Linq.IQueryable_1<TSource>>;
|
|
1407
|
-
Take<TSource>(this: System_Linq.IQueryable_1<TSource>, range: System.Range): Rewrap<this, System_Linq.IQueryable_1<TSource>>;
|
|
1408
|
-
Take<TSource>(this: System_Linq.ParallelQuery_1<TSource>, count: int): Rewrap<this, System_Linq.ParallelQuery_1<TSource>>;
|
|
1409
|
-
Take<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, count: int): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
|
|
1410
|
-
Take<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, range: System.Range): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
|
|
1411
|
-
TakeLast<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, count: int): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource>>;
|
|
1412
|
-
TakeLast<TSource>(this: System_Linq.IQueryable_1<TSource>, count: int): Rewrap<this, System_Linq.IQueryable_1<TSource>>;
|
|
1413
|
-
TakeLast<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, count: int): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
|
|
1414
|
-
TakeWhile<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource>>;
|
|
1415
|
-
TakeWhile<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, predicate: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource>>;
|
|
1416
|
-
TakeWhile<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, predicate: System.Func_4<TSource, System_Internal.Int32, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource>>;
|
|
1417
|
-
TakeWhile<TSource>(this: System_Linq.IQueryable_1<TSource>, predicate: System_Linq_Expressions.Expression_1<System.Func_2<TSource, System_Internal.Boolean>>): Rewrap<this, System_Linq.IQueryable_1<TSource>>;
|
|
1418
|
-
TakeWhile<TSource>(this: System_Linq.ParallelQuery_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>): Rewrap<this, System_Linq.ParallelQuery_1<TSource>>;
|
|
1419
|
-
TakeWhile<TSource>(this: System_Linq.ParallelQuery_1<TSource>, predicate: System.Func_3<TSource, System_Internal.Int32, System_Internal.Boolean>): Rewrap<this, System_Linq.ParallelQuery_1<TSource>>;
|
|
1420
|
-
TakeWhile<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
|
|
1421
|
-
TakeWhile<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, predicate: System.Func_3<TSource, System_Internal.Int32, System_Internal.Boolean>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
|
|
1422
|
-
ThenBy<TSource, TKey>(this: System_Linq.IOrderedAsyncEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer?: System_Collections_Generic.IComparer_1<TKey> | null): Rewrap<this, System_Linq.IOrderedAsyncEnumerable_1<TSource>>;
|
|
1423
|
-
ThenBy<TSource, TKey>(this: System_Linq.IOrderedAsyncEnumerable_1<TSource>, keySelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer?: System_Collections_Generic.IComparer_1<TKey> | null): Rewrap<this, System_Linq.IOrderedAsyncEnumerable_1<TSource>>;
|
|
1424
|
-
ThenBy<TSource, TKey>(this: System_Linq.IOrderedEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>): Rewrap<this, System_Linq.IOrderedEnumerable_1<TSource>>;
|
|
1425
|
-
ThenBy<TSource, TKey>(this: System_Linq.IOrderedEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey> | null): Rewrap<this, System_Linq.IOrderedEnumerable_1<TSource>>;
|
|
1426
|
-
ThenBy<TSource, TKey>(this: System_Linq.IOrderedQueryable_1<TSource>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>): Rewrap<this, System_Linq.IOrderedQueryable_1<TSource>>;
|
|
1427
|
-
ThenBy<TSource, TKey>(this: System_Linq.IOrderedQueryable_1<TSource>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>, comparer: System_Collections_Generic.IComparer_1<TKey> | null): Rewrap<this, System_Linq.IOrderedQueryable_1<TSource>>;
|
|
1428
|
-
ThenBy<TSource, TKey>(this: System_Linq.OrderedParallelQuery_1<TSource>, keySelector: System.Func_2<TSource, TKey>): Rewrap<this, System_Linq.OrderedParallelQuery_1<TSource>>;
|
|
1429
|
-
ThenBy<TSource, TKey>(this: System_Linq.OrderedParallelQuery_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey> | null): Rewrap<this, System_Linq.OrderedParallelQuery_1<TSource>>;
|
|
1430
|
-
ThenByDescending<TSource, TKey>(this: System_Linq.IOrderedAsyncEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer?: System_Collections_Generic.IComparer_1<TKey> | null): Rewrap<this, System_Linq.IOrderedAsyncEnumerable_1<TSource>>;
|
|
1431
|
-
ThenByDescending<TSource, TKey>(this: System_Linq.IOrderedAsyncEnumerable_1<TSource>, keySelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer?: System_Collections_Generic.IComparer_1<TKey> | null): Rewrap<this, System_Linq.IOrderedAsyncEnumerable_1<TSource>>;
|
|
1432
|
-
ThenByDescending<TSource, TKey>(this: System_Linq.IOrderedEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>): Rewrap<this, System_Linq.IOrderedEnumerable_1<TSource>>;
|
|
1433
|
-
ThenByDescending<TSource, TKey>(this: System_Linq.IOrderedEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey> | null): Rewrap<this, System_Linq.IOrderedEnumerable_1<TSource>>;
|
|
1434
|
-
ThenByDescending<TSource, TKey>(this: System_Linq.IOrderedQueryable_1<TSource>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>): Rewrap<this, System_Linq.IOrderedQueryable_1<TSource>>;
|
|
1435
|
-
ThenByDescending<TSource, TKey>(this: System_Linq.IOrderedQueryable_1<TSource>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>, comparer: System_Collections_Generic.IComparer_1<TKey> | null): Rewrap<this, System_Linq.IOrderedQueryable_1<TSource>>;
|
|
1436
|
-
ThenByDescending<TSource, TKey>(this: System_Linq.OrderedParallelQuery_1<TSource>, keySelector: System.Func_2<TSource, TKey>): Rewrap<this, System_Linq.OrderedParallelQuery_1<TSource>>;
|
|
1437
|
-
ThenByDescending<TSource, TKey>(this: System_Linq.OrderedParallelQuery_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey> | null): Rewrap<this, System_Linq.OrderedParallelQuery_1<TSource>>;
|
|
1438
|
-
ToArray<T>(this: System_Collections_Immutable.ImmutableArray_1<T>): Rewrap<this, T[]>;
|
|
1439
|
-
ToArray<TSource>(this: System_Linq.ParallelQuery_1<TSource>): Rewrap<this, TSource[]>;
|
|
1440
|
-
ToArray<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, TSource[]>;
|
|
1441
|
-
ToArrayAsync<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource[]>>;
|
|
1442
|
-
ToAsyncEnumerable<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource>>;
|
|
1443
|
-
ToDictionary<TKey, T>(this: System_Collections_Immutable.ImmutableArray_1<T>, keySelector: System.Func_2<T, TKey>): Rewrap<this, System_Collections_Generic.Dictionary_2<TKey, T>>;
|
|
1444
|
-
ToDictionary<TKey, TElement, T>(this: System_Collections_Immutable.ImmutableArray_1<T>, keySelector: System.Func_2<T, TKey>, elementSelector: System.Func_2<T, TElement>): Rewrap<this, System_Collections_Generic.Dictionary_2<TKey, TElement>>;
|
|
1445
|
-
ToDictionary<TKey, T>(this: System_Collections_Immutable.ImmutableArray_1<T>, keySelector: System.Func_2<T, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.Dictionary_2<TKey, T>>;
|
|
1446
|
-
ToDictionary<TKey, TElement, T>(this: System_Collections_Immutable.ImmutableArray_1<T>, keySelector: System.Func_2<T, TKey>, elementSelector: System.Func_2<T, TElement>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.Dictionary_2<TKey, TElement>>;
|
|
1447
|
-
ToDictionary<TSource, TKey>(this: System_Linq.ParallelQuery_1<TSource>, keySelector: System.Func_2<TSource, TKey>): Rewrap<this, System_Collections_Generic.Dictionary_2<TKey, TSource>>;
|
|
1448
|
-
ToDictionary<TSource, TKey>(this: System_Linq.ParallelQuery_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.Dictionary_2<TKey, TSource>>;
|
|
1449
|
-
ToDictionary<TSource, TKey, TElement>(this: System_Linq.ParallelQuery_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TElement>): Rewrap<this, System_Collections_Generic.Dictionary_2<TKey, TElement>>;
|
|
1450
|
-
ToDictionary<TSource, TKey, TElement>(this: System_Linq.ParallelQuery_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TElement>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.Dictionary_2<TKey, TElement>>;
|
|
1451
|
-
ToDictionary<TKey, TValue>(this: System_Collections_Generic.IEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, TValue>>): Rewrap<this, System_Collections_Generic.Dictionary_2<TKey, TValue>>;
|
|
1452
|
-
ToDictionary<TKey, TValue>(this: System_Collections_Generic.IEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, TValue>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.Dictionary_2<TKey, TValue>>;
|
|
1453
|
-
ToDictionary<TSource, TKey>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>): Rewrap<this, System_Collections_Generic.Dictionary_2<TKey, TSource>>;
|
|
1454
|
-
ToDictionary<TSource, TKey>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.Dictionary_2<TKey, TSource>>;
|
|
1455
|
-
ToDictionary<TSource, TKey, TElement>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TElement>): Rewrap<this, System_Collections_Generic.Dictionary_2<TKey, TElement>>;
|
|
1456
|
-
ToDictionary<TSource, TKey, TElement>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TElement>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.Dictionary_2<TKey, TElement>>;
|
|
1457
|
-
ToDictionaryAsync<TKey, TValue>(this: System_Collections_Generic.IAsyncEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, TValue>>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System_Collections_Generic.Dictionary_2<TKey, TValue>>>;
|
|
1458
|
-
ToDictionaryAsync<TSource, TKey>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System_Collections_Generic.Dictionary_2<TKey, TSource>>>;
|
|
1459
|
-
ToDictionaryAsync<TSource, TKey>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System_Collections_Generic.Dictionary_2<TKey, TSource>>>;
|
|
1460
|
-
ToDictionaryAsync<TSource, TKey, TElement>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TElement>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System_Collections_Generic.Dictionary_2<TKey, TElement>>>;
|
|
1461
|
-
ToDictionaryAsync<TSource, TKey, TElement>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, elementSelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TElement>>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System_Collections_Generic.Dictionary_2<TKey, TElement>>>;
|
|
1462
|
-
ToHashSet<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, System_Collections_Generic.HashSet_1<TSource>>;
|
|
1463
|
-
ToHashSet<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource> | null): Rewrap<this, System_Collections_Generic.HashSet_1<TSource>>;
|
|
1464
|
-
ToHashSetAsync<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, comparer?: System_Collections_Generic.IEqualityComparer_1<TSource> | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System_Collections_Generic.HashSet_1<TSource>>>;
|
|
1465
|
-
ToList<TSource>(this: System_Linq.ParallelQuery_1<TSource>): Rewrap<this, System_Collections_Generic.List_1<TSource>>;
|
|
1466
|
-
ToList<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, System_Collections_Generic.List_1<TSource>>;
|
|
1467
|
-
ToListAsync<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System_Collections_Generic.List_1<TSource>>>;
|
|
1468
|
-
ToLookup<TSource, TKey>(this: System_Linq.ParallelQuery_1<TSource>, keySelector: System.Func_2<TSource, TKey>): Rewrap<this, System_Linq.ILookup_2<TKey, TSource>>;
|
|
1469
|
-
ToLookup<TSource, TKey>(this: System_Linq.ParallelQuery_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Linq.ILookup_2<TKey, TSource>>;
|
|
1470
|
-
ToLookup<TSource, TKey, TElement>(this: System_Linq.ParallelQuery_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TElement>): Rewrap<this, System_Linq.ILookup_2<TKey, TElement>>;
|
|
1471
|
-
ToLookup<TSource, TKey, TElement>(this: System_Linq.ParallelQuery_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TElement>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Linq.ILookup_2<TKey, TElement>>;
|
|
1472
|
-
ToLookup<TSource, TKey>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>): Rewrap<this, System_Linq.ILookup_2<TKey, TSource>>;
|
|
1473
|
-
ToLookup<TSource, TKey>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Linq.ILookup_2<TKey, TSource>>;
|
|
1474
|
-
ToLookup<TSource, TKey, TElement>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TElement>): Rewrap<this, System_Linq.ILookup_2<TKey, TElement>>;
|
|
1475
|
-
ToLookup<TSource, TKey, TElement>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TElement>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Linq.ILookup_2<TKey, TElement>>;
|
|
1476
|
-
ToLookupAsync<TSource, TKey>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System_Linq.ILookup_2<TKey, TSource>>>;
|
|
1477
|
-
ToLookupAsync<TSource, TKey>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System_Linq.ILookup_2<TKey, TSource>>>;
|
|
1478
|
-
ToLookupAsync<TSource, TKey, TElement>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TElement>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System_Linq.ILookup_2<TKey, TElement>>>;
|
|
1479
|
-
ToLookupAsync<TSource, TKey, TElement>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, elementSelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TElement>>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System_Linq.ILookup_2<TKey, TElement>>>;
|
|
1480
|
-
TryGetNonEnumeratedCount<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, count: int): Rewrap<this, boolean>;
|
|
1481
|
-
Union<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, second: System_Collections_Generic.IAsyncEnumerable_1<TSource>, comparer?: System_Collections_Generic.IEqualityComparer_1<TSource> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource>>;
|
|
1482
|
-
Union<TSource>(this: System_Linq.IQueryable_1<TSource>, source2: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, System_Linq.IQueryable_1<TSource>>;
|
|
1483
|
-
Union<TSource>(this: System_Linq.IQueryable_1<TSource>, source2: System_Collections_Generic.IEnumerable_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource> | null): Rewrap<this, System_Linq.IQueryable_1<TSource>>;
|
|
1484
|
-
Union<TSource>(this: System_Linq.ParallelQuery_1<TSource>, second: System_Linq.ParallelQuery_1<TSource>): Rewrap<this, System_Linq.ParallelQuery_1<TSource>>;
|
|
1485
|
-
Union<TSource>(this: System_Linq.ParallelQuery_1<TSource>, second: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, System_Linq.ParallelQuery_1<TSource>>;
|
|
1486
|
-
Union<TSource>(this: System_Linq.ParallelQuery_1<TSource>, second: System_Linq.ParallelQuery_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource> | null): Rewrap<this, System_Linq.ParallelQuery_1<TSource>>;
|
|
1487
|
-
Union<TSource>(this: System_Linq.ParallelQuery_1<TSource>, second: System_Collections_Generic.IEnumerable_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource> | null): Rewrap<this, System_Linq.ParallelQuery_1<TSource>>;
|
|
1488
|
-
Union<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, second: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
|
|
1489
|
-
Union<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, second: System_Collections_Generic.IEnumerable_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource> | null): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
|
|
1490
|
-
UnionBy<TSource, TKey>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, second: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource>>;
|
|
1491
|
-
UnionBy<TSource, TKey>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, second: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource>>;
|
|
1492
|
-
UnionBy<TSource, TKey>(this: System_Linq.IQueryable_1<TSource>, source2: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>): Rewrap<this, System_Linq.IQueryable_1<TSource>>;
|
|
1493
|
-
UnionBy<TSource, TKey>(this: System_Linq.IQueryable_1<TSource>, source2: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Linq.IQueryable_1<TSource>>;
|
|
1494
|
-
UnionBy<TSource, TKey>(this: System_Collections_Generic.IEnumerable_1<TSource>, second: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
|
|
1495
|
-
UnionBy<TSource, TKey>(this: System_Collections_Generic.IEnumerable_1<TSource>, second: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
|
|
1496
|
-
Where<T>(this: System_Collections_Immutable.ImmutableArray_1<T>, predicate: System.Func_2<T, System_Internal.Boolean>): Rewrap<this, System_Collections_Generic.IEnumerable_1<T>>;
|
|
1497
|
-
Where<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource>>;
|
|
1498
|
-
Where<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, predicate: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource>>;
|
|
1499
|
-
Where<TSource>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, predicate: System.Func_4<TSource, System_Internal.Int32, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource>>;
|
|
1500
|
-
Where<TSource>(this: System_Linq.IQueryable_1<TSource>, predicate: System_Linq_Expressions.Expression_1<System.Func_2<TSource, System_Internal.Boolean>>): Rewrap<this, System_Linq.IQueryable_1<TSource>>;
|
|
1501
|
-
Where<TSource>(this: System_Linq.
|
|
1502
|
-
Where<TSource>(this: System_Linq.ParallelQuery_1<TSource>, predicate: System.
|
|
1503
|
-
Where<TSource>(this:
|
|
1504
|
-
Where<TSource>(this: System_Collections_Generic.IEnumerable_1<TSource>, predicate: System.
|
|
1505
|
-
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
Zip<TFirst, TSecond, TResult>(this: System_Collections_Generic.IAsyncEnumerable_1<TFirst>, second: System_Collections_Generic.IAsyncEnumerable_1<TSecond>, resultSelector: System.
|
|
1511
|
-
Zip<TFirst, TSecond
|
|
1512
|
-
Zip<TFirst, TSecond>(this: System_Collections_Generic.IAsyncEnumerable_1<TFirst>, second: System_Collections_Generic.IAsyncEnumerable_1<TSecond>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<System.
|
|
1513
|
-
Zip<TFirst, TSecond
|
|
1514
|
-
Zip<TFirst, TSecond>(this: System_Linq.IQueryable_1<TFirst>, source2: System_Collections_Generic.IEnumerable_1<TSecond
|
|
1515
|
-
Zip<TFirst, TSecond,
|
|
1516
|
-
Zip<TFirst, TSecond,
|
|
1517
|
-
Zip<TFirst, TSecond, TResult>(this: System_Linq.ParallelQuery_1<TFirst>, second:
|
|
1518
|
-
Zip<TFirst, TSecond, TResult>(this:
|
|
1519
|
-
Zip<TFirst, TSecond
|
|
1520
|
-
Zip<TFirst, TSecond>(this: System_Collections_Generic.IEnumerable_1<TFirst>, second: System_Collections_Generic.IEnumerable_1<TSecond>): Rewrap<this, System_Collections_Generic.IEnumerable_1<System.
|
|
1521
|
-
Zip<TFirst, TSecond, TThird>(this: System_Collections_Generic.IEnumerable_1<TFirst>, second: System_Collections_Generic.IEnumerable_1<TSecond>, third: System_Collections_Generic.IEnumerable_1<TThird>): Rewrap<this, System_Collections_Generic.IEnumerable_1<System.ValueTuple_3<TFirst, TSecond, TThird>>>;
|
|
1400
|
+
Take<TSource extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, count: int): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource>>;
|
|
1401
|
+
Take<TSource extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, range: System.Range): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource>>;
|
|
1402
|
+
Take<TSource extends unknown>(this: System_Linq.IQueryable_1<TSource>, count: int): Rewrap<this, System_Linq.IQueryable_1<TSource>>;
|
|
1403
|
+
Take<TSource extends unknown>(this: System_Linq.IQueryable_1<TSource>, range: System.Range): Rewrap<this, System_Linq.IQueryable_1<TSource>>;
|
|
1404
|
+
Take<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, count: int): Rewrap<this, System_Linq.ParallelQuery_1<TSource>>;
|
|
1405
|
+
Take<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, count: int): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
|
|
1406
|
+
Take<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, range: System.Range): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
|
|
1407
|
+
TakeLast<TSource extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, count: int): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource>>;
|
|
1408
|
+
TakeLast<TSource extends unknown>(this: System_Linq.IQueryable_1<TSource>, count: int): Rewrap<this, System_Linq.IQueryable_1<TSource>>;
|
|
1409
|
+
TakeLast<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, count: int): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
|
|
1410
|
+
TakeWhile<TSource extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource>>;
|
|
1411
|
+
TakeWhile<TSource extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, predicate: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource>>;
|
|
1412
|
+
TakeWhile<TSource extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, predicate: System.Func_4<TSource, System_Internal.Int32, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource>>;
|
|
1413
|
+
TakeWhile<TSource extends unknown>(this: System_Linq.IQueryable_1<TSource>, predicate: System_Linq_Expressions.Expression_1<System.Func_2<TSource, System_Internal.Boolean>>): Rewrap<this, System_Linq.IQueryable_1<TSource>>;
|
|
1414
|
+
TakeWhile<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>): Rewrap<this, System_Linq.ParallelQuery_1<TSource>>;
|
|
1415
|
+
TakeWhile<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, predicate: System.Func_3<TSource, System_Internal.Int32, System_Internal.Boolean>): Rewrap<this, System_Linq.ParallelQuery_1<TSource>>;
|
|
1416
|
+
TakeWhile<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
|
|
1417
|
+
TakeWhile<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, predicate: System.Func_3<TSource, System_Internal.Int32, System_Internal.Boolean>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
|
|
1418
|
+
ThenBy<TSource extends unknown, TKey extends unknown>(this: System_Linq.IOrderedAsyncEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer?: System_Collections_Generic.IComparer_1<TKey> | null): Rewrap<this, System_Linq.IOrderedAsyncEnumerable_1<TSource>>;
|
|
1419
|
+
ThenBy<TSource extends unknown, TKey extends unknown>(this: System_Linq.IOrderedAsyncEnumerable_1<TSource>, keySelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer?: System_Collections_Generic.IComparer_1<TKey> | null): Rewrap<this, System_Linq.IOrderedAsyncEnumerable_1<TSource>>;
|
|
1420
|
+
ThenBy<TSource extends unknown, TKey extends unknown>(this: System_Linq.IOrderedEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>): Rewrap<this, System_Linq.IOrderedEnumerable_1<TSource>>;
|
|
1421
|
+
ThenBy<TSource extends unknown, TKey extends unknown>(this: System_Linq.IOrderedEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey> | null): Rewrap<this, System_Linq.IOrderedEnumerable_1<TSource>>;
|
|
1422
|
+
ThenBy<TSource extends unknown, TKey extends unknown>(this: System_Linq.IOrderedQueryable_1<TSource>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>): Rewrap<this, System_Linq.IOrderedQueryable_1<TSource>>;
|
|
1423
|
+
ThenBy<TSource extends unknown, TKey extends unknown>(this: System_Linq.IOrderedQueryable_1<TSource>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>, comparer: System_Collections_Generic.IComparer_1<TKey> | null): Rewrap<this, System_Linq.IOrderedQueryable_1<TSource>>;
|
|
1424
|
+
ThenBy<TSource extends unknown, TKey extends unknown>(this: System_Linq.OrderedParallelQuery_1<TSource>, keySelector: System.Func_2<TSource, TKey>): Rewrap<this, System_Linq.OrderedParallelQuery_1<TSource>>;
|
|
1425
|
+
ThenBy<TSource extends unknown, TKey extends unknown>(this: System_Linq.OrderedParallelQuery_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey> | null): Rewrap<this, System_Linq.OrderedParallelQuery_1<TSource>>;
|
|
1426
|
+
ThenByDescending<TSource extends unknown, TKey extends unknown>(this: System_Linq.IOrderedAsyncEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer?: System_Collections_Generic.IComparer_1<TKey> | null): Rewrap<this, System_Linq.IOrderedAsyncEnumerable_1<TSource>>;
|
|
1427
|
+
ThenByDescending<TSource extends unknown, TKey extends unknown>(this: System_Linq.IOrderedAsyncEnumerable_1<TSource>, keySelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer?: System_Collections_Generic.IComparer_1<TKey> | null): Rewrap<this, System_Linq.IOrderedAsyncEnumerable_1<TSource>>;
|
|
1428
|
+
ThenByDescending<TSource extends unknown, TKey extends unknown>(this: System_Linq.IOrderedEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>): Rewrap<this, System_Linq.IOrderedEnumerable_1<TSource>>;
|
|
1429
|
+
ThenByDescending<TSource extends unknown, TKey extends unknown>(this: System_Linq.IOrderedEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey> | null): Rewrap<this, System_Linq.IOrderedEnumerable_1<TSource>>;
|
|
1430
|
+
ThenByDescending<TSource extends unknown, TKey extends unknown>(this: System_Linq.IOrderedQueryable_1<TSource>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>): Rewrap<this, System_Linq.IOrderedQueryable_1<TSource>>;
|
|
1431
|
+
ThenByDescending<TSource extends unknown, TKey extends unknown>(this: System_Linq.IOrderedQueryable_1<TSource>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>, comparer: System_Collections_Generic.IComparer_1<TKey> | null): Rewrap<this, System_Linq.IOrderedQueryable_1<TSource>>;
|
|
1432
|
+
ThenByDescending<TSource extends unknown, TKey extends unknown>(this: System_Linq.OrderedParallelQuery_1<TSource>, keySelector: System.Func_2<TSource, TKey>): Rewrap<this, System_Linq.OrderedParallelQuery_1<TSource>>;
|
|
1433
|
+
ThenByDescending<TSource extends unknown, TKey extends unknown>(this: System_Linq.OrderedParallelQuery_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IComparer_1<TKey> | null): Rewrap<this, System_Linq.OrderedParallelQuery_1<TSource>>;
|
|
1434
|
+
ToArray<T extends unknown>(this: System_Collections_Immutable.ImmutableArray_1<T>): Rewrap<this, T[]>;
|
|
1435
|
+
ToArray<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>): Rewrap<this, TSource[]>;
|
|
1436
|
+
ToArray<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, TSource[]>;
|
|
1437
|
+
ToArrayAsync<TSource extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<TSource[]>>;
|
|
1438
|
+
ToAsyncEnumerable<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource>>;
|
|
1439
|
+
ToDictionary<TKey extends unknown, T extends unknown>(this: System_Collections_Immutable.ImmutableArray_1<T>, keySelector: System.Func_2<T, TKey>): Rewrap<this, System_Collections_Generic.Dictionary_2<TKey, T>>;
|
|
1440
|
+
ToDictionary<TKey extends unknown, TElement extends unknown, T extends unknown>(this: System_Collections_Immutable.ImmutableArray_1<T>, keySelector: System.Func_2<T, TKey>, elementSelector: System.Func_2<T, TElement>): Rewrap<this, System_Collections_Generic.Dictionary_2<TKey, TElement>>;
|
|
1441
|
+
ToDictionary<TKey extends unknown, T extends unknown>(this: System_Collections_Immutable.ImmutableArray_1<T>, keySelector: System.Func_2<T, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.Dictionary_2<TKey, T>>;
|
|
1442
|
+
ToDictionary<TKey extends unknown, TElement extends unknown, T extends unknown>(this: System_Collections_Immutable.ImmutableArray_1<T>, keySelector: System.Func_2<T, TKey>, elementSelector: System.Func_2<T, TElement>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.Dictionary_2<TKey, TElement>>;
|
|
1443
|
+
ToDictionary<TSource extends unknown, TKey extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, keySelector: System.Func_2<TSource, TKey>): Rewrap<this, System_Collections_Generic.Dictionary_2<TKey, TSource>>;
|
|
1444
|
+
ToDictionary<TSource extends unknown, TKey extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.Dictionary_2<TKey, TSource>>;
|
|
1445
|
+
ToDictionary<TSource extends unknown, TKey extends unknown, TElement extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TElement>): Rewrap<this, System_Collections_Generic.Dictionary_2<TKey, TElement>>;
|
|
1446
|
+
ToDictionary<TSource extends unknown, TKey extends unknown, TElement extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TElement>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.Dictionary_2<TKey, TElement>>;
|
|
1447
|
+
ToDictionary<TKey extends unknown, TValue extends unknown>(this: System_Collections_Generic.IEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, TValue>>): Rewrap<this, System_Collections_Generic.Dictionary_2<TKey, TValue>>;
|
|
1448
|
+
ToDictionary<TKey extends unknown, TValue extends unknown>(this: System_Collections_Generic.IEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, TValue>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.Dictionary_2<TKey, TValue>>;
|
|
1449
|
+
ToDictionary<TSource extends unknown, TKey extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>): Rewrap<this, System_Collections_Generic.Dictionary_2<TKey, TSource>>;
|
|
1450
|
+
ToDictionary<TSource extends unknown, TKey extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.Dictionary_2<TKey, TSource>>;
|
|
1451
|
+
ToDictionary<TSource extends unknown, TKey extends unknown, TElement extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TElement>): Rewrap<this, System_Collections_Generic.Dictionary_2<TKey, TElement>>;
|
|
1452
|
+
ToDictionary<TSource extends unknown, TKey extends unknown, TElement extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TElement>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.Dictionary_2<TKey, TElement>>;
|
|
1453
|
+
ToDictionaryAsync<TKey extends unknown, TValue extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<System_Collections_Generic.KeyValuePair_2<TKey, TValue>>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System_Collections_Generic.Dictionary_2<TKey, TValue>>>;
|
|
1454
|
+
ToDictionaryAsync<TSource extends unknown, TKey extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System_Collections_Generic.Dictionary_2<TKey, TSource>>>;
|
|
1455
|
+
ToDictionaryAsync<TSource extends unknown, TKey extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System_Collections_Generic.Dictionary_2<TKey, TSource>>>;
|
|
1456
|
+
ToDictionaryAsync<TSource extends unknown, TKey extends unknown, TElement extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TElement>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System_Collections_Generic.Dictionary_2<TKey, TElement>>>;
|
|
1457
|
+
ToDictionaryAsync<TSource extends unknown, TKey extends unknown, TElement extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, elementSelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TElement>>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System_Collections_Generic.Dictionary_2<TKey, TElement>>>;
|
|
1458
|
+
ToHashSet<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, System_Collections_Generic.HashSet_1<TSource>>;
|
|
1459
|
+
ToHashSet<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource> | null): Rewrap<this, System_Collections_Generic.HashSet_1<TSource>>;
|
|
1460
|
+
ToHashSetAsync<TSource extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, comparer?: System_Collections_Generic.IEqualityComparer_1<TSource> | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System_Collections_Generic.HashSet_1<TSource>>>;
|
|
1461
|
+
ToList<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>): Rewrap<this, System_Collections_Generic.List_1<TSource>>;
|
|
1462
|
+
ToList<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, System_Collections_Generic.List_1<TSource>>;
|
|
1463
|
+
ToListAsync<TSource extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System_Collections_Generic.List_1<TSource>>>;
|
|
1464
|
+
ToLookup<TSource extends unknown, TKey extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, keySelector: System.Func_2<TSource, TKey>): Rewrap<this, System_Linq.ILookup_2<TKey, TSource>>;
|
|
1465
|
+
ToLookup<TSource extends unknown, TKey extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Linq.ILookup_2<TKey, TSource>>;
|
|
1466
|
+
ToLookup<TSource extends unknown, TKey extends unknown, TElement extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TElement>): Rewrap<this, System_Linq.ILookup_2<TKey, TElement>>;
|
|
1467
|
+
ToLookup<TSource extends unknown, TKey extends unknown, TElement extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TElement>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Linq.ILookup_2<TKey, TElement>>;
|
|
1468
|
+
ToLookup<TSource extends unknown, TKey extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>): Rewrap<this, System_Linq.ILookup_2<TKey, TSource>>;
|
|
1469
|
+
ToLookup<TSource extends unknown, TKey extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Linq.ILookup_2<TKey, TSource>>;
|
|
1470
|
+
ToLookup<TSource extends unknown, TKey extends unknown, TElement extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TElement>): Rewrap<this, System_Linq.ILookup_2<TKey, TElement>>;
|
|
1471
|
+
ToLookup<TSource extends unknown, TKey extends unknown, TElement extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TElement>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Linq.ILookup_2<TKey, TElement>>;
|
|
1472
|
+
ToLookupAsync<TSource extends unknown, TKey extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System_Linq.ILookup_2<TKey, TSource>>>;
|
|
1473
|
+
ToLookupAsync<TSource extends unknown, TKey extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System_Linq.ILookup_2<TKey, TSource>>>;
|
|
1474
|
+
ToLookupAsync<TSource extends unknown, TKey extends unknown, TElement extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, elementSelector: System.Func_2<TSource, TElement>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System_Linq.ILookup_2<TKey, TElement>>>;
|
|
1475
|
+
ToLookupAsync<TSource extends unknown, TKey extends unknown, TElement extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, elementSelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TElement>>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.ValueTask_1<System_Linq.ILookup_2<TKey, TElement>>>;
|
|
1476
|
+
TryGetNonEnumeratedCount<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, count: int): Rewrap<this, boolean>;
|
|
1477
|
+
Union<TSource extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, second: System_Collections_Generic.IAsyncEnumerable_1<TSource>, comparer?: System_Collections_Generic.IEqualityComparer_1<TSource> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource>>;
|
|
1478
|
+
Union<TSource extends unknown>(this: System_Linq.IQueryable_1<TSource>, source2: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, System_Linq.IQueryable_1<TSource>>;
|
|
1479
|
+
Union<TSource extends unknown>(this: System_Linq.IQueryable_1<TSource>, source2: System_Collections_Generic.IEnumerable_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource> | null): Rewrap<this, System_Linq.IQueryable_1<TSource>>;
|
|
1480
|
+
Union<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, second: System_Linq.ParallelQuery_1<TSource>): Rewrap<this, System_Linq.ParallelQuery_1<TSource>>;
|
|
1481
|
+
Union<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, second: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, System_Linq.ParallelQuery_1<TSource>>;
|
|
1482
|
+
Union<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, second: System_Linq.ParallelQuery_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource> | null): Rewrap<this, System_Linq.ParallelQuery_1<TSource>>;
|
|
1483
|
+
Union<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, second: System_Collections_Generic.IEnumerable_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource> | null): Rewrap<this, System_Linq.ParallelQuery_1<TSource>>;
|
|
1484
|
+
Union<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, second: System_Collections_Generic.IEnumerable_1<TSource>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
|
|
1485
|
+
Union<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, second: System_Collections_Generic.IEnumerable_1<TSource>, comparer: System_Collections_Generic.IEqualityComparer_1<TSource> | null): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
|
|
1486
|
+
UnionBy<TSource extends unknown, TKey extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, second: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource>>;
|
|
1487
|
+
UnionBy<TSource extends unknown, TKey extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, second: System_Collections_Generic.IAsyncEnumerable_1<TSource>, keySelector: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TKey>>, comparer?: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource>>;
|
|
1488
|
+
UnionBy<TSource extends unknown, TKey extends unknown>(this: System_Linq.IQueryable_1<TSource>, source2: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>): Rewrap<this, System_Linq.IQueryable_1<TSource>>;
|
|
1489
|
+
UnionBy<TSource extends unknown, TKey extends unknown>(this: System_Linq.IQueryable_1<TSource>, source2: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System_Linq_Expressions.Expression_1<System.Func_2<TSource, TKey>>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Linq.IQueryable_1<TSource>>;
|
|
1490
|
+
UnionBy<TSource extends unknown, TKey extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, second: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
|
|
1491
|
+
UnionBy<TSource extends unknown, TKey extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, second: System_Collections_Generic.IEnumerable_1<TSource>, keySelector: System.Func_2<TSource, TKey>, comparer: System_Collections_Generic.IEqualityComparer_1<TKey> | null): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
|
|
1492
|
+
Where<T extends unknown>(this: System_Collections_Immutable.ImmutableArray_1<T>, predicate: System.Func_2<T, System_Internal.Boolean>): Rewrap<this, System_Collections_Generic.IEnumerable_1<T>>;
|
|
1493
|
+
Where<TSource extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource>>;
|
|
1494
|
+
Where<TSource extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, predicate: System.Func_3<TSource, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource>>;
|
|
1495
|
+
Where<TSource extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TSource>, predicate: System.Func_4<TSource, System_Internal.Int32, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<System_Internal.Boolean>>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TSource>>;
|
|
1496
|
+
Where<TSource extends unknown>(this: System_Linq.IQueryable_1<TSource>, predicate: System_Linq_Expressions.Expression_1<System.Func_2<TSource, System_Internal.Boolean>>): Rewrap<this, System_Linq.IQueryable_1<TSource>>;
|
|
1497
|
+
Where<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>): Rewrap<this, System_Linq.ParallelQuery_1<TSource>>;
|
|
1498
|
+
Where<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, predicate: System.Func_3<TSource, System_Internal.Int32, System_Internal.Boolean>): Rewrap<this, System_Linq.ParallelQuery_1<TSource>>;
|
|
1499
|
+
Where<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, predicate: System.Func_2<TSource, System_Internal.Boolean>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
|
|
1500
|
+
Where<TSource extends unknown>(this: System_Collections_Generic.IEnumerable_1<TSource>, predicate: System.Func_3<TSource, System_Internal.Int32, System_Internal.Boolean>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TSource>>;
|
|
1501
|
+
WithCancellation<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Linq.ParallelQuery_1<TSource>>;
|
|
1502
|
+
WithDegreeOfParallelism<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, degreeOfParallelism: int): Rewrap<this, System_Linq.ParallelQuery_1<TSource>>;
|
|
1503
|
+
WithExecutionMode<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, executionMode: System_Linq.ParallelExecutionMode): Rewrap<this, System_Linq.ParallelQuery_1<TSource>>;
|
|
1504
|
+
WithMergeOptions<TSource extends unknown>(this: System_Linq.ParallelQuery_1<TSource>, mergeOptions: System_Linq.ParallelMergeOptions): Rewrap<this, System_Linq.ParallelQuery_1<TSource>>;
|
|
1505
|
+
Zip<TFirst extends unknown, TSecond extends unknown, TResult extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TFirst>, second: System_Collections_Generic.IAsyncEnumerable_1<TSecond>, resultSelector: System.Func_3<TFirst, TSecond, TResult>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TResult>>;
|
|
1506
|
+
Zip<TFirst extends unknown, TSecond extends unknown, TResult extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TFirst>, second: System_Collections_Generic.IAsyncEnumerable_1<TSecond>, resultSelector: System.Func_4<TFirst, TSecond, System_Threading.CancellationToken, System_Threading_Tasks.ValueTask_1<TResult>>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TResult>>;
|
|
1507
|
+
Zip<TFirst extends unknown, TSecond extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TFirst>, second: System_Collections_Generic.IAsyncEnumerable_1<TSecond>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<System.ValueTuple_2<TFirst, TSecond>>>;
|
|
1508
|
+
Zip<TFirst extends unknown, TSecond extends unknown, TThird extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<TFirst>, second: System_Collections_Generic.IAsyncEnumerable_1<TSecond>, third: System_Collections_Generic.IAsyncEnumerable_1<TThird>): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<System.ValueTuple_3<TFirst, TSecond, TThird>>>;
|
|
1509
|
+
Zip<TFirst extends unknown, TSecond extends unknown>(this: System_Linq.IQueryable_1<TFirst>, source2: System_Collections_Generic.IEnumerable_1<TSecond>): Rewrap<this, System_Linq.IQueryable_1<System.ValueTuple_2<TFirst, TSecond>>>;
|
|
1510
|
+
Zip<TFirst extends unknown, TSecond extends unknown, TResult extends unknown>(this: System_Linq.IQueryable_1<TFirst>, source2: System_Collections_Generic.IEnumerable_1<TSecond>, resultSelector: System_Linq_Expressions.Expression_1<System.Func_3<TFirst, TSecond, TResult>>): Rewrap<this, System_Linq.IQueryable_1<TResult>>;
|
|
1511
|
+
Zip<TFirst extends unknown, TSecond extends unknown, TThird extends unknown>(this: System_Linq.IQueryable_1<TFirst>, source2: System_Collections_Generic.IEnumerable_1<TSecond>, source3: System_Collections_Generic.IEnumerable_1<TThird>): Rewrap<this, System_Linq.IQueryable_1<System.ValueTuple_3<TFirst, TSecond, TThird>>>;
|
|
1512
|
+
Zip<TFirst extends unknown, TSecond extends unknown, TResult extends unknown>(this: System_Linq.ParallelQuery_1<TFirst>, second: System_Linq.ParallelQuery_1<TSecond>, resultSelector: System.Func_3<TFirst, TSecond, TResult>): Rewrap<this, System_Linq.ParallelQuery_1<TResult>>;
|
|
1513
|
+
Zip<TFirst extends unknown, TSecond extends unknown, TResult extends unknown>(this: System_Linq.ParallelQuery_1<TFirst>, second: System_Collections_Generic.IEnumerable_1<TSecond>, resultSelector: System.Func_3<TFirst, TSecond, TResult>): Rewrap<this, System_Linq.ParallelQuery_1<TResult>>;
|
|
1514
|
+
Zip<TFirst extends unknown, TSecond extends unknown, TResult extends unknown>(this: System_Collections_Generic.IEnumerable_1<TFirst>, second: System_Collections_Generic.IEnumerable_1<TSecond>, resultSelector: System.Func_3<TFirst, TSecond, TResult>): Rewrap<this, System_Collections_Generic.IEnumerable_1<TResult>>;
|
|
1515
|
+
Zip<TFirst extends unknown, TSecond extends unknown>(this: System_Collections_Generic.IEnumerable_1<TFirst>, second: System_Collections_Generic.IEnumerable_1<TSecond>): Rewrap<this, System_Collections_Generic.IEnumerable_1<System.ValueTuple_2<TFirst, TSecond>>>;
|
|
1516
|
+
Zip<TFirst extends unknown, TSecond extends unknown, TThird extends unknown>(this: System_Collections_Generic.IEnumerable_1<TFirst>, second: System_Collections_Generic.IEnumerable_1<TSecond>, third: System_Collections_Generic.IEnumerable_1<TThird>): Rewrap<this, System_Collections_Generic.IEnumerable_1<System.ValueTuple_3<TFirst, TSecond, TThird>>>;
|
|
1522
1517
|
}
|
|
1523
1518
|
|
|
1524
1519
|
// Generic helper type for extension methods in namespace: System.Linq
|
|
1525
1520
|
interface __TsonicExtApplier_System_Linq {
|
|
1526
|
-
__tsonic_shape:
|
|
1521
|
+
__tsonic_shape: unknown;
|
|
1527
1522
|
__tsonic_type: __TsonicExtMethods_System_Linq;
|
|
1528
1523
|
}
|
|
1529
1524
|
|
|
1530
1525
|
export type ExtensionMethods_System_Linq<TShape> =
|
|
1531
1526
|
TShape extends null | undefined ? TShape
|
|
1532
1527
|
: TShape extends void ? void
|
|
1533
|
-
: TShape extends (infer T)[] ? (TShape & System_Collections_Generic.IEnumerable_1<T> & __TsonicWithExt<TShape, "System.Linq", __TsonicExtApplier_System_Linq> & __TsonicExtMethods_System_Linq)
|
|
1528
|
+
: TShape extends (infer T extends unknown)[] ? (TShape & System_Collections_Generic.IEnumerable_1<T> & __TsonicWithExt<TShape, "System.Linq", __TsonicExtApplier_System_Linq> & __TsonicExtMethods_System_Linq)
|
|
1534
1529
|
: TShape & __TsonicWithExt<TShape, "System.Linq", __TsonicExtApplier_System_Linq> & __TsonicExtMethods_System_Linq;
|
|
1535
1530
|
|
|
1536
1531
|
// Extension method table for namespace: System.Net.Http.Json
|
|
1537
1532
|
interface __TsonicExtMethods_System_Net_Http_Json {
|
|
1538
|
-
DeleteFromJsonAsync(this: System_Net_Http.HttpClient, requestUri: string | null, type: System.Type, options: System_Text_Json.JsonSerializerOptions | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<
|
|
1539
|
-
DeleteFromJsonAsync(this: System_Net_Http.HttpClient, requestUri: System.Uri | null, type: System.Type, options: System_Text_Json.JsonSerializerOptions | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<
|
|
1540
|
-
DeleteFromJsonAsync<TValue>(this: System_Net_Http.HttpClient, requestUri: string | null, options: System_Text_Json.JsonSerializerOptions | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<TValue | null>>;
|
|
1541
|
-
DeleteFromJsonAsync<TValue>(this: System_Net_Http.HttpClient, requestUri: System.Uri | null, options: System_Text_Json.JsonSerializerOptions | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<TValue | null>>;
|
|
1542
|
-
DeleteFromJsonAsync(this: System_Net_Http.HttpClient, requestUri: string | null, type: System.Type, context: System_Text_Json_Serialization.JsonSerializerContext, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<
|
|
1543
|
-
DeleteFromJsonAsync(this: System_Net_Http.HttpClient, requestUri: System.Uri | null, type: System.Type, context: System_Text_Json_Serialization.JsonSerializerContext, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<
|
|
1544
|
-
DeleteFromJsonAsync<TValue>(this: System_Net_Http.HttpClient, requestUri: string | null, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<TValue | null>>;
|
|
1545
|
-
DeleteFromJsonAsync<TValue>(this: System_Net_Http.HttpClient, requestUri: System.Uri | null, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<TValue | null>>;
|
|
1546
|
-
DeleteFromJsonAsync(this: System_Net_Http.HttpClient, requestUri: string | null, type: System.Type, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<
|
|
1547
|
-
DeleteFromJsonAsync(this: System_Net_Http.HttpClient, requestUri: System.Uri | null, type: System.Type, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<
|
|
1548
|
-
DeleteFromJsonAsync<TValue>(this: System_Net_Http.HttpClient, requestUri: string | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<TValue | null>>;
|
|
1549
|
-
DeleteFromJsonAsync<TValue>(this: System_Net_Http.HttpClient, requestUri: System.Uri | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<TValue | null>>;
|
|
1550
|
-
GetFromJsonAsAsyncEnumerable<TValue>(this: System_Net_Http.HttpClient, requestUri: string | null, options: System_Text_Json.JsonSerializerOptions | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TValue | null>>;
|
|
1551
|
-
GetFromJsonAsAsyncEnumerable<TValue>(this: System_Net_Http.HttpClient, requestUri: System.Uri | null, options: System_Text_Json.JsonSerializerOptions | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TValue | null>>;
|
|
1552
|
-
GetFromJsonAsAsyncEnumerable<TValue>(this: System_Net_Http.HttpClient, requestUri: string | null, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TValue | null>>;
|
|
1553
|
-
GetFromJsonAsAsyncEnumerable<TValue>(this: System_Net_Http.HttpClient, requestUri: System.Uri | null, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TValue | null>>;
|
|
1554
|
-
GetFromJsonAsAsyncEnumerable<TValue>(this: System_Net_Http.HttpClient, requestUri: string | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TValue | null>>;
|
|
1555
|
-
GetFromJsonAsAsyncEnumerable<TValue>(this: System_Net_Http.HttpClient, requestUri: System.Uri | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TValue | null>>;
|
|
1556
|
-
GetFromJsonAsync(this: System_Net_Http.HttpClient, requestUri: string | null, type: System.Type, options: System_Text_Json.JsonSerializerOptions | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<
|
|
1557
|
-
GetFromJsonAsync(this: System_Net_Http.HttpClient, requestUri: System.Uri | null, type: System.Type, options: System_Text_Json.JsonSerializerOptions | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<
|
|
1558
|
-
GetFromJsonAsync<TValue>(this: System_Net_Http.HttpClient, requestUri: string | null, options: System_Text_Json.JsonSerializerOptions | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<TValue | null>>;
|
|
1559
|
-
GetFromJsonAsync<TValue>(this: System_Net_Http.HttpClient, requestUri: System.Uri | null, options: System_Text_Json.JsonSerializerOptions | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<TValue | null>>;
|
|
1560
|
-
GetFromJsonAsync(this: System_Net_Http.HttpClient, requestUri: string | null, type: System.Type, context: System_Text_Json_Serialization.JsonSerializerContext, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<
|
|
1561
|
-
GetFromJsonAsync(this: System_Net_Http.HttpClient, requestUri: System.Uri | null, type: System.Type, context: System_Text_Json_Serialization.JsonSerializerContext, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<
|
|
1562
|
-
GetFromJsonAsync<TValue>(this: System_Net_Http.HttpClient, requestUri: string | null, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<TValue | null>>;
|
|
1563
|
-
GetFromJsonAsync<TValue>(this: System_Net_Http.HttpClient, requestUri: System.Uri | null, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<TValue | null>>;
|
|
1564
|
-
GetFromJsonAsync(this: System_Net_Http.HttpClient, requestUri: string | null, type: System.Type, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<
|
|
1565
|
-
GetFromJsonAsync(this: System_Net_Http.HttpClient, requestUri: System.Uri | null, type: System.Type, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<
|
|
1566
|
-
GetFromJsonAsync<TValue>(this: System_Net_Http.HttpClient, requestUri: string | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<TValue | null>>;
|
|
1567
|
-
GetFromJsonAsync<TValue>(this: System_Net_Http.HttpClient, requestUri: System.Uri | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<TValue | null>>;
|
|
1568
|
-
PatchAsJsonAsync<TValue>(this: System_Net_Http.HttpClient, requestUri: string | null, value: TValue, options?: System_Text_Json.JsonSerializerOptions | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>>;
|
|
1569
|
-
PatchAsJsonAsync<TValue>(this: System_Net_Http.HttpClient, requestUri: System.Uri | null, value: TValue, options?: System_Text_Json.JsonSerializerOptions | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>>;
|
|
1570
|
-
PatchAsJsonAsync<TValue>(this: System_Net_Http.HttpClient, requestUri: string | null, value: TValue, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>>;
|
|
1571
|
-
PatchAsJsonAsync<TValue>(this: System_Net_Http.HttpClient, requestUri: System.Uri | null, value: TValue, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>>;
|
|
1572
|
-
PatchAsJsonAsync<TValue>(this: System_Net_Http.HttpClient, requestUri: string | null, value: TValue, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>>;
|
|
1573
|
-
PatchAsJsonAsync<TValue>(this: System_Net_Http.HttpClient, requestUri: System.Uri | null, value: TValue, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>>;
|
|
1574
|
-
PostAsJsonAsync<TValue>(this: System_Net_Http.HttpClient, requestUri: string | null, value: TValue, options?: System_Text_Json.JsonSerializerOptions | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>>;
|
|
1575
|
-
PostAsJsonAsync<TValue>(this: System_Net_Http.HttpClient, requestUri: System.Uri | null, value: TValue, options?: System_Text_Json.JsonSerializerOptions | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>>;
|
|
1576
|
-
PostAsJsonAsync<TValue>(this: System_Net_Http.HttpClient, requestUri: string | null, value: TValue, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>>;
|
|
1577
|
-
PostAsJsonAsync<TValue>(this: System_Net_Http.HttpClient, requestUri: System.Uri | null, value: TValue, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>>;
|
|
1578
|
-
PostAsJsonAsync<TValue>(this: System_Net_Http.HttpClient, requestUri: string | null, value: TValue, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>>;
|
|
1579
|
-
PostAsJsonAsync<TValue>(this: System_Net_Http.HttpClient, requestUri: System.Uri | null, value: TValue, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>>;
|
|
1580
|
-
PutAsJsonAsync<TValue>(this: System_Net_Http.HttpClient, requestUri: string | null, value: TValue, options?: System_Text_Json.JsonSerializerOptions | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>>;
|
|
1581
|
-
PutAsJsonAsync<TValue>(this: System_Net_Http.HttpClient, requestUri: System.Uri | null, value: TValue, options?: System_Text_Json.JsonSerializerOptions | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>>;
|
|
1582
|
-
PutAsJsonAsync<TValue>(this: System_Net_Http.HttpClient, requestUri: string | null, value: TValue, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>>;
|
|
1583
|
-
PutAsJsonAsync<TValue>(this: System_Net_Http.HttpClient, requestUri: System.Uri | null, value: TValue, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>>;
|
|
1584
|
-
PutAsJsonAsync<TValue>(this: System_Net_Http.HttpClient, requestUri: string | null, value: TValue, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>>;
|
|
1585
|
-
PutAsJsonAsync<TValue>(this: System_Net_Http.HttpClient, requestUri: System.Uri | null, value: TValue, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>>;
|
|
1586
|
-
ReadFromJsonAsAsyncEnumerable<TValue>(this: System_Net_Http.HttpContent, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TValue | null>>;
|
|
1587
|
-
ReadFromJsonAsAsyncEnumerable<TValue>(this: System_Net_Http.HttpContent, options: System_Text_Json.JsonSerializerOptions | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TValue | null>>;
|
|
1588
|
-
ReadFromJsonAsAsyncEnumerable<TValue>(this: System_Net_Http.HttpContent, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TValue | null>>;
|
|
1589
|
-
ReadFromJsonAsync(this: System_Net_Http.HttpContent, type: System.Type, options: System_Text_Json.JsonSerializerOptions | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<
|
|
1590
|
-
ReadFromJsonAsync(this: System_Net_Http.HttpContent, type: System.Type, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<
|
|
1591
|
-
ReadFromJsonAsync<T>(this: System_Net_Http.HttpContent, options: System_Text_Json.JsonSerializerOptions | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<T | null>>;
|
|
1592
|
-
ReadFromJsonAsync<T>(this: System_Net_Http.HttpContent, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<T | null>>;
|
|
1593
|
-
ReadFromJsonAsync(this: System_Net_Http.HttpContent, type: System.Type, context: System_Text_Json_Serialization.JsonSerializerContext, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<
|
|
1594
|
-
ReadFromJsonAsync<T>(this: System_Net_Http.HttpContent, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<T>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<T | null>>;
|
|
1533
|
+
DeleteFromJsonAsync(this: System_Net_Http.HttpClient, requestUri: string | null, type: System.Type, options: System_Text_Json.JsonSerializerOptions | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<unknown | null>>;
|
|
1534
|
+
DeleteFromJsonAsync(this: System_Net_Http.HttpClient, requestUri: System.Uri | null, type: System.Type, options: System_Text_Json.JsonSerializerOptions | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<unknown | null>>;
|
|
1535
|
+
DeleteFromJsonAsync<TValue extends unknown>(this: System_Net_Http.HttpClient, requestUri: string | null, options: System_Text_Json.JsonSerializerOptions | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<TValue | null>>;
|
|
1536
|
+
DeleteFromJsonAsync<TValue extends unknown>(this: System_Net_Http.HttpClient, requestUri: System.Uri | null, options: System_Text_Json.JsonSerializerOptions | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<TValue | null>>;
|
|
1537
|
+
DeleteFromJsonAsync(this: System_Net_Http.HttpClient, requestUri: string | null, type: System.Type, context: System_Text_Json_Serialization.JsonSerializerContext, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<unknown | null>>;
|
|
1538
|
+
DeleteFromJsonAsync(this: System_Net_Http.HttpClient, requestUri: System.Uri | null, type: System.Type, context: System_Text_Json_Serialization.JsonSerializerContext, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<unknown | null>>;
|
|
1539
|
+
DeleteFromJsonAsync<TValue extends unknown>(this: System_Net_Http.HttpClient, requestUri: string | null, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<TValue | null>>;
|
|
1540
|
+
DeleteFromJsonAsync<TValue extends unknown>(this: System_Net_Http.HttpClient, requestUri: System.Uri | null, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<TValue | null>>;
|
|
1541
|
+
DeleteFromJsonAsync(this: System_Net_Http.HttpClient, requestUri: string | null, type: System.Type, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<unknown | null>>;
|
|
1542
|
+
DeleteFromJsonAsync(this: System_Net_Http.HttpClient, requestUri: System.Uri | null, type: System.Type, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<unknown | null>>;
|
|
1543
|
+
DeleteFromJsonAsync<TValue extends unknown>(this: System_Net_Http.HttpClient, requestUri: string | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<TValue | null>>;
|
|
1544
|
+
DeleteFromJsonAsync<TValue extends unknown>(this: System_Net_Http.HttpClient, requestUri: System.Uri | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<TValue | null>>;
|
|
1545
|
+
GetFromJsonAsAsyncEnumerable<TValue extends unknown>(this: System_Net_Http.HttpClient, requestUri: string | null, options: System_Text_Json.JsonSerializerOptions | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TValue | null>>;
|
|
1546
|
+
GetFromJsonAsAsyncEnumerable<TValue extends unknown>(this: System_Net_Http.HttpClient, requestUri: System.Uri | null, options: System_Text_Json.JsonSerializerOptions | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TValue | null>>;
|
|
1547
|
+
GetFromJsonAsAsyncEnumerable<TValue extends unknown>(this: System_Net_Http.HttpClient, requestUri: string | null, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TValue | null>>;
|
|
1548
|
+
GetFromJsonAsAsyncEnumerable<TValue extends unknown>(this: System_Net_Http.HttpClient, requestUri: System.Uri | null, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TValue | null>>;
|
|
1549
|
+
GetFromJsonAsAsyncEnumerable<TValue extends unknown>(this: System_Net_Http.HttpClient, requestUri: string | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TValue | null>>;
|
|
1550
|
+
GetFromJsonAsAsyncEnumerable<TValue extends unknown>(this: System_Net_Http.HttpClient, requestUri: System.Uri | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TValue | null>>;
|
|
1551
|
+
GetFromJsonAsync(this: System_Net_Http.HttpClient, requestUri: string | null, type: System.Type, options: System_Text_Json.JsonSerializerOptions | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<unknown | null>>;
|
|
1552
|
+
GetFromJsonAsync(this: System_Net_Http.HttpClient, requestUri: System.Uri | null, type: System.Type, options: System_Text_Json.JsonSerializerOptions | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<unknown | null>>;
|
|
1553
|
+
GetFromJsonAsync<TValue extends unknown>(this: System_Net_Http.HttpClient, requestUri: string | null, options: System_Text_Json.JsonSerializerOptions | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<TValue | null>>;
|
|
1554
|
+
GetFromJsonAsync<TValue extends unknown>(this: System_Net_Http.HttpClient, requestUri: System.Uri | null, options: System_Text_Json.JsonSerializerOptions | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<TValue | null>>;
|
|
1555
|
+
GetFromJsonAsync(this: System_Net_Http.HttpClient, requestUri: string | null, type: System.Type, context: System_Text_Json_Serialization.JsonSerializerContext, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<unknown | null>>;
|
|
1556
|
+
GetFromJsonAsync(this: System_Net_Http.HttpClient, requestUri: System.Uri | null, type: System.Type, context: System_Text_Json_Serialization.JsonSerializerContext, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<unknown | null>>;
|
|
1557
|
+
GetFromJsonAsync<TValue extends unknown>(this: System_Net_Http.HttpClient, requestUri: string | null, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<TValue | null>>;
|
|
1558
|
+
GetFromJsonAsync<TValue extends unknown>(this: System_Net_Http.HttpClient, requestUri: System.Uri | null, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<TValue | null>>;
|
|
1559
|
+
GetFromJsonAsync(this: System_Net_Http.HttpClient, requestUri: string | null, type: System.Type, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<unknown | null>>;
|
|
1560
|
+
GetFromJsonAsync(this: System_Net_Http.HttpClient, requestUri: System.Uri | null, type: System.Type, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<unknown | null>>;
|
|
1561
|
+
GetFromJsonAsync<TValue extends unknown>(this: System_Net_Http.HttpClient, requestUri: string | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<TValue | null>>;
|
|
1562
|
+
GetFromJsonAsync<TValue extends unknown>(this: System_Net_Http.HttpClient, requestUri: System.Uri | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<TValue | null>>;
|
|
1563
|
+
PatchAsJsonAsync<TValue extends unknown>(this: System_Net_Http.HttpClient, requestUri: string | null, value: TValue, options?: System_Text_Json.JsonSerializerOptions | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>>;
|
|
1564
|
+
PatchAsJsonAsync<TValue extends unknown>(this: System_Net_Http.HttpClient, requestUri: System.Uri | null, value: TValue, options?: System_Text_Json.JsonSerializerOptions | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>>;
|
|
1565
|
+
PatchAsJsonAsync<TValue extends unknown>(this: System_Net_Http.HttpClient, requestUri: string | null, value: TValue, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>>;
|
|
1566
|
+
PatchAsJsonAsync<TValue extends unknown>(this: System_Net_Http.HttpClient, requestUri: System.Uri | null, value: TValue, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>>;
|
|
1567
|
+
PatchAsJsonAsync<TValue extends unknown>(this: System_Net_Http.HttpClient, requestUri: string | null, value: TValue, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>>;
|
|
1568
|
+
PatchAsJsonAsync<TValue extends unknown>(this: System_Net_Http.HttpClient, requestUri: System.Uri | null, value: TValue, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>>;
|
|
1569
|
+
PostAsJsonAsync<TValue extends unknown>(this: System_Net_Http.HttpClient, requestUri: string | null, value: TValue, options?: System_Text_Json.JsonSerializerOptions | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>>;
|
|
1570
|
+
PostAsJsonAsync<TValue extends unknown>(this: System_Net_Http.HttpClient, requestUri: System.Uri | null, value: TValue, options?: System_Text_Json.JsonSerializerOptions | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>>;
|
|
1571
|
+
PostAsJsonAsync<TValue extends unknown>(this: System_Net_Http.HttpClient, requestUri: string | null, value: TValue, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>>;
|
|
1572
|
+
PostAsJsonAsync<TValue extends unknown>(this: System_Net_Http.HttpClient, requestUri: System.Uri | null, value: TValue, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>>;
|
|
1573
|
+
PostAsJsonAsync<TValue extends unknown>(this: System_Net_Http.HttpClient, requestUri: string | null, value: TValue, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>>;
|
|
1574
|
+
PostAsJsonAsync<TValue extends unknown>(this: System_Net_Http.HttpClient, requestUri: System.Uri | null, value: TValue, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>>;
|
|
1575
|
+
PutAsJsonAsync<TValue extends unknown>(this: System_Net_Http.HttpClient, requestUri: string | null, value: TValue, options?: System_Text_Json.JsonSerializerOptions | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>>;
|
|
1576
|
+
PutAsJsonAsync<TValue extends unknown>(this: System_Net_Http.HttpClient, requestUri: System.Uri | null, value: TValue, options?: System_Text_Json.JsonSerializerOptions | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>>;
|
|
1577
|
+
PutAsJsonAsync<TValue extends unknown>(this: System_Net_Http.HttpClient, requestUri: string | null, value: TValue, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>>;
|
|
1578
|
+
PutAsJsonAsync<TValue extends unknown>(this: System_Net_Http.HttpClient, requestUri: System.Uri | null, value: TValue, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>>;
|
|
1579
|
+
PutAsJsonAsync<TValue extends unknown>(this: System_Net_Http.HttpClient, requestUri: string | null, value: TValue, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>>;
|
|
1580
|
+
PutAsJsonAsync<TValue extends unknown>(this: System_Net_Http.HttpClient, requestUri: System.Uri | null, value: TValue, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<System_Net_Http.HttpResponseMessage>>;
|
|
1581
|
+
ReadFromJsonAsAsyncEnumerable<TValue extends unknown>(this: System_Net_Http.HttpContent, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TValue | null>>;
|
|
1582
|
+
ReadFromJsonAsAsyncEnumerable<TValue extends unknown>(this: System_Net_Http.HttpContent, options: System_Text_Json.JsonSerializerOptions | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TValue | null>>;
|
|
1583
|
+
ReadFromJsonAsAsyncEnumerable<TValue extends unknown>(this: System_Net_Http.HttpContent, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TValue | null>>;
|
|
1584
|
+
ReadFromJsonAsync(this: System_Net_Http.HttpContent, type: System.Type, options: System_Text_Json.JsonSerializerOptions | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<unknown | null>>;
|
|
1585
|
+
ReadFromJsonAsync(this: System_Net_Http.HttpContent, type: System.Type, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<unknown | null>>;
|
|
1586
|
+
ReadFromJsonAsync<T extends unknown>(this: System_Net_Http.HttpContent, options: System_Text_Json.JsonSerializerOptions | null, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<T | null>>;
|
|
1587
|
+
ReadFromJsonAsync<T extends unknown>(this: System_Net_Http.HttpContent, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<T | null>>;
|
|
1588
|
+
ReadFromJsonAsync(this: System_Net_Http.HttpContent, type: System.Type, context: System_Text_Json_Serialization.JsonSerializerContext, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<unknown | null>>;
|
|
1589
|
+
ReadFromJsonAsync<T extends unknown>(this: System_Net_Http.HttpContent, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<T>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<T | null>>;
|
|
1595
1590
|
}
|
|
1596
1591
|
|
|
1597
1592
|
// Generic helper type for extension methods in namespace: System.Net.Http.Json
|
|
1598
1593
|
interface __TsonicExtApplier_System_Net_Http_Json {
|
|
1599
|
-
__tsonic_shape:
|
|
1594
|
+
__tsonic_shape: unknown;
|
|
1600
1595
|
__tsonic_type: __TsonicExtMethods_System_Net_Http_Json;
|
|
1601
1596
|
}
|
|
1602
1597
|
|
|
@@ -1630,7 +1625,7 @@ interface __TsonicExtMethods_System_Net_Sockets {
|
|
|
1630
1625
|
|
|
1631
1626
|
// Generic helper type for extension methods in namespace: System.Net.Sockets
|
|
1632
1627
|
interface __TsonicExtApplier_System_Net_Sockets {
|
|
1633
|
-
__tsonic_shape:
|
|
1628
|
+
__tsonic_shape: unknown;
|
|
1634
1629
|
__tsonic_type: __TsonicExtMethods_System_Net_Sockets;
|
|
1635
1630
|
}
|
|
1636
1631
|
|
|
@@ -1641,7 +1636,7 @@ export type ExtensionMethods_System_Net_Sockets<TShape> =
|
|
|
1641
1636
|
|
|
1642
1637
|
// Extension method table for namespace: System.Numerics
|
|
1643
1638
|
interface __TsonicExtMethods_System_Numerics {
|
|
1644
|
-
As<TFrom, TTo>(this: System_Numerics.Vector_1<TFrom>): Rewrap<this, System_Numerics.Vector_1<TTo>>;
|
|
1639
|
+
As<TFrom extends unknown, TTo extends unknown>(this: System_Numerics.Vector_1<TFrom>): Rewrap<this, System_Numerics.Vector_1<TTo>>;
|
|
1645
1640
|
AsPlane(this: System_Numerics.Vector4): Rewrap<this, System_Numerics.Plane>;
|
|
1646
1641
|
AsQuaternion(this: System_Numerics.Vector4): Rewrap<this, System_Numerics.Quaternion>;
|
|
1647
1642
|
AsVector2(this: System_Numerics.Vector3): Rewrap<this, System_Numerics.Vector2>;
|
|
@@ -1661,40 +1656,40 @@ interface __TsonicExtMethods_System_Numerics {
|
|
|
1661
1656
|
GetElement(this: System_Numerics.Vector2, index: int): Rewrap<this, float>;
|
|
1662
1657
|
GetElement(this: System_Numerics.Vector3, index: int): Rewrap<this, float>;
|
|
1663
1658
|
GetElement(this: System_Numerics.Vector4, index: int): Rewrap<this, float>;
|
|
1664
|
-
GetElement<T>(this: System_Numerics.Vector_1<T>, index: int): Rewrap<this, T>;
|
|
1659
|
+
GetElement<T extends unknown>(this: System_Numerics.Vector_1<T>, index: int): Rewrap<this, T>;
|
|
1665
1660
|
Store(this: System_Numerics.Vector2, destination: ptr<float>): Rewrap<this, void>;
|
|
1666
1661
|
Store(this: System_Numerics.Vector3, destination: ptr<float>): Rewrap<this, void>;
|
|
1667
1662
|
Store(this: System_Numerics.Vector4, destination: ptr<float>): Rewrap<this, void>;
|
|
1668
|
-
Store<T>(this: System_Numerics.Vector_1<T>, destination: ptr<T>): Rewrap<this, void>;
|
|
1663
|
+
Store<T extends unknown>(this: System_Numerics.Vector_1<T>, destination: ptr<T>): Rewrap<this, void>;
|
|
1669
1664
|
StoreAligned(this: System_Numerics.Vector2, destination: ptr<float>): Rewrap<this, void>;
|
|
1670
1665
|
StoreAligned(this: System_Numerics.Vector3, destination: ptr<float>): Rewrap<this, void>;
|
|
1671
1666
|
StoreAligned(this: System_Numerics.Vector4, destination: ptr<float>): Rewrap<this, void>;
|
|
1672
|
-
StoreAligned<T>(this: System_Numerics.Vector_1<T>, destination: ptr<T>): Rewrap<this, void>;
|
|
1667
|
+
StoreAligned<T extends unknown>(this: System_Numerics.Vector_1<T>, destination: ptr<T>): Rewrap<this, void>;
|
|
1673
1668
|
StoreAlignedNonTemporal(this: System_Numerics.Vector2, destination: ptr<float>): Rewrap<this, void>;
|
|
1674
1669
|
StoreAlignedNonTemporal(this: System_Numerics.Vector3, destination: ptr<float>): Rewrap<this, void>;
|
|
1675
1670
|
StoreAlignedNonTemporal(this: System_Numerics.Vector4, destination: ptr<float>): Rewrap<this, void>;
|
|
1676
|
-
StoreAlignedNonTemporal<T>(this: System_Numerics.Vector_1<T>, destination: ptr<T>): Rewrap<this, void>;
|
|
1671
|
+
StoreAlignedNonTemporal<T extends unknown>(this: System_Numerics.Vector_1<T>, destination: ptr<T>): Rewrap<this, void>;
|
|
1677
1672
|
StoreUnsafe(this: System_Numerics.Vector2, destination: float): Rewrap<this, void>;
|
|
1678
1673
|
StoreUnsafe(this: System_Numerics.Vector2, destination: float, elementOffset: nuint): Rewrap<this, void>;
|
|
1679
1674
|
StoreUnsafe(this: System_Numerics.Vector3, destination: float): Rewrap<this, void>;
|
|
1680
1675
|
StoreUnsafe(this: System_Numerics.Vector3, destination: float, elementOffset: nuint): Rewrap<this, void>;
|
|
1681
1676
|
StoreUnsafe(this: System_Numerics.Vector4, destination: float): Rewrap<this, void>;
|
|
1682
1677
|
StoreUnsafe(this: System_Numerics.Vector4, destination: float, elementOffset: nuint): Rewrap<this, void>;
|
|
1683
|
-
StoreUnsafe<T>(this: System_Numerics.Vector_1<T>, destination: T): Rewrap<this, void>;
|
|
1684
|
-
StoreUnsafe<T>(this: System_Numerics.Vector_1<T>, destination: T, elementOffset: nuint): Rewrap<this, void>;
|
|
1678
|
+
StoreUnsafe<T extends unknown>(this: System_Numerics.Vector_1<T>, destination: T): Rewrap<this, void>;
|
|
1679
|
+
StoreUnsafe<T extends unknown>(this: System_Numerics.Vector_1<T>, destination: T, elementOffset: nuint): Rewrap<this, void>;
|
|
1685
1680
|
ToScalar(this: System_Numerics.Vector2): Rewrap<this, float>;
|
|
1686
1681
|
ToScalar(this: System_Numerics.Vector3): Rewrap<this, float>;
|
|
1687
1682
|
ToScalar(this: System_Numerics.Vector4): Rewrap<this, float>;
|
|
1688
|
-
ToScalar<T>(this: System_Numerics.Vector_1<T>): Rewrap<this, T>;
|
|
1683
|
+
ToScalar<T extends unknown>(this: System_Numerics.Vector_1<T>): Rewrap<this, T>;
|
|
1689
1684
|
WithElement(this: System_Numerics.Vector2, index: int, value: float): Rewrap<this, System_Numerics.Vector2>;
|
|
1690
1685
|
WithElement(this: System_Numerics.Vector3, index: int, value: float): Rewrap<this, System_Numerics.Vector3>;
|
|
1691
1686
|
WithElement(this: System_Numerics.Vector4, index: int, value: float): Rewrap<this, System_Numerics.Vector4>;
|
|
1692
|
-
WithElement<T>(this: System_Numerics.Vector_1<T>, index: int, value: T): Rewrap<this, System_Numerics.Vector_1<T>>;
|
|
1687
|
+
WithElement<T extends unknown>(this: System_Numerics.Vector_1<T>, index: int, value: T): Rewrap<this, System_Numerics.Vector_1<T>>;
|
|
1693
1688
|
}
|
|
1694
1689
|
|
|
1695
1690
|
// Generic helper type for extension methods in namespace: System.Numerics
|
|
1696
1691
|
interface __TsonicExtApplier_System_Numerics {
|
|
1697
|
-
__tsonic_shape:
|
|
1692
|
+
__tsonic_shape: unknown;
|
|
1698
1693
|
__tsonic_type: __TsonicExtMethods_System_Numerics;
|
|
1699
1694
|
}
|
|
1700
1695
|
|
|
@@ -1714,35 +1709,35 @@ interface __TsonicExtMethods_System_Reflection {
|
|
|
1714
1709
|
GetConstructors(this: System.Type): Rewrap<this, System_Reflection.ConstructorInfo[]>;
|
|
1715
1710
|
GetConstructors(this: System.Type, bindingAttr: System_Reflection.BindingFlags): Rewrap<this, System_Reflection.ConstructorInfo[]>;
|
|
1716
1711
|
GetCustomAttribute(this: System_Reflection.Assembly, attributeType: System.Type): Rewrap<this, System.Attribute | null>;
|
|
1717
|
-
GetCustomAttribute<T extends System.Attribute>(this: System_Reflection.Assembly): Rewrap<this, T | null>;
|
|
1712
|
+
GetCustomAttribute<T extends unknown & System.Attribute>(this: System_Reflection.Assembly): Rewrap<this, T | null>;
|
|
1718
1713
|
GetCustomAttribute(this: System_Reflection.Module, attributeType: System.Type): Rewrap<this, System.Attribute | null>;
|
|
1719
|
-
GetCustomAttribute<T extends System.Attribute>(this: System_Reflection.Module): Rewrap<this, T | null>;
|
|
1714
|
+
GetCustomAttribute<T extends unknown & System.Attribute>(this: System_Reflection.Module): Rewrap<this, T | null>;
|
|
1720
1715
|
GetCustomAttribute(this: System_Reflection.ParameterInfo, attributeType: System.Type): Rewrap<this, System.Attribute | null>;
|
|
1721
|
-
GetCustomAttribute<T extends System.Attribute>(this: System_Reflection.ParameterInfo): Rewrap<this, T | null>;
|
|
1716
|
+
GetCustomAttribute<T extends unknown & System.Attribute>(this: System_Reflection.ParameterInfo): Rewrap<this, T | null>;
|
|
1722
1717
|
GetCustomAttribute(this: System_Reflection.ParameterInfo, attributeType: System.Type, inherit: boolean): Rewrap<this, System.Attribute | null>;
|
|
1723
|
-
GetCustomAttribute<T extends System.Attribute>(this: System_Reflection.ParameterInfo, inherit: boolean): Rewrap<this, T | null>;
|
|
1718
|
+
GetCustomAttribute<T extends unknown & System.Attribute>(this: System_Reflection.ParameterInfo, inherit: boolean): Rewrap<this, T | null>;
|
|
1724
1719
|
GetCustomAttribute(this: System_Reflection.MemberInfo, attributeType: System.Type): Rewrap<this, System.Attribute | null>;
|
|
1725
|
-
GetCustomAttribute<T extends System.Attribute>(this: System_Reflection.MemberInfo): Rewrap<this, T | null>;
|
|
1720
|
+
GetCustomAttribute<T extends unknown & System.Attribute>(this: System_Reflection.MemberInfo): Rewrap<this, T | null>;
|
|
1726
1721
|
GetCustomAttribute(this: System_Reflection.MemberInfo, attributeType: System.Type, inherit: boolean): Rewrap<this, System.Attribute | null>;
|
|
1727
|
-
GetCustomAttribute<T extends System.Attribute>(this: System_Reflection.MemberInfo, inherit: boolean): Rewrap<this, T | null>;
|
|
1722
|
+
GetCustomAttribute<T extends unknown & System.Attribute>(this: System_Reflection.MemberInfo, inherit: boolean): Rewrap<this, T | null>;
|
|
1728
1723
|
GetCustomAttributes(this: System_Reflection.Assembly): Rewrap<this, System_Collections_Generic.IEnumerable_1<System.Attribute>>;
|
|
1729
1724
|
GetCustomAttributes(this: System_Reflection.Assembly, attributeType: System.Type): Rewrap<this, System_Collections_Generic.IEnumerable_1<System.Attribute>>;
|
|
1730
|
-
GetCustomAttributes<T extends System.Attribute>(this: System_Reflection.Assembly): Rewrap<this, System_Collections_Generic.IEnumerable_1<T>>;
|
|
1725
|
+
GetCustomAttributes<T extends unknown & System.Attribute>(this: System_Reflection.Assembly): Rewrap<this, System_Collections_Generic.IEnumerable_1<T>>;
|
|
1731
1726
|
GetCustomAttributes(this: System_Reflection.Module): Rewrap<this, System_Collections_Generic.IEnumerable_1<System.Attribute>>;
|
|
1732
1727
|
GetCustomAttributes(this: System_Reflection.Module, attributeType: System.Type): Rewrap<this, System_Collections_Generic.IEnumerable_1<System.Attribute>>;
|
|
1733
|
-
GetCustomAttributes<T extends System.Attribute>(this: System_Reflection.Module): Rewrap<this, System_Collections_Generic.IEnumerable_1<T>>;
|
|
1728
|
+
GetCustomAttributes<T extends unknown & System.Attribute>(this: System_Reflection.Module): Rewrap<this, System_Collections_Generic.IEnumerable_1<T>>;
|
|
1734
1729
|
GetCustomAttributes(this: System_Reflection.ParameterInfo): Rewrap<this, System_Collections_Generic.IEnumerable_1<System.Attribute>>;
|
|
1735
1730
|
GetCustomAttributes(this: System_Reflection.ParameterInfo, inherit: boolean): Rewrap<this, System_Collections_Generic.IEnumerable_1<System.Attribute>>;
|
|
1736
1731
|
GetCustomAttributes(this: System_Reflection.ParameterInfo, attributeType: System.Type): Rewrap<this, System_Collections_Generic.IEnumerable_1<System.Attribute>>;
|
|
1737
|
-
GetCustomAttributes<T extends System.Attribute>(this: System_Reflection.ParameterInfo): Rewrap<this, System_Collections_Generic.IEnumerable_1<T>>;
|
|
1732
|
+
GetCustomAttributes<T extends unknown & System.Attribute>(this: System_Reflection.ParameterInfo): Rewrap<this, System_Collections_Generic.IEnumerable_1<T>>;
|
|
1738
1733
|
GetCustomAttributes(this: System_Reflection.ParameterInfo, attributeType: System.Type, inherit: boolean): Rewrap<this, System_Collections_Generic.IEnumerable_1<System.Attribute>>;
|
|
1739
|
-
GetCustomAttributes<T extends System.Attribute>(this: System_Reflection.ParameterInfo, inherit: boolean): Rewrap<this, System_Collections_Generic.IEnumerable_1<T>>;
|
|
1734
|
+
GetCustomAttributes<T extends unknown & System.Attribute>(this: System_Reflection.ParameterInfo, inherit: boolean): Rewrap<this, System_Collections_Generic.IEnumerable_1<T>>;
|
|
1740
1735
|
GetCustomAttributes(this: System_Reflection.MemberInfo): Rewrap<this, System_Collections_Generic.IEnumerable_1<System.Attribute>>;
|
|
1741
1736
|
GetCustomAttributes(this: System_Reflection.MemberInfo, inherit: boolean): Rewrap<this, System_Collections_Generic.IEnumerable_1<System.Attribute>>;
|
|
1742
1737
|
GetCustomAttributes(this: System_Reflection.MemberInfo, attributeType: System.Type): Rewrap<this, System_Collections_Generic.IEnumerable_1<System.Attribute>>;
|
|
1743
|
-
GetCustomAttributes<T extends System.Attribute>(this: System_Reflection.MemberInfo): Rewrap<this, System_Collections_Generic.IEnumerable_1<T>>;
|
|
1738
|
+
GetCustomAttributes<T extends unknown & System.Attribute>(this: System_Reflection.MemberInfo): Rewrap<this, System_Collections_Generic.IEnumerable_1<T>>;
|
|
1744
1739
|
GetCustomAttributes(this: System_Reflection.MemberInfo, attributeType: System.Type, inherit: boolean): Rewrap<this, System_Collections_Generic.IEnumerable_1<System.Attribute>>;
|
|
1745
|
-
GetCustomAttributes<T extends System.Attribute>(this: System_Reflection.MemberInfo, inherit: boolean): Rewrap<this, System_Collections_Generic.IEnumerable_1<T>>;
|
|
1740
|
+
GetCustomAttributes<T extends unknown & System.Attribute>(this: System_Reflection.MemberInfo, inherit: boolean): Rewrap<this, System_Collections_Generic.IEnumerable_1<T>>;
|
|
1746
1741
|
GetDefaultMembers(this: System.Type): Rewrap<this, System_Reflection.MemberInfo[]>;
|
|
1747
1742
|
GetEvent(this: System.Type, name: string): Rewrap<this, System_Reflection.EventInfo | null>;
|
|
1748
1743
|
GetEvent(this: System.Type, name: string, bindingAttr: System_Reflection.BindingFlags): Rewrap<this, System_Reflection.EventInfo | null>;
|
|
@@ -1805,12 +1800,12 @@ interface __TsonicExtMethods_System_Reflection {
|
|
|
1805
1800
|
IsDefined(this: System_Reflection.ParameterInfo, attributeType: System.Type, inherit: boolean): Rewrap<this, boolean>;
|
|
1806
1801
|
IsDefined(this: System_Reflection.MemberInfo, attributeType: System.Type): Rewrap<this, boolean>;
|
|
1807
1802
|
IsDefined(this: System_Reflection.MemberInfo, attributeType: System.Type, inherit: boolean): Rewrap<this, boolean>;
|
|
1808
|
-
IsInstanceOfType(this: System.Type, o:
|
|
1803
|
+
IsInstanceOfType(this: System.Type, o: unknown | null): Rewrap<this, boolean>;
|
|
1809
1804
|
}
|
|
1810
1805
|
|
|
1811
1806
|
// Generic helper type for extension methods in namespace: System.Reflection
|
|
1812
1807
|
interface __TsonicExtApplier_System_Reflection {
|
|
1813
|
-
__tsonic_shape:
|
|
1808
|
+
__tsonic_shape: unknown;
|
|
1814
1809
|
__tsonic_type: __TsonicExtMethods_System_Reflection;
|
|
1815
1810
|
}
|
|
1816
1811
|
|
|
@@ -1834,7 +1829,7 @@ interface __TsonicExtMethods_System_Reflection_Metadata {
|
|
|
1834
1829
|
|
|
1835
1830
|
// Generic helper type for extension methods in namespace: System.Reflection.Metadata
|
|
1836
1831
|
interface __TsonicExtApplier_System_Reflection_Metadata {
|
|
1837
|
-
__tsonic_shape:
|
|
1832
|
+
__tsonic_shape: unknown;
|
|
1838
1833
|
__tsonic_type: __TsonicExtMethods_System_Reflection_Metadata;
|
|
1839
1834
|
}
|
|
1840
1835
|
|
|
@@ -1867,7 +1862,7 @@ interface __TsonicExtMethods_System_Reflection_Metadata_Ecma335 {
|
|
|
1867
1862
|
|
|
1868
1863
|
// Generic helper type for extension methods in namespace: System.Reflection.Metadata.Ecma335
|
|
1869
1864
|
interface __TsonicExtApplier_System_Reflection_Metadata_Ecma335 {
|
|
1870
|
-
__tsonic_shape:
|
|
1865
|
+
__tsonic_shape: unknown;
|
|
1871
1866
|
__tsonic_type: __TsonicExtMethods_System_Reflection_Metadata_Ecma335;
|
|
1872
1867
|
}
|
|
1873
1868
|
|
|
@@ -1878,13 +1873,13 @@ export type ExtensionMethods_System_Reflection_Metadata_Ecma335<TShape> =
|
|
|
1878
1873
|
|
|
1879
1874
|
// Extension method table for namespace: System.Runtime.InteropServices
|
|
1880
1875
|
interface __TsonicExtMethods_System_Runtime_InteropServices {
|
|
1881
|
-
GetAddressOfArrayData<T>(this: System_Runtime_InteropServices.PinnedGCHandle_1<T[]>): Rewrap<this, ptr<T>>;
|
|
1876
|
+
GetAddressOfArrayData<T extends unknown>(this: System_Runtime_InteropServices.PinnedGCHandle_1<T[]>): Rewrap<this, ptr<T>>;
|
|
1882
1877
|
GetAddressOfStringData(this: System_Runtime_InteropServices.PinnedGCHandle_1<System_Internal.String>): Rewrap<this, ptr<char>>;
|
|
1883
1878
|
}
|
|
1884
1879
|
|
|
1885
1880
|
// Generic helper type for extension methods in namespace: System.Runtime.InteropServices
|
|
1886
1881
|
interface __TsonicExtApplier_System_Runtime_InteropServices {
|
|
1887
|
-
__tsonic_shape:
|
|
1882
|
+
__tsonic_shape: unknown;
|
|
1888
1883
|
__tsonic_type: __TsonicExtMethods_System_Runtime_InteropServices;
|
|
1889
1884
|
}
|
|
1890
1885
|
|
|
@@ -1895,151 +1890,151 @@ export type ExtensionMethods_System_Runtime_InteropServices<TShape> =
|
|
|
1895
1890
|
|
|
1896
1891
|
// Extension method table for namespace: System.Runtime.Intrinsics
|
|
1897
1892
|
interface __TsonicExtMethods_System_Runtime_Intrinsics {
|
|
1898
|
-
As<TFrom, TTo>(this: System_Runtime_Intrinsics.Vector128_1<TFrom>): Rewrap<this, System_Runtime_Intrinsics.Vector128_1<TTo>>;
|
|
1899
|
-
As<TFrom, TTo>(this: System_Runtime_Intrinsics.Vector256_1<TFrom>): Rewrap<this, System_Runtime_Intrinsics.Vector256_1<TTo>>;
|
|
1900
|
-
As<TFrom, TTo>(this: System_Runtime_Intrinsics.Vector512_1<TFrom>): Rewrap<this, System_Runtime_Intrinsics.Vector512_1<TTo>>;
|
|
1901
|
-
As<TFrom, TTo>(this: System_Runtime_Intrinsics.Vector64_1<TFrom>): Rewrap<this, System_Runtime_Intrinsics.Vector64_1<TTo>>;
|
|
1902
|
-
AsByte<T>(this: System_Runtime_Intrinsics.Vector128_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector128_1<System_Internal.Byte>>;
|
|
1903
|
-
AsByte<T>(this: System_Runtime_Intrinsics.Vector256_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector256_1<System_Internal.Byte>>;
|
|
1904
|
-
AsByte<T>(this: System_Runtime_Intrinsics.Vector512_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector512_1<System_Internal.Byte>>;
|
|
1905
|
-
AsByte<T>(this: System_Runtime_Intrinsics.Vector64_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector64_1<System_Internal.Byte>>;
|
|
1906
|
-
AsDouble<T>(this: System_Runtime_Intrinsics.Vector128_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector128_1<System_Internal.Double>>;
|
|
1907
|
-
AsDouble<T>(this: System_Runtime_Intrinsics.Vector256_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector256_1<System_Internal.Double>>;
|
|
1908
|
-
AsDouble<T>(this: System_Runtime_Intrinsics.Vector512_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector512_1<System_Internal.Double>>;
|
|
1909
|
-
AsDouble<T>(this: System_Runtime_Intrinsics.Vector64_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector64_1<System_Internal.Double>>;
|
|
1910
|
-
AsInt16<T>(this: System_Runtime_Intrinsics.Vector128_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector128_1<System_Internal.Int16>>;
|
|
1911
|
-
AsInt16<T>(this: System_Runtime_Intrinsics.Vector256_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector256_1<System_Internal.Int16>>;
|
|
1912
|
-
AsInt16<T>(this: System_Runtime_Intrinsics.Vector512_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector512_1<System_Internal.Int16>>;
|
|
1913
|
-
AsInt16<T>(this: System_Runtime_Intrinsics.Vector64_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector64_1<System_Internal.Int16>>;
|
|
1914
|
-
AsInt32<T>(this: System_Runtime_Intrinsics.Vector128_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector128_1<System_Internal.Int32>>;
|
|
1915
|
-
AsInt32<T>(this: System_Runtime_Intrinsics.Vector256_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector256_1<System_Internal.Int32>>;
|
|
1916
|
-
AsInt32<T>(this: System_Runtime_Intrinsics.Vector512_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector512_1<System_Internal.Int32>>;
|
|
1917
|
-
AsInt32<T>(this: System_Runtime_Intrinsics.Vector64_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector64_1<System_Internal.Int32>>;
|
|
1918
|
-
AsInt64<T>(this: System_Runtime_Intrinsics.Vector128_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector128_1<System_Internal.Int64>>;
|
|
1919
|
-
AsInt64<T>(this: System_Runtime_Intrinsics.Vector256_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector256_1<System_Internal.Int64>>;
|
|
1920
|
-
AsInt64<T>(this: System_Runtime_Intrinsics.Vector512_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector512_1<System_Internal.Int64>>;
|
|
1921
|
-
AsInt64<T>(this: System_Runtime_Intrinsics.Vector64_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector64_1<System_Internal.Int64>>;
|
|
1922
|
-
AsNInt<T>(this: System_Runtime_Intrinsics.Vector128_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector128_1<System_Internal.IntPtr>>;
|
|
1923
|
-
AsNInt<T>(this: System_Runtime_Intrinsics.Vector256_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector256_1<System_Internal.IntPtr>>;
|
|
1924
|
-
AsNInt<T>(this: System_Runtime_Intrinsics.Vector512_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector512_1<System_Internal.IntPtr>>;
|
|
1925
|
-
AsNInt<T>(this: System_Runtime_Intrinsics.Vector64_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector64_1<System_Internal.IntPtr>>;
|
|
1926
|
-
AsNUInt<T>(this: System_Runtime_Intrinsics.Vector128_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector128_1<System_Internal.UIntPtr>>;
|
|
1927
|
-
AsNUInt<T>(this: System_Runtime_Intrinsics.Vector256_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector256_1<System_Internal.UIntPtr>>;
|
|
1928
|
-
AsNUInt<T>(this: System_Runtime_Intrinsics.Vector512_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector512_1<System_Internal.UIntPtr>>;
|
|
1929
|
-
AsNUInt<T>(this: System_Runtime_Intrinsics.Vector64_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector64_1<System_Internal.UIntPtr>>;
|
|
1893
|
+
As<TFrom extends unknown, TTo extends unknown>(this: System_Runtime_Intrinsics.Vector128_1<TFrom>): Rewrap<this, System_Runtime_Intrinsics.Vector128_1<TTo>>;
|
|
1894
|
+
As<TFrom extends unknown, TTo extends unknown>(this: System_Runtime_Intrinsics.Vector256_1<TFrom>): Rewrap<this, System_Runtime_Intrinsics.Vector256_1<TTo>>;
|
|
1895
|
+
As<TFrom extends unknown, TTo extends unknown>(this: System_Runtime_Intrinsics.Vector512_1<TFrom>): Rewrap<this, System_Runtime_Intrinsics.Vector512_1<TTo>>;
|
|
1896
|
+
As<TFrom extends unknown, TTo extends unknown>(this: System_Runtime_Intrinsics.Vector64_1<TFrom>): Rewrap<this, System_Runtime_Intrinsics.Vector64_1<TTo>>;
|
|
1897
|
+
AsByte<T extends unknown>(this: System_Runtime_Intrinsics.Vector128_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector128_1<System_Internal.Byte>>;
|
|
1898
|
+
AsByte<T extends unknown>(this: System_Runtime_Intrinsics.Vector256_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector256_1<System_Internal.Byte>>;
|
|
1899
|
+
AsByte<T extends unknown>(this: System_Runtime_Intrinsics.Vector512_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector512_1<System_Internal.Byte>>;
|
|
1900
|
+
AsByte<T extends unknown>(this: System_Runtime_Intrinsics.Vector64_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector64_1<System_Internal.Byte>>;
|
|
1901
|
+
AsDouble<T extends unknown>(this: System_Runtime_Intrinsics.Vector128_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector128_1<System_Internal.Double>>;
|
|
1902
|
+
AsDouble<T extends unknown>(this: System_Runtime_Intrinsics.Vector256_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector256_1<System_Internal.Double>>;
|
|
1903
|
+
AsDouble<T extends unknown>(this: System_Runtime_Intrinsics.Vector512_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector512_1<System_Internal.Double>>;
|
|
1904
|
+
AsDouble<T extends unknown>(this: System_Runtime_Intrinsics.Vector64_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector64_1<System_Internal.Double>>;
|
|
1905
|
+
AsInt16<T extends unknown>(this: System_Runtime_Intrinsics.Vector128_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector128_1<System_Internal.Int16>>;
|
|
1906
|
+
AsInt16<T extends unknown>(this: System_Runtime_Intrinsics.Vector256_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector256_1<System_Internal.Int16>>;
|
|
1907
|
+
AsInt16<T extends unknown>(this: System_Runtime_Intrinsics.Vector512_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector512_1<System_Internal.Int16>>;
|
|
1908
|
+
AsInt16<T extends unknown>(this: System_Runtime_Intrinsics.Vector64_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector64_1<System_Internal.Int16>>;
|
|
1909
|
+
AsInt32<T extends unknown>(this: System_Runtime_Intrinsics.Vector128_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector128_1<System_Internal.Int32>>;
|
|
1910
|
+
AsInt32<T extends unknown>(this: System_Runtime_Intrinsics.Vector256_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector256_1<System_Internal.Int32>>;
|
|
1911
|
+
AsInt32<T extends unknown>(this: System_Runtime_Intrinsics.Vector512_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector512_1<System_Internal.Int32>>;
|
|
1912
|
+
AsInt32<T extends unknown>(this: System_Runtime_Intrinsics.Vector64_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector64_1<System_Internal.Int32>>;
|
|
1913
|
+
AsInt64<T extends unknown>(this: System_Runtime_Intrinsics.Vector128_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector128_1<System_Internal.Int64>>;
|
|
1914
|
+
AsInt64<T extends unknown>(this: System_Runtime_Intrinsics.Vector256_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector256_1<System_Internal.Int64>>;
|
|
1915
|
+
AsInt64<T extends unknown>(this: System_Runtime_Intrinsics.Vector512_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector512_1<System_Internal.Int64>>;
|
|
1916
|
+
AsInt64<T extends unknown>(this: System_Runtime_Intrinsics.Vector64_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector64_1<System_Internal.Int64>>;
|
|
1917
|
+
AsNInt<T extends unknown>(this: System_Runtime_Intrinsics.Vector128_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector128_1<System_Internal.IntPtr>>;
|
|
1918
|
+
AsNInt<T extends unknown>(this: System_Runtime_Intrinsics.Vector256_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector256_1<System_Internal.IntPtr>>;
|
|
1919
|
+
AsNInt<T extends unknown>(this: System_Runtime_Intrinsics.Vector512_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector512_1<System_Internal.IntPtr>>;
|
|
1920
|
+
AsNInt<T extends unknown>(this: System_Runtime_Intrinsics.Vector64_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector64_1<System_Internal.IntPtr>>;
|
|
1921
|
+
AsNUInt<T extends unknown>(this: System_Runtime_Intrinsics.Vector128_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector128_1<System_Internal.UIntPtr>>;
|
|
1922
|
+
AsNUInt<T extends unknown>(this: System_Runtime_Intrinsics.Vector256_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector256_1<System_Internal.UIntPtr>>;
|
|
1923
|
+
AsNUInt<T extends unknown>(this: System_Runtime_Intrinsics.Vector512_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector512_1<System_Internal.UIntPtr>>;
|
|
1924
|
+
AsNUInt<T extends unknown>(this: System_Runtime_Intrinsics.Vector64_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector64_1<System_Internal.UIntPtr>>;
|
|
1930
1925
|
AsPlane(this: System_Runtime_Intrinsics.Vector128_1<System_Internal.Single>): Rewrap<this, System_Numerics.Plane>;
|
|
1931
1926
|
AsQuaternion(this: System_Runtime_Intrinsics.Vector128_1<System_Internal.Single>): Rewrap<this, System_Numerics.Quaternion>;
|
|
1932
|
-
AsSByte<T>(this: System_Runtime_Intrinsics.Vector128_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector128_1<System_Internal.SByte>>;
|
|
1933
|
-
AsSByte<T>(this: System_Runtime_Intrinsics.Vector256_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector256_1<System_Internal.SByte>>;
|
|
1934
|
-
AsSByte<T>(this: System_Runtime_Intrinsics.Vector512_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector512_1<System_Internal.SByte>>;
|
|
1935
|
-
AsSByte<T>(this: System_Runtime_Intrinsics.Vector64_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector64_1<System_Internal.SByte>>;
|
|
1936
|
-
AsSingle<T>(this: System_Runtime_Intrinsics.Vector128_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector128_1<System_Internal.Single>>;
|
|
1937
|
-
AsSingle<T>(this: System_Runtime_Intrinsics.Vector256_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector256_1<System_Internal.Single>>;
|
|
1938
|
-
AsSingle<T>(this: System_Runtime_Intrinsics.Vector512_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector512_1<System_Internal.Single>>;
|
|
1939
|
-
AsSingle<T>(this: System_Runtime_Intrinsics.Vector64_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector64_1<System_Internal.Single>>;
|
|
1940
|
-
AsUInt16<T>(this: System_Runtime_Intrinsics.Vector128_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector128_1<System_Internal.UInt16>>;
|
|
1941
|
-
AsUInt16<T>(this: System_Runtime_Intrinsics.Vector256_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector256_1<System_Internal.UInt16>>;
|
|
1942
|
-
AsUInt16<T>(this: System_Runtime_Intrinsics.Vector512_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector512_1<System_Internal.UInt16>>;
|
|
1943
|
-
AsUInt16<T>(this: System_Runtime_Intrinsics.Vector64_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector64_1<System_Internal.UInt16>>;
|
|
1944
|
-
AsUInt32<T>(this: System_Runtime_Intrinsics.Vector128_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector128_1<System_Internal.UInt32>>;
|
|
1945
|
-
AsUInt32<T>(this: System_Runtime_Intrinsics.Vector256_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector256_1<System_Internal.UInt32>>;
|
|
1946
|
-
AsUInt32<T>(this: System_Runtime_Intrinsics.Vector512_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector512_1<System_Internal.UInt32>>;
|
|
1947
|
-
AsUInt32<T>(this: System_Runtime_Intrinsics.Vector64_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector64_1<System_Internal.UInt32>>;
|
|
1948
|
-
AsUInt64<T>(this: System_Runtime_Intrinsics.Vector128_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector128_1<System_Internal.UInt64>>;
|
|
1949
|
-
AsUInt64<T>(this: System_Runtime_Intrinsics.Vector256_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector256_1<System_Internal.UInt64>>;
|
|
1950
|
-
AsUInt64<T>(this: System_Runtime_Intrinsics.Vector512_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector512_1<System_Internal.UInt64>>;
|
|
1951
|
-
AsUInt64<T>(this: System_Runtime_Intrinsics.Vector64_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector64_1<System_Internal.UInt64>>;
|
|
1952
|
-
AsVector<T>(this: System_Runtime_Intrinsics.Vector128_1<T>): Rewrap<this, System_Numerics.Vector_1<T>>;
|
|
1953
|
-
AsVector<T>(this: System_Runtime_Intrinsics.Vector256_1<T>): Rewrap<this, System_Numerics.Vector_1<T>>;
|
|
1954
|
-
AsVector<T>(this: System_Runtime_Intrinsics.Vector512_1<T>): Rewrap<this, System_Numerics.Vector_1<T>>;
|
|
1927
|
+
AsSByte<T extends unknown>(this: System_Runtime_Intrinsics.Vector128_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector128_1<System_Internal.SByte>>;
|
|
1928
|
+
AsSByte<T extends unknown>(this: System_Runtime_Intrinsics.Vector256_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector256_1<System_Internal.SByte>>;
|
|
1929
|
+
AsSByte<T extends unknown>(this: System_Runtime_Intrinsics.Vector512_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector512_1<System_Internal.SByte>>;
|
|
1930
|
+
AsSByte<T extends unknown>(this: System_Runtime_Intrinsics.Vector64_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector64_1<System_Internal.SByte>>;
|
|
1931
|
+
AsSingle<T extends unknown>(this: System_Runtime_Intrinsics.Vector128_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector128_1<System_Internal.Single>>;
|
|
1932
|
+
AsSingle<T extends unknown>(this: System_Runtime_Intrinsics.Vector256_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector256_1<System_Internal.Single>>;
|
|
1933
|
+
AsSingle<T extends unknown>(this: System_Runtime_Intrinsics.Vector512_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector512_1<System_Internal.Single>>;
|
|
1934
|
+
AsSingle<T extends unknown>(this: System_Runtime_Intrinsics.Vector64_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector64_1<System_Internal.Single>>;
|
|
1935
|
+
AsUInt16<T extends unknown>(this: System_Runtime_Intrinsics.Vector128_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector128_1<System_Internal.UInt16>>;
|
|
1936
|
+
AsUInt16<T extends unknown>(this: System_Runtime_Intrinsics.Vector256_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector256_1<System_Internal.UInt16>>;
|
|
1937
|
+
AsUInt16<T extends unknown>(this: System_Runtime_Intrinsics.Vector512_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector512_1<System_Internal.UInt16>>;
|
|
1938
|
+
AsUInt16<T extends unknown>(this: System_Runtime_Intrinsics.Vector64_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector64_1<System_Internal.UInt16>>;
|
|
1939
|
+
AsUInt32<T extends unknown>(this: System_Runtime_Intrinsics.Vector128_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector128_1<System_Internal.UInt32>>;
|
|
1940
|
+
AsUInt32<T extends unknown>(this: System_Runtime_Intrinsics.Vector256_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector256_1<System_Internal.UInt32>>;
|
|
1941
|
+
AsUInt32<T extends unknown>(this: System_Runtime_Intrinsics.Vector512_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector512_1<System_Internal.UInt32>>;
|
|
1942
|
+
AsUInt32<T extends unknown>(this: System_Runtime_Intrinsics.Vector64_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector64_1<System_Internal.UInt32>>;
|
|
1943
|
+
AsUInt64<T extends unknown>(this: System_Runtime_Intrinsics.Vector128_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector128_1<System_Internal.UInt64>>;
|
|
1944
|
+
AsUInt64<T extends unknown>(this: System_Runtime_Intrinsics.Vector256_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector256_1<System_Internal.UInt64>>;
|
|
1945
|
+
AsUInt64<T extends unknown>(this: System_Runtime_Intrinsics.Vector512_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector512_1<System_Internal.UInt64>>;
|
|
1946
|
+
AsUInt64<T extends unknown>(this: System_Runtime_Intrinsics.Vector64_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector64_1<System_Internal.UInt64>>;
|
|
1947
|
+
AsVector<T extends unknown>(this: System_Runtime_Intrinsics.Vector128_1<T>): Rewrap<this, System_Numerics.Vector_1<T>>;
|
|
1948
|
+
AsVector<T extends unknown>(this: System_Runtime_Intrinsics.Vector256_1<T>): Rewrap<this, System_Numerics.Vector_1<T>>;
|
|
1949
|
+
AsVector<T extends unknown>(this: System_Runtime_Intrinsics.Vector512_1<T>): Rewrap<this, System_Numerics.Vector_1<T>>;
|
|
1955
1950
|
AsVector128(this: System_Numerics.Plane): Rewrap<this, System_Runtime_Intrinsics.Vector128_1<System_Internal.Single>>;
|
|
1956
1951
|
AsVector128(this: System_Numerics.Quaternion): Rewrap<this, System_Runtime_Intrinsics.Vector128_1<System_Internal.Single>>;
|
|
1957
1952
|
AsVector128(this: System_Numerics.Vector2): Rewrap<this, System_Runtime_Intrinsics.Vector128_1<System_Internal.Single>>;
|
|
1958
1953
|
AsVector128(this: System_Numerics.Vector3): Rewrap<this, System_Runtime_Intrinsics.Vector128_1<System_Internal.Single>>;
|
|
1959
1954
|
AsVector128(this: System_Numerics.Vector4): Rewrap<this, System_Runtime_Intrinsics.Vector128_1<System_Internal.Single>>;
|
|
1960
|
-
AsVector128<T>(this: System_Numerics.Vector_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector128_1<T>>;
|
|
1955
|
+
AsVector128<T extends unknown>(this: System_Numerics.Vector_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector128_1<T>>;
|
|
1961
1956
|
AsVector128Unsafe(this: System_Numerics.Vector2): Rewrap<this, System_Runtime_Intrinsics.Vector128_1<System_Internal.Single>>;
|
|
1962
1957
|
AsVector128Unsafe(this: System_Numerics.Vector3): Rewrap<this, System_Runtime_Intrinsics.Vector128_1<System_Internal.Single>>;
|
|
1963
1958
|
AsVector2(this: System_Runtime_Intrinsics.Vector128_1<System_Internal.Single>): Rewrap<this, System_Numerics.Vector2>;
|
|
1964
|
-
AsVector256<T>(this: System_Numerics.Vector_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector256_1<T>>;
|
|
1959
|
+
AsVector256<T extends unknown>(this: System_Numerics.Vector_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector256_1<T>>;
|
|
1965
1960
|
AsVector3(this: System_Runtime_Intrinsics.Vector128_1<System_Internal.Single>): Rewrap<this, System_Numerics.Vector3>;
|
|
1966
1961
|
AsVector4(this: System_Runtime_Intrinsics.Vector128_1<System_Internal.Single>): Rewrap<this, System_Numerics.Vector4>;
|
|
1967
|
-
AsVector512<T>(this: System_Numerics.Vector_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector512_1<T>>;
|
|
1968
|
-
CopyTo<T>(this: System_Runtime_Intrinsics.Vector128_1<T>, destination: T[]): Rewrap<this, void>;
|
|
1969
|
-
CopyTo<T>(this: System_Runtime_Intrinsics.Vector128_1<T>, destination: T[], startIndex: int): Rewrap<this, void>;
|
|
1970
|
-
CopyTo<T>(this: System_Runtime_Intrinsics.Vector128_1<T>, destination: System.Span_1<T>): Rewrap<this, void>;
|
|
1971
|
-
CopyTo<T>(this: System_Runtime_Intrinsics.Vector256_1<T>, destination: T[]): Rewrap<this, void>;
|
|
1972
|
-
CopyTo<T>(this: System_Runtime_Intrinsics.Vector256_1<T>, destination: T[], startIndex: int): Rewrap<this, void>;
|
|
1973
|
-
CopyTo<T>(this: System_Runtime_Intrinsics.Vector256_1<T>, destination: System.Span_1<T>): Rewrap<this, void>;
|
|
1974
|
-
CopyTo<T>(this: System_Runtime_Intrinsics.Vector512_1<T>, destination: T[]): Rewrap<this, void>;
|
|
1975
|
-
CopyTo<T>(this: System_Runtime_Intrinsics.Vector512_1<T>, destination: T[], startIndex: int): Rewrap<this, void>;
|
|
1976
|
-
CopyTo<T>(this: System_Runtime_Intrinsics.Vector512_1<T>, destination: System.Span_1<T>): Rewrap<this, void>;
|
|
1977
|
-
CopyTo<T>(this: System_Runtime_Intrinsics.Vector64_1<T>, destination: T[]): Rewrap<this, void>;
|
|
1978
|
-
CopyTo<T>(this: System_Runtime_Intrinsics.Vector64_1<T>, destination: T[], startIndex: int): Rewrap<this, void>;
|
|
1979
|
-
CopyTo<T>(this: System_Runtime_Intrinsics.Vector64_1<T>, destination: System.Span_1<T>): Rewrap<this, void>;
|
|
1980
|
-
ExtractMostSignificantBits<T>(this: System_Runtime_Intrinsics.Vector128_1<T>): Rewrap<this, uint>;
|
|
1981
|
-
ExtractMostSignificantBits<T>(this: System_Runtime_Intrinsics.Vector256_1<T>): Rewrap<this, uint>;
|
|
1982
|
-
ExtractMostSignificantBits<T>(this: System_Runtime_Intrinsics.Vector512_1<T>): Rewrap<this, ulong>;
|
|
1983
|
-
ExtractMostSignificantBits<T>(this: System_Runtime_Intrinsics.Vector64_1<T>): Rewrap<this, uint>;
|
|
1984
|
-
GetElement<T>(this: System_Runtime_Intrinsics.Vector128_1<T>, index: int): Rewrap<this, T>;
|
|
1985
|
-
GetElement<T>(this: System_Runtime_Intrinsics.Vector256_1<T>, index: int): Rewrap<this, T>;
|
|
1986
|
-
GetElement<T>(this: System_Runtime_Intrinsics.Vector512_1<T>, index: int): Rewrap<this, T>;
|
|
1987
|
-
GetElement<T>(this: System_Runtime_Intrinsics.Vector64_1<T>, index: int): Rewrap<this, T>;
|
|
1988
|
-
GetLower<T>(this: System_Runtime_Intrinsics.Vector128_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector64_1<T>>;
|
|
1989
|
-
GetLower<T>(this: System_Runtime_Intrinsics.Vector256_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector128_1<T>>;
|
|
1990
|
-
GetLower<T>(this: System_Runtime_Intrinsics.Vector512_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector256_1<T>>;
|
|
1991
|
-
GetUpper<T>(this: System_Runtime_Intrinsics.Vector128_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector64_1<T>>;
|
|
1992
|
-
GetUpper<T>(this: System_Runtime_Intrinsics.Vector256_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector128_1<T>>;
|
|
1993
|
-
GetUpper<T>(this: System_Runtime_Intrinsics.Vector512_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector256_1<T>>;
|
|
1994
|
-
Store<T>(this: System_Runtime_Intrinsics.Vector128_1<T>, destination: ptr<T>): Rewrap<this, void>;
|
|
1995
|
-
Store<T>(this: System_Runtime_Intrinsics.Vector256_1<T>, destination: ptr<T>): Rewrap<this, void>;
|
|
1996
|
-
Store<T>(this: System_Runtime_Intrinsics.Vector512_1<T>, destination: ptr<T>): Rewrap<this, void>;
|
|
1997
|
-
Store<T>(this: System_Runtime_Intrinsics.Vector64_1<T>, destination: ptr<T>): Rewrap<this, void>;
|
|
1998
|
-
StoreAligned<T>(this: System_Runtime_Intrinsics.Vector128_1<T>, destination: ptr<T>): Rewrap<this, void>;
|
|
1999
|
-
StoreAligned<T>(this: System_Runtime_Intrinsics.Vector256_1<T>, destination: ptr<T>): Rewrap<this, void>;
|
|
2000
|
-
StoreAligned<T>(this: System_Runtime_Intrinsics.Vector512_1<T>, destination: ptr<T>): Rewrap<this, void>;
|
|
2001
|
-
StoreAligned<T>(this: System_Runtime_Intrinsics.Vector64_1<T>, destination: ptr<T>): Rewrap<this, void>;
|
|
2002
|
-
StoreAlignedNonTemporal<T>(this: System_Runtime_Intrinsics.Vector128_1<T>, destination: ptr<T>): Rewrap<this, void>;
|
|
2003
|
-
StoreAlignedNonTemporal<T>(this: System_Runtime_Intrinsics.Vector256_1<T>, destination: ptr<T>): Rewrap<this, void>;
|
|
2004
|
-
StoreAlignedNonTemporal<T>(this: System_Runtime_Intrinsics.Vector512_1<T>, destination: ptr<T>): Rewrap<this, void>;
|
|
2005
|
-
StoreAlignedNonTemporal<T>(this: System_Runtime_Intrinsics.Vector64_1<T>, destination: ptr<T>): Rewrap<this, void>;
|
|
2006
|
-
StoreUnsafe<T>(this: System_Runtime_Intrinsics.Vector128_1<T>, destination: T): Rewrap<this, void>;
|
|
2007
|
-
StoreUnsafe<T>(this: System_Runtime_Intrinsics.Vector128_1<T>, destination: T, elementOffset: nuint): Rewrap<this, void>;
|
|
2008
|
-
StoreUnsafe<T>(this: System_Runtime_Intrinsics.Vector256_1<T>, destination: T): Rewrap<this, void>;
|
|
2009
|
-
StoreUnsafe<T>(this: System_Runtime_Intrinsics.Vector256_1<T>, destination: T, elementOffset: nuint): Rewrap<this, void>;
|
|
2010
|
-
StoreUnsafe<T>(this: System_Runtime_Intrinsics.Vector512_1<T>, destination: T): Rewrap<this, void>;
|
|
2011
|
-
StoreUnsafe<T>(this: System_Runtime_Intrinsics.Vector512_1<T>, destination: T, elementOffset: nuint): Rewrap<this, void>;
|
|
2012
|
-
StoreUnsafe<T>(this: System_Runtime_Intrinsics.Vector64_1<T>, destination: T): Rewrap<this, void>;
|
|
2013
|
-
StoreUnsafe<T>(this: System_Runtime_Intrinsics.Vector64_1<T>, destination: T, elementOffset: nuint): Rewrap<this, void>;
|
|
2014
|
-
ToScalar<T>(this: System_Runtime_Intrinsics.Vector128_1<T>): Rewrap<this, T>;
|
|
2015
|
-
ToScalar<T>(this: System_Runtime_Intrinsics.Vector256_1<T>): Rewrap<this, T>;
|
|
2016
|
-
ToScalar<T>(this: System_Runtime_Intrinsics.Vector512_1<T>): Rewrap<this, T>;
|
|
2017
|
-
ToScalar<T>(this: System_Runtime_Intrinsics.Vector64_1<T>): Rewrap<this, T>;
|
|
2018
|
-
ToVector128<T>(this: System_Runtime_Intrinsics.Vector64_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector128_1<T>>;
|
|
2019
|
-
ToVector128Unsafe<T>(this: System_Runtime_Intrinsics.Vector64_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector128_1<T>>;
|
|
2020
|
-
ToVector256<T>(this: System_Runtime_Intrinsics.Vector128_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector256_1<T>>;
|
|
2021
|
-
ToVector256Unsafe<T>(this: System_Runtime_Intrinsics.Vector128_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector256_1<T>>;
|
|
2022
|
-
ToVector512<T>(this: System_Runtime_Intrinsics.Vector256_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector512_1<T>>;
|
|
2023
|
-
ToVector512Unsafe<T>(this: System_Runtime_Intrinsics.Vector256_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector512_1<T>>;
|
|
2024
|
-
TryCopyTo<T>(this: System_Runtime_Intrinsics.Vector128_1<T>, destination: System.Span_1<T>): Rewrap<this, boolean>;
|
|
2025
|
-
TryCopyTo<T>(this: System_Runtime_Intrinsics.Vector256_1<T>, destination: System.Span_1<T>): Rewrap<this, boolean>;
|
|
2026
|
-
TryCopyTo<T>(this: System_Runtime_Intrinsics.Vector512_1<T>, destination: System.Span_1<T>): Rewrap<this, boolean>;
|
|
2027
|
-
TryCopyTo<T>(this: System_Runtime_Intrinsics.Vector64_1<T>, destination: System.Span_1<T>): Rewrap<this, boolean>;
|
|
2028
|
-
WithElement<T>(this: System_Runtime_Intrinsics.Vector128_1<T>, index: int, value: T): Rewrap<this, System_Runtime_Intrinsics.Vector128_1<T>>;
|
|
2029
|
-
WithElement<T>(this: System_Runtime_Intrinsics.Vector256_1<T>, index: int, value: T): Rewrap<this, System_Runtime_Intrinsics.Vector256_1<T>>;
|
|
2030
|
-
WithElement<T>(this: System_Runtime_Intrinsics.Vector512_1<T>, index: int, value: T): Rewrap<this, System_Runtime_Intrinsics.Vector512_1<T>>;
|
|
2031
|
-
WithElement<T>(this: System_Runtime_Intrinsics.Vector64_1<T>, index: int, value: T): Rewrap<this, System_Runtime_Intrinsics.Vector64_1<T>>;
|
|
2032
|
-
WithLower<T>(this: System_Runtime_Intrinsics.Vector128_1<T>, value: System_Runtime_Intrinsics.Vector64_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector128_1<T>>;
|
|
2033
|
-
WithLower<T>(this: System_Runtime_Intrinsics.Vector256_1<T>, value: System_Runtime_Intrinsics.Vector128_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector256_1<T>>;
|
|
2034
|
-
WithLower<T>(this: System_Runtime_Intrinsics.Vector512_1<T>, value: System_Runtime_Intrinsics.Vector256_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector512_1<T>>;
|
|
2035
|
-
WithUpper<T>(this: System_Runtime_Intrinsics.Vector128_1<T>, value: System_Runtime_Intrinsics.Vector64_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector128_1<T>>;
|
|
2036
|
-
WithUpper<T>(this: System_Runtime_Intrinsics.Vector256_1<T>, value: System_Runtime_Intrinsics.Vector128_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector256_1<T>>;
|
|
2037
|
-
WithUpper<T>(this: System_Runtime_Intrinsics.Vector512_1<T>, value: System_Runtime_Intrinsics.Vector256_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector512_1<T>>;
|
|
1962
|
+
AsVector512<T extends unknown>(this: System_Numerics.Vector_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector512_1<T>>;
|
|
1963
|
+
CopyTo<T extends unknown>(this: System_Runtime_Intrinsics.Vector128_1<T>, destination: T[]): Rewrap<this, void>;
|
|
1964
|
+
CopyTo<T extends unknown>(this: System_Runtime_Intrinsics.Vector128_1<T>, destination: T[], startIndex: int): Rewrap<this, void>;
|
|
1965
|
+
CopyTo<T extends unknown>(this: System_Runtime_Intrinsics.Vector128_1<T>, destination: System.Span_1<T>): Rewrap<this, void>;
|
|
1966
|
+
CopyTo<T extends unknown>(this: System_Runtime_Intrinsics.Vector256_1<T>, destination: T[]): Rewrap<this, void>;
|
|
1967
|
+
CopyTo<T extends unknown>(this: System_Runtime_Intrinsics.Vector256_1<T>, destination: T[], startIndex: int): Rewrap<this, void>;
|
|
1968
|
+
CopyTo<T extends unknown>(this: System_Runtime_Intrinsics.Vector256_1<T>, destination: System.Span_1<T>): Rewrap<this, void>;
|
|
1969
|
+
CopyTo<T extends unknown>(this: System_Runtime_Intrinsics.Vector512_1<T>, destination: T[]): Rewrap<this, void>;
|
|
1970
|
+
CopyTo<T extends unknown>(this: System_Runtime_Intrinsics.Vector512_1<T>, destination: T[], startIndex: int): Rewrap<this, void>;
|
|
1971
|
+
CopyTo<T extends unknown>(this: System_Runtime_Intrinsics.Vector512_1<T>, destination: System.Span_1<T>): Rewrap<this, void>;
|
|
1972
|
+
CopyTo<T extends unknown>(this: System_Runtime_Intrinsics.Vector64_1<T>, destination: T[]): Rewrap<this, void>;
|
|
1973
|
+
CopyTo<T extends unknown>(this: System_Runtime_Intrinsics.Vector64_1<T>, destination: T[], startIndex: int): Rewrap<this, void>;
|
|
1974
|
+
CopyTo<T extends unknown>(this: System_Runtime_Intrinsics.Vector64_1<T>, destination: System.Span_1<T>): Rewrap<this, void>;
|
|
1975
|
+
ExtractMostSignificantBits<T extends unknown>(this: System_Runtime_Intrinsics.Vector128_1<T>): Rewrap<this, uint>;
|
|
1976
|
+
ExtractMostSignificantBits<T extends unknown>(this: System_Runtime_Intrinsics.Vector256_1<T>): Rewrap<this, uint>;
|
|
1977
|
+
ExtractMostSignificantBits<T extends unknown>(this: System_Runtime_Intrinsics.Vector512_1<T>): Rewrap<this, ulong>;
|
|
1978
|
+
ExtractMostSignificantBits<T extends unknown>(this: System_Runtime_Intrinsics.Vector64_1<T>): Rewrap<this, uint>;
|
|
1979
|
+
GetElement<T extends unknown>(this: System_Runtime_Intrinsics.Vector128_1<T>, index: int): Rewrap<this, T>;
|
|
1980
|
+
GetElement<T extends unknown>(this: System_Runtime_Intrinsics.Vector256_1<T>, index: int): Rewrap<this, T>;
|
|
1981
|
+
GetElement<T extends unknown>(this: System_Runtime_Intrinsics.Vector512_1<T>, index: int): Rewrap<this, T>;
|
|
1982
|
+
GetElement<T extends unknown>(this: System_Runtime_Intrinsics.Vector64_1<T>, index: int): Rewrap<this, T>;
|
|
1983
|
+
GetLower<T extends unknown>(this: System_Runtime_Intrinsics.Vector128_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector64_1<T>>;
|
|
1984
|
+
GetLower<T extends unknown>(this: System_Runtime_Intrinsics.Vector256_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector128_1<T>>;
|
|
1985
|
+
GetLower<T extends unknown>(this: System_Runtime_Intrinsics.Vector512_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector256_1<T>>;
|
|
1986
|
+
GetUpper<T extends unknown>(this: System_Runtime_Intrinsics.Vector128_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector64_1<T>>;
|
|
1987
|
+
GetUpper<T extends unknown>(this: System_Runtime_Intrinsics.Vector256_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector128_1<T>>;
|
|
1988
|
+
GetUpper<T extends unknown>(this: System_Runtime_Intrinsics.Vector512_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector256_1<T>>;
|
|
1989
|
+
Store<T extends unknown>(this: System_Runtime_Intrinsics.Vector128_1<T>, destination: ptr<T>): Rewrap<this, void>;
|
|
1990
|
+
Store<T extends unknown>(this: System_Runtime_Intrinsics.Vector256_1<T>, destination: ptr<T>): Rewrap<this, void>;
|
|
1991
|
+
Store<T extends unknown>(this: System_Runtime_Intrinsics.Vector512_1<T>, destination: ptr<T>): Rewrap<this, void>;
|
|
1992
|
+
Store<T extends unknown>(this: System_Runtime_Intrinsics.Vector64_1<T>, destination: ptr<T>): Rewrap<this, void>;
|
|
1993
|
+
StoreAligned<T extends unknown>(this: System_Runtime_Intrinsics.Vector128_1<T>, destination: ptr<T>): Rewrap<this, void>;
|
|
1994
|
+
StoreAligned<T extends unknown>(this: System_Runtime_Intrinsics.Vector256_1<T>, destination: ptr<T>): Rewrap<this, void>;
|
|
1995
|
+
StoreAligned<T extends unknown>(this: System_Runtime_Intrinsics.Vector512_1<T>, destination: ptr<T>): Rewrap<this, void>;
|
|
1996
|
+
StoreAligned<T extends unknown>(this: System_Runtime_Intrinsics.Vector64_1<T>, destination: ptr<T>): Rewrap<this, void>;
|
|
1997
|
+
StoreAlignedNonTemporal<T extends unknown>(this: System_Runtime_Intrinsics.Vector128_1<T>, destination: ptr<T>): Rewrap<this, void>;
|
|
1998
|
+
StoreAlignedNonTemporal<T extends unknown>(this: System_Runtime_Intrinsics.Vector256_1<T>, destination: ptr<T>): Rewrap<this, void>;
|
|
1999
|
+
StoreAlignedNonTemporal<T extends unknown>(this: System_Runtime_Intrinsics.Vector512_1<T>, destination: ptr<T>): Rewrap<this, void>;
|
|
2000
|
+
StoreAlignedNonTemporal<T extends unknown>(this: System_Runtime_Intrinsics.Vector64_1<T>, destination: ptr<T>): Rewrap<this, void>;
|
|
2001
|
+
StoreUnsafe<T extends unknown>(this: System_Runtime_Intrinsics.Vector128_1<T>, destination: T): Rewrap<this, void>;
|
|
2002
|
+
StoreUnsafe<T extends unknown>(this: System_Runtime_Intrinsics.Vector128_1<T>, destination: T, elementOffset: nuint): Rewrap<this, void>;
|
|
2003
|
+
StoreUnsafe<T extends unknown>(this: System_Runtime_Intrinsics.Vector256_1<T>, destination: T): Rewrap<this, void>;
|
|
2004
|
+
StoreUnsafe<T extends unknown>(this: System_Runtime_Intrinsics.Vector256_1<T>, destination: T, elementOffset: nuint): Rewrap<this, void>;
|
|
2005
|
+
StoreUnsafe<T extends unknown>(this: System_Runtime_Intrinsics.Vector512_1<T>, destination: T): Rewrap<this, void>;
|
|
2006
|
+
StoreUnsafe<T extends unknown>(this: System_Runtime_Intrinsics.Vector512_1<T>, destination: T, elementOffset: nuint): Rewrap<this, void>;
|
|
2007
|
+
StoreUnsafe<T extends unknown>(this: System_Runtime_Intrinsics.Vector64_1<T>, destination: T): Rewrap<this, void>;
|
|
2008
|
+
StoreUnsafe<T extends unknown>(this: System_Runtime_Intrinsics.Vector64_1<T>, destination: T, elementOffset: nuint): Rewrap<this, void>;
|
|
2009
|
+
ToScalar<T extends unknown>(this: System_Runtime_Intrinsics.Vector128_1<T>): Rewrap<this, T>;
|
|
2010
|
+
ToScalar<T extends unknown>(this: System_Runtime_Intrinsics.Vector256_1<T>): Rewrap<this, T>;
|
|
2011
|
+
ToScalar<T extends unknown>(this: System_Runtime_Intrinsics.Vector512_1<T>): Rewrap<this, T>;
|
|
2012
|
+
ToScalar<T extends unknown>(this: System_Runtime_Intrinsics.Vector64_1<T>): Rewrap<this, T>;
|
|
2013
|
+
ToVector128<T extends unknown>(this: System_Runtime_Intrinsics.Vector64_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector128_1<T>>;
|
|
2014
|
+
ToVector128Unsafe<T extends unknown>(this: System_Runtime_Intrinsics.Vector64_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector128_1<T>>;
|
|
2015
|
+
ToVector256<T extends unknown>(this: System_Runtime_Intrinsics.Vector128_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector256_1<T>>;
|
|
2016
|
+
ToVector256Unsafe<T extends unknown>(this: System_Runtime_Intrinsics.Vector128_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector256_1<T>>;
|
|
2017
|
+
ToVector512<T extends unknown>(this: System_Runtime_Intrinsics.Vector256_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector512_1<T>>;
|
|
2018
|
+
ToVector512Unsafe<T extends unknown>(this: System_Runtime_Intrinsics.Vector256_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector512_1<T>>;
|
|
2019
|
+
TryCopyTo<T extends unknown>(this: System_Runtime_Intrinsics.Vector128_1<T>, destination: System.Span_1<T>): Rewrap<this, boolean>;
|
|
2020
|
+
TryCopyTo<T extends unknown>(this: System_Runtime_Intrinsics.Vector256_1<T>, destination: System.Span_1<T>): Rewrap<this, boolean>;
|
|
2021
|
+
TryCopyTo<T extends unknown>(this: System_Runtime_Intrinsics.Vector512_1<T>, destination: System.Span_1<T>): Rewrap<this, boolean>;
|
|
2022
|
+
TryCopyTo<T extends unknown>(this: System_Runtime_Intrinsics.Vector64_1<T>, destination: System.Span_1<T>): Rewrap<this, boolean>;
|
|
2023
|
+
WithElement<T extends unknown>(this: System_Runtime_Intrinsics.Vector128_1<T>, index: int, value: T): Rewrap<this, System_Runtime_Intrinsics.Vector128_1<T>>;
|
|
2024
|
+
WithElement<T extends unknown>(this: System_Runtime_Intrinsics.Vector256_1<T>, index: int, value: T): Rewrap<this, System_Runtime_Intrinsics.Vector256_1<T>>;
|
|
2025
|
+
WithElement<T extends unknown>(this: System_Runtime_Intrinsics.Vector512_1<T>, index: int, value: T): Rewrap<this, System_Runtime_Intrinsics.Vector512_1<T>>;
|
|
2026
|
+
WithElement<T extends unknown>(this: System_Runtime_Intrinsics.Vector64_1<T>, index: int, value: T): Rewrap<this, System_Runtime_Intrinsics.Vector64_1<T>>;
|
|
2027
|
+
WithLower<T extends unknown>(this: System_Runtime_Intrinsics.Vector128_1<T>, value: System_Runtime_Intrinsics.Vector64_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector128_1<T>>;
|
|
2028
|
+
WithLower<T extends unknown>(this: System_Runtime_Intrinsics.Vector256_1<T>, value: System_Runtime_Intrinsics.Vector128_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector256_1<T>>;
|
|
2029
|
+
WithLower<T extends unknown>(this: System_Runtime_Intrinsics.Vector512_1<T>, value: System_Runtime_Intrinsics.Vector256_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector512_1<T>>;
|
|
2030
|
+
WithUpper<T extends unknown>(this: System_Runtime_Intrinsics.Vector128_1<T>, value: System_Runtime_Intrinsics.Vector64_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector128_1<T>>;
|
|
2031
|
+
WithUpper<T extends unknown>(this: System_Runtime_Intrinsics.Vector256_1<T>, value: System_Runtime_Intrinsics.Vector128_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector256_1<T>>;
|
|
2032
|
+
WithUpper<T extends unknown>(this: System_Runtime_Intrinsics.Vector512_1<T>, value: System_Runtime_Intrinsics.Vector256_1<T>): Rewrap<this, System_Runtime_Intrinsics.Vector512_1<T>>;
|
|
2038
2033
|
}
|
|
2039
2034
|
|
|
2040
2035
|
// Generic helper type for extension methods in namespace: System.Runtime.Intrinsics
|
|
2041
2036
|
interface __TsonicExtApplier_System_Runtime_Intrinsics {
|
|
2042
|
-
__tsonic_shape:
|
|
2037
|
+
__tsonic_shape: unknown;
|
|
2043
2038
|
__tsonic_type: __TsonicExtMethods_System_Runtime_Intrinsics;
|
|
2044
2039
|
}
|
|
2045
2040
|
|
|
@@ -2056,7 +2051,7 @@ interface __TsonicExtMethods_System_Runtime_Serialization {
|
|
|
2056
2051
|
|
|
2057
2052
|
// Generic helper type for extension methods in namespace: System.Runtime.Serialization
|
|
2058
2053
|
interface __TsonicExtApplier_System_Runtime_Serialization {
|
|
2059
|
-
__tsonic_shape:
|
|
2054
|
+
__tsonic_shape: unknown;
|
|
2060
2055
|
__tsonic_type: __TsonicExtMethods_System_Runtime_Serialization;
|
|
2061
2056
|
}
|
|
2062
2057
|
|
|
@@ -2073,7 +2068,7 @@ interface __TsonicExtMethods_System_Runtime_Serialization_Json {
|
|
|
2073
2068
|
|
|
2074
2069
|
// Generic helper type for extension methods in namespace: System.Runtime.Serialization.Json
|
|
2075
2070
|
interface __TsonicExtApplier_System_Runtime_Serialization_Json {
|
|
2076
|
-
__tsonic_shape:
|
|
2071
|
+
__tsonic_shape: unknown;
|
|
2077
2072
|
__tsonic_type: __TsonicExtMethods_System_Runtime_Serialization_Json;
|
|
2078
2073
|
}
|
|
2079
2074
|
|
|
@@ -2097,7 +2092,7 @@ interface __TsonicExtMethods_System_Security_Cryptography_X509Certificates {
|
|
|
2097
2092
|
|
|
2098
2093
|
// Generic helper type for extension methods in namespace: System.Security.Cryptography.X509Certificates
|
|
2099
2094
|
interface __TsonicExtApplier_System_Security_Cryptography_X509Certificates {
|
|
2100
|
-
__tsonic_shape:
|
|
2095
|
+
__tsonic_shape: unknown;
|
|
2101
2096
|
__tsonic_type: __TsonicExtMethods_System_Security_Cryptography_X509Certificates;
|
|
2102
2097
|
}
|
|
2103
2098
|
|
|
@@ -2124,7 +2119,7 @@ interface __TsonicExtMethods_System_Text {
|
|
|
2124
2119
|
|
|
2125
2120
|
// Generic helper type for extension methods in namespace: System.Text
|
|
2126
2121
|
interface __TsonicExtApplier_System_Text {
|
|
2127
|
-
__tsonic_shape:
|
|
2122
|
+
__tsonic_shape: unknown;
|
|
2128
2123
|
__tsonic_type: __TsonicExtMethods_System_Text;
|
|
2129
2124
|
}
|
|
2130
2125
|
|
|
@@ -2135,26 +2130,26 @@ export type ExtensionMethods_System_Text<TShape> =
|
|
|
2135
2130
|
|
|
2136
2131
|
// Extension method table for namespace: System.Text.Json
|
|
2137
2132
|
interface __TsonicExtMethods_System_Text_Json {
|
|
2138
|
-
Deserialize<TValue>(this: System_Text_Json.JsonDocument, options?: System_Text_Json.JsonSerializerOptions | null): Rewrap<this, TValue | null>;
|
|
2139
|
-
Deserialize(this: System_Text_Json.JsonDocument, returnType: System.Type, options?: System_Text_Json.JsonSerializerOptions | null): Rewrap<this,
|
|
2140
|
-
Deserialize<TValue>(this: System_Text_Json.JsonDocument, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>): Rewrap<this, TValue | null>;
|
|
2141
|
-
Deserialize(this: System_Text_Json.JsonDocument, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo): Rewrap<this,
|
|
2142
|
-
Deserialize(this: System_Text_Json.JsonDocument, returnType: System.Type, context: System_Text_Json_Serialization.JsonSerializerContext): Rewrap<this,
|
|
2143
|
-
Deserialize<TValue>(this: System_Text_Json.JsonElement, options?: System_Text_Json.JsonSerializerOptions | null): Rewrap<this, TValue | null>;
|
|
2144
|
-
Deserialize(this: System_Text_Json.JsonElement, returnType: System.Type, options?: System_Text_Json.JsonSerializerOptions | null): Rewrap<this,
|
|
2145
|
-
Deserialize<TValue>(this: System_Text_Json.JsonElement, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>): Rewrap<this, TValue | null>;
|
|
2146
|
-
Deserialize(this: System_Text_Json.JsonElement, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo): Rewrap<this,
|
|
2147
|
-
Deserialize(this: System_Text_Json.JsonElement, returnType: System.Type, context: System_Text_Json_Serialization.JsonSerializerContext): Rewrap<this,
|
|
2148
|
-
Deserialize<TValue>(this: System_Text_Json_Nodes.JsonNode | null, options?: System_Text_Json.JsonSerializerOptions | null): Rewrap<this, TValue | null>;
|
|
2149
|
-
Deserialize(this: System_Text_Json_Nodes.JsonNode | null, returnType: System.Type, options?: System_Text_Json.JsonSerializerOptions | null): Rewrap<this,
|
|
2150
|
-
Deserialize<TValue>(this: System_Text_Json_Nodes.JsonNode | null, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>): Rewrap<this, TValue | null>;
|
|
2151
|
-
Deserialize(this: System_Text_Json_Nodes.JsonNode | null, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo): Rewrap<this,
|
|
2152
|
-
Deserialize(this: System_Text_Json_Nodes.JsonNode | null, returnType: System.Type, context: System_Text_Json_Serialization.JsonSerializerContext): Rewrap<this,
|
|
2133
|
+
Deserialize<TValue extends unknown>(this: System_Text_Json.JsonDocument, options?: System_Text_Json.JsonSerializerOptions | null): Rewrap<this, TValue | null>;
|
|
2134
|
+
Deserialize(this: System_Text_Json.JsonDocument, returnType: System.Type, options?: System_Text_Json.JsonSerializerOptions | null): Rewrap<this, unknown | null>;
|
|
2135
|
+
Deserialize<TValue extends unknown>(this: System_Text_Json.JsonDocument, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>): Rewrap<this, TValue | null>;
|
|
2136
|
+
Deserialize(this: System_Text_Json.JsonDocument, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo): Rewrap<this, unknown | null>;
|
|
2137
|
+
Deserialize(this: System_Text_Json.JsonDocument, returnType: System.Type, context: System_Text_Json_Serialization.JsonSerializerContext): Rewrap<this, unknown | null>;
|
|
2138
|
+
Deserialize<TValue extends unknown>(this: System_Text_Json.JsonElement, options?: System_Text_Json.JsonSerializerOptions | null): Rewrap<this, TValue | null>;
|
|
2139
|
+
Deserialize(this: System_Text_Json.JsonElement, returnType: System.Type, options?: System_Text_Json.JsonSerializerOptions | null): Rewrap<this, unknown | null>;
|
|
2140
|
+
Deserialize<TValue extends unknown>(this: System_Text_Json.JsonElement, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>): Rewrap<this, TValue | null>;
|
|
2141
|
+
Deserialize(this: System_Text_Json.JsonElement, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo): Rewrap<this, unknown | null>;
|
|
2142
|
+
Deserialize(this: System_Text_Json.JsonElement, returnType: System.Type, context: System_Text_Json_Serialization.JsonSerializerContext): Rewrap<this, unknown | null>;
|
|
2143
|
+
Deserialize<TValue extends unknown>(this: System_Text_Json_Nodes.JsonNode | null, options?: System_Text_Json.JsonSerializerOptions | null): Rewrap<this, TValue | null>;
|
|
2144
|
+
Deserialize(this: System_Text_Json_Nodes.JsonNode | null, returnType: System.Type, options?: System_Text_Json.JsonSerializerOptions | null): Rewrap<this, unknown | null>;
|
|
2145
|
+
Deserialize<TValue extends unknown>(this: System_Text_Json_Nodes.JsonNode | null, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo_1<TValue>): Rewrap<this, TValue | null>;
|
|
2146
|
+
Deserialize(this: System_Text_Json_Nodes.JsonNode | null, jsonTypeInfo: System_Text_Json_Serialization_Metadata.JsonTypeInfo): Rewrap<this, unknown | null>;
|
|
2147
|
+
Deserialize(this: System_Text_Json_Nodes.JsonNode | null, returnType: System.Type, context: System_Text_Json_Serialization.JsonSerializerContext): Rewrap<this, unknown | null>;
|
|
2153
2148
|
}
|
|
2154
2149
|
|
|
2155
2150
|
// Generic helper type for extension methods in namespace: System.Text.Json
|
|
2156
2151
|
interface __TsonicExtApplier_System_Text_Json {
|
|
2157
|
-
__tsonic_shape:
|
|
2152
|
+
__tsonic_shape: unknown;
|
|
2158
2153
|
__tsonic_type: __TsonicExtMethods_System_Text_Json;
|
|
2159
2154
|
}
|
|
2160
2155
|
|
|
@@ -2171,7 +2166,7 @@ interface __TsonicExtMethods_System_Text_Json_Schema {
|
|
|
2171
2166
|
|
|
2172
2167
|
// Generic helper type for extension methods in namespace: System.Text.Json.Schema
|
|
2173
2168
|
interface __TsonicExtApplier_System_Text_Json_Schema {
|
|
2174
|
-
__tsonic_shape:
|
|
2169
|
+
__tsonic_shape: unknown;
|
|
2175
2170
|
__tsonic_type: __TsonicExtMethods_System_Text_Json_Schema;
|
|
2176
2171
|
}
|
|
2177
2172
|
|
|
@@ -2187,7 +2182,7 @@ interface __TsonicExtMethods_System_Text_Json_Serialization_Metadata {
|
|
|
2187
2182
|
|
|
2188
2183
|
// Generic helper type for extension methods in namespace: System.Text.Json.Serialization.Metadata
|
|
2189
2184
|
interface __TsonicExtApplier_System_Text_Json_Serialization_Metadata {
|
|
2190
|
-
__tsonic_shape:
|
|
2185
|
+
__tsonic_shape: unknown;
|
|
2191
2186
|
__tsonic_type: __TsonicExtMethods_System_Text_Json_Serialization_Metadata;
|
|
2192
2187
|
}
|
|
2193
2188
|
|
|
@@ -2210,7 +2205,7 @@ interface __TsonicExtMethods_System_Threading {
|
|
|
2210
2205
|
|
|
2211
2206
|
// Generic helper type for extension methods in namespace: System.Threading
|
|
2212
2207
|
interface __TsonicExtApplier_System_Threading {
|
|
2213
|
-
__tsonic_shape:
|
|
2208
|
+
__tsonic_shape: unknown;
|
|
2214
2209
|
__tsonic_type: __TsonicExtMethods_System_Threading;
|
|
2215
2210
|
}
|
|
2216
2211
|
|
|
@@ -2222,16 +2217,16 @@ export type ExtensionMethods_System_Threading<TShape> =
|
|
|
2222
2217
|
// Extension method table for namespace: System.Threading.Tasks
|
|
2223
2218
|
interface __TsonicExtMethods_System_Threading_Tasks {
|
|
2224
2219
|
ConfigureAwait(this: System.IAsyncDisposable, continueOnCapturedContext: boolean): Rewrap<this, System_Runtime_CompilerServices.ConfiguredAsyncDisposable>;
|
|
2225
|
-
ConfigureAwait<T>(this: System_Collections_Generic.IAsyncEnumerable_1<T>, continueOnCapturedContext: boolean): Rewrap<this, System_Runtime_CompilerServices.ConfiguredCancelableAsyncEnumerable_1<T>>;
|
|
2226
|
-
ToBlockingEnumerable<T>(this: System_Collections_Generic.IAsyncEnumerable_1<T>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Collections_Generic.IEnumerable_1<T>>;
|
|
2220
|
+
ConfigureAwait<T extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<T>, continueOnCapturedContext: boolean): Rewrap<this, System_Runtime_CompilerServices.ConfiguredCancelableAsyncEnumerable_1<T>>;
|
|
2221
|
+
ToBlockingEnumerable<T extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<T>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Collections_Generic.IEnumerable_1<T>>;
|
|
2227
2222
|
Unwrap(this: System_Threading_Tasks.Task_1<System_Threading_Tasks.Task>): Rewrap<this, System_Threading_Tasks.Task>;
|
|
2228
|
-
Unwrap<TResult>(this: System_Threading_Tasks.Task_1<System_Threading_Tasks.Task_1<TResult>>): Rewrap<this, System_Threading_Tasks.Task_1<TResult>>;
|
|
2229
|
-
WithCancellation<T>(this: System_Collections_Generic.IAsyncEnumerable_1<T>, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Runtime_CompilerServices.ConfiguredCancelableAsyncEnumerable_1<T>>;
|
|
2223
|
+
Unwrap<TResult extends unknown>(this: System_Threading_Tasks.Task_1<System_Threading_Tasks.Task_1<TResult>>): Rewrap<this, System_Threading_Tasks.Task_1<TResult>>;
|
|
2224
|
+
WithCancellation<T extends unknown>(this: System_Collections_Generic.IAsyncEnumerable_1<T>, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Runtime_CompilerServices.ConfiguredCancelableAsyncEnumerable_1<T>>;
|
|
2230
2225
|
}
|
|
2231
2226
|
|
|
2232
2227
|
// Generic helper type for extension methods in namespace: System.Threading.Tasks
|
|
2233
2228
|
interface __TsonicExtApplier_System_Threading_Tasks {
|
|
2234
|
-
__tsonic_shape:
|
|
2229
|
+
__tsonic_shape: unknown;
|
|
2235
2230
|
__tsonic_type: __TsonicExtMethods_System_Threading_Tasks;
|
|
2236
2231
|
}
|
|
2237
2232
|
|
|
@@ -2242,31 +2237,31 @@ export type ExtensionMethods_System_Threading_Tasks<TShape> =
|
|
|
2242
2237
|
|
|
2243
2238
|
// Extension method table for namespace: System.Threading.Tasks.Dataflow
|
|
2244
2239
|
interface __TsonicExtMethods_System_Threading_Tasks_Dataflow {
|
|
2245
|
-
AsObservable<TOutput>(this: System_Threading_Tasks_Dataflow.ISourceBlock_1<TOutput>): Rewrap<this, System.IObservable_1<TOutput>>;
|
|
2246
|
-
AsObserver<TInput>(this: System_Threading_Tasks_Dataflow.ITargetBlock_1<TInput>): Rewrap<this, System.IObserver_1<TInput>>;
|
|
2247
|
-
LinkTo<TOutput>(this: System_Threading_Tasks_Dataflow.ISourceBlock_1<TOutput>, target: System_Threading_Tasks_Dataflow.ITargetBlock_1<TOutput>): Rewrap<this, System.IDisposable>;
|
|
2248
|
-
LinkTo<TOutput>(this: System_Threading_Tasks_Dataflow.ISourceBlock_1<TOutput>, target: System_Threading_Tasks_Dataflow.ITargetBlock_1<TOutput>, predicate: System.Predicate_1<TOutput>): Rewrap<this, System.IDisposable>;
|
|
2249
|
-
LinkTo<TOutput>(this: System_Threading_Tasks_Dataflow.ISourceBlock_1<TOutput>, target: System_Threading_Tasks_Dataflow.ITargetBlock_1<TOutput>, linkOptions: System_Threading_Tasks_Dataflow.DataflowLinkOptions, predicate: System.Predicate_1<TOutput>): Rewrap<this, System.IDisposable>;
|
|
2250
|
-
OutputAvailableAsync<TOutput>(this: System_Threading_Tasks_Dataflow.ISourceBlock_1<TOutput>): Rewrap<this, System_Threading_Tasks.Task_1<System_Internal.Boolean>>;
|
|
2251
|
-
OutputAvailableAsync<TOutput>(this: System_Threading_Tasks_Dataflow.ISourceBlock_1<TOutput>, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<System_Internal.Boolean>>;
|
|
2252
|
-
Post<TInput>(this: System_Threading_Tasks_Dataflow.ITargetBlock_1<TInput>, item: TInput): Rewrap<this, boolean>;
|
|
2253
|
-
Receive<TOutput>(this: System_Threading_Tasks_Dataflow.ISourceBlock_1<TOutput>): Rewrap<this, TOutput>;
|
|
2254
|
-
Receive<TOutput>(this: System_Threading_Tasks_Dataflow.ISourceBlock_1<TOutput>, cancellationToken: System_Threading.CancellationToken): Rewrap<this, TOutput>;
|
|
2255
|
-
Receive<TOutput>(this: System_Threading_Tasks_Dataflow.ISourceBlock_1<TOutput>, timeout: System.TimeSpan): Rewrap<this, TOutput>;
|
|
2256
|
-
Receive<TOutput>(this: System_Threading_Tasks_Dataflow.ISourceBlock_1<TOutput>, timeout: System.TimeSpan, cancellationToken: System_Threading.CancellationToken): Rewrap<this, TOutput>;
|
|
2257
|
-
ReceiveAllAsync<TOutput>(this: System_Threading_Tasks_Dataflow.IReceivableSourceBlock_1<TOutput>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TOutput>>;
|
|
2258
|
-
ReceiveAsync<TOutput>(this: System_Threading_Tasks_Dataflow.ISourceBlock_1<TOutput>): Rewrap<this, System_Threading_Tasks.Task_1<TOutput>>;
|
|
2259
|
-
ReceiveAsync<TOutput>(this: System_Threading_Tasks_Dataflow.ISourceBlock_1<TOutput>, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<TOutput>>;
|
|
2260
|
-
ReceiveAsync<TOutput>(this: System_Threading_Tasks_Dataflow.ISourceBlock_1<TOutput>, timeout: System.TimeSpan): Rewrap<this, System_Threading_Tasks.Task_1<TOutput>>;
|
|
2261
|
-
ReceiveAsync<TOutput>(this: System_Threading_Tasks_Dataflow.ISourceBlock_1<TOutput>, timeout: System.TimeSpan, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<TOutput>>;
|
|
2262
|
-
SendAsync<TInput>(this: System_Threading_Tasks_Dataflow.ITargetBlock_1<TInput>, item: TInput): Rewrap<this, System_Threading_Tasks.Task_1<System_Internal.Boolean>>;
|
|
2263
|
-
SendAsync<TInput>(this: System_Threading_Tasks_Dataflow.ITargetBlock_1<TInput>, item: TInput, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<System_Internal.Boolean>>;
|
|
2264
|
-
TryReceive<TOutput>(this: System_Threading_Tasks_Dataflow.IReceivableSourceBlock_1<TOutput>, item: TOutput): Rewrap<this, boolean>;
|
|
2240
|
+
AsObservable<TOutput extends unknown>(this: System_Threading_Tasks_Dataflow.ISourceBlock_1<TOutput>): Rewrap<this, System.IObservable_1<TOutput>>;
|
|
2241
|
+
AsObserver<TInput extends unknown>(this: System_Threading_Tasks_Dataflow.ITargetBlock_1<TInput>): Rewrap<this, System.IObserver_1<TInput>>;
|
|
2242
|
+
LinkTo<TOutput extends unknown>(this: System_Threading_Tasks_Dataflow.ISourceBlock_1<TOutput>, target: System_Threading_Tasks_Dataflow.ITargetBlock_1<TOutput>): Rewrap<this, System.IDisposable>;
|
|
2243
|
+
LinkTo<TOutput extends unknown>(this: System_Threading_Tasks_Dataflow.ISourceBlock_1<TOutput>, target: System_Threading_Tasks_Dataflow.ITargetBlock_1<TOutput>, predicate: System.Predicate_1<TOutput>): Rewrap<this, System.IDisposable>;
|
|
2244
|
+
LinkTo<TOutput extends unknown>(this: System_Threading_Tasks_Dataflow.ISourceBlock_1<TOutput>, target: System_Threading_Tasks_Dataflow.ITargetBlock_1<TOutput>, linkOptions: System_Threading_Tasks_Dataflow.DataflowLinkOptions, predicate: System.Predicate_1<TOutput>): Rewrap<this, System.IDisposable>;
|
|
2245
|
+
OutputAvailableAsync<TOutput extends unknown>(this: System_Threading_Tasks_Dataflow.ISourceBlock_1<TOutput>): Rewrap<this, System_Threading_Tasks.Task_1<System_Internal.Boolean>>;
|
|
2246
|
+
OutputAvailableAsync<TOutput extends unknown>(this: System_Threading_Tasks_Dataflow.ISourceBlock_1<TOutput>, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<System_Internal.Boolean>>;
|
|
2247
|
+
Post<TInput extends unknown>(this: System_Threading_Tasks_Dataflow.ITargetBlock_1<TInput>, item: TInput): Rewrap<this, boolean>;
|
|
2248
|
+
Receive<TOutput extends unknown>(this: System_Threading_Tasks_Dataflow.ISourceBlock_1<TOutput>): Rewrap<this, TOutput>;
|
|
2249
|
+
Receive<TOutput extends unknown>(this: System_Threading_Tasks_Dataflow.ISourceBlock_1<TOutput>, cancellationToken: System_Threading.CancellationToken): Rewrap<this, TOutput>;
|
|
2250
|
+
Receive<TOutput extends unknown>(this: System_Threading_Tasks_Dataflow.ISourceBlock_1<TOutput>, timeout: System.TimeSpan): Rewrap<this, TOutput>;
|
|
2251
|
+
Receive<TOutput extends unknown>(this: System_Threading_Tasks_Dataflow.ISourceBlock_1<TOutput>, timeout: System.TimeSpan, cancellationToken: System_Threading.CancellationToken): Rewrap<this, TOutput>;
|
|
2252
|
+
ReceiveAllAsync<TOutput extends unknown>(this: System_Threading_Tasks_Dataflow.IReceivableSourceBlock_1<TOutput>, cancellationToken?: System_Threading.CancellationToken): Rewrap<this, System_Collections_Generic.IAsyncEnumerable_1<TOutput>>;
|
|
2253
|
+
ReceiveAsync<TOutput extends unknown>(this: System_Threading_Tasks_Dataflow.ISourceBlock_1<TOutput>): Rewrap<this, System_Threading_Tasks.Task_1<TOutput>>;
|
|
2254
|
+
ReceiveAsync<TOutput extends unknown>(this: System_Threading_Tasks_Dataflow.ISourceBlock_1<TOutput>, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<TOutput>>;
|
|
2255
|
+
ReceiveAsync<TOutput extends unknown>(this: System_Threading_Tasks_Dataflow.ISourceBlock_1<TOutput>, timeout: System.TimeSpan): Rewrap<this, System_Threading_Tasks.Task_1<TOutput>>;
|
|
2256
|
+
ReceiveAsync<TOutput extends unknown>(this: System_Threading_Tasks_Dataflow.ISourceBlock_1<TOutput>, timeout: System.TimeSpan, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<TOutput>>;
|
|
2257
|
+
SendAsync<TInput extends unknown>(this: System_Threading_Tasks_Dataflow.ITargetBlock_1<TInput>, item: TInput): Rewrap<this, System_Threading_Tasks.Task_1<System_Internal.Boolean>>;
|
|
2258
|
+
SendAsync<TInput extends unknown>(this: System_Threading_Tasks_Dataflow.ITargetBlock_1<TInput>, item: TInput, cancellationToken: System_Threading.CancellationToken): Rewrap<this, System_Threading_Tasks.Task_1<System_Internal.Boolean>>;
|
|
2259
|
+
TryReceive<TOutput extends unknown>(this: System_Threading_Tasks_Dataflow.IReceivableSourceBlock_1<TOutput>, item: TOutput): Rewrap<this, boolean>;
|
|
2265
2260
|
}
|
|
2266
2261
|
|
|
2267
2262
|
// Generic helper type for extension methods in namespace: System.Threading.Tasks.Dataflow
|
|
2268
2263
|
interface __TsonicExtApplier_System_Threading_Tasks_Dataflow {
|
|
2269
|
-
__tsonic_shape:
|
|
2264
|
+
__tsonic_shape: unknown;
|
|
2270
2265
|
__tsonic_type: __TsonicExtMethods_System_Threading_Tasks_Dataflow;
|
|
2271
2266
|
}
|
|
2272
2267
|
|
|
@@ -2277,36 +2272,36 @@ export type ExtensionMethods_System_Threading_Tasks_Dataflow<TShape> =
|
|
|
2277
2272
|
|
|
2278
2273
|
// Extension method table for namespace: System.Xml.Linq
|
|
2279
2274
|
interface __TsonicExtMethods_System_Xml_Linq {
|
|
2280
|
-
Ancestors<T extends System_Xml_Linq.XNode>(this: System_Collections_Generic.IEnumerable_1<T | null>): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XElement>>;
|
|
2281
|
-
Ancestors<T extends System_Xml_Linq.XNode>(this: System_Collections_Generic.IEnumerable_1<T | null>, name: System_Xml_Linq.XName | null): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XElement>>;
|
|
2275
|
+
Ancestors<T extends unknown & System_Xml_Linq.XNode>(this: System_Collections_Generic.IEnumerable_1<T | null>): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XElement>>;
|
|
2276
|
+
Ancestors<T extends unknown & System_Xml_Linq.XNode>(this: System_Collections_Generic.IEnumerable_1<T | null>, name: System_Xml_Linq.XName | null): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XElement>>;
|
|
2282
2277
|
AncestorsAndSelf(this: System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XElement | null>): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XElement>>;
|
|
2283
2278
|
AncestorsAndSelf(this: System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XElement | null>, name: System_Xml_Linq.XName | null): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XElement>>;
|
|
2284
2279
|
Attributes(this: System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XElement | null>): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XAttribute>>;
|
|
2285
2280
|
Attributes(this: System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XElement | null>, name: System_Xml_Linq.XName | null): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XAttribute>>;
|
|
2286
|
-
DescendantNodes<T extends System_Xml_Linq.XContainer>(this: System_Collections_Generic.IEnumerable_1<T | null>): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XNode>>;
|
|
2281
|
+
DescendantNodes<T extends unknown & System_Xml_Linq.XContainer>(this: System_Collections_Generic.IEnumerable_1<T | null>): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XNode>>;
|
|
2287
2282
|
DescendantNodesAndSelf(this: System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XElement | null>): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XNode>>;
|
|
2288
|
-
Descendants<T extends System_Xml_Linq.XContainer>(this: System_Collections_Generic.IEnumerable_1<T | null>): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XElement>>;
|
|
2289
|
-
Descendants<T extends System_Xml_Linq.XContainer>(this: System_Collections_Generic.IEnumerable_1<T | null>, name: System_Xml_Linq.XName | null): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XElement>>;
|
|
2283
|
+
Descendants<T extends unknown & System_Xml_Linq.XContainer>(this: System_Collections_Generic.IEnumerable_1<T | null>): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XElement>>;
|
|
2284
|
+
Descendants<T extends unknown & System_Xml_Linq.XContainer>(this: System_Collections_Generic.IEnumerable_1<T | null>, name: System_Xml_Linq.XName | null): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XElement>>;
|
|
2290
2285
|
DescendantsAndSelf(this: System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XElement | null>): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XElement>>;
|
|
2291
2286
|
DescendantsAndSelf(this: System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XElement | null>, name: System_Xml_Linq.XName | null): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XElement>>;
|
|
2292
|
-
Elements<T extends System_Xml_Linq.XContainer>(this: System_Collections_Generic.IEnumerable_1<T | null>): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XElement>>;
|
|
2293
|
-
Elements<T extends System_Xml_Linq.XContainer>(this: System_Collections_Generic.IEnumerable_1<T | null>, name: System_Xml_Linq.XName | null): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XElement>>;
|
|
2294
|
-
InDocumentOrder<T extends System_Xml_Linq.XNode>(this: System_Collections_Generic.IEnumerable_1<T>): Rewrap<this, System_Collections_Generic.IEnumerable_1<T>>;
|
|
2295
|
-
Nodes<T extends System_Xml_Linq.XContainer>(this: System_Collections_Generic.IEnumerable_1<T | null>): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XNode>>;
|
|
2287
|
+
Elements<T extends unknown & System_Xml_Linq.XContainer>(this: System_Collections_Generic.IEnumerable_1<T | null>): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XElement>>;
|
|
2288
|
+
Elements<T extends unknown & System_Xml_Linq.XContainer>(this: System_Collections_Generic.IEnumerable_1<T | null>, name: System_Xml_Linq.XName | null): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XElement>>;
|
|
2289
|
+
InDocumentOrder<T extends unknown & System_Xml_Linq.XNode>(this: System_Collections_Generic.IEnumerable_1<T>): Rewrap<this, System_Collections_Generic.IEnumerable_1<T>>;
|
|
2290
|
+
Nodes<T extends unknown & System_Xml_Linq.XContainer>(this: System_Collections_Generic.IEnumerable_1<T | null>): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XNode>>;
|
|
2296
2291
|
Remove(this: System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XAttribute | null>): Rewrap<this, void>;
|
|
2297
|
-
Remove<T extends System_Xml_Linq.XNode>(this: System_Collections_Generic.IEnumerable_1<T | null>): Rewrap<this, void>;
|
|
2292
|
+
Remove<T extends unknown & System_Xml_Linq.XNode>(this: System_Collections_Generic.IEnumerable_1<T | null>): Rewrap<this, void>;
|
|
2298
2293
|
}
|
|
2299
2294
|
|
|
2300
2295
|
// Generic helper type for extension methods in namespace: System.Xml.Linq
|
|
2301
2296
|
interface __TsonicExtApplier_System_Xml_Linq {
|
|
2302
|
-
__tsonic_shape:
|
|
2297
|
+
__tsonic_shape: unknown;
|
|
2303
2298
|
__tsonic_type: __TsonicExtMethods_System_Xml_Linq;
|
|
2304
2299
|
}
|
|
2305
2300
|
|
|
2306
2301
|
export type ExtensionMethods_System_Xml_Linq<TShape> =
|
|
2307
2302
|
TShape extends null | undefined ? TShape
|
|
2308
2303
|
: TShape extends void ? void
|
|
2309
|
-
: TShape extends (infer T)[] ? (TShape & System_Collections_Generic.IEnumerable_1<T> & __TsonicWithExt<TShape, "System.Xml.Linq", __TsonicExtApplier_System_Xml_Linq> & __TsonicExtMethods_System_Xml_Linq)
|
|
2304
|
+
: TShape extends (infer T extends unknown)[] ? (TShape & System_Collections_Generic.IEnumerable_1<T> & __TsonicWithExt<TShape, "System.Xml.Linq", __TsonicExtApplier_System_Xml_Linq> & __TsonicExtMethods_System_Xml_Linq)
|
|
2310
2305
|
: TShape & __TsonicWithExt<TShape, "System.Xml.Linq", __TsonicExtApplier_System_Xml_Linq> & __TsonicExtMethods_System_Xml_Linq;
|
|
2311
2306
|
|
|
2312
2307
|
// Extension method table for namespace: System.Xml.Schema
|
|
@@ -2323,7 +2318,7 @@ interface __TsonicExtMethods_System_Xml_Schema {
|
|
|
2323
2318
|
|
|
2324
2319
|
// Generic helper type for extension methods in namespace: System.Xml.Schema
|
|
2325
2320
|
interface __TsonicExtApplier_System_Xml_Schema {
|
|
2326
|
-
__tsonic_shape:
|
|
2321
|
+
__tsonic_shape: unknown;
|
|
2327
2322
|
__tsonic_type: __TsonicExtMethods_System_Xml_Schema;
|
|
2328
2323
|
}
|
|
2329
2324
|
|
|
@@ -2337,8 +2332,8 @@ interface __TsonicExtMethods_System_Xml_XPath {
|
|
|
2337
2332
|
CreateNavigator(this: System_Xml_Linq.XNode): Rewrap<this, System_Xml_XPath.XPathNavigator>;
|
|
2338
2333
|
CreateNavigator(this: System_Xml_Linq.XNode, nameTable: System_Xml.XmlNameTable | null): Rewrap<this, System_Xml_XPath.XPathNavigator>;
|
|
2339
2334
|
ToXPathNavigable(this: System_Xml_Linq.XNode): Rewrap<this, System_Xml_XPath.IXPathNavigable>;
|
|
2340
|
-
XPathEvaluate(this: System_Xml_Linq.XNode, expression: string): Rewrap<this,
|
|
2341
|
-
XPathEvaluate(this: System_Xml_Linq.XNode, expression: string, resolver: System_Xml.IXmlNamespaceResolver | null): Rewrap<this,
|
|
2335
|
+
XPathEvaluate(this: System_Xml_Linq.XNode, expression: string): Rewrap<this, unknown>;
|
|
2336
|
+
XPathEvaluate(this: System_Xml_Linq.XNode, expression: string, resolver: System_Xml.IXmlNamespaceResolver | null): Rewrap<this, unknown>;
|
|
2342
2337
|
XPathSelectElement(this: System_Xml_Linq.XNode, expression: string): Rewrap<this, System_Xml_Linq.XElement | null>;
|
|
2343
2338
|
XPathSelectElement(this: System_Xml_Linq.XNode, expression: string, resolver: System_Xml.IXmlNamespaceResolver | null): Rewrap<this, System_Xml_Linq.XElement | null>;
|
|
2344
2339
|
XPathSelectElements(this: System_Xml_Linq.XNode, expression: string): Rewrap<this, System_Collections_Generic.IEnumerable_1<System_Xml_Linq.XElement>>;
|
|
@@ -2347,7 +2342,7 @@ interface __TsonicExtMethods_System_Xml_XPath {
|
|
|
2347
2342
|
|
|
2348
2343
|
// Generic helper type for extension methods in namespace: System.Xml.XPath
|
|
2349
2344
|
interface __TsonicExtApplier_System_Xml_XPath {
|
|
2350
|
-
__tsonic_shape:
|
|
2345
|
+
__tsonic_shape: unknown;
|
|
2351
2346
|
__tsonic_type: __TsonicExtMethods_System_Xml_XPath;
|
|
2352
2347
|
}
|
|
2353
2348
|
|