@tsonic/dotnet 10.0.3 → 10.0.5
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/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +4 -0
- package/Microsoft.VisualBasic/internal/index.d.ts +4 -0
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +2 -0
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +4 -0
- package/Microsoft.Win32/internal/index.d.ts +2 -0
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +34 -0
- package/System/internal/index.d.ts +1042 -19
- package/System.Buffers/internal/index.d.ts +18 -0
- package/System.CodeDom.Compiler/internal/index.d.ts +3 -0
- package/System.Collections/internal/index.d.ts +78 -10
- package/System.Collections.Concurrent/internal/index.d.ts +35 -0
- package/System.Collections.Frozen/internal/index.d.ts +25 -0
- package/System.Collections.Generic/internal/index.d.ts +306 -5
- package/System.Collections.Immutable/internal/index.d.ts +156 -9
- package/System.Collections.ObjectModel/internal/index.d.ts +80 -2
- package/System.Collections.Specialized/internal/index.d.ts +45 -8
- package/System.ComponentModel/internal/index.d.ts +129 -8
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +6 -0
- package/System.ComponentModel.Design/internal/index.d.ts +75 -2
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +18 -0
- package/System.Data/internal/index.d.ts +165 -4
- package/System.Data.Common/internal/index.d.ts +86 -6
- package/System.Data.SqlTypes/internal/index.d.ts +92 -3
- package/System.Diagnostics/internal/index.d.ts +74 -9
- package/System.Diagnostics.Contracts/internal/index.d.ts +2 -0
- package/System.Diagnostics.Metrics/internal/index.d.ts +6 -0
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +22 -0
- package/System.Diagnostics.Tracing/internal/index.d.ts +16 -0
- package/System.Drawing/internal/index.d.ts +14 -0
- package/System.Dynamic/internal/index.d.ts +13 -0
- package/System.Formats.Asn1/internal/index.d.ts +6 -0
- package/System.Formats.Tar/internal/index.d.ts +6 -0
- package/System.Globalization/internal/index.d.ts +52 -2
- package/System.IO/internal/index.d.ts +67 -0
- package/System.IO.Compression/internal/index.d.ts +21 -0
- package/System.IO.Enumeration/internal/index.d.ts +7 -0
- package/System.IO.IsolatedStorage/internal/index.d.ts +9 -0
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +7 -0
- package/System.IO.Pipelines/internal/index.d.ts +4 -0
- package/System.IO.Pipes/internal/index.d.ts +15 -0
- package/System.Linq/internal/index.d.ts +38 -4
- package/System.Linq.Expressions/internal/index.d.ts +17 -0
- package/System.Net/internal/index.d.ts +94 -3
- package/System.Net.Http/internal/index.d.ts +53 -0
- package/System.Net.Http.Headers/internal/index.d.ts +74 -1
- package/System.Net.Http.Json/internal/index.d.ts +2 -0
- package/System.Net.Mail/internal/index.d.ts +57 -0
- package/System.Net.NetworkInformation/internal/index.d.ts +32 -5
- package/System.Net.Quic/internal/index.d.ts +9 -0
- package/System.Net.Security/internal/index.d.ts +13 -0
- package/System.Net.Sockets/internal/index.d.ts +21 -0
- package/System.Net.WebSockets/internal/index.d.ts +9 -0
- package/System.Numerics/internal/index.d.ts +154 -6
- package/System.Reflection/internal/index.d.ts +69 -1
- package/System.Reflection.Emit/internal/index.d.ts +35 -0
- package/System.Reflection.Metadata/internal/index.d.ts +331 -2
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +4 -0
- package/System.Reflection.PortableExecutable/internal/index.d.ts +2 -0
- package/System.Resources/internal/index.d.ts +19 -1
- package/System.Runtime/internal/index.d.ts +6 -0
- package/System.Runtime.CompilerServices/internal/index.d.ts +58 -4
- package/System.Runtime.InteropServices/internal/index.d.ts +94 -0
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +42 -0
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +4 -0
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +25 -0
- package/System.Runtime.Intrinsics/internal/index.d.ts +48 -4
- package/System.Runtime.Loader/internal/index.d.ts +2 -0
- package/System.Runtime.Serialization/internal/index.d.ts +36 -0
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +2 -0
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +2 -0
- package/System.Runtime.Serialization.Json/internal/index.d.ts +4 -0
- package/System.Runtime.Versioning/internal/index.d.ts +2 -0
- package/System.Security/internal/index.d.ts +18 -0
- package/System.Security.AccessControl/internal/index.d.ts +26 -6
- package/System.Security.Authentication/internal/index.d.ts +4 -0
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +7 -2
- package/System.Security.Claims/internal/index.d.ts +4 -0
- package/System.Security.Cryptography/internal/index.d.ts +271 -1
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +47 -2
- package/System.Security.Policy/internal/index.d.ts +3 -0
- package/System.Security.Principal/internal/index.d.ts +24 -1
- package/System.Text/internal/index.d.ts +41 -1
- package/System.Text.Json/internal/index.d.ts +22 -1
- package/System.Text.Json.Nodes/internal/index.d.ts +11 -0
- package/System.Text.Json.Serialization/internal/index.d.ts +10 -0
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +4 -0
- package/System.Text.RegularExpressions/internal/index.d.ts +44 -2
- package/System.Threading/internal/index.d.ts +78 -0
- package/System.Threading.Channels/internal/index.d.ts +2 -0
- package/System.Threading.Tasks/internal/index.d.ts +18 -0
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +67 -0
- package/System.Threading.Tasks.Sources/internal/index.d.ts +4 -0
- package/System.Timers/internal/index.d.ts +4 -0
- package/System.Transactions/internal/index.d.ts +39 -0
- package/System.Web/internal/index.d.ts +2 -0
- package/System.Windows.Input/internal/index.d.ts +2 -0
- package/System.Xml/internal/index.d.ts +143 -6
- package/System.Xml.Linq/internal/index.d.ts +32 -0
- package/System.Xml.Schema/internal/index.d.ts +25 -2
- package/System.Xml.Serialization/internal/index.d.ts +29 -4
- package/System.Xml.XPath/internal/index.d.ts +13 -2
- package/System.Xml.Xsl/internal/index.d.ts +11 -0
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +25 -1
- package/__internal/extensions/index.d.ts +263 -263
- package/package.json +1 -1
|
@@ -504,6 +504,8 @@ export enum StandaloneSignatureKind {
|
|
|
504
504
|
|
|
505
505
|
|
|
506
506
|
export interface IConstructedTypeProvider_1$instance<TType> extends ISZArrayTypeProvider_1<TType> {
|
|
507
|
+
readonly __tsonic_iface_System_Reflection_Metadata_IConstructedTypeProvider_1: never;
|
|
508
|
+
|
|
507
509
|
GetArrayType(elementType: TType, shape: ArrayShape): TType;
|
|
508
510
|
GetByReferenceType(elementType: TType): TType;
|
|
509
511
|
GetGenericInstantiation(genericType: TType, typeArguments: ImmutableArray_1<TType>): TType;
|
|
@@ -516,6 +518,8 @@ export interface IConstructedTypeProvider_1$instance<TType> extends ISZArrayType
|
|
|
516
518
|
export type IConstructedTypeProvider_1<TType> = IConstructedTypeProvider_1$instance<TType>;
|
|
517
519
|
|
|
518
520
|
export interface ICustomAttributeTypeProvider_1$instance<TType> extends ISimpleTypeProvider_1<TType>, ISZArrayTypeProvider_1<TType> {
|
|
521
|
+
readonly __tsonic_iface_System_Reflection_Metadata_ICustomAttributeTypeProvider_1: never;
|
|
522
|
+
|
|
519
523
|
GetPrimitiveType(typeCode: PrimitiveTypeCode): TType;
|
|
520
524
|
GetSystemType(): TType;
|
|
521
525
|
GetSZArrayType(elementType: TType): TType;
|
|
@@ -532,6 +536,8 @@ export interface ICustomAttributeTypeProvider_1$instance<TType> extends ISimpleT
|
|
|
532
536
|
export type ICustomAttributeTypeProvider_1<TType> = ICustomAttributeTypeProvider_1$instance<TType>;
|
|
533
537
|
|
|
534
538
|
export interface ISignatureTypeProvider_2$instance<TType, TGenericContext> extends ISimpleTypeProvider_1<TType>, IConstructedTypeProvider_1<TType>, ISZArrayTypeProvider_1<TType> {
|
|
539
|
+
readonly __tsonic_iface_System_Reflection_Metadata_ISignatureTypeProvider_2: never;
|
|
540
|
+
|
|
535
541
|
GetArrayType(elementType: TType, shape: ArrayShape): TType;
|
|
536
542
|
GetByReferenceType(elementType: TType): TType;
|
|
537
543
|
GetFunctionPointerType(signature: MethodSignature_1<TType>): TType;
|
|
@@ -552,6 +558,8 @@ export interface ISignatureTypeProvider_2$instance<TType, TGenericContext> exten
|
|
|
552
558
|
export type ISignatureTypeProvider_2<TType, TGenericContext> = ISignatureTypeProvider_2$instance<TType, TGenericContext>;
|
|
553
559
|
|
|
554
560
|
export interface ISimpleTypeProvider_1$instance<TType> {
|
|
561
|
+
readonly __tsonic_iface_System_Reflection_Metadata_ISimpleTypeProvider_1: never;
|
|
562
|
+
|
|
555
563
|
GetPrimitiveType(typeCode: PrimitiveTypeCode): TType;
|
|
556
564
|
GetTypeFromDefinition(reader: MetadataReader, handle: TypeDefinitionHandle, rawTypeKind: byte): TType;
|
|
557
565
|
GetTypeFromReference(reader: MetadataReader, handle: TypeReferenceHandle, rawTypeKind: byte): TType;
|
|
@@ -561,6 +569,8 @@ export interface ISimpleTypeProvider_1$instance<TType> {
|
|
|
561
569
|
export type ISimpleTypeProvider_1<TType> = ISimpleTypeProvider_1$instance<TType>;
|
|
562
570
|
|
|
563
571
|
export interface ISZArrayTypeProvider_1$instance<TType> {
|
|
572
|
+
readonly __tsonic_iface_System_Reflection_Metadata_ISZArrayTypeProvider_1: never;
|
|
573
|
+
|
|
564
574
|
GetSZArrayType(elementType: TType): TType;
|
|
565
575
|
}
|
|
566
576
|
|
|
@@ -603,6 +613,8 @@ export const AssemblyDefinition: {
|
|
|
603
613
|
export type AssemblyDefinition = AssemblyDefinition$instance;
|
|
604
614
|
|
|
605
615
|
export interface AssemblyDefinitionHandle$instance {
|
|
616
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
617
|
+
|
|
606
618
|
readonly IsNil: boolean;
|
|
607
619
|
Equals(obj: unknown): boolean;
|
|
608
620
|
Equals(other: AssemblyDefinitionHandle): boolean;
|
|
@@ -641,6 +653,8 @@ export const AssemblyFile: {
|
|
|
641
653
|
export type AssemblyFile = AssemblyFile$instance;
|
|
642
654
|
|
|
643
655
|
export interface AssemblyFileHandle$instance {
|
|
656
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
657
|
+
|
|
644
658
|
readonly IsNil: boolean;
|
|
645
659
|
Equals(obj: unknown): boolean;
|
|
646
660
|
Equals(other: AssemblyFileHandle): boolean;
|
|
@@ -664,6 +678,10 @@ export type AssemblyFileHandle = AssemblyFileHandle$instance & __AssemblyFileHan
|
|
|
664
678
|
|
|
665
679
|
|
|
666
680
|
export interface AssemblyFileHandleCollection$instance {
|
|
681
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
682
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
683
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
684
|
+
|
|
667
685
|
readonly Count: int;
|
|
668
686
|
GetEnumerator(): AssemblyFileHandleCollection_Enumerator;
|
|
669
687
|
}
|
|
@@ -684,6 +702,10 @@ export type AssemblyFileHandleCollection = AssemblyFileHandleCollection$instance
|
|
|
684
702
|
|
|
685
703
|
|
|
686
704
|
export interface AssemblyFileHandleCollection_Enumerator$instance {
|
|
705
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
706
|
+
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
707
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
708
|
+
|
|
687
709
|
readonly Current: AssemblyFileHandle;
|
|
688
710
|
MoveNext(): boolean;
|
|
689
711
|
Reset(): void;
|
|
@@ -724,6 +746,8 @@ export const AssemblyReference: {
|
|
|
724
746
|
export type AssemblyReference = AssemblyReference$instance;
|
|
725
747
|
|
|
726
748
|
export interface AssemblyReferenceHandle$instance {
|
|
749
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
750
|
+
|
|
727
751
|
readonly IsNil: boolean;
|
|
728
752
|
Equals(obj: unknown): boolean;
|
|
729
753
|
Equals(other: AssemblyReferenceHandle): boolean;
|
|
@@ -747,6 +771,10 @@ export type AssemblyReferenceHandle = AssemblyReferenceHandle$instance & __Assem
|
|
|
747
771
|
|
|
748
772
|
|
|
749
773
|
export interface AssemblyReferenceHandleCollection$instance {
|
|
774
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
775
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
776
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
777
|
+
|
|
750
778
|
readonly Count: int;
|
|
751
779
|
GetEnumerator(): AssemblyReferenceHandleCollection_Enumerator;
|
|
752
780
|
}
|
|
@@ -767,6 +795,10 @@ export type AssemblyReferenceHandleCollection = AssemblyReferenceHandleCollectio
|
|
|
767
795
|
|
|
768
796
|
|
|
769
797
|
export interface AssemblyReferenceHandleCollection_Enumerator$instance {
|
|
798
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
799
|
+
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
800
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
801
|
+
|
|
770
802
|
readonly Current: AssemblyReferenceHandle;
|
|
771
803
|
MoveNext(): boolean;
|
|
772
804
|
Reset(): void;
|
|
@@ -801,6 +833,12 @@ export const Blob: {
|
|
|
801
833
|
export type Blob = Blob$instance;
|
|
802
834
|
|
|
803
835
|
export interface BlobBuilder_Blobs$instance {
|
|
836
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
837
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
838
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
839
|
+
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
840
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
841
|
+
|
|
804
842
|
readonly Current: Blob;
|
|
805
843
|
GetEnumerator(): BlobBuilder_Blobs;
|
|
806
844
|
MoveNext(): boolean;
|
|
@@ -825,6 +863,8 @@ export type BlobBuilder_Blobs = BlobBuilder_Blobs$instance & __BlobBuilder_Blobs
|
|
|
825
863
|
|
|
826
864
|
|
|
827
865
|
export interface BlobContentId$instance {
|
|
866
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
867
|
+
|
|
828
868
|
readonly Guid: Guid;
|
|
829
869
|
readonly IsDefault: boolean;
|
|
830
870
|
readonly Stamp: uint;
|
|
@@ -855,6 +895,8 @@ export type BlobContentId = BlobContentId$instance & __BlobContentId$views;
|
|
|
855
895
|
|
|
856
896
|
|
|
857
897
|
export interface BlobHandle$instance {
|
|
898
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
899
|
+
|
|
858
900
|
readonly IsNil: boolean;
|
|
859
901
|
Equals(obj: unknown): boolean;
|
|
860
902
|
Equals(other: BlobHandle): boolean;
|
|
@@ -1002,6 +1044,8 @@ export const Constant: {
|
|
|
1002
1044
|
export type Constant = Constant$instance;
|
|
1003
1045
|
|
|
1004
1046
|
export interface ConstantHandle$instance {
|
|
1047
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
1048
|
+
|
|
1005
1049
|
readonly IsNil: boolean;
|
|
1006
1050
|
Equals(obj: unknown): boolean;
|
|
1007
1051
|
Equals(other: ConstantHandle): boolean;
|
|
@@ -1040,6 +1084,8 @@ export const CustomAttribute: {
|
|
|
1040
1084
|
export type CustomAttribute = CustomAttribute$instance;
|
|
1041
1085
|
|
|
1042
1086
|
export interface CustomAttributeHandle$instance {
|
|
1087
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
1088
|
+
|
|
1043
1089
|
readonly IsNil: boolean;
|
|
1044
1090
|
Equals(obj: unknown): boolean;
|
|
1045
1091
|
Equals(other: CustomAttributeHandle): boolean;
|
|
@@ -1063,6 +1109,10 @@ export type CustomAttributeHandle = CustomAttributeHandle$instance & __CustomAtt
|
|
|
1063
1109
|
|
|
1064
1110
|
|
|
1065
1111
|
export interface CustomAttributeHandleCollection$instance {
|
|
1112
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
1113
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
1114
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1115
|
+
|
|
1066
1116
|
readonly Count: int;
|
|
1067
1117
|
GetEnumerator(): CustomAttributeHandleCollection_Enumerator;
|
|
1068
1118
|
}
|
|
@@ -1083,6 +1133,10 @@ export type CustomAttributeHandleCollection = CustomAttributeHandleCollection$in
|
|
|
1083
1133
|
|
|
1084
1134
|
|
|
1085
1135
|
export interface CustomAttributeHandleCollection_Enumerator$instance {
|
|
1136
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
1137
|
+
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
1138
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
1139
|
+
|
|
1086
1140
|
readonly Current: CustomAttributeHandle;
|
|
1087
1141
|
MoveNext(): boolean;
|
|
1088
1142
|
Reset(): void;
|
|
@@ -1158,6 +1212,8 @@ export const CustomDebugInformation: {
|
|
|
1158
1212
|
export type CustomDebugInformation = CustomDebugInformation$instance;
|
|
1159
1213
|
|
|
1160
1214
|
export interface CustomDebugInformationHandle$instance {
|
|
1215
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
1216
|
+
|
|
1161
1217
|
readonly IsNil: boolean;
|
|
1162
1218
|
Equals(obj: unknown): boolean;
|
|
1163
1219
|
Equals(other: CustomDebugInformationHandle): boolean;
|
|
@@ -1181,6 +1237,10 @@ export type CustomDebugInformationHandle = CustomDebugInformationHandle$instance
|
|
|
1181
1237
|
|
|
1182
1238
|
|
|
1183
1239
|
export interface CustomDebugInformationHandleCollection$instance {
|
|
1240
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
1241
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
1242
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1243
|
+
|
|
1184
1244
|
readonly Count: int;
|
|
1185
1245
|
GetEnumerator(): CustomDebugInformationHandleCollection_Enumerator;
|
|
1186
1246
|
}
|
|
@@ -1201,6 +1261,10 @@ export type CustomDebugInformationHandleCollection = CustomDebugInformationHandl
|
|
|
1201
1261
|
|
|
1202
1262
|
|
|
1203
1263
|
export interface CustomDebugInformationHandleCollection_Enumerator$instance {
|
|
1264
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
1265
|
+
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
1266
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
1267
|
+
|
|
1204
1268
|
readonly Current: CustomDebugInformationHandle;
|
|
1205
1269
|
MoveNext(): boolean;
|
|
1206
1270
|
Reset(): void;
|
|
@@ -1235,6 +1299,8 @@ export const DeclarativeSecurityAttribute: {
|
|
|
1235
1299
|
export type DeclarativeSecurityAttribute = DeclarativeSecurityAttribute$instance;
|
|
1236
1300
|
|
|
1237
1301
|
export interface DeclarativeSecurityAttributeHandle$instance {
|
|
1302
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
1303
|
+
|
|
1238
1304
|
readonly IsNil: boolean;
|
|
1239
1305
|
Equals(obj: unknown): boolean;
|
|
1240
1306
|
Equals(other: DeclarativeSecurityAttributeHandle): boolean;
|
|
@@ -1258,6 +1324,10 @@ export type DeclarativeSecurityAttributeHandle = DeclarativeSecurityAttributeHan
|
|
|
1258
1324
|
|
|
1259
1325
|
|
|
1260
1326
|
export interface DeclarativeSecurityAttributeHandleCollection$instance {
|
|
1327
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
1328
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
1329
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1330
|
+
|
|
1261
1331
|
readonly Count: int;
|
|
1262
1332
|
GetEnumerator(): DeclarativeSecurityAttributeHandleCollection_Enumerator;
|
|
1263
1333
|
}
|
|
@@ -1278,6 +1348,10 @@ export type DeclarativeSecurityAttributeHandleCollection = DeclarativeSecurityAt
|
|
|
1278
1348
|
|
|
1279
1349
|
|
|
1280
1350
|
export interface DeclarativeSecurityAttributeHandleCollection_Enumerator$instance {
|
|
1351
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
1352
|
+
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
1353
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
1354
|
+
|
|
1281
1355
|
readonly Current: DeclarativeSecurityAttributeHandle;
|
|
1282
1356
|
MoveNext(): boolean;
|
|
1283
1357
|
Reset(): void;
|
|
@@ -1313,6 +1387,8 @@ export const Document: {
|
|
|
1313
1387
|
export type Document = Document$instance;
|
|
1314
1388
|
|
|
1315
1389
|
export interface DocumentHandle$instance {
|
|
1390
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
1391
|
+
|
|
1316
1392
|
readonly IsNil: boolean;
|
|
1317
1393
|
Equals(obj: unknown): boolean;
|
|
1318
1394
|
Equals(other: DocumentHandle): boolean;
|
|
@@ -1336,6 +1412,10 @@ export type DocumentHandle = DocumentHandle$instance & __DocumentHandle$views;
|
|
|
1336
1412
|
|
|
1337
1413
|
|
|
1338
1414
|
export interface DocumentHandleCollection$instance {
|
|
1415
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
1416
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
1417
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1418
|
+
|
|
1339
1419
|
readonly Count: int;
|
|
1340
1420
|
GetEnumerator(): DocumentHandleCollection_Enumerator;
|
|
1341
1421
|
}
|
|
@@ -1356,6 +1436,10 @@ export type DocumentHandleCollection = DocumentHandleCollection$instance & __Doc
|
|
|
1356
1436
|
|
|
1357
1437
|
|
|
1358
1438
|
export interface DocumentHandleCollection_Enumerator$instance {
|
|
1439
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
1440
|
+
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
1441
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
1442
|
+
|
|
1359
1443
|
readonly Current: DocumentHandle;
|
|
1360
1444
|
MoveNext(): boolean;
|
|
1361
1445
|
Reset(): void;
|
|
@@ -1376,6 +1460,8 @@ export type DocumentHandleCollection_Enumerator = DocumentHandleCollection_Enume
|
|
|
1376
1460
|
|
|
1377
1461
|
|
|
1378
1462
|
export interface DocumentNameBlobHandle$instance {
|
|
1463
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
1464
|
+
|
|
1379
1465
|
readonly IsNil: boolean;
|
|
1380
1466
|
Equals(obj: unknown): boolean;
|
|
1381
1467
|
Equals(other: DocumentNameBlobHandle): boolean;
|
|
@@ -1399,6 +1485,8 @@ export type DocumentNameBlobHandle = DocumentNameBlobHandle$instance & __Documen
|
|
|
1399
1485
|
|
|
1400
1486
|
|
|
1401
1487
|
export interface EntityHandle$instance {
|
|
1488
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
1489
|
+
|
|
1402
1490
|
readonly IsNil: boolean;
|
|
1403
1491
|
readonly Kind: HandleKind;
|
|
1404
1492
|
Equals(obj: unknown): boolean;
|
|
@@ -1457,6 +1545,8 @@ export const EventDefinition: {
|
|
|
1457
1545
|
export type EventDefinition = EventDefinition$instance;
|
|
1458
1546
|
|
|
1459
1547
|
export interface EventDefinitionHandle$instance {
|
|
1548
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
1549
|
+
|
|
1460
1550
|
readonly IsNil: boolean;
|
|
1461
1551
|
Equals(obj: unknown): boolean;
|
|
1462
1552
|
Equals(other: EventDefinitionHandle): boolean;
|
|
@@ -1480,6 +1570,10 @@ export type EventDefinitionHandle = EventDefinitionHandle$instance & __EventDefi
|
|
|
1480
1570
|
|
|
1481
1571
|
|
|
1482
1572
|
export interface EventDefinitionHandleCollection$instance {
|
|
1573
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
1574
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
1575
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1576
|
+
|
|
1483
1577
|
readonly Count: int;
|
|
1484
1578
|
GetEnumerator(): EventDefinitionHandleCollection_Enumerator;
|
|
1485
1579
|
}
|
|
@@ -1500,6 +1594,10 @@ export type EventDefinitionHandleCollection = EventDefinitionHandleCollection$in
|
|
|
1500
1594
|
|
|
1501
1595
|
|
|
1502
1596
|
export interface EventDefinitionHandleCollection_Enumerator$instance {
|
|
1597
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
1598
|
+
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
1599
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
1600
|
+
|
|
1503
1601
|
readonly Current: EventDefinitionHandle;
|
|
1504
1602
|
MoveNext(): boolean;
|
|
1505
1603
|
Reset(): void;
|
|
@@ -1556,6 +1654,8 @@ export const ExportedType: {
|
|
|
1556
1654
|
export type ExportedType = ExportedType$instance;
|
|
1557
1655
|
|
|
1558
1656
|
export interface ExportedTypeHandle$instance {
|
|
1657
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
1658
|
+
|
|
1559
1659
|
readonly IsNil: boolean;
|
|
1560
1660
|
Equals(obj: unknown): boolean;
|
|
1561
1661
|
Equals(other: ExportedTypeHandle): boolean;
|
|
@@ -1579,6 +1679,10 @@ export type ExportedTypeHandle = ExportedTypeHandle$instance & __ExportedTypeHan
|
|
|
1579
1679
|
|
|
1580
1680
|
|
|
1581
1681
|
export interface ExportedTypeHandleCollection$instance {
|
|
1682
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
1683
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
1684
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1685
|
+
|
|
1582
1686
|
readonly Count: int;
|
|
1583
1687
|
GetEnumerator(): ExportedTypeHandleCollection_Enumerator;
|
|
1584
1688
|
}
|
|
@@ -1599,6 +1703,10 @@ export type ExportedTypeHandleCollection = ExportedTypeHandleCollection$instance
|
|
|
1599
1703
|
|
|
1600
1704
|
|
|
1601
1705
|
export interface ExportedTypeHandleCollection_Enumerator$instance {
|
|
1706
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
1707
|
+
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
1708
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
1709
|
+
|
|
1602
1710
|
readonly Current: ExportedTypeHandle;
|
|
1603
1711
|
MoveNext(): boolean;
|
|
1604
1712
|
Reset(): void;
|
|
@@ -1640,6 +1748,8 @@ export const FieldDefinition: {
|
|
|
1640
1748
|
export type FieldDefinition = FieldDefinition$instance;
|
|
1641
1749
|
|
|
1642
1750
|
export interface FieldDefinitionHandle$instance {
|
|
1751
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
1752
|
+
|
|
1643
1753
|
readonly IsNil: boolean;
|
|
1644
1754
|
Equals(obj: unknown): boolean;
|
|
1645
1755
|
Equals(other: FieldDefinitionHandle): boolean;
|
|
@@ -1663,6 +1773,10 @@ export type FieldDefinitionHandle = FieldDefinitionHandle$instance & __FieldDefi
|
|
|
1663
1773
|
|
|
1664
1774
|
|
|
1665
1775
|
export interface FieldDefinitionHandleCollection$instance {
|
|
1776
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
1777
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
1778
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1779
|
+
|
|
1666
1780
|
readonly Count: int;
|
|
1667
1781
|
GetEnumerator(): FieldDefinitionHandleCollection_Enumerator;
|
|
1668
1782
|
}
|
|
@@ -1683,6 +1797,10 @@ export type FieldDefinitionHandleCollection = FieldDefinitionHandleCollection$in
|
|
|
1683
1797
|
|
|
1684
1798
|
|
|
1685
1799
|
export interface FieldDefinitionHandleCollection_Enumerator$instance {
|
|
1800
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
1801
|
+
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
1802
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
1803
|
+
|
|
1686
1804
|
readonly Current: FieldDefinitionHandle;
|
|
1687
1805
|
MoveNext(): boolean;
|
|
1688
1806
|
Reset(): void;
|
|
@@ -1734,6 +1852,8 @@ export const GenericParameterConstraint: {
|
|
|
1734
1852
|
export type GenericParameterConstraint = GenericParameterConstraint$instance;
|
|
1735
1853
|
|
|
1736
1854
|
export interface GenericParameterConstraintHandle$instance {
|
|
1855
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
1856
|
+
|
|
1737
1857
|
readonly IsNil: boolean;
|
|
1738
1858
|
Equals(obj: unknown): boolean;
|
|
1739
1859
|
Equals(other: GenericParameterConstraintHandle): boolean;
|
|
@@ -1757,8 +1877,13 @@ export type GenericParameterConstraintHandle = GenericParameterConstraintHandle$
|
|
|
1757
1877
|
|
|
1758
1878
|
|
|
1759
1879
|
export interface GenericParameterConstraintHandleCollection$instance {
|
|
1880
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
1881
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
1882
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
|
|
1883
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1884
|
+
|
|
1760
1885
|
readonly Count: int;
|
|
1761
|
-
readonly
|
|
1886
|
+
readonly [index: number]: GenericParameterConstraintHandle;
|
|
1762
1887
|
GetEnumerator(): GenericParameterConstraintHandleCollection_Enumerator;
|
|
1763
1888
|
}
|
|
1764
1889
|
|
|
@@ -1778,6 +1903,10 @@ export type GenericParameterConstraintHandleCollection = GenericParameterConstra
|
|
|
1778
1903
|
|
|
1779
1904
|
|
|
1780
1905
|
export interface GenericParameterConstraintHandleCollection_Enumerator$instance {
|
|
1906
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
1907
|
+
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
1908
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
1909
|
+
|
|
1781
1910
|
readonly Current: GenericParameterConstraintHandle;
|
|
1782
1911
|
MoveNext(): boolean;
|
|
1783
1912
|
Reset(): void;
|
|
@@ -1798,6 +1927,8 @@ export type GenericParameterConstraintHandleCollection_Enumerator = GenericParam
|
|
|
1798
1927
|
|
|
1799
1928
|
|
|
1800
1929
|
export interface GenericParameterHandle$instance {
|
|
1930
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
1931
|
+
|
|
1801
1932
|
readonly IsNil: boolean;
|
|
1802
1933
|
Equals(obj: unknown): boolean;
|
|
1803
1934
|
Equals(other: GenericParameterHandle): boolean;
|
|
@@ -1821,8 +1952,13 @@ export type GenericParameterHandle = GenericParameterHandle$instance & __Generic
|
|
|
1821
1952
|
|
|
1822
1953
|
|
|
1823
1954
|
export interface GenericParameterHandleCollection$instance {
|
|
1955
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
1956
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
1957
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
|
|
1958
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
1959
|
+
|
|
1824
1960
|
readonly Count: int;
|
|
1825
|
-
readonly
|
|
1961
|
+
readonly [index: number]: GenericParameterHandle;
|
|
1826
1962
|
GetEnumerator(): GenericParameterHandleCollection_Enumerator;
|
|
1827
1963
|
}
|
|
1828
1964
|
|
|
@@ -1842,6 +1978,10 @@ export type GenericParameterHandleCollection = GenericParameterHandleCollection$
|
|
|
1842
1978
|
|
|
1843
1979
|
|
|
1844
1980
|
export interface GenericParameterHandleCollection_Enumerator$instance {
|
|
1981
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
1982
|
+
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
1983
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
1984
|
+
|
|
1845
1985
|
readonly Current: GenericParameterHandle;
|
|
1846
1986
|
MoveNext(): boolean;
|
|
1847
1987
|
Reset(): void;
|
|
@@ -1862,6 +2002,8 @@ export type GenericParameterHandleCollection_Enumerator = GenericParameterHandle
|
|
|
1862
2002
|
|
|
1863
2003
|
|
|
1864
2004
|
export interface GuidHandle$instance {
|
|
2005
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
2006
|
+
|
|
1865
2007
|
readonly IsNil: boolean;
|
|
1866
2008
|
Equals(obj: unknown): boolean;
|
|
1867
2009
|
Equals(other: GuidHandle): boolean;
|
|
@@ -1885,6 +2027,8 @@ export type GuidHandle = GuidHandle$instance & __GuidHandle$views;
|
|
|
1885
2027
|
|
|
1886
2028
|
|
|
1887
2029
|
export interface Handle$instance {
|
|
2030
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
2031
|
+
|
|
1888
2032
|
readonly IsNil: boolean;
|
|
1889
2033
|
readonly Kind: HandleKind;
|
|
1890
2034
|
Equals(obj: unknown): boolean;
|
|
@@ -1927,6 +2071,9 @@ export const ImportDefinition: {
|
|
|
1927
2071
|
export type ImportDefinition = ImportDefinition$instance;
|
|
1928
2072
|
|
|
1929
2073
|
export interface ImportDefinitionCollection$instance {
|
|
2074
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
2075
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
2076
|
+
|
|
1930
2077
|
GetEnumerator(): ImportDefinitionCollection_Enumerator;
|
|
1931
2078
|
}
|
|
1932
2079
|
|
|
@@ -1945,6 +2092,10 @@ export type ImportDefinitionCollection = ImportDefinitionCollection$instance & _
|
|
|
1945
2092
|
|
|
1946
2093
|
|
|
1947
2094
|
export interface ImportDefinitionCollection_Enumerator$instance {
|
|
2095
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
2096
|
+
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
2097
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
2098
|
+
|
|
1948
2099
|
readonly Current: ImportDefinition;
|
|
1949
2100
|
MoveNext(): boolean;
|
|
1950
2101
|
Reset(): void;
|
|
@@ -1980,6 +2131,10 @@ export const ImportScope: {
|
|
|
1980
2131
|
export type ImportScope = ImportScope$instance;
|
|
1981
2132
|
|
|
1982
2133
|
export interface ImportScopeCollection$instance {
|
|
2134
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
2135
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
2136
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
2137
|
+
|
|
1983
2138
|
readonly Count: int;
|
|
1984
2139
|
GetEnumerator(): ImportScopeCollection_Enumerator;
|
|
1985
2140
|
}
|
|
@@ -2000,6 +2155,10 @@ export type ImportScopeCollection = ImportScopeCollection$instance & __ImportSco
|
|
|
2000
2155
|
|
|
2001
2156
|
|
|
2002
2157
|
export interface ImportScopeCollection_Enumerator$instance {
|
|
2158
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
2159
|
+
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
2160
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
2161
|
+
|
|
2003
2162
|
readonly Current: ImportScopeHandle;
|
|
2004
2163
|
MoveNext(): boolean;
|
|
2005
2164
|
Reset(): void;
|
|
@@ -2020,6 +2179,8 @@ export type ImportScopeCollection_Enumerator = ImportScopeCollection_Enumerator$
|
|
|
2020
2179
|
|
|
2021
2180
|
|
|
2022
2181
|
export interface ImportScopeHandle$instance {
|
|
2182
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
2183
|
+
|
|
2023
2184
|
readonly IsNil: boolean;
|
|
2024
2185
|
Equals(obj: unknown): boolean;
|
|
2025
2186
|
Equals(other: ImportScopeHandle): boolean;
|
|
@@ -2056,6 +2217,8 @@ export const InterfaceImplementation: {
|
|
|
2056
2217
|
export type InterfaceImplementation = InterfaceImplementation$instance;
|
|
2057
2218
|
|
|
2058
2219
|
export interface InterfaceImplementationHandle$instance {
|
|
2220
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
2221
|
+
|
|
2059
2222
|
readonly IsNil: boolean;
|
|
2060
2223
|
Equals(obj: unknown): boolean;
|
|
2061
2224
|
Equals(other: InterfaceImplementationHandle): boolean;
|
|
@@ -2079,6 +2242,10 @@ export type InterfaceImplementationHandle = InterfaceImplementationHandle$instan
|
|
|
2079
2242
|
|
|
2080
2243
|
|
|
2081
2244
|
export interface InterfaceImplementationHandleCollection$instance {
|
|
2245
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
2246
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
2247
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
2248
|
+
|
|
2082
2249
|
readonly Count: int;
|
|
2083
2250
|
GetEnumerator(): InterfaceImplementationHandleCollection_Enumerator;
|
|
2084
2251
|
}
|
|
@@ -2099,6 +2266,10 @@ export type InterfaceImplementationHandleCollection = InterfaceImplementationHan
|
|
|
2099
2266
|
|
|
2100
2267
|
|
|
2101
2268
|
export interface InterfaceImplementationHandleCollection_Enumerator$instance {
|
|
2269
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
2270
|
+
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
2271
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
2272
|
+
|
|
2102
2273
|
readonly Current: InterfaceImplementationHandle;
|
|
2103
2274
|
MoveNext(): boolean;
|
|
2104
2275
|
Reset(): void;
|
|
@@ -2132,6 +2303,8 @@ export const LocalConstant: {
|
|
|
2132
2303
|
export type LocalConstant = LocalConstant$instance;
|
|
2133
2304
|
|
|
2134
2305
|
export interface LocalConstantHandle$instance {
|
|
2306
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
2307
|
+
|
|
2135
2308
|
readonly IsNil: boolean;
|
|
2136
2309
|
Equals(obj: unknown): boolean;
|
|
2137
2310
|
Equals(other: LocalConstantHandle): boolean;
|
|
@@ -2155,6 +2328,10 @@ export type LocalConstantHandle = LocalConstantHandle$instance & __LocalConstant
|
|
|
2155
2328
|
|
|
2156
2329
|
|
|
2157
2330
|
export interface LocalConstantHandleCollection$instance {
|
|
2331
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
2332
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
2333
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
2334
|
+
|
|
2158
2335
|
readonly Count: int;
|
|
2159
2336
|
GetEnumerator(): LocalConstantHandleCollection_Enumerator;
|
|
2160
2337
|
}
|
|
@@ -2175,6 +2352,10 @@ export type LocalConstantHandleCollection = LocalConstantHandleCollection$instan
|
|
|
2175
2352
|
|
|
2176
2353
|
|
|
2177
2354
|
export interface LocalConstantHandleCollection_Enumerator$instance {
|
|
2355
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
2356
|
+
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
2357
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
2358
|
+
|
|
2178
2359
|
readonly Current: LocalConstantHandle;
|
|
2179
2360
|
MoveNext(): boolean;
|
|
2180
2361
|
Reset(): void;
|
|
@@ -2214,6 +2395,8 @@ export const LocalScope: {
|
|
|
2214
2395
|
export type LocalScope = LocalScope$instance;
|
|
2215
2396
|
|
|
2216
2397
|
export interface LocalScopeHandle$instance {
|
|
2398
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
2399
|
+
|
|
2217
2400
|
readonly IsNil: boolean;
|
|
2218
2401
|
Equals(obj: unknown): boolean;
|
|
2219
2402
|
Equals(other: LocalScopeHandle): boolean;
|
|
@@ -2237,6 +2420,10 @@ export type LocalScopeHandle = LocalScopeHandle$instance & __LocalScopeHandle$vi
|
|
|
2237
2420
|
|
|
2238
2421
|
|
|
2239
2422
|
export interface LocalScopeHandleCollection$instance {
|
|
2423
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
2424
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
2425
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
2426
|
+
|
|
2240
2427
|
readonly Count: int;
|
|
2241
2428
|
GetEnumerator(): LocalScopeHandleCollection_Enumerator;
|
|
2242
2429
|
}
|
|
@@ -2257,6 +2444,10 @@ export type LocalScopeHandleCollection = LocalScopeHandleCollection$instance & _
|
|
|
2257
2444
|
|
|
2258
2445
|
|
|
2259
2446
|
export interface LocalScopeHandleCollection_ChildrenEnumerator$instance {
|
|
2447
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
2448
|
+
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
2449
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
2450
|
+
|
|
2260
2451
|
readonly Current: LocalScopeHandle;
|
|
2261
2452
|
MoveNext(): boolean;
|
|
2262
2453
|
Reset(): void;
|
|
@@ -2277,6 +2468,10 @@ export type LocalScopeHandleCollection_ChildrenEnumerator = LocalScopeHandleColl
|
|
|
2277
2468
|
|
|
2278
2469
|
|
|
2279
2470
|
export interface LocalScopeHandleCollection_Enumerator$instance {
|
|
2471
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
2472
|
+
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
2473
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
2474
|
+
|
|
2280
2475
|
readonly Current: LocalScopeHandle;
|
|
2281
2476
|
MoveNext(): boolean;
|
|
2282
2477
|
Reset(): void;
|
|
@@ -2311,6 +2506,8 @@ export const LocalVariable: {
|
|
|
2311
2506
|
export type LocalVariable = LocalVariable$instance;
|
|
2312
2507
|
|
|
2313
2508
|
export interface LocalVariableHandle$instance {
|
|
2509
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
2510
|
+
|
|
2314
2511
|
readonly IsNil: boolean;
|
|
2315
2512
|
Equals(obj: unknown): boolean;
|
|
2316
2513
|
Equals(other: LocalVariableHandle): boolean;
|
|
@@ -2334,6 +2531,10 @@ export type LocalVariableHandle = LocalVariableHandle$instance & __LocalVariable
|
|
|
2334
2531
|
|
|
2335
2532
|
|
|
2336
2533
|
export interface LocalVariableHandleCollection$instance {
|
|
2534
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
2535
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
2536
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
2537
|
+
|
|
2337
2538
|
readonly Count: int;
|
|
2338
2539
|
GetEnumerator(): LocalVariableHandleCollection_Enumerator;
|
|
2339
2540
|
}
|
|
@@ -2354,6 +2555,10 @@ export type LocalVariableHandleCollection = LocalVariableHandleCollection$instan
|
|
|
2354
2555
|
|
|
2355
2556
|
|
|
2356
2557
|
export interface LocalVariableHandleCollection_Enumerator$instance {
|
|
2558
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
2559
|
+
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
2560
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
2561
|
+
|
|
2357
2562
|
readonly Current: LocalVariableHandle;
|
|
2358
2563
|
MoveNext(): boolean;
|
|
2359
2564
|
Reset(): void;
|
|
@@ -2390,6 +2595,8 @@ export const ManifestResource: {
|
|
|
2390
2595
|
export type ManifestResource = ManifestResource$instance;
|
|
2391
2596
|
|
|
2392
2597
|
export interface ManifestResourceHandle$instance {
|
|
2598
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
2599
|
+
|
|
2393
2600
|
readonly IsNil: boolean;
|
|
2394
2601
|
Equals(obj: unknown): boolean;
|
|
2395
2602
|
Equals(other: ManifestResourceHandle): boolean;
|
|
@@ -2413,6 +2620,10 @@ export type ManifestResourceHandle = ManifestResourceHandle$instance & __Manifes
|
|
|
2413
2620
|
|
|
2414
2621
|
|
|
2415
2622
|
export interface ManifestResourceHandleCollection$instance {
|
|
2623
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
2624
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
2625
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
2626
|
+
|
|
2416
2627
|
readonly Count: int;
|
|
2417
2628
|
GetEnumerator(): ManifestResourceHandleCollection_Enumerator;
|
|
2418
2629
|
}
|
|
@@ -2433,6 +2644,10 @@ export type ManifestResourceHandleCollection = ManifestResourceHandleCollection$
|
|
|
2433
2644
|
|
|
2434
2645
|
|
|
2435
2646
|
export interface ManifestResourceHandleCollection_Enumerator$instance {
|
|
2647
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
2648
|
+
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
2649
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
2650
|
+
|
|
2436
2651
|
readonly Current: ManifestResourceHandle;
|
|
2437
2652
|
MoveNext(): boolean;
|
|
2438
2653
|
Reset(): void;
|
|
@@ -2471,6 +2686,8 @@ export const MemberReference: {
|
|
|
2471
2686
|
export type MemberReference = MemberReference$instance;
|
|
2472
2687
|
|
|
2473
2688
|
export interface MemberReferenceHandle$instance {
|
|
2689
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
2690
|
+
|
|
2474
2691
|
readonly IsNil: boolean;
|
|
2475
2692
|
Equals(obj: unknown): boolean;
|
|
2476
2693
|
Equals(other: MemberReferenceHandle): boolean;
|
|
@@ -2494,6 +2711,10 @@ export type MemberReferenceHandle = MemberReferenceHandle$instance & __MemberRef
|
|
|
2494
2711
|
|
|
2495
2712
|
|
|
2496
2713
|
export interface MemberReferenceHandleCollection$instance {
|
|
2714
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
2715
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
2716
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
2717
|
+
|
|
2497
2718
|
readonly Count: int;
|
|
2498
2719
|
GetEnumerator(): MemberReferenceHandleCollection_Enumerator;
|
|
2499
2720
|
}
|
|
@@ -2514,6 +2735,10 @@ export type MemberReferenceHandleCollection = MemberReferenceHandleCollection$in
|
|
|
2514
2735
|
|
|
2515
2736
|
|
|
2516
2737
|
export interface MemberReferenceHandleCollection_Enumerator$instance {
|
|
2738
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
2739
|
+
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
2740
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
2741
|
+
|
|
2517
2742
|
readonly Current: MemberReferenceHandle;
|
|
2518
2743
|
MoveNext(): boolean;
|
|
2519
2744
|
Reset(): void;
|
|
@@ -2569,6 +2794,8 @@ export const MethodDebugInformation: {
|
|
|
2569
2794
|
export type MethodDebugInformation = MethodDebugInformation$instance;
|
|
2570
2795
|
|
|
2571
2796
|
export interface MethodDebugInformationHandle$instance {
|
|
2797
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
2798
|
+
|
|
2572
2799
|
readonly IsNil: boolean;
|
|
2573
2800
|
Equals(obj: unknown): boolean;
|
|
2574
2801
|
Equals(other: MethodDebugInformationHandle): boolean;
|
|
@@ -2593,6 +2820,10 @@ export type MethodDebugInformationHandle = MethodDebugInformationHandle$instance
|
|
|
2593
2820
|
|
|
2594
2821
|
|
|
2595
2822
|
export interface MethodDebugInformationHandleCollection$instance {
|
|
2823
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
2824
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
2825
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
2826
|
+
|
|
2596
2827
|
readonly Count: int;
|
|
2597
2828
|
GetEnumerator(): MethodDebugInformationHandleCollection_Enumerator;
|
|
2598
2829
|
}
|
|
@@ -2613,6 +2844,10 @@ export type MethodDebugInformationHandleCollection = MethodDebugInformationHandl
|
|
|
2613
2844
|
|
|
2614
2845
|
|
|
2615
2846
|
export interface MethodDebugInformationHandleCollection_Enumerator$instance {
|
|
2847
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
2848
|
+
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
2849
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
2850
|
+
|
|
2616
2851
|
readonly Current: MethodDebugInformationHandle;
|
|
2617
2852
|
MoveNext(): boolean;
|
|
2618
2853
|
Reset(): void;
|
|
@@ -2656,6 +2891,8 @@ export const MethodDefinition: {
|
|
|
2656
2891
|
export type MethodDefinition = MethodDefinition$instance;
|
|
2657
2892
|
|
|
2658
2893
|
export interface MethodDefinitionHandle$instance {
|
|
2894
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
2895
|
+
|
|
2659
2896
|
readonly IsNil: boolean;
|
|
2660
2897
|
Equals(obj: unknown): boolean;
|
|
2661
2898
|
Equals(other: MethodDefinitionHandle): boolean;
|
|
@@ -2680,6 +2917,10 @@ export type MethodDefinitionHandle = MethodDefinitionHandle$instance & __MethodD
|
|
|
2680
2917
|
|
|
2681
2918
|
|
|
2682
2919
|
export interface MethodDefinitionHandleCollection$instance {
|
|
2920
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
2921
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
2922
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
2923
|
+
|
|
2683
2924
|
readonly Count: int;
|
|
2684
2925
|
GetEnumerator(): MethodDefinitionHandleCollection_Enumerator;
|
|
2685
2926
|
}
|
|
@@ -2700,6 +2941,10 @@ export type MethodDefinitionHandleCollection = MethodDefinitionHandleCollection$
|
|
|
2700
2941
|
|
|
2701
2942
|
|
|
2702
2943
|
export interface MethodDefinitionHandleCollection_Enumerator$instance {
|
|
2944
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
2945
|
+
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
2946
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
2947
|
+
|
|
2703
2948
|
readonly Current: MethodDefinitionHandle;
|
|
2704
2949
|
MoveNext(): boolean;
|
|
2705
2950
|
Reset(): void;
|
|
@@ -2735,6 +2980,8 @@ export const MethodImplementation: {
|
|
|
2735
2980
|
export type MethodImplementation = MethodImplementation$instance;
|
|
2736
2981
|
|
|
2737
2982
|
export interface MethodImplementationHandle$instance {
|
|
2983
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
2984
|
+
|
|
2738
2985
|
readonly IsNil: boolean;
|
|
2739
2986
|
Equals(obj: unknown): boolean;
|
|
2740
2987
|
Equals(other: MethodImplementationHandle): boolean;
|
|
@@ -2758,6 +3005,10 @@ export type MethodImplementationHandle = MethodImplementationHandle$instance & _
|
|
|
2758
3005
|
|
|
2759
3006
|
|
|
2760
3007
|
export interface MethodImplementationHandleCollection$instance {
|
|
3008
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
3009
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
3010
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
3011
|
+
|
|
2761
3012
|
readonly Count: int;
|
|
2762
3013
|
GetEnumerator(): MethodImplementationHandleCollection_Enumerator;
|
|
2763
3014
|
}
|
|
@@ -2778,6 +3029,10 @@ export type MethodImplementationHandleCollection = MethodImplementationHandleCol
|
|
|
2778
3029
|
|
|
2779
3030
|
|
|
2780
3031
|
export interface MethodImplementationHandleCollection_Enumerator$instance {
|
|
3032
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
3033
|
+
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
3034
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
3035
|
+
|
|
2781
3036
|
readonly Current: MethodImplementationHandle;
|
|
2782
3037
|
MoveNext(): boolean;
|
|
2783
3038
|
Reset(): void;
|
|
@@ -2843,6 +3098,8 @@ export const MethodSpecification: {
|
|
|
2843
3098
|
export type MethodSpecification = MethodSpecification$instance;
|
|
2844
3099
|
|
|
2845
3100
|
export interface MethodSpecificationHandle$instance {
|
|
3101
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
3102
|
+
|
|
2846
3103
|
readonly IsNil: boolean;
|
|
2847
3104
|
Equals(obj: unknown): boolean;
|
|
2848
3105
|
Equals(other: MethodSpecificationHandle): boolean;
|
|
@@ -2883,6 +3140,8 @@ export const ModuleDefinition: {
|
|
|
2883
3140
|
export type ModuleDefinition = ModuleDefinition$instance;
|
|
2884
3141
|
|
|
2885
3142
|
export interface ModuleDefinitionHandle$instance {
|
|
3143
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
3144
|
+
|
|
2886
3145
|
readonly IsNil: boolean;
|
|
2887
3146
|
Equals(obj: unknown): boolean;
|
|
2888
3147
|
Equals(other: ModuleDefinitionHandle): boolean;
|
|
@@ -2919,6 +3178,8 @@ export const ModuleReference: {
|
|
|
2919
3178
|
export type ModuleReference = ModuleReference$instance;
|
|
2920
3179
|
|
|
2921
3180
|
export interface ModuleReferenceHandle$instance {
|
|
3181
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
3182
|
+
|
|
2922
3183
|
readonly IsNil: boolean;
|
|
2923
3184
|
Equals(obj: unknown): boolean;
|
|
2924
3185
|
Equals(other: ModuleReferenceHandle): boolean;
|
|
@@ -2958,6 +3219,8 @@ export const NamespaceDefinition: {
|
|
|
2958
3219
|
export type NamespaceDefinition = NamespaceDefinition$instance;
|
|
2959
3220
|
|
|
2960
3221
|
export interface NamespaceDefinitionHandle$instance {
|
|
3222
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
3223
|
+
|
|
2961
3224
|
readonly IsNil: boolean;
|
|
2962
3225
|
Equals(obj: unknown): boolean;
|
|
2963
3226
|
Equals(other: NamespaceDefinitionHandle): boolean;
|
|
@@ -2998,6 +3261,8 @@ export const Parameter: {
|
|
|
2998
3261
|
export type Parameter = Parameter$instance;
|
|
2999
3262
|
|
|
3000
3263
|
export interface ParameterHandle$instance {
|
|
3264
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
3265
|
+
|
|
3001
3266
|
readonly IsNil: boolean;
|
|
3002
3267
|
Equals(obj: unknown): boolean;
|
|
3003
3268
|
Equals(other: ParameterHandle): boolean;
|
|
@@ -3021,6 +3286,10 @@ export type ParameterHandle = ParameterHandle$instance & __ParameterHandle$views
|
|
|
3021
3286
|
|
|
3022
3287
|
|
|
3023
3288
|
export interface ParameterHandleCollection$instance {
|
|
3289
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
3290
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
3291
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
3292
|
+
|
|
3024
3293
|
readonly Count: int;
|
|
3025
3294
|
GetEnumerator(): ParameterHandleCollection_Enumerator;
|
|
3026
3295
|
}
|
|
@@ -3041,6 +3310,10 @@ export type ParameterHandleCollection = ParameterHandleCollection$instance & __P
|
|
|
3041
3310
|
|
|
3042
3311
|
|
|
3043
3312
|
export interface ParameterHandleCollection_Enumerator$instance {
|
|
3313
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
3314
|
+
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
3315
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
3316
|
+
|
|
3044
3317
|
readonly Current: ParameterHandle;
|
|
3045
3318
|
MoveNext(): boolean;
|
|
3046
3319
|
Reset(): void;
|
|
@@ -3094,6 +3367,8 @@ export const PropertyDefinition: {
|
|
|
3094
3367
|
export type PropertyDefinition = PropertyDefinition$instance;
|
|
3095
3368
|
|
|
3096
3369
|
export interface PropertyDefinitionHandle$instance {
|
|
3370
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
3371
|
+
|
|
3097
3372
|
readonly IsNil: boolean;
|
|
3098
3373
|
Equals(obj: unknown): boolean;
|
|
3099
3374
|
Equals(other: PropertyDefinitionHandle): boolean;
|
|
@@ -3117,6 +3392,10 @@ export type PropertyDefinitionHandle = PropertyDefinitionHandle$instance & __Pro
|
|
|
3117
3392
|
|
|
3118
3393
|
|
|
3119
3394
|
export interface PropertyDefinitionHandleCollection$instance {
|
|
3395
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
3396
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
3397
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
3398
|
+
|
|
3120
3399
|
readonly Count: int;
|
|
3121
3400
|
GetEnumerator(): PropertyDefinitionHandleCollection_Enumerator;
|
|
3122
3401
|
}
|
|
@@ -3137,6 +3416,10 @@ export type PropertyDefinitionHandleCollection = PropertyDefinitionHandleCollect
|
|
|
3137
3416
|
|
|
3138
3417
|
|
|
3139
3418
|
export interface PropertyDefinitionHandleCollection_Enumerator$instance {
|
|
3419
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
3420
|
+
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
3421
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
3422
|
+
|
|
3140
3423
|
readonly Current: PropertyDefinitionHandle;
|
|
3141
3424
|
MoveNext(): boolean;
|
|
3142
3425
|
Reset(): void;
|
|
@@ -3171,6 +3454,8 @@ export const ReservedBlob_1: {
|
|
|
3171
3454
|
export type ReservedBlob_1<THandle> = ReservedBlob_1$instance<THandle>;
|
|
3172
3455
|
|
|
3173
3456
|
export interface SequencePoint$instance {
|
|
3457
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
3458
|
+
|
|
3174
3459
|
readonly Document: DocumentHandle;
|
|
3175
3460
|
readonly EndColumn: int;
|
|
3176
3461
|
readonly EndLine: int;
|
|
@@ -3201,6 +3486,9 @@ export type SequencePoint = SequencePoint$instance & __SequencePoint$views;
|
|
|
3201
3486
|
|
|
3202
3487
|
|
|
3203
3488
|
export interface SequencePointCollection$instance {
|
|
3489
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
3490
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
3491
|
+
|
|
3204
3492
|
GetEnumerator(): SequencePointCollection_Enumerator;
|
|
3205
3493
|
}
|
|
3206
3494
|
|
|
@@ -3219,6 +3507,10 @@ export type SequencePointCollection = SequencePointCollection$instance & __Seque
|
|
|
3219
3507
|
|
|
3220
3508
|
|
|
3221
3509
|
export interface SequencePointCollection_Enumerator$instance {
|
|
3510
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
3511
|
+
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
3512
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
3513
|
+
|
|
3222
3514
|
readonly Current: SequencePoint;
|
|
3223
3515
|
MoveNext(): boolean;
|
|
3224
3516
|
Reset(): void;
|
|
@@ -3240,6 +3532,8 @@ export type SequencePointCollection_Enumerator = SequencePointCollection_Enumera
|
|
|
3240
3532
|
|
|
3241
3533
|
|
|
3242
3534
|
export interface SignatureHeader$instance {
|
|
3535
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
3536
|
+
|
|
3243
3537
|
readonly Attributes: SignatureAttributes;
|
|
3244
3538
|
readonly CallingConvention: SignatureCallingConvention;
|
|
3245
3539
|
readonly HasExplicitThis: boolean;
|
|
@@ -3288,6 +3582,8 @@ export const StandaloneSignature: {
|
|
|
3288
3582
|
export type StandaloneSignature = StandaloneSignature$instance;
|
|
3289
3583
|
|
|
3290
3584
|
export interface StandaloneSignatureHandle$instance {
|
|
3585
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
3586
|
+
|
|
3291
3587
|
readonly IsNil: boolean;
|
|
3292
3588
|
Equals(obj: unknown): boolean;
|
|
3293
3589
|
Equals(other: StandaloneSignatureHandle): boolean;
|
|
@@ -3311,6 +3607,8 @@ export type StandaloneSignatureHandle = StandaloneSignatureHandle$instance & __S
|
|
|
3311
3607
|
|
|
3312
3608
|
|
|
3313
3609
|
export interface StringHandle$instance {
|
|
3610
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
3611
|
+
|
|
3314
3612
|
readonly IsNil: boolean;
|
|
3315
3613
|
Equals(obj: unknown): boolean;
|
|
3316
3614
|
Equals(other: StringHandle): boolean;
|
|
@@ -3363,6 +3661,8 @@ export const TypeDefinition: {
|
|
|
3363
3661
|
export type TypeDefinition = TypeDefinition$instance;
|
|
3364
3662
|
|
|
3365
3663
|
export interface TypeDefinitionHandle$instance {
|
|
3664
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
3665
|
+
|
|
3366
3666
|
readonly IsNil: boolean;
|
|
3367
3667
|
Equals(obj: unknown): boolean;
|
|
3368
3668
|
Equals(other: TypeDefinitionHandle): boolean;
|
|
@@ -3386,6 +3686,10 @@ export type TypeDefinitionHandle = TypeDefinitionHandle$instance & __TypeDefinit
|
|
|
3386
3686
|
|
|
3387
3687
|
|
|
3388
3688
|
export interface TypeDefinitionHandleCollection$instance {
|
|
3689
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
3690
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
3691
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
3692
|
+
|
|
3389
3693
|
readonly Count: int;
|
|
3390
3694
|
GetEnumerator(): TypeDefinitionHandleCollection_Enumerator;
|
|
3391
3695
|
}
|
|
@@ -3406,6 +3710,10 @@ export type TypeDefinitionHandleCollection = TypeDefinitionHandleCollection$inst
|
|
|
3406
3710
|
|
|
3407
3711
|
|
|
3408
3712
|
export interface TypeDefinitionHandleCollection_Enumerator$instance {
|
|
3713
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
3714
|
+
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
3715
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
3716
|
+
|
|
3409
3717
|
readonly Current: TypeDefinitionHandle;
|
|
3410
3718
|
MoveNext(): boolean;
|
|
3411
3719
|
Reset(): void;
|
|
@@ -3454,6 +3762,8 @@ export const TypeReference: {
|
|
|
3454
3762
|
export type TypeReference = TypeReference$instance;
|
|
3455
3763
|
|
|
3456
3764
|
export interface TypeReferenceHandle$instance {
|
|
3765
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
3766
|
+
|
|
3457
3767
|
readonly IsNil: boolean;
|
|
3458
3768
|
Equals(obj: unknown): boolean;
|
|
3459
3769
|
Equals(other: TypeReferenceHandle): boolean;
|
|
@@ -3477,6 +3787,10 @@ export type TypeReferenceHandle = TypeReferenceHandle$instance & __TypeReference
|
|
|
3477
3787
|
|
|
3478
3788
|
|
|
3479
3789
|
export interface TypeReferenceHandleCollection$instance {
|
|
3790
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
3791
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
3792
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
3793
|
+
|
|
3480
3794
|
readonly Count: int;
|
|
3481
3795
|
GetEnumerator(): TypeReferenceHandleCollection_Enumerator;
|
|
3482
3796
|
}
|
|
@@ -3497,6 +3811,10 @@ export type TypeReferenceHandleCollection = TypeReferenceHandleCollection$instan
|
|
|
3497
3811
|
|
|
3498
3812
|
|
|
3499
3813
|
export interface TypeReferenceHandleCollection_Enumerator$instance {
|
|
3814
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
3815
|
+
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
3816
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
3817
|
+
|
|
3500
3818
|
readonly Current: TypeReferenceHandle;
|
|
3501
3819
|
MoveNext(): boolean;
|
|
3502
3820
|
Reset(): void;
|
|
@@ -3531,6 +3849,8 @@ export const TypeSpecification: {
|
|
|
3531
3849
|
export type TypeSpecification = TypeSpecification$instance;
|
|
3532
3850
|
|
|
3533
3851
|
export interface TypeSpecificationHandle$instance {
|
|
3852
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
3853
|
+
|
|
3534
3854
|
readonly IsNil: boolean;
|
|
3535
3855
|
Equals(obj: unknown): boolean;
|
|
3536
3856
|
Equals(other: TypeSpecificationHandle): boolean;
|
|
@@ -3554,6 +3874,8 @@ export type TypeSpecificationHandle = TypeSpecificationHandle$instance & __TypeS
|
|
|
3554
3874
|
|
|
3555
3875
|
|
|
3556
3876
|
export interface UserStringHandle$instance {
|
|
3877
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
3878
|
+
|
|
3557
3879
|
readonly IsNil: boolean;
|
|
3558
3880
|
Equals(obj: unknown): boolean;
|
|
3559
3881
|
Equals(other: UserStringHandle): boolean;
|
|
@@ -3673,6 +3995,9 @@ export const DebugMetadataHeader: {
|
|
|
3673
3995
|
export type DebugMetadataHeader = DebugMetadataHeader$instance;
|
|
3674
3996
|
|
|
3675
3997
|
export interface HandleComparer$instance {
|
|
3998
|
+
readonly __tsonic_iface_System_Collections_Generic_IComparer_1: never;
|
|
3999
|
+
readonly __tsonic_iface_System_Collections_Generic_IEqualityComparer_1: never;
|
|
4000
|
+
|
|
3676
4001
|
Compare(x: Handle, y: Handle): int;
|
|
3677
4002
|
Compare(x: EntityHandle, y: EntityHandle): int;
|
|
3678
4003
|
Equals(x: Handle, y: Handle): boolean;
|
|
@@ -3698,6 +4023,8 @@ export type HandleComparer = HandleComparer$instance & __HandleComparer$views;
|
|
|
3698
4023
|
|
|
3699
4024
|
|
|
3700
4025
|
export interface ImageFormatLimitationException$instance extends Exception {
|
|
4026
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
4027
|
+
|
|
3701
4028
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
3702
4029
|
}
|
|
3703
4030
|
|
|
@@ -3808,6 +4135,8 @@ export const MetadataReader: {
|
|
|
3808
4135
|
export type MetadataReader = MetadataReader$instance;
|
|
3809
4136
|
|
|
3810
4137
|
export interface MetadataReaderProvider$instance {
|
|
4138
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
4139
|
+
|
|
3811
4140
|
Dispose(): void;
|
|
3812
4141
|
GetMetadataReader(options?: MetadataReaderOptions, utf8Decoder?: MetadataStringDecoder): MetadataReader;
|
|
3813
4142
|
}
|