@tsonic/dotnet 10.0.39 → 10.0.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Internal/internal/index.d.ts +4 -3
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +19 -18
- package/Microsoft.VisualBasic/internal/index.d.ts +52 -54
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +117 -119
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +3 -2
- package/Microsoft.Win32/internal/index.d.ts +19 -18
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +3 -2
- package/README.md +76 -104
- package/System/bindings.json +1520 -2039
- package/System/internal/index.d.ts +1549 -1602
- package/System.Buffers/bindings.json +12 -3
- package/System.Buffers/internal/index.d.ts +12 -14
- package/System.Buffers.Binary/internal/index.d.ts +2 -4
- package/System.Buffers.Text/internal/index.d.ts +2 -4
- package/System.CodeDom.Compiler/internal/index.d.ts +32 -31
- package/System.Collections/internal/index.d.ts +129 -131
- package/System.Collections.Concurrent/bindings.json +218 -218
- package/System.Collections.Concurrent/internal/index.d.ts +34 -36
- package/System.Collections.Frozen/bindings.json +413 -611
- package/System.Collections.Frozen/internal/index.d.ts +81 -97
- package/System.Collections.Frozen.d.ts +14 -2
- package/System.Collections.Generic/bindings.json +9420 -14155
- package/System.Collections.Generic/internal/index.d.ts +547 -758
- package/System.Collections.Generic.d.ts +1 -1
- package/System.Collections.Immutable/bindings.json +6000 -9080
- package/System.Collections.Immutable/internal/index.d.ts +265 -354
- package/System.Collections.Immutable.d.ts +49 -12
- package/System.Collections.ObjectModel/bindings.json +132 -654
- package/System.Collections.ObjectModel/internal/index.d.ts +10 -30
- package/System.Collections.Specialized/bindings.json +0 -123
- package/System.Collections.Specialized/internal/index.d.ts +88 -101
- package/System.ComponentModel/bindings.json +163 -102
- package/System.ComponentModel/internal/index.d.ts +618 -608
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +133 -132
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +8 -7
- package/System.ComponentModel.Design/bindings.json +22 -292
- package/System.ComponentModel.Design/internal/index.d.ts +101 -109
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +61 -60
- package/System.ComponentModel.d.ts +1 -0
- package/System.Configuration.Assemblies/internal/index.d.ts +3 -2
- package/System.Data/bindings.json +4 -1
- package/System.Data/internal/index.d.ts +351 -350
- package/System.Data.Common/internal/index.d.ts +151 -152
- package/System.Data.SqlTypes/internal/index.d.ts +68 -67
- package/System.Diagnostics/bindings.json +7044 -7249
- package/System.Diagnostics/internal/index.d.ts +446 -461
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +44 -43
- package/System.Diagnostics.Contracts/internal/index.d.ts +16 -18
- package/System.Diagnostics.Metrics/internal/index.d.ts +92 -94
- package/System.Diagnostics.Metrics.d.ts +1 -1
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +12 -11
- package/System.Diagnostics.Tracing/bindings.json +81 -21
- package/System.Diagnostics.Tracing/internal/index.d.ts +69 -56
- package/System.Diagnostics.Tracing.d.ts +2 -1
- package/System.Drawing/internal/index.d.ts +76 -75
- package/System.Dynamic/internal/index.d.ts +55 -57
- package/System.Formats.Asn1/bindings.json +48 -69
- package/System.Formats.Asn1/internal/index.d.ts +21 -28
- package/System.Formats.Tar/internal/index.d.ts +8 -7
- package/System.Globalization/internal/index.d.ts +40 -42
- package/System.IO/internal/index.d.ts +187 -189
- package/System.IO.Compression/internal/index.d.ts +29 -31
- package/System.IO.Enumeration/bindings.json +250 -250
- package/System.IO.Enumeration/internal/index.d.ts +15 -17
- package/System.IO.IsolatedStorage/internal/index.d.ts +19 -18
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +11 -10
- package/System.IO.Pipelines/internal/index.d.ts +15 -17
- package/System.IO.Pipes/internal/index.d.ts +8 -7
- package/System.Linq/internal/index.d.ts +223 -225
- package/System.Linq.Expressions/internal/index.d.ts +205 -207
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +5 -4
- package/System.Net/bindings.json +104 -104
- package/System.Net/internal/index.d.ts +279 -281
- package/System.Net.Cache/internal/index.d.ts +3 -2
- package/System.Net.Http/internal/index.d.ts +128 -130
- package/System.Net.Http.Headers/bindings.json +0 -204
- package/System.Net.Http.Headers/internal/index.d.ts +111 -127
- package/System.Net.Http.Json/internal/index.d.ts +67 -69
- package/System.Net.Http.Metrics/internal/index.d.ts +6 -5
- package/System.Net.Mail/internal/index.d.ts +76 -78
- package/System.Net.Mime/internal/index.d.ts +11 -10
- package/System.Net.NetworkInformation/internal/index.d.ts +30 -32
- package/System.Net.Quic/internal/index.d.ts +10 -9
- package/System.Net.Security/internal/index.d.ts +87 -89
- package/System.Net.ServerSentEvents/internal/index.d.ts +6 -5
- package/System.Net.Sockets/internal/index.d.ts +91 -93
- package/System.Net.WebSockets/internal/index.d.ts +47 -46
- package/System.Numerics/bindings.json +544 -116
- package/System.Numerics/internal/index.d.ts +110 -112
- package/System.Reflection/internal/index.d.ts +270 -272
- package/System.Reflection.Emit/internal/index.d.ts +114 -116
- package/System.Reflection.Metadata/bindings.json +166 -3169
- package/System.Reflection.Metadata/internal/index.d.ts +154 -361
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +13 -15
- package/System.Reflection.PortableExecutable/bindings.json +58 -0
- package/System.Reflection.PortableExecutable/internal/index.d.ts +24 -11
- package/System.Reflection.PortableExecutable.d.ts +1 -0
- package/System.Resources/internal/index.d.ts +33 -35
- package/System.Runtime/internal/index.d.ts +12 -11
- package/System.Runtime.CompilerServices/bindings.json +519 -717
- package/System.Runtime.CompilerServices/internal/index.d.ts +113 -137
- package/System.Runtime.CompilerServices.d.ts +14 -4
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +3 -2
- package/System.Runtime.ExceptionServices/internal/index.d.ts +4 -3
- package/System.Runtime.InteropServices/bindings.json +101 -101
- package/System.Runtime.InteropServices/internal/index.d.ts +234 -236
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +34 -36
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +4 -6
- package/System.Runtime.InteropServices.JavaScript/bindings.json +328 -328
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +67 -69
- package/System.Runtime.InteropServices.JavaScript.d.ts +8 -26
- package/System.Runtime.InteropServices.Marshalling/bindings.json +2619 -2619
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +308 -310
- package/System.Runtime.InteropServices.ObjectiveC/bindings.json +141 -141
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +17 -19
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +4 -6
- package/System.Runtime.InteropServices.Swift.d.ts +1 -1
- package/System.Runtime.Intrinsics/bindings.json +64 -16
- package/System.Runtime.Intrinsics/internal/index.d.ts +22 -24
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +12 -13
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +2 -4
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +42 -41
- package/System.Runtime.Loader/bindings.json +48 -69
- package/System.Runtime.Loader/internal/index.d.ts +30 -34
- package/System.Runtime.Remoting/internal/index.d.ts +5 -4
- package/System.Runtime.Serialization/internal/index.d.ts +175 -177
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +29 -31
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +7 -6
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +10 -9
- package/System.Runtime.Serialization.Json/internal/index.d.ts +37 -36
- package/System.Runtime.Versioning/internal/index.d.ts +20 -19
- package/System.Security/internal/index.d.ts +64 -66
- package/System.Security.AccessControl/bindings.json +104 -0
- package/System.Security.AccessControl/internal/index.d.ts +59 -58
- package/System.Security.AccessControl.d.ts +6 -5
- package/System.Security.Authentication/internal/index.d.ts +7 -6
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +12 -11
- package/System.Security.Claims/internal/index.d.ts +45 -44
- package/System.Security.Cryptography/bindings.json +469 -469
- package/System.Security.Cryptography/internal/index.d.ts +269 -271
- package/System.Security.Cryptography.X509Certificates/bindings.json +0 -62
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +98 -105
- package/System.Security.Permissions/internal/index.d.ts +5 -4
- package/System.Security.Policy/internal/index.d.ts +11 -10
- package/System.Security.Principal/internal/index.d.ts +28 -27
- package/System.Text/bindings.json +1562 -1562
- package/System.Text/internal/index.d.ts +119 -121
- package/System.Text.Encodings.Web/internal/index.d.ts +2 -4
- package/System.Text.Json/bindings.json +0 -290
- package/System.Text.Json/internal/index.d.ts +135 -153
- package/System.Text.Json.Nodes/internal/index.d.ts +60 -62
- package/System.Text.Json.Schema/internal/index.d.ts +9 -8
- package/System.Text.Json.Serialization/internal/index.d.ts +32 -34
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +86 -85
- package/System.Text.Json.Serialization.d.ts +1 -1
- package/System.Text.RegularExpressions/bindings.json +198 -402
- package/System.Text.RegularExpressions/internal/index.d.ts +48 -64
- package/System.Text.Unicode/bindings.json +508 -508
- package/System.Text.Unicode/internal/index.d.ts +29 -31
- package/System.Threading/bindings.json +42 -42
- package/System.Threading/internal/index.d.ts +157 -159
- package/System.Threading.Channels/internal/index.d.ts +10 -12
- package/System.Threading.Tasks/bindings.json +4 -1
- package/System.Threading.Tasks/internal/index.d.ts +115 -114
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +32 -33
- package/System.Threading.Tasks.Sources/internal/index.d.ts +6 -5
- package/System.Timers/internal/index.d.ts +8 -7
- package/System.Transactions/internal/index.d.ts +31 -30
- package/System.Web/internal/index.d.ts +32 -31
- package/System.Windows.Input/internal/index.d.ts +5 -4
- package/System.Windows.Markup/internal/index.d.ts +3 -2
- package/System.Xml/internal/index.d.ts +383 -385
- package/System.Xml.Linq/internal/index.d.ts +103 -102
- package/System.Xml.Resolvers/internal/index.d.ts +10 -9
- package/System.Xml.Schema/bindings.json +76 -76
- package/System.Xml.Schema/internal/index.d.ts +233 -232
- package/System.Xml.Serialization/bindings.json +193 -0
- package/System.Xml.Serialization/internal/index.d.ts +277 -245
- package/System.Xml.Serialization.d.ts +2 -0
- package/System.Xml.XPath/internal/index.d.ts +46 -45
- package/System.Xml.Xsl/internal/index.d.ts +53 -52
- package/System.Xml.Xsl.Runtime/bindings.json +4 -1
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +35 -37
- package/System.d.ts +2 -2
- package/__internal/extensions/index.d.ts +517 -515
- package/families.json +63 -7
- package/package.json +2 -2
|
@@ -2,11 +2,9 @@
|
|
|
2
2
|
// Namespace: System.Reflection.Metadata
|
|
3
3
|
// Assembly: System.Private.CoreLib, System.Reflection.Metadata
|
|
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 { JsValue, 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";
|
|
@@ -622,7 +620,7 @@ export interface AssemblyDefinitionHandle$instance {
|
|
|
622
620
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
623
621
|
|
|
624
622
|
readonly IsNil: boolean;
|
|
625
|
-
Equals(obj:
|
|
623
|
+
Equals(obj: JsValue | null): boolean;
|
|
626
624
|
Equals(other: AssemblyDefinitionHandle): boolean;
|
|
627
625
|
GetHashCode(): int;
|
|
628
626
|
}
|
|
@@ -666,7 +664,7 @@ export interface AssemblyFileHandle$instance {
|
|
|
666
664
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
667
665
|
|
|
668
666
|
readonly IsNil: boolean;
|
|
669
|
-
Equals(obj:
|
|
667
|
+
Equals(obj: JsValue | null): boolean;
|
|
670
668
|
Equals(other: AssemblyFileHandle): boolean;
|
|
671
669
|
GetHashCode(): int;
|
|
672
670
|
}
|
|
@@ -713,7 +711,7 @@ export interface __AssemblyFileHandleCollection$views {
|
|
|
713
711
|
export type AssemblyFileHandleCollection = AssemblyFileHandleCollection$instance & __AssemblyFileHandleCollection$views;
|
|
714
712
|
|
|
715
713
|
|
|
716
|
-
export interface AssemblyFileHandleCollection_Enumerator$instance {
|
|
714
|
+
export interface AssemblyFileHandleCollection_Enumerator$instance extends IEnumerator_1<AssemblyFileHandle>, IEnumerator, IDisposable {
|
|
717
715
|
readonly __tsonic_type_System_Reflection_Metadata_AssemblyFileHandleCollection_Enumerator: never;
|
|
718
716
|
|
|
719
717
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -722,7 +720,6 @@ export interface AssemblyFileHandleCollection_Enumerator$instance {
|
|
|
722
720
|
|
|
723
721
|
readonly Current: AssemblyFileHandle;
|
|
724
722
|
MoveNext(): boolean;
|
|
725
|
-
Reset(): void;
|
|
726
723
|
}
|
|
727
724
|
|
|
728
725
|
|
|
@@ -731,13 +728,7 @@ export const AssemblyFileHandleCollection_Enumerator: {
|
|
|
731
728
|
};
|
|
732
729
|
|
|
733
730
|
|
|
734
|
-
export
|
|
735
|
-
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<AssemblyFileHandle>;
|
|
736
|
-
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
737
|
-
}
|
|
738
|
-
|
|
739
|
-
export type AssemblyFileHandleCollection_Enumerator = AssemblyFileHandleCollection_Enumerator$instance & __AssemblyFileHandleCollection_Enumerator$views;
|
|
740
|
-
|
|
731
|
+
export type AssemblyFileHandleCollection_Enumerator = AssemblyFileHandleCollection_Enumerator$instance;
|
|
741
732
|
|
|
742
733
|
export interface AssemblyReference$instance {
|
|
743
734
|
readonly __tsonic_type_System_Reflection_Metadata_AssemblyReference: never;
|
|
@@ -767,7 +758,7 @@ export interface AssemblyReferenceHandle$instance {
|
|
|
767
758
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
768
759
|
|
|
769
760
|
readonly IsNil: boolean;
|
|
770
|
-
Equals(obj:
|
|
761
|
+
Equals(obj: JsValue | null): boolean;
|
|
771
762
|
Equals(other: AssemblyReferenceHandle): boolean;
|
|
772
763
|
GetHashCode(): int;
|
|
773
764
|
}
|
|
@@ -814,7 +805,7 @@ export interface __AssemblyReferenceHandleCollection$views {
|
|
|
814
805
|
export type AssemblyReferenceHandleCollection = AssemblyReferenceHandleCollection$instance & __AssemblyReferenceHandleCollection$views;
|
|
815
806
|
|
|
816
807
|
|
|
817
|
-
export interface AssemblyReferenceHandleCollection_Enumerator$instance {
|
|
808
|
+
export interface AssemblyReferenceHandleCollection_Enumerator$instance extends IEnumerator_1<AssemblyReferenceHandle>, IEnumerator, IDisposable {
|
|
818
809
|
readonly __tsonic_type_System_Reflection_Metadata_AssemblyReferenceHandleCollection_Enumerator: never;
|
|
819
810
|
|
|
820
811
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -823,7 +814,6 @@ export interface AssemblyReferenceHandleCollection_Enumerator$instance {
|
|
|
823
814
|
|
|
824
815
|
readonly Current: AssemblyReferenceHandle;
|
|
825
816
|
MoveNext(): boolean;
|
|
826
|
-
Reset(): void;
|
|
827
817
|
}
|
|
828
818
|
|
|
829
819
|
|
|
@@ -832,13 +822,7 @@ export const AssemblyReferenceHandleCollection_Enumerator: {
|
|
|
832
822
|
};
|
|
833
823
|
|
|
834
824
|
|
|
835
|
-
export
|
|
836
|
-
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<AssemblyReferenceHandle>;
|
|
837
|
-
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
838
|
-
}
|
|
839
|
-
|
|
840
|
-
export type AssemblyReferenceHandleCollection_Enumerator = AssemblyReferenceHandleCollection_Enumerator$instance & __AssemblyReferenceHandleCollection_Enumerator$views;
|
|
841
|
-
|
|
825
|
+
export type AssemblyReferenceHandleCollection_Enumerator = AssemblyReferenceHandleCollection_Enumerator$instance;
|
|
842
826
|
|
|
843
827
|
export interface Blob$instance {
|
|
844
828
|
readonly __tsonic_type_System_Reflection_Metadata_Blob: never;
|
|
@@ -856,38 +840,6 @@ export const Blob: {
|
|
|
856
840
|
|
|
857
841
|
export type Blob = Blob$instance;
|
|
858
842
|
|
|
859
|
-
export interface BlobBuilder_Blobs$instance {
|
|
860
|
-
readonly __tsonic_type_System_Reflection_Metadata_BlobBuilder_Blobs: never;
|
|
861
|
-
|
|
862
|
-
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
863
|
-
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
864
|
-
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
865
|
-
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
866
|
-
readonly __tsonic_iface_System_IDisposable: never;
|
|
867
|
-
|
|
868
|
-
readonly Current: Blob;
|
|
869
|
-
GetEnumerator(): BlobBuilder_Blobs;
|
|
870
|
-
MoveNext(): boolean;
|
|
871
|
-
Reset(): void;
|
|
872
|
-
}
|
|
873
|
-
|
|
874
|
-
|
|
875
|
-
export const BlobBuilder_Blobs: {
|
|
876
|
-
new(): BlobBuilder_Blobs;
|
|
877
|
-
};
|
|
878
|
-
|
|
879
|
-
|
|
880
|
-
export interface __BlobBuilder_Blobs$views {
|
|
881
|
-
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<Blob>;
|
|
882
|
-
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<Blob>;
|
|
883
|
-
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
884
|
-
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
885
|
-
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
886
|
-
}
|
|
887
|
-
|
|
888
|
-
export type BlobBuilder_Blobs = BlobBuilder_Blobs$instance & __BlobBuilder_Blobs$views;
|
|
889
|
-
|
|
890
|
-
|
|
891
843
|
export interface BlobContentId$instance {
|
|
892
844
|
readonly __tsonic_type_System_Reflection_Metadata_BlobContentId: never;
|
|
893
845
|
|
|
@@ -897,7 +849,7 @@ export interface BlobContentId$instance {
|
|
|
897
849
|
readonly IsDefault: boolean;
|
|
898
850
|
readonly Stamp: uint;
|
|
899
851
|
Equals(other: BlobContentId): boolean;
|
|
900
|
-
Equals(obj:
|
|
852
|
+
Equals(obj: JsValue | null): boolean;
|
|
901
853
|
GetHashCode(): int;
|
|
902
854
|
}
|
|
903
855
|
|
|
@@ -928,7 +880,7 @@ export interface BlobHandle$instance {
|
|
|
928
880
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
929
881
|
|
|
930
882
|
readonly IsNil: boolean;
|
|
931
|
-
Equals(obj:
|
|
883
|
+
Equals(obj: JsValue | null): boolean;
|
|
932
884
|
Equals(other: BlobHandle): boolean;
|
|
933
885
|
GetHashCode(): int;
|
|
934
886
|
}
|
|
@@ -967,7 +919,7 @@ export interface BlobReader$instance {
|
|
|
967
919
|
ReadChar(): char;
|
|
968
920
|
ReadCompressedInteger(): int;
|
|
969
921
|
ReadCompressedSignedInteger(): int;
|
|
970
|
-
ReadConstant(typeCode: ConstantTypeCode):
|
|
922
|
+
ReadConstant(typeCode: ConstantTypeCode): JsValue | null;
|
|
971
923
|
ReadDateTime(): DateTime;
|
|
972
924
|
ReadDecimal(): decimal;
|
|
973
925
|
ReadDouble(): double;
|
|
@@ -977,7 +929,7 @@ export interface BlobReader$instance {
|
|
|
977
929
|
ReadInt64(): long;
|
|
978
930
|
ReadSByte(): sbyte;
|
|
979
931
|
ReadSerializationTypeCode(): SerializationTypeCode;
|
|
980
|
-
ReadSerializedString(): string |
|
|
932
|
+
ReadSerializedString(): string | null;
|
|
981
933
|
ReadSignatureHeader(): SignatureHeader;
|
|
982
934
|
ReadSignatureTypeCode(): SignatureTypeCode;
|
|
983
935
|
ReadSingle(): float;
|
|
@@ -1027,7 +979,7 @@ export interface BlobWriter$instance {
|
|
|
1027
979
|
WriteBytes(buffer: byte[], start: int, byteCount: int): void;
|
|
1028
980
|
WriteCompressedInteger(value: int): void;
|
|
1029
981
|
WriteCompressedSignedInteger(value: int): void;
|
|
1030
|
-
WriteConstant(value:
|
|
982
|
+
WriteConstant(value: JsValue | null): void;
|
|
1031
983
|
WriteDateTime(value: DateTime): void;
|
|
1032
984
|
WriteDecimal(value: decimal): void;
|
|
1033
985
|
WriteDouble(value: double): void;
|
|
@@ -1039,7 +991,7 @@ export interface BlobWriter$instance {
|
|
|
1039
991
|
WriteInt64(value: long): void;
|
|
1040
992
|
WriteReference(reference: int, isSmall: boolean): void;
|
|
1041
993
|
WriteSByte(value: sbyte): void;
|
|
1042
|
-
WriteSerializedString(str: string): void;
|
|
994
|
+
WriteSerializedString(str: string | null): void;
|
|
1043
995
|
WriteSingle(value: float): void;
|
|
1044
996
|
WriteUInt16(value: ushort): void;
|
|
1045
997
|
WriteUInt16BE(value: ushort): void;
|
|
@@ -1085,7 +1037,7 @@ export interface ConstantHandle$instance {
|
|
|
1085
1037
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
1086
1038
|
|
|
1087
1039
|
readonly IsNil: boolean;
|
|
1088
|
-
Equals(obj:
|
|
1040
|
+
Equals(obj: JsValue | null): boolean;
|
|
1089
1041
|
Equals(other: ConstantHandle): boolean;
|
|
1090
1042
|
GetHashCode(): int;
|
|
1091
1043
|
}
|
|
@@ -1129,7 +1081,7 @@ export interface CustomAttributeHandle$instance {
|
|
|
1129
1081
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
1130
1082
|
|
|
1131
1083
|
readonly IsNil: boolean;
|
|
1132
|
-
Equals(obj:
|
|
1084
|
+
Equals(obj: JsValue | null): boolean;
|
|
1133
1085
|
Equals(other: CustomAttributeHandle): boolean;
|
|
1134
1086
|
GetHashCode(): int;
|
|
1135
1087
|
}
|
|
@@ -1176,7 +1128,7 @@ export interface __CustomAttributeHandleCollection$views {
|
|
|
1176
1128
|
export type CustomAttributeHandleCollection = CustomAttributeHandleCollection$instance & __CustomAttributeHandleCollection$views;
|
|
1177
1129
|
|
|
1178
1130
|
|
|
1179
|
-
export interface CustomAttributeHandleCollection_Enumerator$instance {
|
|
1131
|
+
export interface CustomAttributeHandleCollection_Enumerator$instance extends IEnumerator_1<CustomAttributeHandle>, IEnumerator, IDisposable {
|
|
1180
1132
|
readonly __tsonic_type_System_Reflection_Metadata_CustomAttributeHandleCollection_Enumerator: never;
|
|
1181
1133
|
|
|
1182
1134
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -1185,7 +1137,6 @@ export interface CustomAttributeHandleCollection_Enumerator$instance {
|
|
|
1185
1137
|
|
|
1186
1138
|
readonly Current: CustomAttributeHandle;
|
|
1187
1139
|
MoveNext(): boolean;
|
|
1188
|
-
Reset(): void;
|
|
1189
1140
|
}
|
|
1190
1141
|
|
|
1191
1142
|
|
|
@@ -1194,26 +1145,20 @@ export const CustomAttributeHandleCollection_Enumerator: {
|
|
|
1194
1145
|
};
|
|
1195
1146
|
|
|
1196
1147
|
|
|
1197
|
-
export
|
|
1198
|
-
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<CustomAttributeHandle>;
|
|
1199
|
-
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
1200
|
-
}
|
|
1201
|
-
|
|
1202
|
-
export type CustomAttributeHandleCollection_Enumerator = CustomAttributeHandleCollection_Enumerator$instance & __CustomAttributeHandleCollection_Enumerator$views;
|
|
1203
|
-
|
|
1148
|
+
export type CustomAttributeHandleCollection_Enumerator = CustomAttributeHandleCollection_Enumerator$instance;
|
|
1204
1149
|
|
|
1205
1150
|
export interface CustomAttributeNamedArgument_1$instance<TType> {
|
|
1206
1151
|
readonly __tsonic_type_System_Reflection_Metadata_CustomAttributeNamedArgument_1: never;
|
|
1207
1152
|
|
|
1208
1153
|
readonly Kind: CustomAttributeNamedArgumentKind;
|
|
1209
|
-
readonly Name: string |
|
|
1154
|
+
readonly Name: string | null;
|
|
1210
1155
|
readonly Type: TType;
|
|
1211
|
-
readonly Value:
|
|
1156
|
+
readonly Value: JsValue | null;
|
|
1212
1157
|
}
|
|
1213
1158
|
|
|
1214
1159
|
|
|
1215
1160
|
export const CustomAttributeNamedArgument_1: {
|
|
1216
|
-
new<TType>(name: string, kind: CustomAttributeNamedArgumentKind, type: TType, value:
|
|
1161
|
+
new<TType>(name: string | null, kind: CustomAttributeNamedArgumentKind, type: TType, value: JsValue | null): CustomAttributeNamedArgument_1<TType>;
|
|
1217
1162
|
};
|
|
1218
1163
|
|
|
1219
1164
|
|
|
@@ -1223,12 +1168,12 @@ export interface CustomAttributeTypedArgument_1$instance<TType> {
|
|
|
1223
1168
|
readonly __tsonic_type_System_Reflection_Metadata_CustomAttributeTypedArgument_1: never;
|
|
1224
1169
|
|
|
1225
1170
|
readonly Type: TType;
|
|
1226
|
-
readonly Value:
|
|
1171
|
+
readonly Value: JsValue | null;
|
|
1227
1172
|
}
|
|
1228
1173
|
|
|
1229
1174
|
|
|
1230
1175
|
export const CustomAttributeTypedArgument_1: {
|
|
1231
|
-
new<TType>(type: TType, value:
|
|
1176
|
+
new<TType>(type: TType, value: JsValue | null): CustomAttributeTypedArgument_1<TType>;
|
|
1232
1177
|
};
|
|
1233
1178
|
|
|
1234
1179
|
|
|
@@ -1271,7 +1216,7 @@ export interface CustomDebugInformationHandle$instance {
|
|
|
1271
1216
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
1272
1217
|
|
|
1273
1218
|
readonly IsNil: boolean;
|
|
1274
|
-
Equals(obj:
|
|
1219
|
+
Equals(obj: JsValue | null): boolean;
|
|
1275
1220
|
Equals(other: CustomDebugInformationHandle): boolean;
|
|
1276
1221
|
GetHashCode(): int;
|
|
1277
1222
|
}
|
|
@@ -1318,7 +1263,7 @@ export interface __CustomDebugInformationHandleCollection$views {
|
|
|
1318
1263
|
export type CustomDebugInformationHandleCollection = CustomDebugInformationHandleCollection$instance & __CustomDebugInformationHandleCollection$views;
|
|
1319
1264
|
|
|
1320
1265
|
|
|
1321
|
-
export interface CustomDebugInformationHandleCollection_Enumerator$instance {
|
|
1266
|
+
export interface CustomDebugInformationHandleCollection_Enumerator$instance extends IEnumerator_1<CustomDebugInformationHandle>, IEnumerator, IDisposable {
|
|
1322
1267
|
readonly __tsonic_type_System_Reflection_Metadata_CustomDebugInformationHandleCollection_Enumerator: never;
|
|
1323
1268
|
|
|
1324
1269
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -1327,7 +1272,6 @@ export interface CustomDebugInformationHandleCollection_Enumerator$instance {
|
|
|
1327
1272
|
|
|
1328
1273
|
readonly Current: CustomDebugInformationHandle;
|
|
1329
1274
|
MoveNext(): boolean;
|
|
1330
|
-
Reset(): void;
|
|
1331
1275
|
}
|
|
1332
1276
|
|
|
1333
1277
|
|
|
@@ -1336,13 +1280,7 @@ export const CustomDebugInformationHandleCollection_Enumerator: {
|
|
|
1336
1280
|
};
|
|
1337
1281
|
|
|
1338
1282
|
|
|
1339
|
-
export
|
|
1340
|
-
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<CustomDebugInformationHandle>;
|
|
1341
|
-
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
1342
|
-
}
|
|
1343
|
-
|
|
1344
|
-
export type CustomDebugInformationHandleCollection_Enumerator = CustomDebugInformationHandleCollection_Enumerator$instance & __CustomDebugInformationHandleCollection_Enumerator$views;
|
|
1345
|
-
|
|
1283
|
+
export type CustomDebugInformationHandleCollection_Enumerator = CustomDebugInformationHandleCollection_Enumerator$instance;
|
|
1346
1284
|
|
|
1347
1285
|
export interface DeclarativeSecurityAttribute$instance {
|
|
1348
1286
|
readonly __tsonic_type_System_Reflection_Metadata_DeclarativeSecurityAttribute: never;
|
|
@@ -1366,7 +1304,7 @@ export interface DeclarativeSecurityAttributeHandle$instance {
|
|
|
1366
1304
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
1367
1305
|
|
|
1368
1306
|
readonly IsNil: boolean;
|
|
1369
|
-
Equals(obj:
|
|
1307
|
+
Equals(obj: JsValue | null): boolean;
|
|
1370
1308
|
Equals(other: DeclarativeSecurityAttributeHandle): boolean;
|
|
1371
1309
|
GetHashCode(): int;
|
|
1372
1310
|
}
|
|
@@ -1413,7 +1351,7 @@ export interface __DeclarativeSecurityAttributeHandleCollection$views {
|
|
|
1413
1351
|
export type DeclarativeSecurityAttributeHandleCollection = DeclarativeSecurityAttributeHandleCollection$instance & __DeclarativeSecurityAttributeHandleCollection$views;
|
|
1414
1352
|
|
|
1415
1353
|
|
|
1416
|
-
export interface DeclarativeSecurityAttributeHandleCollection_Enumerator$instance {
|
|
1354
|
+
export interface DeclarativeSecurityAttributeHandleCollection_Enumerator$instance extends IEnumerator_1<DeclarativeSecurityAttributeHandle>, IEnumerator, IDisposable {
|
|
1417
1355
|
readonly __tsonic_type_System_Reflection_Metadata_DeclarativeSecurityAttributeHandleCollection_Enumerator: never;
|
|
1418
1356
|
|
|
1419
1357
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -1422,7 +1360,6 @@ export interface DeclarativeSecurityAttributeHandleCollection_Enumerator$instanc
|
|
|
1422
1360
|
|
|
1423
1361
|
readonly Current: DeclarativeSecurityAttributeHandle;
|
|
1424
1362
|
MoveNext(): boolean;
|
|
1425
|
-
Reset(): void;
|
|
1426
1363
|
}
|
|
1427
1364
|
|
|
1428
1365
|
|
|
@@ -1431,13 +1368,7 @@ export const DeclarativeSecurityAttributeHandleCollection_Enumerator: {
|
|
|
1431
1368
|
};
|
|
1432
1369
|
|
|
1433
1370
|
|
|
1434
|
-
export
|
|
1435
|
-
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<DeclarativeSecurityAttributeHandle>;
|
|
1436
|
-
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
1437
|
-
}
|
|
1438
|
-
|
|
1439
|
-
export type DeclarativeSecurityAttributeHandleCollection_Enumerator = DeclarativeSecurityAttributeHandleCollection_Enumerator$instance & __DeclarativeSecurityAttributeHandleCollection_Enumerator$views;
|
|
1440
|
-
|
|
1371
|
+
export type DeclarativeSecurityAttributeHandleCollection_Enumerator = DeclarativeSecurityAttributeHandleCollection_Enumerator$instance;
|
|
1441
1372
|
|
|
1442
1373
|
export interface Document$instance {
|
|
1443
1374
|
readonly __tsonic_type_System_Reflection_Metadata_Document: never;
|
|
@@ -1462,7 +1393,7 @@ export interface DocumentHandle$instance {
|
|
|
1462
1393
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
1463
1394
|
|
|
1464
1395
|
readonly IsNil: boolean;
|
|
1465
|
-
Equals(obj:
|
|
1396
|
+
Equals(obj: JsValue | null): boolean;
|
|
1466
1397
|
Equals(other: DocumentHandle): boolean;
|
|
1467
1398
|
GetHashCode(): int;
|
|
1468
1399
|
}
|
|
@@ -1509,7 +1440,7 @@ export interface __DocumentHandleCollection$views {
|
|
|
1509
1440
|
export type DocumentHandleCollection = DocumentHandleCollection$instance & __DocumentHandleCollection$views;
|
|
1510
1441
|
|
|
1511
1442
|
|
|
1512
|
-
export interface DocumentHandleCollection_Enumerator$instance {
|
|
1443
|
+
export interface DocumentHandleCollection_Enumerator$instance extends IEnumerator_1<DocumentHandle>, IEnumerator, IDisposable {
|
|
1513
1444
|
readonly __tsonic_type_System_Reflection_Metadata_DocumentHandleCollection_Enumerator: never;
|
|
1514
1445
|
|
|
1515
1446
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -1518,7 +1449,6 @@ export interface DocumentHandleCollection_Enumerator$instance {
|
|
|
1518
1449
|
|
|
1519
1450
|
readonly Current: DocumentHandle;
|
|
1520
1451
|
MoveNext(): boolean;
|
|
1521
|
-
Reset(): void;
|
|
1522
1452
|
}
|
|
1523
1453
|
|
|
1524
1454
|
|
|
@@ -1527,13 +1457,7 @@ export const DocumentHandleCollection_Enumerator: {
|
|
|
1527
1457
|
};
|
|
1528
1458
|
|
|
1529
1459
|
|
|
1530
|
-
export
|
|
1531
|
-
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<DocumentHandle>;
|
|
1532
|
-
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
1533
|
-
}
|
|
1534
|
-
|
|
1535
|
-
export type DocumentHandleCollection_Enumerator = DocumentHandleCollection_Enumerator$instance & __DocumentHandleCollection_Enumerator$views;
|
|
1536
|
-
|
|
1460
|
+
export type DocumentHandleCollection_Enumerator = DocumentHandleCollection_Enumerator$instance;
|
|
1537
1461
|
|
|
1538
1462
|
export interface DocumentNameBlobHandle$instance {
|
|
1539
1463
|
readonly __tsonic_type_System_Reflection_Metadata_DocumentNameBlobHandle: never;
|
|
@@ -1541,7 +1465,7 @@ export interface DocumentNameBlobHandle$instance {
|
|
|
1541
1465
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
1542
1466
|
|
|
1543
1467
|
readonly IsNil: boolean;
|
|
1544
|
-
Equals(obj:
|
|
1468
|
+
Equals(obj: JsValue | null): boolean;
|
|
1545
1469
|
Equals(other: DocumentNameBlobHandle): boolean;
|
|
1546
1470
|
GetHashCode(): int;
|
|
1547
1471
|
}
|
|
@@ -1569,7 +1493,7 @@ export interface EntityHandle$instance {
|
|
|
1569
1493
|
|
|
1570
1494
|
readonly IsNil: boolean;
|
|
1571
1495
|
readonly Kind: HandleKind;
|
|
1572
|
-
Equals(obj:
|
|
1496
|
+
Equals(obj: JsValue | null): boolean;
|
|
1573
1497
|
Equals(other: EntityHandle): boolean;
|
|
1574
1498
|
GetHashCode(): int;
|
|
1575
1499
|
}
|
|
@@ -1634,7 +1558,7 @@ export interface EventDefinitionHandle$instance {
|
|
|
1634
1558
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
1635
1559
|
|
|
1636
1560
|
readonly IsNil: boolean;
|
|
1637
|
-
Equals(obj:
|
|
1561
|
+
Equals(obj: JsValue | null): boolean;
|
|
1638
1562
|
Equals(other: EventDefinitionHandle): boolean;
|
|
1639
1563
|
GetHashCode(): int;
|
|
1640
1564
|
}
|
|
@@ -1681,7 +1605,7 @@ export interface __EventDefinitionHandleCollection$views {
|
|
|
1681
1605
|
export type EventDefinitionHandleCollection = EventDefinitionHandleCollection$instance & __EventDefinitionHandleCollection$views;
|
|
1682
1606
|
|
|
1683
1607
|
|
|
1684
|
-
export interface EventDefinitionHandleCollection_Enumerator$instance {
|
|
1608
|
+
export interface EventDefinitionHandleCollection_Enumerator$instance extends IEnumerator_1<EventDefinitionHandle>, IEnumerator, IDisposable {
|
|
1685
1609
|
readonly __tsonic_type_System_Reflection_Metadata_EventDefinitionHandleCollection_Enumerator: never;
|
|
1686
1610
|
|
|
1687
1611
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -1690,7 +1614,6 @@ export interface EventDefinitionHandleCollection_Enumerator$instance {
|
|
|
1690
1614
|
|
|
1691
1615
|
readonly Current: EventDefinitionHandle;
|
|
1692
1616
|
MoveNext(): boolean;
|
|
1693
|
-
Reset(): void;
|
|
1694
1617
|
}
|
|
1695
1618
|
|
|
1696
1619
|
|
|
@@ -1699,13 +1622,7 @@ export const EventDefinitionHandleCollection_Enumerator: {
|
|
|
1699
1622
|
};
|
|
1700
1623
|
|
|
1701
1624
|
|
|
1702
|
-
export
|
|
1703
|
-
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<EventDefinitionHandle>;
|
|
1704
|
-
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
1705
|
-
}
|
|
1706
|
-
|
|
1707
|
-
export type EventDefinitionHandleCollection_Enumerator = EventDefinitionHandleCollection_Enumerator$instance & __EventDefinitionHandleCollection_Enumerator$views;
|
|
1708
|
-
|
|
1625
|
+
export type EventDefinitionHandleCollection_Enumerator = EventDefinitionHandleCollection_Enumerator$instance;
|
|
1709
1626
|
|
|
1710
1627
|
export interface ExceptionRegion$instance {
|
|
1711
1628
|
readonly __tsonic_type_System_Reflection_Metadata_ExceptionRegion: never;
|
|
@@ -1753,7 +1670,7 @@ export interface ExportedTypeHandle$instance {
|
|
|
1753
1670
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
1754
1671
|
|
|
1755
1672
|
readonly IsNil: boolean;
|
|
1756
|
-
Equals(obj:
|
|
1673
|
+
Equals(obj: JsValue | null): boolean;
|
|
1757
1674
|
Equals(other: ExportedTypeHandle): boolean;
|
|
1758
1675
|
GetHashCode(): int;
|
|
1759
1676
|
}
|
|
@@ -1800,7 +1717,7 @@ export interface __ExportedTypeHandleCollection$views {
|
|
|
1800
1717
|
export type ExportedTypeHandleCollection = ExportedTypeHandleCollection$instance & __ExportedTypeHandleCollection$views;
|
|
1801
1718
|
|
|
1802
1719
|
|
|
1803
|
-
export interface ExportedTypeHandleCollection_Enumerator$instance {
|
|
1720
|
+
export interface ExportedTypeHandleCollection_Enumerator$instance extends IEnumerator_1<ExportedTypeHandle>, IEnumerator, IDisposable {
|
|
1804
1721
|
readonly __tsonic_type_System_Reflection_Metadata_ExportedTypeHandleCollection_Enumerator: never;
|
|
1805
1722
|
|
|
1806
1723
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -1809,7 +1726,6 @@ export interface ExportedTypeHandleCollection_Enumerator$instance {
|
|
|
1809
1726
|
|
|
1810
1727
|
readonly Current: ExportedTypeHandle;
|
|
1811
1728
|
MoveNext(): boolean;
|
|
1812
|
-
Reset(): void;
|
|
1813
1729
|
}
|
|
1814
1730
|
|
|
1815
1731
|
|
|
@@ -1818,13 +1734,7 @@ export const ExportedTypeHandleCollection_Enumerator: {
|
|
|
1818
1734
|
};
|
|
1819
1735
|
|
|
1820
1736
|
|
|
1821
|
-
export
|
|
1822
|
-
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<ExportedTypeHandle>;
|
|
1823
|
-
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
1824
|
-
}
|
|
1825
|
-
|
|
1826
|
-
export type ExportedTypeHandleCollection_Enumerator = ExportedTypeHandleCollection_Enumerator$instance & __ExportedTypeHandleCollection_Enumerator$views;
|
|
1827
|
-
|
|
1737
|
+
export type ExportedTypeHandleCollection_Enumerator = ExportedTypeHandleCollection_Enumerator$instance;
|
|
1828
1738
|
|
|
1829
1739
|
export interface FieldDefinition$instance {
|
|
1830
1740
|
readonly __tsonic_type_System_Reflection_Metadata_FieldDefinition: never;
|
|
@@ -1855,7 +1765,7 @@ export interface FieldDefinitionHandle$instance {
|
|
|
1855
1765
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
1856
1766
|
|
|
1857
1767
|
readonly IsNil: boolean;
|
|
1858
|
-
Equals(obj:
|
|
1768
|
+
Equals(obj: JsValue | null): boolean;
|
|
1859
1769
|
Equals(other: FieldDefinitionHandle): boolean;
|
|
1860
1770
|
GetHashCode(): int;
|
|
1861
1771
|
}
|
|
@@ -1902,7 +1812,7 @@ export interface __FieldDefinitionHandleCollection$views {
|
|
|
1902
1812
|
export type FieldDefinitionHandleCollection = FieldDefinitionHandleCollection$instance & __FieldDefinitionHandleCollection$views;
|
|
1903
1813
|
|
|
1904
1814
|
|
|
1905
|
-
export interface FieldDefinitionHandleCollection_Enumerator$instance {
|
|
1815
|
+
export interface FieldDefinitionHandleCollection_Enumerator$instance extends IEnumerator_1<FieldDefinitionHandle>, IEnumerator, IDisposable {
|
|
1906
1816
|
readonly __tsonic_type_System_Reflection_Metadata_FieldDefinitionHandleCollection_Enumerator: never;
|
|
1907
1817
|
|
|
1908
1818
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -1911,7 +1821,6 @@ export interface FieldDefinitionHandleCollection_Enumerator$instance {
|
|
|
1911
1821
|
|
|
1912
1822
|
readonly Current: FieldDefinitionHandle;
|
|
1913
1823
|
MoveNext(): boolean;
|
|
1914
|
-
Reset(): void;
|
|
1915
1824
|
}
|
|
1916
1825
|
|
|
1917
1826
|
|
|
@@ -1920,13 +1829,7 @@ export const FieldDefinitionHandleCollection_Enumerator: {
|
|
|
1920
1829
|
};
|
|
1921
1830
|
|
|
1922
1831
|
|
|
1923
|
-
export
|
|
1924
|
-
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<FieldDefinitionHandle>;
|
|
1925
|
-
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
1926
|
-
}
|
|
1927
|
-
|
|
1928
|
-
export type FieldDefinitionHandleCollection_Enumerator = FieldDefinitionHandleCollection_Enumerator$instance & __FieldDefinitionHandleCollection_Enumerator$views;
|
|
1929
|
-
|
|
1832
|
+
export type FieldDefinitionHandleCollection_Enumerator = FieldDefinitionHandleCollection_Enumerator$instance;
|
|
1930
1833
|
|
|
1931
1834
|
export interface GenericParameter$instance {
|
|
1932
1835
|
readonly __tsonic_type_System_Reflection_Metadata_GenericParameter: never;
|
|
@@ -1969,7 +1872,7 @@ export interface GenericParameterConstraintHandle$instance {
|
|
|
1969
1872
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
1970
1873
|
|
|
1971
1874
|
readonly IsNil: boolean;
|
|
1972
|
-
Equals(obj:
|
|
1875
|
+
Equals(obj: JsValue | null): boolean;
|
|
1973
1876
|
Equals(other: GenericParameterConstraintHandle): boolean;
|
|
1974
1877
|
GetHashCode(): int;
|
|
1975
1878
|
}
|
|
@@ -2017,7 +1920,7 @@ export interface __GenericParameterConstraintHandleCollection$views {
|
|
|
2017
1920
|
export type GenericParameterConstraintHandleCollection = GenericParameterConstraintHandleCollection$instance & __GenericParameterConstraintHandleCollection$views & { readonly [index: number]: GenericParameterConstraintHandle; };
|
|
2018
1921
|
|
|
2019
1922
|
|
|
2020
|
-
export interface GenericParameterConstraintHandleCollection_Enumerator$instance {
|
|
1923
|
+
export interface GenericParameterConstraintHandleCollection_Enumerator$instance extends IEnumerator_1<GenericParameterConstraintHandle>, IEnumerator, IDisposable {
|
|
2021
1924
|
readonly __tsonic_type_System_Reflection_Metadata_GenericParameterConstraintHandleCollection_Enumerator: never;
|
|
2022
1925
|
|
|
2023
1926
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -2026,7 +1929,6 @@ export interface GenericParameterConstraintHandleCollection_Enumerator$instance
|
|
|
2026
1929
|
|
|
2027
1930
|
readonly Current: GenericParameterConstraintHandle;
|
|
2028
1931
|
MoveNext(): boolean;
|
|
2029
|
-
Reset(): void;
|
|
2030
1932
|
}
|
|
2031
1933
|
|
|
2032
1934
|
|
|
@@ -2035,13 +1937,7 @@ export const GenericParameterConstraintHandleCollection_Enumerator: {
|
|
|
2035
1937
|
};
|
|
2036
1938
|
|
|
2037
1939
|
|
|
2038
|
-
export
|
|
2039
|
-
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<GenericParameterConstraintHandle>;
|
|
2040
|
-
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
2041
|
-
}
|
|
2042
|
-
|
|
2043
|
-
export type GenericParameterConstraintHandleCollection_Enumerator = GenericParameterConstraintHandleCollection_Enumerator$instance & __GenericParameterConstraintHandleCollection_Enumerator$views;
|
|
2044
|
-
|
|
1940
|
+
export type GenericParameterConstraintHandleCollection_Enumerator = GenericParameterConstraintHandleCollection_Enumerator$instance;
|
|
2045
1941
|
|
|
2046
1942
|
export interface GenericParameterHandle$instance {
|
|
2047
1943
|
readonly __tsonic_type_System_Reflection_Metadata_GenericParameterHandle: never;
|
|
@@ -2049,7 +1945,7 @@ export interface GenericParameterHandle$instance {
|
|
|
2049
1945
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
2050
1946
|
|
|
2051
1947
|
readonly IsNil: boolean;
|
|
2052
|
-
Equals(obj:
|
|
1948
|
+
Equals(obj: JsValue | null): boolean;
|
|
2053
1949
|
Equals(other: GenericParameterHandle): boolean;
|
|
2054
1950
|
GetHashCode(): int;
|
|
2055
1951
|
}
|
|
@@ -2097,7 +1993,7 @@ export interface __GenericParameterHandleCollection$views {
|
|
|
2097
1993
|
export type GenericParameterHandleCollection = GenericParameterHandleCollection$instance & __GenericParameterHandleCollection$views & { readonly [index: number]: GenericParameterHandle; };
|
|
2098
1994
|
|
|
2099
1995
|
|
|
2100
|
-
export interface GenericParameterHandleCollection_Enumerator$instance {
|
|
1996
|
+
export interface GenericParameterHandleCollection_Enumerator$instance extends IEnumerator_1<GenericParameterHandle>, IEnumerator, IDisposable {
|
|
2101
1997
|
readonly __tsonic_type_System_Reflection_Metadata_GenericParameterHandleCollection_Enumerator: never;
|
|
2102
1998
|
|
|
2103
1999
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -2106,7 +2002,6 @@ export interface GenericParameterHandleCollection_Enumerator$instance {
|
|
|
2106
2002
|
|
|
2107
2003
|
readonly Current: GenericParameterHandle;
|
|
2108
2004
|
MoveNext(): boolean;
|
|
2109
|
-
Reset(): void;
|
|
2110
2005
|
}
|
|
2111
2006
|
|
|
2112
2007
|
|
|
@@ -2115,13 +2010,7 @@ export const GenericParameterHandleCollection_Enumerator: {
|
|
|
2115
2010
|
};
|
|
2116
2011
|
|
|
2117
2012
|
|
|
2118
|
-
export
|
|
2119
|
-
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<GenericParameterHandle>;
|
|
2120
|
-
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
2121
|
-
}
|
|
2122
|
-
|
|
2123
|
-
export type GenericParameterHandleCollection_Enumerator = GenericParameterHandleCollection_Enumerator$instance & __GenericParameterHandleCollection_Enumerator$views;
|
|
2124
|
-
|
|
2013
|
+
export type GenericParameterHandleCollection_Enumerator = GenericParameterHandleCollection_Enumerator$instance;
|
|
2125
2014
|
|
|
2126
2015
|
export interface GuidHandle$instance {
|
|
2127
2016
|
readonly __tsonic_type_System_Reflection_Metadata_GuidHandle: never;
|
|
@@ -2129,7 +2018,7 @@ export interface GuidHandle$instance {
|
|
|
2129
2018
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
2130
2019
|
|
|
2131
2020
|
readonly IsNil: boolean;
|
|
2132
|
-
Equals(obj:
|
|
2021
|
+
Equals(obj: JsValue | null): boolean;
|
|
2133
2022
|
Equals(other: GuidHandle): boolean;
|
|
2134
2023
|
GetHashCode(): int;
|
|
2135
2024
|
}
|
|
@@ -2157,7 +2046,7 @@ export interface Handle$instance {
|
|
|
2157
2046
|
|
|
2158
2047
|
readonly IsNil: boolean;
|
|
2159
2048
|
readonly Kind: HandleKind;
|
|
2160
|
-
Equals(obj:
|
|
2049
|
+
Equals(obj: JsValue | null): boolean;
|
|
2161
2050
|
Equals(other: Handle): boolean;
|
|
2162
2051
|
GetHashCode(): int;
|
|
2163
2052
|
}
|
|
@@ -2221,7 +2110,7 @@ export interface __ImportDefinitionCollection$views {
|
|
|
2221
2110
|
export type ImportDefinitionCollection = ImportDefinitionCollection$instance & __ImportDefinitionCollection$views;
|
|
2222
2111
|
|
|
2223
2112
|
|
|
2224
|
-
export interface ImportDefinitionCollection_Enumerator$instance {
|
|
2113
|
+
export interface ImportDefinitionCollection_Enumerator$instance extends IEnumerator_1<ImportDefinition>, IEnumerator, IDisposable {
|
|
2225
2114
|
readonly __tsonic_type_System_Reflection_Metadata_ImportDefinitionCollection_Enumerator: never;
|
|
2226
2115
|
|
|
2227
2116
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -2239,14 +2128,7 @@ export const ImportDefinitionCollection_Enumerator: {
|
|
|
2239
2128
|
};
|
|
2240
2129
|
|
|
2241
2130
|
|
|
2242
|
-
export
|
|
2243
|
-
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<ImportDefinition>;
|
|
2244
|
-
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
2245
|
-
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
2246
|
-
}
|
|
2247
|
-
|
|
2248
|
-
export type ImportDefinitionCollection_Enumerator = ImportDefinitionCollection_Enumerator$instance & __ImportDefinitionCollection_Enumerator$views;
|
|
2249
|
-
|
|
2131
|
+
export type ImportDefinitionCollection_Enumerator = ImportDefinitionCollection_Enumerator$instance;
|
|
2250
2132
|
|
|
2251
2133
|
export interface ImportScope$instance {
|
|
2252
2134
|
readonly __tsonic_type_System_Reflection_Metadata_ImportScope: never;
|
|
@@ -2290,7 +2172,7 @@ export interface __ImportScopeCollection$views {
|
|
|
2290
2172
|
export type ImportScopeCollection = ImportScopeCollection$instance & __ImportScopeCollection$views;
|
|
2291
2173
|
|
|
2292
2174
|
|
|
2293
|
-
export interface ImportScopeCollection_Enumerator$instance {
|
|
2175
|
+
export interface ImportScopeCollection_Enumerator$instance extends IEnumerator_1<ImportScopeHandle>, IEnumerator, IDisposable {
|
|
2294
2176
|
readonly __tsonic_type_System_Reflection_Metadata_ImportScopeCollection_Enumerator: never;
|
|
2295
2177
|
|
|
2296
2178
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -2299,7 +2181,6 @@ export interface ImportScopeCollection_Enumerator$instance {
|
|
|
2299
2181
|
|
|
2300
2182
|
readonly Current: ImportScopeHandle;
|
|
2301
2183
|
MoveNext(): boolean;
|
|
2302
|
-
Reset(): void;
|
|
2303
2184
|
}
|
|
2304
2185
|
|
|
2305
2186
|
|
|
@@ -2308,13 +2189,7 @@ export const ImportScopeCollection_Enumerator: {
|
|
|
2308
2189
|
};
|
|
2309
2190
|
|
|
2310
2191
|
|
|
2311
|
-
export
|
|
2312
|
-
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<ImportScopeHandle>;
|
|
2313
|
-
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
2314
|
-
}
|
|
2315
|
-
|
|
2316
|
-
export type ImportScopeCollection_Enumerator = ImportScopeCollection_Enumerator$instance & __ImportScopeCollection_Enumerator$views;
|
|
2317
|
-
|
|
2192
|
+
export type ImportScopeCollection_Enumerator = ImportScopeCollection_Enumerator$instance;
|
|
2318
2193
|
|
|
2319
2194
|
export interface ImportScopeHandle$instance {
|
|
2320
2195
|
readonly __tsonic_type_System_Reflection_Metadata_ImportScopeHandle: never;
|
|
@@ -2322,7 +2197,7 @@ export interface ImportScopeHandle$instance {
|
|
|
2322
2197
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
2323
2198
|
|
|
2324
2199
|
readonly IsNil: boolean;
|
|
2325
|
-
Equals(obj:
|
|
2200
|
+
Equals(obj: JsValue | null): boolean;
|
|
2326
2201
|
Equals(other: ImportScopeHandle): boolean;
|
|
2327
2202
|
GetHashCode(): int;
|
|
2328
2203
|
}
|
|
@@ -2364,7 +2239,7 @@ export interface InterfaceImplementationHandle$instance {
|
|
|
2364
2239
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
2365
2240
|
|
|
2366
2241
|
readonly IsNil: boolean;
|
|
2367
|
-
Equals(obj:
|
|
2242
|
+
Equals(obj: JsValue | null): boolean;
|
|
2368
2243
|
Equals(other: InterfaceImplementationHandle): boolean;
|
|
2369
2244
|
GetHashCode(): int;
|
|
2370
2245
|
}
|
|
@@ -2411,7 +2286,7 @@ export interface __InterfaceImplementationHandleCollection$views {
|
|
|
2411
2286
|
export type InterfaceImplementationHandleCollection = InterfaceImplementationHandleCollection$instance & __InterfaceImplementationHandleCollection$views;
|
|
2412
2287
|
|
|
2413
2288
|
|
|
2414
|
-
export interface InterfaceImplementationHandleCollection_Enumerator$instance {
|
|
2289
|
+
export interface InterfaceImplementationHandleCollection_Enumerator$instance extends IEnumerator_1<InterfaceImplementationHandle>, IEnumerator, IDisposable {
|
|
2415
2290
|
readonly __tsonic_type_System_Reflection_Metadata_InterfaceImplementationHandleCollection_Enumerator: never;
|
|
2416
2291
|
|
|
2417
2292
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -2420,7 +2295,6 @@ export interface InterfaceImplementationHandleCollection_Enumerator$instance {
|
|
|
2420
2295
|
|
|
2421
2296
|
readonly Current: InterfaceImplementationHandle;
|
|
2422
2297
|
MoveNext(): boolean;
|
|
2423
|
-
Reset(): void;
|
|
2424
2298
|
}
|
|
2425
2299
|
|
|
2426
2300
|
|
|
@@ -2429,13 +2303,7 @@ export const InterfaceImplementationHandleCollection_Enumerator: {
|
|
|
2429
2303
|
};
|
|
2430
2304
|
|
|
2431
2305
|
|
|
2432
|
-
export
|
|
2433
|
-
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<InterfaceImplementationHandle>;
|
|
2434
|
-
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
2435
|
-
}
|
|
2436
|
-
|
|
2437
|
-
export type InterfaceImplementationHandleCollection_Enumerator = InterfaceImplementationHandleCollection_Enumerator$instance & __InterfaceImplementationHandleCollection_Enumerator$views;
|
|
2438
|
-
|
|
2306
|
+
export type InterfaceImplementationHandleCollection_Enumerator = InterfaceImplementationHandleCollection_Enumerator$instance;
|
|
2439
2307
|
|
|
2440
2308
|
export interface LocalConstant$instance {
|
|
2441
2309
|
readonly __tsonic_type_System_Reflection_Metadata_LocalConstant: never;
|
|
@@ -2458,7 +2326,7 @@ export interface LocalConstantHandle$instance {
|
|
|
2458
2326
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
2459
2327
|
|
|
2460
2328
|
readonly IsNil: boolean;
|
|
2461
|
-
Equals(obj:
|
|
2329
|
+
Equals(obj: JsValue | null): boolean;
|
|
2462
2330
|
Equals(other: LocalConstantHandle): boolean;
|
|
2463
2331
|
GetHashCode(): int;
|
|
2464
2332
|
}
|
|
@@ -2505,7 +2373,7 @@ export interface __LocalConstantHandleCollection$views {
|
|
|
2505
2373
|
export type LocalConstantHandleCollection = LocalConstantHandleCollection$instance & __LocalConstantHandleCollection$views;
|
|
2506
2374
|
|
|
2507
2375
|
|
|
2508
|
-
export interface LocalConstantHandleCollection_Enumerator$instance {
|
|
2376
|
+
export interface LocalConstantHandleCollection_Enumerator$instance extends IEnumerator_1<LocalConstantHandle>, IEnumerator, IDisposable {
|
|
2509
2377
|
readonly __tsonic_type_System_Reflection_Metadata_LocalConstantHandleCollection_Enumerator: never;
|
|
2510
2378
|
|
|
2511
2379
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -2514,7 +2382,6 @@ export interface LocalConstantHandleCollection_Enumerator$instance {
|
|
|
2514
2382
|
|
|
2515
2383
|
readonly Current: LocalConstantHandle;
|
|
2516
2384
|
MoveNext(): boolean;
|
|
2517
|
-
Reset(): void;
|
|
2518
2385
|
}
|
|
2519
2386
|
|
|
2520
2387
|
|
|
@@ -2523,13 +2390,7 @@ export const LocalConstantHandleCollection_Enumerator: {
|
|
|
2523
2390
|
};
|
|
2524
2391
|
|
|
2525
2392
|
|
|
2526
|
-
export
|
|
2527
|
-
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<LocalConstantHandle>;
|
|
2528
|
-
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
2529
|
-
}
|
|
2530
|
-
|
|
2531
|
-
export type LocalConstantHandleCollection_Enumerator = LocalConstantHandleCollection_Enumerator$instance & __LocalConstantHandleCollection_Enumerator$views;
|
|
2532
|
-
|
|
2393
|
+
export type LocalConstantHandleCollection_Enumerator = LocalConstantHandleCollection_Enumerator$instance;
|
|
2533
2394
|
|
|
2534
2395
|
export interface LocalScope$instance {
|
|
2535
2396
|
readonly __tsonic_type_System_Reflection_Metadata_LocalScope: never;
|
|
@@ -2558,7 +2419,7 @@ export interface LocalScopeHandle$instance {
|
|
|
2558
2419
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
2559
2420
|
|
|
2560
2421
|
readonly IsNil: boolean;
|
|
2561
|
-
Equals(obj:
|
|
2422
|
+
Equals(obj: JsValue | null): boolean;
|
|
2562
2423
|
Equals(other: LocalScopeHandle): boolean;
|
|
2563
2424
|
GetHashCode(): int;
|
|
2564
2425
|
}
|
|
@@ -2605,7 +2466,7 @@ export interface __LocalScopeHandleCollection$views {
|
|
|
2605
2466
|
export type LocalScopeHandleCollection = LocalScopeHandleCollection$instance & __LocalScopeHandleCollection$views;
|
|
2606
2467
|
|
|
2607
2468
|
|
|
2608
|
-
export interface LocalScopeHandleCollection_ChildrenEnumerator$instance {
|
|
2469
|
+
export interface LocalScopeHandleCollection_ChildrenEnumerator$instance extends IEnumerator_1<LocalScopeHandle>, IEnumerator, IDisposable {
|
|
2609
2470
|
readonly __tsonic_type_System_Reflection_Metadata_LocalScopeHandleCollection_ChildrenEnumerator: never;
|
|
2610
2471
|
|
|
2611
2472
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -2614,7 +2475,6 @@ export interface LocalScopeHandleCollection_ChildrenEnumerator$instance {
|
|
|
2614
2475
|
|
|
2615
2476
|
readonly Current: LocalScopeHandle;
|
|
2616
2477
|
MoveNext(): boolean;
|
|
2617
|
-
Reset(): void;
|
|
2618
2478
|
}
|
|
2619
2479
|
|
|
2620
2480
|
|
|
@@ -2623,15 +2483,9 @@ export const LocalScopeHandleCollection_ChildrenEnumerator: {
|
|
|
2623
2483
|
};
|
|
2624
2484
|
|
|
2625
2485
|
|
|
2626
|
-
export
|
|
2627
|
-
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<LocalScopeHandle>;
|
|
2628
|
-
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
2629
|
-
}
|
|
2630
|
-
|
|
2631
|
-
export type LocalScopeHandleCollection_ChildrenEnumerator = LocalScopeHandleCollection_ChildrenEnumerator$instance & __LocalScopeHandleCollection_ChildrenEnumerator$views;
|
|
2632
|
-
|
|
2486
|
+
export type LocalScopeHandleCollection_ChildrenEnumerator = LocalScopeHandleCollection_ChildrenEnumerator$instance;
|
|
2633
2487
|
|
|
2634
|
-
export interface LocalScopeHandleCollection_Enumerator$instance {
|
|
2488
|
+
export interface LocalScopeHandleCollection_Enumerator$instance extends IEnumerator_1<LocalScopeHandle>, IEnumerator, IDisposable {
|
|
2635
2489
|
readonly __tsonic_type_System_Reflection_Metadata_LocalScopeHandleCollection_Enumerator: never;
|
|
2636
2490
|
|
|
2637
2491
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -2640,7 +2494,6 @@ export interface LocalScopeHandleCollection_Enumerator$instance {
|
|
|
2640
2494
|
|
|
2641
2495
|
readonly Current: LocalScopeHandle;
|
|
2642
2496
|
MoveNext(): boolean;
|
|
2643
|
-
Reset(): void;
|
|
2644
2497
|
}
|
|
2645
2498
|
|
|
2646
2499
|
|
|
@@ -2649,13 +2502,7 @@ export const LocalScopeHandleCollection_Enumerator: {
|
|
|
2649
2502
|
};
|
|
2650
2503
|
|
|
2651
2504
|
|
|
2652
|
-
export
|
|
2653
|
-
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<LocalScopeHandle>;
|
|
2654
|
-
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
2655
|
-
}
|
|
2656
|
-
|
|
2657
|
-
export type LocalScopeHandleCollection_Enumerator = LocalScopeHandleCollection_Enumerator$instance & __LocalScopeHandleCollection_Enumerator$views;
|
|
2658
|
-
|
|
2505
|
+
export type LocalScopeHandleCollection_Enumerator = LocalScopeHandleCollection_Enumerator$instance;
|
|
2659
2506
|
|
|
2660
2507
|
export interface LocalVariable$instance {
|
|
2661
2508
|
readonly __tsonic_type_System_Reflection_Metadata_LocalVariable: never;
|
|
@@ -2679,7 +2526,7 @@ export interface LocalVariableHandle$instance {
|
|
|
2679
2526
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
2680
2527
|
|
|
2681
2528
|
readonly IsNil: boolean;
|
|
2682
|
-
Equals(obj:
|
|
2529
|
+
Equals(obj: JsValue | null): boolean;
|
|
2683
2530
|
Equals(other: LocalVariableHandle): boolean;
|
|
2684
2531
|
GetHashCode(): int;
|
|
2685
2532
|
}
|
|
@@ -2726,7 +2573,7 @@ export interface __LocalVariableHandleCollection$views {
|
|
|
2726
2573
|
export type LocalVariableHandleCollection = LocalVariableHandleCollection$instance & __LocalVariableHandleCollection$views;
|
|
2727
2574
|
|
|
2728
2575
|
|
|
2729
|
-
export interface LocalVariableHandleCollection_Enumerator$instance {
|
|
2576
|
+
export interface LocalVariableHandleCollection_Enumerator$instance extends IEnumerator_1<LocalVariableHandle>, IEnumerator, IDisposable {
|
|
2730
2577
|
readonly __tsonic_type_System_Reflection_Metadata_LocalVariableHandleCollection_Enumerator: never;
|
|
2731
2578
|
|
|
2732
2579
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -2735,7 +2582,6 @@ export interface LocalVariableHandleCollection_Enumerator$instance {
|
|
|
2735
2582
|
|
|
2736
2583
|
readonly Current: LocalVariableHandle;
|
|
2737
2584
|
MoveNext(): boolean;
|
|
2738
|
-
Reset(): void;
|
|
2739
2585
|
}
|
|
2740
2586
|
|
|
2741
2587
|
|
|
@@ -2744,13 +2590,7 @@ export const LocalVariableHandleCollection_Enumerator: {
|
|
|
2744
2590
|
};
|
|
2745
2591
|
|
|
2746
2592
|
|
|
2747
|
-
export
|
|
2748
|
-
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<LocalVariableHandle>;
|
|
2749
|
-
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
2750
|
-
}
|
|
2751
|
-
|
|
2752
|
-
export type LocalVariableHandleCollection_Enumerator = LocalVariableHandleCollection_Enumerator$instance & __LocalVariableHandleCollection_Enumerator$views;
|
|
2753
|
-
|
|
2593
|
+
export type LocalVariableHandleCollection_Enumerator = LocalVariableHandleCollection_Enumerator$instance;
|
|
2754
2594
|
|
|
2755
2595
|
export interface ManifestResource$instance {
|
|
2756
2596
|
readonly __tsonic_type_System_Reflection_Metadata_ManifestResource: never;
|
|
@@ -2776,7 +2616,7 @@ export interface ManifestResourceHandle$instance {
|
|
|
2776
2616
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
2777
2617
|
|
|
2778
2618
|
readonly IsNil: boolean;
|
|
2779
|
-
Equals(obj:
|
|
2619
|
+
Equals(obj: JsValue | null): boolean;
|
|
2780
2620
|
Equals(other: ManifestResourceHandle): boolean;
|
|
2781
2621
|
GetHashCode(): int;
|
|
2782
2622
|
}
|
|
@@ -2823,7 +2663,7 @@ export interface __ManifestResourceHandleCollection$views {
|
|
|
2823
2663
|
export type ManifestResourceHandleCollection = ManifestResourceHandleCollection$instance & __ManifestResourceHandleCollection$views;
|
|
2824
2664
|
|
|
2825
2665
|
|
|
2826
|
-
export interface ManifestResourceHandleCollection_Enumerator$instance {
|
|
2666
|
+
export interface ManifestResourceHandleCollection_Enumerator$instance extends IEnumerator_1<ManifestResourceHandle>, IEnumerator, IDisposable {
|
|
2827
2667
|
readonly __tsonic_type_System_Reflection_Metadata_ManifestResourceHandleCollection_Enumerator: never;
|
|
2828
2668
|
|
|
2829
2669
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -2832,7 +2672,6 @@ export interface ManifestResourceHandleCollection_Enumerator$instance {
|
|
|
2832
2672
|
|
|
2833
2673
|
readonly Current: ManifestResourceHandle;
|
|
2834
2674
|
MoveNext(): boolean;
|
|
2835
|
-
Reset(): void;
|
|
2836
2675
|
}
|
|
2837
2676
|
|
|
2838
2677
|
|
|
@@ -2841,13 +2680,7 @@ export const ManifestResourceHandleCollection_Enumerator: {
|
|
|
2841
2680
|
};
|
|
2842
2681
|
|
|
2843
2682
|
|
|
2844
|
-
export
|
|
2845
|
-
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<ManifestResourceHandle>;
|
|
2846
|
-
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
2847
|
-
}
|
|
2848
|
-
|
|
2849
|
-
export type ManifestResourceHandleCollection_Enumerator = ManifestResourceHandleCollection_Enumerator$instance & __ManifestResourceHandleCollection_Enumerator$views;
|
|
2850
|
-
|
|
2683
|
+
export type ManifestResourceHandleCollection_Enumerator = ManifestResourceHandleCollection_Enumerator$instance;
|
|
2851
2684
|
|
|
2852
2685
|
export interface MemberReference$instance {
|
|
2853
2686
|
readonly __tsonic_type_System_Reflection_Metadata_MemberReference: never;
|
|
@@ -2875,7 +2708,7 @@ export interface MemberReferenceHandle$instance {
|
|
|
2875
2708
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
2876
2709
|
|
|
2877
2710
|
readonly IsNil: boolean;
|
|
2878
|
-
Equals(obj:
|
|
2711
|
+
Equals(obj: JsValue | null): boolean;
|
|
2879
2712
|
Equals(other: MemberReferenceHandle): boolean;
|
|
2880
2713
|
GetHashCode(): int;
|
|
2881
2714
|
}
|
|
@@ -2922,7 +2755,7 @@ export interface __MemberReferenceHandleCollection$views {
|
|
|
2922
2755
|
export type MemberReferenceHandleCollection = MemberReferenceHandleCollection$instance & __MemberReferenceHandleCollection$views;
|
|
2923
2756
|
|
|
2924
2757
|
|
|
2925
|
-
export interface MemberReferenceHandleCollection_Enumerator$instance {
|
|
2758
|
+
export interface MemberReferenceHandleCollection_Enumerator$instance extends IEnumerator_1<MemberReferenceHandle>, IEnumerator, IDisposable {
|
|
2926
2759
|
readonly __tsonic_type_System_Reflection_Metadata_MemberReferenceHandleCollection_Enumerator: never;
|
|
2927
2760
|
|
|
2928
2761
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -2931,7 +2764,6 @@ export interface MemberReferenceHandleCollection_Enumerator$instance {
|
|
|
2931
2764
|
|
|
2932
2765
|
readonly Current: MemberReferenceHandle;
|
|
2933
2766
|
MoveNext(): boolean;
|
|
2934
|
-
Reset(): void;
|
|
2935
2767
|
}
|
|
2936
2768
|
|
|
2937
2769
|
|
|
@@ -2940,13 +2772,7 @@ export const MemberReferenceHandleCollection_Enumerator: {
|
|
|
2940
2772
|
};
|
|
2941
2773
|
|
|
2942
2774
|
|
|
2943
|
-
export
|
|
2944
|
-
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<MemberReferenceHandle>;
|
|
2945
|
-
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
2946
|
-
}
|
|
2947
|
-
|
|
2948
|
-
export type MemberReferenceHandleCollection_Enumerator = MemberReferenceHandleCollection_Enumerator$instance & __MemberReferenceHandleCollection_Enumerator$views;
|
|
2949
|
-
|
|
2775
|
+
export type MemberReferenceHandleCollection_Enumerator = MemberReferenceHandleCollection_Enumerator$instance;
|
|
2950
2776
|
|
|
2951
2777
|
export interface MetadataStringComparer$instance {
|
|
2952
2778
|
readonly __tsonic_type_System_Reflection_Metadata_MetadataStringComparer: never;
|
|
@@ -2957,7 +2783,7 @@ export interface MetadataStringComparer$instance {
|
|
|
2957
2783
|
Equals(handle: NamespaceDefinitionHandle, value: string, ignoreCase: boolean): boolean;
|
|
2958
2784
|
Equals(handle: DocumentNameBlobHandle, value: string): boolean;
|
|
2959
2785
|
Equals(handle: DocumentNameBlobHandle, value: string, ignoreCase: boolean): boolean;
|
|
2960
|
-
Equals(obj:
|
|
2786
|
+
Equals(obj: JsValue | null): boolean;
|
|
2961
2787
|
StartsWith(handle: StringHandle, value: string): boolean;
|
|
2962
2788
|
StartsWith(handle: StringHandle, value: string, ignoreCase: boolean): boolean;
|
|
2963
2789
|
}
|
|
@@ -2994,7 +2820,7 @@ export interface MethodDebugInformationHandle$instance {
|
|
|
2994
2820
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
2995
2821
|
|
|
2996
2822
|
readonly IsNil: boolean;
|
|
2997
|
-
Equals(obj:
|
|
2823
|
+
Equals(obj: JsValue | null): boolean;
|
|
2998
2824
|
Equals(other: MethodDebugInformationHandle): boolean;
|
|
2999
2825
|
GetHashCode(): int;
|
|
3000
2826
|
ToDefinitionHandle(): MethodDefinitionHandle;
|
|
@@ -3042,7 +2868,7 @@ export interface __MethodDebugInformationHandleCollection$views {
|
|
|
3042
2868
|
export type MethodDebugInformationHandleCollection = MethodDebugInformationHandleCollection$instance & __MethodDebugInformationHandleCollection$views;
|
|
3043
2869
|
|
|
3044
2870
|
|
|
3045
|
-
export interface MethodDebugInformationHandleCollection_Enumerator$instance {
|
|
2871
|
+
export interface MethodDebugInformationHandleCollection_Enumerator$instance extends IEnumerator_1<MethodDebugInformationHandle>, IEnumerator, IDisposable {
|
|
3046
2872
|
readonly __tsonic_type_System_Reflection_Metadata_MethodDebugInformationHandleCollection_Enumerator: never;
|
|
3047
2873
|
|
|
3048
2874
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -3051,7 +2877,6 @@ export interface MethodDebugInformationHandleCollection_Enumerator$instance {
|
|
|
3051
2877
|
|
|
3052
2878
|
readonly Current: MethodDebugInformationHandle;
|
|
3053
2879
|
MoveNext(): boolean;
|
|
3054
|
-
Reset(): void;
|
|
3055
2880
|
}
|
|
3056
2881
|
|
|
3057
2882
|
|
|
@@ -3060,13 +2885,7 @@ export const MethodDebugInformationHandleCollection_Enumerator: {
|
|
|
3060
2885
|
};
|
|
3061
2886
|
|
|
3062
2887
|
|
|
3063
|
-
export
|
|
3064
|
-
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<MethodDebugInformationHandle>;
|
|
3065
|
-
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
3066
|
-
}
|
|
3067
|
-
|
|
3068
|
-
export type MethodDebugInformationHandleCollection_Enumerator = MethodDebugInformationHandleCollection_Enumerator$instance & __MethodDebugInformationHandleCollection_Enumerator$views;
|
|
3069
|
-
|
|
2888
|
+
export type MethodDebugInformationHandleCollection_Enumerator = MethodDebugInformationHandleCollection_Enumerator$instance;
|
|
3070
2889
|
|
|
3071
2890
|
export interface MethodDefinition$instance {
|
|
3072
2891
|
readonly __tsonic_type_System_Reflection_Metadata_MethodDefinition: never;
|
|
@@ -3099,7 +2918,7 @@ export interface MethodDefinitionHandle$instance {
|
|
|
3099
2918
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
3100
2919
|
|
|
3101
2920
|
readonly IsNil: boolean;
|
|
3102
|
-
Equals(obj:
|
|
2921
|
+
Equals(obj: JsValue | null): boolean;
|
|
3103
2922
|
Equals(other: MethodDefinitionHandle): boolean;
|
|
3104
2923
|
GetHashCode(): int;
|
|
3105
2924
|
ToDebugInformationHandle(): MethodDebugInformationHandle;
|
|
@@ -3147,7 +2966,7 @@ export interface __MethodDefinitionHandleCollection$views {
|
|
|
3147
2966
|
export type MethodDefinitionHandleCollection = MethodDefinitionHandleCollection$instance & __MethodDefinitionHandleCollection$views;
|
|
3148
2967
|
|
|
3149
2968
|
|
|
3150
|
-
export interface MethodDefinitionHandleCollection_Enumerator$instance {
|
|
2969
|
+
export interface MethodDefinitionHandleCollection_Enumerator$instance extends IEnumerator_1<MethodDefinitionHandle>, IEnumerator, IDisposable {
|
|
3151
2970
|
readonly __tsonic_type_System_Reflection_Metadata_MethodDefinitionHandleCollection_Enumerator: never;
|
|
3152
2971
|
|
|
3153
2972
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -3156,7 +2975,6 @@ export interface MethodDefinitionHandleCollection_Enumerator$instance {
|
|
|
3156
2975
|
|
|
3157
2976
|
readonly Current: MethodDefinitionHandle;
|
|
3158
2977
|
MoveNext(): boolean;
|
|
3159
|
-
Reset(): void;
|
|
3160
2978
|
}
|
|
3161
2979
|
|
|
3162
2980
|
|
|
@@ -3165,13 +2983,7 @@ export const MethodDefinitionHandleCollection_Enumerator: {
|
|
|
3165
2983
|
};
|
|
3166
2984
|
|
|
3167
2985
|
|
|
3168
|
-
export
|
|
3169
|
-
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<MethodDefinitionHandle>;
|
|
3170
|
-
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
3171
|
-
}
|
|
3172
|
-
|
|
3173
|
-
export type MethodDefinitionHandleCollection_Enumerator = MethodDefinitionHandleCollection_Enumerator$instance & __MethodDefinitionHandleCollection_Enumerator$views;
|
|
3174
|
-
|
|
2986
|
+
export type MethodDefinitionHandleCollection_Enumerator = MethodDefinitionHandleCollection_Enumerator$instance;
|
|
3175
2987
|
|
|
3176
2988
|
export interface MethodImplementation$instance {
|
|
3177
2989
|
readonly __tsonic_type_System_Reflection_Metadata_MethodImplementation: never;
|
|
@@ -3196,7 +3008,7 @@ export interface MethodImplementationHandle$instance {
|
|
|
3196
3008
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
3197
3009
|
|
|
3198
3010
|
readonly IsNil: boolean;
|
|
3199
|
-
Equals(obj:
|
|
3011
|
+
Equals(obj: JsValue | null): boolean;
|
|
3200
3012
|
Equals(other: MethodImplementationHandle): boolean;
|
|
3201
3013
|
GetHashCode(): int;
|
|
3202
3014
|
}
|
|
@@ -3243,7 +3055,7 @@ export interface __MethodImplementationHandleCollection$views {
|
|
|
3243
3055
|
export type MethodImplementationHandleCollection = MethodImplementationHandleCollection$instance & __MethodImplementationHandleCollection$views;
|
|
3244
3056
|
|
|
3245
3057
|
|
|
3246
|
-
export interface MethodImplementationHandleCollection_Enumerator$instance {
|
|
3058
|
+
export interface MethodImplementationHandleCollection_Enumerator$instance extends IEnumerator_1<MethodImplementationHandle>, IEnumerator, IDisposable {
|
|
3247
3059
|
readonly __tsonic_type_System_Reflection_Metadata_MethodImplementationHandleCollection_Enumerator: never;
|
|
3248
3060
|
|
|
3249
3061
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -3252,7 +3064,6 @@ export interface MethodImplementationHandleCollection_Enumerator$instance {
|
|
|
3252
3064
|
|
|
3253
3065
|
readonly Current: MethodImplementationHandle;
|
|
3254
3066
|
MoveNext(): boolean;
|
|
3255
|
-
Reset(): void;
|
|
3256
3067
|
}
|
|
3257
3068
|
|
|
3258
3069
|
|
|
@@ -3261,13 +3072,7 @@ export const MethodImplementationHandleCollection_Enumerator: {
|
|
|
3261
3072
|
};
|
|
3262
3073
|
|
|
3263
3074
|
|
|
3264
|
-
export
|
|
3265
|
-
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<MethodImplementationHandle>;
|
|
3266
|
-
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
3267
|
-
}
|
|
3268
|
-
|
|
3269
|
-
export type MethodImplementationHandleCollection_Enumerator = MethodImplementationHandleCollection_Enumerator$instance & __MethodImplementationHandleCollection_Enumerator$views;
|
|
3270
|
-
|
|
3075
|
+
export type MethodImplementationHandleCollection_Enumerator = MethodImplementationHandleCollection_Enumerator$instance;
|
|
3271
3076
|
|
|
3272
3077
|
export interface MethodImport$instance {
|
|
3273
3078
|
readonly __tsonic_type_System_Reflection_Metadata_MethodImport: never;
|
|
@@ -3326,7 +3131,7 @@ export interface MethodSpecificationHandle$instance {
|
|
|
3326
3131
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
3327
3132
|
|
|
3328
3133
|
readonly IsNil: boolean;
|
|
3329
|
-
Equals(obj:
|
|
3134
|
+
Equals(obj: JsValue | null): boolean;
|
|
3330
3135
|
Equals(other: MethodSpecificationHandle): boolean;
|
|
3331
3136
|
GetHashCode(): int;
|
|
3332
3137
|
}
|
|
@@ -3372,7 +3177,7 @@ export interface ModuleDefinitionHandle$instance {
|
|
|
3372
3177
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
3373
3178
|
|
|
3374
3179
|
readonly IsNil: boolean;
|
|
3375
|
-
Equals(obj:
|
|
3180
|
+
Equals(obj: JsValue | null): boolean;
|
|
3376
3181
|
Equals(other: ModuleDefinitionHandle): boolean;
|
|
3377
3182
|
GetHashCode(): int;
|
|
3378
3183
|
}
|
|
@@ -3414,7 +3219,7 @@ export interface ModuleReferenceHandle$instance {
|
|
|
3414
3219
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
3415
3220
|
|
|
3416
3221
|
readonly IsNil: boolean;
|
|
3417
|
-
Equals(obj:
|
|
3222
|
+
Equals(obj: JsValue | null): boolean;
|
|
3418
3223
|
Equals(other: ModuleReferenceHandle): boolean;
|
|
3419
3224
|
GetHashCode(): int;
|
|
3420
3225
|
}
|
|
@@ -3459,7 +3264,7 @@ export interface NamespaceDefinitionHandle$instance {
|
|
|
3459
3264
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
3460
3265
|
|
|
3461
3266
|
readonly IsNil: boolean;
|
|
3462
|
-
Equals(obj:
|
|
3267
|
+
Equals(obj: JsValue | null): boolean;
|
|
3463
3268
|
Equals(other: NamespaceDefinitionHandle): boolean;
|
|
3464
3269
|
GetHashCode(): int;
|
|
3465
3270
|
}
|
|
@@ -3505,7 +3310,7 @@ export interface ParameterHandle$instance {
|
|
|
3505
3310
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
3506
3311
|
|
|
3507
3312
|
readonly IsNil: boolean;
|
|
3508
|
-
Equals(obj:
|
|
3313
|
+
Equals(obj: JsValue | null): boolean;
|
|
3509
3314
|
Equals(other: ParameterHandle): boolean;
|
|
3510
3315
|
GetHashCode(): int;
|
|
3511
3316
|
}
|
|
@@ -3552,7 +3357,7 @@ export interface __ParameterHandleCollection$views {
|
|
|
3552
3357
|
export type ParameterHandleCollection = ParameterHandleCollection$instance & __ParameterHandleCollection$views;
|
|
3553
3358
|
|
|
3554
3359
|
|
|
3555
|
-
export interface ParameterHandleCollection_Enumerator$instance {
|
|
3360
|
+
export interface ParameterHandleCollection_Enumerator$instance extends IEnumerator_1<ParameterHandle>, IEnumerator, IDisposable {
|
|
3556
3361
|
readonly __tsonic_type_System_Reflection_Metadata_ParameterHandleCollection_Enumerator: never;
|
|
3557
3362
|
|
|
3558
3363
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -3561,7 +3366,6 @@ export interface ParameterHandleCollection_Enumerator$instance {
|
|
|
3561
3366
|
|
|
3562
3367
|
readonly Current: ParameterHandle;
|
|
3563
3368
|
MoveNext(): boolean;
|
|
3564
|
-
Reset(): void;
|
|
3565
3369
|
}
|
|
3566
3370
|
|
|
3567
3371
|
|
|
@@ -3570,13 +3374,7 @@ export const ParameterHandleCollection_Enumerator: {
|
|
|
3570
3374
|
};
|
|
3571
3375
|
|
|
3572
3376
|
|
|
3573
|
-
export
|
|
3574
|
-
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<ParameterHandle>;
|
|
3575
|
-
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
3576
|
-
}
|
|
3577
|
-
|
|
3578
|
-
export type ParameterHandleCollection_Enumerator = ParameterHandleCollection_Enumerator$instance & __ParameterHandleCollection_Enumerator$views;
|
|
3579
|
-
|
|
3377
|
+
export type ParameterHandleCollection_Enumerator = ParameterHandleCollection_Enumerator$instance;
|
|
3580
3378
|
|
|
3581
3379
|
export interface PropertyAccessors$instance {
|
|
3582
3380
|
readonly __tsonic_type_System_Reflection_Metadata_PropertyAccessors: never;
|
|
@@ -3621,7 +3419,7 @@ export interface PropertyDefinitionHandle$instance {
|
|
|
3621
3419
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
3622
3420
|
|
|
3623
3421
|
readonly IsNil: boolean;
|
|
3624
|
-
Equals(obj:
|
|
3422
|
+
Equals(obj: JsValue | null): boolean;
|
|
3625
3423
|
Equals(other: PropertyDefinitionHandle): boolean;
|
|
3626
3424
|
GetHashCode(): int;
|
|
3627
3425
|
}
|
|
@@ -3668,7 +3466,7 @@ export interface __PropertyDefinitionHandleCollection$views {
|
|
|
3668
3466
|
export type PropertyDefinitionHandleCollection = PropertyDefinitionHandleCollection$instance & __PropertyDefinitionHandleCollection$views;
|
|
3669
3467
|
|
|
3670
3468
|
|
|
3671
|
-
export interface PropertyDefinitionHandleCollection_Enumerator$instance {
|
|
3469
|
+
export interface PropertyDefinitionHandleCollection_Enumerator$instance extends IEnumerator_1<PropertyDefinitionHandle>, IEnumerator, IDisposable {
|
|
3672
3470
|
readonly __tsonic_type_System_Reflection_Metadata_PropertyDefinitionHandleCollection_Enumerator: never;
|
|
3673
3471
|
|
|
3674
3472
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -3677,7 +3475,6 @@ export interface PropertyDefinitionHandleCollection_Enumerator$instance {
|
|
|
3677
3475
|
|
|
3678
3476
|
readonly Current: PropertyDefinitionHandle;
|
|
3679
3477
|
MoveNext(): boolean;
|
|
3680
|
-
Reset(): void;
|
|
3681
3478
|
}
|
|
3682
3479
|
|
|
3683
3480
|
|
|
@@ -3686,15 +3483,9 @@ export const PropertyDefinitionHandleCollection_Enumerator: {
|
|
|
3686
3483
|
};
|
|
3687
3484
|
|
|
3688
3485
|
|
|
3689
|
-
export
|
|
3690
|
-
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<PropertyDefinitionHandle>;
|
|
3691
|
-
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
3692
|
-
}
|
|
3693
|
-
|
|
3694
|
-
export type PropertyDefinitionHandleCollection_Enumerator = PropertyDefinitionHandleCollection_Enumerator$instance & __PropertyDefinitionHandleCollection_Enumerator$views;
|
|
3695
|
-
|
|
3486
|
+
export type PropertyDefinitionHandleCollection_Enumerator = PropertyDefinitionHandleCollection_Enumerator$instance;
|
|
3696
3487
|
|
|
3697
|
-
export interface ReservedBlob_1$instance<THandle extends
|
|
3488
|
+
export interface ReservedBlob_1$instance<THandle extends NonNullable<JsValue>> {
|
|
3698
3489
|
readonly __tsonic_type_System_Reflection_Metadata_ReservedBlob_1: never;
|
|
3699
3490
|
|
|
3700
3491
|
readonly Content: Blob;
|
|
@@ -3704,7 +3495,7 @@ export interface ReservedBlob_1$instance<THandle extends unknown> {
|
|
|
3704
3495
|
|
|
3705
3496
|
|
|
3706
3497
|
export const ReservedBlob_1: {
|
|
3707
|
-
new<THandle extends
|
|
3498
|
+
new<THandle extends NonNullable<JsValue>>(): ReservedBlob_1<THandle>;
|
|
3708
3499
|
};
|
|
3709
3500
|
|
|
3710
3501
|
|
|
@@ -3722,7 +3513,7 @@ export interface SequencePoint$instance {
|
|
|
3722
3513
|
readonly Offset: int;
|
|
3723
3514
|
readonly StartColumn: int;
|
|
3724
3515
|
readonly StartLine: int;
|
|
3725
|
-
Equals(obj:
|
|
3516
|
+
Equals(obj: JsValue | null): boolean;
|
|
3726
3517
|
Equals(other: SequencePoint): boolean;
|
|
3727
3518
|
GetHashCode(): int;
|
|
3728
3519
|
}
|
|
@@ -3767,7 +3558,7 @@ export interface __SequencePointCollection$views {
|
|
|
3767
3558
|
export type SequencePointCollection = SequencePointCollection$instance & __SequencePointCollection$views;
|
|
3768
3559
|
|
|
3769
3560
|
|
|
3770
|
-
export interface SequencePointCollection_Enumerator$instance {
|
|
3561
|
+
export interface SequencePointCollection_Enumerator$instance extends IEnumerator_1<SequencePoint>, IEnumerator, IDisposable {
|
|
3771
3562
|
readonly __tsonic_type_System_Reflection_Metadata_SequencePointCollection_Enumerator: never;
|
|
3772
3563
|
|
|
3773
3564
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -3785,14 +3576,7 @@ export const SequencePointCollection_Enumerator: {
|
|
|
3785
3576
|
};
|
|
3786
3577
|
|
|
3787
3578
|
|
|
3788
|
-
export
|
|
3789
|
-
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<SequencePoint>;
|
|
3790
|
-
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
3791
|
-
As_IDisposable(): System_Internal.IDisposable$instance;
|
|
3792
|
-
}
|
|
3793
|
-
|
|
3794
|
-
export type SequencePointCollection_Enumerator = SequencePointCollection_Enumerator$instance & __SequencePointCollection_Enumerator$views;
|
|
3795
|
-
|
|
3579
|
+
export type SequencePointCollection_Enumerator = SequencePointCollection_Enumerator$instance;
|
|
3796
3580
|
|
|
3797
3581
|
export interface SignatureHeader$instance {
|
|
3798
3582
|
readonly __tsonic_type_System_Reflection_Metadata_SignatureHeader: never;
|
|
@@ -3806,7 +3590,7 @@ export interface SignatureHeader$instance {
|
|
|
3806
3590
|
readonly IsInstance: boolean;
|
|
3807
3591
|
readonly Kind: SignatureKind;
|
|
3808
3592
|
readonly RawValue: byte;
|
|
3809
|
-
Equals(obj:
|
|
3593
|
+
Equals(obj: JsValue | null): boolean;
|
|
3810
3594
|
Equals(other: SignatureHeader): boolean;
|
|
3811
3595
|
GetHashCode(): int;
|
|
3812
3596
|
ToString(): string;
|
|
@@ -3854,7 +3638,7 @@ export interface StandaloneSignatureHandle$instance {
|
|
|
3854
3638
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
3855
3639
|
|
|
3856
3640
|
readonly IsNil: boolean;
|
|
3857
|
-
Equals(obj:
|
|
3641
|
+
Equals(obj: JsValue | null): boolean;
|
|
3858
3642
|
Equals(other: StandaloneSignatureHandle): boolean;
|
|
3859
3643
|
GetHashCode(): int;
|
|
3860
3644
|
}
|
|
@@ -3881,7 +3665,7 @@ export interface StringHandle$instance {
|
|
|
3881
3665
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
3882
3666
|
|
|
3883
3667
|
readonly IsNil: boolean;
|
|
3884
|
-
Equals(obj:
|
|
3668
|
+
Equals(obj: JsValue | null): boolean;
|
|
3885
3669
|
Equals(other: StringHandle): boolean;
|
|
3886
3670
|
GetHashCode(): int;
|
|
3887
3671
|
}
|
|
@@ -3939,7 +3723,7 @@ export interface TypeDefinitionHandle$instance {
|
|
|
3939
3723
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
3940
3724
|
|
|
3941
3725
|
readonly IsNil: boolean;
|
|
3942
|
-
Equals(obj:
|
|
3726
|
+
Equals(obj: JsValue | null): boolean;
|
|
3943
3727
|
Equals(other: TypeDefinitionHandle): boolean;
|
|
3944
3728
|
GetHashCode(): int;
|
|
3945
3729
|
}
|
|
@@ -3986,7 +3770,7 @@ export interface __TypeDefinitionHandleCollection$views {
|
|
|
3986
3770
|
export type TypeDefinitionHandleCollection = TypeDefinitionHandleCollection$instance & __TypeDefinitionHandleCollection$views;
|
|
3987
3771
|
|
|
3988
3772
|
|
|
3989
|
-
export interface TypeDefinitionHandleCollection_Enumerator$instance {
|
|
3773
|
+
export interface TypeDefinitionHandleCollection_Enumerator$instance extends IEnumerator_1<TypeDefinitionHandle>, IEnumerator, IDisposable {
|
|
3990
3774
|
readonly __tsonic_type_System_Reflection_Metadata_TypeDefinitionHandleCollection_Enumerator: never;
|
|
3991
3775
|
|
|
3992
3776
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -3995,7 +3779,6 @@ export interface TypeDefinitionHandleCollection_Enumerator$instance {
|
|
|
3995
3779
|
|
|
3996
3780
|
readonly Current: TypeDefinitionHandle;
|
|
3997
3781
|
MoveNext(): boolean;
|
|
3998
|
-
Reset(): void;
|
|
3999
3782
|
}
|
|
4000
3783
|
|
|
4001
3784
|
|
|
@@ -4004,13 +3787,7 @@ export const TypeDefinitionHandleCollection_Enumerator: {
|
|
|
4004
3787
|
};
|
|
4005
3788
|
|
|
4006
3789
|
|
|
4007
|
-
export
|
|
4008
|
-
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<TypeDefinitionHandle>;
|
|
4009
|
-
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
4010
|
-
}
|
|
4011
|
-
|
|
4012
|
-
export type TypeDefinitionHandleCollection_Enumerator = TypeDefinitionHandleCollection_Enumerator$instance & __TypeDefinitionHandleCollection_Enumerator$views;
|
|
4013
|
-
|
|
3790
|
+
export type TypeDefinitionHandleCollection_Enumerator = TypeDefinitionHandleCollection_Enumerator$instance;
|
|
4014
3791
|
|
|
4015
3792
|
export interface TypeLayout$instance {
|
|
4016
3793
|
readonly __tsonic_type_System_Reflection_Metadata_TypeLayout: never;
|
|
@@ -4050,7 +3827,7 @@ export interface TypeReferenceHandle$instance {
|
|
|
4050
3827
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
4051
3828
|
|
|
4052
3829
|
readonly IsNil: boolean;
|
|
4053
|
-
Equals(obj:
|
|
3830
|
+
Equals(obj: JsValue | null): boolean;
|
|
4054
3831
|
Equals(other: TypeReferenceHandle): boolean;
|
|
4055
3832
|
GetHashCode(): int;
|
|
4056
3833
|
}
|
|
@@ -4097,7 +3874,7 @@ export interface __TypeReferenceHandleCollection$views {
|
|
|
4097
3874
|
export type TypeReferenceHandleCollection = TypeReferenceHandleCollection$instance & __TypeReferenceHandleCollection$views;
|
|
4098
3875
|
|
|
4099
3876
|
|
|
4100
|
-
export interface TypeReferenceHandleCollection_Enumerator$instance {
|
|
3877
|
+
export interface TypeReferenceHandleCollection_Enumerator$instance extends IEnumerator_1<TypeReferenceHandle>, IEnumerator, IDisposable {
|
|
4101
3878
|
readonly __tsonic_type_System_Reflection_Metadata_TypeReferenceHandleCollection_Enumerator: never;
|
|
4102
3879
|
|
|
4103
3880
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
@@ -4106,7 +3883,6 @@ export interface TypeReferenceHandleCollection_Enumerator$instance {
|
|
|
4106
3883
|
|
|
4107
3884
|
readonly Current: TypeReferenceHandle;
|
|
4108
3885
|
MoveNext(): boolean;
|
|
4109
|
-
Reset(): void;
|
|
4110
3886
|
}
|
|
4111
3887
|
|
|
4112
3888
|
|
|
@@ -4115,13 +3891,7 @@ export const TypeReferenceHandleCollection_Enumerator: {
|
|
|
4115
3891
|
};
|
|
4116
3892
|
|
|
4117
3893
|
|
|
4118
|
-
export
|
|
4119
|
-
As_IEnumerator_1(): System_Collections_Generic_Internal.IEnumerator_1$instance<TypeReferenceHandle>;
|
|
4120
|
-
As_IEnumerator(): System_Collections_Internal.IEnumerator$instance;
|
|
4121
|
-
}
|
|
4122
|
-
|
|
4123
|
-
export type TypeReferenceHandleCollection_Enumerator = TypeReferenceHandleCollection_Enumerator$instance & __TypeReferenceHandleCollection_Enumerator$views;
|
|
4124
|
-
|
|
3894
|
+
export type TypeReferenceHandleCollection_Enumerator = TypeReferenceHandleCollection_Enumerator$instance;
|
|
4125
3895
|
|
|
4126
3896
|
export interface TypeSpecification$instance {
|
|
4127
3897
|
readonly __tsonic_type_System_Reflection_Metadata_TypeSpecification: never;
|
|
@@ -4145,7 +3915,7 @@ export interface TypeSpecificationHandle$instance {
|
|
|
4145
3915
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
4146
3916
|
|
|
4147
3917
|
readonly IsNil: boolean;
|
|
4148
|
-
Equals(obj:
|
|
3918
|
+
Equals(obj: JsValue | null): boolean;
|
|
4149
3919
|
Equals(other: TypeSpecificationHandle): boolean;
|
|
4150
3920
|
GetHashCode(): int;
|
|
4151
3921
|
}
|
|
@@ -4172,7 +3942,7 @@ export interface UserStringHandle$instance {
|
|
|
4172
3942
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
4173
3943
|
|
|
4174
3944
|
readonly IsNil: boolean;
|
|
4175
|
-
Equals(obj:
|
|
3945
|
+
Equals(obj: JsValue | null): boolean;
|
|
4176
3946
|
Equals(other: UserStringHandle): boolean;
|
|
4177
3947
|
GetHashCode(): int;
|
|
4178
3948
|
}
|
|
@@ -4196,20 +3966,20 @@ export type UserStringHandle = UserStringHandle$instance & __UserStringHandle$vi
|
|
|
4196
3966
|
export interface AssemblyNameInfo$instance {
|
|
4197
3967
|
readonly __tsonic_type_System_Reflection_Metadata_AssemblyNameInfo: never;
|
|
4198
3968
|
|
|
4199
|
-
readonly CultureName: string |
|
|
3969
|
+
readonly CultureName: string | null;
|
|
4200
3970
|
readonly Flags: AssemblyNameFlags;
|
|
4201
3971
|
readonly FullName: string;
|
|
4202
3972
|
readonly Name: string;
|
|
4203
3973
|
readonly PublicKeyOrToken: ImmutableArray_1<System_Internal.Byte>;
|
|
4204
|
-
readonly Version: Version |
|
|
3974
|
+
readonly Version: Version | null;
|
|
4205
3975
|
ToAssemblyName(): AssemblyName;
|
|
4206
3976
|
}
|
|
4207
3977
|
|
|
4208
3978
|
|
|
4209
3979
|
export const AssemblyNameInfo: {
|
|
4210
|
-
new(name: string, version: Version, cultureName: string, flags: AssemblyNameFlags, publicKeyOrToken: ImmutableArray_1<System_Internal.Byte>): AssemblyNameInfo;
|
|
3980
|
+
new(name: string, version: Version | null, cultureName: string | null, flags: AssemblyNameFlags, publicKeyOrToken: ImmutableArray_1<System_Internal.Byte>): AssemblyNameInfo;
|
|
4211
3981
|
Parse(assemblyName: ReadOnlySpan_1<System_Internal.Char>): AssemblyNameInfo;
|
|
4212
|
-
TryParse(assemblyName: ReadOnlySpan_1<System_Internal.Char>, result: AssemblyNameInfo): boolean;
|
|
3982
|
+
TryParse(assemblyName: ReadOnlySpan_1<System_Internal.Char>, result: AssemblyNameInfo | null): boolean;
|
|
4213
3983
|
};
|
|
4214
3984
|
|
|
4215
3985
|
|
|
@@ -4244,7 +4014,7 @@ export interface BlobBuilder$instance {
|
|
|
4244
4014
|
WriteBytes(buffer: byte[], start: int, byteCount: int): void;
|
|
4245
4015
|
WriteCompressedInteger(value: int): void;
|
|
4246
4016
|
WriteCompressedSignedInteger(value: int): void;
|
|
4247
|
-
WriteConstant(value:
|
|
4017
|
+
WriteConstant(value: JsValue | null): void;
|
|
4248
4018
|
WriteContentTo(destination: Stream): void;
|
|
4249
4019
|
WriteContentTo(destination: BlobWriter): void;
|
|
4250
4020
|
WriteContentTo(destination: BlobBuilder): void;
|
|
@@ -4259,7 +4029,7 @@ export interface BlobBuilder$instance {
|
|
|
4259
4029
|
WriteInt64(value: long): void;
|
|
4260
4030
|
WriteReference(reference: int, isSmall: boolean): void;
|
|
4261
4031
|
WriteSByte(value: sbyte): void;
|
|
4262
|
-
WriteSerializedString(value: string): void;
|
|
4032
|
+
WriteSerializedString(value: string | null): void;
|
|
4263
4033
|
WriteSingle(value: float): void;
|
|
4264
4034
|
WriteUInt16(value: ushort): void;
|
|
4265
4035
|
WriteUInt16BE(value: ushort): void;
|
|
@@ -4280,6 +4050,29 @@ export const BlobBuilder: {
|
|
|
4280
4050
|
|
|
4281
4051
|
export type BlobBuilder = BlobBuilder$instance;
|
|
4282
4052
|
|
|
4053
|
+
export interface BlobBuilder_Blobs$instance extends IEnumerable_1<Blob>, IEnumerable, IEnumerator_1<Blob>, IEnumerator, IDisposable {
|
|
4054
|
+
readonly __tsonic_type_System_Reflection_Metadata_BlobBuilder_Blobs: never;
|
|
4055
|
+
|
|
4056
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
4057
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
4058
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
4059
|
+
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
4060
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
4061
|
+
|
|
4062
|
+
readonly Current: Blob;
|
|
4063
|
+
GetEnumerator(): BlobBuilder_Blobs;
|
|
4064
|
+
MoveNext(): boolean;
|
|
4065
|
+
Reset(): void;
|
|
4066
|
+
}
|
|
4067
|
+
|
|
4068
|
+
|
|
4069
|
+
export const BlobBuilder_Blobs: {
|
|
4070
|
+
new(): BlobBuilder_Blobs;
|
|
4071
|
+
};
|
|
4072
|
+
|
|
4073
|
+
|
|
4074
|
+
export type BlobBuilder_Blobs = BlobBuilder_Blobs$instance;
|
|
4075
|
+
|
|
4283
4076
|
export interface DebugMetadataHeader$instance {
|
|
4284
4077
|
readonly __tsonic_type_System_Reflection_Metadata_DebugMetadataHeader: never;
|
|
4285
4078
|
|
|
@@ -4305,7 +4098,7 @@ export interface HandleComparer$instance extends System_Collections_Generic_Inte
|
|
|
4305
4098
|
Compare(x: EntityHandle, y: EntityHandle): int;
|
|
4306
4099
|
Equals(x: Handle, y: Handle): boolean;
|
|
4307
4100
|
Equals(x: EntityHandle, y: EntityHandle): boolean;
|
|
4308
|
-
Equals(obj:
|
|
4101
|
+
Equals(obj: JsValue | null): boolean;
|
|
4309
4102
|
GetHashCode(obj: Handle): int;
|
|
4310
4103
|
GetHashCode(obj: EntityHandle): int;
|
|
4311
4104
|
GetHashCode(): int;
|
|
@@ -4335,8 +4128,8 @@ export interface ImageFormatLimitationException$instance extends Exception, Syst
|
|
|
4335
4128
|
|
|
4336
4129
|
export const ImageFormatLimitationException: {
|
|
4337
4130
|
new(): ImageFormatLimitationException;
|
|
4338
|
-
new(message: string): ImageFormatLimitationException;
|
|
4339
|
-
new(message: string, innerException: Exception): ImageFormatLimitationException;
|
|
4131
|
+
new(message: string | null): ImageFormatLimitationException;
|
|
4132
|
+
new(message: string | null, innerException: Exception | null): ImageFormatLimitationException;
|
|
4340
4133
|
};
|
|
4341
4134
|
|
|
4342
4135
|
|
|
@@ -4354,7 +4147,7 @@ export interface MetadataReader$instance {
|
|
|
4354
4147
|
readonly AssemblyReferences: AssemblyReferenceHandleCollection;
|
|
4355
4148
|
readonly CustomAttributes: CustomAttributeHandleCollection;
|
|
4356
4149
|
readonly CustomDebugInformation: CustomDebugInformationHandleCollection;
|
|
4357
|
-
readonly DebugMetadataHeader: DebugMetadataHeader |
|
|
4150
|
+
readonly DebugMetadataHeader: DebugMetadataHeader | null;
|
|
4358
4151
|
readonly DeclarativeSecurityAttributes: DeclarativeSecurityAttributeHandleCollection;
|
|
4359
4152
|
readonly Documents: DocumentHandleCollection;
|
|
4360
4153
|
readonly EventDefinitions: EventDefinitionHandleCollection;
|
|
@@ -4433,7 +4226,7 @@ export interface MetadataReader$instance {
|
|
|
4433
4226
|
export const MetadataReader: {
|
|
4434
4227
|
new(metadata: ptr<byte>, length: int): MetadataReader;
|
|
4435
4228
|
new(metadata: ptr<byte>, length: int, options: MetadataReaderOptions): MetadataReader;
|
|
4436
|
-
new(metadata: ptr<byte>, length: int, options: MetadataReaderOptions, utf8Decoder: MetadataStringDecoder): MetadataReader;
|
|
4229
|
+
new(metadata: ptr<byte>, length: int, options: MetadataReaderOptions, utf8Decoder: MetadataStringDecoder | null): MetadataReader;
|
|
4437
4230
|
GetAssemblyName(assemblyFile: string): AssemblyName;
|
|
4438
4231
|
};
|
|
4439
4232
|
|
|
@@ -4446,7 +4239,7 @@ export interface MetadataReaderProvider$instance extends System_Internal.IDispos
|
|
|
4446
4239
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
4447
4240
|
|
|
4448
4241
|
Dispose(): void;
|
|
4449
|
-
GetMetadataReader(options?: MetadataReaderOptions, utf8Decoder?: MetadataStringDecoder): MetadataReader;
|
|
4242
|
+
GetMetadataReader(options?: MetadataReaderOptions, utf8Decoder?: MetadataStringDecoder | null): MetadataReader;
|
|
4450
4243
|
}
|
|
4451
4244
|
|
|
4452
4245
|
|
|
@@ -4505,7 +4298,7 @@ export interface MethodBodyBlock$instance {
|
|
|
4505
4298
|
readonly LocalVariablesInitialized: boolean;
|
|
4506
4299
|
readonly MaxStack: int;
|
|
4507
4300
|
readonly Size: int;
|
|
4508
|
-
GetILBytes(): byte[] |
|
|
4301
|
+
GetILBytes(): byte[] | null;
|
|
4509
4302
|
GetILContent(): ImmutableArray_1<System_Internal.Byte>;
|
|
4510
4303
|
GetILReader(): BlobReader;
|
|
4511
4304
|
}
|
|
@@ -4521,7 +4314,7 @@ export type MethodBodyBlock = MethodBodyBlock$instance;
|
|
|
4521
4314
|
export interface TypeName$instance {
|
|
4522
4315
|
readonly __tsonic_type_System_Reflection_Metadata_TypeName: never;
|
|
4523
4316
|
|
|
4524
|
-
readonly AssemblyName: AssemblyNameInfo |
|
|
4317
|
+
readonly AssemblyName: AssemblyNameInfo | null;
|
|
4525
4318
|
readonly AssemblyQualifiedName: string;
|
|
4526
4319
|
readonly DeclaringType: TypeName;
|
|
4527
4320
|
readonly FullName: string;
|
|
@@ -4545,13 +4338,13 @@ export interface TypeName$instance {
|
|
|
4545
4338
|
MakeGenericTypeName(typeArguments: ImmutableArray_1<TypeName>): TypeName;
|
|
4546
4339
|
MakePointerTypeName(): TypeName;
|
|
4547
4340
|
MakeSZArrayTypeName(): TypeName;
|
|
4548
|
-
WithAssemblyName(assemblyName: AssemblyNameInfo): TypeName;
|
|
4341
|
+
WithAssemblyName(assemblyName: AssemblyNameInfo | null): TypeName;
|
|
4549
4342
|
}
|
|
4550
4343
|
|
|
4551
4344
|
|
|
4552
4345
|
export const TypeName: {
|
|
4553
|
-
Parse(typeName: ReadOnlySpan_1<System_Internal.Char>, options?: TypeNameParseOptions): TypeName;
|
|
4554
|
-
TryParse(typeName: ReadOnlySpan_1<System_Internal.Char>, result: TypeName, options?: TypeNameParseOptions): boolean;
|
|
4346
|
+
Parse(typeName: ReadOnlySpan_1<System_Internal.Char>, options?: TypeNameParseOptions | null): TypeName;
|
|
4347
|
+
TryParse(typeName: ReadOnlySpan_1<System_Internal.Char>, result: TypeName | null, options?: TypeNameParseOptions | null): boolean;
|
|
4555
4348
|
Unescape(name: string): string;
|
|
4556
4349
|
};
|
|
4557
4350
|
|
|
@@ -4598,7 +4391,7 @@ export abstract class MetadataUpdater$instance {
|
|
|
4598
4391
|
export type MetadataUpdater = MetadataUpdater$instance;
|
|
4599
4392
|
|
|
4600
4393
|
export abstract class PEReaderExtensions$instance {
|
|
4601
|
-
static GetMetadataReader(peReader: PEReader, options: MetadataReaderOptions, utf8Decoder: MetadataStringDecoder): MetadataReader;
|
|
4394
|
+
static GetMetadataReader(peReader: PEReader, options: MetadataReaderOptions, utf8Decoder: MetadataStringDecoder | null): MetadataReader;
|
|
4602
4395
|
static GetMetadataReader(peReader: PEReader, options: MetadataReaderOptions): MetadataReader;
|
|
4603
4396
|
static GetMetadataReader(peReader: PEReader): MetadataReader;
|
|
4604
4397
|
static GetMethodBody(peReader: PEReader, relativeVirtualAddress: int): MethodBodyBlock;
|