@tsonic/dotnet 10.0.40 → 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 +4 -3
- package/Internal.d.ts +4 -0
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +19 -18
- package/Microsoft.CSharp.RuntimeBinder.d.ts +4 -0
- package/Microsoft.VisualBasic/bindings.json +13 -13
- package/Microsoft.VisualBasic/internal/index.d.ts +5 -7
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +3 -5
- package/Microsoft.VisualBasic.CompilerServices.d.ts +4 -0
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +4 -3
- package/Microsoft.VisualBasic.FileIO.d.ts +4 -0
- package/Microsoft.VisualBasic.d.ts +4 -0
- package/Microsoft.Win32/internal/index.d.ts +19 -18
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +3 -2
- package/Microsoft.Win32.SafeHandles.d.ts +4 -0
- package/Microsoft.Win32.d.ts +4 -0
- package/README.md +83 -104
- package/System/bindings.json +1858 -2297
- package/System/internal/index.d.ts +1972 -2010
- package/System.Buffers/bindings.json +12 -3
- package/System.Buffers/internal/index.d.ts +56 -58
- package/System.Buffers.Binary/internal/index.d.ts +2 -4
- package/System.Buffers.Binary.d.ts +4 -0
- package/System.Buffers.Text/internal/index.d.ts +2 -4
- package/System.Buffers.Text.d.ts +4 -0
- package/System.Buffers.d.ts +10 -6
- package/System.CodeDom.Compiler/internal/index.d.ts +31 -30
- package/System.CodeDom.Compiler.d.ts +4 -0
- package/System.Collections/bindings.json +300 -300
- package/System.Collections/internal/index.d.ts +90 -92
- package/System.Collections.Concurrent/bindings.json +311 -311
- package/System.Collections.Concurrent/internal/index.d.ts +83 -85
- package/System.Collections.Concurrent.d.ts +7 -3
- package/System.Collections.Frozen/bindings.json +490 -648
- package/System.Collections.Frozen/internal/index.d.ts +95 -109
- package/System.Collections.Frozen.d.ts +18 -2
- package/System.Collections.Generic/bindings.json +9628 -14043
- package/System.Collections.Generic/internal/index.d.ts +632 -827
- package/System.Collections.Generic.d.ts +20 -16
- package/System.Collections.Immutable/bindings.json +6134 -9214
- package/System.Collections.Immutable/internal/index.d.ts +414 -502
- package/System.Collections.Immutable.d.ts +58 -17
- package/System.Collections.ObjectModel/bindings.json +328 -850
- package/System.Collections.ObjectModel/internal/index.d.ts +42 -62
- package/System.Collections.ObjectModel.d.ts +6 -2
- package/System.Collections.Specialized/bindings.json +79 -202
- package/System.Collections.Specialized/internal/index.d.ts +72 -85
- package/System.Collections.Specialized.d.ts +4 -0
- package/System.Collections.d.ts +4 -0
- package/System.ComponentModel/bindings.json +271 -210
- package/System.ComponentModel/internal/index.d.ts +562 -547
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +126 -125
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +8 -7
- package/System.ComponentModel.DataAnnotations.Schema.d.ts +4 -0
- package/System.ComponentModel.DataAnnotations.d.ts +4 -0
- package/System.ComponentModel.Design/bindings.json +40 -310
- package/System.ComponentModel.Design/internal/index.d.ts +85 -93
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +42 -41
- package/System.ComponentModel.Design.Serialization.d.ts +4 -0
- package/System.ComponentModel.Design.d.ts +4 -0
- package/System.ComponentModel.d.ts +5 -0
- package/System.Configuration.Assemblies/internal/index.d.ts +3 -2
- package/System.Configuration.Assemblies.d.ts +4 -0
- package/System.Data/bindings.json +128 -125
- package/System.Data/internal/index.d.ts +341 -340
- package/System.Data.Common/bindings.json +68 -68
- package/System.Data.Common/internal/index.d.ts +135 -136
- package/System.Data.Common.d.ts +4 -0
- package/System.Data.SqlTypes/internal/index.d.ts +55 -54
- package/System.Data.SqlTypes.d.ts +4 -0
- package/System.Data.d.ts +8 -4
- package/System.Diagnostics/bindings.json +6324 -6509
- package/System.Diagnostics/internal/index.d.ts +435 -437
- package/System.Diagnostics.CodeAnalysis/bindings.json +121 -121
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +44 -43
- package/System.Diagnostics.CodeAnalysis.d.ts +4 -0
- package/System.Diagnostics.Contracts/bindings.json +62 -62
- package/System.Diagnostics.Contracts/internal/index.d.ts +23 -25
- package/System.Diagnostics.Contracts.d.ts +4 -0
- package/System.Diagnostics.Metrics/internal/index.d.ts +82 -84
- package/System.Diagnostics.Metrics.d.ts +7 -3
- package/System.Diagnostics.SymbolStore/bindings.json +2 -2
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +11 -10
- package/System.Diagnostics.SymbolStore.d.ts +4 -0
- package/System.Diagnostics.Tracing/bindings.json +291 -231
- package/System.Diagnostics.Tracing/internal/index.d.ts +69 -56
- package/System.Diagnostics.Tracing.d.ts +6 -1
- package/System.Diagnostics.d.ts +5 -1
- package/System.Drawing/internal/index.d.ts +76 -75
- package/System.Drawing.d.ts +4 -0
- package/System.Dynamic/bindings.json +13 -13
- package/System.Dynamic/internal/index.d.ts +35 -36
- package/System.Dynamic.d.ts +4 -0
- package/System.Formats.Asn1/bindings.json +48 -69
- package/System.Formats.Asn1/internal/index.d.ts +30 -37
- package/System.Formats.Asn1.d.ts +4 -0
- package/System.Formats.Tar/internal/index.d.ts +8 -7
- package/System.Formats.Tar.d.ts +4 -0
- package/System.Globalization/bindings.json +3 -3
- package/System.Globalization/internal/index.d.ts +35 -37
- package/System.Globalization.d.ts +4 -0
- package/System.IO/bindings.json +957 -957
- package/System.IO/internal/index.d.ts +183 -185
- package/System.IO.Compression/internal/index.d.ts +33 -35
- package/System.IO.Compression.d.ts +4 -0
- package/System.IO.Enumeration/bindings.json +402 -402
- package/System.IO.Enumeration/internal/index.d.ts +21 -23
- package/System.IO.Enumeration.d.ts +4 -0
- package/System.IO.IsolatedStorage/internal/index.d.ts +16 -15
- package/System.IO.IsolatedStorage.d.ts +4 -0
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +11 -10
- package/System.IO.MemoryMappedFiles.d.ts +4 -0
- package/System.IO.Pipelines/internal/index.d.ts +15 -17
- package/System.IO.Pipelines.d.ts +4 -0
- package/System.IO.Pipes/internal/index.d.ts +8 -7
- 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 +705 -705
- package/System.Linq.Expressions/internal/index.d.ts +219 -195
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +5 -4
- 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 +131 -131
- package/System.Net/internal/index.d.ts +276 -278
- package/System.Net.Cache/internal/index.d.ts +3 -2
- package/System.Net.Cache.d.ts +4 -0
- package/System.Net.Http/bindings.json +22 -22
- package/System.Net.Http/internal/index.d.ts +128 -130
- package/System.Net.Http.Headers/bindings.json +36 -200
- package/System.Net.Http.Headers/internal/index.d.ts +114 -128
- package/System.Net.Http.Headers.d.ts +4 -0
- package/System.Net.Http.Json/internal/index.d.ts +67 -69
- package/System.Net.Http.Json.d.ts +4 -0
- package/System.Net.Http.Metrics/internal/index.d.ts +6 -5
- 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 +78 -80
- package/System.Net.Mail.d.ts +4 -0
- package/System.Net.Mime/internal/index.d.ts +11 -10
- package/System.Net.Mime.d.ts +4 -0
- package/System.Net.NetworkInformation/bindings.json +40 -40
- package/System.Net.NetworkInformation/internal/index.d.ts +30 -32
- package/System.Net.NetworkInformation.d.ts +4 -0
- package/System.Net.Quic/internal/index.d.ts +11 -10
- package/System.Net.Quic.d.ts +4 -0
- package/System.Net.Security/internal/index.d.ts +90 -92
- package/System.Net.Security.d.ts +4 -0
- package/System.Net.ServerSentEvents/internal/index.d.ts +13 -12
- package/System.Net.ServerSentEvents.d.ts +7 -3
- package/System.Net.Sockets/internal/index.d.ts +91 -93
- package/System.Net.Sockets.d.ts +4 -0
- package/System.Net.WebSockets/bindings.json +101 -101
- package/System.Net.WebSockets/internal/index.d.ts +49 -48
- package/System.Net.WebSockets.d.ts +4 -0
- package/System.Net.d.ts +4 -0
- package/System.Numerics/bindings.json +547 -119
- package/System.Numerics/internal/index.d.ts +302 -304
- package/System.Numerics.d.ts +38 -34
- package/System.Reflection/bindings.json +870 -870
- package/System.Reflection/internal/index.d.ts +257 -259
- package/System.Reflection.Emit/bindings.json +754 -754
- package/System.Reflection.Emit/internal/index.d.ts +114 -114
- package/System.Reflection.Emit.d.ts +4 -0
- package/System.Reflection.Metadata/bindings.json +535 -3018
- package/System.Reflection.Metadata/internal/index.d.ts +188 -369
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +16 -18
- package/System.Reflection.Metadata.Ecma335.d.ts +4 -0
- package/System.Reflection.Metadata.d.ts +9 -5
- package/System.Reflection.PortableExecutable/bindings.json +58 -0
- package/System.Reflection.PortableExecutable/internal/index.d.ts +25 -12
- package/System.Reflection.PortableExecutable.d.ts +5 -0
- package/System.Reflection.d.ts +4 -0
- package/System.Resources/bindings.json +3 -3
- package/System.Resources/internal/index.d.ts +33 -35
- package/System.Resources.d.ts +4 -0
- package/System.Runtime/bindings.json +9 -9
- package/System.Runtime/internal/index.d.ts +11 -10
- package/System.Runtime.CompilerServices/bindings.json +962 -1160
- package/System.Runtime.CompilerServices/internal/index.d.ts +280 -304
- package/System.Runtime.CompilerServices.d.ts +30 -16
- package/System.Runtime.ConstrainedExecution/bindings.json +9 -9
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +3 -2
- package/System.Runtime.ConstrainedExecution.d.ts +4 -0
- package/System.Runtime.ExceptionServices/bindings.json +9 -9
- package/System.Runtime.ExceptionServices/internal/index.d.ts +3 -2
- package/System.Runtime.ExceptionServices.d.ts +4 -0
- package/System.Runtime.InteropServices/bindings.json +666 -666
- package/System.Runtime.InteropServices/internal/index.d.ts +250 -252
- package/System.Runtime.InteropServices.ComTypes/bindings.json +349 -349
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +22 -24
- 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 +3 -5
- package/System.Runtime.InteropServices.Java.d.ts +4 -0
- package/System.Runtime.InteropServices.JavaScript/bindings.json +328 -328
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +70 -72
- package/System.Runtime.InteropServices.JavaScript.d.ts +14 -28
- package/System.Runtime.InteropServices.Marshalling/bindings.json +2422 -2422
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +317 -319
- package/System.Runtime.InteropServices.Marshalling.d.ts +4 -0
- package/System.Runtime.InteropServices.ObjectiveC/bindings.json +151 -151
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +16 -18
- 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 +5 -7
- package/System.Runtime.InteropServices.Swift.d.ts +6 -2
- package/System.Runtime.InteropServices.d.ts +6 -2
- package/System.Runtime.Intrinsics/bindings.json +64 -16
- package/System.Runtime.Intrinsics/internal/index.d.ts +515 -517
- package/System.Runtime.Intrinsics.Arm/bindings.json +31 -31
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +12 -13
- package/System.Runtime.Intrinsics.Arm.d.ts +4 -0
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +2 -4
- 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 +42 -41
- package/System.Runtime.Intrinsics.X86.d.ts +4 -0
- package/System.Runtime.Intrinsics.d.ts +12 -8
- package/System.Runtime.Loader/bindings.json +48 -69
- package/System.Runtime.Loader/internal/index.d.ts +30 -34
- package/System.Runtime.Loader.d.ts +4 -0
- package/System.Runtime.Remoting/internal/index.d.ts +5 -4
- package/System.Runtime.Remoting.d.ts +4 -0
- package/System.Runtime.Serialization/bindings.json +13 -13
- package/System.Runtime.Serialization/internal/index.d.ts +124 -126
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +28 -30
- package/System.Runtime.Serialization.DataContracts.d.ts +4 -0
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +7 -6
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +8 -7
- 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 +37 -36
- 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 +20 -19
- 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 +64 -66
- package/System.Security.AccessControl/bindings.json +137 -33
- package/System.Security.AccessControl/internal/index.d.ts +62 -61
- package/System.Security.AccessControl.d.ts +13 -8
- package/System.Security.Authentication/internal/index.d.ts +7 -6
- package/System.Security.Authentication.ExtendedProtection/bindings.json +5 -5
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +12 -11
- 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 +45 -44
- package/System.Security.Claims.d.ts +4 -0
- package/System.Security.Cryptography/bindings.json +509 -509
- package/System.Security.Cryptography/internal/index.d.ts +268 -269
- package/System.Security.Cryptography.X509Certificates/bindings.json +312 -374
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +96 -103
- 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 +5 -4
- 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 -8
- package/System.Security.Policy.d.ts +4 -0
- package/System.Security.Principal/bindings.json +8 -8
- package/System.Security.Principal/internal/index.d.ts +30 -29
- package/System.Security.Principal.d.ts +4 -0
- package/System.Security.d.ts +4 -0
- package/System.Text/bindings.json +1577 -1577
- package/System.Text/internal/index.d.ts +121 -123
- package/System.Text.Encodings.Web/internal/index.d.ts +2 -4
- package/System.Text.Encodings.Web.d.ts +4 -0
- package/System.Text.Json/bindings.json +0 -290
- package/System.Text.Json/internal/index.d.ts +143 -161
- package/System.Text.Json.Nodes/bindings.json +27 -27
- package/System.Text.Json.Nodes/internal/index.d.ts +63 -65
- package/System.Text.Json.Nodes.d.ts +4 -0
- package/System.Text.Json.Schema/internal/index.d.ts +9 -8
- package/System.Text.Json.Schema.d.ts +4 -0
- package/System.Text.Json.Serialization/internal/index.d.ts +37 -39
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +120 -119
- 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 +414 -578
- package/System.Text.RegularExpressions/internal/index.d.ts +48 -62
- package/System.Text.RegularExpressions.d.ts +4 -0
- package/System.Text.Unicode/bindings.json +508 -508
- package/System.Text.Unicode/internal/index.d.ts +29 -31
- package/System.Text.Unicode.d.ts +4 -0
- package/System.Text.d.ts +4 -0
- package/System.Threading/bindings.json +61 -61
- package/System.Threading/internal/index.d.ts +156 -158
- package/System.Threading.Channels/internal/index.d.ts +31 -33
- package/System.Threading.Channels.d.ts +8 -4
- package/System.Threading.Tasks/bindings.json +142 -39
- package/System.Threading.Tasks/internal/index.d.ts +250 -247
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +121 -122
- 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 +11 -10
- 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 +8 -7
- package/System.Timers.d.ts +4 -0
- package/System.Transactions/internal/index.d.ts +31 -30
- package/System.Transactions.d.ts +4 -0
- package/System.Web/internal/index.d.ts +32 -31
- package/System.Web.d.ts +4 -0
- package/System.Windows.Input/internal/index.d.ts +5 -4
- package/System.Windows.Input.d.ts +4 -0
- package/System.Windows.Markup/internal/index.d.ts +3 -2
- package/System.Windows.Markup.d.ts +4 -0
- package/System.Xml/bindings.json +27 -27
- package/System.Xml/internal/index.d.ts +376 -378
- package/System.Xml.Linq/bindings.json +6 -6
- package/System.Xml.Linq/internal/index.d.ts +101 -100
- package/System.Xml.Linq.d.ts +4 -0
- package/System.Xml.Resolvers/internal/index.d.ts +10 -9
- package/System.Xml.Resolvers.d.ts +4 -0
- package/System.Xml.Schema/bindings.json +100 -100
- package/System.Xml.Schema/internal/index.d.ts +231 -230
- package/System.Xml.Schema.d.ts +4 -0
- package/System.Xml.Serialization/bindings.json +250 -57
- package/System.Xml.Serialization/internal/index.d.ts +274 -242
- package/System.Xml.Serialization.d.ts +6 -0
- package/System.Xml.XPath/bindings.json +1 -1
- package/System.Xml.XPath/internal/index.d.ts +37 -36
- package/System.Xml.XPath.d.ts +4 -0
- package/System.Xml.Xsl/bindings.json +1 -1
- package/System.Xml.Xsl/internal/index.d.ts +50 -49
- package/System.Xml.Xsl.Runtime/bindings.json +74 -71
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +38 -40
- 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 +1335 -1338
- package/families.json +63 -7
- package/package.json +2 -2
|
@@ -2,11 +2,9 @@
|
|
|
2
2
|
// Namespace: System.Runtime.CompilerServices
|
|
3
3
|
// Assembly: System.Linq.Expressions, System.Private.CoreLib, System.Runtime.CompilerServices.VisualC, System.Runtime.InteropServices
|
|
4
4
|
|
|
5
|
-
//
|
|
6
|
-
import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
|
|
5
|
+
// Core type aliases from @tsonic/core
|
|
6
|
+
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';
|
|
7
7
|
|
|
8
|
-
// Import support types from @tsonic/core
|
|
9
|
-
import type { ptr } from "@tsonic/core/types.js";
|
|
10
8
|
|
|
11
9
|
// Import types from other namespaces
|
|
12
10
|
import * as System_Collections_Generic_Internal from "../../System.Collections.Generic/internal/index.js";
|
|
@@ -68,15 +66,6 @@ export enum UnsafeAccessorKind {
|
|
|
68
66
|
}
|
|
69
67
|
|
|
70
68
|
|
|
71
|
-
export type ConditionalWeakTable_2_CreateValueCallback<TKey, TValue> = (key: TKey) => TValue;
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
export type RuntimeHelpers_CleanupCode = (userData: unknown, exceptionThrown: boolean) => void;
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
export type RuntimeHelpers_TryCode = (userData: unknown) => void;
|
|
78
|
-
|
|
79
|
-
|
|
80
69
|
export interface IAsyncStateMachine$instance {
|
|
81
70
|
readonly __tsonic_iface_System_Runtime_CompilerServices_IAsyncStateMachine: never;
|
|
82
71
|
|
|
@@ -115,13 +104,13 @@ export interface IRuntimeVariables$instance {
|
|
|
115
104
|
}
|
|
116
105
|
|
|
117
106
|
|
|
118
|
-
export type IRuntimeVariables = IRuntimeVariables$instance & { [index: number]: unknown |
|
|
107
|
+
export type IRuntimeVariables = IRuntimeVariables$instance & { [index: number]: unknown | null; };
|
|
119
108
|
|
|
120
109
|
export interface IStrongBox$instance {
|
|
121
110
|
readonly __tsonic_iface_System_Runtime_CompilerServices_IStrongBox: never;
|
|
122
111
|
|
|
123
|
-
get Value(): unknown |
|
|
124
|
-
set Value(value: unknown |
|
|
112
|
+
get Value(): unknown | null;
|
|
113
|
+
set Value(value: unknown | null);
|
|
125
114
|
}
|
|
126
115
|
|
|
127
116
|
|
|
@@ -134,15 +123,15 @@ export interface ITuple$instance {
|
|
|
134
123
|
}
|
|
135
124
|
|
|
136
125
|
|
|
137
|
-
export type ITuple = ITuple$instance & { readonly [index: number]: unknown |
|
|
126
|
+
export type ITuple = ITuple$instance & { readonly [index: number]: unknown | null; };
|
|
138
127
|
|
|
139
128
|
export interface AsyncIteratorMethodBuilder$instance {
|
|
140
129
|
readonly __tsonic_type_System_Runtime_CompilerServices_AsyncIteratorMethodBuilder: never;
|
|
141
130
|
|
|
142
|
-
AwaitOnCompleted<TAwaiter extends INotifyCompletion, TStateMachine extends IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
|
|
143
|
-
AwaitUnsafeOnCompleted<TAwaiter extends ICriticalNotifyCompletion, TStateMachine extends IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
|
|
131
|
+
AwaitOnCompleted<TAwaiter extends unknown & INotifyCompletion, TStateMachine extends unknown & IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
|
|
132
|
+
AwaitUnsafeOnCompleted<TAwaiter extends unknown & ICriticalNotifyCompletion, TStateMachine extends unknown & IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
|
|
144
133
|
Complete(): void;
|
|
145
|
-
MoveNext<TStateMachine extends IAsyncStateMachine>(stateMachine: TStateMachine): void;
|
|
134
|
+
MoveNext<TStateMachine extends unknown & IAsyncStateMachine>(stateMachine: TStateMachine): void;
|
|
146
135
|
}
|
|
147
136
|
|
|
148
137
|
|
|
@@ -158,12 +147,12 @@ export interface AsyncTaskMethodBuilder$instance {
|
|
|
158
147
|
readonly __tsonic_type_System_Runtime_CompilerServices_AsyncTaskMethodBuilder: never;
|
|
159
148
|
|
|
160
149
|
readonly Task: Task;
|
|
161
|
-
AwaitOnCompleted<TAwaiter extends INotifyCompletion, TStateMachine extends IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
|
|
162
|
-
AwaitUnsafeOnCompleted<TAwaiter extends ICriticalNotifyCompletion, TStateMachine extends IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
|
|
150
|
+
AwaitOnCompleted<TAwaiter extends unknown & INotifyCompletion, TStateMachine extends unknown & IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
|
|
151
|
+
AwaitUnsafeOnCompleted<TAwaiter extends unknown & ICriticalNotifyCompletion, TStateMachine extends unknown & IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
|
|
163
152
|
SetException(exception: Exception): void;
|
|
164
153
|
SetResult(): void;
|
|
165
154
|
SetStateMachine(stateMachine: IAsyncStateMachine): void;
|
|
166
|
-
Start<TStateMachine extends IAsyncStateMachine>(stateMachine: TStateMachine): void;
|
|
155
|
+
Start<TStateMachine extends unknown & IAsyncStateMachine>(stateMachine: TStateMachine): void;
|
|
167
156
|
}
|
|
168
157
|
|
|
169
158
|
|
|
@@ -175,37 +164,37 @@ export const AsyncTaskMethodBuilder: {
|
|
|
175
164
|
|
|
176
165
|
export type AsyncTaskMethodBuilder = AsyncTaskMethodBuilder$instance;
|
|
177
166
|
|
|
178
|
-
export interface AsyncTaskMethodBuilder_1$instance<TResult> {
|
|
167
|
+
export interface AsyncTaskMethodBuilder_1$instance<TResult extends unknown> {
|
|
179
168
|
readonly __tsonic_type_System_Runtime_CompilerServices_AsyncTaskMethodBuilder_1: never;
|
|
180
169
|
|
|
181
170
|
readonly Task: Task_1<TResult>;
|
|
182
|
-
AwaitOnCompleted<TAwaiter extends INotifyCompletion, TStateMachine extends IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
|
|
183
|
-
AwaitUnsafeOnCompleted<TAwaiter extends ICriticalNotifyCompletion, TStateMachine extends IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
|
|
171
|
+
AwaitOnCompleted<TAwaiter extends unknown & INotifyCompletion, TStateMachine extends unknown & IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
|
|
172
|
+
AwaitUnsafeOnCompleted<TAwaiter extends unknown & ICriticalNotifyCompletion, TStateMachine extends unknown & IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
|
|
184
173
|
SetException(exception: Exception): void;
|
|
185
174
|
SetResult(result: TResult): void;
|
|
186
175
|
SetStateMachine(stateMachine: IAsyncStateMachine): void;
|
|
187
|
-
Start<TStateMachine extends IAsyncStateMachine>(stateMachine: TStateMachine): void;
|
|
176
|
+
Start<TStateMachine extends unknown & IAsyncStateMachine>(stateMachine: TStateMachine): void;
|
|
188
177
|
}
|
|
189
178
|
|
|
190
179
|
|
|
191
180
|
export const AsyncTaskMethodBuilder_1: {
|
|
192
|
-
new<TResult>(): AsyncTaskMethodBuilder_1<TResult>;
|
|
193
|
-
Create<TResult>(): AsyncTaskMethodBuilder_1<TResult>;
|
|
181
|
+
new<TResult extends unknown>(): AsyncTaskMethodBuilder_1<TResult>;
|
|
182
|
+
Create<TResult extends unknown>(): AsyncTaskMethodBuilder_1<TResult>;
|
|
194
183
|
};
|
|
195
184
|
|
|
196
185
|
|
|
197
|
-
export type AsyncTaskMethodBuilder_1<TResult> = AsyncTaskMethodBuilder_1$instance<TResult>;
|
|
186
|
+
export type AsyncTaskMethodBuilder_1<TResult extends unknown> = AsyncTaskMethodBuilder_1$instance<TResult>;
|
|
198
187
|
|
|
199
188
|
export interface AsyncValueTaskMethodBuilder$instance {
|
|
200
189
|
readonly __tsonic_type_System_Runtime_CompilerServices_AsyncValueTaskMethodBuilder: never;
|
|
201
190
|
|
|
202
191
|
readonly Task: ValueTask;
|
|
203
|
-
AwaitOnCompleted<TAwaiter extends INotifyCompletion, TStateMachine extends IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
|
|
204
|
-
AwaitUnsafeOnCompleted<TAwaiter extends ICriticalNotifyCompletion, TStateMachine extends IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
|
|
192
|
+
AwaitOnCompleted<TAwaiter extends unknown & INotifyCompletion, TStateMachine extends unknown & IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
|
|
193
|
+
AwaitUnsafeOnCompleted<TAwaiter extends unknown & ICriticalNotifyCompletion, TStateMachine extends unknown & IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
|
|
205
194
|
SetException(exception: Exception): void;
|
|
206
195
|
SetResult(): void;
|
|
207
196
|
SetStateMachine(stateMachine: IAsyncStateMachine): void;
|
|
208
|
-
Start<TStateMachine extends IAsyncStateMachine>(stateMachine: TStateMachine): void;
|
|
197
|
+
Start<TStateMachine extends unknown & IAsyncStateMachine>(stateMachine: TStateMachine): void;
|
|
209
198
|
}
|
|
210
199
|
|
|
211
200
|
|
|
@@ -217,36 +206,36 @@ export const AsyncValueTaskMethodBuilder: {
|
|
|
217
206
|
|
|
218
207
|
export type AsyncValueTaskMethodBuilder = AsyncValueTaskMethodBuilder$instance;
|
|
219
208
|
|
|
220
|
-
export interface AsyncValueTaskMethodBuilder_1$instance<TResult> {
|
|
209
|
+
export interface AsyncValueTaskMethodBuilder_1$instance<TResult extends unknown> {
|
|
221
210
|
readonly __tsonic_type_System_Runtime_CompilerServices_AsyncValueTaskMethodBuilder_1: never;
|
|
222
211
|
|
|
223
212
|
readonly Task: ValueTask_1<TResult>;
|
|
224
|
-
AwaitOnCompleted<TAwaiter extends INotifyCompletion, TStateMachine extends IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
|
|
225
|
-
AwaitUnsafeOnCompleted<TAwaiter extends ICriticalNotifyCompletion, TStateMachine extends IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
|
|
213
|
+
AwaitOnCompleted<TAwaiter extends unknown & INotifyCompletion, TStateMachine extends unknown & IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
|
|
214
|
+
AwaitUnsafeOnCompleted<TAwaiter extends unknown & ICriticalNotifyCompletion, TStateMachine extends unknown & IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
|
|
226
215
|
SetException(exception: Exception): void;
|
|
227
216
|
SetResult(result: TResult): void;
|
|
228
217
|
SetStateMachine(stateMachine: IAsyncStateMachine): void;
|
|
229
|
-
Start<TStateMachine extends IAsyncStateMachine>(stateMachine: TStateMachine): void;
|
|
218
|
+
Start<TStateMachine extends unknown & IAsyncStateMachine>(stateMachine: TStateMachine): void;
|
|
230
219
|
}
|
|
231
220
|
|
|
232
221
|
|
|
233
222
|
export const AsyncValueTaskMethodBuilder_1: {
|
|
234
|
-
new<TResult>(): AsyncValueTaskMethodBuilder_1<TResult>;
|
|
235
|
-
Create<TResult>(): AsyncValueTaskMethodBuilder_1<TResult>;
|
|
223
|
+
new<TResult extends unknown>(): AsyncValueTaskMethodBuilder_1<TResult>;
|
|
224
|
+
Create<TResult extends unknown>(): AsyncValueTaskMethodBuilder_1<TResult>;
|
|
236
225
|
};
|
|
237
226
|
|
|
238
227
|
|
|
239
|
-
export type AsyncValueTaskMethodBuilder_1<TResult> = AsyncValueTaskMethodBuilder_1$instance<TResult>;
|
|
228
|
+
export type AsyncValueTaskMethodBuilder_1<TResult extends unknown> = AsyncValueTaskMethodBuilder_1$instance<TResult>;
|
|
240
229
|
|
|
241
230
|
export interface AsyncVoidMethodBuilder$instance {
|
|
242
231
|
readonly __tsonic_type_System_Runtime_CompilerServices_AsyncVoidMethodBuilder: never;
|
|
243
232
|
|
|
244
|
-
AwaitOnCompleted<TAwaiter extends INotifyCompletion, TStateMachine extends IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
|
|
245
|
-
AwaitUnsafeOnCompleted<TAwaiter extends ICriticalNotifyCompletion, TStateMachine extends IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
|
|
233
|
+
AwaitOnCompleted<TAwaiter extends unknown & INotifyCompletion, TStateMachine extends unknown & IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
|
|
234
|
+
AwaitUnsafeOnCompleted<TAwaiter extends unknown & ICriticalNotifyCompletion, TStateMachine extends unknown & IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
|
|
246
235
|
SetException(exception: Exception): void;
|
|
247
236
|
SetResult(): void;
|
|
248
237
|
SetStateMachine(stateMachine: IAsyncStateMachine): void;
|
|
249
|
-
Start<TStateMachine extends IAsyncStateMachine>(stateMachine: TStateMachine): void;
|
|
238
|
+
Start<TStateMachine extends unknown & IAsyncStateMachine>(stateMachine: TStateMachine): void;
|
|
250
239
|
}
|
|
251
240
|
|
|
252
241
|
|
|
@@ -272,7 +261,7 @@ export const ConfiguredAsyncDisposable: {
|
|
|
272
261
|
|
|
273
262
|
export type ConfiguredAsyncDisposable = ConfiguredAsyncDisposable$instance;
|
|
274
263
|
|
|
275
|
-
export interface ConfiguredCancelableAsyncEnumerable_1$instance<T> {
|
|
264
|
+
export interface ConfiguredCancelableAsyncEnumerable_1$instance<T extends unknown> {
|
|
276
265
|
readonly __tsonic_type_System_Runtime_CompilerServices_ConfiguredCancelableAsyncEnumerable_1: never;
|
|
277
266
|
|
|
278
267
|
ConfigureAwait(continueOnCapturedContext: boolean): ConfiguredCancelableAsyncEnumerable_1<T>;
|
|
@@ -282,13 +271,13 @@ export interface ConfiguredCancelableAsyncEnumerable_1$instance<T> {
|
|
|
282
271
|
|
|
283
272
|
|
|
284
273
|
export const ConfiguredCancelableAsyncEnumerable_1: {
|
|
285
|
-
new<T>(): ConfiguredCancelableAsyncEnumerable_1<T>;
|
|
274
|
+
new<T extends unknown>(): ConfiguredCancelableAsyncEnumerable_1<T>;
|
|
286
275
|
};
|
|
287
276
|
|
|
288
277
|
|
|
289
|
-
export type ConfiguredCancelableAsyncEnumerable_1<T> = ConfiguredCancelableAsyncEnumerable_1$instance<T>;
|
|
278
|
+
export type ConfiguredCancelableAsyncEnumerable_1<T extends unknown> = ConfiguredCancelableAsyncEnumerable_1$instance<T>;
|
|
290
279
|
|
|
291
|
-
export interface ConfiguredCancelableAsyncEnumerable_1_Enumerator$instance<T> {
|
|
280
|
+
export interface ConfiguredCancelableAsyncEnumerable_1_Enumerator$instance<T extends unknown> {
|
|
292
281
|
readonly __tsonic_type_System_Runtime_CompilerServices_ConfiguredCancelableAsyncEnumerable_1_Enumerator: never;
|
|
293
282
|
|
|
294
283
|
readonly Current: T;
|
|
@@ -298,11 +287,11 @@ export interface ConfiguredCancelableAsyncEnumerable_1_Enumerator$instance<T> {
|
|
|
298
287
|
|
|
299
288
|
|
|
300
289
|
export const ConfiguredCancelableAsyncEnumerable_1_Enumerator: {
|
|
301
|
-
new<T>(): ConfiguredCancelableAsyncEnumerable_1_Enumerator<T>;
|
|
290
|
+
new<T extends unknown>(): ConfiguredCancelableAsyncEnumerable_1_Enumerator<T>;
|
|
302
291
|
};
|
|
303
292
|
|
|
304
293
|
|
|
305
|
-
export type ConfiguredCancelableAsyncEnumerable_1_Enumerator<T> = ConfiguredCancelableAsyncEnumerable_1_Enumerator$instance<T>;
|
|
294
|
+
export type ConfiguredCancelableAsyncEnumerable_1_Enumerator<T extends unknown> = ConfiguredCancelableAsyncEnumerable_1_Enumerator$instance<T>;
|
|
306
295
|
|
|
307
296
|
export interface ConfiguredTaskAwaitable$instance {
|
|
308
297
|
readonly __tsonic_type_System_Runtime_CompilerServices_ConfiguredTaskAwaitable: never;
|
|
@@ -318,71 +307,61 @@ export const ConfiguredTaskAwaitable: {
|
|
|
318
307
|
|
|
319
308
|
export type ConfiguredTaskAwaitable = ConfiguredTaskAwaitable$instance;
|
|
320
309
|
|
|
321
|
-
export interface
|
|
322
|
-
readonly
|
|
323
|
-
|
|
324
|
-
GetAwaiter(): ConfiguredTaskAwaitable_1_ConfiguredTaskAwaiter<TResult>;
|
|
325
|
-
}
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
export const ConfiguredTaskAwaitable_1: {
|
|
329
|
-
new<TResult>(): ConfiguredTaskAwaitable_1<TResult>;
|
|
330
|
-
};
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
export type ConfiguredTaskAwaitable_1<TResult> = ConfiguredTaskAwaitable_1$instance<TResult>;
|
|
334
|
-
|
|
335
|
-
export interface ConfiguredTaskAwaitable_1_ConfiguredTaskAwaiter$instance<TResult> extends ICriticalNotifyCompletion, ICriticalNotifyCompletion$instance {
|
|
336
|
-
readonly __tsonic_type_System_Runtime_CompilerServices_ConfiguredTaskAwaitable_1_ConfiguredTaskAwaiter: never;
|
|
310
|
+
export interface ConfiguredTaskAwaitable_ConfiguredTaskAwaiter$instance extends ICriticalNotifyCompletion {
|
|
311
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_ConfiguredTaskAwaitable_ConfiguredTaskAwaiter: never;
|
|
337
312
|
|
|
338
313
|
readonly __tsonic_iface_System_Runtime_CompilerServices_IConfiguredTaskAwaiter: never;
|
|
339
314
|
readonly __tsonic_iface_System_Runtime_CompilerServices_ICriticalNotifyCompletion: never;
|
|
340
315
|
readonly __tsonic_iface_System_Runtime_CompilerServices_INotifyCompletion: never;
|
|
341
316
|
|
|
342
317
|
readonly IsCompleted: boolean;
|
|
343
|
-
GetResult():
|
|
318
|
+
GetResult(): void;
|
|
344
319
|
OnCompleted(continuation: Action): void;
|
|
345
320
|
UnsafeOnCompleted(continuation: Action): void;
|
|
346
321
|
}
|
|
347
322
|
|
|
348
323
|
|
|
349
|
-
export const
|
|
350
|
-
new
|
|
324
|
+
export const ConfiguredTaskAwaitable_ConfiguredTaskAwaiter: {
|
|
325
|
+
new(): ConfiguredTaskAwaitable_ConfiguredTaskAwaiter;
|
|
351
326
|
};
|
|
352
327
|
|
|
353
328
|
|
|
354
|
-
export
|
|
355
|
-
|
|
329
|
+
export type ConfiguredTaskAwaitable_ConfiguredTaskAwaiter = ConfiguredTaskAwaitable_ConfiguredTaskAwaiter$instance;
|
|
330
|
+
|
|
331
|
+
export interface ConfiguredTaskAwaitable_1$instance<TResult extends unknown> {
|
|
332
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_ConfiguredTaskAwaitable_1: never;
|
|
333
|
+
|
|
334
|
+
GetAwaiter(): ConfiguredTaskAwaitable_1_ConfiguredTaskAwaiter<TResult>;
|
|
356
335
|
}
|
|
357
336
|
|
|
358
|
-
export type ConfiguredTaskAwaitable_1_ConfiguredTaskAwaiter<TResult> = ConfiguredTaskAwaitable_1_ConfiguredTaskAwaiter$instance<TResult> & __ConfiguredTaskAwaitable_1_ConfiguredTaskAwaiter$views<TResult>;
|
|
359
337
|
|
|
338
|
+
export const ConfiguredTaskAwaitable_1: {
|
|
339
|
+
new<TResult extends unknown>(): ConfiguredTaskAwaitable_1<TResult>;
|
|
340
|
+
};
|
|
360
341
|
|
|
361
|
-
|
|
362
|
-
|
|
342
|
+
|
|
343
|
+
export type ConfiguredTaskAwaitable_1<TResult extends unknown> = ConfiguredTaskAwaitable_1$instance<TResult>;
|
|
344
|
+
|
|
345
|
+
export interface ConfiguredTaskAwaitable_1_ConfiguredTaskAwaiter$instance<TResult extends unknown> extends ICriticalNotifyCompletion {
|
|
346
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_ConfiguredTaskAwaitable_1_ConfiguredTaskAwaiter: never;
|
|
363
347
|
|
|
364
348
|
readonly __tsonic_iface_System_Runtime_CompilerServices_IConfiguredTaskAwaiter: never;
|
|
365
349
|
readonly __tsonic_iface_System_Runtime_CompilerServices_ICriticalNotifyCompletion: never;
|
|
366
350
|
readonly __tsonic_iface_System_Runtime_CompilerServices_INotifyCompletion: never;
|
|
367
351
|
|
|
368
352
|
readonly IsCompleted: boolean;
|
|
369
|
-
GetResult():
|
|
353
|
+
GetResult(): TResult;
|
|
370
354
|
OnCompleted(continuation: Action): void;
|
|
371
355
|
UnsafeOnCompleted(continuation: Action): void;
|
|
372
356
|
}
|
|
373
357
|
|
|
374
358
|
|
|
375
|
-
export const
|
|
376
|
-
new():
|
|
359
|
+
export const ConfiguredTaskAwaitable_1_ConfiguredTaskAwaiter: {
|
|
360
|
+
new<TResult extends unknown>(): ConfiguredTaskAwaitable_1_ConfiguredTaskAwaiter<TResult>;
|
|
377
361
|
};
|
|
378
362
|
|
|
379
363
|
|
|
380
|
-
export
|
|
381
|
-
As_INotifyCompletion(): INotifyCompletion$instance;
|
|
382
|
-
}
|
|
383
|
-
|
|
384
|
-
export type ConfiguredTaskAwaitable_ConfiguredTaskAwaiter = ConfiguredTaskAwaitable_ConfiguredTaskAwaiter$instance & __ConfiguredTaskAwaitable_ConfiguredTaskAwaiter$views;
|
|
385
|
-
|
|
364
|
+
export type ConfiguredTaskAwaitable_1_ConfiguredTaskAwaiter<TResult extends unknown> = ConfiguredTaskAwaitable_1_ConfiguredTaskAwaiter$instance<TResult>;
|
|
386
365
|
|
|
387
366
|
export interface ConfiguredValueTaskAwaitable$instance {
|
|
388
367
|
readonly __tsonic_type_System_Runtime_CompilerServices_ConfiguredValueTaskAwaitable: never;
|
|
@@ -398,83 +377,75 @@ export const ConfiguredValueTaskAwaitable: {
|
|
|
398
377
|
|
|
399
378
|
export type ConfiguredValueTaskAwaitable = ConfiguredValueTaskAwaitable$instance;
|
|
400
379
|
|
|
401
|
-
export interface
|
|
402
|
-
readonly
|
|
403
|
-
|
|
404
|
-
GetAwaiter(): ConfiguredValueTaskAwaitable_1_ConfiguredValueTaskAwaiter<TResult>;
|
|
405
|
-
}
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
export const ConfiguredValueTaskAwaitable_1: {
|
|
409
|
-
new<TResult>(): ConfiguredValueTaskAwaitable_1<TResult>;
|
|
410
|
-
};
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
export type ConfiguredValueTaskAwaitable_1<TResult> = ConfiguredValueTaskAwaitable_1$instance<TResult>;
|
|
414
|
-
|
|
415
|
-
export interface ConfiguredValueTaskAwaitable_1_ConfiguredValueTaskAwaiter$instance<TResult> extends ICriticalNotifyCompletion, ICriticalNotifyCompletion$instance {
|
|
416
|
-
readonly __tsonic_type_System_Runtime_CompilerServices_ConfiguredValueTaskAwaitable_1_ConfiguredValueTaskAwaiter: never;
|
|
380
|
+
export interface ConfiguredValueTaskAwaitable_ConfiguredValueTaskAwaiter$instance extends ICriticalNotifyCompletion {
|
|
381
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_ConfiguredValueTaskAwaitable_ConfiguredValueTaskAwaiter: never;
|
|
417
382
|
|
|
418
383
|
readonly __tsonic_iface_System_Runtime_CompilerServices_ICriticalNotifyCompletion: never;
|
|
419
384
|
readonly __tsonic_iface_System_Runtime_CompilerServices_INotifyCompletion: never;
|
|
385
|
+
readonly __tsonic_iface_System_Runtime_CompilerServices_IStateMachineBoxAwareAwaiter: never;
|
|
420
386
|
|
|
421
387
|
readonly IsCompleted: boolean;
|
|
422
|
-
GetResult():
|
|
388
|
+
GetResult(): void;
|
|
423
389
|
OnCompleted(continuation: Action): void;
|
|
424
390
|
UnsafeOnCompleted(continuation: Action): void;
|
|
425
391
|
}
|
|
426
392
|
|
|
427
393
|
|
|
428
|
-
export const
|
|
429
|
-
new
|
|
394
|
+
export const ConfiguredValueTaskAwaitable_ConfiguredValueTaskAwaiter: {
|
|
395
|
+
new(): ConfiguredValueTaskAwaitable_ConfiguredValueTaskAwaiter;
|
|
430
396
|
};
|
|
431
397
|
|
|
432
398
|
|
|
433
|
-
export
|
|
434
|
-
|
|
399
|
+
export type ConfiguredValueTaskAwaitable_ConfiguredValueTaskAwaiter = ConfiguredValueTaskAwaitable_ConfiguredValueTaskAwaiter$instance;
|
|
400
|
+
|
|
401
|
+
export interface ConfiguredValueTaskAwaitable_1$instance<TResult extends unknown> {
|
|
402
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_ConfiguredValueTaskAwaitable_1: never;
|
|
403
|
+
|
|
404
|
+
GetAwaiter(): ConfiguredValueTaskAwaitable_1_ConfiguredValueTaskAwaiter<TResult>;
|
|
435
405
|
}
|
|
436
406
|
|
|
437
|
-
export type ConfiguredValueTaskAwaitable_1_ConfiguredValueTaskAwaiter<TResult> = ConfiguredValueTaskAwaitable_1_ConfiguredValueTaskAwaiter$instance<TResult> & __ConfiguredValueTaskAwaitable_1_ConfiguredValueTaskAwaiter$views<TResult>;
|
|
438
407
|
|
|
408
|
+
export const ConfiguredValueTaskAwaitable_1: {
|
|
409
|
+
new<TResult extends unknown>(): ConfiguredValueTaskAwaitable_1<TResult>;
|
|
410
|
+
};
|
|
411
|
+
|
|
412
|
+
|
|
413
|
+
export type ConfiguredValueTaskAwaitable_1<TResult extends unknown> = ConfiguredValueTaskAwaitable_1$instance<TResult>;
|
|
439
414
|
|
|
440
|
-
export interface
|
|
441
|
-
readonly
|
|
415
|
+
export interface ConfiguredValueTaskAwaitable_1_ConfiguredValueTaskAwaiter$instance<TResult extends unknown> extends ICriticalNotifyCompletion {
|
|
416
|
+
readonly __tsonic_type_System_Runtime_CompilerServices_ConfiguredValueTaskAwaitable_1_ConfiguredValueTaskAwaiter: never;
|
|
442
417
|
|
|
443
418
|
readonly __tsonic_iface_System_Runtime_CompilerServices_ICriticalNotifyCompletion: never;
|
|
444
419
|
readonly __tsonic_iface_System_Runtime_CompilerServices_INotifyCompletion: never;
|
|
420
|
+
readonly __tsonic_iface_System_Runtime_CompilerServices_IStateMachineBoxAwareAwaiter: never;
|
|
445
421
|
|
|
446
422
|
readonly IsCompleted: boolean;
|
|
447
|
-
GetResult():
|
|
423
|
+
GetResult(): TResult;
|
|
448
424
|
OnCompleted(continuation: Action): void;
|
|
449
425
|
UnsafeOnCompleted(continuation: Action): void;
|
|
450
426
|
}
|
|
451
427
|
|
|
452
428
|
|
|
453
|
-
export const
|
|
454
|
-
new():
|
|
429
|
+
export const ConfiguredValueTaskAwaitable_1_ConfiguredValueTaskAwaiter: {
|
|
430
|
+
new<TResult extends unknown>(): ConfiguredValueTaskAwaitable_1_ConfiguredValueTaskAwaiter<TResult>;
|
|
455
431
|
};
|
|
456
432
|
|
|
457
433
|
|
|
458
|
-
export
|
|
459
|
-
As_INotifyCompletion(): INotifyCompletion$instance;
|
|
460
|
-
}
|
|
461
|
-
|
|
462
|
-
export type ConfiguredValueTaskAwaitable_ConfiguredValueTaskAwaiter = ConfiguredValueTaskAwaitable_ConfiguredValueTaskAwaiter$instance & __ConfiguredValueTaskAwaitable_ConfiguredValueTaskAwaiter$views;
|
|
463
|
-
|
|
434
|
+
export type ConfiguredValueTaskAwaitable_1_ConfiguredValueTaskAwaiter<TResult extends unknown> = ConfiguredValueTaskAwaitable_1_ConfiguredValueTaskAwaiter$instance<TResult>;
|
|
464
435
|
|
|
465
436
|
export interface DefaultInterpolatedStringHandler$instance {
|
|
466
437
|
readonly __tsonic_type_System_Runtime_CompilerServices_DefaultInterpolatedStringHandler: never;
|
|
467
438
|
|
|
468
439
|
readonly Text: ReadOnlySpan_1<System_Internal.Char>;
|
|
469
|
-
AppendFormatted<T>(value: T): void;
|
|
470
|
-
AppendFormatted<T>(value: T, format: string): void;
|
|
471
|
-
AppendFormatted<T>(value: T, alignment: int): void;
|
|
472
|
-
AppendFormatted<T>(value: T, alignment: int, format: string): void;
|
|
440
|
+
AppendFormatted<T extends unknown>(value: T): void;
|
|
441
|
+
AppendFormatted<T extends unknown>(value: T, format: string | null): void;
|
|
442
|
+
AppendFormatted<T extends unknown>(value: T, alignment: int): void;
|
|
443
|
+
AppendFormatted<T extends unknown>(value: T, alignment: int, format: string | null): void;
|
|
473
444
|
AppendFormatted(value: ReadOnlySpan_1<System_Internal.Char>): void;
|
|
474
|
-
AppendFormatted(value: ReadOnlySpan_1<System_Internal.Char>, alignment?: int, format?: string): void;
|
|
475
|
-
AppendFormatted(value: string): void;
|
|
476
|
-
AppendFormatted(value: string, alignment?: int, format?: string): void;
|
|
477
|
-
AppendFormatted(value: unknown, alignment?: int, format?: string): void;
|
|
445
|
+
AppendFormatted(value: ReadOnlySpan_1<System_Internal.Char>, alignment?: int, format?: string | null): void;
|
|
446
|
+
AppendFormatted(value: string | null): void;
|
|
447
|
+
AppendFormatted(value: string | null, alignment?: int, format?: string | null): void;
|
|
448
|
+
AppendFormatted(value: unknown | null, alignment?: int, format?: string | null): void;
|
|
478
449
|
AppendLiteral(value: string): void;
|
|
479
450
|
Clear(): void;
|
|
480
451
|
ToString(): string;
|
|
@@ -484,218 +455,218 @@ export interface DefaultInterpolatedStringHandler$instance {
|
|
|
484
455
|
|
|
485
456
|
export const DefaultInterpolatedStringHandler: {
|
|
486
457
|
new(literalLength: int, formattedCount: int): DefaultInterpolatedStringHandler;
|
|
487
|
-
new(literalLength: int, formattedCount: int, provider: IFormatProvider): DefaultInterpolatedStringHandler;
|
|
488
|
-
new(literalLength: int, formattedCount: int, provider: IFormatProvider, initialBuffer: Span_1<System_Internal.Char>): DefaultInterpolatedStringHandler;
|
|
458
|
+
new(literalLength: int, formattedCount: int, provider: IFormatProvider | null): DefaultInterpolatedStringHandler;
|
|
459
|
+
new(literalLength: int, formattedCount: int, provider: IFormatProvider | null, initialBuffer: Span_1<System_Internal.Char>): DefaultInterpolatedStringHandler;
|
|
489
460
|
};
|
|
490
461
|
|
|
491
462
|
|
|
492
463
|
export type DefaultInterpolatedStringHandler = DefaultInterpolatedStringHandler$instance;
|
|
493
464
|
|
|
494
|
-
export interface InlineArray10_1$instance<T> {
|
|
465
|
+
export interface InlineArray10_1$instance<T extends unknown> {
|
|
495
466
|
readonly __tsonic_type_System_Runtime_CompilerServices_InlineArray10_1: never;
|
|
496
467
|
|
|
497
468
|
}
|
|
498
469
|
|
|
499
470
|
|
|
500
471
|
export const InlineArray10_1: {
|
|
501
|
-
new<T>(): InlineArray10_1<T>;
|
|
472
|
+
new<T extends unknown>(): InlineArray10_1<T>;
|
|
502
473
|
};
|
|
503
474
|
|
|
504
475
|
|
|
505
|
-
export type InlineArray10_1<T> = InlineArray10_1$instance<T>;
|
|
476
|
+
export type InlineArray10_1<T extends unknown> = InlineArray10_1$instance<T>;
|
|
506
477
|
|
|
507
|
-
export interface InlineArray11_1$instance<T> {
|
|
478
|
+
export interface InlineArray11_1$instance<T extends unknown> {
|
|
508
479
|
readonly __tsonic_type_System_Runtime_CompilerServices_InlineArray11_1: never;
|
|
509
480
|
|
|
510
481
|
}
|
|
511
482
|
|
|
512
483
|
|
|
513
484
|
export const InlineArray11_1: {
|
|
514
|
-
new<T>(): InlineArray11_1<T>;
|
|
485
|
+
new<T extends unknown>(): InlineArray11_1<T>;
|
|
515
486
|
};
|
|
516
487
|
|
|
517
488
|
|
|
518
|
-
export type InlineArray11_1<T> = InlineArray11_1$instance<T>;
|
|
489
|
+
export type InlineArray11_1<T extends unknown> = InlineArray11_1$instance<T>;
|
|
519
490
|
|
|
520
|
-
export interface InlineArray12_1$instance<T> {
|
|
491
|
+
export interface InlineArray12_1$instance<T extends unknown> {
|
|
521
492
|
readonly __tsonic_type_System_Runtime_CompilerServices_InlineArray12_1: never;
|
|
522
493
|
|
|
523
494
|
}
|
|
524
495
|
|
|
525
496
|
|
|
526
497
|
export const InlineArray12_1: {
|
|
527
|
-
new<T>(): InlineArray12_1<T>;
|
|
498
|
+
new<T extends unknown>(): InlineArray12_1<T>;
|
|
528
499
|
};
|
|
529
500
|
|
|
530
501
|
|
|
531
|
-
export type InlineArray12_1<T> = InlineArray12_1$instance<T>;
|
|
502
|
+
export type InlineArray12_1<T extends unknown> = InlineArray12_1$instance<T>;
|
|
532
503
|
|
|
533
|
-
export interface InlineArray13_1$instance<T> {
|
|
504
|
+
export interface InlineArray13_1$instance<T extends unknown> {
|
|
534
505
|
readonly __tsonic_type_System_Runtime_CompilerServices_InlineArray13_1: never;
|
|
535
506
|
|
|
536
507
|
}
|
|
537
508
|
|
|
538
509
|
|
|
539
510
|
export const InlineArray13_1: {
|
|
540
|
-
new<T>(): InlineArray13_1<T>;
|
|
511
|
+
new<T extends unknown>(): InlineArray13_1<T>;
|
|
541
512
|
};
|
|
542
513
|
|
|
543
514
|
|
|
544
|
-
export type InlineArray13_1<T> = InlineArray13_1$instance<T>;
|
|
515
|
+
export type InlineArray13_1<T extends unknown> = InlineArray13_1$instance<T>;
|
|
545
516
|
|
|
546
|
-
export interface InlineArray14_1$instance<T> {
|
|
517
|
+
export interface InlineArray14_1$instance<T extends unknown> {
|
|
547
518
|
readonly __tsonic_type_System_Runtime_CompilerServices_InlineArray14_1: never;
|
|
548
519
|
|
|
549
520
|
}
|
|
550
521
|
|
|
551
522
|
|
|
552
523
|
export const InlineArray14_1: {
|
|
553
|
-
new<T>(): InlineArray14_1<T>;
|
|
524
|
+
new<T extends unknown>(): InlineArray14_1<T>;
|
|
554
525
|
};
|
|
555
526
|
|
|
556
527
|
|
|
557
|
-
export type InlineArray14_1<T> = InlineArray14_1$instance<T>;
|
|
528
|
+
export type InlineArray14_1<T extends unknown> = InlineArray14_1$instance<T>;
|
|
558
529
|
|
|
559
|
-
export interface InlineArray15_1$instance<T> {
|
|
530
|
+
export interface InlineArray15_1$instance<T extends unknown> {
|
|
560
531
|
readonly __tsonic_type_System_Runtime_CompilerServices_InlineArray15_1: never;
|
|
561
532
|
|
|
562
533
|
}
|
|
563
534
|
|
|
564
535
|
|
|
565
536
|
export const InlineArray15_1: {
|
|
566
|
-
new<T>(): InlineArray15_1<T>;
|
|
537
|
+
new<T extends unknown>(): InlineArray15_1<T>;
|
|
567
538
|
};
|
|
568
539
|
|
|
569
540
|
|
|
570
|
-
export type InlineArray15_1<T> = InlineArray15_1$instance<T>;
|
|
541
|
+
export type InlineArray15_1<T extends unknown> = InlineArray15_1$instance<T>;
|
|
571
542
|
|
|
572
|
-
export interface InlineArray16_1$instance<T> {
|
|
543
|
+
export interface InlineArray16_1$instance<T extends unknown> {
|
|
573
544
|
readonly __tsonic_type_System_Runtime_CompilerServices_InlineArray16_1: never;
|
|
574
545
|
|
|
575
546
|
}
|
|
576
547
|
|
|
577
548
|
|
|
578
549
|
export const InlineArray16_1: {
|
|
579
|
-
new<T>(): InlineArray16_1<T>;
|
|
550
|
+
new<T extends unknown>(): InlineArray16_1<T>;
|
|
580
551
|
};
|
|
581
552
|
|
|
582
553
|
|
|
583
|
-
export type InlineArray16_1<T> = InlineArray16_1$instance<T>;
|
|
554
|
+
export type InlineArray16_1<T extends unknown> = InlineArray16_1$instance<T>;
|
|
584
555
|
|
|
585
|
-
export interface InlineArray2_1$instance<T> {
|
|
556
|
+
export interface InlineArray2_1$instance<T extends unknown> {
|
|
586
557
|
readonly __tsonic_type_System_Runtime_CompilerServices_InlineArray2_1: never;
|
|
587
558
|
|
|
588
559
|
}
|
|
589
560
|
|
|
590
561
|
|
|
591
562
|
export const InlineArray2_1: {
|
|
592
|
-
new<T>(): InlineArray2_1<T>;
|
|
563
|
+
new<T extends unknown>(): InlineArray2_1<T>;
|
|
593
564
|
};
|
|
594
565
|
|
|
595
566
|
|
|
596
|
-
export type InlineArray2_1<T> = InlineArray2_1$instance<T>;
|
|
567
|
+
export type InlineArray2_1<T extends unknown> = InlineArray2_1$instance<T>;
|
|
597
568
|
|
|
598
|
-
export interface InlineArray3_1$instance<T> {
|
|
569
|
+
export interface InlineArray3_1$instance<T extends unknown> {
|
|
599
570
|
readonly __tsonic_type_System_Runtime_CompilerServices_InlineArray3_1: never;
|
|
600
571
|
|
|
601
572
|
}
|
|
602
573
|
|
|
603
574
|
|
|
604
575
|
export const InlineArray3_1: {
|
|
605
|
-
new<T>(): InlineArray3_1<T>;
|
|
576
|
+
new<T extends unknown>(): InlineArray3_1<T>;
|
|
606
577
|
};
|
|
607
578
|
|
|
608
579
|
|
|
609
|
-
export type InlineArray3_1<T> = InlineArray3_1$instance<T>;
|
|
580
|
+
export type InlineArray3_1<T extends unknown> = InlineArray3_1$instance<T>;
|
|
610
581
|
|
|
611
|
-
export interface InlineArray4_1$instance<T> {
|
|
582
|
+
export interface InlineArray4_1$instance<T extends unknown> {
|
|
612
583
|
readonly __tsonic_type_System_Runtime_CompilerServices_InlineArray4_1: never;
|
|
613
584
|
|
|
614
585
|
}
|
|
615
586
|
|
|
616
587
|
|
|
617
588
|
export const InlineArray4_1: {
|
|
618
|
-
new<T>(): InlineArray4_1<T>;
|
|
589
|
+
new<T extends unknown>(): InlineArray4_1<T>;
|
|
619
590
|
};
|
|
620
591
|
|
|
621
592
|
|
|
622
|
-
export type InlineArray4_1<T> = InlineArray4_1$instance<T>;
|
|
593
|
+
export type InlineArray4_1<T extends unknown> = InlineArray4_1$instance<T>;
|
|
623
594
|
|
|
624
|
-
export interface InlineArray5_1$instance<T> {
|
|
595
|
+
export interface InlineArray5_1$instance<T extends unknown> {
|
|
625
596
|
readonly __tsonic_type_System_Runtime_CompilerServices_InlineArray5_1: never;
|
|
626
597
|
|
|
627
598
|
}
|
|
628
599
|
|
|
629
600
|
|
|
630
601
|
export const InlineArray5_1: {
|
|
631
|
-
new<T>(): InlineArray5_1<T>;
|
|
602
|
+
new<T extends unknown>(): InlineArray5_1<T>;
|
|
632
603
|
};
|
|
633
604
|
|
|
634
605
|
|
|
635
|
-
export type InlineArray5_1<T> = InlineArray5_1$instance<T>;
|
|
606
|
+
export type InlineArray5_1<T extends unknown> = InlineArray5_1$instance<T>;
|
|
636
607
|
|
|
637
|
-
export interface InlineArray6_1$instance<T> {
|
|
608
|
+
export interface InlineArray6_1$instance<T extends unknown> {
|
|
638
609
|
readonly __tsonic_type_System_Runtime_CompilerServices_InlineArray6_1: never;
|
|
639
610
|
|
|
640
611
|
}
|
|
641
612
|
|
|
642
613
|
|
|
643
614
|
export const InlineArray6_1: {
|
|
644
|
-
new<T>(): InlineArray6_1<T>;
|
|
615
|
+
new<T extends unknown>(): InlineArray6_1<T>;
|
|
645
616
|
};
|
|
646
617
|
|
|
647
618
|
|
|
648
|
-
export type InlineArray6_1<T> = InlineArray6_1$instance<T>;
|
|
619
|
+
export type InlineArray6_1<T extends unknown> = InlineArray6_1$instance<T>;
|
|
649
620
|
|
|
650
|
-
export interface InlineArray7_1$instance<T> {
|
|
621
|
+
export interface InlineArray7_1$instance<T extends unknown> {
|
|
651
622
|
readonly __tsonic_type_System_Runtime_CompilerServices_InlineArray7_1: never;
|
|
652
623
|
|
|
653
624
|
}
|
|
654
625
|
|
|
655
626
|
|
|
656
627
|
export const InlineArray7_1: {
|
|
657
|
-
new<T>(): InlineArray7_1<T>;
|
|
628
|
+
new<T extends unknown>(): InlineArray7_1<T>;
|
|
658
629
|
};
|
|
659
630
|
|
|
660
631
|
|
|
661
|
-
export type InlineArray7_1<T> = InlineArray7_1$instance<T>;
|
|
632
|
+
export type InlineArray7_1<T extends unknown> = InlineArray7_1$instance<T>;
|
|
662
633
|
|
|
663
|
-
export interface InlineArray8_1$instance<T> {
|
|
634
|
+
export interface InlineArray8_1$instance<T extends unknown> {
|
|
664
635
|
readonly __tsonic_type_System_Runtime_CompilerServices_InlineArray8_1: never;
|
|
665
636
|
|
|
666
637
|
}
|
|
667
638
|
|
|
668
639
|
|
|
669
640
|
export const InlineArray8_1: {
|
|
670
|
-
new<T>(): InlineArray8_1<T>;
|
|
641
|
+
new<T extends unknown>(): InlineArray8_1<T>;
|
|
671
642
|
};
|
|
672
643
|
|
|
673
644
|
|
|
674
|
-
export type InlineArray8_1<T> = InlineArray8_1$instance<T>;
|
|
645
|
+
export type InlineArray8_1<T extends unknown> = InlineArray8_1$instance<T>;
|
|
675
646
|
|
|
676
|
-
export interface InlineArray9_1$instance<T> {
|
|
647
|
+
export interface InlineArray9_1$instance<T extends unknown> {
|
|
677
648
|
readonly __tsonic_type_System_Runtime_CompilerServices_InlineArray9_1: never;
|
|
678
649
|
|
|
679
650
|
}
|
|
680
651
|
|
|
681
652
|
|
|
682
653
|
export const InlineArray9_1: {
|
|
683
|
-
new<T>(): InlineArray9_1<T>;
|
|
654
|
+
new<T extends unknown>(): InlineArray9_1<T>;
|
|
684
655
|
};
|
|
685
656
|
|
|
686
657
|
|
|
687
|
-
export type InlineArray9_1<T> = InlineArray9_1$instance<T>;
|
|
658
|
+
export type InlineArray9_1<T extends unknown> = InlineArray9_1$instance<T>;
|
|
688
659
|
|
|
689
660
|
export interface PoolingAsyncValueTaskMethodBuilder$instance {
|
|
690
661
|
readonly __tsonic_type_System_Runtime_CompilerServices_PoolingAsyncValueTaskMethodBuilder: never;
|
|
691
662
|
|
|
692
663
|
readonly Task: ValueTask;
|
|
693
|
-
AwaitOnCompleted<TAwaiter extends INotifyCompletion, TStateMachine extends IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
|
|
694
|
-
AwaitUnsafeOnCompleted<TAwaiter extends ICriticalNotifyCompletion, TStateMachine extends IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
|
|
664
|
+
AwaitOnCompleted<TAwaiter extends unknown & INotifyCompletion, TStateMachine extends unknown & IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
|
|
665
|
+
AwaitUnsafeOnCompleted<TAwaiter extends unknown & ICriticalNotifyCompletion, TStateMachine extends unknown & IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
|
|
695
666
|
SetException(exception: Exception): void;
|
|
696
667
|
SetResult(): void;
|
|
697
668
|
SetStateMachine(stateMachine: IAsyncStateMachine): void;
|
|
698
|
-
Start<TStateMachine extends IAsyncStateMachine>(stateMachine: TStateMachine): void;
|
|
669
|
+
Start<TStateMachine extends unknown & IAsyncStateMachine>(stateMachine: TStateMachine): void;
|
|
699
670
|
}
|
|
700
671
|
|
|
701
672
|
|
|
@@ -707,26 +678,26 @@ export const PoolingAsyncValueTaskMethodBuilder: {
|
|
|
707
678
|
|
|
708
679
|
export type PoolingAsyncValueTaskMethodBuilder = PoolingAsyncValueTaskMethodBuilder$instance;
|
|
709
680
|
|
|
710
|
-
export interface PoolingAsyncValueTaskMethodBuilder_1$instance<TResult> {
|
|
681
|
+
export interface PoolingAsyncValueTaskMethodBuilder_1$instance<TResult extends unknown> {
|
|
711
682
|
readonly __tsonic_type_System_Runtime_CompilerServices_PoolingAsyncValueTaskMethodBuilder_1: never;
|
|
712
683
|
|
|
713
684
|
readonly Task: ValueTask_1<TResult>;
|
|
714
|
-
AwaitOnCompleted<TAwaiter extends INotifyCompletion, TStateMachine extends IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
|
|
715
|
-
AwaitUnsafeOnCompleted<TAwaiter extends ICriticalNotifyCompletion, TStateMachine extends IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
|
|
685
|
+
AwaitOnCompleted<TAwaiter extends unknown & INotifyCompletion, TStateMachine extends unknown & IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
|
|
686
|
+
AwaitUnsafeOnCompleted<TAwaiter extends unknown & ICriticalNotifyCompletion, TStateMachine extends unknown & IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
|
|
716
687
|
SetException(exception: Exception): void;
|
|
717
688
|
SetResult(result: TResult): void;
|
|
718
689
|
SetStateMachine(stateMachine: IAsyncStateMachine): void;
|
|
719
|
-
Start<TStateMachine extends IAsyncStateMachine>(stateMachine: TStateMachine): void;
|
|
690
|
+
Start<TStateMachine extends unknown & IAsyncStateMachine>(stateMachine: TStateMachine): void;
|
|
720
691
|
}
|
|
721
692
|
|
|
722
693
|
|
|
723
694
|
export const PoolingAsyncValueTaskMethodBuilder_1: {
|
|
724
|
-
new<TResult>(): PoolingAsyncValueTaskMethodBuilder_1<TResult>;
|
|
725
|
-
Create<TResult>(): PoolingAsyncValueTaskMethodBuilder_1<TResult>;
|
|
695
|
+
new<TResult extends unknown>(): PoolingAsyncValueTaskMethodBuilder_1<TResult>;
|
|
696
|
+
Create<TResult extends unknown>(): PoolingAsyncValueTaskMethodBuilder_1<TResult>;
|
|
726
697
|
};
|
|
727
698
|
|
|
728
699
|
|
|
729
|
-
export type PoolingAsyncValueTaskMethodBuilder_1<TResult> = PoolingAsyncValueTaskMethodBuilder_1$instance<TResult>;
|
|
700
|
+
export type PoolingAsyncValueTaskMethodBuilder_1<TResult extends unknown> = PoolingAsyncValueTaskMethodBuilder_1$instance<TResult>;
|
|
730
701
|
|
|
731
702
|
export interface TaskAwaiter$instance extends ICriticalNotifyCompletion, ICriticalNotifyCompletion$instance {
|
|
732
703
|
readonly __tsonic_type_System_Runtime_CompilerServices_TaskAwaiter: never;
|
|
@@ -753,7 +724,7 @@ export interface __TaskAwaiter$views {
|
|
|
753
724
|
export type TaskAwaiter = TaskAwaiter$instance & __TaskAwaiter$views;
|
|
754
725
|
|
|
755
726
|
|
|
756
|
-
export interface TaskAwaiter_1$instance<TResult> extends ICriticalNotifyCompletion, ICriticalNotifyCompletion$instance {
|
|
727
|
+
export interface TaskAwaiter_1$instance<TResult extends unknown> extends ICriticalNotifyCompletion, ICriticalNotifyCompletion$instance {
|
|
757
728
|
readonly __tsonic_type_System_Runtime_CompilerServices_TaskAwaiter_1: never;
|
|
758
729
|
|
|
759
730
|
readonly __tsonic_iface_System_Runtime_CompilerServices_ICriticalNotifyCompletion: never;
|
|
@@ -767,15 +738,15 @@ export interface TaskAwaiter_1$instance<TResult> extends ICriticalNotifyCompleti
|
|
|
767
738
|
|
|
768
739
|
|
|
769
740
|
export const TaskAwaiter_1: {
|
|
770
|
-
new<TResult>(): TaskAwaiter_1<TResult>;
|
|
741
|
+
new<TResult extends unknown>(): TaskAwaiter_1<TResult>;
|
|
771
742
|
};
|
|
772
743
|
|
|
773
744
|
|
|
774
|
-
export interface __TaskAwaiter_1$views<TResult> {
|
|
745
|
+
export interface __TaskAwaiter_1$views<TResult extends unknown> {
|
|
775
746
|
As_INotifyCompletion(): INotifyCompletion$instance;
|
|
776
747
|
}
|
|
777
748
|
|
|
778
|
-
export type TaskAwaiter_1<TResult> = TaskAwaiter_1$instance<TResult> & __TaskAwaiter_1$views<TResult>;
|
|
749
|
+
export type TaskAwaiter_1<TResult extends unknown> = TaskAwaiter_1$instance<TResult> & __TaskAwaiter_1$views<TResult>;
|
|
779
750
|
|
|
780
751
|
|
|
781
752
|
export interface ValueTaskAwaiter$instance extends ICriticalNotifyCompletion, ICriticalNotifyCompletion$instance {
|
|
@@ -803,7 +774,7 @@ export interface __ValueTaskAwaiter$views {
|
|
|
803
774
|
export type ValueTaskAwaiter = ValueTaskAwaiter$instance & __ValueTaskAwaiter$views;
|
|
804
775
|
|
|
805
776
|
|
|
806
|
-
export interface ValueTaskAwaiter_1$instance<TResult> extends ICriticalNotifyCompletion, ICriticalNotifyCompletion$instance {
|
|
777
|
+
export interface ValueTaskAwaiter_1$instance<TResult extends unknown> extends ICriticalNotifyCompletion, ICriticalNotifyCompletion$instance {
|
|
807
778
|
readonly __tsonic_type_System_Runtime_CompilerServices_ValueTaskAwaiter_1: never;
|
|
808
779
|
|
|
809
780
|
readonly __tsonic_iface_System_Runtime_CompilerServices_ICriticalNotifyCompletion: never;
|
|
@@ -817,15 +788,15 @@ export interface ValueTaskAwaiter_1$instance<TResult> extends ICriticalNotifyCom
|
|
|
817
788
|
|
|
818
789
|
|
|
819
790
|
export const ValueTaskAwaiter_1: {
|
|
820
|
-
new<TResult>(): ValueTaskAwaiter_1<TResult>;
|
|
791
|
+
new<TResult extends unknown>(): ValueTaskAwaiter_1<TResult>;
|
|
821
792
|
};
|
|
822
793
|
|
|
823
794
|
|
|
824
|
-
export interface __ValueTaskAwaiter_1$views<TResult> {
|
|
795
|
+
export interface __ValueTaskAwaiter_1$views<TResult extends unknown> {
|
|
825
796
|
As_INotifyCompletion(): INotifyCompletion$instance;
|
|
826
797
|
}
|
|
827
798
|
|
|
828
|
-
export type ValueTaskAwaiter_1<TResult> = ValueTaskAwaiter_1$instance<TResult> & __ValueTaskAwaiter_1$views<TResult>;
|
|
799
|
+
export type ValueTaskAwaiter_1<TResult extends unknown> = ValueTaskAwaiter_1$instance<TResult> & __ValueTaskAwaiter_1$views<TResult>;
|
|
829
800
|
|
|
830
801
|
|
|
831
802
|
export interface YieldAwaitable$instance {
|
|
@@ -842,11 +813,12 @@ export const YieldAwaitable: {
|
|
|
842
813
|
|
|
843
814
|
export type YieldAwaitable = YieldAwaitable$instance;
|
|
844
815
|
|
|
845
|
-
export interface YieldAwaitable_YieldAwaiter$instance extends ICriticalNotifyCompletion
|
|
816
|
+
export interface YieldAwaitable_YieldAwaiter$instance extends ICriticalNotifyCompletion {
|
|
846
817
|
readonly __tsonic_type_System_Runtime_CompilerServices_YieldAwaitable_YieldAwaiter: never;
|
|
847
818
|
|
|
848
819
|
readonly __tsonic_iface_System_Runtime_CompilerServices_ICriticalNotifyCompletion: never;
|
|
849
820
|
readonly __tsonic_iface_System_Runtime_CompilerServices_INotifyCompletion: never;
|
|
821
|
+
readonly __tsonic_iface_System_Runtime_CompilerServices_IStateMachineBoxAwareAwaiter: never;
|
|
850
822
|
|
|
851
823
|
readonly IsCompleted: boolean;
|
|
852
824
|
GetResult(): void;
|
|
@@ -860,12 +832,7 @@ export const YieldAwaitable_YieldAwaiter: {
|
|
|
860
832
|
};
|
|
861
833
|
|
|
862
834
|
|
|
863
|
-
export
|
|
864
|
-
As_INotifyCompletion(): INotifyCompletion$instance;
|
|
865
|
-
}
|
|
866
|
-
|
|
867
|
-
export type YieldAwaitable_YieldAwaiter = YieldAwaitable_YieldAwaiter$instance & __YieldAwaitable_YieldAwaiter$views;
|
|
868
|
-
|
|
835
|
+
export type YieldAwaitable_YieldAwaiter = YieldAwaitable_YieldAwaiter$instance;
|
|
869
836
|
|
|
870
837
|
export interface AccessedThroughPropertyAttribute$instance extends Attribute {
|
|
871
838
|
readonly __tsonic_type_System_Runtime_CompilerServices_AccessedThroughPropertyAttribute: never;
|
|
@@ -1068,7 +1035,7 @@ export type CallerMemberNameAttribute = CallerMemberNameAttribute$instance;
|
|
|
1068
1035
|
export interface CallSite$instance {
|
|
1069
1036
|
readonly __tsonic_type_System_Runtime_CompilerServices_CallSite: never;
|
|
1070
1037
|
|
|
1071
|
-
readonly Binder: CallSiteBinder |
|
|
1038
|
+
readonly Binder: CallSiteBinder | null;
|
|
1072
1039
|
}
|
|
1073
1040
|
|
|
1074
1041
|
|
|
@@ -1079,7 +1046,7 @@ export const CallSite: {
|
|
|
1079
1046
|
|
|
1080
1047
|
export type CallSite = CallSite$instance;
|
|
1081
1048
|
|
|
1082
|
-
export interface CallSite_1$instance<T> extends CallSite {
|
|
1049
|
+
export interface CallSite_1$instance<T extends (object | null)> extends CallSite {
|
|
1083
1050
|
readonly __tsonic_type_System_Runtime_CompilerServices_CallSite_1: never;
|
|
1084
1051
|
|
|
1085
1052
|
Target: T;
|
|
@@ -1091,13 +1058,13 @@ export const CallSite_1: {
|
|
|
1091
1058
|
};
|
|
1092
1059
|
|
|
1093
1060
|
|
|
1094
|
-
export type CallSite_1<T> = CallSite_1$instance<T>;
|
|
1061
|
+
export type CallSite_1<T extends (object | null)> = CallSite_1$instance<T>;
|
|
1095
1062
|
|
|
1096
1063
|
export interface CallSiteBinder$instance {
|
|
1097
1064
|
readonly __tsonic_type_System_Runtime_CompilerServices_CallSiteBinder: never;
|
|
1098
1065
|
|
|
1099
1066
|
Bind(args: unknown[], parameters: ReadOnlyCollection_1<ParameterExpression>, returnLabel: LabelTarget): Expression;
|
|
1100
|
-
BindDelegate<T>(site: CallSite_1<T>, args: unknown[]): T |
|
|
1067
|
+
BindDelegate<T extends (object | null)>(site: CallSite_1<T>, args: unknown[]): T | null;
|
|
1101
1068
|
}
|
|
1102
1069
|
|
|
1103
1070
|
|
|
@@ -1112,12 +1079,12 @@ export interface Closure$instance {
|
|
|
1112
1079
|
readonly __tsonic_type_System_Runtime_CompilerServices_Closure: never;
|
|
1113
1080
|
|
|
1114
1081
|
readonly Constants: unknown[];
|
|
1115
|
-
readonly Locals: unknown[] |
|
|
1082
|
+
readonly Locals: unknown[] | null;
|
|
1116
1083
|
}
|
|
1117
1084
|
|
|
1118
1085
|
|
|
1119
1086
|
export const Closure: {
|
|
1120
|
-
new(constants: unknown[], locals: unknown[]): Closure;
|
|
1087
|
+
new(constants: unknown[], locals: unknown[] | null): Closure;
|
|
1121
1088
|
};
|
|
1122
1089
|
|
|
1123
1090
|
|
|
@@ -1209,7 +1176,7 @@ export const CompilerLoweringPreserveAttribute: {
|
|
|
1209
1176
|
|
|
1210
1177
|
export type CompilerLoweringPreserveAttribute = CompilerLoweringPreserveAttribute$instance;
|
|
1211
1178
|
|
|
1212
|
-
export interface ConditionalWeakTable_2$instance<TKey, TValue> extends System_Collections_Generic_Internal.IEnumerable_1$instance<KeyValuePair_2<TKey, TValue>> {
|
|
1179
|
+
export interface ConditionalWeakTable_2$instance<TKey extends (object | null), TValue extends (object | null)> extends System_Collections_Generic_Internal.IEnumerable_1$instance<KeyValuePair_2<TKey, TValue>> {
|
|
1213
1180
|
readonly __tsonic_type_System_Runtime_CompilerServices_ConditionalWeakTable_2: never;
|
|
1214
1181
|
|
|
1215
1182
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
@@ -1220,7 +1187,7 @@ export interface ConditionalWeakTable_2$instance<TKey, TValue> extends System_Co
|
|
|
1220
1187
|
Clear(): void;
|
|
1221
1188
|
GetOrAdd(key: TKey, value: TValue): TValue;
|
|
1222
1189
|
GetOrAdd(key: TKey, valueFactory: Func_2<TKey, TValue>): TValue;
|
|
1223
|
-
GetOrAdd<TArg>(key: TKey, valueFactory: Func_3<TKey, TArg, TValue>, factoryArgument: TArg): TValue;
|
|
1190
|
+
GetOrAdd<TArg extends unknown>(key: TKey, valueFactory: Func_3<TKey, TArg, TValue>, factoryArgument: TArg): TValue;
|
|
1224
1191
|
GetOrCreateValue(key: TKey): TValue;
|
|
1225
1192
|
GetValue(key: TKey, createValueCallback: ConditionalWeakTable_2_CreateValueCallback<TKey, TValue>): TValue;
|
|
1226
1193
|
Remove(key: TKey): boolean;
|
|
@@ -1231,16 +1198,19 @@ export interface ConditionalWeakTable_2$instance<TKey, TValue> extends System_Co
|
|
|
1231
1198
|
|
|
1232
1199
|
|
|
1233
1200
|
export const ConditionalWeakTable_2: {
|
|
1234
|
-
new<TKey, TValue>(): ConditionalWeakTable_2<TKey, TValue>;
|
|
1201
|
+
new<TKey extends (object | null), TValue extends (object | null)>(): ConditionalWeakTable_2<TKey, TValue>;
|
|
1235
1202
|
};
|
|
1236
1203
|
|
|
1237
1204
|
|
|
1238
|
-
export interface __ConditionalWeakTable_2$views<TKey, TValue> {
|
|
1205
|
+
export interface __ConditionalWeakTable_2$views<TKey extends (object | null), TValue extends (object | null)> {
|
|
1239
1206
|
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<KeyValuePair_2<TKey, TValue>>;
|
|
1240
1207
|
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
1241
1208
|
}
|
|
1242
1209
|
|
|
1243
|
-
export type ConditionalWeakTable_2<TKey, TValue> = ConditionalWeakTable_2$instance<TKey, TValue> & __ConditionalWeakTable_2$views<TKey, TValue>;
|
|
1210
|
+
export type ConditionalWeakTable_2<TKey extends (object | null), TValue extends (object | null)> = ConditionalWeakTable_2$instance<TKey, TValue> & __ConditionalWeakTable_2$views<TKey, TValue>;
|
|
1211
|
+
|
|
1212
|
+
|
|
1213
|
+
export type ConditionalWeakTable_2_CreateValueCallback<TKey extends (object | null), TValue extends (object | null)> = (key: TKey) => TValue;
|
|
1244
1214
|
|
|
1245
1215
|
|
|
1246
1216
|
export interface CppInlineNamespaceAttribute$instance extends Attribute {
|
|
@@ -1272,7 +1242,7 @@ export type CreateNewOnMetadataUpdateAttribute = CreateNewOnMetadataUpdateAttrib
|
|
|
1272
1242
|
export interface CustomConstantAttribute$instance extends Attribute {
|
|
1273
1243
|
readonly __tsonic_type_System_Runtime_CompilerServices_CustomConstantAttribute: never;
|
|
1274
1244
|
|
|
1275
|
-
readonly Value: unknown;
|
|
1245
|
+
readonly Value: unknown | unknown | null;
|
|
1276
1246
|
}
|
|
1277
1247
|
|
|
1278
1248
|
|
|
@@ -1285,7 +1255,7 @@ export type CustomConstantAttribute = CustomConstantAttribute$instance;
|
|
|
1285
1255
|
export interface DateTimeConstantAttribute$instance extends CustomConstantAttribute {
|
|
1286
1256
|
readonly __tsonic_type_System_Runtime_CompilerServices_DateTimeConstantAttribute: never;
|
|
1287
1257
|
|
|
1288
|
-
readonly Value: unknown;
|
|
1258
|
+
readonly Value: unknown | unknown | null;
|
|
1289
1259
|
}
|
|
1290
1260
|
|
|
1291
1261
|
|
|
@@ -1492,7 +1462,7 @@ export type HasCopySemanticsAttribute = HasCopySemanticsAttribute$instance;
|
|
|
1492
1462
|
export interface IDispatchConstantAttribute$instance extends CustomConstantAttribute {
|
|
1493
1463
|
readonly __tsonic_type_System_Runtime_CompilerServices_IDispatchConstantAttribute: never;
|
|
1494
1464
|
|
|
1495
|
-
readonly Value: unknown;
|
|
1465
|
+
readonly Value: unknown | unknown | null;
|
|
1496
1466
|
}
|
|
1497
1467
|
|
|
1498
1468
|
|
|
@@ -1628,7 +1598,7 @@ export type IteratorStateMachineAttribute = IteratorStateMachineAttribute$instan
|
|
|
1628
1598
|
export interface IUnknownConstantAttribute$instance extends CustomConstantAttribute {
|
|
1629
1599
|
readonly __tsonic_type_System_Runtime_CompilerServices_IUnknownConstantAttribute: never;
|
|
1630
1600
|
|
|
1631
|
-
readonly Value: unknown;
|
|
1601
|
+
readonly Value: unknown | unknown | null;
|
|
1632
1602
|
}
|
|
1633
1603
|
|
|
1634
1604
|
|
|
@@ -1792,7 +1762,7 @@ export const PreserveBaseOverridesAttribute: {
|
|
|
1792
1762
|
|
|
1793
1763
|
export type PreserveBaseOverridesAttribute = PreserveBaseOverridesAttribute$instance;
|
|
1794
1764
|
|
|
1795
|
-
export interface ReadOnlyCollectionBuilder_1$instance<T> {
|
|
1765
|
+
export interface ReadOnlyCollectionBuilder_1$instance<T extends unknown> {
|
|
1796
1766
|
readonly __tsonic_type_System_Runtime_CompilerServices_ReadOnlyCollectionBuilder_1: never;
|
|
1797
1767
|
|
|
1798
1768
|
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
@@ -1821,13 +1791,13 @@ export interface ReadOnlyCollectionBuilder_1$instance<T> {
|
|
|
1821
1791
|
|
|
1822
1792
|
|
|
1823
1793
|
export const ReadOnlyCollectionBuilder_1: {
|
|
1824
|
-
new<T>(): ReadOnlyCollectionBuilder_1<T>;
|
|
1825
|
-
new<T>(capacity: int): ReadOnlyCollectionBuilder_1<T>;
|
|
1826
|
-
new<T>(collection: IEnumerable_1<T>): ReadOnlyCollectionBuilder_1<T>;
|
|
1794
|
+
new<T extends unknown>(): ReadOnlyCollectionBuilder_1<T>;
|
|
1795
|
+
new<T extends unknown>(capacity: int): ReadOnlyCollectionBuilder_1<T>;
|
|
1796
|
+
new<T extends unknown>(collection: IEnumerable_1<T>): ReadOnlyCollectionBuilder_1<T>;
|
|
1827
1797
|
};
|
|
1828
1798
|
|
|
1829
1799
|
|
|
1830
|
-
export interface __ReadOnlyCollectionBuilder_1$views<T> {
|
|
1800
|
+
export interface __ReadOnlyCollectionBuilder_1$views<T extends unknown> {
|
|
1831
1801
|
As_ICollection_1(): System_Collections_Generic_Internal.ICollection_1$instance<T>;
|
|
1832
1802
|
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<T>;
|
|
1833
1803
|
As_IList_1(): System_Collections_Generic_Internal.IList_1$instance<T>;
|
|
@@ -1836,19 +1806,19 @@ export interface __ReadOnlyCollectionBuilder_1$views<T> {
|
|
|
1836
1806
|
As_IList(): System_Collections_Internal.IList$instance;
|
|
1837
1807
|
}
|
|
1838
1808
|
|
|
1839
|
-
export type ReadOnlyCollectionBuilder_1<T> = ReadOnlyCollectionBuilder_1$instance<T> & __ReadOnlyCollectionBuilder_1$views<T> & { [index: number]: T; };
|
|
1809
|
+
export type ReadOnlyCollectionBuilder_1<T extends unknown> = ReadOnlyCollectionBuilder_1$instance<T> & __ReadOnlyCollectionBuilder_1$views<T> & { [index: number]: T; };
|
|
1840
1810
|
|
|
1841
1811
|
|
|
1842
1812
|
export interface ReferenceAssemblyAttribute$instance extends Attribute {
|
|
1843
1813
|
readonly __tsonic_type_System_Runtime_CompilerServices_ReferenceAssemblyAttribute: never;
|
|
1844
1814
|
|
|
1845
|
-
readonly Description: string |
|
|
1815
|
+
readonly Description: string | null;
|
|
1846
1816
|
}
|
|
1847
1817
|
|
|
1848
1818
|
|
|
1849
1819
|
export const ReferenceAssemblyAttribute: {
|
|
1850
1820
|
new(): ReferenceAssemblyAttribute;
|
|
1851
|
-
new(description: string): ReferenceAssemblyAttribute;
|
|
1821
|
+
new(description: string | null): ReferenceAssemblyAttribute;
|
|
1852
1822
|
};
|
|
1853
1823
|
|
|
1854
1824
|
|
|
@@ -1908,7 +1878,7 @@ export const RequiresLocationAttribute: {
|
|
|
1908
1878
|
|
|
1909
1879
|
export type RequiresLocationAttribute = RequiresLocationAttribute$instance;
|
|
1910
1880
|
|
|
1911
|
-
export interface RuleCache_1$instance<T> {
|
|
1881
|
+
export interface RuleCache_1$instance<T extends (object | null)> {
|
|
1912
1882
|
readonly __tsonic_type_System_Runtime_CompilerServices_RuleCache_1: never;
|
|
1913
1883
|
|
|
1914
1884
|
}
|
|
@@ -1918,7 +1888,7 @@ export const RuleCache_1: {
|
|
|
1918
1888
|
};
|
|
1919
1889
|
|
|
1920
1890
|
|
|
1921
|
-
export type RuleCache_1<T> = RuleCache_1$instance<T>;
|
|
1891
|
+
export type RuleCache_1<T extends (object | null)> = RuleCache_1$instance<T>;
|
|
1922
1892
|
|
|
1923
1893
|
export interface RuntimeCompatibilityAttribute$instance extends Attribute {
|
|
1924
1894
|
readonly __tsonic_type_System_Runtime_CompilerServices_RuntimeCompatibilityAttribute: never;
|
|
@@ -1934,7 +1904,7 @@ export const RuntimeCompatibilityAttribute: {
|
|
|
1934
1904
|
|
|
1935
1905
|
export type RuntimeCompatibilityAttribute = RuntimeCompatibilityAttribute$instance;
|
|
1936
1906
|
|
|
1937
|
-
export interface RuntimeWrappedException$instance extends Exception {
|
|
1907
|
+
export interface RuntimeWrappedException$instance extends Exception, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
1938
1908
|
readonly __tsonic_type_System_Runtime_CompilerServices_RuntimeWrappedException: never;
|
|
1939
1909
|
|
|
1940
1910
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
@@ -2035,7 +2005,7 @@ export const StringFreezingAttribute: {
|
|
|
2035
2005
|
|
|
2036
2006
|
export type StringFreezingAttribute = StringFreezingAttribute$instance;
|
|
2037
2007
|
|
|
2038
|
-
export interface StrongBox_1$instance<T> extends IStrongBox$instance {
|
|
2008
|
+
export interface StrongBox_1$instance<T extends unknown> extends IStrongBox$instance {
|
|
2039
2009
|
readonly __tsonic_type_System_Runtime_CompilerServices_StrongBox_1: never;
|
|
2040
2010
|
|
|
2041
2011
|
readonly __tsonic_iface_System_Runtime_CompilerServices_IStrongBox: never;
|
|
@@ -2045,16 +2015,16 @@ export interface StrongBox_1$instance<T> extends IStrongBox$instance {
|
|
|
2045
2015
|
|
|
2046
2016
|
|
|
2047
2017
|
export const StrongBox_1: {
|
|
2048
|
-
new<T>(): StrongBox_1<T>;
|
|
2049
|
-
new<T>(value: T): StrongBox_1<T>;
|
|
2018
|
+
new<T extends unknown>(): StrongBox_1<T>;
|
|
2019
|
+
new<T extends unknown>(value: T): StrongBox_1<T>;
|
|
2050
2020
|
};
|
|
2051
2021
|
|
|
2052
2022
|
|
|
2053
|
-
export interface __StrongBox_1$views<T> {
|
|
2023
|
+
export interface __StrongBox_1$views<T extends unknown> {
|
|
2054
2024
|
As_IStrongBox(): IStrongBox$instance;
|
|
2055
2025
|
}
|
|
2056
2026
|
|
|
2057
|
-
export type StrongBox_1<T> = StrongBox_1$instance<T> & __StrongBox_1$views<T>;
|
|
2027
|
+
export type StrongBox_1<T extends unknown> = StrongBox_1$instance<T> & __StrongBox_1$views<T>;
|
|
2058
2028
|
|
|
2059
2029
|
|
|
2060
2030
|
export interface SuppressIldasmAttribute$instance extends Attribute {
|
|
@@ -2070,23 +2040,23 @@ export const SuppressIldasmAttribute: {
|
|
|
2070
2040
|
|
|
2071
2041
|
export type SuppressIldasmAttribute = SuppressIldasmAttribute$instance;
|
|
2072
2042
|
|
|
2073
|
-
export interface SwitchExpressionException$instance extends InvalidOperationException {
|
|
2043
|
+
export interface SwitchExpressionException$instance extends InvalidOperationException, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
2074
2044
|
readonly __tsonic_type_System_Runtime_CompilerServices_SwitchExpressionException: never;
|
|
2075
2045
|
|
|
2076
2046
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
2077
2047
|
|
|
2078
2048
|
readonly Message: string;
|
|
2079
|
-
readonly UnmatchedValue: unknown |
|
|
2049
|
+
readonly UnmatchedValue: unknown | null;
|
|
2080
2050
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
2081
2051
|
}
|
|
2082
2052
|
|
|
2083
2053
|
|
|
2084
2054
|
export const SwitchExpressionException: {
|
|
2085
2055
|
new(): SwitchExpressionException;
|
|
2086
|
-
new(innerException: Exception): SwitchExpressionException;
|
|
2087
|
-
new(unmatchedValue: unknown): SwitchExpressionException;
|
|
2088
|
-
new(message: string): SwitchExpressionException;
|
|
2089
|
-
new(message: string, innerException: Exception): SwitchExpressionException;
|
|
2056
|
+
new(innerException: Exception | null): SwitchExpressionException;
|
|
2057
|
+
new(unmatchedValue: unknown | null): SwitchExpressionException;
|
|
2058
|
+
new(message: string | null): SwitchExpressionException;
|
|
2059
|
+
new(message: string | null, innerException: Exception | null): SwitchExpressionException;
|
|
2090
2060
|
};
|
|
2091
2061
|
|
|
2092
2062
|
|
|
@@ -2100,12 +2070,12 @@ export type SwitchExpressionException = SwitchExpressionException$instance & __S
|
|
|
2100
2070
|
export interface TupleElementNamesAttribute$instance extends Attribute {
|
|
2101
2071
|
readonly __tsonic_type_System_Runtime_CompilerServices_TupleElementNamesAttribute: never;
|
|
2102
2072
|
|
|
2103
|
-
readonly TransformNames: IList_1<string |
|
|
2073
|
+
readonly TransformNames: IList_1<string | null>;
|
|
2104
2074
|
}
|
|
2105
2075
|
|
|
2106
2076
|
|
|
2107
2077
|
export const TupleElementNamesAttribute: {
|
|
2108
|
-
new(transformNames: string[]): TupleElementNamesAttribute;
|
|
2078
|
+
new(transformNames: (string | null)[]): TupleElementNamesAttribute;
|
|
2109
2079
|
};
|
|
2110
2080
|
|
|
2111
2081
|
|
|
@@ -2143,8 +2113,8 @@ export interface UnsafeAccessorAttribute$instance extends Attribute {
|
|
|
2143
2113
|
readonly __tsonic_type_System_Runtime_CompilerServices_UnsafeAccessorAttribute: never;
|
|
2144
2114
|
|
|
2145
2115
|
readonly Kind: UnsafeAccessorKind;
|
|
2146
|
-
get Name(): string |
|
|
2147
|
-
set Name(value: string |
|
|
2116
|
+
get Name(): string | null;
|
|
2117
|
+
set Name(value: string | null);
|
|
2148
2118
|
}
|
|
2149
2119
|
|
|
2150
2120
|
|
|
@@ -2183,16 +2153,16 @@ export const UnsafeValueTypeAttribute: {
|
|
|
2183
2153
|
export type UnsafeValueTypeAttribute = UnsafeValueTypeAttribute$instance;
|
|
2184
2154
|
|
|
2185
2155
|
export abstract class AsyncHelpers$instance {
|
|
2186
|
-
static Await<T>(configuredAwaitable: ConfiguredTaskAwaitable_1<T>): T;
|
|
2187
|
-
static Await<T>(configuredAwaitable: ConfiguredValueTaskAwaitable_1<T>): T;
|
|
2156
|
+
static Await<T extends unknown>(configuredAwaitable: ConfiguredTaskAwaitable_1<T>): T;
|
|
2157
|
+
static Await<T extends unknown>(configuredAwaitable: ConfiguredValueTaskAwaitable_1<T>): T;
|
|
2188
2158
|
static Await(configuredAwaitable: ConfiguredTaskAwaitable): void;
|
|
2189
2159
|
static Await(configuredAwaitable: ConfiguredValueTaskAwaitable): void;
|
|
2190
2160
|
static Await(task: Task): void;
|
|
2191
2161
|
static Await(task: ValueTask): void;
|
|
2192
|
-
static Await<T>(task: Task_1<T>): T;
|
|
2193
|
-
static Await<T>(task: ValueTask_1<T>): T;
|
|
2194
|
-
static AwaitAwaiter<TAwaiter extends INotifyCompletion>(awaiter: TAwaiter): void;
|
|
2195
|
-
static UnsafeAwaitAwaiter<TAwaiter extends ICriticalNotifyCompletion>(awaiter: TAwaiter): void;
|
|
2162
|
+
static Await<T extends unknown>(task: Task_1<T>): T;
|
|
2163
|
+
static Await<T extends unknown>(task: ValueTask_1<T>): T;
|
|
2164
|
+
static AwaitAwaiter<TAwaiter extends unknown & INotifyCompletion>(awaiter: TAwaiter): void;
|
|
2165
|
+
static UnsafeAwaitAwaiter<TAwaiter extends unknown & ICriticalNotifyCompletion>(awaiter: TAwaiter): void;
|
|
2196
2166
|
}
|
|
2197
2167
|
|
|
2198
2168
|
|
|
@@ -2206,17 +2176,17 @@ export abstract class CallSiteHelpers$instance {
|
|
|
2206
2176
|
export type CallSiteHelpers = CallSiteHelpers$instance;
|
|
2207
2177
|
|
|
2208
2178
|
export abstract class CallSiteOps$instance {
|
|
2209
|
-
static AddRule<T>(site: CallSite_1<T>, rule: T): void;
|
|
2210
|
-
static Bind<T>(binder: CallSiteBinder, site: CallSite_1<T>, args: unknown[]): T;
|
|
2179
|
+
static AddRule<T extends (object | null)>(site: CallSite_1<T>, rule: T): void;
|
|
2180
|
+
static Bind<T extends (object | null)>(binder: CallSiteBinder, site: CallSite_1<T>, args: unknown[]): T;
|
|
2211
2181
|
static ClearMatch(site: CallSite): void;
|
|
2212
|
-
static CreateMatchmaker<T>(site: CallSite_1<T>): CallSite_1<T>;
|
|
2213
|
-
static GetCachedRules<T>(cache: RuleCache_1<T>): T[];
|
|
2182
|
+
static CreateMatchmaker<T extends (object | null)>(site: CallSite_1<T>): CallSite_1<T>;
|
|
2183
|
+
static GetCachedRules<T extends (object | null)>(cache: RuleCache_1<T>): T[];
|
|
2214
2184
|
static GetMatch(site: CallSite): boolean;
|
|
2215
|
-
static GetRuleCache<T>(site: CallSite_1<T>): RuleCache_1<T>;
|
|
2216
|
-
static GetRules<T>(site: CallSite_1<T>): T[] |
|
|
2217
|
-
static MoveRule<T>(cache: RuleCache_1<T>, rule: T, i: int): void;
|
|
2185
|
+
static GetRuleCache<T extends (object | null)>(site: CallSite_1<T>): RuleCache_1<T>;
|
|
2186
|
+
static GetRules<T extends (object | null)>(site: CallSite_1<T>): T[] | null;
|
|
2187
|
+
static MoveRule<T extends (object | null)>(cache: RuleCache_1<T>, rule: T, i: int): void;
|
|
2218
2188
|
static SetNotMatched(site: CallSite): boolean;
|
|
2219
|
-
static UpdateRules<T>(this_: CallSite_1<T>, matched: int): void;
|
|
2189
|
+
static UpdateRules<T extends (object | null)>(this_: CallSite_1<T>, matched: int): void;
|
|
2220
2190
|
}
|
|
2221
2191
|
|
|
2222
2192
|
|
|
@@ -2229,15 +2199,15 @@ export abstract class CompilerMarshalOverride$instance {
|
|
|
2229
2199
|
export type CompilerMarshalOverride = CompilerMarshalOverride$instance;
|
|
2230
2200
|
|
|
2231
2201
|
export abstract class ContractHelper$instance {
|
|
2232
|
-
static RaiseContractFailedEvent(failureKind: ContractFailureKind, userMessage: string, conditionText: string, innerException: Exception): string |
|
|
2233
|
-
static TriggerFailure(kind: ContractFailureKind, displayMessage: string, userMessage: string, conditionText: string, innerException: Exception): void;
|
|
2202
|
+
static RaiseContractFailedEvent(failureKind: ContractFailureKind, userMessage: string | null, conditionText: string | null, innerException: Exception | null): string | null;
|
|
2203
|
+
static TriggerFailure(kind: ContractFailureKind, displayMessage: string | null, userMessage: string | null, conditionText: string | null, innerException: Exception | null): void;
|
|
2234
2204
|
}
|
|
2235
2205
|
|
|
2236
2206
|
|
|
2237
2207
|
export type ContractHelper = ContractHelper$instance;
|
|
2238
2208
|
|
|
2239
2209
|
export abstract class FormattableStringFactory$instance {
|
|
2240
|
-
static Create(format: string, ...arguments: unknown[]): FormattableString;
|
|
2210
|
+
static Create(format: string, ...arguments: (unknown | null)[]): FormattableString;
|
|
2241
2211
|
}
|
|
2242
2212
|
|
|
2243
2213
|
|
|
@@ -2341,22 +2311,22 @@ export type RuntimeFeature = RuntimeFeature$instance;
|
|
|
2341
2311
|
export abstract class RuntimeHelpers$instance {
|
|
2342
2312
|
static readonly OffsetToStringData: int;
|
|
2343
2313
|
static AllocateTypeAssociatedMemory(type: Type, size: int): nint;
|
|
2344
|
-
static Box(target: byte, type: RuntimeTypeHandle): unknown |
|
|
2345
|
-
static CreateSpan<T>(fldHandle: RuntimeFieldHandle): ReadOnlySpan_1<T>;
|
|
2314
|
+
static Box(target: byte, type: RuntimeTypeHandle): unknown | null;
|
|
2315
|
+
static CreateSpan<T extends unknown>(fldHandle: RuntimeFieldHandle): ReadOnlySpan_1<T>;
|
|
2346
2316
|
static EnsureSufficientExecutionStack(): void;
|
|
2347
|
-
static Equals(o1: unknown, o2: unknown): boolean;
|
|
2348
|
-
static ExecuteCodeWithGuaranteedCleanup(code: RuntimeHelpers_TryCode, backoutCode: RuntimeHelpers_CleanupCode, userData: unknown): void;
|
|
2349
|
-
static GetHashCode(o: unknown): int;
|
|
2350
|
-
static GetObjectValue(obj: unknown): unknown |
|
|
2351
|
-
static GetSubArray<T>(array: T[], range: Range): T[];
|
|
2317
|
+
static Equals(o1: unknown | null, o2: unknown | null): boolean;
|
|
2318
|
+
static ExecuteCodeWithGuaranteedCleanup(code: RuntimeHelpers_TryCode, backoutCode: RuntimeHelpers_CleanupCode, userData: unknown | null): void;
|
|
2319
|
+
static GetHashCode(o: unknown | null): int;
|
|
2320
|
+
static GetObjectValue(obj: unknown | null): unknown | null;
|
|
2321
|
+
static GetSubArray<T extends unknown>(array: T[], range: Range): T[];
|
|
2352
2322
|
static GetUninitializedObject(type: Type): unknown;
|
|
2353
2323
|
static InitializeArray(array: ClrArray, fldHandle: RuntimeFieldHandle): void;
|
|
2354
|
-
static IsReferenceOrContainsReferences<T>(): boolean;
|
|
2324
|
+
static IsReferenceOrContainsReferences<T extends unknown>(): boolean;
|
|
2355
2325
|
static PrepareConstrainedRegions(): void;
|
|
2356
2326
|
static PrepareConstrainedRegionsNoOP(): void;
|
|
2357
2327
|
static PrepareContractedDelegate(d: Function): void;
|
|
2358
2328
|
static PrepareDelegate(d: Function): void;
|
|
2359
|
-
static PrepareMethod(method: RuntimeMethodHandle, instantiation: RuntimeTypeHandle[]): void;
|
|
2329
|
+
static PrepareMethod(method: RuntimeMethodHandle, instantiation: RuntimeTypeHandle[] | null): void;
|
|
2360
2330
|
static PrepareMethod(method: RuntimeMethodHandle): void;
|
|
2361
2331
|
static ProbeForSufficientStack(): void;
|
|
2362
2332
|
static RunClassConstructor(type: RuntimeTypeHandle): void;
|
|
@@ -2368,38 +2338,44 @@ export abstract class RuntimeHelpers$instance {
|
|
|
2368
2338
|
|
|
2369
2339
|
export type RuntimeHelpers = RuntimeHelpers$instance;
|
|
2370
2340
|
|
|
2341
|
+
export type RuntimeHelpers_CleanupCode = (userData: unknown | null, exceptionThrown: boolean) => void;
|
|
2342
|
+
|
|
2343
|
+
|
|
2344
|
+
export type RuntimeHelpers_TryCode = (userData: unknown | null) => void;
|
|
2345
|
+
|
|
2346
|
+
|
|
2371
2347
|
export abstract class RuntimeOps$instance {
|
|
2372
2348
|
static CreateRuntimeVariables(): IRuntimeVariables;
|
|
2373
2349
|
static CreateRuntimeVariables(data: unknown[], indexes: long[]): IRuntimeVariables;
|
|
2374
|
-
static ExpandoCheckVersion(expando: ExpandoObject, version: unknown): boolean;
|
|
2350
|
+
static ExpandoCheckVersion(expando: ExpandoObject, version: unknown | null): boolean;
|
|
2375
2351
|
static ExpandoPromoteClass(expando: ExpandoObject, oldClass: unknown, newClass: unknown): void;
|
|
2376
|
-
static ExpandoTryDeleteValue(expando: ExpandoObject, indexClass: unknown, index: int, name: string, ignoreCase: boolean): boolean;
|
|
2377
|
-
static ExpandoTryGetValue(expando: ExpandoObject, indexClass: unknown, index: int, name: string, ignoreCase: boolean, value: unknown): boolean;
|
|
2378
|
-
static ExpandoTrySetValue(expando: ExpandoObject, indexClass: unknown, index: int, value: unknown, name: string, ignoreCase: boolean): unknown |
|
|
2352
|
+
static ExpandoTryDeleteValue(expando: ExpandoObject, indexClass: unknown | null, index: int, name: string, ignoreCase: boolean): boolean;
|
|
2353
|
+
static ExpandoTryGetValue(expando: ExpandoObject, indexClass: unknown | null, index: int, name: string, ignoreCase: boolean, value: unknown | null): boolean;
|
|
2354
|
+
static ExpandoTrySetValue(expando: ExpandoObject, indexClass: unknown | null, index: int, value: unknown | null, name: string, ignoreCase: boolean): unknown | null;
|
|
2379
2355
|
static MergeRuntimeVariables(first: IRuntimeVariables, second: IRuntimeVariables, indexes: int[]): IRuntimeVariables;
|
|
2380
|
-
static Quote(expression: Expression, hoistedLocals: unknown, locals: unknown[]): Expression |
|
|
2356
|
+
static Quote(expression: Expression | null, hoistedLocals: unknown, locals: unknown[]): Expression | null;
|
|
2381
2357
|
}
|
|
2382
2358
|
|
|
2383
2359
|
|
|
2384
2360
|
export type RuntimeOps = RuntimeOps$instance;
|
|
2385
2361
|
|
|
2386
2362
|
export abstract class Unsafe$instance {
|
|
2387
|
-
static Add<T>(source: ptr<void>, elementOffset: int): ptr<void>;
|
|
2388
|
-
static Add<T>(source: T, elementOffset: int): T;
|
|
2389
|
-
static Add<T>(source: T, elementOffset: nint): T;
|
|
2390
|
-
static Add<T>(source: T, elementOffset: nuint): T;
|
|
2391
|
-
static AddByteOffset<T>(source: T, byteOffset: nint): T;
|
|
2392
|
-
static AddByteOffset<T>(source: T, byteOffset: nuint): T;
|
|
2393
|
-
static AreSame<T>(left: T, right: T): boolean;
|
|
2394
|
-
static As<T>(o: unknown): T;
|
|
2395
|
-
static As<TFrom, TTo>(source: TFrom): TTo;
|
|
2396
|
-
static AsPointer<T>(value: T): ptr<void>;
|
|
2397
|
-
static AsRef<T>(source: ptr<void>): T;
|
|
2398
|
-
static AsRef<T>(source: T): T;
|
|
2399
|
-
static BitCast<TFrom, TTo>(source: TFrom): TTo;
|
|
2400
|
-
static ByteOffset<T>(origin: T, target: T): nint;
|
|
2401
|
-
static Copy<T>(destination: ptr<void>, source: T): void;
|
|
2402
|
-
static Copy<T>(destination: T, source: ptr<void>): void;
|
|
2363
|
+
static Add<T extends unknown>(source: ptr<void>, elementOffset: int): ptr<void>;
|
|
2364
|
+
static Add<T extends unknown>(source: T, elementOffset: int): T;
|
|
2365
|
+
static Add<T extends unknown>(source: T, elementOffset: nint): T;
|
|
2366
|
+
static Add<T extends unknown>(source: T, elementOffset: nuint): T;
|
|
2367
|
+
static AddByteOffset<T extends unknown>(source: T, byteOffset: nint): T;
|
|
2368
|
+
static AddByteOffset<T extends unknown>(source: T, byteOffset: nuint): T;
|
|
2369
|
+
static AreSame<T extends unknown>(left: T, right: T): boolean;
|
|
2370
|
+
static As<T extends (object | null)>(o: unknown | null): T;
|
|
2371
|
+
static As<TFrom extends unknown, TTo extends unknown>(source: TFrom): TTo;
|
|
2372
|
+
static AsPointer<T extends unknown>(value: T): ptr<void>;
|
|
2373
|
+
static AsRef<T extends unknown>(source: ptr<void>): T;
|
|
2374
|
+
static AsRef<T extends unknown>(source: T): T;
|
|
2375
|
+
static BitCast<TFrom extends unknown, TTo extends unknown>(source: TFrom): TTo;
|
|
2376
|
+
static ByteOffset<T extends unknown>(origin: T, target: T): nint;
|
|
2377
|
+
static Copy<T extends unknown>(destination: ptr<void>, source: T): void;
|
|
2378
|
+
static Copy<T extends unknown>(destination: T, source: ptr<void>): void;
|
|
2403
2379
|
static CopyBlock(destination: byte, source: byte, byteCount: uint): void;
|
|
2404
2380
|
static CopyBlock(destination: ptr<void>, source: ptr<void>, byteCount: uint): void;
|
|
2405
2381
|
static CopyBlockUnaligned(destination: byte, source: byte, byteCount: uint): void;
|
|
@@ -2408,27 +2384,27 @@ export abstract class Unsafe$instance {
|
|
|
2408
2384
|
static InitBlock(startAddress: ptr<void>, value: byte, byteCount: uint): void;
|
|
2409
2385
|
static InitBlockUnaligned(startAddress: byte, value: byte, byteCount: uint): void;
|
|
2410
2386
|
static InitBlockUnaligned(startAddress: ptr<void>, value: byte, byteCount: uint): void;
|
|
2411
|
-
static IsAddressGreaterThan<T>(left: T, right: T): boolean;
|
|
2412
|
-
static IsAddressGreaterThanOrEqualTo<T>(left: T, right: T): boolean;
|
|
2413
|
-
static IsAddressLessThan<T>(left: T, right: T): boolean;
|
|
2414
|
-
static IsAddressLessThanOrEqualTo<T>(left: T, right: T): boolean;
|
|
2415
|
-
static IsNullRef<T>(source: T): boolean;
|
|
2416
|
-
static NullRef<T>(): T;
|
|
2417
|
-
static Read<T>(source: ptr<void>): T;
|
|
2418
|
-
static ReadUnaligned<T>(source: byte): T;
|
|
2419
|
-
static ReadUnaligned<T>(source: ptr<void>): T;
|
|
2420
|
-
static SizeOf<T>(): int;
|
|
2421
|
-
static SkipInit<T>(value: T): void;
|
|
2422
|
-
static Subtract<T>(source: ptr<void>, elementOffset: int): ptr<void>;
|
|
2423
|
-
static Subtract<T>(source: T, elementOffset: int): T;
|
|
2424
|
-
static Subtract<T>(source: T, elementOffset: nint): T;
|
|
2425
|
-
static Subtract<T>(source: T, elementOffset: nuint): T;
|
|
2426
|
-
static SubtractByteOffset<T>(source: T, byteOffset: nint): T;
|
|
2427
|
-
static SubtractByteOffset<T>(source: T, byteOffset: nuint): T;
|
|
2428
|
-
static Unbox<T extends unknown
|
|
2429
|
-
static Write<T>(destination: ptr<void>, value: T): void;
|
|
2430
|
-
static WriteUnaligned<T>(destination: byte, value: T): void;
|
|
2431
|
-
static WriteUnaligned<T>(destination: ptr<void>, value: T): void;
|
|
2387
|
+
static IsAddressGreaterThan<T extends unknown>(left: T, right: T): boolean;
|
|
2388
|
+
static IsAddressGreaterThanOrEqualTo<T extends unknown>(left: T, right: T): boolean;
|
|
2389
|
+
static IsAddressLessThan<T extends unknown>(left: T, right: T): boolean;
|
|
2390
|
+
static IsAddressLessThanOrEqualTo<T extends unknown>(left: T, right: T): boolean;
|
|
2391
|
+
static IsNullRef<T extends unknown>(source: T): boolean;
|
|
2392
|
+
static NullRef<T extends unknown>(): T;
|
|
2393
|
+
static Read<T extends unknown>(source: ptr<void>): T;
|
|
2394
|
+
static ReadUnaligned<T extends unknown>(source: byte): T;
|
|
2395
|
+
static ReadUnaligned<T extends unknown>(source: ptr<void>): T;
|
|
2396
|
+
static SizeOf<T extends unknown>(): int;
|
|
2397
|
+
static SkipInit<T extends unknown>(value: T): void;
|
|
2398
|
+
static Subtract<T extends unknown>(source: ptr<void>, elementOffset: int): ptr<void>;
|
|
2399
|
+
static Subtract<T extends unknown>(source: T, elementOffset: int): T;
|
|
2400
|
+
static Subtract<T extends unknown>(source: T, elementOffset: nint): T;
|
|
2401
|
+
static Subtract<T extends unknown>(source: T, elementOffset: nuint): T;
|
|
2402
|
+
static SubtractByteOffset<T extends unknown>(source: T, byteOffset: nint): T;
|
|
2403
|
+
static SubtractByteOffset<T extends unknown>(source: T, byteOffset: nuint): T;
|
|
2404
|
+
static Unbox<T extends NonNullable<unknown>>(box: unknown): T;
|
|
2405
|
+
static Write<T extends unknown>(destination: ptr<void>, value: T): void;
|
|
2406
|
+
static WriteUnaligned<T extends unknown>(destination: byte, value: T): void;
|
|
2407
|
+
static WriteUnaligned<T extends unknown>(destination: ptr<void>, value: T): void;
|
|
2432
2408
|
}
|
|
2433
2409
|
|
|
2434
2410
|
|