@tsonic/dotnet 10.0.41 → 10.0.42
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Internal/bindings.json +5 -5
- package/Internal/internal/index.d.ts +1 -1
- package/Internal.d.ts +4 -0
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +1 -1
- package/Microsoft.CSharp.RuntimeBinder.d.ts +4 -0
- package/Microsoft.VisualBasic/bindings.json +13 -13
- package/Microsoft.VisualBasic/internal/index.d.ts +51 -51
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +116 -116
- package/Microsoft.VisualBasic.CompilerServices.d.ts +4 -0
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +2 -2
- package/Microsoft.VisualBasic.FileIO.d.ts +4 -0
- package/Microsoft.VisualBasic.d.ts +4 -0
- package/Microsoft.Win32/internal/index.d.ts +9 -9
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +1 -1
- package/Microsoft.Win32.SafeHandles.d.ts +4 -0
- package/Microsoft.Win32.d.ts +4 -0
- package/README.md +8 -1
- package/System/bindings.json +204 -124
- package/System/internal/index.d.ts +1041 -1026
- package/System.Buffers/internal/index.d.ts +51 -51
- package/System.Buffers.Binary/internal/index.d.ts +1 -1
- package/System.Buffers.Binary.d.ts +4 -0
- package/System.Buffers.Text/internal/index.d.ts +1 -1
- package/System.Buffers.Text.d.ts +4 -0
- package/System.Buffers.d.ts +10 -6
- package/System.CodeDom.Compiler/internal/index.d.ts +14 -14
- package/System.CodeDom.Compiler.d.ts +4 -0
- package/System.Collections/bindings.json +300 -300
- package/System.Collections/internal/index.d.ts +113 -113
- package/System.Collections.Concurrent/bindings.json +93 -93
- package/System.Collections.Concurrent/internal/index.d.ts +65 -65
- package/System.Collections.Concurrent.d.ts +7 -3
- package/System.Collections.Frozen/bindings.json +90 -50
- package/System.Collections.Frozen/internal/index.d.ts +35 -33
- package/System.Collections.Frozen.d.ts +6 -2
- package/System.Collections.Generic/bindings.json +932 -612
- package/System.Collections.Generic/internal/index.d.ts +303 -287
- package/System.Collections.Generic.d.ts +19 -15
- package/System.Collections.Immutable/bindings.json +189 -189
- package/System.Collections.Immutable/internal/index.d.ts +235 -234
- package/System.Collections.Immutable.d.ts +21 -17
- package/System.Collections.ObjectModel/bindings.json +229 -229
- package/System.Collections.ObjectModel/internal/index.d.ts +41 -41
- package/System.Collections.ObjectModel.d.ts +6 -2
- package/System.Collections.Specialized/bindings.json +79 -79
- package/System.Collections.Specialized/internal/index.d.ts +46 -46
- package/System.Collections.Specialized.d.ts +4 -0
- package/System.Collections.d.ts +4 -0
- package/System.ComponentModel/bindings.json +108 -108
- package/System.ComponentModel/internal/index.d.ts +368 -363
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +78 -78
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +1 -1
- package/System.ComponentModel.DataAnnotations.Schema.d.ts +4 -0
- package/System.ComponentModel.DataAnnotations.d.ts +4 -0
- package/System.ComponentModel.Design/bindings.json +18 -18
- package/System.ComponentModel.Design/internal/index.d.ts +47 -47
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +38 -38
- package/System.ComponentModel.Design.Serialization.d.ts +4 -0
- package/System.ComponentModel.Design.d.ts +4 -0
- package/System.ComponentModel.d.ts +4 -0
- package/System.Configuration.Assemblies/internal/index.d.ts +1 -1
- package/System.Configuration.Assemblies.d.ts +4 -0
- package/System.Data/bindings.json +124 -124
- package/System.Data/internal/index.d.ts +156 -156
- package/System.Data.Common/bindings.json +68 -68
- package/System.Data.Common/internal/index.d.ts +42 -42
- package/System.Data.Common.d.ts +4 -0
- package/System.Data.SqlTypes/internal/index.d.ts +40 -40
- package/System.Data.SqlTypes.d.ts +4 -0
- package/System.Data.d.ts +8 -4
- package/System.Diagnostics/bindings.json +251 -231
- package/System.Diagnostics/internal/index.d.ts +167 -154
- package/System.Diagnostics.CodeAnalysis/bindings.json +121 -121
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +7 -7
- package/System.Diagnostics.CodeAnalysis.d.ts +4 -0
- package/System.Diagnostics.Contracts/bindings.json +62 -62
- package/System.Diagnostics.Contracts/internal/index.d.ts +9 -9
- package/System.Diagnostics.Contracts.d.ts +4 -0
- package/System.Diagnostics.Metrics/internal/index.d.ts +86 -86
- package/System.Diagnostics.Metrics.d.ts +7 -3
- package/System.Diagnostics.SymbolStore/bindings.json +2 -2
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +3 -3
- package/System.Diagnostics.SymbolStore.d.ts +4 -0
- package/System.Diagnostics.Tracing/bindings.json +212 -212
- package/System.Diagnostics.Tracing/internal/index.d.ts +7 -7
- package/System.Diagnostics.Tracing.d.ts +4 -0
- package/System.Diagnostics.d.ts +5 -1
- package/System.Drawing/internal/index.d.ts +48 -48
- package/System.Drawing.d.ts +4 -0
- package/System.Dynamic/bindings.json +13 -13
- package/System.Dynamic/internal/index.d.ts +36 -35
- package/System.Dynamic.d.ts +4 -0
- package/System.Formats.Asn1/internal/index.d.ts +11 -11
- package/System.Formats.Asn1.d.ts +4 -0
- package/System.Formats.Tar/internal/index.d.ts +1 -1
- package/System.Formats.Tar.d.ts +4 -0
- package/System.Globalization/bindings.json +3 -3
- package/System.Globalization/internal/index.d.ts +19 -19
- package/System.Globalization.d.ts +4 -0
- package/System.IO/bindings.json +957 -957
- package/System.IO/internal/index.d.ts +55 -55
- package/System.IO.Compression/internal/index.d.ts +13 -13
- package/System.IO.Compression.d.ts +4 -0
- package/System.IO.Enumeration/bindings.json +47 -47
- package/System.IO.Enumeration/internal/index.d.ts +11 -11
- package/System.IO.Enumeration.d.ts +4 -0
- package/System.IO.IsolatedStorage/internal/index.d.ts +10 -10
- package/System.IO.IsolatedStorage.d.ts +4 -0
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +1 -1
- package/System.IO.MemoryMappedFiles.d.ts +4 -0
- package/System.IO.Pipelines/internal/index.d.ts +4 -4
- package/System.IO.Pipelines.d.ts +4 -0
- package/System.IO.Pipes/internal/index.d.ts +4 -4
- package/System.IO.Pipes.d.ts +4 -0
- package/System.IO.d.ts +4 -0
- package/System.Linq/bindings.json +22 -22
- package/System.Linq/internal/index.d.ts +703 -701
- package/System.Linq.Expressions/internal/index.d.ts +67 -41
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +3 -3
- package/System.Linq.Expressions.Interpreter.d.ts +4 -0
- package/System.Linq.Expressions.d.ts +6 -2
- package/System.Linq.d.ts +18 -14
- package/System.Net/bindings.json +27 -27
- package/System.Net/internal/index.d.ts +53 -53
- package/System.Net.Cache/internal/index.d.ts +1 -1
- package/System.Net.Cache.d.ts +4 -0
- package/System.Net.Http/bindings.json +22 -22
- package/System.Net.Http/internal/index.d.ts +16 -16
- package/System.Net.Http.Headers/bindings.json +66 -26
- package/System.Net.Http.Headers/internal/index.d.ts +26 -24
- package/System.Net.Http.Headers.d.ts +4 -0
- package/System.Net.Http.Json/internal/index.d.ts +63 -63
- package/System.Net.Http.Json.d.ts +4 -0
- package/System.Net.Http.Metrics/internal/index.d.ts +2 -2
- package/System.Net.Http.Metrics.d.ts +4 -0
- package/System.Net.Http.d.ts +5 -1
- package/System.Net.Mail/bindings.json +96 -96
- package/System.Net.Mail/internal/index.d.ts +8 -8
- package/System.Net.Mail.d.ts +4 -0
- package/System.Net.Mime/internal/index.d.ts +3 -3
- package/System.Net.Mime.d.ts +4 -0
- package/System.Net.NetworkInformation/bindings.json +40 -40
- package/System.Net.NetworkInformation/internal/index.d.ts +15 -15
- package/System.Net.NetworkInformation.d.ts +4 -0
- package/System.Net.Quic/internal/index.d.ts +4 -4
- package/System.Net.Quic.d.ts +4 -0
- package/System.Net.Security/internal/index.d.ts +29 -29
- package/System.Net.Security.d.ts +4 -0
- package/System.Net.ServerSentEvents/internal/index.d.ts +9 -9
- package/System.Net.ServerSentEvents.d.ts +7 -3
- package/System.Net.Sockets/internal/index.d.ts +42 -42
- package/System.Net.Sockets.d.ts +4 -0
- package/System.Net.WebSockets/bindings.json +101 -101
- package/System.Net.WebSockets/internal/index.d.ts +5 -5
- package/System.Net.WebSockets.d.ts +4 -0
- package/System.Net.d.ts +4 -0
- package/System.Numerics/bindings.json +3 -3
- package/System.Numerics/internal/index.d.ts +218 -218
- package/System.Numerics.d.ts +38 -34
- package/System.Reflection/bindings.json +870 -870
- package/System.Reflection/internal/index.d.ts +107 -107
- package/System.Reflection.Emit/bindings.json +754 -754
- package/System.Reflection.Emit/internal/index.d.ts +27 -25
- package/System.Reflection.Emit.d.ts +4 -0
- package/System.Reflection.Metadata/bindings.json +607 -87
- package/System.Reflection.Metadata/internal/index.d.ts +144 -118
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +9 -9
- package/System.Reflection.Metadata.Ecma335.d.ts +4 -0
- package/System.Reflection.Metadata.d.ts +9 -5
- package/System.Reflection.PortableExecutable/internal/index.d.ts +2 -2
- package/System.Reflection.PortableExecutable.d.ts +4 -0
- package/System.Reflection.d.ts +4 -0
- package/System.Resources/bindings.json +3 -3
- package/System.Resources/internal/index.d.ts +7 -7
- package/System.Resources.d.ts +4 -0
- package/System.Runtime/bindings.json +9 -9
- package/System.Runtime/internal/index.d.ts +7 -7
- package/System.Runtime.CompilerServices/bindings.json +383 -383
- package/System.Runtime.CompilerServices/internal/index.d.ts +226 -226
- package/System.Runtime.CompilerServices.d.ts +20 -16
- package/System.Runtime.ConstrainedExecution/bindings.json +9 -9
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +1 -1
- package/System.Runtime.ConstrainedExecution.d.ts +4 -0
- package/System.Runtime.ExceptionServices/bindings.json +9 -9
- package/System.Runtime.ExceptionServices/internal/index.d.ts +2 -2
- package/System.Runtime.ExceptionServices.d.ts +4 -0
- package/System.Runtime.InteropServices/bindings.json +559 -559
- package/System.Runtime.InteropServices/internal/index.d.ts +182 -182
- package/System.Runtime.InteropServices.ComTypes/bindings.json +349 -349
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +19 -19
- package/System.Runtime.InteropServices.ComTypes.d.ts +4 -0
- package/System.Runtime.InteropServices.Java/bindings.json +12 -12
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +2 -2
- package/System.Runtime.InteropServices.Java.d.ts +4 -0
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +38 -38
- package/System.Runtime.InteropServices.JavaScript.d.ts +6 -2
- package/System.Runtime.InteropServices.Marshalling/bindings.json +117 -117
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +81 -81
- package/System.Runtime.InteropServices.Marshalling.d.ts +4 -0
- package/System.Runtime.InteropServices.ObjectiveC/bindings.json +15 -15
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +2 -2
- package/System.Runtime.InteropServices.ObjectiveC.d.ts +4 -0
- package/System.Runtime.InteropServices.Swift/bindings.json +4 -4
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +4 -4
- package/System.Runtime.InteropServices.Swift.d.ts +6 -2
- package/System.Runtime.InteropServices.d.ts +6 -2
- package/System.Runtime.Intrinsics/internal/index.d.ts +514 -514
- package/System.Runtime.Intrinsics.Arm/bindings.json +31 -31
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +1 -1
- package/System.Runtime.Intrinsics.Arm.d.ts +4 -0
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +1 -1
- package/System.Runtime.Intrinsics.Wasm.d.ts +4 -0
- package/System.Runtime.Intrinsics.X86/bindings.json +38 -38
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +1 -1
- package/System.Runtime.Intrinsics.X86.d.ts +4 -0
- package/System.Runtime.Intrinsics.d.ts +12 -8
- package/System.Runtime.Loader/internal/index.d.ts +1 -1
- package/System.Runtime.Loader.d.ts +4 -0
- package/System.Runtime.Remoting/internal/index.d.ts +3 -3
- package/System.Runtime.Remoting.d.ts +4 -0
- package/System.Runtime.Serialization/bindings.json +13 -13
- package/System.Runtime.Serialization/internal/index.d.ts +102 -102
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +4 -4
- package/System.Runtime.Serialization.DataContracts.d.ts +4 -0
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +1 -1
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +3 -3
- package/System.Runtime.Serialization.Formatters.Binary.d.ts +4 -0
- package/System.Runtime.Serialization.Formatters.d.ts +4 -0
- package/System.Runtime.Serialization.Json/internal/index.d.ts +13 -13
- package/System.Runtime.Serialization.Json.d.ts +4 -0
- package/System.Runtime.Serialization.d.ts +4 -0
- package/System.Runtime.Versioning/bindings.json +13 -13
- package/System.Runtime.Versioning/internal/index.d.ts +2 -2
- package/System.Runtime.Versioning.d.ts +4 -0
- package/System.Runtime.d.ts +4 -0
- package/System.Security/bindings.json +5 -5
- package/System.Security/internal/index.d.ts +10 -10
- package/System.Security.AccessControl/bindings.json +33 -33
- package/System.Security.AccessControl/internal/index.d.ts +21 -21
- package/System.Security.AccessControl.d.ts +10 -6
- package/System.Security.Authentication/internal/index.d.ts +1 -1
- package/System.Security.Authentication.ExtendedProtection/bindings.json +5 -5
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +3 -3
- package/System.Security.Authentication.ExtendedProtection.d.ts +4 -0
- package/System.Security.Authentication.d.ts +4 -0
- package/System.Security.Claims/internal/index.d.ts +3 -3
- package/System.Security.Claims.d.ts +4 -0
- package/System.Security.Cryptography/bindings.json +40 -40
- package/System.Security.Cryptography/internal/index.d.ts +28 -27
- package/System.Security.Cryptography.X509Certificates/bindings.json +312 -312
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +10 -10
- package/System.Security.Cryptography.X509Certificates.d.ts +4 -0
- package/System.Security.Cryptography.d.ts +4 -0
- package/System.Security.Permissions/internal/index.d.ts +1 -1
- package/System.Security.Permissions.d.ts +4 -0
- package/System.Security.Policy/bindings.json +5 -5
- package/System.Security.Policy/internal/index.d.ts +9 -9
- package/System.Security.Policy.d.ts +4 -0
- package/System.Security.Principal/bindings.json +8 -8
- package/System.Security.Principal/internal/index.d.ts +8 -8
- package/System.Security.Principal.d.ts +4 -0
- package/System.Security.d.ts +4 -0
- package/System.Text/bindings.json +20 -20
- package/System.Text/internal/index.d.ts +48 -48
- package/System.Text.Encodings.Web/internal/index.d.ts +1 -1
- package/System.Text.Encodings.Web.d.ts +4 -0
- package/System.Text.Json/internal/index.d.ts +109 -109
- package/System.Text.Json.Nodes/bindings.json +27 -27
- package/System.Text.Json.Nodes/internal/index.d.ts +8 -8
- package/System.Text.Json.Nodes.d.ts +4 -0
- package/System.Text.Json.Schema/internal/index.d.ts +1 -1
- package/System.Text.Json.Schema.d.ts +4 -0
- package/System.Text.Json.Serialization/internal/index.d.ts +18 -18
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +67 -67
- package/System.Text.Json.Serialization.Metadata.d.ts +6 -2
- package/System.Text.Json.Serialization.d.ts +10 -6
- package/System.Text.Json.d.ts +4 -0
- package/System.Text.RegularExpressions/bindings.json +158 -118
- package/System.Text.RegularExpressions/internal/index.d.ts +9 -7
- package/System.Text.RegularExpressions.d.ts +4 -0
- package/System.Text.Unicode/internal/index.d.ts +6 -6
- package/System.Text.Unicode.d.ts +4 -0
- package/System.Text.d.ts +4 -0
- package/System.Threading/bindings.json +19 -19
- package/System.Threading/internal/index.d.ts +97 -97
- package/System.Threading.Channels/internal/index.d.ts +23 -23
- package/System.Threading.Channels.d.ts +8 -4
- package/System.Threading.Tasks/bindings.json +138 -38
- package/System.Threading.Tasks/internal/index.d.ts +229 -227
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +95 -95
- package/System.Threading.Tasks.Dataflow.d.ts +18 -14
- package/System.Threading.Tasks.Sources/bindings.json +9 -9
- package/System.Threading.Tasks.Sources/internal/index.d.ts +9 -9
- package/System.Threading.Tasks.Sources.d.ts +6 -2
- package/System.Threading.Tasks.d.ts +12 -8
- package/System.Threading.d.ts +4 -0
- package/System.Timers/internal/index.d.ts +2 -2
- package/System.Timers.d.ts +4 -0
- package/System.Transactions/internal/index.d.ts +6 -6
- package/System.Transactions.d.ts +4 -0
- package/System.Web/internal/index.d.ts +2 -2
- package/System.Web.d.ts +4 -0
- package/System.Windows.Input/internal/index.d.ts +3 -3
- package/System.Windows.Input.d.ts +4 -0
- package/System.Windows.Markup/internal/index.d.ts +1 -1
- package/System.Windows.Markup.d.ts +4 -0
- package/System.Xml/bindings.json +27 -27
- package/System.Xml/internal/index.d.ts +29 -29
- package/System.Xml.Linq/bindings.json +6 -6
- package/System.Xml.Linq/internal/index.d.ts +49 -49
- package/System.Xml.Linq.d.ts +4 -0
- package/System.Xml.Resolvers/internal/index.d.ts +3 -3
- package/System.Xml.Resolvers.d.ts +4 -0
- package/System.Xml.Schema/bindings.json +24 -24
- package/System.Xml.Schema/internal/index.d.ts +24 -24
- package/System.Xml.Schema.d.ts +4 -0
- package/System.Xml.Serialization/bindings.json +57 -57
- package/System.Xml.Serialization/internal/index.d.ts +49 -49
- package/System.Xml.Serialization.d.ts +4 -0
- package/System.Xml.XPath/bindings.json +1 -1
- package/System.Xml.XPath/internal/index.d.ts +18 -18
- package/System.Xml.XPath.d.ts +4 -0
- package/System.Xml.Xsl/bindings.json +1 -1
- package/System.Xml.Xsl/internal/index.d.ts +12 -12
- package/System.Xml.Xsl.Runtime/bindings.json +70 -70
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +21 -21
- package/System.Xml.Xsl.Runtime.d.ts +4 -0
- package/System.Xml.Xsl.d.ts +4 -0
- package/System.Xml.d.ts +4 -0
- package/System.d.ts +126 -122
- package/__internal/extensions/index.d.ts +1288 -1293
- package/package.json +2 -2
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
// Assembly: System.Private.CoreLib, System.Reflection.Metadata
|
|
4
4
|
|
|
5
5
|
// Core type aliases from @tsonic/core
|
|
6
|
-
import type {
|
|
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
8
|
|
|
9
9
|
// Import types from other namespaces
|
|
@@ -501,7 +501,7 @@ export enum StandaloneSignatureKind {
|
|
|
501
501
|
}
|
|
502
502
|
|
|
503
503
|
|
|
504
|
-
export interface IConstructedTypeProvider_1$instance<TType> extends ISZArrayTypeProvider_1<TType> {
|
|
504
|
+
export interface IConstructedTypeProvider_1$instance<TType extends unknown> extends ISZArrayTypeProvider_1<TType> {
|
|
505
505
|
readonly __tsonic_iface_System_Reflection_Metadata_IConstructedTypeProvider_1: never;
|
|
506
506
|
|
|
507
507
|
GetArrayType(elementType: TType, shape: ArrayShape): TType;
|
|
@@ -511,11 +511,11 @@ export interface IConstructedTypeProvider_1$instance<TType> extends ISZArrayType
|
|
|
511
511
|
}
|
|
512
512
|
|
|
513
513
|
|
|
514
|
-
export interface IConstructedTypeProvider_1$instance<TType> extends ISZArrayTypeProvider_1$instance<TType> {}
|
|
514
|
+
export interface IConstructedTypeProvider_1$instance<TType extends unknown> extends ISZArrayTypeProvider_1$instance<TType> {}
|
|
515
515
|
|
|
516
|
-
export type IConstructedTypeProvider_1<TType> = IConstructedTypeProvider_1$instance<TType>;
|
|
516
|
+
export type IConstructedTypeProvider_1<TType extends unknown> = IConstructedTypeProvider_1$instance<TType>;
|
|
517
517
|
|
|
518
|
-
export interface ICustomAttributeTypeProvider_1$instance<TType> extends ISimpleTypeProvider_1<TType>, ISZArrayTypeProvider_1<TType> {
|
|
518
|
+
export interface ICustomAttributeTypeProvider_1$instance<TType extends unknown> extends ISimpleTypeProvider_1<TType>, ISZArrayTypeProvider_1<TType> {
|
|
519
519
|
readonly __tsonic_iface_System_Reflection_Metadata_ICustomAttributeTypeProvider_1: never;
|
|
520
520
|
|
|
521
521
|
GetPrimitiveType(typeCode: PrimitiveTypeCode): TType;
|
|
@@ -529,11 +529,11 @@ export interface ICustomAttributeTypeProvider_1$instance<TType> extends ISimpleT
|
|
|
529
529
|
}
|
|
530
530
|
|
|
531
531
|
|
|
532
|
-
export interface ICustomAttributeTypeProvider_1$instance<TType> extends ISimpleTypeProvider_1$instance<TType>, ISZArrayTypeProvider_1$instance<TType> {}
|
|
532
|
+
export interface ICustomAttributeTypeProvider_1$instance<TType extends unknown> extends ISimpleTypeProvider_1$instance<TType>, ISZArrayTypeProvider_1$instance<TType> {}
|
|
533
533
|
|
|
534
|
-
export type ICustomAttributeTypeProvider_1<TType> = ICustomAttributeTypeProvider_1$instance<TType>;
|
|
534
|
+
export type ICustomAttributeTypeProvider_1<TType extends unknown> = ICustomAttributeTypeProvider_1$instance<TType>;
|
|
535
535
|
|
|
536
|
-
export interface ISignatureTypeProvider_2$instance<TType, TGenericContext> extends ISimpleTypeProvider_1<TType>, IConstructedTypeProvider_1<TType>, ISZArrayTypeProvider_1<TType> {
|
|
536
|
+
export interface ISignatureTypeProvider_2$instance<TType extends unknown, TGenericContext extends unknown> extends ISimpleTypeProvider_1<TType>, IConstructedTypeProvider_1<TType>, ISZArrayTypeProvider_1<TType> {
|
|
537
537
|
readonly __tsonic_iface_System_Reflection_Metadata_ISignatureTypeProvider_2: never;
|
|
538
538
|
|
|
539
539
|
GetArrayType(elementType: TType, shape: ArrayShape): TType;
|
|
@@ -551,11 +551,11 @@ export interface ISignatureTypeProvider_2$instance<TType, TGenericContext> exten
|
|
|
551
551
|
}
|
|
552
552
|
|
|
553
553
|
|
|
554
|
-
export interface ISignatureTypeProvider_2$instance<TType, TGenericContext> extends IConstructedTypeProvider_1$instance<TType>, ISimpleTypeProvider_1$instance<TType> {}
|
|
554
|
+
export interface ISignatureTypeProvider_2$instance<TType extends unknown, TGenericContext extends unknown> extends IConstructedTypeProvider_1$instance<TType>, ISimpleTypeProvider_1$instance<TType> {}
|
|
555
555
|
|
|
556
|
-
export type ISignatureTypeProvider_2<TType, TGenericContext> = ISignatureTypeProvider_2$instance<TType, TGenericContext>;
|
|
556
|
+
export type ISignatureTypeProvider_2<TType extends unknown, TGenericContext extends unknown> = ISignatureTypeProvider_2$instance<TType, TGenericContext>;
|
|
557
557
|
|
|
558
|
-
export interface ISimpleTypeProvider_1$instance<TType> {
|
|
558
|
+
export interface ISimpleTypeProvider_1$instance<TType extends unknown> {
|
|
559
559
|
readonly __tsonic_iface_System_Reflection_Metadata_ISimpleTypeProvider_1: never;
|
|
560
560
|
|
|
561
561
|
GetPrimitiveType(typeCode: PrimitiveTypeCode): TType;
|
|
@@ -564,16 +564,16 @@ export interface ISimpleTypeProvider_1$instance<TType> {
|
|
|
564
564
|
}
|
|
565
565
|
|
|
566
566
|
|
|
567
|
-
export type ISimpleTypeProvider_1<TType> = ISimpleTypeProvider_1$instance<TType>;
|
|
567
|
+
export type ISimpleTypeProvider_1<TType extends unknown> = ISimpleTypeProvider_1$instance<TType>;
|
|
568
568
|
|
|
569
|
-
export interface ISZArrayTypeProvider_1$instance<TType> {
|
|
569
|
+
export interface ISZArrayTypeProvider_1$instance<TType extends unknown> {
|
|
570
570
|
readonly __tsonic_iface_System_Reflection_Metadata_ISZArrayTypeProvider_1: never;
|
|
571
571
|
|
|
572
572
|
GetSZArrayType(elementType: TType): TType;
|
|
573
573
|
}
|
|
574
574
|
|
|
575
575
|
|
|
576
|
-
export type ISZArrayTypeProvider_1<TType> = ISZArrayTypeProvider_1$instance<TType>;
|
|
576
|
+
export type ISZArrayTypeProvider_1<TType extends unknown> = ISZArrayTypeProvider_1$instance<TType>;
|
|
577
577
|
|
|
578
578
|
export interface ArrayShape$instance {
|
|
579
579
|
readonly __tsonic_type_System_Reflection_Metadata_ArrayShape: never;
|
|
@@ -620,7 +620,7 @@ export interface AssemblyDefinitionHandle$instance {
|
|
|
620
620
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
621
621
|
|
|
622
622
|
readonly IsNil: boolean;
|
|
623
|
-
Equals(obj:
|
|
623
|
+
Equals(obj: unknown | null): boolean;
|
|
624
624
|
Equals(other: AssemblyDefinitionHandle): boolean;
|
|
625
625
|
GetHashCode(): int;
|
|
626
626
|
}
|
|
@@ -664,7 +664,7 @@ export interface AssemblyFileHandle$instance {
|
|
|
664
664
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
665
665
|
|
|
666
666
|
readonly IsNil: boolean;
|
|
667
|
-
Equals(obj:
|
|
667
|
+
Equals(obj: unknown | null): boolean;
|
|
668
668
|
Equals(other: AssemblyFileHandle): boolean;
|
|
669
669
|
GetHashCode(): int;
|
|
670
670
|
}
|
|
@@ -711,7 +711,7 @@ export interface __AssemblyFileHandleCollection$views {
|
|
|
711
711
|
export type AssemblyFileHandleCollection = AssemblyFileHandleCollection$instance & __AssemblyFileHandleCollection$views;
|
|
712
712
|
|
|
713
713
|
|
|
714
|
-
export interface AssemblyFileHandleCollection_Enumerator$instance extends IEnumerator_1<AssemblyFileHandle
|
|
714
|
+
export interface AssemblyFileHandleCollection_Enumerator$instance extends IEnumerator_1<AssemblyFileHandle> {
|
|
715
715
|
readonly __tsonic_type_System_Reflection_Metadata_AssemblyFileHandleCollection_Enumerator: never;
|
|
716
716
|
|
|
717
717
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -720,6 +720,7 @@ export interface AssemblyFileHandleCollection_Enumerator$instance extends IEnume
|
|
|
720
720
|
|
|
721
721
|
readonly Current: AssemblyFileHandle;
|
|
722
722
|
MoveNext(): boolean;
|
|
723
|
+
Reset(): void;
|
|
723
724
|
}
|
|
724
725
|
|
|
725
726
|
|
|
@@ -758,7 +759,7 @@ export interface AssemblyReferenceHandle$instance {
|
|
|
758
759
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
759
760
|
|
|
760
761
|
readonly IsNil: boolean;
|
|
761
|
-
Equals(obj:
|
|
762
|
+
Equals(obj: unknown | null): boolean;
|
|
762
763
|
Equals(other: AssemblyReferenceHandle): boolean;
|
|
763
764
|
GetHashCode(): int;
|
|
764
765
|
}
|
|
@@ -805,7 +806,7 @@ export interface __AssemblyReferenceHandleCollection$views {
|
|
|
805
806
|
export type AssemblyReferenceHandleCollection = AssemblyReferenceHandleCollection$instance & __AssemblyReferenceHandleCollection$views;
|
|
806
807
|
|
|
807
808
|
|
|
808
|
-
export interface AssemblyReferenceHandleCollection_Enumerator$instance extends IEnumerator_1<AssemblyReferenceHandle
|
|
809
|
+
export interface AssemblyReferenceHandleCollection_Enumerator$instance extends IEnumerator_1<AssemblyReferenceHandle> {
|
|
809
810
|
readonly __tsonic_type_System_Reflection_Metadata_AssemblyReferenceHandleCollection_Enumerator: never;
|
|
810
811
|
|
|
811
812
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -814,6 +815,7 @@ export interface AssemblyReferenceHandleCollection_Enumerator$instance extends I
|
|
|
814
815
|
|
|
815
816
|
readonly Current: AssemblyReferenceHandle;
|
|
816
817
|
MoveNext(): boolean;
|
|
818
|
+
Reset(): void;
|
|
817
819
|
}
|
|
818
820
|
|
|
819
821
|
|
|
@@ -849,7 +851,7 @@ export interface BlobContentId$instance {
|
|
|
849
851
|
readonly IsDefault: boolean;
|
|
850
852
|
readonly Stamp: uint;
|
|
851
853
|
Equals(other: BlobContentId): boolean;
|
|
852
|
-
Equals(obj:
|
|
854
|
+
Equals(obj: unknown | null): boolean;
|
|
853
855
|
GetHashCode(): int;
|
|
854
856
|
}
|
|
855
857
|
|
|
@@ -880,7 +882,7 @@ export interface BlobHandle$instance {
|
|
|
880
882
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
881
883
|
|
|
882
884
|
readonly IsNil: boolean;
|
|
883
|
-
Equals(obj:
|
|
885
|
+
Equals(obj: unknown | null): boolean;
|
|
884
886
|
Equals(other: BlobHandle): boolean;
|
|
885
887
|
GetHashCode(): int;
|
|
886
888
|
}
|
|
@@ -919,7 +921,7 @@ export interface BlobReader$instance {
|
|
|
919
921
|
ReadChar(): char;
|
|
920
922
|
ReadCompressedInteger(): int;
|
|
921
923
|
ReadCompressedSignedInteger(): int;
|
|
922
|
-
ReadConstant(typeCode: ConstantTypeCode):
|
|
924
|
+
ReadConstant(typeCode: ConstantTypeCode): unknown | null;
|
|
923
925
|
ReadDateTime(): DateTime;
|
|
924
926
|
ReadDecimal(): decimal;
|
|
925
927
|
ReadDouble(): double;
|
|
@@ -979,7 +981,7 @@ export interface BlobWriter$instance {
|
|
|
979
981
|
WriteBytes(buffer: byte[], start: int, byteCount: int): void;
|
|
980
982
|
WriteCompressedInteger(value: int): void;
|
|
981
983
|
WriteCompressedSignedInteger(value: int): void;
|
|
982
|
-
WriteConstant(value:
|
|
984
|
+
WriteConstant(value: unknown | null): void;
|
|
983
985
|
WriteDateTime(value: DateTime): void;
|
|
984
986
|
WriteDecimal(value: decimal): void;
|
|
985
987
|
WriteDouble(value: double): void;
|
|
@@ -1037,7 +1039,7 @@ export interface ConstantHandle$instance {
|
|
|
1037
1039
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
1038
1040
|
|
|
1039
1041
|
readonly IsNil: boolean;
|
|
1040
|
-
Equals(obj:
|
|
1042
|
+
Equals(obj: unknown | null): boolean;
|
|
1041
1043
|
Equals(other: ConstantHandle): boolean;
|
|
1042
1044
|
GetHashCode(): int;
|
|
1043
1045
|
}
|
|
@@ -1064,7 +1066,7 @@ export interface CustomAttribute$instance {
|
|
|
1064
1066
|
readonly Constructor: EntityHandle;
|
|
1065
1067
|
readonly Parent: EntityHandle;
|
|
1066
1068
|
readonly Value: BlobHandle;
|
|
1067
|
-
DecodeValue<TType>(provider: ICustomAttributeTypeProvider_1<TType>): CustomAttributeValue_1<TType>;
|
|
1069
|
+
DecodeValue<TType extends unknown>(provider: ICustomAttributeTypeProvider_1<TType>): CustomAttributeValue_1<TType>;
|
|
1068
1070
|
}
|
|
1069
1071
|
|
|
1070
1072
|
|
|
@@ -1081,7 +1083,7 @@ export interface CustomAttributeHandle$instance {
|
|
|
1081
1083
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
1082
1084
|
|
|
1083
1085
|
readonly IsNil: boolean;
|
|
1084
|
-
Equals(obj:
|
|
1086
|
+
Equals(obj: unknown | null): boolean;
|
|
1085
1087
|
Equals(other: CustomAttributeHandle): boolean;
|
|
1086
1088
|
GetHashCode(): int;
|
|
1087
1089
|
}
|
|
@@ -1128,7 +1130,7 @@ export interface __CustomAttributeHandleCollection$views {
|
|
|
1128
1130
|
export type CustomAttributeHandleCollection = CustomAttributeHandleCollection$instance & __CustomAttributeHandleCollection$views;
|
|
1129
1131
|
|
|
1130
1132
|
|
|
1131
|
-
export interface CustomAttributeHandleCollection_Enumerator$instance extends IEnumerator_1<CustomAttributeHandle
|
|
1133
|
+
export interface CustomAttributeHandleCollection_Enumerator$instance extends IEnumerator_1<CustomAttributeHandle> {
|
|
1132
1134
|
readonly __tsonic_type_System_Reflection_Metadata_CustomAttributeHandleCollection_Enumerator: never;
|
|
1133
1135
|
|
|
1134
1136
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -1137,6 +1139,7 @@ export interface CustomAttributeHandleCollection_Enumerator$instance extends IEn
|
|
|
1137
1139
|
|
|
1138
1140
|
readonly Current: CustomAttributeHandle;
|
|
1139
1141
|
MoveNext(): boolean;
|
|
1142
|
+
Reset(): void;
|
|
1140
1143
|
}
|
|
1141
1144
|
|
|
1142
1145
|
|
|
@@ -1147,39 +1150,39 @@ export const CustomAttributeHandleCollection_Enumerator: {
|
|
|
1147
1150
|
|
|
1148
1151
|
export type CustomAttributeHandleCollection_Enumerator = CustomAttributeHandleCollection_Enumerator$instance;
|
|
1149
1152
|
|
|
1150
|
-
export interface CustomAttributeNamedArgument_1$instance<TType> {
|
|
1153
|
+
export interface CustomAttributeNamedArgument_1$instance<TType extends unknown> {
|
|
1151
1154
|
readonly __tsonic_type_System_Reflection_Metadata_CustomAttributeNamedArgument_1: never;
|
|
1152
1155
|
|
|
1153
1156
|
readonly Kind: CustomAttributeNamedArgumentKind;
|
|
1154
1157
|
readonly Name: string | null;
|
|
1155
1158
|
readonly Type: TType;
|
|
1156
|
-
readonly Value:
|
|
1159
|
+
readonly Value: unknown | null;
|
|
1157
1160
|
}
|
|
1158
1161
|
|
|
1159
1162
|
|
|
1160
1163
|
export const CustomAttributeNamedArgument_1: {
|
|
1161
|
-
new<TType>(name: string | null, kind: CustomAttributeNamedArgumentKind, type: TType, value:
|
|
1164
|
+
new<TType extends unknown>(name: string | null, kind: CustomAttributeNamedArgumentKind, type: TType, value: unknown | null): CustomAttributeNamedArgument_1<TType>;
|
|
1162
1165
|
};
|
|
1163
1166
|
|
|
1164
1167
|
|
|
1165
|
-
export type CustomAttributeNamedArgument_1<TType> = CustomAttributeNamedArgument_1$instance<TType>;
|
|
1168
|
+
export type CustomAttributeNamedArgument_1<TType extends unknown> = CustomAttributeNamedArgument_1$instance<TType>;
|
|
1166
1169
|
|
|
1167
|
-
export interface CustomAttributeTypedArgument_1$instance<TType> {
|
|
1170
|
+
export interface CustomAttributeTypedArgument_1$instance<TType extends unknown> {
|
|
1168
1171
|
readonly __tsonic_type_System_Reflection_Metadata_CustomAttributeTypedArgument_1: never;
|
|
1169
1172
|
|
|
1170
1173
|
readonly Type: TType;
|
|
1171
|
-
readonly Value:
|
|
1174
|
+
readonly Value: unknown | null;
|
|
1172
1175
|
}
|
|
1173
1176
|
|
|
1174
1177
|
|
|
1175
1178
|
export const CustomAttributeTypedArgument_1: {
|
|
1176
|
-
new<TType>(type: TType, value:
|
|
1179
|
+
new<TType extends unknown>(type: TType, value: unknown | null): CustomAttributeTypedArgument_1<TType>;
|
|
1177
1180
|
};
|
|
1178
1181
|
|
|
1179
1182
|
|
|
1180
|
-
export type CustomAttributeTypedArgument_1<TType> = CustomAttributeTypedArgument_1$instance<TType>;
|
|
1183
|
+
export type CustomAttributeTypedArgument_1<TType extends unknown> = CustomAttributeTypedArgument_1$instance<TType>;
|
|
1181
1184
|
|
|
1182
|
-
export interface CustomAttributeValue_1$instance<TType> {
|
|
1185
|
+
export interface CustomAttributeValue_1$instance<TType extends unknown> {
|
|
1183
1186
|
readonly __tsonic_type_System_Reflection_Metadata_CustomAttributeValue_1: never;
|
|
1184
1187
|
|
|
1185
1188
|
readonly FixedArguments: ImmutableArray_1<CustomAttributeTypedArgument_1<TType>>;
|
|
@@ -1188,11 +1191,11 @@ export interface CustomAttributeValue_1$instance<TType> {
|
|
|
1188
1191
|
|
|
1189
1192
|
|
|
1190
1193
|
export const CustomAttributeValue_1: {
|
|
1191
|
-
new<TType>(fixedArguments: ImmutableArray_1<CustomAttributeTypedArgument_1<TType>>, namedArguments: ImmutableArray_1<CustomAttributeNamedArgument_1<TType>>): CustomAttributeValue_1<TType>;
|
|
1194
|
+
new<TType extends unknown>(fixedArguments: ImmutableArray_1<CustomAttributeTypedArgument_1<TType>>, namedArguments: ImmutableArray_1<CustomAttributeNamedArgument_1<TType>>): CustomAttributeValue_1<TType>;
|
|
1192
1195
|
};
|
|
1193
1196
|
|
|
1194
1197
|
|
|
1195
|
-
export type CustomAttributeValue_1<TType> = CustomAttributeValue_1$instance<TType>;
|
|
1198
|
+
export type CustomAttributeValue_1<TType extends unknown> = CustomAttributeValue_1$instance<TType>;
|
|
1196
1199
|
|
|
1197
1200
|
export interface CustomDebugInformation$instance {
|
|
1198
1201
|
readonly __tsonic_type_System_Reflection_Metadata_CustomDebugInformation: never;
|
|
@@ -1216,7 +1219,7 @@ export interface CustomDebugInformationHandle$instance {
|
|
|
1216
1219
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
1217
1220
|
|
|
1218
1221
|
readonly IsNil: boolean;
|
|
1219
|
-
Equals(obj:
|
|
1222
|
+
Equals(obj: unknown | null): boolean;
|
|
1220
1223
|
Equals(other: CustomDebugInformationHandle): boolean;
|
|
1221
1224
|
GetHashCode(): int;
|
|
1222
1225
|
}
|
|
@@ -1263,7 +1266,7 @@ export interface __CustomDebugInformationHandleCollection$views {
|
|
|
1263
1266
|
export type CustomDebugInformationHandleCollection = CustomDebugInformationHandleCollection$instance & __CustomDebugInformationHandleCollection$views;
|
|
1264
1267
|
|
|
1265
1268
|
|
|
1266
|
-
export interface CustomDebugInformationHandleCollection_Enumerator$instance extends IEnumerator_1<CustomDebugInformationHandle
|
|
1269
|
+
export interface CustomDebugInformationHandleCollection_Enumerator$instance extends IEnumerator_1<CustomDebugInformationHandle> {
|
|
1267
1270
|
readonly __tsonic_type_System_Reflection_Metadata_CustomDebugInformationHandleCollection_Enumerator: never;
|
|
1268
1271
|
|
|
1269
1272
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -1272,6 +1275,7 @@ export interface CustomDebugInformationHandleCollection_Enumerator$instance exte
|
|
|
1272
1275
|
|
|
1273
1276
|
readonly Current: CustomDebugInformationHandle;
|
|
1274
1277
|
MoveNext(): boolean;
|
|
1278
|
+
Reset(): void;
|
|
1275
1279
|
}
|
|
1276
1280
|
|
|
1277
1281
|
|
|
@@ -1304,7 +1308,7 @@ export interface DeclarativeSecurityAttributeHandle$instance {
|
|
|
1304
1308
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
1305
1309
|
|
|
1306
1310
|
readonly IsNil: boolean;
|
|
1307
|
-
Equals(obj:
|
|
1311
|
+
Equals(obj: unknown | null): boolean;
|
|
1308
1312
|
Equals(other: DeclarativeSecurityAttributeHandle): boolean;
|
|
1309
1313
|
GetHashCode(): int;
|
|
1310
1314
|
}
|
|
@@ -1351,7 +1355,7 @@ export interface __DeclarativeSecurityAttributeHandleCollection$views {
|
|
|
1351
1355
|
export type DeclarativeSecurityAttributeHandleCollection = DeclarativeSecurityAttributeHandleCollection$instance & __DeclarativeSecurityAttributeHandleCollection$views;
|
|
1352
1356
|
|
|
1353
1357
|
|
|
1354
|
-
export interface DeclarativeSecurityAttributeHandleCollection_Enumerator$instance extends IEnumerator_1<DeclarativeSecurityAttributeHandle
|
|
1358
|
+
export interface DeclarativeSecurityAttributeHandleCollection_Enumerator$instance extends IEnumerator_1<DeclarativeSecurityAttributeHandle> {
|
|
1355
1359
|
readonly __tsonic_type_System_Reflection_Metadata_DeclarativeSecurityAttributeHandleCollection_Enumerator: never;
|
|
1356
1360
|
|
|
1357
1361
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -1360,6 +1364,7 @@ export interface DeclarativeSecurityAttributeHandleCollection_Enumerator$instanc
|
|
|
1360
1364
|
|
|
1361
1365
|
readonly Current: DeclarativeSecurityAttributeHandle;
|
|
1362
1366
|
MoveNext(): boolean;
|
|
1367
|
+
Reset(): void;
|
|
1363
1368
|
}
|
|
1364
1369
|
|
|
1365
1370
|
|
|
@@ -1393,7 +1398,7 @@ export interface DocumentHandle$instance {
|
|
|
1393
1398
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
1394
1399
|
|
|
1395
1400
|
readonly IsNil: boolean;
|
|
1396
|
-
Equals(obj:
|
|
1401
|
+
Equals(obj: unknown | null): boolean;
|
|
1397
1402
|
Equals(other: DocumentHandle): boolean;
|
|
1398
1403
|
GetHashCode(): int;
|
|
1399
1404
|
}
|
|
@@ -1440,7 +1445,7 @@ export interface __DocumentHandleCollection$views {
|
|
|
1440
1445
|
export type DocumentHandleCollection = DocumentHandleCollection$instance & __DocumentHandleCollection$views;
|
|
1441
1446
|
|
|
1442
1447
|
|
|
1443
|
-
export interface DocumentHandleCollection_Enumerator$instance extends IEnumerator_1<DocumentHandle
|
|
1448
|
+
export interface DocumentHandleCollection_Enumerator$instance extends IEnumerator_1<DocumentHandle> {
|
|
1444
1449
|
readonly __tsonic_type_System_Reflection_Metadata_DocumentHandleCollection_Enumerator: never;
|
|
1445
1450
|
|
|
1446
1451
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -1449,6 +1454,7 @@ export interface DocumentHandleCollection_Enumerator$instance extends IEnumerato
|
|
|
1449
1454
|
|
|
1450
1455
|
readonly Current: DocumentHandle;
|
|
1451
1456
|
MoveNext(): boolean;
|
|
1457
|
+
Reset(): void;
|
|
1452
1458
|
}
|
|
1453
1459
|
|
|
1454
1460
|
|
|
@@ -1465,7 +1471,7 @@ export interface DocumentNameBlobHandle$instance {
|
|
|
1465
1471
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
1466
1472
|
|
|
1467
1473
|
readonly IsNil: boolean;
|
|
1468
|
-
Equals(obj:
|
|
1474
|
+
Equals(obj: unknown | null): boolean;
|
|
1469
1475
|
Equals(other: DocumentNameBlobHandle): boolean;
|
|
1470
1476
|
GetHashCode(): int;
|
|
1471
1477
|
}
|
|
@@ -1493,7 +1499,7 @@ export interface EntityHandle$instance {
|
|
|
1493
1499
|
|
|
1494
1500
|
readonly IsNil: boolean;
|
|
1495
1501
|
readonly Kind: HandleKind;
|
|
1496
|
-
Equals(obj:
|
|
1502
|
+
Equals(obj: unknown | null): boolean;
|
|
1497
1503
|
Equals(other: EntityHandle): boolean;
|
|
1498
1504
|
GetHashCode(): int;
|
|
1499
1505
|
}
|
|
@@ -1558,7 +1564,7 @@ export interface EventDefinitionHandle$instance {
|
|
|
1558
1564
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
1559
1565
|
|
|
1560
1566
|
readonly IsNil: boolean;
|
|
1561
|
-
Equals(obj:
|
|
1567
|
+
Equals(obj: unknown | null): boolean;
|
|
1562
1568
|
Equals(other: EventDefinitionHandle): boolean;
|
|
1563
1569
|
GetHashCode(): int;
|
|
1564
1570
|
}
|
|
@@ -1605,7 +1611,7 @@ export interface __EventDefinitionHandleCollection$views {
|
|
|
1605
1611
|
export type EventDefinitionHandleCollection = EventDefinitionHandleCollection$instance & __EventDefinitionHandleCollection$views;
|
|
1606
1612
|
|
|
1607
1613
|
|
|
1608
|
-
export interface EventDefinitionHandleCollection_Enumerator$instance extends IEnumerator_1<EventDefinitionHandle
|
|
1614
|
+
export interface EventDefinitionHandleCollection_Enumerator$instance extends IEnumerator_1<EventDefinitionHandle> {
|
|
1609
1615
|
readonly __tsonic_type_System_Reflection_Metadata_EventDefinitionHandleCollection_Enumerator: never;
|
|
1610
1616
|
|
|
1611
1617
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -1614,6 +1620,7 @@ export interface EventDefinitionHandleCollection_Enumerator$instance extends IEn
|
|
|
1614
1620
|
|
|
1615
1621
|
readonly Current: EventDefinitionHandle;
|
|
1616
1622
|
MoveNext(): boolean;
|
|
1623
|
+
Reset(): void;
|
|
1617
1624
|
}
|
|
1618
1625
|
|
|
1619
1626
|
|
|
@@ -1670,7 +1677,7 @@ export interface ExportedTypeHandle$instance {
|
|
|
1670
1677
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
1671
1678
|
|
|
1672
1679
|
readonly IsNil: boolean;
|
|
1673
|
-
Equals(obj:
|
|
1680
|
+
Equals(obj: unknown | null): boolean;
|
|
1674
1681
|
Equals(other: ExportedTypeHandle): boolean;
|
|
1675
1682
|
GetHashCode(): int;
|
|
1676
1683
|
}
|
|
@@ -1717,7 +1724,7 @@ export interface __ExportedTypeHandleCollection$views {
|
|
|
1717
1724
|
export type ExportedTypeHandleCollection = ExportedTypeHandleCollection$instance & __ExportedTypeHandleCollection$views;
|
|
1718
1725
|
|
|
1719
1726
|
|
|
1720
|
-
export interface ExportedTypeHandleCollection_Enumerator$instance extends IEnumerator_1<ExportedTypeHandle
|
|
1727
|
+
export interface ExportedTypeHandleCollection_Enumerator$instance extends IEnumerator_1<ExportedTypeHandle> {
|
|
1721
1728
|
readonly __tsonic_type_System_Reflection_Metadata_ExportedTypeHandleCollection_Enumerator: never;
|
|
1722
1729
|
|
|
1723
1730
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -1726,6 +1733,7 @@ export interface ExportedTypeHandleCollection_Enumerator$instance extends IEnume
|
|
|
1726
1733
|
|
|
1727
1734
|
readonly Current: ExportedTypeHandle;
|
|
1728
1735
|
MoveNext(): boolean;
|
|
1736
|
+
Reset(): void;
|
|
1729
1737
|
}
|
|
1730
1738
|
|
|
1731
1739
|
|
|
@@ -1742,7 +1750,7 @@ export interface FieldDefinition$instance {
|
|
|
1742
1750
|
readonly Attributes: FieldAttributes;
|
|
1743
1751
|
readonly Name: StringHandle;
|
|
1744
1752
|
readonly Signature: BlobHandle;
|
|
1745
|
-
DecodeSignature<TType, TGenericContext>(provider: ISignatureTypeProvider_2<TType, TGenericContext>, genericContext: TGenericContext): TType;
|
|
1753
|
+
DecodeSignature<TType extends unknown, TGenericContext extends unknown>(provider: ISignatureTypeProvider_2<TType, TGenericContext>, genericContext: TGenericContext): TType;
|
|
1746
1754
|
GetCustomAttributes(): CustomAttributeHandleCollection;
|
|
1747
1755
|
GetDeclaringType(): TypeDefinitionHandle;
|
|
1748
1756
|
GetDefaultValue(): ConstantHandle;
|
|
@@ -1765,7 +1773,7 @@ export interface FieldDefinitionHandle$instance {
|
|
|
1765
1773
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
1766
1774
|
|
|
1767
1775
|
readonly IsNil: boolean;
|
|
1768
|
-
Equals(obj:
|
|
1776
|
+
Equals(obj: unknown | null): boolean;
|
|
1769
1777
|
Equals(other: FieldDefinitionHandle): boolean;
|
|
1770
1778
|
GetHashCode(): int;
|
|
1771
1779
|
}
|
|
@@ -1812,7 +1820,7 @@ export interface __FieldDefinitionHandleCollection$views {
|
|
|
1812
1820
|
export type FieldDefinitionHandleCollection = FieldDefinitionHandleCollection$instance & __FieldDefinitionHandleCollection$views;
|
|
1813
1821
|
|
|
1814
1822
|
|
|
1815
|
-
export interface FieldDefinitionHandleCollection_Enumerator$instance extends IEnumerator_1<FieldDefinitionHandle
|
|
1823
|
+
export interface FieldDefinitionHandleCollection_Enumerator$instance extends IEnumerator_1<FieldDefinitionHandle> {
|
|
1816
1824
|
readonly __tsonic_type_System_Reflection_Metadata_FieldDefinitionHandleCollection_Enumerator: never;
|
|
1817
1825
|
|
|
1818
1826
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -1821,6 +1829,7 @@ export interface FieldDefinitionHandleCollection_Enumerator$instance extends IEn
|
|
|
1821
1829
|
|
|
1822
1830
|
readonly Current: FieldDefinitionHandle;
|
|
1823
1831
|
MoveNext(): boolean;
|
|
1832
|
+
Reset(): void;
|
|
1824
1833
|
}
|
|
1825
1834
|
|
|
1826
1835
|
|
|
@@ -1872,7 +1881,7 @@ export interface GenericParameterConstraintHandle$instance {
|
|
|
1872
1881
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
1873
1882
|
|
|
1874
1883
|
readonly IsNil: boolean;
|
|
1875
|
-
Equals(obj:
|
|
1884
|
+
Equals(obj: unknown | null): boolean;
|
|
1876
1885
|
Equals(other: GenericParameterConstraintHandle): boolean;
|
|
1877
1886
|
GetHashCode(): int;
|
|
1878
1887
|
}
|
|
@@ -1920,7 +1929,7 @@ export interface __GenericParameterConstraintHandleCollection$views {
|
|
|
1920
1929
|
export type GenericParameterConstraintHandleCollection = GenericParameterConstraintHandleCollection$instance & __GenericParameterConstraintHandleCollection$views & { readonly [index: number]: GenericParameterConstraintHandle; };
|
|
1921
1930
|
|
|
1922
1931
|
|
|
1923
|
-
export interface GenericParameterConstraintHandleCollection_Enumerator$instance extends IEnumerator_1<GenericParameterConstraintHandle
|
|
1932
|
+
export interface GenericParameterConstraintHandleCollection_Enumerator$instance extends IEnumerator_1<GenericParameterConstraintHandle> {
|
|
1924
1933
|
readonly __tsonic_type_System_Reflection_Metadata_GenericParameterConstraintHandleCollection_Enumerator: never;
|
|
1925
1934
|
|
|
1926
1935
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -1929,6 +1938,7 @@ export interface GenericParameterConstraintHandleCollection_Enumerator$instance
|
|
|
1929
1938
|
|
|
1930
1939
|
readonly Current: GenericParameterConstraintHandle;
|
|
1931
1940
|
MoveNext(): boolean;
|
|
1941
|
+
Reset(): void;
|
|
1932
1942
|
}
|
|
1933
1943
|
|
|
1934
1944
|
|
|
@@ -1945,7 +1955,7 @@ export interface GenericParameterHandle$instance {
|
|
|
1945
1955
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
1946
1956
|
|
|
1947
1957
|
readonly IsNil: boolean;
|
|
1948
|
-
Equals(obj:
|
|
1958
|
+
Equals(obj: unknown | null): boolean;
|
|
1949
1959
|
Equals(other: GenericParameterHandle): boolean;
|
|
1950
1960
|
GetHashCode(): int;
|
|
1951
1961
|
}
|
|
@@ -1993,7 +2003,7 @@ export interface __GenericParameterHandleCollection$views {
|
|
|
1993
2003
|
export type GenericParameterHandleCollection = GenericParameterHandleCollection$instance & __GenericParameterHandleCollection$views & { readonly [index: number]: GenericParameterHandle; };
|
|
1994
2004
|
|
|
1995
2005
|
|
|
1996
|
-
export interface GenericParameterHandleCollection_Enumerator$instance extends IEnumerator_1<GenericParameterHandle
|
|
2006
|
+
export interface GenericParameterHandleCollection_Enumerator$instance extends IEnumerator_1<GenericParameterHandle> {
|
|
1997
2007
|
readonly __tsonic_type_System_Reflection_Metadata_GenericParameterHandleCollection_Enumerator: never;
|
|
1998
2008
|
|
|
1999
2009
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -2002,6 +2012,7 @@ export interface GenericParameterHandleCollection_Enumerator$instance extends IE
|
|
|
2002
2012
|
|
|
2003
2013
|
readonly Current: GenericParameterHandle;
|
|
2004
2014
|
MoveNext(): boolean;
|
|
2015
|
+
Reset(): void;
|
|
2005
2016
|
}
|
|
2006
2017
|
|
|
2007
2018
|
|
|
@@ -2018,7 +2029,7 @@ export interface GuidHandle$instance {
|
|
|
2018
2029
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
2019
2030
|
|
|
2020
2031
|
readonly IsNil: boolean;
|
|
2021
|
-
Equals(obj:
|
|
2032
|
+
Equals(obj: unknown | null): boolean;
|
|
2022
2033
|
Equals(other: GuidHandle): boolean;
|
|
2023
2034
|
GetHashCode(): int;
|
|
2024
2035
|
}
|
|
@@ -2046,7 +2057,7 @@ export interface Handle$instance {
|
|
|
2046
2057
|
|
|
2047
2058
|
readonly IsNil: boolean;
|
|
2048
2059
|
readonly Kind: HandleKind;
|
|
2049
|
-
Equals(obj:
|
|
2060
|
+
Equals(obj: unknown | null): boolean;
|
|
2050
2061
|
Equals(other: Handle): boolean;
|
|
2051
2062
|
GetHashCode(): int;
|
|
2052
2063
|
}
|
|
@@ -2110,7 +2121,7 @@ export interface __ImportDefinitionCollection$views {
|
|
|
2110
2121
|
export type ImportDefinitionCollection = ImportDefinitionCollection$instance & __ImportDefinitionCollection$views;
|
|
2111
2122
|
|
|
2112
2123
|
|
|
2113
|
-
export interface ImportDefinitionCollection_Enumerator$instance extends IEnumerator_1<ImportDefinition
|
|
2124
|
+
export interface ImportDefinitionCollection_Enumerator$instance extends IEnumerator_1<ImportDefinition> {
|
|
2114
2125
|
readonly __tsonic_type_System_Reflection_Metadata_ImportDefinitionCollection_Enumerator: never;
|
|
2115
2126
|
|
|
2116
2127
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -2172,7 +2183,7 @@ export interface __ImportScopeCollection$views {
|
|
|
2172
2183
|
export type ImportScopeCollection = ImportScopeCollection$instance & __ImportScopeCollection$views;
|
|
2173
2184
|
|
|
2174
2185
|
|
|
2175
|
-
export interface ImportScopeCollection_Enumerator$instance extends IEnumerator_1<ImportScopeHandle
|
|
2186
|
+
export interface ImportScopeCollection_Enumerator$instance extends IEnumerator_1<ImportScopeHandle> {
|
|
2176
2187
|
readonly __tsonic_type_System_Reflection_Metadata_ImportScopeCollection_Enumerator: never;
|
|
2177
2188
|
|
|
2178
2189
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -2181,6 +2192,7 @@ export interface ImportScopeCollection_Enumerator$instance extends IEnumerator_1
|
|
|
2181
2192
|
|
|
2182
2193
|
readonly Current: ImportScopeHandle;
|
|
2183
2194
|
MoveNext(): boolean;
|
|
2195
|
+
Reset(): void;
|
|
2184
2196
|
}
|
|
2185
2197
|
|
|
2186
2198
|
|
|
@@ -2197,7 +2209,7 @@ export interface ImportScopeHandle$instance {
|
|
|
2197
2209
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
2198
2210
|
|
|
2199
2211
|
readonly IsNil: boolean;
|
|
2200
|
-
Equals(obj:
|
|
2212
|
+
Equals(obj: unknown | null): boolean;
|
|
2201
2213
|
Equals(other: ImportScopeHandle): boolean;
|
|
2202
2214
|
GetHashCode(): int;
|
|
2203
2215
|
}
|
|
@@ -2239,7 +2251,7 @@ export interface InterfaceImplementationHandle$instance {
|
|
|
2239
2251
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
2240
2252
|
|
|
2241
2253
|
readonly IsNil: boolean;
|
|
2242
|
-
Equals(obj:
|
|
2254
|
+
Equals(obj: unknown | null): boolean;
|
|
2243
2255
|
Equals(other: InterfaceImplementationHandle): boolean;
|
|
2244
2256
|
GetHashCode(): int;
|
|
2245
2257
|
}
|
|
@@ -2286,7 +2298,7 @@ export interface __InterfaceImplementationHandleCollection$views {
|
|
|
2286
2298
|
export type InterfaceImplementationHandleCollection = InterfaceImplementationHandleCollection$instance & __InterfaceImplementationHandleCollection$views;
|
|
2287
2299
|
|
|
2288
2300
|
|
|
2289
|
-
export interface InterfaceImplementationHandleCollection_Enumerator$instance extends IEnumerator_1<InterfaceImplementationHandle
|
|
2301
|
+
export interface InterfaceImplementationHandleCollection_Enumerator$instance extends IEnumerator_1<InterfaceImplementationHandle> {
|
|
2290
2302
|
readonly __tsonic_type_System_Reflection_Metadata_InterfaceImplementationHandleCollection_Enumerator: never;
|
|
2291
2303
|
|
|
2292
2304
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -2295,6 +2307,7 @@ export interface InterfaceImplementationHandleCollection_Enumerator$instance ext
|
|
|
2295
2307
|
|
|
2296
2308
|
readonly Current: InterfaceImplementationHandle;
|
|
2297
2309
|
MoveNext(): boolean;
|
|
2310
|
+
Reset(): void;
|
|
2298
2311
|
}
|
|
2299
2312
|
|
|
2300
2313
|
|
|
@@ -2326,7 +2339,7 @@ export interface LocalConstantHandle$instance {
|
|
|
2326
2339
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
2327
2340
|
|
|
2328
2341
|
readonly IsNil: boolean;
|
|
2329
|
-
Equals(obj:
|
|
2342
|
+
Equals(obj: unknown | null): boolean;
|
|
2330
2343
|
Equals(other: LocalConstantHandle): boolean;
|
|
2331
2344
|
GetHashCode(): int;
|
|
2332
2345
|
}
|
|
@@ -2373,7 +2386,7 @@ export interface __LocalConstantHandleCollection$views {
|
|
|
2373
2386
|
export type LocalConstantHandleCollection = LocalConstantHandleCollection$instance & __LocalConstantHandleCollection$views;
|
|
2374
2387
|
|
|
2375
2388
|
|
|
2376
|
-
export interface LocalConstantHandleCollection_Enumerator$instance extends IEnumerator_1<LocalConstantHandle
|
|
2389
|
+
export interface LocalConstantHandleCollection_Enumerator$instance extends IEnumerator_1<LocalConstantHandle> {
|
|
2377
2390
|
readonly __tsonic_type_System_Reflection_Metadata_LocalConstantHandleCollection_Enumerator: never;
|
|
2378
2391
|
|
|
2379
2392
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -2382,6 +2395,7 @@ export interface LocalConstantHandleCollection_Enumerator$instance extends IEnum
|
|
|
2382
2395
|
|
|
2383
2396
|
readonly Current: LocalConstantHandle;
|
|
2384
2397
|
MoveNext(): boolean;
|
|
2398
|
+
Reset(): void;
|
|
2385
2399
|
}
|
|
2386
2400
|
|
|
2387
2401
|
|
|
@@ -2419,7 +2433,7 @@ export interface LocalScopeHandle$instance {
|
|
|
2419
2433
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
2420
2434
|
|
|
2421
2435
|
readonly IsNil: boolean;
|
|
2422
|
-
Equals(obj:
|
|
2436
|
+
Equals(obj: unknown | null): boolean;
|
|
2423
2437
|
Equals(other: LocalScopeHandle): boolean;
|
|
2424
2438
|
GetHashCode(): int;
|
|
2425
2439
|
}
|
|
@@ -2466,7 +2480,7 @@ export interface __LocalScopeHandleCollection$views {
|
|
|
2466
2480
|
export type LocalScopeHandleCollection = LocalScopeHandleCollection$instance & __LocalScopeHandleCollection$views;
|
|
2467
2481
|
|
|
2468
2482
|
|
|
2469
|
-
export interface LocalScopeHandleCollection_ChildrenEnumerator$instance extends IEnumerator_1<LocalScopeHandle
|
|
2483
|
+
export interface LocalScopeHandleCollection_ChildrenEnumerator$instance extends IEnumerator_1<LocalScopeHandle> {
|
|
2470
2484
|
readonly __tsonic_type_System_Reflection_Metadata_LocalScopeHandleCollection_ChildrenEnumerator: never;
|
|
2471
2485
|
|
|
2472
2486
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -2475,6 +2489,7 @@ export interface LocalScopeHandleCollection_ChildrenEnumerator$instance extends
|
|
|
2475
2489
|
|
|
2476
2490
|
readonly Current: LocalScopeHandle;
|
|
2477
2491
|
MoveNext(): boolean;
|
|
2492
|
+
Reset(): void;
|
|
2478
2493
|
}
|
|
2479
2494
|
|
|
2480
2495
|
|
|
@@ -2485,7 +2500,7 @@ export const LocalScopeHandleCollection_ChildrenEnumerator: {
|
|
|
2485
2500
|
|
|
2486
2501
|
export type LocalScopeHandleCollection_ChildrenEnumerator = LocalScopeHandleCollection_ChildrenEnumerator$instance;
|
|
2487
2502
|
|
|
2488
|
-
export interface LocalScopeHandleCollection_Enumerator$instance extends IEnumerator_1<LocalScopeHandle
|
|
2503
|
+
export interface LocalScopeHandleCollection_Enumerator$instance extends IEnumerator_1<LocalScopeHandle> {
|
|
2489
2504
|
readonly __tsonic_type_System_Reflection_Metadata_LocalScopeHandleCollection_Enumerator: never;
|
|
2490
2505
|
|
|
2491
2506
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -2494,6 +2509,7 @@ export interface LocalScopeHandleCollection_Enumerator$instance extends IEnumera
|
|
|
2494
2509
|
|
|
2495
2510
|
readonly Current: LocalScopeHandle;
|
|
2496
2511
|
MoveNext(): boolean;
|
|
2512
|
+
Reset(): void;
|
|
2497
2513
|
}
|
|
2498
2514
|
|
|
2499
2515
|
|
|
@@ -2526,7 +2542,7 @@ export interface LocalVariableHandle$instance {
|
|
|
2526
2542
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
2527
2543
|
|
|
2528
2544
|
readonly IsNil: boolean;
|
|
2529
|
-
Equals(obj:
|
|
2545
|
+
Equals(obj: unknown | null): boolean;
|
|
2530
2546
|
Equals(other: LocalVariableHandle): boolean;
|
|
2531
2547
|
GetHashCode(): int;
|
|
2532
2548
|
}
|
|
@@ -2573,7 +2589,7 @@ export interface __LocalVariableHandleCollection$views {
|
|
|
2573
2589
|
export type LocalVariableHandleCollection = LocalVariableHandleCollection$instance & __LocalVariableHandleCollection$views;
|
|
2574
2590
|
|
|
2575
2591
|
|
|
2576
|
-
export interface LocalVariableHandleCollection_Enumerator$instance extends IEnumerator_1<LocalVariableHandle
|
|
2592
|
+
export interface LocalVariableHandleCollection_Enumerator$instance extends IEnumerator_1<LocalVariableHandle> {
|
|
2577
2593
|
readonly __tsonic_type_System_Reflection_Metadata_LocalVariableHandleCollection_Enumerator: never;
|
|
2578
2594
|
|
|
2579
2595
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -2582,6 +2598,7 @@ export interface LocalVariableHandleCollection_Enumerator$instance extends IEnum
|
|
|
2582
2598
|
|
|
2583
2599
|
readonly Current: LocalVariableHandle;
|
|
2584
2600
|
MoveNext(): boolean;
|
|
2601
|
+
Reset(): void;
|
|
2585
2602
|
}
|
|
2586
2603
|
|
|
2587
2604
|
|
|
@@ -2616,7 +2633,7 @@ export interface ManifestResourceHandle$instance {
|
|
|
2616
2633
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
2617
2634
|
|
|
2618
2635
|
readonly IsNil: boolean;
|
|
2619
|
-
Equals(obj:
|
|
2636
|
+
Equals(obj: unknown | null): boolean;
|
|
2620
2637
|
Equals(other: ManifestResourceHandle): boolean;
|
|
2621
2638
|
GetHashCode(): int;
|
|
2622
2639
|
}
|
|
@@ -2663,7 +2680,7 @@ export interface __ManifestResourceHandleCollection$views {
|
|
|
2663
2680
|
export type ManifestResourceHandleCollection = ManifestResourceHandleCollection$instance & __ManifestResourceHandleCollection$views;
|
|
2664
2681
|
|
|
2665
2682
|
|
|
2666
|
-
export interface ManifestResourceHandleCollection_Enumerator$instance extends IEnumerator_1<ManifestResourceHandle
|
|
2683
|
+
export interface ManifestResourceHandleCollection_Enumerator$instance extends IEnumerator_1<ManifestResourceHandle> {
|
|
2667
2684
|
readonly __tsonic_type_System_Reflection_Metadata_ManifestResourceHandleCollection_Enumerator: never;
|
|
2668
2685
|
|
|
2669
2686
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -2672,6 +2689,7 @@ export interface ManifestResourceHandleCollection_Enumerator$instance extends IE
|
|
|
2672
2689
|
|
|
2673
2690
|
readonly Current: ManifestResourceHandle;
|
|
2674
2691
|
MoveNext(): boolean;
|
|
2692
|
+
Reset(): void;
|
|
2675
2693
|
}
|
|
2676
2694
|
|
|
2677
2695
|
|
|
@@ -2688,8 +2706,8 @@ export interface MemberReference$instance {
|
|
|
2688
2706
|
readonly Name: StringHandle;
|
|
2689
2707
|
readonly Parent: EntityHandle;
|
|
2690
2708
|
readonly Signature: BlobHandle;
|
|
2691
|
-
DecodeFieldSignature<TType, TGenericContext>(provider: ISignatureTypeProvider_2<TType, TGenericContext>, genericContext: TGenericContext): TType;
|
|
2692
|
-
DecodeMethodSignature<TType, TGenericContext>(provider: ISignatureTypeProvider_2<TType, TGenericContext>, genericContext: TGenericContext): MethodSignature_1<TType>;
|
|
2709
|
+
DecodeFieldSignature<TType extends unknown, TGenericContext extends unknown>(provider: ISignatureTypeProvider_2<TType, TGenericContext>, genericContext: TGenericContext): TType;
|
|
2710
|
+
DecodeMethodSignature<TType extends unknown, TGenericContext extends unknown>(provider: ISignatureTypeProvider_2<TType, TGenericContext>, genericContext: TGenericContext): MethodSignature_1<TType>;
|
|
2693
2711
|
GetCustomAttributes(): CustomAttributeHandleCollection;
|
|
2694
2712
|
GetKind(): MemberReferenceKind;
|
|
2695
2713
|
}
|
|
@@ -2708,7 +2726,7 @@ export interface MemberReferenceHandle$instance {
|
|
|
2708
2726
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
2709
2727
|
|
|
2710
2728
|
readonly IsNil: boolean;
|
|
2711
|
-
Equals(obj:
|
|
2729
|
+
Equals(obj: unknown | null): boolean;
|
|
2712
2730
|
Equals(other: MemberReferenceHandle): boolean;
|
|
2713
2731
|
GetHashCode(): int;
|
|
2714
2732
|
}
|
|
@@ -2755,7 +2773,7 @@ export interface __MemberReferenceHandleCollection$views {
|
|
|
2755
2773
|
export type MemberReferenceHandleCollection = MemberReferenceHandleCollection$instance & __MemberReferenceHandleCollection$views;
|
|
2756
2774
|
|
|
2757
2775
|
|
|
2758
|
-
export interface MemberReferenceHandleCollection_Enumerator$instance extends IEnumerator_1<MemberReferenceHandle
|
|
2776
|
+
export interface MemberReferenceHandleCollection_Enumerator$instance extends IEnumerator_1<MemberReferenceHandle> {
|
|
2759
2777
|
readonly __tsonic_type_System_Reflection_Metadata_MemberReferenceHandleCollection_Enumerator: never;
|
|
2760
2778
|
|
|
2761
2779
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -2764,6 +2782,7 @@ export interface MemberReferenceHandleCollection_Enumerator$instance extends IEn
|
|
|
2764
2782
|
|
|
2765
2783
|
readonly Current: MemberReferenceHandle;
|
|
2766
2784
|
MoveNext(): boolean;
|
|
2785
|
+
Reset(): void;
|
|
2767
2786
|
}
|
|
2768
2787
|
|
|
2769
2788
|
|
|
@@ -2783,7 +2802,7 @@ export interface MetadataStringComparer$instance {
|
|
|
2783
2802
|
Equals(handle: NamespaceDefinitionHandle, value: string, ignoreCase: boolean): boolean;
|
|
2784
2803
|
Equals(handle: DocumentNameBlobHandle, value: string): boolean;
|
|
2785
2804
|
Equals(handle: DocumentNameBlobHandle, value: string, ignoreCase: boolean): boolean;
|
|
2786
|
-
Equals(obj:
|
|
2805
|
+
Equals(obj: unknown | null): boolean;
|
|
2787
2806
|
StartsWith(handle: StringHandle, value: string): boolean;
|
|
2788
2807
|
StartsWith(handle: StringHandle, value: string, ignoreCase: boolean): boolean;
|
|
2789
2808
|
}
|
|
@@ -2820,7 +2839,7 @@ export interface MethodDebugInformationHandle$instance {
|
|
|
2820
2839
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
2821
2840
|
|
|
2822
2841
|
readonly IsNil: boolean;
|
|
2823
|
-
Equals(obj:
|
|
2842
|
+
Equals(obj: unknown | null): boolean;
|
|
2824
2843
|
Equals(other: MethodDebugInformationHandle): boolean;
|
|
2825
2844
|
GetHashCode(): int;
|
|
2826
2845
|
ToDefinitionHandle(): MethodDefinitionHandle;
|
|
@@ -2868,7 +2887,7 @@ export interface __MethodDebugInformationHandleCollection$views {
|
|
|
2868
2887
|
export type MethodDebugInformationHandleCollection = MethodDebugInformationHandleCollection$instance & __MethodDebugInformationHandleCollection$views;
|
|
2869
2888
|
|
|
2870
2889
|
|
|
2871
|
-
export interface MethodDebugInformationHandleCollection_Enumerator$instance extends IEnumerator_1<MethodDebugInformationHandle
|
|
2890
|
+
export interface MethodDebugInformationHandleCollection_Enumerator$instance extends IEnumerator_1<MethodDebugInformationHandle> {
|
|
2872
2891
|
readonly __tsonic_type_System_Reflection_Metadata_MethodDebugInformationHandleCollection_Enumerator: never;
|
|
2873
2892
|
|
|
2874
2893
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -2877,6 +2896,7 @@ export interface MethodDebugInformationHandleCollection_Enumerator$instance exte
|
|
|
2877
2896
|
|
|
2878
2897
|
readonly Current: MethodDebugInformationHandle;
|
|
2879
2898
|
MoveNext(): boolean;
|
|
2899
|
+
Reset(): void;
|
|
2880
2900
|
}
|
|
2881
2901
|
|
|
2882
2902
|
|
|
@@ -2895,7 +2915,7 @@ export interface MethodDefinition$instance {
|
|
|
2895
2915
|
readonly Name: StringHandle;
|
|
2896
2916
|
readonly RelativeVirtualAddress: int;
|
|
2897
2917
|
readonly Signature: BlobHandle;
|
|
2898
|
-
DecodeSignature<TType, TGenericContext>(provider: ISignatureTypeProvider_2<TType, TGenericContext>, genericContext: TGenericContext): MethodSignature_1<TType>;
|
|
2918
|
+
DecodeSignature<TType extends unknown, TGenericContext extends unknown>(provider: ISignatureTypeProvider_2<TType, TGenericContext>, genericContext: TGenericContext): MethodSignature_1<TType>;
|
|
2899
2919
|
GetCustomAttributes(): CustomAttributeHandleCollection;
|
|
2900
2920
|
GetDeclarativeSecurityAttributes(): DeclarativeSecurityAttributeHandleCollection;
|
|
2901
2921
|
GetDeclaringType(): TypeDefinitionHandle;
|
|
@@ -2918,7 +2938,7 @@ export interface MethodDefinitionHandle$instance {
|
|
|
2918
2938
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
2919
2939
|
|
|
2920
2940
|
readonly IsNil: boolean;
|
|
2921
|
-
Equals(obj:
|
|
2941
|
+
Equals(obj: unknown | null): boolean;
|
|
2922
2942
|
Equals(other: MethodDefinitionHandle): boolean;
|
|
2923
2943
|
GetHashCode(): int;
|
|
2924
2944
|
ToDebugInformationHandle(): MethodDebugInformationHandle;
|
|
@@ -2966,7 +2986,7 @@ export interface __MethodDefinitionHandleCollection$views {
|
|
|
2966
2986
|
export type MethodDefinitionHandleCollection = MethodDefinitionHandleCollection$instance & __MethodDefinitionHandleCollection$views;
|
|
2967
2987
|
|
|
2968
2988
|
|
|
2969
|
-
export interface MethodDefinitionHandleCollection_Enumerator$instance extends IEnumerator_1<MethodDefinitionHandle
|
|
2989
|
+
export interface MethodDefinitionHandleCollection_Enumerator$instance extends IEnumerator_1<MethodDefinitionHandle> {
|
|
2970
2990
|
readonly __tsonic_type_System_Reflection_Metadata_MethodDefinitionHandleCollection_Enumerator: never;
|
|
2971
2991
|
|
|
2972
2992
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -2975,6 +2995,7 @@ export interface MethodDefinitionHandleCollection_Enumerator$instance extends IE
|
|
|
2975
2995
|
|
|
2976
2996
|
readonly Current: MethodDefinitionHandle;
|
|
2977
2997
|
MoveNext(): boolean;
|
|
2998
|
+
Reset(): void;
|
|
2978
2999
|
}
|
|
2979
3000
|
|
|
2980
3001
|
|
|
@@ -3008,7 +3029,7 @@ export interface MethodImplementationHandle$instance {
|
|
|
3008
3029
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
3009
3030
|
|
|
3010
3031
|
readonly IsNil: boolean;
|
|
3011
|
-
Equals(obj:
|
|
3032
|
+
Equals(obj: unknown | null): boolean;
|
|
3012
3033
|
Equals(other: MethodImplementationHandle): boolean;
|
|
3013
3034
|
GetHashCode(): int;
|
|
3014
3035
|
}
|
|
@@ -3055,7 +3076,7 @@ export interface __MethodImplementationHandleCollection$views {
|
|
|
3055
3076
|
export type MethodImplementationHandleCollection = MethodImplementationHandleCollection$instance & __MethodImplementationHandleCollection$views;
|
|
3056
3077
|
|
|
3057
3078
|
|
|
3058
|
-
export interface MethodImplementationHandleCollection_Enumerator$instance extends IEnumerator_1<MethodImplementationHandle
|
|
3079
|
+
export interface MethodImplementationHandleCollection_Enumerator$instance extends IEnumerator_1<MethodImplementationHandle> {
|
|
3059
3080
|
readonly __tsonic_type_System_Reflection_Metadata_MethodImplementationHandleCollection_Enumerator: never;
|
|
3060
3081
|
|
|
3061
3082
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -3064,6 +3085,7 @@ export interface MethodImplementationHandleCollection_Enumerator$instance extend
|
|
|
3064
3085
|
|
|
3065
3086
|
readonly Current: MethodImplementationHandle;
|
|
3066
3087
|
MoveNext(): boolean;
|
|
3088
|
+
Reset(): void;
|
|
3067
3089
|
}
|
|
3068
3090
|
|
|
3069
3091
|
|
|
@@ -3090,7 +3112,7 @@ export const MethodImport: {
|
|
|
3090
3112
|
|
|
3091
3113
|
export type MethodImport = MethodImport$instance;
|
|
3092
3114
|
|
|
3093
|
-
export interface MethodSignature_1$instance<TType> {
|
|
3115
|
+
export interface MethodSignature_1$instance<TType extends unknown> {
|
|
3094
3116
|
readonly __tsonic_type_System_Reflection_Metadata_MethodSignature_1: never;
|
|
3095
3117
|
|
|
3096
3118
|
readonly GenericParameterCount: int;
|
|
@@ -3102,18 +3124,18 @@ export interface MethodSignature_1$instance<TType> {
|
|
|
3102
3124
|
|
|
3103
3125
|
|
|
3104
3126
|
export const MethodSignature_1: {
|
|
3105
|
-
new<TType>(header: SignatureHeader, returnType: TType, requiredParameterCount: int, genericParameterCount: int, parameterTypes: ImmutableArray_1<TType>): MethodSignature_1<TType>;
|
|
3127
|
+
new<TType extends unknown>(header: SignatureHeader, returnType: TType, requiredParameterCount: int, genericParameterCount: int, parameterTypes: ImmutableArray_1<TType>): MethodSignature_1<TType>;
|
|
3106
3128
|
};
|
|
3107
3129
|
|
|
3108
3130
|
|
|
3109
|
-
export type MethodSignature_1<TType> = MethodSignature_1$instance<TType>;
|
|
3131
|
+
export type MethodSignature_1<TType extends unknown> = MethodSignature_1$instance<TType>;
|
|
3110
3132
|
|
|
3111
3133
|
export interface MethodSpecification$instance {
|
|
3112
3134
|
readonly __tsonic_type_System_Reflection_Metadata_MethodSpecification: never;
|
|
3113
3135
|
|
|
3114
3136
|
readonly Method: EntityHandle;
|
|
3115
3137
|
readonly Signature: BlobHandle;
|
|
3116
|
-
DecodeSignature<TType, TGenericContext>(provider: ISignatureTypeProvider_2<TType, TGenericContext>, genericContext: TGenericContext): ImmutableArray_1<TType>;
|
|
3138
|
+
DecodeSignature<TType extends unknown, TGenericContext extends unknown>(provider: ISignatureTypeProvider_2<TType, TGenericContext>, genericContext: TGenericContext): ImmutableArray_1<TType>;
|
|
3117
3139
|
GetCustomAttributes(): CustomAttributeHandleCollection;
|
|
3118
3140
|
}
|
|
3119
3141
|
|
|
@@ -3131,7 +3153,7 @@ export interface MethodSpecificationHandle$instance {
|
|
|
3131
3153
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
3132
3154
|
|
|
3133
3155
|
readonly IsNil: boolean;
|
|
3134
|
-
Equals(obj:
|
|
3156
|
+
Equals(obj: unknown | null): boolean;
|
|
3135
3157
|
Equals(other: MethodSpecificationHandle): boolean;
|
|
3136
3158
|
GetHashCode(): int;
|
|
3137
3159
|
}
|
|
@@ -3177,7 +3199,7 @@ export interface ModuleDefinitionHandle$instance {
|
|
|
3177
3199
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
3178
3200
|
|
|
3179
3201
|
readonly IsNil: boolean;
|
|
3180
|
-
Equals(obj:
|
|
3202
|
+
Equals(obj: unknown | null): boolean;
|
|
3181
3203
|
Equals(other: ModuleDefinitionHandle): boolean;
|
|
3182
3204
|
GetHashCode(): int;
|
|
3183
3205
|
}
|
|
@@ -3219,7 +3241,7 @@ export interface ModuleReferenceHandle$instance {
|
|
|
3219
3241
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
3220
3242
|
|
|
3221
3243
|
readonly IsNil: boolean;
|
|
3222
|
-
Equals(obj:
|
|
3244
|
+
Equals(obj: unknown | null): boolean;
|
|
3223
3245
|
Equals(other: ModuleReferenceHandle): boolean;
|
|
3224
3246
|
GetHashCode(): int;
|
|
3225
3247
|
}
|
|
@@ -3264,7 +3286,7 @@ export interface NamespaceDefinitionHandle$instance {
|
|
|
3264
3286
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
3265
3287
|
|
|
3266
3288
|
readonly IsNil: boolean;
|
|
3267
|
-
Equals(obj:
|
|
3289
|
+
Equals(obj: unknown | null): boolean;
|
|
3268
3290
|
Equals(other: NamespaceDefinitionHandle): boolean;
|
|
3269
3291
|
GetHashCode(): int;
|
|
3270
3292
|
}
|
|
@@ -3310,7 +3332,7 @@ export interface ParameterHandle$instance {
|
|
|
3310
3332
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
3311
3333
|
|
|
3312
3334
|
readonly IsNil: boolean;
|
|
3313
|
-
Equals(obj:
|
|
3335
|
+
Equals(obj: unknown | null): boolean;
|
|
3314
3336
|
Equals(other: ParameterHandle): boolean;
|
|
3315
3337
|
GetHashCode(): int;
|
|
3316
3338
|
}
|
|
@@ -3357,7 +3379,7 @@ export interface __ParameterHandleCollection$views {
|
|
|
3357
3379
|
export type ParameterHandleCollection = ParameterHandleCollection$instance & __ParameterHandleCollection$views;
|
|
3358
3380
|
|
|
3359
3381
|
|
|
3360
|
-
export interface ParameterHandleCollection_Enumerator$instance extends IEnumerator_1<ParameterHandle
|
|
3382
|
+
export interface ParameterHandleCollection_Enumerator$instance extends IEnumerator_1<ParameterHandle> {
|
|
3361
3383
|
readonly __tsonic_type_System_Reflection_Metadata_ParameterHandleCollection_Enumerator: never;
|
|
3362
3384
|
|
|
3363
3385
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -3366,6 +3388,7 @@ export interface ParameterHandleCollection_Enumerator$instance extends IEnumerat
|
|
|
3366
3388
|
|
|
3367
3389
|
readonly Current: ParameterHandle;
|
|
3368
3390
|
MoveNext(): boolean;
|
|
3391
|
+
Reset(): void;
|
|
3369
3392
|
}
|
|
3370
3393
|
|
|
3371
3394
|
|
|
@@ -3398,7 +3421,7 @@ export interface PropertyDefinition$instance {
|
|
|
3398
3421
|
readonly Attributes: PropertyAttributes;
|
|
3399
3422
|
readonly Name: StringHandle;
|
|
3400
3423
|
readonly Signature: BlobHandle;
|
|
3401
|
-
DecodeSignature<TType, TGenericContext>(provider: ISignatureTypeProvider_2<TType, TGenericContext>, genericContext: TGenericContext): MethodSignature_1<TType>;
|
|
3424
|
+
DecodeSignature<TType extends unknown, TGenericContext extends unknown>(provider: ISignatureTypeProvider_2<TType, TGenericContext>, genericContext: TGenericContext): MethodSignature_1<TType>;
|
|
3402
3425
|
GetAccessors(): PropertyAccessors;
|
|
3403
3426
|
GetCustomAttributes(): CustomAttributeHandleCollection;
|
|
3404
3427
|
GetDeclaringType(): TypeDefinitionHandle;
|
|
@@ -3419,7 +3442,7 @@ export interface PropertyDefinitionHandle$instance {
|
|
|
3419
3442
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
3420
3443
|
|
|
3421
3444
|
readonly IsNil: boolean;
|
|
3422
|
-
Equals(obj:
|
|
3445
|
+
Equals(obj: unknown | null): boolean;
|
|
3423
3446
|
Equals(other: PropertyDefinitionHandle): boolean;
|
|
3424
3447
|
GetHashCode(): int;
|
|
3425
3448
|
}
|
|
@@ -3466,7 +3489,7 @@ export interface __PropertyDefinitionHandleCollection$views {
|
|
|
3466
3489
|
export type PropertyDefinitionHandleCollection = PropertyDefinitionHandleCollection$instance & __PropertyDefinitionHandleCollection$views;
|
|
3467
3490
|
|
|
3468
3491
|
|
|
3469
|
-
export interface PropertyDefinitionHandleCollection_Enumerator$instance extends IEnumerator_1<PropertyDefinitionHandle
|
|
3492
|
+
export interface PropertyDefinitionHandleCollection_Enumerator$instance extends IEnumerator_1<PropertyDefinitionHandle> {
|
|
3470
3493
|
readonly __tsonic_type_System_Reflection_Metadata_PropertyDefinitionHandleCollection_Enumerator: never;
|
|
3471
3494
|
|
|
3472
3495
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -3475,6 +3498,7 @@ export interface PropertyDefinitionHandleCollection_Enumerator$instance extends
|
|
|
3475
3498
|
|
|
3476
3499
|
readonly Current: PropertyDefinitionHandle;
|
|
3477
3500
|
MoveNext(): boolean;
|
|
3501
|
+
Reset(): void;
|
|
3478
3502
|
}
|
|
3479
3503
|
|
|
3480
3504
|
|
|
@@ -3485,7 +3509,7 @@ export const PropertyDefinitionHandleCollection_Enumerator: {
|
|
|
3485
3509
|
|
|
3486
3510
|
export type PropertyDefinitionHandleCollection_Enumerator = PropertyDefinitionHandleCollection_Enumerator$instance;
|
|
3487
3511
|
|
|
3488
|
-
export interface ReservedBlob_1$instance<THandle extends NonNullable<
|
|
3512
|
+
export interface ReservedBlob_1$instance<THandle extends NonNullable<unknown>> {
|
|
3489
3513
|
readonly __tsonic_type_System_Reflection_Metadata_ReservedBlob_1: never;
|
|
3490
3514
|
|
|
3491
3515
|
readonly Content: Blob;
|
|
@@ -3495,11 +3519,11 @@ export interface ReservedBlob_1$instance<THandle extends NonNullable<JsValue>> {
|
|
|
3495
3519
|
|
|
3496
3520
|
|
|
3497
3521
|
export const ReservedBlob_1: {
|
|
3498
|
-
new<THandle extends NonNullable<
|
|
3522
|
+
new<THandle extends NonNullable<unknown>>(): ReservedBlob_1<THandle>;
|
|
3499
3523
|
};
|
|
3500
3524
|
|
|
3501
3525
|
|
|
3502
|
-
export type ReservedBlob_1<THandle
|
|
3526
|
+
export type ReservedBlob_1<THandle extends NonNullable<unknown>> = ReservedBlob_1$instance<THandle>;
|
|
3503
3527
|
|
|
3504
3528
|
export interface SequencePoint$instance {
|
|
3505
3529
|
readonly __tsonic_type_System_Reflection_Metadata_SequencePoint: never;
|
|
@@ -3513,7 +3537,7 @@ export interface SequencePoint$instance {
|
|
|
3513
3537
|
readonly Offset: int;
|
|
3514
3538
|
readonly StartColumn: int;
|
|
3515
3539
|
readonly StartLine: int;
|
|
3516
|
-
Equals(obj:
|
|
3540
|
+
Equals(obj: unknown | null): boolean;
|
|
3517
3541
|
Equals(other: SequencePoint): boolean;
|
|
3518
3542
|
GetHashCode(): int;
|
|
3519
3543
|
}
|
|
@@ -3558,7 +3582,7 @@ export interface __SequencePointCollection$views {
|
|
|
3558
3582
|
export type SequencePointCollection = SequencePointCollection$instance & __SequencePointCollection$views;
|
|
3559
3583
|
|
|
3560
3584
|
|
|
3561
|
-
export interface SequencePointCollection_Enumerator$instance extends IEnumerator_1<SequencePoint
|
|
3585
|
+
export interface SequencePointCollection_Enumerator$instance extends IEnumerator_1<SequencePoint> {
|
|
3562
3586
|
readonly __tsonic_type_System_Reflection_Metadata_SequencePointCollection_Enumerator: never;
|
|
3563
3587
|
|
|
3564
3588
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -3590,7 +3614,7 @@ export interface SignatureHeader$instance {
|
|
|
3590
3614
|
readonly IsInstance: boolean;
|
|
3591
3615
|
readonly Kind: SignatureKind;
|
|
3592
3616
|
readonly RawValue: byte;
|
|
3593
|
-
Equals(obj:
|
|
3617
|
+
Equals(obj: unknown | null): boolean;
|
|
3594
3618
|
Equals(other: SignatureHeader): boolean;
|
|
3595
3619
|
GetHashCode(): int;
|
|
3596
3620
|
ToString(): string;
|
|
@@ -3618,8 +3642,8 @@ export interface StandaloneSignature$instance {
|
|
|
3618
3642
|
readonly __tsonic_type_System_Reflection_Metadata_StandaloneSignature: never;
|
|
3619
3643
|
|
|
3620
3644
|
readonly Signature: BlobHandle;
|
|
3621
|
-
DecodeLocalSignature<TType, TGenericContext>(provider: ISignatureTypeProvider_2<TType, TGenericContext>, genericContext: TGenericContext): ImmutableArray_1<TType>;
|
|
3622
|
-
DecodeMethodSignature<TType, TGenericContext>(provider: ISignatureTypeProvider_2<TType, TGenericContext>, genericContext: TGenericContext): MethodSignature_1<TType>;
|
|
3645
|
+
DecodeLocalSignature<TType extends unknown, TGenericContext extends unknown>(provider: ISignatureTypeProvider_2<TType, TGenericContext>, genericContext: TGenericContext): ImmutableArray_1<TType>;
|
|
3646
|
+
DecodeMethodSignature<TType extends unknown, TGenericContext extends unknown>(provider: ISignatureTypeProvider_2<TType, TGenericContext>, genericContext: TGenericContext): MethodSignature_1<TType>;
|
|
3623
3647
|
GetCustomAttributes(): CustomAttributeHandleCollection;
|
|
3624
3648
|
GetKind(): StandaloneSignatureKind;
|
|
3625
3649
|
}
|
|
@@ -3638,7 +3662,7 @@ export interface StandaloneSignatureHandle$instance {
|
|
|
3638
3662
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
3639
3663
|
|
|
3640
3664
|
readonly IsNil: boolean;
|
|
3641
|
-
Equals(obj:
|
|
3665
|
+
Equals(obj: unknown | null): boolean;
|
|
3642
3666
|
Equals(other: StandaloneSignatureHandle): boolean;
|
|
3643
3667
|
GetHashCode(): int;
|
|
3644
3668
|
}
|
|
@@ -3665,7 +3689,7 @@ export interface StringHandle$instance {
|
|
|
3665
3689
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
3666
3690
|
|
|
3667
3691
|
readonly IsNil: boolean;
|
|
3668
|
-
Equals(obj:
|
|
3692
|
+
Equals(obj: unknown | null): boolean;
|
|
3669
3693
|
Equals(other: StringHandle): boolean;
|
|
3670
3694
|
GetHashCode(): int;
|
|
3671
3695
|
}
|
|
@@ -3723,7 +3747,7 @@ export interface TypeDefinitionHandle$instance {
|
|
|
3723
3747
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
3724
3748
|
|
|
3725
3749
|
readonly IsNil: boolean;
|
|
3726
|
-
Equals(obj:
|
|
3750
|
+
Equals(obj: unknown | null): boolean;
|
|
3727
3751
|
Equals(other: TypeDefinitionHandle): boolean;
|
|
3728
3752
|
GetHashCode(): int;
|
|
3729
3753
|
}
|
|
@@ -3770,7 +3794,7 @@ export interface __TypeDefinitionHandleCollection$views {
|
|
|
3770
3794
|
export type TypeDefinitionHandleCollection = TypeDefinitionHandleCollection$instance & __TypeDefinitionHandleCollection$views;
|
|
3771
3795
|
|
|
3772
3796
|
|
|
3773
|
-
export interface TypeDefinitionHandleCollection_Enumerator$instance extends IEnumerator_1<TypeDefinitionHandle
|
|
3797
|
+
export interface TypeDefinitionHandleCollection_Enumerator$instance extends IEnumerator_1<TypeDefinitionHandle> {
|
|
3774
3798
|
readonly __tsonic_type_System_Reflection_Metadata_TypeDefinitionHandleCollection_Enumerator: never;
|
|
3775
3799
|
|
|
3776
3800
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -3779,6 +3803,7 @@ export interface TypeDefinitionHandleCollection_Enumerator$instance extends IEnu
|
|
|
3779
3803
|
|
|
3780
3804
|
readonly Current: TypeDefinitionHandle;
|
|
3781
3805
|
MoveNext(): boolean;
|
|
3806
|
+
Reset(): void;
|
|
3782
3807
|
}
|
|
3783
3808
|
|
|
3784
3809
|
|
|
@@ -3827,7 +3852,7 @@ export interface TypeReferenceHandle$instance {
|
|
|
3827
3852
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
3828
3853
|
|
|
3829
3854
|
readonly IsNil: boolean;
|
|
3830
|
-
Equals(obj:
|
|
3855
|
+
Equals(obj: unknown | null): boolean;
|
|
3831
3856
|
Equals(other: TypeReferenceHandle): boolean;
|
|
3832
3857
|
GetHashCode(): int;
|
|
3833
3858
|
}
|
|
@@ -3874,7 +3899,7 @@ export interface __TypeReferenceHandleCollection$views {
|
|
|
3874
3899
|
export type TypeReferenceHandleCollection = TypeReferenceHandleCollection$instance & __TypeReferenceHandleCollection$views;
|
|
3875
3900
|
|
|
3876
3901
|
|
|
3877
|
-
export interface TypeReferenceHandleCollection_Enumerator$instance extends IEnumerator_1<TypeReferenceHandle
|
|
3902
|
+
export interface TypeReferenceHandleCollection_Enumerator$instance extends IEnumerator_1<TypeReferenceHandle> {
|
|
3878
3903
|
readonly __tsonic_type_System_Reflection_Metadata_TypeReferenceHandleCollection_Enumerator: never;
|
|
3879
3904
|
|
|
3880
3905
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -3883,6 +3908,7 @@ export interface TypeReferenceHandleCollection_Enumerator$instance extends IEnum
|
|
|
3883
3908
|
|
|
3884
3909
|
readonly Current: TypeReferenceHandle;
|
|
3885
3910
|
MoveNext(): boolean;
|
|
3911
|
+
Reset(): void;
|
|
3886
3912
|
}
|
|
3887
3913
|
|
|
3888
3914
|
|
|
@@ -3897,7 +3923,7 @@ export interface TypeSpecification$instance {
|
|
|
3897
3923
|
readonly __tsonic_type_System_Reflection_Metadata_TypeSpecification: never;
|
|
3898
3924
|
|
|
3899
3925
|
readonly Signature: BlobHandle;
|
|
3900
|
-
DecodeSignature<TType, TGenericContext>(provider: ISignatureTypeProvider_2<TType, TGenericContext>, genericContext: TGenericContext): TType;
|
|
3926
|
+
DecodeSignature<TType extends unknown, TGenericContext extends unknown>(provider: ISignatureTypeProvider_2<TType, TGenericContext>, genericContext: TGenericContext): TType;
|
|
3901
3927
|
GetCustomAttributes(): CustomAttributeHandleCollection;
|
|
3902
3928
|
}
|
|
3903
3929
|
|
|
@@ -3915,7 +3941,7 @@ export interface TypeSpecificationHandle$instance {
|
|
|
3915
3941
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
3916
3942
|
|
|
3917
3943
|
readonly IsNil: boolean;
|
|
3918
|
-
Equals(obj:
|
|
3944
|
+
Equals(obj: unknown | null): boolean;
|
|
3919
3945
|
Equals(other: TypeSpecificationHandle): boolean;
|
|
3920
3946
|
GetHashCode(): int;
|
|
3921
3947
|
}
|
|
@@ -3942,7 +3968,7 @@ export interface UserStringHandle$instance {
|
|
|
3942
3968
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
3943
3969
|
|
|
3944
3970
|
readonly IsNil: boolean;
|
|
3945
|
-
Equals(obj:
|
|
3971
|
+
Equals(obj: unknown | null): boolean;
|
|
3946
3972
|
Equals(other: UserStringHandle): boolean;
|
|
3947
3973
|
GetHashCode(): int;
|
|
3948
3974
|
}
|
|
@@ -4014,7 +4040,7 @@ export interface BlobBuilder$instance {
|
|
|
4014
4040
|
WriteBytes(buffer: byte[], start: int, byteCount: int): void;
|
|
4015
4041
|
WriteCompressedInteger(value: int): void;
|
|
4016
4042
|
WriteCompressedSignedInteger(value: int): void;
|
|
4017
|
-
WriteConstant(value:
|
|
4043
|
+
WriteConstant(value: unknown | null): void;
|
|
4018
4044
|
WriteContentTo(destination: Stream): void;
|
|
4019
4045
|
WriteContentTo(destination: BlobWriter): void;
|
|
4020
4046
|
WriteContentTo(destination: BlobBuilder): void;
|
|
@@ -4050,7 +4076,7 @@ export const BlobBuilder: {
|
|
|
4050
4076
|
|
|
4051
4077
|
export type BlobBuilder = BlobBuilder$instance;
|
|
4052
4078
|
|
|
4053
|
-
export interface BlobBuilder_Blobs$instance extends
|
|
4079
|
+
export interface BlobBuilder_Blobs$instance extends IEnumerator_1<Blob> {
|
|
4054
4080
|
readonly __tsonic_type_System_Reflection_Metadata_BlobBuilder_Blobs: never;
|
|
4055
4081
|
|
|
4056
4082
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
@@ -4098,7 +4124,7 @@ export interface HandleComparer$instance extends System_Collections_Generic_Inte
|
|
|
4098
4124
|
Compare(x: EntityHandle, y: EntityHandle): int;
|
|
4099
4125
|
Equals(x: Handle, y: Handle): boolean;
|
|
4100
4126
|
Equals(x: EntityHandle, y: EntityHandle): boolean;
|
|
4101
|
-
Equals(obj:
|
|
4127
|
+
Equals(obj: unknown | null): boolean;
|
|
4102
4128
|
GetHashCode(obj: Handle): int;
|
|
4103
4129
|
GetHashCode(obj: EntityHandle): int;
|
|
4104
4130
|
GetHashCode(): int;
|