@tsonic/dotnet 0.7.3 → 0.7.4
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.VisualBasic/internal/index.d.ts +8 -8
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +2 -2
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +7 -7
- package/System/internal/index.d.ts +79 -72
- package/System.Buffers/internal/index.d.ts +1 -1
- package/System.Buffers.d.ts +11 -2
- package/System.CodeDom.Compiler/internal/index.d.ts +2 -2
- package/System.Collections.Concurrent/internal/index.d.ts +1 -0
- package/System.Collections.Concurrent.d.ts +11 -2
- package/System.Collections.Generic/internal/index.d.ts +10 -0
- package/System.Collections.Immutable/internal/index.d.ts +16 -11
- package/System.Collections.ObjectModel.d.ts +11 -2
- package/System.Collections.Specialized/internal/index.d.ts +3 -2
- package/System.ComponentModel/internal/index.d.ts +11 -7
- package/System.ComponentModel.Design/internal/index.d.ts +3 -0
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +3 -1
- package/System.Data/internal/index.d.ts +12 -7
- package/System.Data.SqlTypes/internal/index.d.ts +26 -26
- package/System.Data.d.ts +17 -4
- package/System.Diagnostics/internal/index.d.ts +19 -19
- package/System.Diagnostics.Metrics/internal/index.d.ts +4 -4
- package/System.Diagnostics.Metrics.d.ts +11 -2
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +1 -1
- package/System.Drawing/internal/index.d.ts +7 -7
- package/System.Dynamic/internal/index.d.ts +2 -2
- package/System.Formats.Asn1/internal/index.d.ts +1 -1
- package/System.Globalization/internal/index.d.ts +1 -1
- package/System.IO/internal/index.d.ts +9 -9
- package/System.Linq/internal/index.d.ts +5 -0
- package/System.Linq.Expressions/internal/index.d.ts +47 -47
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -2
- package/System.Linq.Expressions.d.ts +11 -2
- package/System.Linq.d.ts +35 -10
- package/System.Net/internal/index.d.ts +6 -2
- package/System.Net.Http/internal/index.d.ts +1 -1
- package/System.Net.Security/internal/index.d.ts +1 -1
- package/System.Net.ServerSentEvents.d.ts +11 -2
- package/System.Net.Sockets/internal/index.d.ts +2 -2
- package/System.Numerics/internal/index.d.ts +61 -21
- package/System.Numerics.d.ts +11 -2
- package/System.Reflection/internal/index.d.ts +3 -3
- package/System.Reflection.Emit/internal/index.d.ts +7 -7
- package/System.Reflection.Metadata/internal/index.d.ts +46 -43
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +2 -2
- package/System.Resources/internal/index.d.ts +2 -0
- package/System.Runtime.CompilerServices/internal/index.d.ts +2 -1
- package/System.Runtime.CompilerServices.d.ts +41 -12
- package/System.Runtime.InteropServices/internal/index.d.ts +19 -18
- package/System.Runtime.InteropServices.JavaScript.d.ts +17 -2
- package/System.Runtime.InteropServices.Swift.d.ts +11 -2
- package/System.Runtime.InteropServices.d.ts +11 -2
- package/System.Runtime.Intrinsics/internal/index.d.ts +4 -4
- package/System.Runtime.Intrinsics.d.ts +29 -8
- package/System.Runtime.Versioning/internal/index.d.ts +1 -1
- package/System.Security.AccessControl.d.ts +23 -6
- package/System.Security.Cryptography/internal/index.d.ts +15 -15
- package/System.Security.Principal/internal/index.d.ts +1 -1
- package/System.Text/internal/index.d.ts +10 -9
- package/System.Text.Encodings.Web/internal/index.d.ts +7 -7
- package/System.Text.Json/internal/index.d.ts +1 -1
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +1 -1
- package/System.Text.Json.Serialization.Metadata.d.ts +11 -2
- package/System.Text.Json.Serialization.d.ts +23 -6
- package/System.Threading/internal/index.d.ts +5 -5
- package/System.Threading.Channels.d.ts +13 -2
- package/System.Threading.Tasks/internal/index.d.ts +12 -12
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +1 -1
- package/System.Threading.Tasks.Dataflow.d.ts +21 -2
- package/System.Threading.Tasks.Sources.d.ts +11 -2
- package/System.Threading.Tasks.d.ts +29 -8
- package/System.Transactions/internal/index.d.ts +1 -1
- package/System.Xml.Linq/internal/index.d.ts +10 -10
- package/System.d.ts +75 -14
- package/families.json +359 -0
- package/package.json +1 -1
- package/tsconfig.json +2 -1
|
@@ -532,6 +532,7 @@ export interface IConstructedTypeProvider_1$instance<TType> extends ISZArrayType
|
|
|
532
532
|
getArrayType(elementType: TType, shape: ArrayShape): TType;
|
|
533
533
|
getByReferenceType(elementType: TType): TType;
|
|
534
534
|
getGenericInstantiation(genericType: TType, typeArguments: ImmutableArray_1<TType>): TType;
|
|
535
|
+
getSZArrayType(elementType: TType): TType;
|
|
535
536
|
}
|
|
536
537
|
|
|
537
538
|
|
|
@@ -566,6 +567,8 @@ export interface ISignatureTypeProvider_2$instance<TType, TGenericContext> exten
|
|
|
566
567
|
getTypeFromDefinition(reader: MetadataReader, handle: TypeDefinitionHandle, rawTypeKind: byte): TType;
|
|
567
568
|
getTypeFromReference(reader: MetadataReader, handle: TypeReferenceHandle, rawTypeKind: byte): TType;
|
|
568
569
|
getTypeFromSpecification(reader: MetadataReader, genericContext: TGenericContext, handle: TypeSpecificationHandle, rawTypeKind: byte): TType;
|
|
570
|
+
getByReferenceType(elementType: TType): TType;
|
|
571
|
+
getSZArrayType(elementType: TType): TType;
|
|
569
572
|
}
|
|
570
573
|
|
|
571
574
|
|
|
@@ -641,7 +644,7 @@ export interface __AssemblyDefinitionHandle$views {
|
|
|
641
644
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<AssemblyDefinitionHandle>;
|
|
642
645
|
|
|
643
646
|
// Structural method bridges for numeric interface constraints
|
|
644
|
-
|
|
647
|
+
equals(other: AssemblyDefinitionHandle): boolean;
|
|
645
648
|
}
|
|
646
649
|
|
|
647
650
|
export type AssemblyDefinitionHandle = AssemblyDefinitionHandle$instance & __AssemblyDefinitionHandle$views;
|
|
@@ -679,7 +682,7 @@ export interface __AssemblyFileHandle$views {
|
|
|
679
682
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<AssemblyFileHandle>;
|
|
680
683
|
|
|
681
684
|
// Structural method bridges for numeric interface constraints
|
|
682
|
-
|
|
685
|
+
equals(other: AssemblyFileHandle): boolean;
|
|
683
686
|
}
|
|
684
687
|
|
|
685
688
|
export type AssemblyFileHandle = AssemblyFileHandle$instance & __AssemblyFileHandle$views;
|
|
@@ -762,7 +765,7 @@ export interface __AssemblyReferenceHandle$views {
|
|
|
762
765
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<AssemblyReferenceHandle>;
|
|
763
766
|
|
|
764
767
|
// Structural method bridges for numeric interface constraints
|
|
765
|
-
|
|
768
|
+
equals(other: AssemblyReferenceHandle): boolean;
|
|
766
769
|
}
|
|
767
770
|
|
|
768
771
|
export type AssemblyReferenceHandle = AssemblyReferenceHandle$instance & __AssemblyReferenceHandle$views;
|
|
@@ -870,7 +873,7 @@ export interface __BlobContentId$views {
|
|
|
870
873
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<BlobContentId>;
|
|
871
874
|
|
|
872
875
|
// Structural method bridges for numeric interface constraints
|
|
873
|
-
|
|
876
|
+
equals(other: BlobContentId): boolean;
|
|
874
877
|
}
|
|
875
878
|
|
|
876
879
|
export type BlobContentId = BlobContentId$instance & __BlobContentId$views;
|
|
@@ -893,7 +896,7 @@ export interface __BlobHandle$views {
|
|
|
893
896
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<BlobHandle>;
|
|
894
897
|
|
|
895
898
|
// Structural method bridges for numeric interface constraints
|
|
896
|
-
|
|
899
|
+
equals(other: BlobHandle): boolean;
|
|
897
900
|
}
|
|
898
901
|
|
|
899
902
|
export type BlobHandle = BlobHandle$instance & __BlobHandle$views;
|
|
@@ -1040,7 +1043,7 @@ export interface __ConstantHandle$views {
|
|
|
1040
1043
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<ConstantHandle>;
|
|
1041
1044
|
|
|
1042
1045
|
// Structural method bridges for numeric interface constraints
|
|
1043
|
-
|
|
1046
|
+
equals(other: ConstantHandle): boolean;
|
|
1044
1047
|
}
|
|
1045
1048
|
|
|
1046
1049
|
export type ConstantHandle = ConstantHandle$instance & __ConstantHandle$views;
|
|
@@ -1078,7 +1081,7 @@ export interface __CustomAttributeHandle$views {
|
|
|
1078
1081
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<CustomAttributeHandle>;
|
|
1079
1082
|
|
|
1080
1083
|
// Structural method bridges for numeric interface constraints
|
|
1081
|
-
|
|
1084
|
+
equals(other: CustomAttributeHandle): boolean;
|
|
1082
1085
|
}
|
|
1083
1086
|
|
|
1084
1087
|
export type CustomAttributeHandle = CustomAttributeHandle$instance & __CustomAttributeHandle$views;
|
|
@@ -1196,7 +1199,7 @@ export interface __CustomDebugInformationHandle$views {
|
|
|
1196
1199
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<CustomDebugInformationHandle>;
|
|
1197
1200
|
|
|
1198
1201
|
// Structural method bridges for numeric interface constraints
|
|
1199
|
-
|
|
1202
|
+
equals(other: CustomDebugInformationHandle): boolean;
|
|
1200
1203
|
}
|
|
1201
1204
|
|
|
1202
1205
|
export type CustomDebugInformationHandle = CustomDebugInformationHandle$instance & __CustomDebugInformationHandle$views;
|
|
@@ -1273,7 +1276,7 @@ export interface __DeclarativeSecurityAttributeHandle$views {
|
|
|
1273
1276
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<DeclarativeSecurityAttributeHandle>;
|
|
1274
1277
|
|
|
1275
1278
|
// Structural method bridges for numeric interface constraints
|
|
1276
|
-
|
|
1279
|
+
equals(other: DeclarativeSecurityAttributeHandle): boolean;
|
|
1277
1280
|
}
|
|
1278
1281
|
|
|
1279
1282
|
export type DeclarativeSecurityAttributeHandle = DeclarativeSecurityAttributeHandle$instance & __DeclarativeSecurityAttributeHandle$views;
|
|
@@ -1351,7 +1354,7 @@ export interface __DocumentHandle$views {
|
|
|
1351
1354
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<DocumentHandle>;
|
|
1352
1355
|
|
|
1353
1356
|
// Structural method bridges for numeric interface constraints
|
|
1354
|
-
|
|
1357
|
+
equals(other: DocumentHandle): boolean;
|
|
1355
1358
|
}
|
|
1356
1359
|
|
|
1357
1360
|
export type DocumentHandle = DocumentHandle$instance & __DocumentHandle$views;
|
|
@@ -1414,7 +1417,7 @@ export interface __DocumentNameBlobHandle$views {
|
|
|
1414
1417
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<DocumentNameBlobHandle>;
|
|
1415
1418
|
|
|
1416
1419
|
// Structural method bridges for numeric interface constraints
|
|
1417
|
-
|
|
1420
|
+
equals(other: DocumentNameBlobHandle): boolean;
|
|
1418
1421
|
}
|
|
1419
1422
|
|
|
1420
1423
|
export type DocumentNameBlobHandle = DocumentNameBlobHandle$instance & __DocumentNameBlobHandle$views;
|
|
@@ -1440,7 +1443,7 @@ export interface __EntityHandle$views {
|
|
|
1440
1443
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<EntityHandle>;
|
|
1441
1444
|
|
|
1442
1445
|
// Structural method bridges for numeric interface constraints
|
|
1443
|
-
|
|
1446
|
+
equals(other: EntityHandle): boolean;
|
|
1444
1447
|
}
|
|
1445
1448
|
|
|
1446
1449
|
export type EntityHandle = EntityHandle$instance & __EntityHandle$views;
|
|
@@ -1495,7 +1498,7 @@ export interface __EventDefinitionHandle$views {
|
|
|
1495
1498
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<EventDefinitionHandle>;
|
|
1496
1499
|
|
|
1497
1500
|
// Structural method bridges for numeric interface constraints
|
|
1498
|
-
|
|
1501
|
+
equals(other: EventDefinitionHandle): boolean;
|
|
1499
1502
|
}
|
|
1500
1503
|
|
|
1501
1504
|
export type EventDefinitionHandle = EventDefinitionHandle$instance & __EventDefinitionHandle$views;
|
|
@@ -1594,7 +1597,7 @@ export interface __ExportedTypeHandle$views {
|
|
|
1594
1597
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<ExportedTypeHandle>;
|
|
1595
1598
|
|
|
1596
1599
|
// Structural method bridges for numeric interface constraints
|
|
1597
|
-
|
|
1600
|
+
equals(other: ExportedTypeHandle): boolean;
|
|
1598
1601
|
}
|
|
1599
1602
|
|
|
1600
1603
|
export type ExportedTypeHandle = ExportedTypeHandle$instance & __ExportedTypeHandle$views;
|
|
@@ -1678,7 +1681,7 @@ export interface __FieldDefinitionHandle$views {
|
|
|
1678
1681
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<FieldDefinitionHandle>;
|
|
1679
1682
|
|
|
1680
1683
|
// Structural method bridges for numeric interface constraints
|
|
1681
|
-
|
|
1684
|
+
equals(other: FieldDefinitionHandle): boolean;
|
|
1682
1685
|
}
|
|
1683
1686
|
|
|
1684
1687
|
export type FieldDefinitionHandle = FieldDefinitionHandle$instance & __FieldDefinitionHandle$views;
|
|
@@ -1772,7 +1775,7 @@ export interface __GenericParameterConstraintHandle$views {
|
|
|
1772
1775
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<GenericParameterConstraintHandle>;
|
|
1773
1776
|
|
|
1774
1777
|
// Structural method bridges for numeric interface constraints
|
|
1775
|
-
|
|
1778
|
+
equals(other: GenericParameterConstraintHandle): boolean;
|
|
1776
1779
|
}
|
|
1777
1780
|
|
|
1778
1781
|
export type GenericParameterConstraintHandle = GenericParameterConstraintHandle$instance & __GenericParameterConstraintHandle$views;
|
|
@@ -1836,7 +1839,7 @@ export interface __GenericParameterHandle$views {
|
|
|
1836
1839
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<GenericParameterHandle>;
|
|
1837
1840
|
|
|
1838
1841
|
// Structural method bridges for numeric interface constraints
|
|
1839
|
-
|
|
1842
|
+
equals(other: GenericParameterHandle): boolean;
|
|
1840
1843
|
}
|
|
1841
1844
|
|
|
1842
1845
|
export type GenericParameterHandle = GenericParameterHandle$instance & __GenericParameterHandle$views;
|
|
@@ -1900,7 +1903,7 @@ export interface __GuidHandle$views {
|
|
|
1900
1903
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<GuidHandle>;
|
|
1901
1904
|
|
|
1902
1905
|
// Structural method bridges for numeric interface constraints
|
|
1903
|
-
|
|
1906
|
+
equals(other: GuidHandle): boolean;
|
|
1904
1907
|
}
|
|
1905
1908
|
|
|
1906
1909
|
export type GuidHandle = GuidHandle$instance & __GuidHandle$views;
|
|
@@ -1926,7 +1929,7 @@ export interface __Handle$views {
|
|
|
1926
1929
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<Handle>;
|
|
1927
1930
|
|
|
1928
1931
|
// Structural method bridges for numeric interface constraints
|
|
1929
|
-
|
|
1932
|
+
equals(other: Handle): boolean;
|
|
1930
1933
|
}
|
|
1931
1934
|
|
|
1932
1935
|
export type Handle = Handle$instance & __Handle$views;
|
|
@@ -2058,7 +2061,7 @@ export interface __ImportScopeHandle$views {
|
|
|
2058
2061
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<ImportScopeHandle>;
|
|
2059
2062
|
|
|
2060
2063
|
// Structural method bridges for numeric interface constraints
|
|
2061
|
-
|
|
2064
|
+
equals(other: ImportScopeHandle): boolean;
|
|
2062
2065
|
}
|
|
2063
2066
|
|
|
2064
2067
|
export type ImportScopeHandle = ImportScopeHandle$instance & __ImportScopeHandle$views;
|
|
@@ -2094,7 +2097,7 @@ export interface __InterfaceImplementationHandle$views {
|
|
|
2094
2097
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<InterfaceImplementationHandle>;
|
|
2095
2098
|
|
|
2096
2099
|
// Structural method bridges for numeric interface constraints
|
|
2097
|
-
|
|
2100
|
+
equals(other: InterfaceImplementationHandle): boolean;
|
|
2098
2101
|
}
|
|
2099
2102
|
|
|
2100
2103
|
export type InterfaceImplementationHandle = InterfaceImplementationHandle$instance & __InterfaceImplementationHandle$views;
|
|
@@ -2170,7 +2173,7 @@ export interface __LocalConstantHandle$views {
|
|
|
2170
2173
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<LocalConstantHandle>;
|
|
2171
2174
|
|
|
2172
2175
|
// Structural method bridges for numeric interface constraints
|
|
2173
|
-
|
|
2176
|
+
equals(other: LocalConstantHandle): boolean;
|
|
2174
2177
|
}
|
|
2175
2178
|
|
|
2176
2179
|
export type LocalConstantHandle = LocalConstantHandle$instance & __LocalConstantHandle$views;
|
|
@@ -2252,7 +2255,7 @@ export interface __LocalScopeHandle$views {
|
|
|
2252
2255
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<LocalScopeHandle>;
|
|
2253
2256
|
|
|
2254
2257
|
// Structural method bridges for numeric interface constraints
|
|
2255
|
-
|
|
2258
|
+
equals(other: LocalScopeHandle): boolean;
|
|
2256
2259
|
}
|
|
2257
2260
|
|
|
2258
2261
|
export type LocalScopeHandle = LocalScopeHandle$instance & __LocalScopeHandle$views;
|
|
@@ -2349,7 +2352,7 @@ export interface __LocalVariableHandle$views {
|
|
|
2349
2352
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<LocalVariableHandle>;
|
|
2350
2353
|
|
|
2351
2354
|
// Structural method bridges for numeric interface constraints
|
|
2352
|
-
|
|
2355
|
+
equals(other: LocalVariableHandle): boolean;
|
|
2353
2356
|
}
|
|
2354
2357
|
|
|
2355
2358
|
export type LocalVariableHandle = LocalVariableHandle$instance & __LocalVariableHandle$views;
|
|
@@ -2428,7 +2431,7 @@ export interface __ManifestResourceHandle$views {
|
|
|
2428
2431
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<ManifestResourceHandle>;
|
|
2429
2432
|
|
|
2430
2433
|
// Structural method bridges for numeric interface constraints
|
|
2431
|
-
|
|
2434
|
+
equals(other: ManifestResourceHandle): boolean;
|
|
2432
2435
|
}
|
|
2433
2436
|
|
|
2434
2437
|
export type ManifestResourceHandle = ManifestResourceHandle$instance & __ManifestResourceHandle$views;
|
|
@@ -2509,7 +2512,7 @@ export interface __MemberReferenceHandle$views {
|
|
|
2509
2512
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<MemberReferenceHandle>;
|
|
2510
2513
|
|
|
2511
2514
|
// Structural method bridges for numeric interface constraints
|
|
2512
|
-
|
|
2515
|
+
equals(other: MemberReferenceHandle): boolean;
|
|
2513
2516
|
}
|
|
2514
2517
|
|
|
2515
2518
|
export type MemberReferenceHandle = MemberReferenceHandle$instance & __MemberReferenceHandle$views;
|
|
@@ -2608,7 +2611,7 @@ export interface __MethodDebugInformationHandle$views {
|
|
|
2608
2611
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<MethodDebugInformationHandle>;
|
|
2609
2612
|
|
|
2610
2613
|
// Structural method bridges for numeric interface constraints
|
|
2611
|
-
|
|
2614
|
+
equals(other: MethodDebugInformationHandle): boolean;
|
|
2612
2615
|
}
|
|
2613
2616
|
|
|
2614
2617
|
export type MethodDebugInformationHandle = MethodDebugInformationHandle$instance & __MethodDebugInformationHandle$views;
|
|
@@ -2695,7 +2698,7 @@ export interface __MethodDefinitionHandle$views {
|
|
|
2695
2698
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<MethodDefinitionHandle>;
|
|
2696
2699
|
|
|
2697
2700
|
// Structural method bridges for numeric interface constraints
|
|
2698
|
-
|
|
2701
|
+
equals(other: MethodDefinitionHandle): boolean;
|
|
2699
2702
|
}
|
|
2700
2703
|
|
|
2701
2704
|
export type MethodDefinitionHandle = MethodDefinitionHandle$instance & __MethodDefinitionHandle$views;
|
|
@@ -2773,7 +2776,7 @@ export interface __MethodImplementationHandle$views {
|
|
|
2773
2776
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<MethodImplementationHandle>;
|
|
2774
2777
|
|
|
2775
2778
|
// Structural method bridges for numeric interface constraints
|
|
2776
|
-
|
|
2779
|
+
equals(other: MethodImplementationHandle): boolean;
|
|
2777
2780
|
}
|
|
2778
2781
|
|
|
2779
2782
|
export type MethodImplementationHandle = MethodImplementationHandle$instance & __MethodImplementationHandle$views;
|
|
@@ -2881,7 +2884,7 @@ export interface __MethodSpecificationHandle$views {
|
|
|
2881
2884
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<MethodSpecificationHandle>;
|
|
2882
2885
|
|
|
2883
2886
|
// Structural method bridges for numeric interface constraints
|
|
2884
|
-
|
|
2887
|
+
equals(other: MethodSpecificationHandle): boolean;
|
|
2885
2888
|
}
|
|
2886
2889
|
|
|
2887
2890
|
export type MethodSpecificationHandle = MethodSpecificationHandle$instance & __MethodSpecificationHandle$views;
|
|
@@ -2921,7 +2924,7 @@ export interface __ModuleDefinitionHandle$views {
|
|
|
2921
2924
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<ModuleDefinitionHandle>;
|
|
2922
2925
|
|
|
2923
2926
|
// Structural method bridges for numeric interface constraints
|
|
2924
|
-
|
|
2927
|
+
equals(other: ModuleDefinitionHandle): boolean;
|
|
2925
2928
|
}
|
|
2926
2929
|
|
|
2927
2930
|
export type ModuleDefinitionHandle = ModuleDefinitionHandle$instance & __ModuleDefinitionHandle$views;
|
|
@@ -2957,7 +2960,7 @@ export interface __ModuleReferenceHandle$views {
|
|
|
2957
2960
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<ModuleReferenceHandle>;
|
|
2958
2961
|
|
|
2959
2962
|
// Structural method bridges for numeric interface constraints
|
|
2960
|
-
|
|
2963
|
+
equals(other: ModuleReferenceHandle): boolean;
|
|
2961
2964
|
}
|
|
2962
2965
|
|
|
2963
2966
|
export type ModuleReferenceHandle = ModuleReferenceHandle$instance & __ModuleReferenceHandle$views;
|
|
@@ -2996,7 +2999,7 @@ export interface __NamespaceDefinitionHandle$views {
|
|
|
2996
2999
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<NamespaceDefinitionHandle>;
|
|
2997
3000
|
|
|
2998
3001
|
// Structural method bridges for numeric interface constraints
|
|
2999
|
-
|
|
3002
|
+
equals(other: NamespaceDefinitionHandle): boolean;
|
|
3000
3003
|
}
|
|
3001
3004
|
|
|
3002
3005
|
export type NamespaceDefinitionHandle = NamespaceDefinitionHandle$instance & __NamespaceDefinitionHandle$views;
|
|
@@ -3036,7 +3039,7 @@ export interface __ParameterHandle$views {
|
|
|
3036
3039
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<ParameterHandle>;
|
|
3037
3040
|
|
|
3038
3041
|
// Structural method bridges for numeric interface constraints
|
|
3039
|
-
|
|
3042
|
+
equals(other: ParameterHandle): boolean;
|
|
3040
3043
|
}
|
|
3041
3044
|
|
|
3042
3045
|
export type ParameterHandle = ParameterHandle$instance & __ParameterHandle$views;
|
|
@@ -3132,7 +3135,7 @@ export interface __PropertyDefinitionHandle$views {
|
|
|
3132
3135
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<PropertyDefinitionHandle>;
|
|
3133
3136
|
|
|
3134
3137
|
// Structural method bridges for numeric interface constraints
|
|
3135
|
-
|
|
3138
|
+
equals(other: PropertyDefinitionHandle): boolean;
|
|
3136
3139
|
}
|
|
3137
3140
|
|
|
3138
3141
|
export type PropertyDefinitionHandle = PropertyDefinitionHandle$instance & __PropertyDefinitionHandle$views;
|
|
@@ -3216,7 +3219,7 @@ export interface __SequencePoint$views {
|
|
|
3216
3219
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<SequencePoint>;
|
|
3217
3220
|
|
|
3218
3221
|
// Structural method bridges for numeric interface constraints
|
|
3219
|
-
|
|
3222
|
+
equals(other: SequencePoint): boolean;
|
|
3220
3223
|
}
|
|
3221
3224
|
|
|
3222
3225
|
export type SequencePoint = SequencePoint$instance & __SequencePoint$views;
|
|
@@ -3287,7 +3290,7 @@ export interface __SignatureHeader$views {
|
|
|
3287
3290
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<SignatureHeader>;
|
|
3288
3291
|
|
|
3289
3292
|
// Structural method bridges for numeric interface constraints
|
|
3290
|
-
|
|
3293
|
+
equals(other: SignatureHeader): boolean;
|
|
3291
3294
|
}
|
|
3292
3295
|
|
|
3293
3296
|
export type SignatureHeader = SignatureHeader$instance & __SignatureHeader$views;
|
|
@@ -3326,7 +3329,7 @@ export interface __StandaloneSignatureHandle$views {
|
|
|
3326
3329
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<StandaloneSignatureHandle>;
|
|
3327
3330
|
|
|
3328
3331
|
// Structural method bridges for numeric interface constraints
|
|
3329
|
-
|
|
3332
|
+
equals(other: StandaloneSignatureHandle): boolean;
|
|
3330
3333
|
}
|
|
3331
3334
|
|
|
3332
3335
|
export type StandaloneSignatureHandle = StandaloneSignatureHandle$instance & __StandaloneSignatureHandle$views;
|
|
@@ -3349,7 +3352,7 @@ export interface __StringHandle$views {
|
|
|
3349
3352
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<StringHandle>;
|
|
3350
3353
|
|
|
3351
3354
|
// Structural method bridges for numeric interface constraints
|
|
3352
|
-
|
|
3355
|
+
equals(other: StringHandle): boolean;
|
|
3353
3356
|
}
|
|
3354
3357
|
|
|
3355
3358
|
export type StringHandle = StringHandle$instance & __StringHandle$views;
|
|
@@ -3401,7 +3404,7 @@ export interface __TypeDefinitionHandle$views {
|
|
|
3401
3404
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<TypeDefinitionHandle>;
|
|
3402
3405
|
|
|
3403
3406
|
// Structural method bridges for numeric interface constraints
|
|
3404
|
-
|
|
3407
|
+
equals(other: TypeDefinitionHandle): boolean;
|
|
3405
3408
|
}
|
|
3406
3409
|
|
|
3407
3410
|
export type TypeDefinitionHandle = TypeDefinitionHandle$instance & __TypeDefinitionHandle$views;
|
|
@@ -3492,7 +3495,7 @@ export interface __TypeReferenceHandle$views {
|
|
|
3492
3495
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<TypeReferenceHandle>;
|
|
3493
3496
|
|
|
3494
3497
|
// Structural method bridges for numeric interface constraints
|
|
3495
|
-
|
|
3498
|
+
equals(other: TypeReferenceHandle): boolean;
|
|
3496
3499
|
}
|
|
3497
3500
|
|
|
3498
3501
|
export type TypeReferenceHandle = TypeReferenceHandle$instance & __TypeReferenceHandle$views;
|
|
@@ -3569,7 +3572,7 @@ export interface __TypeSpecificationHandle$views {
|
|
|
3569
3572
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<TypeSpecificationHandle>;
|
|
3570
3573
|
|
|
3571
3574
|
// Structural method bridges for numeric interface constraints
|
|
3572
|
-
|
|
3575
|
+
equals(other: TypeSpecificationHandle): boolean;
|
|
3573
3576
|
}
|
|
3574
3577
|
|
|
3575
3578
|
export type TypeSpecificationHandle = TypeSpecificationHandle$instance & __TypeSpecificationHandle$views;
|
|
@@ -3592,7 +3595,7 @@ export interface __UserStringHandle$views {
|
|
|
3592
3595
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<UserStringHandle>;
|
|
3593
3596
|
|
|
3594
3597
|
// Structural method bridges for numeric interface constraints
|
|
3595
|
-
|
|
3598
|
+
equals(other: UserStringHandle): boolean;
|
|
3596
3599
|
}
|
|
3597
3600
|
|
|
3598
3601
|
export type UserStringHandle = UserStringHandle$instance & __UserStringHandle$views;
|
|
@@ -251,7 +251,7 @@ export interface __EditAndContinueLogEntry$views {
|
|
|
251
251
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<EditAndContinueLogEntry>;
|
|
252
252
|
|
|
253
253
|
// Structural method bridges for numeric interface constraints
|
|
254
|
-
|
|
254
|
+
equals(other: EditAndContinueLogEntry): boolean;
|
|
255
255
|
}
|
|
256
256
|
|
|
257
257
|
export type EditAndContinueLogEntry = EditAndContinueLogEntry$instance & __EditAndContinueLogEntry$views;
|
|
@@ -373,7 +373,7 @@ export interface __LabelHandle$views {
|
|
|
373
373
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<LabelHandle>;
|
|
374
374
|
|
|
375
375
|
// Structural method bridges for numeric interface constraints
|
|
376
|
-
|
|
376
|
+
equals(other: LabelHandle): boolean;
|
|
377
377
|
}
|
|
378
378
|
|
|
379
379
|
export type LabelHandle = LabelHandle$instance & __LabelHandle$views;
|
|
@@ -54,6 +54,7 @@ export interface IResourceReader$instance extends IEnumerable, IDisposable {
|
|
|
54
54
|
close(): void;
|
|
55
55
|
getEnumerator(): IEnumerator;
|
|
56
56
|
getEnumerator(): IDictionaryEnumerator;
|
|
57
|
+
dispose(): void;
|
|
57
58
|
}
|
|
58
59
|
|
|
59
60
|
|
|
@@ -66,6 +67,7 @@ export interface IResourceWriter$instance extends IDisposable {
|
|
|
66
67
|
addResource(name: string, value: unknown): void;
|
|
67
68
|
addResource(name: string, value: string): void;
|
|
68
69
|
close(): void;
|
|
70
|
+
dispose(): void;
|
|
69
71
|
}
|
|
70
72
|
|
|
71
73
|
|
|
@@ -112,6 +112,7 @@ export type IAsyncStateMachine = IAsyncStateMachine$instance;
|
|
|
112
112
|
|
|
113
113
|
export interface ICriticalNotifyCompletion$instance extends INotifyCompletion {
|
|
114
114
|
unsafeOnCompleted(continuation: Action): void;
|
|
115
|
+
onCompleted(continuation: Action): void;
|
|
115
116
|
}
|
|
116
117
|
|
|
117
118
|
|
|
@@ -1968,7 +1969,7 @@ export abstract class ContractHelper$instance {
|
|
|
1968
1969
|
export type ContractHelper = ContractHelper$instance;
|
|
1969
1970
|
|
|
1970
1971
|
export abstract class FormattableStringFactory$instance {
|
|
1971
|
-
static create(format: string, arguments: unknown[]): FormattableString;
|
|
1972
|
+
static create(format: string, ...arguments: unknown[]): FormattableString;
|
|
1972
1973
|
}
|
|
1973
1974
|
|
|
1974
1975
|
|
|
@@ -23,8 +23,6 @@ export type IRuntimeVariables = Internal.IRuntimeVariables;
|
|
|
23
23
|
export { RuntimeOps$instance as RuntimeOps } from './System.Runtime.CompilerServices/internal/index.js';
|
|
24
24
|
export { ReadOnlyCollectionBuilder_1 as ReadOnlyCollectionBuilder } from './System.Runtime.CompilerServices/internal/index.js';
|
|
25
25
|
export { RuleCache_1 as RuleCache } from './System.Runtime.CompilerServices/internal/index.js';
|
|
26
|
-
export { CallSite as CallSite_0 } from './System.Runtime.CompilerServices/internal/index.js';
|
|
27
|
-
export { CallSite_1 as CallSite } from './System.Runtime.CompilerServices/internal/index.js';
|
|
28
26
|
export { CallSiteBinder as CallSiteBinder } from './System.Runtime.CompilerServices/internal/index.js';
|
|
29
27
|
export { CallSiteOps$instance as CallSiteOps } from './System.Runtime.CompilerServices/internal/index.js';
|
|
30
28
|
export { CallSiteHelpers$instance as CallSiteHelpers } from './System.Runtime.CompilerServices/internal/index.js';
|
|
@@ -40,10 +38,6 @@ export { AsyncIteratorMethodBuilder as AsyncIteratorMethodBuilder } from './Syst
|
|
|
40
38
|
export { AsyncIteratorStateMachineAttribute as AsyncIteratorStateMachineAttribute } from './System.Runtime.CompilerServices/internal/index.js';
|
|
41
39
|
export { AsyncMethodBuilderAttribute as AsyncMethodBuilderAttribute } from './System.Runtime.CompilerServices/internal/index.js';
|
|
42
40
|
export { AsyncStateMachineAttribute as AsyncStateMachineAttribute } from './System.Runtime.CompilerServices/internal/index.js';
|
|
43
|
-
export { AsyncTaskMethodBuilder as AsyncTaskMethodBuilder_0 } from './System.Runtime.CompilerServices/internal/index.js';
|
|
44
|
-
export { AsyncTaskMethodBuilder_1 as AsyncTaskMethodBuilder } from './System.Runtime.CompilerServices/internal/index.js';
|
|
45
|
-
export { AsyncValueTaskMethodBuilder as AsyncValueTaskMethodBuilder_0 } from './System.Runtime.CompilerServices/internal/index.js';
|
|
46
|
-
export { AsyncValueTaskMethodBuilder_1 as AsyncValueTaskMethodBuilder } from './System.Runtime.CompilerServices/internal/index.js';
|
|
47
41
|
export { AsyncVoidMethodBuilder as AsyncVoidMethodBuilder } from './System.Runtime.CompilerServices/internal/index.js';
|
|
48
42
|
export { CallerArgumentExpressionAttribute as CallerArgumentExpressionAttribute } from './System.Runtime.CompilerServices/internal/index.js';
|
|
49
43
|
export { CallerFilePathAttribute as CallerFilePathAttribute } from './System.Runtime.CompilerServices/internal/index.js';
|
|
@@ -129,8 +123,6 @@ export { NullableContextAttribute as NullableContextAttribute } from './System.R
|
|
|
129
123
|
export { NullablePublicOnlyAttribute as NullablePublicOnlyAttribute } from './System.Runtime.CompilerServices/internal/index.js';
|
|
130
124
|
export { ReferenceAssemblyAttribute as ReferenceAssemblyAttribute } from './System.Runtime.CompilerServices/internal/index.js';
|
|
131
125
|
export { ParamCollectionAttribute as ParamCollectionAttribute } from './System.Runtime.CompilerServices/internal/index.js';
|
|
132
|
-
export { PoolingAsyncValueTaskMethodBuilder as PoolingAsyncValueTaskMethodBuilder_0 } from './System.Runtime.CompilerServices/internal/index.js';
|
|
133
|
-
export { PoolingAsyncValueTaskMethodBuilder_1 as PoolingAsyncValueTaskMethodBuilder } from './System.Runtime.CompilerServices/internal/index.js';
|
|
134
126
|
export { PreserveBaseOverridesAttribute as PreserveBaseOverridesAttribute } from './System.Runtime.CompilerServices/internal/index.js';
|
|
135
127
|
export { OverloadResolutionPriorityAttribute as OverloadResolutionPriorityAttribute } from './System.Runtime.CompilerServices/internal/index.js';
|
|
136
128
|
export { RefSafetyRulesAttribute as RefSafetyRulesAttribute } from './System.Runtime.CompilerServices/internal/index.js';
|
|
@@ -148,8 +140,6 @@ export { StrongBox_1 as StrongBox } from './System.Runtime.CompilerServices/inte
|
|
|
148
140
|
export type IStrongBox = Internal.IStrongBox;
|
|
149
141
|
export { SuppressIldasmAttribute as SuppressIldasmAttribute } from './System.Runtime.CompilerServices/internal/index.js';
|
|
150
142
|
export { SwitchExpressionException as SwitchExpressionException } from './System.Runtime.CompilerServices/internal/index.js';
|
|
151
|
-
export { TaskAwaiter as TaskAwaiter_0 } from './System.Runtime.CompilerServices/internal/index.js';
|
|
152
|
-
export { TaskAwaiter_1 as TaskAwaiter } from './System.Runtime.CompilerServices/internal/index.js';
|
|
153
143
|
export { ConfiguredTaskAwaitable as ConfiguredTaskAwaitable_0 } from './System.Runtime.CompilerServices/internal/index.js';
|
|
154
144
|
export { ConfiguredTaskAwaitable_ConfiguredTaskAwaiter as ConfiguredTaskAwaitable_ConfiguredTaskAwaiter } from './System.Runtime.CompilerServices/internal/index.js';
|
|
155
145
|
export { ConfiguredTaskAwaitable_1 as ConfiguredTaskAwaitable } from './System.Runtime.CompilerServices/internal/index.js';
|
|
@@ -161,8 +151,6 @@ export { UnsafeAccessorKind as UnsafeAccessorKind } from './System.Runtime.Compi
|
|
|
161
151
|
export { UnsafeAccessorAttribute as UnsafeAccessorAttribute } from './System.Runtime.CompilerServices/internal/index.js';
|
|
162
152
|
export { UnsafeAccessorTypeAttribute as UnsafeAccessorTypeAttribute } from './System.Runtime.CompilerServices/internal/index.js';
|
|
163
153
|
export { UnsafeValueTypeAttribute as UnsafeValueTypeAttribute } from './System.Runtime.CompilerServices/internal/index.js';
|
|
164
|
-
export { ValueTaskAwaiter as ValueTaskAwaiter_0 } from './System.Runtime.CompilerServices/internal/index.js';
|
|
165
|
-
export { ValueTaskAwaiter_1 as ValueTaskAwaiter } from './System.Runtime.CompilerServices/internal/index.js';
|
|
166
154
|
export { YieldAwaitable as YieldAwaitable } from './System.Runtime.CompilerServices/internal/index.js';
|
|
167
155
|
export { YieldAwaitable_YieldAwaiter as YieldAwaitable_YieldAwaiter } from './System.Runtime.CompilerServices/internal/index.js';
|
|
168
156
|
export { IsPinned$instance as IsPinned } from './System.Runtime.CompilerServices/internal/index.js';
|
|
@@ -183,3 +171,44 @@ export { RequiredAttributeAttribute as RequiredAttributeAttribute } from './Syst
|
|
|
183
171
|
export { CompilerMarshalOverride$instance as CompilerMarshalOverride } from './System.Runtime.CompilerServices/internal/index.js';
|
|
184
172
|
export { IDispatchConstantAttribute as IDispatchConstantAttribute } from './System.Runtime.CompilerServices/internal/index.js';
|
|
185
173
|
export { IUnknownConstantAttribute as IUnknownConstantAttribute } from './System.Runtime.CompilerServices/internal/index.js';
|
|
174
|
+
|
|
175
|
+
// Multi-arity family sentinel (detects unspecified type parameters)
|
|
176
|
+
declare const __unspecified: unique symbol;
|
|
177
|
+
export type __ = typeof __unspecified;
|
|
178
|
+
|
|
179
|
+
export type AsyncTaskMethodBuilder<
|
|
180
|
+
T1 = __,
|
|
181
|
+
> =
|
|
182
|
+
[T1] extends [__] ? Internal.AsyncTaskMethodBuilder :
|
|
183
|
+
Internal.AsyncTaskMethodBuilder_1<T1>;
|
|
184
|
+
|
|
185
|
+
export type AsyncValueTaskMethodBuilder<
|
|
186
|
+
T1 = __,
|
|
187
|
+
> =
|
|
188
|
+
[T1] extends [__] ? Internal.AsyncValueTaskMethodBuilder :
|
|
189
|
+
Internal.AsyncValueTaskMethodBuilder_1<T1>;
|
|
190
|
+
|
|
191
|
+
export type CallSite<
|
|
192
|
+
T1 = __,
|
|
193
|
+
> =
|
|
194
|
+
[T1] extends [__] ? Internal.CallSite :
|
|
195
|
+
Internal.CallSite_1<T1>;
|
|
196
|
+
|
|
197
|
+
export type PoolingAsyncValueTaskMethodBuilder<
|
|
198
|
+
T1 = __,
|
|
199
|
+
> =
|
|
200
|
+
[T1] extends [__] ? Internal.PoolingAsyncValueTaskMethodBuilder :
|
|
201
|
+
Internal.PoolingAsyncValueTaskMethodBuilder_1<T1>;
|
|
202
|
+
|
|
203
|
+
export type TaskAwaiter<
|
|
204
|
+
T1 = __,
|
|
205
|
+
> =
|
|
206
|
+
[T1] extends [__] ? Internal.TaskAwaiter :
|
|
207
|
+
Internal.TaskAwaiter_1<T1>;
|
|
208
|
+
|
|
209
|
+
export type ValueTaskAwaiter<
|
|
210
|
+
T1 = __,
|
|
211
|
+
> =
|
|
212
|
+
[T1] extends [__] ? Internal.ValueTaskAwaiter :
|
|
213
|
+
Internal.ValueTaskAwaiter_1<T1>;
|
|
214
|
+
|
|
@@ -439,7 +439,7 @@ export interface __ArrayWithOffset$views {
|
|
|
439
439
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<ArrayWithOffset>;
|
|
440
440
|
|
|
441
441
|
// Structural method bridges for numeric interface constraints
|
|
442
|
-
|
|
442
|
+
equals(other: ArrayWithOffset): boolean;
|
|
443
443
|
}
|
|
444
444
|
|
|
445
445
|
export type ArrayWithOffset = ArrayWithOffset$instance & __ArrayWithOffset$views;
|
|
@@ -464,7 +464,7 @@ export interface __CLong$views {
|
|
|
464
464
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<CLong>;
|
|
465
465
|
|
|
466
466
|
// Structural method bridges for numeric interface constraints
|
|
467
|
-
|
|
467
|
+
equals(other: CLong): boolean;
|
|
468
468
|
}
|
|
469
469
|
|
|
470
470
|
export type CLong = CLong$instance & __CLong$views;
|
|
@@ -515,7 +515,7 @@ export interface __CULong$views {
|
|
|
515
515
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<CULong>;
|
|
516
516
|
|
|
517
517
|
// Structural method bridges for numeric interface constraints
|
|
518
|
-
|
|
518
|
+
equals(other: CULong): boolean;
|
|
519
519
|
}
|
|
520
520
|
|
|
521
521
|
export type CULong = CULong$instance & __CULong$views;
|
|
@@ -545,7 +545,7 @@ export interface __GCHandle$views {
|
|
|
545
545
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<GCHandle>;
|
|
546
546
|
|
|
547
547
|
// Structural method bridges for numeric interface constraints
|
|
548
|
-
|
|
548
|
+
equals(other: GCHandle): boolean;
|
|
549
549
|
}
|
|
550
550
|
|
|
551
551
|
export type GCHandle = GCHandle$instance & __GCHandle$views;
|
|
@@ -573,7 +573,7 @@ export interface __GCHandle_1$views<T> {
|
|
|
573
573
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<GCHandle_1<T>>;
|
|
574
574
|
|
|
575
575
|
// Structural method bridges for numeric interface constraints
|
|
576
|
-
|
|
576
|
+
equals(other: GCHandle_1<T>): boolean;
|
|
577
577
|
}
|
|
578
578
|
|
|
579
579
|
export interface GCHandle_1$instance<T> extends System_Internal.IDisposable$instance {}
|
|
@@ -756,16 +756,17 @@ export interface __NFloat$views {
|
|
|
756
756
|
As_ITrigonometricFunctions_1(): System_Numerics_Internal.ITrigonometricFunctions_1$instance<NFloat>;
|
|
757
757
|
|
|
758
758
|
// Structural method bridges for numeric interface constraints
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
|
|
759
|
+
equals(other: NFloat): boolean;
|
|
760
|
+
compareTo(obj: unknown): int;
|
|
761
|
+
toString(format: string, formatProvider: import("../../System/internal/index").IFormatProvider): string;
|
|
762
|
+
tryFormat(destination: import("../../System/internal/index").Span_1<import("../../System/internal/index").CLROf<char>>, charsWritten: { value: ref<int> }, format: import("../../System/internal/index").ReadOnlySpan_1<import("../../System/internal/index").CLROf<char>>, provider: import("../../System/internal/index").IFormatProvider): boolean;
|
|
763
|
+
tryFormat(utf8Destination: import("../../System/internal/index").Span_1<import("../../System/internal/index").CLROf<byte>>, bytesWritten: { value: ref<int> }, format: import("../../System/internal/index").ReadOnlySpan_1<import("../../System/internal/index").CLROf<char>>, provider: import("../../System/internal/index").IFormatProvider): boolean;
|
|
764
|
+
getExponentByteCount(): int;
|
|
765
|
+
getExponentShortestBitLength(): int;
|
|
766
|
+
tryWriteExponentBigEndian(destination: import("../../System/internal/index").Span_1<import("../../System/internal/index").CLROf<byte>>, bytesWritten: { value: ref<int> }): boolean;
|
|
767
|
+
writeExponentBigEndian(destination: byte[], startIndex: int): int;
|
|
768
|
+
writeExponentBigEndian(destination: byte[]): int;
|
|
769
|
+
writeExponentBigEndian(destination: import("../../System/internal/index").Span_1<import("../../System/internal/index").CLROf<byte>>): int;
|
|
769
770
|
}
|
|
770
771
|
|
|
771
772
|
export interface NFloat$instance extends System_Numerics_Internal.IMinMaxValue_1$instance<NFloat> {}
|
|
@@ -795,7 +796,7 @@ export interface __OSPlatform$views {
|
|
|
795
796
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<OSPlatform>;
|
|
796
797
|
|
|
797
798
|
// Structural method bridges for numeric interface constraints
|
|
798
|
-
|
|
799
|
+
equals(other: OSPlatform): boolean;
|
|
799
800
|
}
|
|
800
801
|
|
|
801
802
|
export type OSPlatform = OSPlatform$instance & __OSPlatform$views;
|
|
@@ -824,7 +825,7 @@ export interface __PinnedGCHandle_1$views<T> {
|
|
|
824
825
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<PinnedGCHandle_1<T>>;
|
|
825
826
|
|
|
826
827
|
// Structural method bridges for numeric interface constraints
|
|
827
|
-
|
|
828
|
+
equals(other: PinnedGCHandle_1<T>): boolean;
|
|
828
829
|
}
|
|
829
830
|
|
|
830
831
|
export interface PinnedGCHandle_1$instance<T> extends System_Internal.IDisposable$instance {}
|
|
@@ -855,7 +856,7 @@ export interface __WeakGCHandle_1$views<T> {
|
|
|
855
856
|
As_IEquatable_1(): System_Internal.IEquatable_1$instance<WeakGCHandle_1<T>>;
|
|
856
857
|
|
|
857
858
|
// Structural method bridges for numeric interface constraints
|
|
858
|
-
|
|
859
|
+
equals(other: WeakGCHandle_1<T>): boolean;
|
|
859
860
|
}
|
|
860
861
|
|
|
861
862
|
export interface WeakGCHandle_1$instance<T> extends System_Internal.IDisposable$instance {}
|