@tsonic/dotnet 10.0.5 → 10.0.10
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 +6 -0
- package/Microsoft.VisualBasic/internal/index.d.ts +38 -0
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +58 -0
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +8 -0
- package/Microsoft.Win32/internal/index.d.ts +3 -3
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +34 -0
- package/System/internal/index.d.ts +447 -196
- package/System.Buffers/internal/index.d.ts +24 -6
- package/System.CodeDom.Compiler/internal/index.d.ts +4 -0
- package/System.Collections/internal/index.d.ts +37 -26
- package/System.Collections.Concurrent/internal/index.d.ts +17 -3
- package/System.Collections.Frozen/internal/index.d.ts +12 -0
- package/System.Collections.Generic/internal/index.d.ts +126 -43
- package/System.Collections.Immutable/internal/index.d.ts +51 -14
- package/System.Collections.ObjectModel/internal/index.d.ts +22 -10
- package/System.Collections.Specialized/internal/index.d.ts +33 -12
- package/System.ComponentModel/internal/index.d.ts +275 -33
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +73 -3
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +14 -0
- package/System.ComponentModel.Design/internal/index.d.ts +49 -7
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +22 -0
- package/System.Data/internal/index.d.ts +111 -21
- package/System.Data.Common/internal/index.d.ts +67 -36
- package/System.Data.SqlTypes/internal/index.d.ts +59 -52
- package/System.Diagnostics/internal/index.d.ts +147 -17
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +52 -0
- package/System.Diagnostics.Contracts/internal/index.d.ts +26 -0
- package/System.Diagnostics.Metrics/internal/index.d.ts +31 -3
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +8 -0
- package/System.Diagnostics.Tracing/internal/index.d.ts +40 -6
- package/System.Drawing/internal/index.d.ts +24 -0
- package/System.Dynamic/internal/index.d.ts +38 -6
- package/System.Formats.Asn1/internal/index.d.ts +13 -3
- package/System.Formats.Tar/internal/index.d.ts +20 -6
- package/System.Globalization/internal/index.d.ts +64 -18
- package/System.IO/internal/index.d.ts +74 -18
- package/System.IO.Compression/internal/index.d.ts +25 -9
- package/System.IO.Enumeration/internal/index.d.ts +6 -0
- package/System.IO.IsolatedStorage/internal/index.d.ts +9 -3
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +6 -0
- package/System.IO.Pipelines/internal/index.d.ts +19 -3
- package/System.IO.Pipes/internal/index.d.ts +16 -0
- package/System.Linq/internal/index.d.ts +17 -3
- package/System.Linq.Expressions/internal/index.d.ts +86 -18
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -0
- package/System.Net/internal/index.d.ts +112 -23
- package/System.Net.Cache/internal/index.d.ts +4 -0
- package/System.Net.Http/internal/index.d.ts +50 -0
- package/System.Net.Http.Headers/internal/index.d.ts +79 -62
- package/System.Net.Http.Json/internal/index.d.ts +2 -0
- package/System.Net.Http.Metrics/internal/index.d.ts +2 -0
- package/System.Net.Mail/internal/index.d.ts +31 -9
- package/System.Net.Mime/internal/index.d.ts +4 -0
- package/System.Net.NetworkInformation/internal/index.d.ts +67 -10
- package/System.Net.Quic/internal/index.d.ts +22 -6
- package/System.Net.Security/internal/index.d.ts +27 -3
- package/System.Net.ServerSentEvents/internal/index.d.ts +4 -0
- package/System.Net.Sockets/internal/index.d.ts +38 -6
- package/System.Net.WebSockets/internal/index.d.ts +23 -3
- package/System.Numerics/internal/index.d.ts +29 -16
- package/System.Reflection/internal/index.d.ts +135 -32
- package/System.Reflection.Emit/internal/index.d.ts +45 -9
- package/System.Reflection.Metadata/internal/index.d.ts +324 -10
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +76 -0
- package/System.Reflection.PortableExecutable/internal/index.d.ts +37 -3
- package/System.Resources/internal/index.d.ts +16 -0
- package/System.Runtime/internal/index.d.ts +12 -6
- package/System.Runtime.CompilerServices/internal/index.d.ts +278 -39
- package/System.Runtime.ConstrainedExecution/internal/index.d.ts +6 -0
- package/System.Runtime.ExceptionServices/internal/index.d.ts +6 -0
- package/System.Runtime.InteropServices/internal/index.d.ts +175 -15
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +40 -0
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +6 -0
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +55 -3
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +57 -12
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +2 -0
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +8 -0
- package/System.Runtime.Intrinsics/internal/index.d.ts +13 -17
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +40 -0
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +2 -0
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +148 -0
- package/System.Runtime.Loader/internal/index.d.ts +7 -3
- package/System.Runtime.Remoting/internal/index.d.ts +2 -0
- package/System.Runtime.Serialization/internal/index.d.ts +75 -9
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +8 -0
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +3 -3
- package/System.Runtime.Serialization.Json/internal/index.d.ts +4 -0
- package/System.Runtime.Versioning/internal/index.d.ts +26 -0
- package/System.Security/internal/index.d.ts +28 -6
- package/System.Security.AccessControl/internal/index.d.ts +98 -8
- package/System.Security.Authentication/internal/index.d.ts +4 -0
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +9 -3
- package/System.Security.Claims/internal/index.d.ts +8 -6
- package/System.Security.Cryptography/internal/index.d.ts +299 -44
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +72 -14
- package/System.Security.Permissions/internal/index.d.ts +6 -0
- package/System.Security.Policy/internal/index.d.ts +4 -0
- package/System.Security.Principal/internal/index.d.ts +21 -8
- package/System.Text/internal/index.d.ts +70 -11
- package/System.Text.Encodings.Web/internal/index.d.ts +10 -0
- package/System.Text.Json/internal/index.d.ts +33 -8
- package/System.Text.Json.Nodes/internal/index.d.ts +10 -0
- package/System.Text.Json.Schema/internal/index.d.ts +4 -0
- package/System.Text.Json.Serialization/internal/index.d.ts +54 -0
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +23 -3
- package/System.Text.RegularExpressions/internal/index.d.ts +35 -7
- package/System.Text.Unicode/internal/index.d.ts +4 -0
- package/System.Threading/internal/index.d.ts +108 -24
- package/System.Threading.Channels/internal/index.d.ts +18 -0
- package/System.Threading.Tasks/internal/index.d.ts +49 -13
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +32 -0
- package/System.Threading.Tasks.Sources/internal/index.d.ts +2 -0
- package/System.Timers/internal/index.d.ts +7 -3
- package/System.Transactions/internal/index.d.ts +37 -15
- package/System.Web/internal/index.d.ts +2 -0
- package/System.Windows.Markup/internal/index.d.ts +2 -0
- package/System.Xml/internal/index.d.ts +107 -20
- package/System.Xml.Linq/internal/index.d.ts +42 -18
- package/System.Xml.Resolvers/internal/index.d.ts +2 -0
- package/System.Xml.Schema/internal/index.d.ts +150 -4
- package/System.Xml.Serialization/internal/index.d.ts +120 -8
- package/System.Xml.XPath/internal/index.d.ts +14 -6
- package/System.Xml.Xsl/internal/index.d.ts +16 -0
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +89 -2
- package/__internal/extensions/index.d.ts +2143 -1955
- package/package.json +2 -2
|
@@ -832,6 +832,8 @@ export interface IUtf8SpanParsable_1$instance<TSelf extends IUtf8SpanParsable_1<
|
|
|
832
832
|
export type IUtf8SpanParsable_1<TSelf extends IUtf8SpanParsable_1<TSelf>> = IUtf8SpanParsable_1$instance<TSelf>;
|
|
833
833
|
|
|
834
834
|
export interface ArgIterator$instance {
|
|
835
|
+
readonly __tsonic_type_System_ArgIterator: never;
|
|
836
|
+
|
|
835
837
|
End(): void;
|
|
836
838
|
Equals(o: unknown): boolean;
|
|
837
839
|
GetHashCode(): int;
|
|
@@ -851,6 +853,8 @@ export const ArgIterator: {
|
|
|
851
853
|
export type ArgIterator = ArgIterator$instance;
|
|
852
854
|
|
|
853
855
|
export interface ArraySegment_1$instance<T> {
|
|
856
|
+
readonly __tsonic_type_System_ArraySegment_1: never;
|
|
857
|
+
|
|
854
858
|
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
855
859
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
856
860
|
readonly __tsonic_iface_System_Collections_Generic_IList_1: never;
|
|
@@ -860,7 +864,6 @@ export interface ArraySegment_1$instance<T> {
|
|
|
860
864
|
|
|
861
865
|
readonly Array: T[] | undefined;
|
|
862
866
|
readonly Count: int;
|
|
863
|
-
[index: number]: T;
|
|
864
867
|
readonly Offset: int;
|
|
865
868
|
CopyTo(destination: T[]): void;
|
|
866
869
|
CopyTo(destination: T[], destinationIndex: int): void;
|
|
@@ -890,10 +893,12 @@ export interface __ArraySegment_1$views<T> {
|
|
|
890
893
|
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
891
894
|
}
|
|
892
895
|
|
|
893
|
-
export type ArraySegment_1<T> = ArraySegment_1$instance<T> & __ArraySegment_1$views<T
|
|
896
|
+
export type ArraySegment_1<T> = ArraySegment_1$instance<T> & __ArraySegment_1$views<T> & { [index: number]: T; };
|
|
894
897
|
|
|
895
898
|
|
|
896
899
|
export interface ArraySegment_1_Enumerator$instance<T> extends IDisposable {
|
|
900
|
+
readonly __tsonic_type_System_ArraySegment_1_Enumerator: never;
|
|
901
|
+
|
|
897
902
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
898
903
|
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
899
904
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
@@ -918,7 +923,9 @@ export interface __ArraySegment_1_Enumerator$views<T> {
|
|
|
918
923
|
export type ArraySegment_1_Enumerator<T> = ArraySegment_1_Enumerator$instance<T> & __ArraySegment_1_Enumerator$views<T>;
|
|
919
924
|
|
|
920
925
|
|
|
921
|
-
export interface Boolean$instance {
|
|
926
|
+
export interface Boolean$instance extends ISpanParsable_1$instance<Boolean$shape> {
|
|
927
|
+
readonly __tsonic_type_System_Boolean: never;
|
|
928
|
+
|
|
922
929
|
readonly __tsonic_iface_System_IComparable: never;
|
|
923
930
|
readonly __tsonic_iface_System_IComparable_1: never;
|
|
924
931
|
readonly __tsonic_iface_System_IConvertible: never;
|
|
@@ -954,20 +961,21 @@ export interface __Boolean$views {
|
|
|
954
961
|
As_IComparable_1(): IComparable_1$instance<Boolean>;
|
|
955
962
|
As_IConvertible(): IConvertible$instance;
|
|
956
963
|
As_IEquatable_1(): IEquatable_1$instance<Boolean>;
|
|
957
|
-
As_IParsable_1(): IParsable_1$instance<Boolean>;
|
|
958
|
-
As_ISpanParsable_1(): ISpanParsable_1$instance<Boolean>;
|
|
964
|
+
As_IParsable_1(): IParsable_1$instance<Boolean$shape>;
|
|
965
|
+
As_ISpanParsable_1(): ISpanParsable_1$instance<Boolean$shape>;
|
|
959
966
|
|
|
960
967
|
// Structural method bridges for numeric interface constraints
|
|
961
968
|
Equals(other: Boolean): boolean;
|
|
962
969
|
CompareTo(obj: unknown): int;
|
|
963
970
|
}
|
|
964
971
|
|
|
965
|
-
export
|
|
972
|
+
export type Boolean$shape = boolean & Boolean$instance & __Boolean$views;
|
|
973
|
+
export type Boolean = boolean | Boolean$shape;
|
|
966
974
|
|
|
967
|
-
export type Boolean = boolean | (boolean & Boolean$instance & __Boolean$views);
|
|
968
975
|
|
|
976
|
+
export interface Byte$instance extends IBitwiseOperators_3<Byte, Byte, Byte>, IComparisonOperators_3<Byte, Byte, Boolean>, IEqualityOperators_3<Byte, Byte, Boolean>, IModulusOperators_3<Byte, Byte, Byte>, IAdditionOperators_3<Byte, Byte, Byte>, IDecrementOperators_1<Byte>, IDivisionOperators_3<Byte, Byte, Byte>, IIncrementOperators_1<Byte>, IMultiplyOperators_3<Byte, Byte, Byte>, ISubtractionOperators_3<Byte, Byte, Byte>, IUnaryPlusOperators_2<Byte, Byte>, IUnaryNegationOperators_2<Byte, Byte>, IShiftOperators_3<Byte, Int32, Byte>, System_Numerics_Internal.IMinMaxValue_1$instance<Byte> {
|
|
977
|
+
readonly __tsonic_type_System_Byte: never;
|
|
969
978
|
|
|
970
|
-
export interface Byte$instance extends IBitwiseOperators_3<Byte, Byte, Byte>, IComparisonOperators_3<Byte, Byte, Boolean>, IEqualityOperators_3<Byte, Byte, Boolean>, IModulusOperators_3<Byte, Byte, Byte>, IAdditionOperators_3<Byte, Byte, Byte>, IDecrementOperators_1<Byte>, IDivisionOperators_3<Byte, Byte, Byte>, IIncrementOperators_1<Byte>, IMultiplyOperators_3<Byte, Byte, Byte>, ISubtractionOperators_3<Byte, Byte, Byte>, IUnaryPlusOperators_2<Byte, Byte>, IUnaryNegationOperators_2<Byte, Byte>, IShiftOperators_3<Byte, Int32, Byte> {
|
|
971
979
|
readonly __tsonic_iface_System_IComparable: never;
|
|
972
980
|
readonly __tsonic_iface_System_IComparable_1: never;
|
|
973
981
|
readonly __tsonic_iface_System_IConvertible: never;
|
|
@@ -1086,12 +1094,12 @@ export interface __Byte$views {
|
|
|
1086
1094
|
WriteBigEndian(destination: Span_1<Byte>): int;
|
|
1087
1095
|
}
|
|
1088
1096
|
|
|
1089
|
-
export interface Byte$instance extends System_Numerics_Internal.IMinMaxValue_1$instance<Byte> {}
|
|
1090
|
-
|
|
1091
1097
|
export type Byte = number & Byte$instance & __Byte$views;
|
|
1092
1098
|
|
|
1093
1099
|
|
|
1094
|
-
export interface Char$instance extends IBitwiseOperators_3<Char, Char, Char>, IComparisonOperators_3<Char, Char, Boolean>, IEqualityOperators_3<Char, Char, Boolean>, IModulusOperators_3<Char, Char, Char>, IAdditionOperators_3<Char, Char, Char>, IDecrementOperators_1<Char>, IDivisionOperators_3<Char, Char, Char>, IIncrementOperators_1<Char>, IMultiplyOperators_3<Char, Char, Char>, ISubtractionOperators_3<Char, Char, Char>, IUnaryPlusOperators_2<Char, Char>, IUnaryNegationOperators_2<Char, Char>, IShiftOperators_3<Char, Int32, Char> {
|
|
1100
|
+
export interface Char$instance extends IBitwiseOperators_3<Char, Char, Char>, IComparisonOperators_3<Char, Char, Boolean>, IEqualityOperators_3<Char, Char, Boolean>, IModulusOperators_3<Char, Char, Char>, IAdditionOperators_3<Char, Char, Char>, IDecrementOperators_1<Char>, IDivisionOperators_3<Char, Char, Char>, IIncrementOperators_1<Char>, IMultiplyOperators_3<Char, Char, Char>, ISubtractionOperators_3<Char, Char, Char>, IUnaryPlusOperators_2<Char, Char>, IUnaryNegationOperators_2<Char, Char>, IShiftOperators_3<Char, Int32, Char>, System_Numerics_Internal.IMinMaxValue_1$instance<Char> {
|
|
1101
|
+
readonly __tsonic_type_System_Char: never;
|
|
1102
|
+
|
|
1095
1103
|
readonly __tsonic_iface_System_IComparable: never;
|
|
1096
1104
|
readonly __tsonic_iface_System_IComparable_1: never;
|
|
1097
1105
|
readonly __tsonic_iface_System_IConvertible: never;
|
|
@@ -1228,12 +1236,12 @@ export interface __Char$views {
|
|
|
1228
1236
|
WriteBigEndian(destination: Span_1<Byte>): int;
|
|
1229
1237
|
}
|
|
1230
1238
|
|
|
1231
|
-
export interface Char$instance extends System_Numerics_Internal.IMinMaxValue_1$instance<Char> {}
|
|
1232
|
-
|
|
1233
1239
|
export type Char = string & Char$instance & __Char$views;
|
|
1234
1240
|
|
|
1235
1241
|
|
|
1236
1242
|
export interface ConsoleKeyInfo$instance {
|
|
1243
|
+
readonly __tsonic_type_System_ConsoleKeyInfo: never;
|
|
1244
|
+
|
|
1237
1245
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
1238
1246
|
|
|
1239
1247
|
readonly Key: ConsoleKey;
|
|
@@ -1260,7 +1268,9 @@ export interface __ConsoleKeyInfo$views {
|
|
|
1260
1268
|
export type ConsoleKeyInfo = ConsoleKeyInfo$instance & __ConsoleKeyInfo$views;
|
|
1261
1269
|
|
|
1262
1270
|
|
|
1263
|
-
export interface DateOnly$instance {
|
|
1271
|
+
export interface DateOnly$instance extends IComparable_1$instance<DateOnly>, ISpanParsable_1$instance<DateOnly> {
|
|
1272
|
+
readonly __tsonic_type_System_DateOnly: never;
|
|
1273
|
+
|
|
1264
1274
|
readonly __tsonic_iface_System_IComparable: never;
|
|
1265
1275
|
readonly __tsonic_iface_System_IComparable_1: never;
|
|
1266
1276
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
@@ -1350,12 +1360,12 @@ export interface __DateOnly$views {
|
|
|
1350
1360
|
TryFormat(utf8Destination: Span_1<Byte>, bytesWritten: int, format: ReadOnlySpan_1<Char>, provider: IFormatProvider): boolean;
|
|
1351
1361
|
}
|
|
1352
1362
|
|
|
1353
|
-
export interface DateOnly$instance extends IComparable_1$instance<DateOnly>, ISpanParsable_1$instance<DateOnly> {}
|
|
1354
|
-
|
|
1355
1363
|
export type DateOnly = DateOnly$instance & __DateOnly$views;
|
|
1356
1364
|
|
|
1357
1365
|
|
|
1358
|
-
export interface DateTime$instance {
|
|
1366
|
+
export interface DateTime$instance extends IComparable_1$instance<DateTime>, ISpanParsable_1$instance<DateTime>, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
1367
|
+
readonly __tsonic_type_System_DateTime: never;
|
|
1368
|
+
|
|
1359
1369
|
readonly __tsonic_iface_System_IComparable: never;
|
|
1360
1370
|
readonly __tsonic_iface_System_IComparable_1: never;
|
|
1361
1371
|
readonly __tsonic_iface_System_IConvertible: never;
|
|
@@ -1500,12 +1510,12 @@ export interface __DateTime$views {
|
|
|
1500
1510
|
TryFormat(utf8Destination: Span_1<Byte>, bytesWritten: int, format: ReadOnlySpan_1<Char>, provider: IFormatProvider): boolean;
|
|
1501
1511
|
}
|
|
1502
1512
|
|
|
1503
|
-
export interface DateTime$instance extends IComparable_1$instance<DateTime>, ISpanParsable_1$instance<DateTime>, System_Runtime_Serialization_Internal.ISerializable$instance {}
|
|
1504
|
-
|
|
1505
1513
|
export type DateTime = DateTime$instance & __DateTime$views;
|
|
1506
1514
|
|
|
1507
1515
|
|
|
1508
|
-
export interface DateTimeOffset$instance {
|
|
1516
|
+
export interface DateTimeOffset$instance extends IComparable_1$instance<DateTimeOffset>, ISpanParsable_1$instance<DateTimeOffset>, System_Runtime_Serialization_Internal.IDeserializationCallback$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
1517
|
+
readonly __tsonic_type_System_DateTimeOffset: never;
|
|
1518
|
+
|
|
1509
1519
|
readonly __tsonic_iface_System_IComparable: never;
|
|
1510
1520
|
readonly __tsonic_iface_System_IComparable_1: never;
|
|
1511
1521
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
@@ -1631,12 +1641,12 @@ export interface __DateTimeOffset$views {
|
|
|
1631
1641
|
TryFormat(utf8Destination: Span_1<Byte>, bytesWritten: int, format: ReadOnlySpan_1<Char>, provider: IFormatProvider): boolean;
|
|
1632
1642
|
}
|
|
1633
1643
|
|
|
1634
|
-
export interface DateTimeOffset$instance extends IComparable_1$instance<DateTimeOffset>, ISpanParsable_1$instance<DateTimeOffset>, System_Runtime_Serialization_Internal.IDeserializationCallback$instance, System_Runtime_Serialization_Internal.ISerializable$instance {}
|
|
1635
|
-
|
|
1636
1644
|
export type DateTimeOffset = DateTimeOffset$instance & __DateTimeOffset$views;
|
|
1637
1645
|
|
|
1638
1646
|
|
|
1639
|
-
export interface Decimal$instance extends IAdditionOperators_3<Decimal, Decimal, Decimal>, IDecrementOperators_1<Decimal>, IDivisionOperators_3<Decimal, Decimal, Decimal>, IEqualityOperators_3<Decimal, Decimal, Boolean>, IIncrementOperators_1<Decimal>, IMultiplyOperators_3<Decimal, Decimal, Decimal>, ISubtractionOperators_3<Decimal, Decimal, Decimal>, IUnaryPlusOperators_2<Decimal, Decimal>, IUnaryNegationOperators_2<Decimal, Decimal>, IComparisonOperators_3<Decimal, Decimal, Boolean>, IModulusOperators_3<Decimal, Decimal, Decimal
|
|
1647
|
+
export interface Decimal$instance extends IAdditionOperators_3<Decimal, Decimal, Decimal>, IDecrementOperators_1<Decimal>, IDivisionOperators_3<Decimal, Decimal, Decimal>, IEqualityOperators_3<Decimal, Decimal, Boolean>, IIncrementOperators_1<Decimal>, IMultiplyOperators_3<Decimal, Decimal, Decimal>, ISubtractionOperators_3<Decimal, Decimal, Decimal>, IUnaryPlusOperators_2<Decimal, Decimal>, IUnaryNegationOperators_2<Decimal, Decimal>, IComparisonOperators_3<Decimal, Decimal, Boolean>, IModulusOperators_3<Decimal, Decimal, Decimal>, System_Numerics_Internal.IMinMaxValue_1$instance<Decimal>, System_Runtime_Serialization_Internal.IDeserializationCallback$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
1648
|
+
readonly __tsonic_type_System_Decimal: never;
|
|
1649
|
+
|
|
1640
1650
|
readonly __tsonic_iface_System_IComparable: never;
|
|
1641
1651
|
readonly __tsonic_iface_System_IComparable_1: never;
|
|
1642
1652
|
readonly __tsonic_iface_System_IConvertible: never;
|
|
@@ -1802,12 +1812,12 @@ export interface __Decimal$views {
|
|
|
1802
1812
|
WriteExponentBigEndian(destination: Span_1<Byte>): int;
|
|
1803
1813
|
}
|
|
1804
1814
|
|
|
1805
|
-
export interface Decimal$instance extends System_Numerics_Internal.IMinMaxValue_1$instance<Decimal>, System_Runtime_Serialization_Internal.IDeserializationCallback$instance, System_Runtime_Serialization_Internal.ISerializable$instance {}
|
|
1806
|
-
|
|
1807
1815
|
export type Decimal = number & Decimal$instance & __Decimal$views;
|
|
1808
1816
|
|
|
1809
1817
|
|
|
1810
1818
|
export interface Delegate_InvocationListEnumerator_1$instance<TDelegate extends Function> {
|
|
1819
|
+
readonly __tsonic_type_System_Delegate_InvocationListEnumerator_1: never;
|
|
1820
|
+
|
|
1811
1821
|
readonly Current: TDelegate;
|
|
1812
1822
|
GetEnumerator(): Delegate_InvocationListEnumerator_1<TDelegate>;
|
|
1813
1823
|
MoveNext(): boolean;
|
|
@@ -1821,7 +1831,9 @@ export const Delegate_InvocationListEnumerator_1: {
|
|
|
1821
1831
|
|
|
1822
1832
|
export type Delegate_InvocationListEnumerator_1<TDelegate extends Function> = Delegate_InvocationListEnumerator_1$instance<TDelegate>;
|
|
1823
1833
|
|
|
1824
|
-
export interface Double$instance extends IBitwiseOperators_3<Double, Double, Double>, IComparisonOperators_3<Double, Double, Boolean>, IEqualityOperators_3<Double, Double, Boolean>, IModulusOperators_3<Double, Double, Double>, IAdditionOperators_3<Double, Double, Double>, IDecrementOperators_1<Double>, IDivisionOperators_3<Double, Double, Double>, IIncrementOperators_1<Double>, IMultiplyOperators_3<Double, Double, Double>, ISubtractionOperators_3<Double, Double, Double>, IUnaryPlusOperators_2<Double, Double>, IUnaryNegationOperators_2<Double, Double> {
|
|
1834
|
+
export interface Double$instance extends IBitwiseOperators_3<Double, Double, Double>, IComparisonOperators_3<Double, Double, Boolean>, IEqualityOperators_3<Double, Double, Boolean>, IModulusOperators_3<Double, Double, Double>, IAdditionOperators_3<Double, Double, Double>, IDecrementOperators_1<Double>, IDivisionOperators_3<Double, Double, Double>, IIncrementOperators_1<Double>, IMultiplyOperators_3<Double, Double, Double>, ISubtractionOperators_3<Double, Double, Double>, IUnaryPlusOperators_2<Double, Double>, IUnaryNegationOperators_2<Double, Double>, System_Numerics_Internal.IMinMaxValue_1$instance<Double> {
|
|
1835
|
+
readonly __tsonic_type_System_Double: never;
|
|
1836
|
+
|
|
1825
1837
|
readonly __tsonic_iface_System_IComparable: never;
|
|
1826
1838
|
readonly __tsonic_iface_System_IComparable_1: never;
|
|
1827
1839
|
readonly __tsonic_iface_System_IConvertible: never;
|
|
@@ -2035,12 +2047,12 @@ export interface __Double$views {
|
|
|
2035
2047
|
WriteExponentBigEndian(destination: Span_1<Byte>): int;
|
|
2036
2048
|
}
|
|
2037
2049
|
|
|
2038
|
-
export interface Double$instance extends System_Numerics_Internal.IMinMaxValue_1$instance<Double> {}
|
|
2039
|
-
|
|
2040
2050
|
export type Double = number & Double$instance & __Double$views;
|
|
2041
2051
|
|
|
2042
2052
|
|
|
2043
2053
|
export interface Environment_ProcessCpuUsage$instance {
|
|
2054
|
+
readonly __tsonic_type_System_Environment_ProcessCpuUsage: never;
|
|
2055
|
+
|
|
2044
2056
|
PrivilegedTime: TimeSpan;
|
|
2045
2057
|
readonly TotalTime: TimeSpan;
|
|
2046
2058
|
UserTime: TimeSpan;
|
|
@@ -2055,6 +2067,8 @@ export const Environment_ProcessCpuUsage: {
|
|
|
2055
2067
|
export type Environment_ProcessCpuUsage = Environment_ProcessCpuUsage$instance;
|
|
2056
2068
|
|
|
2057
2069
|
export interface GCGenerationInfo$instance {
|
|
2070
|
+
readonly __tsonic_type_System_GCGenerationInfo: never;
|
|
2071
|
+
|
|
2058
2072
|
readonly FragmentationAfterBytes: long;
|
|
2059
2073
|
readonly FragmentationBeforeBytes: long;
|
|
2060
2074
|
readonly SizeAfterBytes: long;
|
|
@@ -2070,6 +2084,8 @@ export const GCGenerationInfo: {
|
|
|
2070
2084
|
export type GCGenerationInfo = GCGenerationInfo$instance;
|
|
2071
2085
|
|
|
2072
2086
|
export interface GCMemoryInfo$instance {
|
|
2087
|
+
readonly __tsonic_type_System_GCMemoryInfo: never;
|
|
2088
|
+
|
|
2073
2089
|
readonly Compacted: boolean;
|
|
2074
2090
|
readonly Concurrent: boolean;
|
|
2075
2091
|
readonly FinalizationPendingCount: long;
|
|
@@ -2096,7 +2112,9 @@ export const GCMemoryInfo: {
|
|
|
2096
2112
|
|
|
2097
2113
|
export type GCMemoryInfo = GCMemoryInfo$instance;
|
|
2098
2114
|
|
|
2099
|
-
export interface Guid$instance {
|
|
2115
|
+
export interface Guid$instance extends IComparable_1$instance<Guid>, ISpanParsable_1$instance<Guid> {
|
|
2116
|
+
readonly __tsonic_type_System_Guid: never;
|
|
2117
|
+
|
|
2100
2118
|
readonly __tsonic_iface_System_IComparable: never;
|
|
2101
2119
|
readonly __tsonic_iface_System_IComparable_1: never;
|
|
2102
2120
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
@@ -2175,12 +2193,12 @@ export interface __Guid$views {
|
|
|
2175
2193
|
TryFormat(utf8Destination: Span_1<Byte>, bytesWritten: int, format: ReadOnlySpan_1<Char>, provider: IFormatProvider): boolean;
|
|
2176
2194
|
}
|
|
2177
2195
|
|
|
2178
|
-
export interface Guid$instance extends IComparable_1$instance<Guid>, ISpanParsable_1$instance<Guid> {}
|
|
2179
|
-
|
|
2180
2196
|
export type Guid = Guid$instance & __Guid$views;
|
|
2181
2197
|
|
|
2182
2198
|
|
|
2183
|
-
export interface Half$instance extends IBitwiseOperators_3<Half, Half, Half>, IComparisonOperators_3<Half, Half, Boolean>, IEqualityOperators_3<Half, Half, Boolean>, IModulusOperators_3<Half, Half, Half>, IAdditionOperators_3<Half, Half, Half>, IDecrementOperators_1<Half>, IDivisionOperators_3<Half, Half, Half>, IIncrementOperators_1<Half>, IMultiplicativeIdentity_2<Half, Half>, IMultiplyOperators_3<Half, Half, Half>, ISubtractionOperators_3<Half, Half, Half>, IUnaryPlusOperators_2<Half, Half>, IUnaryNegationOperators_2<Half, Half> {
|
|
2199
|
+
export interface Half$instance extends IBitwiseOperators_3<Half, Half, Half>, IComparisonOperators_3<Half, Half, Boolean>, IEqualityOperators_3<Half, Half, Boolean>, IModulusOperators_3<Half, Half, Half>, IAdditionOperators_3<Half, Half, Half>, IDecrementOperators_1<Half>, IDivisionOperators_3<Half, Half, Half>, IIncrementOperators_1<Half>, IMultiplicativeIdentity_2<Half, Half>, IMultiplyOperators_3<Half, Half, Half>, ISubtractionOperators_3<Half, Half, Half>, IUnaryPlusOperators_2<Half, Half>, IUnaryNegationOperators_2<Half, Half>, System_Numerics_Internal.IMinMaxValue_1$instance<Half> {
|
|
2200
|
+
readonly __tsonic_type_System_Half: never;
|
|
2201
|
+
|
|
2184
2202
|
readonly __tsonic_iface_System_IComparable: never;
|
|
2185
2203
|
readonly __tsonic_iface_System_IComparable_1: never;
|
|
2186
2204
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
@@ -2395,12 +2413,12 @@ export interface __Half$views {
|
|
|
2395
2413
|
WriteExponentBigEndian(destination: Span_1<Byte>): int;
|
|
2396
2414
|
}
|
|
2397
2415
|
|
|
2398
|
-
export interface Half$instance extends System_Numerics_Internal.IMinMaxValue_1$instance<Half> {}
|
|
2399
|
-
|
|
2400
2416
|
export type Half = number & Half$instance & __Half$views;
|
|
2401
2417
|
|
|
2402
2418
|
|
|
2403
2419
|
export interface HashCode$instance {
|
|
2420
|
+
readonly __tsonic_type_System_HashCode: never;
|
|
2421
|
+
|
|
2404
2422
|
Add<T>(value: T): void;
|
|
2405
2423
|
Add<T>(value: T, comparer: IEqualityComparer_1<T>): void;
|
|
2406
2424
|
AddBytes(value: ReadOnlySpan_1<Byte>): void;
|
|
@@ -2426,6 +2444,8 @@ export const HashCode: {
|
|
|
2426
2444
|
export type HashCode = HashCode$instance;
|
|
2427
2445
|
|
|
2428
2446
|
export interface Index$instance {
|
|
2447
|
+
readonly __tsonic_type_System_Index: never;
|
|
2448
|
+
|
|
2429
2449
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
2430
2450
|
|
|
2431
2451
|
readonly IsFromEnd: boolean;
|
|
@@ -2457,7 +2477,9 @@ export interface __Index$views {
|
|
|
2457
2477
|
export type Index = Index$instance & __Index$views;
|
|
2458
2478
|
|
|
2459
2479
|
|
|
2460
|
-
export interface Int128$instance extends IBitwiseOperators_3<Int128, Int128, Int128>, IComparisonOperators_3<Int128, Int128, Boolean>, IEqualityOperators_3<Int128, Int128, Boolean>, IModulusOperators_3<Int128, Int128, Int128>, IAdditionOperators_3<Int128, Int128, Int128>, IDecrementOperators_1<Int128>, IDivisionOperators_3<Int128, Int128, Int128>, IIncrementOperators_1<Int128>, IMultiplyOperators_3<Int128, Int128, Int128>, ISubtractionOperators_3<Int128, Int128, Int128>, IUnaryPlusOperators_2<Int128, Int128>, IUnaryNegationOperators_2<Int128, Int128>, IShiftOperators_3<Int128, Int32, Int128> {
|
|
2480
|
+
export interface Int128$instance extends IBitwiseOperators_3<Int128, Int128, Int128>, IComparisonOperators_3<Int128, Int128, Boolean>, IEqualityOperators_3<Int128, Int128, Boolean>, IModulusOperators_3<Int128, Int128, Int128>, IAdditionOperators_3<Int128, Int128, Int128>, IDecrementOperators_1<Int128>, IDivisionOperators_3<Int128, Int128, Int128>, IIncrementOperators_1<Int128>, IMultiplyOperators_3<Int128, Int128, Int128>, ISubtractionOperators_3<Int128, Int128, Int128>, IUnaryPlusOperators_2<Int128, Int128>, IUnaryNegationOperators_2<Int128, Int128>, IShiftOperators_3<Int128, Int32, Int128>, System_Numerics_Internal.IMinMaxValue_1$instance<Int128> {
|
|
2481
|
+
readonly __tsonic_type_System_Int128: never;
|
|
2482
|
+
|
|
2461
2483
|
readonly __tsonic_iface_System_IComparable: never;
|
|
2462
2484
|
readonly __tsonic_iface_System_IComparable_1: never;
|
|
2463
2485
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
@@ -2582,12 +2604,12 @@ export interface __Int128$views {
|
|
|
2582
2604
|
WriteBigEndian(destination: Span_1<Byte>): int;
|
|
2583
2605
|
}
|
|
2584
2606
|
|
|
2585
|
-
export interface Int128$instance extends System_Numerics_Internal.IMinMaxValue_1$instance<Int128> {}
|
|
2586
|
-
|
|
2587
2607
|
export type Int128 = number & Int128$instance & __Int128$views;
|
|
2588
2608
|
|
|
2589
2609
|
|
|
2590
|
-
export interface Int16$instance extends IBitwiseOperators_3<Int16, Int16, Int16>, IComparisonOperators_3<Int16, Int16, Boolean>, IEqualityOperators_3<Int16, Int16, Boolean>, IModulusOperators_3<Int16, Int16, Int16>, IAdditionOperators_3<Int16, Int16, Int16>, IDecrementOperators_1<Int16>, IDivisionOperators_3<Int16, Int16, Int16>, IIncrementOperators_1<Int16>, IMultiplyOperators_3<Int16, Int16, Int16>, ISubtractionOperators_3<Int16, Int16, Int16>, IUnaryPlusOperators_2<Int16, Int16>, IUnaryNegationOperators_2<Int16, Int16>, IShiftOperators_3<Int16, Int32, Int16> {
|
|
2610
|
+
export interface Int16$instance extends IBitwiseOperators_3<Int16, Int16, Int16>, IComparisonOperators_3<Int16, Int16, Boolean>, IEqualityOperators_3<Int16, Int16, Boolean>, IModulusOperators_3<Int16, Int16, Int16>, IAdditionOperators_3<Int16, Int16, Int16>, IDecrementOperators_1<Int16>, IDivisionOperators_3<Int16, Int16, Int16>, IIncrementOperators_1<Int16>, IMultiplyOperators_3<Int16, Int16, Int16>, ISubtractionOperators_3<Int16, Int16, Int16>, IUnaryPlusOperators_2<Int16, Int16>, IUnaryNegationOperators_2<Int16, Int16>, IShiftOperators_3<Int16, Int32, Int16>, System_Numerics_Internal.IMinMaxValue_1$instance<Int16> {
|
|
2611
|
+
readonly __tsonic_type_System_Int16: never;
|
|
2612
|
+
|
|
2591
2613
|
readonly __tsonic_iface_System_IComparable: never;
|
|
2592
2614
|
readonly __tsonic_iface_System_IComparable_1: never;
|
|
2593
2615
|
readonly __tsonic_iface_System_IConvertible: never;
|
|
@@ -2712,12 +2734,12 @@ export interface __Int16$views {
|
|
|
2712
2734
|
WriteBigEndian(destination: Span_1<Byte>): int;
|
|
2713
2735
|
}
|
|
2714
2736
|
|
|
2715
|
-
export interface Int16$instance extends System_Numerics_Internal.IMinMaxValue_1$instance<Int16> {}
|
|
2716
|
-
|
|
2717
2737
|
export type Int16 = number & Int16$instance & __Int16$views;
|
|
2718
2738
|
|
|
2719
2739
|
|
|
2720
|
-
export interface Int32$instance extends IBitwiseOperators_3<Int32, Int32, Int32>, IComparisonOperators_3<Int32, Int32, Boolean>, IEqualityOperators_3<Int32, Int32, Boolean>, IModulusOperators_3<Int32, Int32, Int32>, IAdditionOperators_3<Int32, Int32, Int32>, IDecrementOperators_1<Int32>, IDivisionOperators_3<Int32, Int32, Int32>, IIncrementOperators_1<Int32>, IMultiplyOperators_3<Int32, Int32, Int32>, ISubtractionOperators_3<Int32, Int32, Int32>, IUnaryPlusOperators_2<Int32, Int32>, IUnaryNegationOperators_2<Int32, Int32>, IShiftOperators_3<Int32, Int32, Int32> {
|
|
2740
|
+
export interface Int32$instance extends IBitwiseOperators_3<Int32, Int32, Int32>, IComparisonOperators_3<Int32, Int32, Boolean>, IEqualityOperators_3<Int32, Int32, Boolean>, IModulusOperators_3<Int32, Int32, Int32>, IAdditionOperators_3<Int32, Int32, Int32>, IDecrementOperators_1<Int32>, IDivisionOperators_3<Int32, Int32, Int32>, IIncrementOperators_1<Int32>, IMultiplyOperators_3<Int32, Int32, Int32>, ISubtractionOperators_3<Int32, Int32, Int32>, IUnaryPlusOperators_2<Int32, Int32>, IUnaryNegationOperators_2<Int32, Int32>, IShiftOperators_3<Int32, Int32, Int32>, System_Numerics_Internal.IMinMaxValue_1$instance<Int32> {
|
|
2741
|
+
readonly __tsonic_type_System_Int32: never;
|
|
2742
|
+
|
|
2721
2743
|
readonly __tsonic_iface_System_IComparable: never;
|
|
2722
2744
|
readonly __tsonic_iface_System_IComparable_1: never;
|
|
2723
2745
|
readonly __tsonic_iface_System_IConvertible: never;
|
|
@@ -2843,12 +2865,12 @@ export interface __Int32$views {
|
|
|
2843
2865
|
WriteBigEndian(destination: Span_1<Byte>): int;
|
|
2844
2866
|
}
|
|
2845
2867
|
|
|
2846
|
-
export interface Int32$instance extends System_Numerics_Internal.IMinMaxValue_1$instance<Int32> {}
|
|
2847
|
-
|
|
2848
2868
|
export type Int32 = number & Int32$instance & __Int32$views;
|
|
2849
2869
|
|
|
2850
2870
|
|
|
2851
|
-
export interface Int64$instance extends IBitwiseOperators_3<Int64, Int64, Int64>, IComparisonOperators_3<Int64, Int64, Boolean>, IEqualityOperators_3<Int64, Int64, Boolean>, IModulusOperators_3<Int64, Int64, Int64>, IAdditionOperators_3<Int64, Int64, Int64>, IDecrementOperators_1<Int64>, IDivisionOperators_3<Int64, Int64, Int64>, IIncrementOperators_1<Int64>, IMultiplyOperators_3<Int64, Int64, Int64>, ISubtractionOperators_3<Int64, Int64, Int64>, IUnaryPlusOperators_2<Int64, Int64>, IUnaryNegationOperators_2<Int64, Int64>, IShiftOperators_3<Int64, Int32, Int64> {
|
|
2871
|
+
export interface Int64$instance extends IBitwiseOperators_3<Int64, Int64, Int64>, IComparisonOperators_3<Int64, Int64, Boolean>, IEqualityOperators_3<Int64, Int64, Boolean>, IModulusOperators_3<Int64, Int64, Int64>, IAdditionOperators_3<Int64, Int64, Int64>, IDecrementOperators_1<Int64>, IDivisionOperators_3<Int64, Int64, Int64>, IIncrementOperators_1<Int64>, IMultiplyOperators_3<Int64, Int64, Int64>, ISubtractionOperators_3<Int64, Int64, Int64>, IUnaryPlusOperators_2<Int64, Int64>, IUnaryNegationOperators_2<Int64, Int64>, IShiftOperators_3<Int64, Int32, Int64>, System_Numerics_Internal.IMinMaxValue_1$instance<Int64> {
|
|
2872
|
+
readonly __tsonic_type_System_Int64: never;
|
|
2873
|
+
|
|
2852
2874
|
readonly __tsonic_iface_System_IComparable: never;
|
|
2853
2875
|
readonly __tsonic_iface_System_IComparable_1: never;
|
|
2854
2876
|
readonly __tsonic_iface_System_IConvertible: never;
|
|
@@ -2974,12 +2996,12 @@ export interface __Int64$views {
|
|
|
2974
2996
|
WriteBigEndian(destination: Span_1<Byte>): int;
|
|
2975
2997
|
}
|
|
2976
2998
|
|
|
2977
|
-
export interface Int64$instance extends System_Numerics_Internal.IMinMaxValue_1$instance<Int64> {}
|
|
2978
|
-
|
|
2979
2999
|
export type Int64 = number & Int64$instance & __Int64$views;
|
|
2980
3000
|
|
|
2981
3001
|
|
|
2982
|
-
export interface IntPtr$instance extends IBitwiseOperators_3<IntPtr, IntPtr, IntPtr>, IComparisonOperators_3<IntPtr, IntPtr, Boolean>, IEqualityOperators_3<IntPtr, IntPtr, Boolean>, IModulusOperators_3<IntPtr, IntPtr, IntPtr>, IAdditionOperators_3<IntPtr, IntPtr, IntPtr>, IDecrementOperators_1<IntPtr>, IDivisionOperators_3<IntPtr, IntPtr, IntPtr>, IIncrementOperators_1<IntPtr>, IMultiplyOperators_3<IntPtr, IntPtr, IntPtr>, ISubtractionOperators_3<IntPtr, IntPtr, IntPtr>, IUnaryPlusOperators_2<IntPtr, IntPtr>, IUnaryNegationOperators_2<IntPtr, IntPtr>, IShiftOperators_3<IntPtr, Int32, IntPtr
|
|
3002
|
+
export interface IntPtr$instance extends IBitwiseOperators_3<IntPtr, IntPtr, IntPtr>, IComparisonOperators_3<IntPtr, IntPtr, Boolean>, IEqualityOperators_3<IntPtr, IntPtr, Boolean>, IModulusOperators_3<IntPtr, IntPtr, IntPtr>, IAdditionOperators_3<IntPtr, IntPtr, IntPtr>, IDecrementOperators_1<IntPtr>, IDivisionOperators_3<IntPtr, IntPtr, IntPtr>, IIncrementOperators_1<IntPtr>, IMultiplyOperators_3<IntPtr, IntPtr, IntPtr>, ISubtractionOperators_3<IntPtr, IntPtr, IntPtr>, IUnaryPlusOperators_2<IntPtr, IntPtr>, IUnaryNegationOperators_2<IntPtr, IntPtr>, IShiftOperators_3<IntPtr, Int32, IntPtr>, System_Numerics_Internal.IMinMaxValue_1$instance<IntPtr>, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
3003
|
+
readonly __tsonic_type_System_IntPtr: never;
|
|
3004
|
+
|
|
2983
3005
|
readonly __tsonic_iface_System_IComparable: never;
|
|
2984
3006
|
readonly __tsonic_iface_System_IComparable_1: never;
|
|
2985
3007
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
@@ -3113,12 +3135,12 @@ export interface __IntPtr$views {
|
|
|
3113
3135
|
WriteBigEndian(destination: Span_1<Byte>): int;
|
|
3114
3136
|
}
|
|
3115
3137
|
|
|
3116
|
-
export interface IntPtr$instance extends System_Numerics_Internal.IMinMaxValue_1$instance<IntPtr>, System_Runtime_Serialization_Internal.ISerializable$instance {}
|
|
3117
|
-
|
|
3118
3138
|
export type IntPtr = number & IntPtr$instance & __IntPtr$views;
|
|
3119
3139
|
|
|
3120
3140
|
|
|
3121
3141
|
export interface Memory_1$instance<T> {
|
|
3142
|
+
readonly __tsonic_type_System_Memory_1: never;
|
|
3143
|
+
|
|
3122
3144
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
3123
3145
|
|
|
3124
3146
|
readonly IsEmpty: boolean;
|
|
@@ -3155,6 +3177,8 @@ export type Memory_1<T> = Memory_1$instance<T> & __Memory_1$views<T>;
|
|
|
3155
3177
|
|
|
3156
3178
|
|
|
3157
3179
|
export interface MemoryExtensions_SpanSplitEnumerator_1$instance<T extends (IEquatable_1<T> | number | string | boolean)> {
|
|
3180
|
+
readonly __tsonic_type_System_MemoryExtensions_SpanSplitEnumerator_1: never;
|
|
3181
|
+
|
|
3158
3182
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
3159
3183
|
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
3160
3184
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
@@ -3182,6 +3206,8 @@ export type MemoryExtensions_SpanSplitEnumerator_1<T extends (IEquatable_1<T> |
|
|
|
3182
3206
|
|
|
3183
3207
|
|
|
3184
3208
|
export interface MemoryExtensions_TryWriteInterpolatedStringHandler$instance {
|
|
3209
|
+
readonly __tsonic_type_System_MemoryExtensions_TryWriteInterpolatedStringHandler: never;
|
|
3210
|
+
|
|
3185
3211
|
AppendFormatted<T>(value: T): boolean;
|
|
3186
3212
|
AppendFormatted<T>(value: T, format: string): boolean;
|
|
3187
3213
|
AppendFormatted<T>(value: T, alignment: int): boolean;
|
|
@@ -3204,6 +3230,8 @@ export const MemoryExtensions_TryWriteInterpolatedStringHandler: {
|
|
|
3204
3230
|
export type MemoryExtensions_TryWriteInterpolatedStringHandler = MemoryExtensions_TryWriteInterpolatedStringHandler$instance;
|
|
3205
3231
|
|
|
3206
3232
|
export interface ModuleHandle$instance {
|
|
3233
|
+
readonly __tsonic_type_System_ModuleHandle: never;
|
|
3234
|
+
|
|
3207
3235
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
3208
3236
|
|
|
3209
3237
|
readonly MDStreamVersion: int;
|
|
@@ -3239,6 +3267,8 @@ export type ModuleHandle = ModuleHandle$instance & __ModuleHandle$views;
|
|
|
3239
3267
|
|
|
3240
3268
|
|
|
3241
3269
|
export interface Nullable_1$instance<T extends unknown> {
|
|
3270
|
+
readonly __tsonic_type_System_Nullable_1: never;
|
|
3271
|
+
|
|
3242
3272
|
readonly HasValue: boolean;
|
|
3243
3273
|
readonly Value: T;
|
|
3244
3274
|
Equals(other: unknown): boolean;
|
|
@@ -3257,6 +3287,8 @@ export const Nullable_1: {
|
|
|
3257
3287
|
export type Nullable_1<T> = Nullable_1$instance<T>;
|
|
3258
3288
|
|
|
3259
3289
|
export interface Range$instance {
|
|
3290
|
+
readonly __tsonic_type_System_Range: never;
|
|
3291
|
+
|
|
3260
3292
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
3261
3293
|
|
|
3262
3294
|
readonly End: Index;
|
|
@@ -3288,6 +3320,8 @@ export type Range = Range$instance & __Range$views;
|
|
|
3288
3320
|
|
|
3289
3321
|
|
|
3290
3322
|
export interface ReadOnlyMemory_1$instance<T> {
|
|
3323
|
+
readonly __tsonic_type_System_ReadOnlyMemory_1: never;
|
|
3324
|
+
|
|
3291
3325
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
3292
3326
|
|
|
3293
3327
|
readonly IsEmpty: boolean;
|
|
@@ -3324,8 +3358,9 @@ export type ReadOnlyMemory_1<T> = ReadOnlyMemory_1$instance<T> & __ReadOnlyMemor
|
|
|
3324
3358
|
|
|
3325
3359
|
|
|
3326
3360
|
export interface ReadOnlySpan_1$instance<T> {
|
|
3361
|
+
readonly __tsonic_type_System_ReadOnlySpan_1: never;
|
|
3362
|
+
|
|
3327
3363
|
readonly IsEmpty: boolean;
|
|
3328
|
-
readonly [index: number]: T;
|
|
3329
3364
|
readonly Length: int;
|
|
3330
3365
|
CopyTo(destination: Span_1<T>): void;
|
|
3331
3366
|
Equals(obj: unknown): boolean;
|
|
@@ -3350,9 +3385,11 @@ export const ReadOnlySpan_1: {
|
|
|
3350
3385
|
};
|
|
3351
3386
|
|
|
3352
3387
|
|
|
3353
|
-
export type ReadOnlySpan_1<T> = ReadOnlySpan_1$instance<T
|
|
3388
|
+
export type ReadOnlySpan_1<T> = ReadOnlySpan_1$instance<T> & { readonly [index: number]: T; };
|
|
3354
3389
|
|
|
3355
3390
|
export interface ReadOnlySpan_1_Enumerator$instance<T> {
|
|
3391
|
+
readonly __tsonic_type_System_ReadOnlySpan_1_Enumerator: never;
|
|
3392
|
+
|
|
3356
3393
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
3357
3394
|
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
3358
3395
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
@@ -3378,6 +3415,8 @@ export type ReadOnlySpan_1_Enumerator<T> = ReadOnlySpan_1_Enumerator$instance<T>
|
|
|
3378
3415
|
|
|
3379
3416
|
|
|
3380
3417
|
export interface RuntimeArgumentHandle$instance {
|
|
3418
|
+
readonly __tsonic_type_System_RuntimeArgumentHandle: never;
|
|
3419
|
+
|
|
3381
3420
|
}
|
|
3382
3421
|
|
|
3383
3422
|
|
|
@@ -3388,7 +3427,9 @@ export const RuntimeArgumentHandle: {
|
|
|
3388
3427
|
|
|
3389
3428
|
export type RuntimeArgumentHandle = RuntimeArgumentHandle$instance;
|
|
3390
3429
|
|
|
3391
|
-
export interface RuntimeFieldHandle$instance {
|
|
3430
|
+
export interface RuntimeFieldHandle$instance extends System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
3431
|
+
readonly __tsonic_type_System_RuntimeFieldHandle: never;
|
|
3432
|
+
|
|
3392
3433
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
3393
3434
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
3394
3435
|
|
|
@@ -3415,12 +3456,12 @@ export interface __RuntimeFieldHandle$views {
|
|
|
3415
3456
|
Equals(other: RuntimeFieldHandle): boolean;
|
|
3416
3457
|
}
|
|
3417
3458
|
|
|
3418
|
-
export interface RuntimeFieldHandle$instance extends System_Runtime_Serialization_Internal.ISerializable$instance {}
|
|
3419
|
-
|
|
3420
3459
|
export type RuntimeFieldHandle = RuntimeFieldHandle$instance & __RuntimeFieldHandle$views;
|
|
3421
3460
|
|
|
3422
3461
|
|
|
3423
|
-
export interface RuntimeMethodHandle$instance {
|
|
3462
|
+
export interface RuntimeMethodHandle$instance extends System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
3463
|
+
readonly __tsonic_type_System_RuntimeMethodHandle: never;
|
|
3464
|
+
|
|
3424
3465
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
3425
3466
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
3426
3467
|
|
|
@@ -3448,12 +3489,12 @@ export interface __RuntimeMethodHandle$views {
|
|
|
3448
3489
|
Equals(other: RuntimeMethodHandle): boolean;
|
|
3449
3490
|
}
|
|
3450
3491
|
|
|
3451
|
-
export interface RuntimeMethodHandle$instance extends System_Runtime_Serialization_Internal.ISerializable$instance {}
|
|
3452
|
-
|
|
3453
3492
|
export type RuntimeMethodHandle = RuntimeMethodHandle$instance & __RuntimeMethodHandle$views;
|
|
3454
3493
|
|
|
3455
3494
|
|
|
3456
|
-
export interface RuntimeTypeHandle$instance {
|
|
3495
|
+
export interface RuntimeTypeHandle$instance extends System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
3496
|
+
readonly __tsonic_type_System_RuntimeTypeHandle: never;
|
|
3497
|
+
|
|
3457
3498
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
3458
3499
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
3459
3500
|
|
|
@@ -3481,12 +3522,12 @@ export interface __RuntimeTypeHandle$views {
|
|
|
3481
3522
|
Equals(other: RuntimeTypeHandle): boolean;
|
|
3482
3523
|
}
|
|
3483
3524
|
|
|
3484
|
-
export interface RuntimeTypeHandle$instance extends System_Runtime_Serialization_Internal.ISerializable$instance {}
|
|
3485
|
-
|
|
3486
3525
|
export type RuntimeTypeHandle = RuntimeTypeHandle$instance & __RuntimeTypeHandle$views;
|
|
3487
3526
|
|
|
3488
3527
|
|
|
3489
|
-
export interface SByte$instance extends IBitwiseOperators_3<SByte, SByte, SByte>, IComparisonOperators_3<SByte, SByte, Boolean>, IEqualityOperators_3<SByte, SByte, Boolean>, IModulusOperators_3<SByte, SByte, SByte>, IAdditionOperators_3<SByte, SByte, SByte>, IDecrementOperators_1<SByte>, IDivisionOperators_3<SByte, SByte, SByte>, IIncrementOperators_1<SByte>, IMultiplyOperators_3<SByte, SByte, SByte>, ISubtractionOperators_3<SByte, SByte, SByte>, IUnaryPlusOperators_2<SByte, SByte>, IUnaryNegationOperators_2<SByte, SByte>, IShiftOperators_3<SByte, Int32, SByte> {
|
|
3528
|
+
export interface SByte$instance extends IBitwiseOperators_3<SByte, SByte, SByte>, IComparisonOperators_3<SByte, SByte, Boolean>, IEqualityOperators_3<SByte, SByte, Boolean>, IModulusOperators_3<SByte, SByte, SByte>, IAdditionOperators_3<SByte, SByte, SByte>, IDecrementOperators_1<SByte>, IDivisionOperators_3<SByte, SByte, SByte>, IIncrementOperators_1<SByte>, IMultiplyOperators_3<SByte, SByte, SByte>, ISubtractionOperators_3<SByte, SByte, SByte>, IUnaryPlusOperators_2<SByte, SByte>, IUnaryNegationOperators_2<SByte, SByte>, IShiftOperators_3<SByte, Int32, SByte>, System_Numerics_Internal.IMinMaxValue_1$instance<SByte> {
|
|
3529
|
+
readonly __tsonic_type_System_SByte: never;
|
|
3530
|
+
|
|
3490
3531
|
readonly __tsonic_iface_System_IComparable: never;
|
|
3491
3532
|
readonly __tsonic_iface_System_IComparable_1: never;
|
|
3492
3533
|
readonly __tsonic_iface_System_IConvertible: never;
|
|
@@ -3611,12 +3652,12 @@ export interface __SByte$views {
|
|
|
3611
3652
|
WriteBigEndian(destination: Span_1<Byte>): int;
|
|
3612
3653
|
}
|
|
3613
3654
|
|
|
3614
|
-
export interface SByte$instance extends System_Numerics_Internal.IMinMaxValue_1$instance<SByte> {}
|
|
3615
|
-
|
|
3616
3655
|
export type SByte = number & SByte$instance & __SByte$views;
|
|
3617
3656
|
|
|
3618
3657
|
|
|
3619
3658
|
export interface SequencePosition$instance {
|
|
3659
|
+
readonly __tsonic_type_System_SequencePosition: never;
|
|
3660
|
+
|
|
3620
3661
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
3621
3662
|
|
|
3622
3663
|
Equals(other: SequencePosition): boolean;
|
|
@@ -3642,7 +3683,9 @@ export interface __SequencePosition$views {
|
|
|
3642
3683
|
export type SequencePosition = SequencePosition$instance & __SequencePosition$views;
|
|
3643
3684
|
|
|
3644
3685
|
|
|
3645
|
-
export interface Single$instance extends IBitwiseOperators_3<Single, Single, Single>, IComparisonOperators_3<Single, Single, Boolean>, IEqualityOperators_3<Single, Single, Boolean>, IModulusOperators_3<Single, Single, Single>, IAdditionOperators_3<Single, Single, Single>, IDecrementOperators_1<Single>, IDivisionOperators_3<Single, Single, Single>, IIncrementOperators_1<Single>, IMultiplyOperators_3<Single, Single, Single>, ISubtractionOperators_3<Single, Single, Single>, IUnaryPlusOperators_2<Single, Single>, IUnaryNegationOperators_2<Single, Single> {
|
|
3686
|
+
export interface Single$instance extends IBitwiseOperators_3<Single, Single, Single>, IComparisonOperators_3<Single, Single, Boolean>, IEqualityOperators_3<Single, Single, Boolean>, IModulusOperators_3<Single, Single, Single>, IAdditionOperators_3<Single, Single, Single>, IDecrementOperators_1<Single>, IDivisionOperators_3<Single, Single, Single>, IIncrementOperators_1<Single>, IMultiplyOperators_3<Single, Single, Single>, ISubtractionOperators_3<Single, Single, Single>, IUnaryPlusOperators_2<Single, Single>, IUnaryNegationOperators_2<Single, Single>, System_Numerics_Internal.IMinMaxValue_1$instance<Single> {
|
|
3687
|
+
readonly __tsonic_type_System_Single: never;
|
|
3688
|
+
|
|
3646
3689
|
readonly __tsonic_iface_System_IComparable: never;
|
|
3647
3690
|
readonly __tsonic_iface_System_IComparable_1: never;
|
|
3648
3691
|
readonly __tsonic_iface_System_IConvertible: never;
|
|
@@ -3856,14 +3899,13 @@ export interface __Single$views {
|
|
|
3856
3899
|
WriteExponentBigEndian(destination: Span_1<Byte>): int;
|
|
3857
3900
|
}
|
|
3858
3901
|
|
|
3859
|
-
export interface Single$instance extends System_Numerics_Internal.IMinMaxValue_1$instance<Single> {}
|
|
3860
|
-
|
|
3861
3902
|
export type Single = number & Single$instance & __Single$views;
|
|
3862
3903
|
|
|
3863
3904
|
|
|
3864
3905
|
export interface Span_1$instance<T> {
|
|
3906
|
+
readonly __tsonic_type_System_Span_1: never;
|
|
3907
|
+
|
|
3865
3908
|
readonly IsEmpty: boolean;
|
|
3866
|
-
readonly [index: number]: T;
|
|
3867
3909
|
readonly Length: int;
|
|
3868
3910
|
Clear(): void;
|
|
3869
3911
|
CopyTo(destination: Span_1<T>): void;
|
|
@@ -3889,9 +3931,11 @@ export const Span_1: {
|
|
|
3889
3931
|
};
|
|
3890
3932
|
|
|
3891
3933
|
|
|
3892
|
-
export type Span_1<T> = Span_1$instance<T
|
|
3934
|
+
export type Span_1<T> = Span_1$instance<T> & { readonly [index: number]: T; };
|
|
3893
3935
|
|
|
3894
3936
|
export interface Span_1_Enumerator$instance<T> {
|
|
3937
|
+
readonly __tsonic_type_System_Span_1_Enumerator: never;
|
|
3938
|
+
|
|
3895
3939
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
3896
3940
|
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
3897
3941
|
readonly __tsonic_iface_System_IDisposable: never;
|
|
@@ -3916,7 +3960,9 @@ export interface __Span_1_Enumerator$views<T> {
|
|
|
3916
3960
|
export type Span_1_Enumerator<T> = Span_1_Enumerator$instance<T> & __Span_1_Enumerator$views<T>;
|
|
3917
3961
|
|
|
3918
3962
|
|
|
3919
|
-
export interface TimeOnly$instance {
|
|
3963
|
+
export interface TimeOnly$instance extends ISpanParsable_1$instance<TimeOnly> {
|
|
3964
|
+
readonly __tsonic_type_System_TimeOnly: never;
|
|
3965
|
+
|
|
3920
3966
|
readonly __tsonic_iface_System_IComparable: never;
|
|
3921
3967
|
readonly __tsonic_iface_System_IComparable_1: never;
|
|
3922
3968
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
@@ -4016,12 +4062,12 @@ export interface __TimeOnly$views {
|
|
|
4016
4062
|
TryFormat(utf8Destination: Span_1<Byte>, bytesWritten: int, format: ReadOnlySpan_1<Char>, provider: IFormatProvider): boolean;
|
|
4017
4063
|
}
|
|
4018
4064
|
|
|
4019
|
-
export interface TimeOnly$instance extends ISpanParsable_1$instance<TimeOnly> {}
|
|
4020
|
-
|
|
4021
4065
|
export type TimeOnly = TimeOnly$instance & __TimeOnly$views;
|
|
4022
4066
|
|
|
4023
4067
|
|
|
4024
|
-
export interface TimeSpan$instance {
|
|
4068
|
+
export interface TimeSpan$instance extends ISpanParsable_1$instance<TimeSpan> {
|
|
4069
|
+
readonly __tsonic_type_System_TimeSpan: never;
|
|
4070
|
+
|
|
4025
4071
|
readonly __tsonic_iface_System_IComparable: never;
|
|
4026
4072
|
readonly __tsonic_iface_System_IComparable_1: never;
|
|
4027
4073
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
@@ -4157,12 +4203,12 @@ export interface __TimeSpan$views {
|
|
|
4157
4203
|
TryFormat(utf8Destination: Span_1<Byte>, bytesWritten: int, format: ReadOnlySpan_1<Char>, provider: IFormatProvider): boolean;
|
|
4158
4204
|
}
|
|
4159
4205
|
|
|
4160
|
-
export interface TimeSpan$instance extends ISpanParsable_1$instance<TimeSpan> {}
|
|
4161
|
-
|
|
4162
4206
|
export type TimeSpan = TimeSpan$instance & __TimeSpan$views;
|
|
4163
4207
|
|
|
4164
4208
|
|
|
4165
|
-
export interface TimeZoneInfo_TransitionTime$instance {
|
|
4209
|
+
export interface TimeZoneInfo_TransitionTime$instance extends System_Runtime_Serialization_Internal.IDeserializationCallback$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
4210
|
+
readonly __tsonic_type_System_TimeZoneInfo_TransitionTime: never;
|
|
4211
|
+
|
|
4166
4212
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
4167
4213
|
readonly __tsonic_iface_System_Runtime_Serialization_IDeserializationCallback: never;
|
|
4168
4214
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
@@ -4195,12 +4241,12 @@ export interface __TimeZoneInfo_TransitionTime$views {
|
|
|
4195
4241
|
Equals(other: TimeZoneInfo_TransitionTime): boolean;
|
|
4196
4242
|
}
|
|
4197
4243
|
|
|
4198
|
-
export interface TimeZoneInfo_TransitionTime$instance extends System_Runtime_Serialization_Internal.IDeserializationCallback$instance, System_Runtime_Serialization_Internal.ISerializable$instance {}
|
|
4199
|
-
|
|
4200
4244
|
export type TimeZoneInfo_TransitionTime = TimeZoneInfo_TransitionTime$instance & __TimeZoneInfo_TransitionTime$views;
|
|
4201
4245
|
|
|
4202
4246
|
|
|
4203
4247
|
export interface TypedReference$instance {
|
|
4248
|
+
readonly __tsonic_type_System_TypedReference: never;
|
|
4249
|
+
|
|
4204
4250
|
Equals(o: unknown): boolean;
|
|
4205
4251
|
GetHashCode(): int;
|
|
4206
4252
|
}
|
|
@@ -4218,7 +4264,9 @@ export const TypedReference: {
|
|
|
4218
4264
|
|
|
4219
4265
|
export type TypedReference = TypedReference$instance;
|
|
4220
4266
|
|
|
4221
|
-
export interface UInt128$instance extends IBitwiseOperators_3<UInt128, UInt128, UInt128>, IComparisonOperators_3<UInt128, UInt128, Boolean>, IEqualityOperators_3<UInt128, UInt128, Boolean>, IModulusOperators_3<UInt128, UInt128, UInt128>, IAdditionOperators_3<UInt128, UInt128, UInt128>, IDecrementOperators_1<UInt128>, IDivisionOperators_3<UInt128, UInt128, UInt128>, IIncrementOperators_1<UInt128>, IMultiplyOperators_3<UInt128, UInt128, UInt128>, ISubtractionOperators_3<UInt128, UInt128, UInt128>, IUnaryPlusOperators_2<UInt128, UInt128>, IUnaryNegationOperators_2<UInt128, UInt128>, IShiftOperators_3<UInt128, Int32, UInt128> {
|
|
4267
|
+
export interface UInt128$instance extends IBitwiseOperators_3<UInt128, UInt128, UInt128>, IComparisonOperators_3<UInt128, UInt128, Boolean>, IEqualityOperators_3<UInt128, UInt128, Boolean>, IModulusOperators_3<UInt128, UInt128, UInt128>, IAdditionOperators_3<UInt128, UInt128, UInt128>, IDecrementOperators_1<UInt128>, IDivisionOperators_3<UInt128, UInt128, UInt128>, IIncrementOperators_1<UInt128>, IMultiplyOperators_3<UInt128, UInt128, UInt128>, ISubtractionOperators_3<UInt128, UInt128, UInt128>, IUnaryPlusOperators_2<UInt128, UInt128>, IUnaryNegationOperators_2<UInt128, UInt128>, IShiftOperators_3<UInt128, Int32, UInt128>, System_Numerics_Internal.IMinMaxValue_1$instance<UInt128> {
|
|
4268
|
+
readonly __tsonic_type_System_UInt128: never;
|
|
4269
|
+
|
|
4222
4270
|
readonly __tsonic_iface_System_IComparable: never;
|
|
4223
4271
|
readonly __tsonic_iface_System_IComparable_1: never;
|
|
4224
4272
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
@@ -4336,12 +4384,12 @@ export interface __UInt128$views {
|
|
|
4336
4384
|
WriteBigEndian(destination: Span_1<Byte>): int;
|
|
4337
4385
|
}
|
|
4338
4386
|
|
|
4339
|
-
export interface UInt128$instance extends System_Numerics_Internal.IMinMaxValue_1$instance<UInt128> {}
|
|
4340
|
-
|
|
4341
4387
|
export type UInt128 = number & UInt128$instance & __UInt128$views;
|
|
4342
4388
|
|
|
4343
4389
|
|
|
4344
|
-
export interface UInt16$instance extends IBitwiseOperators_3<UInt16, UInt16, UInt16>, IComparisonOperators_3<UInt16, UInt16, Boolean>, IEqualityOperators_3<UInt16, UInt16, Boolean>, IModulusOperators_3<UInt16, UInt16, UInt16>, IAdditionOperators_3<UInt16, UInt16, UInt16>, IDecrementOperators_1<UInt16>, IDivisionOperators_3<UInt16, UInt16, UInt16>, IIncrementOperators_1<UInt16>, IMultiplyOperators_3<UInt16, UInt16, UInt16>, ISubtractionOperators_3<UInt16, UInt16, UInt16>, IUnaryPlusOperators_2<UInt16, UInt16>, IUnaryNegationOperators_2<UInt16, UInt16>, IShiftOperators_3<UInt16, Int32, UInt16> {
|
|
4390
|
+
export interface UInt16$instance extends IBitwiseOperators_3<UInt16, UInt16, UInt16>, IComparisonOperators_3<UInt16, UInt16, Boolean>, IEqualityOperators_3<UInt16, UInt16, Boolean>, IModulusOperators_3<UInt16, UInt16, UInt16>, IAdditionOperators_3<UInt16, UInt16, UInt16>, IDecrementOperators_1<UInt16>, IDivisionOperators_3<UInt16, UInt16, UInt16>, IIncrementOperators_1<UInt16>, IMultiplyOperators_3<UInt16, UInt16, UInt16>, ISubtractionOperators_3<UInt16, UInt16, UInt16>, IUnaryPlusOperators_2<UInt16, UInt16>, IUnaryNegationOperators_2<UInt16, UInt16>, IShiftOperators_3<UInt16, Int32, UInt16>, System_Numerics_Internal.IMinMaxValue_1$instance<UInt16> {
|
|
4391
|
+
readonly __tsonic_type_System_UInt16: never;
|
|
4392
|
+
|
|
4345
4393
|
readonly __tsonic_iface_System_IComparable: never;
|
|
4346
4394
|
readonly __tsonic_iface_System_IComparable_1: never;
|
|
4347
4395
|
readonly __tsonic_iface_System_IConvertible: never;
|
|
@@ -4460,12 +4508,12 @@ export interface __UInt16$views {
|
|
|
4460
4508
|
WriteBigEndian(destination: Span_1<Byte>): int;
|
|
4461
4509
|
}
|
|
4462
4510
|
|
|
4463
|
-
export interface UInt16$instance extends System_Numerics_Internal.IMinMaxValue_1$instance<UInt16> {}
|
|
4464
|
-
|
|
4465
4511
|
export type UInt16 = number & UInt16$instance & __UInt16$views;
|
|
4466
4512
|
|
|
4467
4513
|
|
|
4468
|
-
export interface UInt32$instance extends IBitwiseOperators_3<UInt32, UInt32, UInt32>, IComparisonOperators_3<UInt32, UInt32, Boolean>, IEqualityOperators_3<UInt32, UInt32, Boolean>, IModulusOperators_3<UInt32, UInt32, UInt32>, IAdditionOperators_3<UInt32, UInt32, UInt32>, IDecrementOperators_1<UInt32>, IDivisionOperators_3<UInt32, UInt32, UInt32>, IIncrementOperators_1<UInt32>, IMultiplyOperators_3<UInt32, UInt32, UInt32>, ISubtractionOperators_3<UInt32, UInt32, UInt32>, IUnaryPlusOperators_2<UInt32, UInt32>, IUnaryNegationOperators_2<UInt32, UInt32>, IShiftOperators_3<UInt32, Int32, UInt32> {
|
|
4514
|
+
export interface UInt32$instance extends IBitwiseOperators_3<UInt32, UInt32, UInt32>, IComparisonOperators_3<UInt32, UInt32, Boolean>, IEqualityOperators_3<UInt32, UInt32, Boolean>, IModulusOperators_3<UInt32, UInt32, UInt32>, IAdditionOperators_3<UInt32, UInt32, UInt32>, IDecrementOperators_1<UInt32>, IDivisionOperators_3<UInt32, UInt32, UInt32>, IIncrementOperators_1<UInt32>, IMultiplyOperators_3<UInt32, UInt32, UInt32>, ISubtractionOperators_3<UInt32, UInt32, UInt32>, IUnaryPlusOperators_2<UInt32, UInt32>, IUnaryNegationOperators_2<UInt32, UInt32>, IShiftOperators_3<UInt32, Int32, UInt32>, System_Numerics_Internal.IMinMaxValue_1$instance<UInt32> {
|
|
4515
|
+
readonly __tsonic_type_System_UInt32: never;
|
|
4516
|
+
|
|
4469
4517
|
readonly __tsonic_iface_System_IComparable: never;
|
|
4470
4518
|
readonly __tsonic_iface_System_IComparable_1: never;
|
|
4471
4519
|
readonly __tsonic_iface_System_IConvertible: never;
|
|
@@ -4585,12 +4633,12 @@ export interface __UInt32$views {
|
|
|
4585
4633
|
WriteBigEndian(destination: Span_1<Byte>): int;
|
|
4586
4634
|
}
|
|
4587
4635
|
|
|
4588
|
-
export interface UInt32$instance extends System_Numerics_Internal.IMinMaxValue_1$instance<UInt32> {}
|
|
4589
|
-
|
|
4590
4636
|
export type UInt32 = number & UInt32$instance & __UInt32$views;
|
|
4591
4637
|
|
|
4592
4638
|
|
|
4593
|
-
export interface UInt64$instance extends IBitwiseOperators_3<UInt64, UInt64, UInt64>, IComparisonOperators_3<UInt64, UInt64, Boolean>, IEqualityOperators_3<UInt64, UInt64, Boolean>, IModulusOperators_3<UInt64, UInt64, UInt64>, IAdditionOperators_3<UInt64, UInt64, UInt64>, IDecrementOperators_1<UInt64>, IDivisionOperators_3<UInt64, UInt64, UInt64>, IIncrementOperators_1<UInt64>, IMultiplyOperators_3<UInt64, UInt64, UInt64>, ISubtractionOperators_3<UInt64, UInt64, UInt64>, IUnaryPlusOperators_2<UInt64, UInt64>, IUnaryNegationOperators_2<UInt64, UInt64>, IShiftOperators_3<UInt64, Int32, UInt64> {
|
|
4639
|
+
export interface UInt64$instance extends IBitwiseOperators_3<UInt64, UInt64, UInt64>, IComparisonOperators_3<UInt64, UInt64, Boolean>, IEqualityOperators_3<UInt64, UInt64, Boolean>, IModulusOperators_3<UInt64, UInt64, UInt64>, IAdditionOperators_3<UInt64, UInt64, UInt64>, IDecrementOperators_1<UInt64>, IDivisionOperators_3<UInt64, UInt64, UInt64>, IIncrementOperators_1<UInt64>, IMultiplyOperators_3<UInt64, UInt64, UInt64>, ISubtractionOperators_3<UInt64, UInt64, UInt64>, IUnaryPlusOperators_2<UInt64, UInt64>, IUnaryNegationOperators_2<UInt64, UInt64>, IShiftOperators_3<UInt64, Int32, UInt64>, System_Numerics_Internal.IMinMaxValue_1$instance<UInt64> {
|
|
4640
|
+
readonly __tsonic_type_System_UInt64: never;
|
|
4641
|
+
|
|
4594
4642
|
readonly __tsonic_iface_System_IComparable: never;
|
|
4595
4643
|
readonly __tsonic_iface_System_IComparable_1: never;
|
|
4596
4644
|
readonly __tsonic_iface_System_IConvertible: never;
|
|
@@ -4710,12 +4758,12 @@ export interface __UInt64$views {
|
|
|
4710
4758
|
WriteBigEndian(destination: Span_1<Byte>): int;
|
|
4711
4759
|
}
|
|
4712
4760
|
|
|
4713
|
-
export interface UInt64$instance extends System_Numerics_Internal.IMinMaxValue_1$instance<UInt64> {}
|
|
4714
|
-
|
|
4715
4761
|
export type UInt64 = number & UInt64$instance & __UInt64$views;
|
|
4716
4762
|
|
|
4717
4763
|
|
|
4718
|
-
export interface UIntPtr$instance extends IBitwiseOperators_3<UIntPtr, UIntPtr, UIntPtr>, IComparisonOperators_3<UIntPtr, UIntPtr, Boolean>, IEqualityOperators_3<UIntPtr, UIntPtr, Boolean>, IModulusOperators_3<UIntPtr, UIntPtr, UIntPtr>, IAdditionOperators_3<UIntPtr, UIntPtr, UIntPtr>, IDecrementOperators_1<UIntPtr>, IDivisionOperators_3<UIntPtr, UIntPtr, UIntPtr>, IIncrementOperators_1<UIntPtr>, IMultiplyOperators_3<UIntPtr, UIntPtr, UIntPtr>, ISubtractionOperators_3<UIntPtr, UIntPtr, UIntPtr>, IUnaryPlusOperators_2<UIntPtr, UIntPtr>, IUnaryNegationOperators_2<UIntPtr, UIntPtr>, IShiftOperators_3<UIntPtr, Int32, UIntPtr
|
|
4764
|
+
export interface UIntPtr$instance extends IBitwiseOperators_3<UIntPtr, UIntPtr, UIntPtr>, IComparisonOperators_3<UIntPtr, UIntPtr, Boolean>, IEqualityOperators_3<UIntPtr, UIntPtr, Boolean>, IModulusOperators_3<UIntPtr, UIntPtr, UIntPtr>, IAdditionOperators_3<UIntPtr, UIntPtr, UIntPtr>, IDecrementOperators_1<UIntPtr>, IDivisionOperators_3<UIntPtr, UIntPtr, UIntPtr>, IIncrementOperators_1<UIntPtr>, IMultiplyOperators_3<UIntPtr, UIntPtr, UIntPtr>, ISubtractionOperators_3<UIntPtr, UIntPtr, UIntPtr>, IUnaryPlusOperators_2<UIntPtr, UIntPtr>, IUnaryNegationOperators_2<UIntPtr, UIntPtr>, IShiftOperators_3<UIntPtr, Int32, UIntPtr>, System_Numerics_Internal.IMinMaxValue_1$instance<UIntPtr>, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
4765
|
+
readonly __tsonic_type_System_UIntPtr: never;
|
|
4766
|
+
|
|
4719
4767
|
readonly __tsonic_iface_System_IComparable: never;
|
|
4720
4768
|
readonly __tsonic_iface_System_IComparable_1: never;
|
|
4721
4769
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
@@ -4843,12 +4891,12 @@ export interface __UIntPtr$views {
|
|
|
4843
4891
|
WriteBigEndian(destination: Span_1<Byte>): int;
|
|
4844
4892
|
}
|
|
4845
4893
|
|
|
4846
|
-
export interface UIntPtr$instance extends System_Numerics_Internal.IMinMaxValue_1$instance<UIntPtr>, System_Runtime_Serialization_Internal.ISerializable$instance {}
|
|
4847
|
-
|
|
4848
4894
|
export type UIntPtr = number & UIntPtr$instance & __UIntPtr$views;
|
|
4849
4895
|
|
|
4850
4896
|
|
|
4851
4897
|
export interface UriCreationOptions$instance {
|
|
4898
|
+
readonly __tsonic_type_System_UriCreationOptions: never;
|
|
4899
|
+
|
|
4852
4900
|
DangerousDisablePathAndQueryCanonicalization: boolean;
|
|
4853
4901
|
}
|
|
4854
4902
|
|
|
@@ -4860,7 +4908,9 @@ export const UriCreationOptions: {
|
|
|
4860
4908
|
|
|
4861
4909
|
export type UriCreationOptions = UriCreationOptions$instance;
|
|
4862
4910
|
|
|
4863
|
-
export interface ValueTuple$instance {
|
|
4911
|
+
export interface ValueTuple$instance extends IComparable_1$instance<ValueTuple>, System_Runtime_CompilerServices_Internal.ITuple$instance {
|
|
4912
|
+
readonly __tsonic_type_System_ValueTuple: never;
|
|
4913
|
+
|
|
4864
4914
|
readonly __tsonic_iface_System_Collections_IStructuralComparable: never;
|
|
4865
4915
|
readonly __tsonic_iface_System_Collections_IStructuralEquatable: never;
|
|
4866
4916
|
readonly __tsonic_iface_System_IComparable: never;
|
|
@@ -4903,12 +4953,12 @@ export interface __ValueTuple$views {
|
|
|
4903
4953
|
CompareTo(obj: unknown): int;
|
|
4904
4954
|
}
|
|
4905
4955
|
|
|
4906
|
-
export interface ValueTuple$instance extends IComparable_1$instance<ValueTuple>, System_Runtime_CompilerServices_Internal.ITuple$instance {}
|
|
4907
|
-
|
|
4908
4956
|
export type ValueTuple = ValueTuple$instance & __ValueTuple$views;
|
|
4909
4957
|
|
|
4910
4958
|
|
|
4911
|
-
export interface ValueTuple_1$instance<T1> {
|
|
4959
|
+
export interface ValueTuple_1$instance<T1> extends IComparable_1$instance<ValueTuple_1<T1>>, System_Runtime_CompilerServices_Internal.ITuple$instance {
|
|
4960
|
+
readonly __tsonic_type_System_ValueTuple_1: never;
|
|
4961
|
+
|
|
4912
4962
|
readonly __tsonic_iface_System_Collections_IStructuralComparable: never;
|
|
4913
4963
|
readonly __tsonic_iface_System_Collections_IStructuralEquatable: never;
|
|
4914
4964
|
readonly __tsonic_iface_System_IComparable: never;
|
|
@@ -4943,12 +4993,12 @@ export interface __ValueTuple_1$views<T1> {
|
|
|
4943
4993
|
CompareTo(obj: unknown): int;
|
|
4944
4994
|
}
|
|
4945
4995
|
|
|
4946
|
-
export interface ValueTuple_1$instance<T1> extends IComparable_1$instance<ValueTuple_1<T1>>, System_Runtime_CompilerServices_Internal.ITuple$instance {}
|
|
4947
|
-
|
|
4948
4996
|
export type ValueTuple_1<T1> = ValueTuple_1$instance<T1> & __ValueTuple_1$views<T1>;
|
|
4949
4997
|
|
|
4950
4998
|
|
|
4951
|
-
export interface ValueTuple_2$instance<T1, T2> {
|
|
4999
|
+
export interface ValueTuple_2$instance<T1, T2> extends IComparable_1$instance<ValueTuple_2<T1, T2>>, System_Runtime_CompilerServices_Internal.ITuple$instance {
|
|
5000
|
+
readonly __tsonic_type_System_ValueTuple_2: never;
|
|
5001
|
+
|
|
4952
5002
|
readonly __tsonic_iface_System_Collections_IStructuralComparable: never;
|
|
4953
5003
|
readonly __tsonic_iface_System_Collections_IStructuralEquatable: never;
|
|
4954
5004
|
readonly __tsonic_iface_System_IComparable: never;
|
|
@@ -4984,12 +5034,12 @@ export interface __ValueTuple_2$views<T1, T2> {
|
|
|
4984
5034
|
CompareTo(obj: unknown): int;
|
|
4985
5035
|
}
|
|
4986
5036
|
|
|
4987
|
-
export interface ValueTuple_2$instance<T1, T2> extends IComparable_1$instance<ValueTuple_2<T1, T2>>, System_Runtime_CompilerServices_Internal.ITuple$instance {}
|
|
4988
|
-
|
|
4989
5037
|
export type ValueTuple_2<T1, T2> = ValueTuple_2$instance<T1, T2> & __ValueTuple_2$views<T1, T2>;
|
|
4990
5038
|
|
|
4991
5039
|
|
|
4992
|
-
export interface ValueTuple_3$instance<T1, T2, T3> {
|
|
5040
|
+
export interface ValueTuple_3$instance<T1, T2, T3> extends IComparable_1$instance<ValueTuple_3<T1, T2, T3>>, System_Runtime_CompilerServices_Internal.ITuple$instance {
|
|
5041
|
+
readonly __tsonic_type_System_ValueTuple_3: never;
|
|
5042
|
+
|
|
4993
5043
|
readonly __tsonic_iface_System_Collections_IStructuralComparable: never;
|
|
4994
5044
|
readonly __tsonic_iface_System_Collections_IStructuralEquatable: never;
|
|
4995
5045
|
readonly __tsonic_iface_System_IComparable: never;
|
|
@@ -5026,12 +5076,12 @@ export interface __ValueTuple_3$views<T1, T2, T3> {
|
|
|
5026
5076
|
CompareTo(obj: unknown): int;
|
|
5027
5077
|
}
|
|
5028
5078
|
|
|
5029
|
-
export interface ValueTuple_3$instance<T1, T2, T3> extends IComparable_1$instance<ValueTuple_3<T1, T2, T3>>, System_Runtime_CompilerServices_Internal.ITuple$instance {}
|
|
5030
|
-
|
|
5031
5079
|
export type ValueTuple_3<T1, T2, T3> = ValueTuple_3$instance<T1, T2, T3> & __ValueTuple_3$views<T1, T2, T3>;
|
|
5032
5080
|
|
|
5033
5081
|
|
|
5034
|
-
export interface ValueTuple_4$instance<T1, T2, T3, T4> {
|
|
5082
|
+
export interface ValueTuple_4$instance<T1, T2, T3, T4> extends IComparable_1$instance<ValueTuple_4<T1, T2, T3, T4>>, System_Runtime_CompilerServices_Internal.ITuple$instance {
|
|
5083
|
+
readonly __tsonic_type_System_ValueTuple_4: never;
|
|
5084
|
+
|
|
5035
5085
|
readonly __tsonic_iface_System_Collections_IStructuralComparable: never;
|
|
5036
5086
|
readonly __tsonic_iface_System_Collections_IStructuralEquatable: never;
|
|
5037
5087
|
readonly __tsonic_iface_System_IComparable: never;
|
|
@@ -5069,12 +5119,12 @@ export interface __ValueTuple_4$views<T1, T2, T3, T4> {
|
|
|
5069
5119
|
CompareTo(obj: unknown): int;
|
|
5070
5120
|
}
|
|
5071
5121
|
|
|
5072
|
-
export interface ValueTuple_4$instance<T1, T2, T3, T4> extends IComparable_1$instance<ValueTuple_4<T1, T2, T3, T4>>, System_Runtime_CompilerServices_Internal.ITuple$instance {}
|
|
5073
|
-
|
|
5074
5122
|
export type ValueTuple_4<T1, T2, T3, T4> = ValueTuple_4$instance<T1, T2, T3, T4> & __ValueTuple_4$views<T1, T2, T3, T4>;
|
|
5075
5123
|
|
|
5076
5124
|
|
|
5077
|
-
export interface ValueTuple_5$instance<T1, T2, T3, T4, T5> {
|
|
5125
|
+
export interface ValueTuple_5$instance<T1, T2, T3, T4, T5> extends IComparable_1$instance<ValueTuple_5<T1, T2, T3, T4, T5>>, System_Runtime_CompilerServices_Internal.ITuple$instance {
|
|
5126
|
+
readonly __tsonic_type_System_ValueTuple_5: never;
|
|
5127
|
+
|
|
5078
5128
|
readonly __tsonic_iface_System_Collections_IStructuralComparable: never;
|
|
5079
5129
|
readonly __tsonic_iface_System_Collections_IStructuralEquatable: never;
|
|
5080
5130
|
readonly __tsonic_iface_System_IComparable: never;
|
|
@@ -5113,12 +5163,12 @@ export interface __ValueTuple_5$views<T1, T2, T3, T4, T5> {
|
|
|
5113
5163
|
CompareTo(obj: unknown): int;
|
|
5114
5164
|
}
|
|
5115
5165
|
|
|
5116
|
-
export interface ValueTuple_5$instance<T1, T2, T3, T4, T5> extends IComparable_1$instance<ValueTuple_5<T1, T2, T3, T4, T5>>, System_Runtime_CompilerServices_Internal.ITuple$instance {}
|
|
5117
|
-
|
|
5118
5166
|
export type ValueTuple_5<T1, T2, T3, T4, T5> = ValueTuple_5$instance<T1, T2, T3, T4, T5> & __ValueTuple_5$views<T1, T2, T3, T4, T5>;
|
|
5119
5167
|
|
|
5120
5168
|
|
|
5121
|
-
export interface ValueTuple_6$instance<T1, T2, T3, T4, T5, T6> {
|
|
5169
|
+
export interface ValueTuple_6$instance<T1, T2, T3, T4, T5, T6> extends IComparable_1$instance<ValueTuple_6<T1, T2, T3, T4, T5, T6>>, System_Runtime_CompilerServices_Internal.ITuple$instance {
|
|
5170
|
+
readonly __tsonic_type_System_ValueTuple_6: never;
|
|
5171
|
+
|
|
5122
5172
|
readonly __tsonic_iface_System_Collections_IStructuralComparable: never;
|
|
5123
5173
|
readonly __tsonic_iface_System_Collections_IStructuralEquatable: never;
|
|
5124
5174
|
readonly __tsonic_iface_System_IComparable: never;
|
|
@@ -5158,12 +5208,12 @@ export interface __ValueTuple_6$views<T1, T2, T3, T4, T5, T6> {
|
|
|
5158
5208
|
CompareTo(obj: unknown): int;
|
|
5159
5209
|
}
|
|
5160
5210
|
|
|
5161
|
-
export interface ValueTuple_6$instance<T1, T2, T3, T4, T5, T6> extends IComparable_1$instance<ValueTuple_6<T1, T2, T3, T4, T5, T6>>, System_Runtime_CompilerServices_Internal.ITuple$instance {}
|
|
5162
|
-
|
|
5163
5211
|
export type ValueTuple_6<T1, T2, T3, T4, T5, T6> = ValueTuple_6$instance<T1, T2, T3, T4, T5, T6> & __ValueTuple_6$views<T1, T2, T3, T4, T5, T6>;
|
|
5164
5212
|
|
|
5165
5213
|
|
|
5166
|
-
export interface ValueTuple_7$instance<T1, T2, T3, T4, T5, T6, T7> {
|
|
5214
|
+
export interface ValueTuple_7$instance<T1, T2, T3, T4, T5, T6, T7> extends IComparable_1$instance<ValueTuple_7<T1, T2, T3, T4, T5, T6, T7>>, System_Runtime_CompilerServices_Internal.ITuple$instance {
|
|
5215
|
+
readonly __tsonic_type_System_ValueTuple_7: never;
|
|
5216
|
+
|
|
5167
5217
|
readonly __tsonic_iface_System_Collections_IStructuralComparable: never;
|
|
5168
5218
|
readonly __tsonic_iface_System_Collections_IStructuralEquatable: never;
|
|
5169
5219
|
readonly __tsonic_iface_System_IComparable: never;
|
|
@@ -5204,12 +5254,12 @@ export interface __ValueTuple_7$views<T1, T2, T3, T4, T5, T6, T7> {
|
|
|
5204
5254
|
CompareTo(obj: unknown): int;
|
|
5205
5255
|
}
|
|
5206
5256
|
|
|
5207
|
-
export interface ValueTuple_7$instance<T1, T2, T3, T4, T5, T6, T7> extends IComparable_1$instance<ValueTuple_7<T1, T2, T3, T4, T5, T6, T7>>, System_Runtime_CompilerServices_Internal.ITuple$instance {}
|
|
5208
|
-
|
|
5209
5257
|
export type ValueTuple_7<T1, T2, T3, T4, T5, T6, T7> = ValueTuple_7$instance<T1, T2, T3, T4, T5, T6, T7> & __ValueTuple_7$views<T1, T2, T3, T4, T5, T6, T7>;
|
|
5210
5258
|
|
|
5211
5259
|
|
|
5212
|
-
export interface ValueTuple_8$instance<T1, T2, T3, T4, T5, T6, T7, TRest extends unknown> {
|
|
5260
|
+
export interface ValueTuple_8$instance<T1, T2, T3, T4, T5, T6, T7, TRest extends unknown> extends IComparable_1$instance<ValueTuple_8<T1, T2, T3, T4, T5, T6, T7, TRest>>, System_Runtime_CompilerServices_Internal.ITuple$instance {
|
|
5261
|
+
readonly __tsonic_type_System_ValueTuple_8: never;
|
|
5262
|
+
|
|
5213
5263
|
readonly __tsonic_iface_System_Collections_IStructuralComparable: never;
|
|
5214
5264
|
readonly __tsonic_iface_System_Collections_IStructuralEquatable: never;
|
|
5215
5265
|
readonly __tsonic_iface_System_IComparable: never;
|
|
@@ -5251,12 +5301,12 @@ export interface __ValueTuple_8$views<T1, T2, T3, T4, T5, T6, T7, TRest extends
|
|
|
5251
5301
|
CompareTo(obj: unknown): int;
|
|
5252
5302
|
}
|
|
5253
5303
|
|
|
5254
|
-
export interface ValueTuple_8$instance<T1, T2, T3, T4, T5, T6, T7, TRest extends unknown> extends IComparable_1$instance<ValueTuple_8<T1, T2, T3, T4, T5, T6, T7, TRest>>, System_Runtime_CompilerServices_Internal.ITuple$instance {}
|
|
5255
|
-
|
|
5256
5304
|
export type ValueTuple_8<T1, T2, T3, T4, T5, T6, T7, TRest> = ValueTuple_8$instance<T1, T2, T3, T4, T5, T6, T7, TRest> & __ValueTuple_8$views<T1, T2, T3, T4, T5, T6, T7, TRest>;
|
|
5257
5305
|
|
|
5258
5306
|
|
|
5259
5307
|
export interface Void$instance {
|
|
5308
|
+
readonly __tsonic_type_System_Void: never;
|
|
5309
|
+
|
|
5260
5310
|
}
|
|
5261
5311
|
|
|
5262
5312
|
|
|
@@ -5268,6 +5318,8 @@ export const Void: {
|
|
|
5268
5318
|
export type Void = Void$instance;
|
|
5269
5319
|
|
|
5270
5320
|
export interface AccessViolationException$instance extends SystemException$instance {
|
|
5321
|
+
readonly __tsonic_type_System_AccessViolationException: never;
|
|
5322
|
+
|
|
5271
5323
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
5272
5324
|
|
|
5273
5325
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -5289,6 +5341,8 @@ export type AccessViolationException = AccessViolationException$instance & __Acc
|
|
|
5289
5341
|
|
|
5290
5342
|
|
|
5291
5343
|
export interface AggregateException$instance extends Exception$instance {
|
|
5344
|
+
readonly __tsonic_type_System_AggregateException: never;
|
|
5345
|
+
|
|
5292
5346
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
5293
5347
|
|
|
5294
5348
|
readonly InnerExceptions: ReadOnlyCollection_1<Exception>;
|
|
@@ -5320,6 +5374,8 @@ export type AggregateException = AggregateException$instance & __AggregateExcept
|
|
|
5320
5374
|
|
|
5321
5375
|
|
|
5322
5376
|
export interface AppDomain$instance extends MarshalByRefObject {
|
|
5377
|
+
readonly __tsonic_type_System_AppDomain: never;
|
|
5378
|
+
|
|
5323
5379
|
readonly BaseDirectory: string;
|
|
5324
5380
|
readonly DynamicDirectory: string | undefined;
|
|
5325
5381
|
readonly FriendlyName: string;
|
|
@@ -5389,6 +5445,8 @@ export const AppDomain: {
|
|
|
5389
5445
|
export type AppDomain = AppDomain$instance;
|
|
5390
5446
|
|
|
5391
5447
|
export interface AppDomainSetup$instance {
|
|
5448
|
+
readonly __tsonic_type_System_AppDomainSetup: never;
|
|
5449
|
+
|
|
5392
5450
|
readonly ApplicationBase: string | undefined;
|
|
5393
5451
|
readonly TargetFrameworkName: string | undefined;
|
|
5394
5452
|
}
|
|
@@ -5401,6 +5459,8 @@ export const AppDomainSetup: {
|
|
|
5401
5459
|
export type AppDomainSetup = AppDomainSetup$instance;
|
|
5402
5460
|
|
|
5403
5461
|
export interface AppDomainUnloadedException$instance extends SystemException$instance {
|
|
5462
|
+
readonly __tsonic_type_System_AppDomainUnloadedException: never;
|
|
5463
|
+
|
|
5404
5464
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
5405
5465
|
|
|
5406
5466
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -5422,6 +5482,8 @@ export type AppDomainUnloadedException = AppDomainUnloadedException$instance & _
|
|
|
5422
5482
|
|
|
5423
5483
|
|
|
5424
5484
|
export interface ApplicationException$instance extends Exception$instance {
|
|
5485
|
+
readonly __tsonic_type_System_ApplicationException: never;
|
|
5486
|
+
|
|
5425
5487
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
5426
5488
|
|
|
5427
5489
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -5443,6 +5505,8 @@ export type ApplicationException = ApplicationException$instance & __Application
|
|
|
5443
5505
|
|
|
5444
5506
|
|
|
5445
5507
|
export interface ApplicationId$instance {
|
|
5508
|
+
readonly __tsonic_type_System_ApplicationId: never;
|
|
5509
|
+
|
|
5446
5510
|
readonly Culture: string | undefined;
|
|
5447
5511
|
readonly Name: string;
|
|
5448
5512
|
readonly ProcessorArchitecture: string | undefined;
|
|
@@ -5463,6 +5527,8 @@ export const ApplicationId: {
|
|
|
5463
5527
|
export type ApplicationId = ApplicationId$instance;
|
|
5464
5528
|
|
|
5465
5529
|
export interface ArgumentException$instance extends SystemException$instance {
|
|
5530
|
+
readonly __tsonic_type_System_ArgumentException: never;
|
|
5531
|
+
|
|
5466
5532
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
5467
5533
|
|
|
5468
5534
|
readonly Message: string;
|
|
@@ -5490,6 +5556,8 @@ export type ArgumentException = ArgumentException$instance & __ArgumentException
|
|
|
5490
5556
|
|
|
5491
5557
|
|
|
5492
5558
|
export interface ArgumentNullException$instance extends ArgumentException$instance {
|
|
5559
|
+
readonly __tsonic_type_System_ArgumentNullException: never;
|
|
5560
|
+
|
|
5493
5561
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
5494
5562
|
|
|
5495
5563
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -5514,6 +5582,8 @@ export type ArgumentNullException = ArgumentNullException$instance & __ArgumentN
|
|
|
5514
5582
|
|
|
5515
5583
|
|
|
5516
5584
|
export interface ArgumentOutOfRangeException$instance extends ArgumentException$instance {
|
|
5585
|
+
readonly __tsonic_type_System_ArgumentOutOfRangeException: never;
|
|
5586
|
+
|
|
5517
5587
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
5518
5588
|
|
|
5519
5589
|
readonly ActualValue: unknown | undefined;
|
|
@@ -5548,6 +5618,8 @@ export type ArgumentOutOfRangeException = ArgumentOutOfRangeException$instance &
|
|
|
5548
5618
|
|
|
5549
5619
|
|
|
5550
5620
|
export interface ArithmeticException$instance extends SystemException$instance {
|
|
5621
|
+
readonly __tsonic_type_System_ArithmeticException: never;
|
|
5622
|
+
|
|
5551
5623
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
5552
5624
|
|
|
5553
5625
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -5568,7 +5640,9 @@ export interface __ArithmeticException$views {
|
|
|
5568
5640
|
export type ArithmeticException = ArithmeticException$instance & __ArithmeticException$views;
|
|
5569
5641
|
|
|
5570
5642
|
|
|
5571
|
-
export interface Array$instance {
|
|
5643
|
+
export interface Array$instance extends ICloneable$instance {
|
|
5644
|
+
readonly __tsonic_type_System_Array: never;
|
|
5645
|
+
|
|
5572
5646
|
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
5573
5647
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
5574
5648
|
readonly __tsonic_iface_System_Collections_IList: never;
|
|
@@ -5700,12 +5774,12 @@ export interface __Array$views {
|
|
|
5700
5774
|
As_ICloneable(): ICloneable$instance;
|
|
5701
5775
|
}
|
|
5702
5776
|
|
|
5703
|
-
export interface Array$instance extends ICloneable$instance {}
|
|
5704
|
-
|
|
5705
5777
|
export type Array = Array$instance & __Array$views;
|
|
5706
5778
|
|
|
5707
5779
|
|
|
5708
5780
|
export interface ArrayTypeMismatchException$instance extends SystemException$instance {
|
|
5781
|
+
readonly __tsonic_type_System_ArrayTypeMismatchException: never;
|
|
5782
|
+
|
|
5709
5783
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
5710
5784
|
|
|
5711
5785
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -5727,6 +5801,8 @@ export type ArrayTypeMismatchException = ArrayTypeMismatchException$instance & _
|
|
|
5727
5801
|
|
|
5728
5802
|
|
|
5729
5803
|
export interface AssemblyLoadEventArgs$instance extends EventArgs {
|
|
5804
|
+
readonly __tsonic_type_System_AssemblyLoadEventArgs: never;
|
|
5805
|
+
|
|
5730
5806
|
readonly LoadedAssembly: Assembly;
|
|
5731
5807
|
}
|
|
5732
5808
|
|
|
@@ -5739,6 +5815,8 @@ export const AssemblyLoadEventArgs: {
|
|
|
5739
5815
|
export type AssemblyLoadEventArgs = AssemblyLoadEventArgs$instance;
|
|
5740
5816
|
|
|
5741
5817
|
export interface Attribute$instance {
|
|
5818
|
+
readonly __tsonic_type_System_Attribute: never;
|
|
5819
|
+
|
|
5742
5820
|
readonly TypeId: unknown;
|
|
5743
5821
|
Equals(obj: unknown): boolean;
|
|
5744
5822
|
GetHashCode(): int;
|
|
@@ -5786,6 +5864,8 @@ export const Attribute: (abstract new() => Attribute) & {
|
|
|
5786
5864
|
export type Attribute = Attribute$instance;
|
|
5787
5865
|
|
|
5788
5866
|
export interface AttributeUsageAttribute$instance extends Attribute {
|
|
5867
|
+
readonly __tsonic_type_System_AttributeUsageAttribute: never;
|
|
5868
|
+
|
|
5789
5869
|
AllowMultiple: boolean;
|
|
5790
5870
|
Inherited: boolean;
|
|
5791
5871
|
readonly ValidOn: AttributeTargets;
|
|
@@ -5800,6 +5880,8 @@ export const AttributeUsageAttribute: {
|
|
|
5800
5880
|
export type AttributeUsageAttribute = AttributeUsageAttribute$instance;
|
|
5801
5881
|
|
|
5802
5882
|
export interface BadImageFormatException$instance extends SystemException$instance {
|
|
5883
|
+
readonly __tsonic_type_System_BadImageFormatException: never;
|
|
5884
|
+
|
|
5803
5885
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
5804
5886
|
|
|
5805
5887
|
readonly FileName: string | undefined;
|
|
@@ -5827,6 +5909,8 @@ export type BadImageFormatException = BadImageFormatException$instance & __BadIm
|
|
|
5827
5909
|
|
|
5828
5910
|
|
|
5829
5911
|
export interface CannotUnloadAppDomainException$instance extends SystemException$instance {
|
|
5912
|
+
readonly __tsonic_type_System_CannotUnloadAppDomainException: never;
|
|
5913
|
+
|
|
5830
5914
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
5831
5915
|
|
|
5832
5916
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -5847,7 +5931,9 @@ export interface __CannotUnloadAppDomainException$views {
|
|
|
5847
5931
|
export type CannotUnloadAppDomainException = CannotUnloadAppDomainException$instance & __CannotUnloadAppDomainException$views;
|
|
5848
5932
|
|
|
5849
5933
|
|
|
5850
|
-
export interface CharEnumerator$instance extends IDisposable {
|
|
5934
|
+
export interface CharEnumerator$instance extends IDisposable, ICloneable$instance {
|
|
5935
|
+
readonly __tsonic_type_System_CharEnumerator: never;
|
|
5936
|
+
|
|
5851
5937
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
5852
5938
|
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
5853
5939
|
readonly __tsonic_iface_System_ICloneable: never;
|
|
@@ -5871,12 +5957,12 @@ export interface __CharEnumerator$views {
|
|
|
5871
5957
|
As_ICloneable(): ICloneable$instance;
|
|
5872
5958
|
}
|
|
5873
5959
|
|
|
5874
|
-
export interface CharEnumerator$instance extends ICloneable$instance {}
|
|
5875
|
-
|
|
5876
5960
|
export type CharEnumerator = CharEnumerator$instance & __CharEnumerator$views;
|
|
5877
5961
|
|
|
5878
5962
|
|
|
5879
5963
|
export interface CLSCompliantAttribute$instance extends Attribute {
|
|
5964
|
+
readonly __tsonic_type_System_CLSCompliantAttribute: never;
|
|
5965
|
+
|
|
5880
5966
|
readonly IsCompliant: boolean;
|
|
5881
5967
|
}
|
|
5882
5968
|
|
|
@@ -5889,6 +5975,8 @@ export const CLSCompliantAttribute: {
|
|
|
5889
5975
|
export type CLSCompliantAttribute = CLSCompliantAttribute$instance;
|
|
5890
5976
|
|
|
5891
5977
|
export interface ConsoleCancelEventArgs$instance extends EventArgs {
|
|
5978
|
+
readonly __tsonic_type_System_ConsoleCancelEventArgs: never;
|
|
5979
|
+
|
|
5892
5980
|
Cancel: boolean;
|
|
5893
5981
|
readonly SpecialKey: ConsoleSpecialKey;
|
|
5894
5982
|
}
|
|
@@ -5901,6 +5989,8 @@ export const ConsoleCancelEventArgs: {
|
|
|
5901
5989
|
export type ConsoleCancelEventArgs = ConsoleCancelEventArgs$instance;
|
|
5902
5990
|
|
|
5903
5991
|
export interface ContextBoundObject$instance extends MarshalByRefObject {
|
|
5992
|
+
readonly __tsonic_type_System_ContextBoundObject: never;
|
|
5993
|
+
|
|
5904
5994
|
}
|
|
5905
5995
|
|
|
5906
5996
|
|
|
@@ -5911,6 +6001,8 @@ export const ContextBoundObject: (abstract new() => ContextBoundObject) & {
|
|
|
5911
6001
|
export type ContextBoundObject = ContextBoundObject$instance;
|
|
5912
6002
|
|
|
5913
6003
|
export interface ContextMarshalException$instance extends SystemException$instance {
|
|
6004
|
+
readonly __tsonic_type_System_ContextMarshalException: never;
|
|
6005
|
+
|
|
5914
6006
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
5915
6007
|
|
|
5916
6008
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -5932,6 +6024,8 @@ export type ContextMarshalException = ContextMarshalException$instance & __Conte
|
|
|
5932
6024
|
|
|
5933
6025
|
|
|
5934
6026
|
export interface ContextStaticAttribute$instance extends Attribute {
|
|
6027
|
+
readonly __tsonic_type_System_ContextStaticAttribute: never;
|
|
6028
|
+
|
|
5935
6029
|
}
|
|
5936
6030
|
|
|
5937
6031
|
|
|
@@ -5942,7 +6036,9 @@ export const ContextStaticAttribute: {
|
|
|
5942
6036
|
|
|
5943
6037
|
export type ContextStaticAttribute = ContextStaticAttribute$instance;
|
|
5944
6038
|
|
|
5945
|
-
export interface CultureAwareComparer$instance extends StringComparer$instance {
|
|
6039
|
+
export interface CultureAwareComparer$instance extends StringComparer$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
6040
|
+
readonly __tsonic_type_System_CultureAwareComparer: never;
|
|
6041
|
+
|
|
5946
6042
|
readonly __tsonic_iface_System_Collections_Generic_IAlternateEqualityComparer_2: never;
|
|
5947
6043
|
readonly __tsonic_iface_System_Collections_Generic_IComparer_1: never;
|
|
5948
6044
|
readonly __tsonic_iface_System_Collections_Generic_IEqualityComparer_1: never;
|
|
@@ -5976,12 +6072,12 @@ export interface __CultureAwareComparer$views {
|
|
|
5976
6072
|
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
5977
6073
|
}
|
|
5978
6074
|
|
|
5979
|
-
export interface CultureAwareComparer$instance extends System_Runtime_Serialization_Internal.ISerializable$instance {}
|
|
5980
|
-
|
|
5981
6075
|
export type CultureAwareComparer = CultureAwareComparer$instance & __CultureAwareComparer$views;
|
|
5982
6076
|
|
|
5983
6077
|
|
|
5984
6078
|
export interface DataMisalignedException$instance extends SystemException$instance {
|
|
6079
|
+
readonly __tsonic_type_System_DataMisalignedException: never;
|
|
6080
|
+
|
|
5985
6081
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
5986
6082
|
|
|
5987
6083
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -6002,7 +6098,9 @@ export interface __DataMisalignedException$views {
|
|
|
6002
6098
|
export type DataMisalignedException = DataMisalignedException$instance & __DataMisalignedException$views;
|
|
6003
6099
|
|
|
6004
6100
|
|
|
6005
|
-
export interface DBNull$instance {
|
|
6101
|
+
export interface DBNull$instance extends System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
6102
|
+
readonly __tsonic_type_System_DBNull: never;
|
|
6103
|
+
|
|
6006
6104
|
readonly __tsonic_iface_System_IConvertible: never;
|
|
6007
6105
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
6008
6106
|
|
|
@@ -6023,12 +6121,12 @@ export interface __DBNull$views {
|
|
|
6023
6121
|
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
6024
6122
|
}
|
|
6025
6123
|
|
|
6026
|
-
export interface DBNull$instance extends System_Runtime_Serialization_Internal.ISerializable$instance {}
|
|
6027
|
-
|
|
6028
6124
|
export type DBNull = DBNull$instance & __DBNull$views;
|
|
6029
6125
|
|
|
6030
6126
|
|
|
6031
|
-
export interface Delegate$instance {
|
|
6127
|
+
export interface Delegate$instance extends ICloneable$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
6128
|
+
readonly __tsonic_type_System_Delegate: never;
|
|
6129
|
+
|
|
6032
6130
|
readonly __tsonic_iface_System_ICloneable: never;
|
|
6033
6131
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
6034
6132
|
|
|
@@ -6073,12 +6171,12 @@ export interface __Delegate$views {
|
|
|
6073
6171
|
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
6074
6172
|
}
|
|
6075
6173
|
|
|
6076
|
-
export interface Delegate$instance extends ICloneable$instance, System_Runtime_Serialization_Internal.ISerializable$instance {}
|
|
6077
|
-
|
|
6078
6174
|
export type Delegate = Delegate$instance & __Delegate$views;
|
|
6079
6175
|
|
|
6080
6176
|
|
|
6081
6177
|
export interface DivideByZeroException$instance extends ArithmeticException$instance {
|
|
6178
|
+
readonly __tsonic_type_System_DivideByZeroException: never;
|
|
6179
|
+
|
|
6082
6180
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
6083
6181
|
|
|
6084
6182
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -6100,6 +6198,8 @@ export type DivideByZeroException = DivideByZeroException$instance & __DivideByZ
|
|
|
6100
6198
|
|
|
6101
6199
|
|
|
6102
6200
|
export interface DllNotFoundException$instance extends TypeLoadException$instance {
|
|
6201
|
+
readonly __tsonic_type_System_DllNotFoundException: never;
|
|
6202
|
+
|
|
6103
6203
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
6104
6204
|
|
|
6105
6205
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -6121,6 +6221,8 @@ export type DllNotFoundException = DllNotFoundException$instance & __DllNotFound
|
|
|
6121
6221
|
|
|
6122
6222
|
|
|
6123
6223
|
export interface DuplicateWaitObjectException$instance extends ArgumentException$instance {
|
|
6224
|
+
readonly __tsonic_type_System_DuplicateWaitObjectException: never;
|
|
6225
|
+
|
|
6124
6226
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
6125
6227
|
|
|
6126
6228
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -6143,6 +6245,8 @@ export type DuplicateWaitObjectException = DuplicateWaitObjectException$instance
|
|
|
6143
6245
|
|
|
6144
6246
|
|
|
6145
6247
|
export interface EntryPointNotFoundException$instance extends TypeLoadException$instance {
|
|
6248
|
+
readonly __tsonic_type_System_EntryPointNotFoundException: never;
|
|
6249
|
+
|
|
6146
6250
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
6147
6251
|
|
|
6148
6252
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -6163,7 +6267,9 @@ export interface __EntryPointNotFoundException$views {
|
|
|
6163
6267
|
export type EntryPointNotFoundException = EntryPointNotFoundException$instance & __EntryPointNotFoundException$views;
|
|
6164
6268
|
|
|
6165
6269
|
|
|
6166
|
-
export interface Enum$instance {
|
|
6270
|
+
export interface Enum$instance extends IComparable$instance {
|
|
6271
|
+
readonly __tsonic_type_System_Enum: never;
|
|
6272
|
+
|
|
6167
6273
|
readonly __tsonic_iface_System_IComparable: never;
|
|
6168
6274
|
readonly __tsonic_iface_System_IConvertible: never;
|
|
6169
6275
|
readonly __tsonic_iface_System_IFormattable: never;
|
|
@@ -6233,12 +6339,12 @@ export interface __Enum$views {
|
|
|
6233
6339
|
CompareTo(obj: unknown): int;
|
|
6234
6340
|
}
|
|
6235
6341
|
|
|
6236
|
-
export interface Enum$instance extends IComparable$instance {}
|
|
6237
|
-
|
|
6238
6342
|
export type Enum = Enum$instance & __Enum$views;
|
|
6239
6343
|
|
|
6240
6344
|
|
|
6241
6345
|
export interface EventArgs$instance {
|
|
6346
|
+
readonly __tsonic_type_System_EventArgs: never;
|
|
6347
|
+
|
|
6242
6348
|
}
|
|
6243
6349
|
|
|
6244
6350
|
|
|
@@ -6250,7 +6356,9 @@ export const EventArgs: {
|
|
|
6250
6356
|
|
|
6251
6357
|
export type EventArgs = EventArgs$instance;
|
|
6252
6358
|
|
|
6253
|
-
export interface Exception$instance {
|
|
6359
|
+
export interface Exception$instance extends System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
6360
|
+
readonly __tsonic_type_System_Exception: never;
|
|
6361
|
+
|
|
6254
6362
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
6255
6363
|
|
|
6256
6364
|
readonly Data: IDictionary;
|
|
@@ -6281,12 +6389,12 @@ export interface __Exception$views {
|
|
|
6281
6389
|
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
6282
6390
|
}
|
|
6283
6391
|
|
|
6284
|
-
export interface Exception$instance extends System_Runtime_Serialization_Internal.ISerializable$instance {}
|
|
6285
|
-
|
|
6286
6392
|
export type Exception = Exception$instance & __Exception$views;
|
|
6287
6393
|
|
|
6288
6394
|
|
|
6289
6395
|
export interface ExecutionEngineException$instance extends SystemException$instance {
|
|
6396
|
+
readonly __tsonic_type_System_ExecutionEngineException: never;
|
|
6397
|
+
|
|
6290
6398
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
6291
6399
|
|
|
6292
6400
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -6308,6 +6416,8 @@ export type ExecutionEngineException = ExecutionEngineException$instance & __Exe
|
|
|
6308
6416
|
|
|
6309
6417
|
|
|
6310
6418
|
export interface FieldAccessException$instance extends MemberAccessException$instance {
|
|
6419
|
+
readonly __tsonic_type_System_FieldAccessException: never;
|
|
6420
|
+
|
|
6311
6421
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
6312
6422
|
|
|
6313
6423
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -6329,6 +6439,8 @@ export type FieldAccessException = FieldAccessException$instance & __FieldAccess
|
|
|
6329
6439
|
|
|
6330
6440
|
|
|
6331
6441
|
export interface FileStyleUriParser$instance extends UriParser {
|
|
6442
|
+
readonly __tsonic_type_System_FileStyleUriParser: never;
|
|
6443
|
+
|
|
6332
6444
|
}
|
|
6333
6445
|
|
|
6334
6446
|
|
|
@@ -6340,6 +6452,8 @@ export const FileStyleUriParser: {
|
|
|
6340
6452
|
export type FileStyleUriParser = FileStyleUriParser$instance;
|
|
6341
6453
|
|
|
6342
6454
|
export interface FlagsAttribute$instance extends Attribute {
|
|
6455
|
+
readonly __tsonic_type_System_FlagsAttribute: never;
|
|
6456
|
+
|
|
6343
6457
|
}
|
|
6344
6458
|
|
|
6345
6459
|
|
|
@@ -6351,6 +6465,8 @@ export const FlagsAttribute: {
|
|
|
6351
6465
|
export type FlagsAttribute = FlagsAttribute$instance;
|
|
6352
6466
|
|
|
6353
6467
|
export interface FormatException$instance extends SystemException$instance {
|
|
6468
|
+
readonly __tsonic_type_System_FormatException: never;
|
|
6469
|
+
|
|
6354
6470
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
6355
6471
|
|
|
6356
6472
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -6372,6 +6488,8 @@ export type FormatException = FormatException$instance & __FormatException$views
|
|
|
6372
6488
|
|
|
6373
6489
|
|
|
6374
6490
|
export interface FormattableString$instance {
|
|
6491
|
+
readonly __tsonic_type_System_FormattableString: never;
|
|
6492
|
+
|
|
6375
6493
|
readonly __tsonic_iface_System_IFormattable: never;
|
|
6376
6494
|
|
|
6377
6495
|
readonly ArgumentCount: int;
|
|
@@ -6397,6 +6515,8 @@ export type FormattableString = FormattableString$instance & __FormattableString
|
|
|
6397
6515
|
|
|
6398
6516
|
|
|
6399
6517
|
export interface FtpStyleUriParser$instance extends UriParser {
|
|
6518
|
+
readonly __tsonic_type_System_FtpStyleUriParser: never;
|
|
6519
|
+
|
|
6400
6520
|
}
|
|
6401
6521
|
|
|
6402
6522
|
|
|
@@ -6408,6 +6528,8 @@ export const FtpStyleUriParser: {
|
|
|
6408
6528
|
export type FtpStyleUriParser = FtpStyleUriParser$instance;
|
|
6409
6529
|
|
|
6410
6530
|
export interface GenericUriParser$instance extends UriParser {
|
|
6531
|
+
readonly __tsonic_type_System_GenericUriParser: never;
|
|
6532
|
+
|
|
6411
6533
|
}
|
|
6412
6534
|
|
|
6413
6535
|
|
|
@@ -6419,6 +6541,8 @@ export const GenericUriParser: {
|
|
|
6419
6541
|
export type GenericUriParser = GenericUriParser$instance;
|
|
6420
6542
|
|
|
6421
6543
|
export interface GopherStyleUriParser$instance extends UriParser {
|
|
6544
|
+
readonly __tsonic_type_System_GopherStyleUriParser: never;
|
|
6545
|
+
|
|
6422
6546
|
}
|
|
6423
6547
|
|
|
6424
6548
|
|
|
@@ -6430,6 +6554,8 @@ export const GopherStyleUriParser: {
|
|
|
6430
6554
|
export type GopherStyleUriParser = GopherStyleUriParser$instance;
|
|
6431
6555
|
|
|
6432
6556
|
export interface HttpStyleUriParser$instance extends UriParser {
|
|
6557
|
+
readonly __tsonic_type_System_HttpStyleUriParser: never;
|
|
6558
|
+
|
|
6433
6559
|
}
|
|
6434
6560
|
|
|
6435
6561
|
|
|
@@ -6441,6 +6567,8 @@ export const HttpStyleUriParser: {
|
|
|
6441
6567
|
export type HttpStyleUriParser = HttpStyleUriParser$instance;
|
|
6442
6568
|
|
|
6443
6569
|
export interface IndexOutOfRangeException$instance extends SystemException$instance {
|
|
6570
|
+
readonly __tsonic_type_System_IndexOutOfRangeException: never;
|
|
6571
|
+
|
|
6444
6572
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
6445
6573
|
|
|
6446
6574
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -6462,6 +6590,8 @@ export type IndexOutOfRangeException = IndexOutOfRangeException$instance & __Ind
|
|
|
6462
6590
|
|
|
6463
6591
|
|
|
6464
6592
|
export interface InsufficientExecutionStackException$instance extends SystemException$instance {
|
|
6593
|
+
readonly __tsonic_type_System_InsufficientExecutionStackException: never;
|
|
6594
|
+
|
|
6465
6595
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
6466
6596
|
|
|
6467
6597
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -6483,6 +6613,8 @@ export type InsufficientExecutionStackException = InsufficientExecutionStackExce
|
|
|
6483
6613
|
|
|
6484
6614
|
|
|
6485
6615
|
export interface InsufficientMemoryException$instance extends OutOfMemoryException$instance {
|
|
6616
|
+
readonly __tsonic_type_System_InsufficientMemoryException: never;
|
|
6617
|
+
|
|
6486
6618
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
6487
6619
|
|
|
6488
6620
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -6504,6 +6636,8 @@ export type InsufficientMemoryException = InsufficientMemoryException$instance &
|
|
|
6504
6636
|
|
|
6505
6637
|
|
|
6506
6638
|
export interface InvalidCastException$instance extends SystemException$instance {
|
|
6639
|
+
readonly __tsonic_type_System_InvalidCastException: never;
|
|
6640
|
+
|
|
6507
6641
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
6508
6642
|
|
|
6509
6643
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -6526,6 +6660,8 @@ export type InvalidCastException = InvalidCastException$instance & __InvalidCast
|
|
|
6526
6660
|
|
|
6527
6661
|
|
|
6528
6662
|
export interface InvalidOperationException$instance extends SystemException$instance {
|
|
6663
|
+
readonly __tsonic_type_System_InvalidOperationException: never;
|
|
6664
|
+
|
|
6529
6665
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
6530
6666
|
|
|
6531
6667
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -6547,6 +6683,8 @@ export type InvalidOperationException = InvalidOperationException$instance & __I
|
|
|
6547
6683
|
|
|
6548
6684
|
|
|
6549
6685
|
export interface InvalidProgramException$instance extends SystemException$instance {
|
|
6686
|
+
readonly __tsonic_type_System_InvalidProgramException: never;
|
|
6687
|
+
|
|
6550
6688
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
6551
6689
|
|
|
6552
6690
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -6568,6 +6706,8 @@ export type InvalidProgramException = InvalidProgramException$instance & __Inval
|
|
|
6568
6706
|
|
|
6569
6707
|
|
|
6570
6708
|
export interface InvalidTimeZoneException$instance extends Exception$instance {
|
|
6709
|
+
readonly __tsonic_type_System_InvalidTimeZoneException: never;
|
|
6710
|
+
|
|
6571
6711
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
6572
6712
|
|
|
6573
6713
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -6589,6 +6729,8 @@ export type InvalidTimeZoneException = InvalidTimeZoneException$instance & __Inv
|
|
|
6589
6729
|
|
|
6590
6730
|
|
|
6591
6731
|
export interface Lazy_1$instance<T> {
|
|
6732
|
+
readonly __tsonic_type_System_Lazy_1: never;
|
|
6733
|
+
|
|
6592
6734
|
readonly IsValueCreated: boolean;
|
|
6593
6735
|
readonly Value: T;
|
|
6594
6736
|
ToString(): string | undefined;
|
|
@@ -6609,6 +6751,8 @@ export const Lazy_1: {
|
|
|
6609
6751
|
export type Lazy_1<T> = Lazy_1$instance<T>;
|
|
6610
6752
|
|
|
6611
6753
|
export interface Lazy_2$instance<T, TMetadata> extends Lazy_1<T> {
|
|
6754
|
+
readonly __tsonic_type_System_Lazy_2: never;
|
|
6755
|
+
|
|
6612
6756
|
readonly Metadata: TMetadata;
|
|
6613
6757
|
}
|
|
6614
6758
|
|
|
@@ -6626,6 +6770,8 @@ export const Lazy_2: {
|
|
|
6626
6770
|
export type Lazy_2<T, TMetadata> = Lazy_2$instance<T, TMetadata>;
|
|
6627
6771
|
|
|
6628
6772
|
export interface LdapStyleUriParser$instance extends UriParser {
|
|
6773
|
+
readonly __tsonic_type_System_LdapStyleUriParser: never;
|
|
6774
|
+
|
|
6629
6775
|
}
|
|
6630
6776
|
|
|
6631
6777
|
|
|
@@ -6637,6 +6783,8 @@ export const LdapStyleUriParser: {
|
|
|
6637
6783
|
export type LdapStyleUriParser = LdapStyleUriParser$instance;
|
|
6638
6784
|
|
|
6639
6785
|
export interface LoaderOptimizationAttribute$instance extends Attribute {
|
|
6786
|
+
readonly __tsonic_type_System_LoaderOptimizationAttribute: never;
|
|
6787
|
+
|
|
6640
6788
|
readonly Value: LoaderOptimization;
|
|
6641
6789
|
}
|
|
6642
6790
|
|
|
@@ -6650,6 +6798,8 @@ export const LoaderOptimizationAttribute: {
|
|
|
6650
6798
|
export type LoaderOptimizationAttribute = LoaderOptimizationAttribute$instance;
|
|
6651
6799
|
|
|
6652
6800
|
export interface LocalDataStoreSlot$instance {
|
|
6801
|
+
readonly __tsonic_type_System_LocalDataStoreSlot: never;
|
|
6802
|
+
|
|
6653
6803
|
Finalize(): void;
|
|
6654
6804
|
}
|
|
6655
6805
|
|
|
@@ -6661,6 +6811,8 @@ export const LocalDataStoreSlot: {
|
|
|
6661
6811
|
export type LocalDataStoreSlot = LocalDataStoreSlot$instance;
|
|
6662
6812
|
|
|
6663
6813
|
export interface MarshalByRefObject$instance {
|
|
6814
|
+
readonly __tsonic_type_System_MarshalByRefObject: never;
|
|
6815
|
+
|
|
6664
6816
|
GetLifetimeService(): unknown;
|
|
6665
6817
|
InitializeLifetimeService(): unknown;
|
|
6666
6818
|
}
|
|
@@ -6673,6 +6825,8 @@ export const MarshalByRefObject: (abstract new() => MarshalByRefObject) & {
|
|
|
6673
6825
|
export type MarshalByRefObject = MarshalByRefObject$instance;
|
|
6674
6826
|
|
|
6675
6827
|
export interface MemberAccessException$instance extends SystemException$instance {
|
|
6828
|
+
readonly __tsonic_type_System_MemberAccessException: never;
|
|
6829
|
+
|
|
6676
6830
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
6677
6831
|
|
|
6678
6832
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -6694,6 +6848,8 @@ export type MemberAccessException = MemberAccessException$instance & __MemberAcc
|
|
|
6694
6848
|
|
|
6695
6849
|
|
|
6696
6850
|
export interface MethodAccessException$instance extends MemberAccessException$instance {
|
|
6851
|
+
readonly __tsonic_type_System_MethodAccessException: never;
|
|
6852
|
+
|
|
6697
6853
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
6698
6854
|
|
|
6699
6855
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -6715,6 +6871,8 @@ export type MethodAccessException = MethodAccessException$instance & __MethodAcc
|
|
|
6715
6871
|
|
|
6716
6872
|
|
|
6717
6873
|
export interface MissingFieldException$instance extends MissingMemberException$instance {
|
|
6874
|
+
readonly __tsonic_type_System_MissingFieldException: never;
|
|
6875
|
+
|
|
6718
6876
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
6719
6877
|
|
|
6720
6878
|
readonly Message: string;
|
|
@@ -6738,6 +6896,8 @@ export type MissingFieldException = MissingFieldException$instance & __MissingFi
|
|
|
6738
6896
|
|
|
6739
6897
|
|
|
6740
6898
|
export interface MissingMemberException$instance extends MemberAccessException$instance {
|
|
6899
|
+
readonly __tsonic_type_System_MissingMemberException: never;
|
|
6900
|
+
|
|
6741
6901
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
6742
6902
|
|
|
6743
6903
|
readonly Message: string;
|
|
@@ -6761,6 +6921,8 @@ export type MissingMemberException = MissingMemberException$instance & __Missing
|
|
|
6761
6921
|
|
|
6762
6922
|
|
|
6763
6923
|
export interface MissingMethodException$instance extends MissingMemberException$instance {
|
|
6924
|
+
readonly __tsonic_type_System_MissingMethodException: never;
|
|
6925
|
+
|
|
6764
6926
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
6765
6927
|
|
|
6766
6928
|
readonly Message: string;
|
|
@@ -6784,6 +6946,8 @@ export type MissingMethodException = MissingMethodException$instance & __Missing
|
|
|
6784
6946
|
|
|
6785
6947
|
|
|
6786
6948
|
export interface MTAThreadAttribute$instance extends Attribute {
|
|
6949
|
+
readonly __tsonic_type_System_MTAThreadAttribute: never;
|
|
6950
|
+
|
|
6787
6951
|
}
|
|
6788
6952
|
|
|
6789
6953
|
|
|
@@ -6795,6 +6959,8 @@ export const MTAThreadAttribute: {
|
|
|
6795
6959
|
export type MTAThreadAttribute = MTAThreadAttribute$instance;
|
|
6796
6960
|
|
|
6797
6961
|
export interface MulticastDelegate$instance extends Function {
|
|
6962
|
+
readonly __tsonic_type_System_MulticastDelegate: never;
|
|
6963
|
+
|
|
6798
6964
|
readonly __tsonic_iface_System_ICloneable: never;
|
|
6799
6965
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
6800
6966
|
|
|
@@ -6822,6 +6988,8 @@ export type MulticastDelegate = MulticastDelegate$instance & __MulticastDelegate
|
|
|
6822
6988
|
|
|
6823
6989
|
|
|
6824
6990
|
export interface MulticastNotSupportedException$instance extends SystemException$instance {
|
|
6991
|
+
readonly __tsonic_type_System_MulticastNotSupportedException: never;
|
|
6992
|
+
|
|
6825
6993
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
6826
6994
|
|
|
6827
6995
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -6843,6 +7011,8 @@ export type MulticastNotSupportedException = MulticastNotSupportedException$inst
|
|
|
6843
7011
|
|
|
6844
7012
|
|
|
6845
7013
|
export interface NetPipeStyleUriParser$instance extends UriParser {
|
|
7014
|
+
readonly __tsonic_type_System_NetPipeStyleUriParser: never;
|
|
7015
|
+
|
|
6846
7016
|
}
|
|
6847
7017
|
|
|
6848
7018
|
|
|
@@ -6854,6 +7024,8 @@ export const NetPipeStyleUriParser: {
|
|
|
6854
7024
|
export type NetPipeStyleUriParser = NetPipeStyleUriParser$instance;
|
|
6855
7025
|
|
|
6856
7026
|
export interface NetTcpStyleUriParser$instance extends UriParser {
|
|
7027
|
+
readonly __tsonic_type_System_NetTcpStyleUriParser: never;
|
|
7028
|
+
|
|
6857
7029
|
}
|
|
6858
7030
|
|
|
6859
7031
|
|
|
@@ -6865,6 +7037,8 @@ export const NetTcpStyleUriParser: {
|
|
|
6865
7037
|
export type NetTcpStyleUriParser = NetTcpStyleUriParser$instance;
|
|
6866
7038
|
|
|
6867
7039
|
export interface NewsStyleUriParser$instance extends UriParser {
|
|
7040
|
+
readonly __tsonic_type_System_NewsStyleUriParser: never;
|
|
7041
|
+
|
|
6868
7042
|
}
|
|
6869
7043
|
|
|
6870
7044
|
|
|
@@ -6876,6 +7050,8 @@ export const NewsStyleUriParser: {
|
|
|
6876
7050
|
export type NewsStyleUriParser = NewsStyleUriParser$instance;
|
|
6877
7051
|
|
|
6878
7052
|
export interface NonSerializedAttribute$instance extends Attribute {
|
|
7053
|
+
readonly __tsonic_type_System_NonSerializedAttribute: never;
|
|
7054
|
+
|
|
6879
7055
|
}
|
|
6880
7056
|
|
|
6881
7057
|
|
|
@@ -6887,6 +7063,8 @@ export const NonSerializedAttribute: {
|
|
|
6887
7063
|
export type NonSerializedAttribute = NonSerializedAttribute$instance;
|
|
6888
7064
|
|
|
6889
7065
|
export interface NotFiniteNumberException$instance extends ArithmeticException$instance {
|
|
7066
|
+
readonly __tsonic_type_System_NotFiniteNumberException: never;
|
|
7067
|
+
|
|
6890
7068
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
6891
7069
|
|
|
6892
7070
|
readonly OffendingNumber: double;
|
|
@@ -6912,6 +7090,8 @@ export type NotFiniteNumberException = NotFiniteNumberException$instance & __Not
|
|
|
6912
7090
|
|
|
6913
7091
|
|
|
6914
7092
|
export interface NotImplementedException$instance extends SystemException$instance {
|
|
7093
|
+
readonly __tsonic_type_System_NotImplementedException: never;
|
|
7094
|
+
|
|
6915
7095
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
6916
7096
|
|
|
6917
7097
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -6933,6 +7113,8 @@ export type NotImplementedException = NotImplementedException$instance & __NotIm
|
|
|
6933
7113
|
|
|
6934
7114
|
|
|
6935
7115
|
export interface NotSupportedException$instance extends SystemException$instance {
|
|
7116
|
+
readonly __tsonic_type_System_NotSupportedException: never;
|
|
7117
|
+
|
|
6936
7118
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
6937
7119
|
|
|
6938
7120
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -6954,6 +7136,8 @@ export type NotSupportedException = NotSupportedException$instance & __NotSuppor
|
|
|
6954
7136
|
|
|
6955
7137
|
|
|
6956
7138
|
export interface NullReferenceException$instance extends SystemException$instance {
|
|
7139
|
+
readonly __tsonic_type_System_NullReferenceException: never;
|
|
7140
|
+
|
|
6957
7141
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
6958
7142
|
|
|
6959
7143
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -6975,6 +7159,8 @@ export type NullReferenceException = NullReferenceException$instance & __NullRef
|
|
|
6975
7159
|
|
|
6976
7160
|
|
|
6977
7161
|
export interface Object$instance {
|
|
7162
|
+
readonly __tsonic_type_System_Object: never;
|
|
7163
|
+
|
|
6978
7164
|
Equals(obj: unknown): boolean;
|
|
6979
7165
|
Finalize(): void;
|
|
6980
7166
|
GetHashCode(): int;
|
|
@@ -6993,6 +7179,8 @@ export const Object: {
|
|
|
6993
7179
|
export type Object = Object$instance;
|
|
6994
7180
|
|
|
6995
7181
|
export interface ObjectDisposedException$instance extends InvalidOperationException$instance {
|
|
7182
|
+
readonly __tsonic_type_System_ObjectDisposedException: never;
|
|
7183
|
+
|
|
6996
7184
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
6997
7185
|
|
|
6998
7186
|
readonly Message: string;
|
|
@@ -7018,6 +7206,8 @@ export type ObjectDisposedException = ObjectDisposedException$instance & __Objec
|
|
|
7018
7206
|
|
|
7019
7207
|
|
|
7020
7208
|
export interface ObsoleteAttribute$instance extends Attribute {
|
|
7209
|
+
readonly __tsonic_type_System_ObsoleteAttribute: never;
|
|
7210
|
+
|
|
7021
7211
|
get DiagnosticId(): string | undefined;
|
|
7022
7212
|
set DiagnosticId(value: string | undefined);
|
|
7023
7213
|
readonly IsError: boolean;
|
|
@@ -7036,7 +7226,9 @@ export const ObsoleteAttribute: {
|
|
|
7036
7226
|
|
|
7037
7227
|
export type ObsoleteAttribute = ObsoleteAttribute$instance;
|
|
7038
7228
|
|
|
7039
|
-
export interface OperatingSystem$instance {
|
|
7229
|
+
export interface OperatingSystem$instance extends ICloneable$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
7230
|
+
readonly __tsonic_type_System_OperatingSystem: never;
|
|
7231
|
+
|
|
7040
7232
|
readonly __tsonic_iface_System_ICloneable: never;
|
|
7041
7233
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
7042
7234
|
|
|
@@ -7081,12 +7273,12 @@ export interface __OperatingSystem$views {
|
|
|
7081
7273
|
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
7082
7274
|
}
|
|
7083
7275
|
|
|
7084
|
-
export interface OperatingSystem$instance extends ICloneable$instance, System_Runtime_Serialization_Internal.ISerializable$instance {}
|
|
7085
|
-
|
|
7086
7276
|
export type OperatingSystem = OperatingSystem$instance & __OperatingSystem$views;
|
|
7087
7277
|
|
|
7088
7278
|
|
|
7089
7279
|
export interface OperationCanceledException$instance extends SystemException$instance {
|
|
7280
|
+
readonly __tsonic_type_System_OperationCanceledException: never;
|
|
7281
|
+
|
|
7090
7282
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
7091
7283
|
|
|
7092
7284
|
CancellationToken: CancellationToken;
|
|
@@ -7112,6 +7304,8 @@ export type OperationCanceledException = OperationCanceledException$instance & _
|
|
|
7112
7304
|
|
|
7113
7305
|
|
|
7114
7306
|
export interface OrdinalComparer$instance extends StringComparer$instance {
|
|
7307
|
+
readonly __tsonic_type_System_OrdinalComparer: never;
|
|
7308
|
+
|
|
7115
7309
|
readonly __tsonic_iface_System_Collections_Generic_IAlternateEqualityComparer_2: never;
|
|
7116
7310
|
readonly __tsonic_iface_System_Collections_Generic_IComparer_1: never;
|
|
7117
7311
|
readonly __tsonic_iface_System_Collections_Generic_IEqualityComparer_1: never;
|
|
@@ -7146,6 +7340,8 @@ export type OrdinalComparer = OrdinalComparer$instance & __OrdinalComparer$views
|
|
|
7146
7340
|
|
|
7147
7341
|
|
|
7148
7342
|
export interface OutOfMemoryException$instance extends SystemException$instance {
|
|
7343
|
+
readonly __tsonic_type_System_OutOfMemoryException: never;
|
|
7344
|
+
|
|
7149
7345
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
7150
7346
|
|
|
7151
7347
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -7167,6 +7363,8 @@ export type OutOfMemoryException = OutOfMemoryException$instance & __OutOfMemory
|
|
|
7167
7363
|
|
|
7168
7364
|
|
|
7169
7365
|
export interface OverflowException$instance extends ArithmeticException$instance {
|
|
7366
|
+
readonly __tsonic_type_System_OverflowException: never;
|
|
7367
|
+
|
|
7170
7368
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
7171
7369
|
|
|
7172
7370
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -7188,6 +7386,8 @@ export type OverflowException = OverflowException$instance & __OverflowException
|
|
|
7188
7386
|
|
|
7189
7387
|
|
|
7190
7388
|
export interface ParamArrayAttribute$instance extends Attribute {
|
|
7389
|
+
readonly __tsonic_type_System_ParamArrayAttribute: never;
|
|
7390
|
+
|
|
7191
7391
|
}
|
|
7192
7392
|
|
|
7193
7393
|
|
|
@@ -7199,6 +7399,8 @@ export const ParamArrayAttribute: {
|
|
|
7199
7399
|
export type ParamArrayAttribute = ParamArrayAttribute$instance;
|
|
7200
7400
|
|
|
7201
7401
|
export interface PlatformNotSupportedException$instance extends NotSupportedException$instance {
|
|
7402
|
+
readonly __tsonic_type_System_PlatformNotSupportedException: never;
|
|
7403
|
+
|
|
7202
7404
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
7203
7405
|
|
|
7204
7406
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -7219,7 +7421,9 @@ export interface __PlatformNotSupportedException$views {
|
|
|
7219
7421
|
export type PlatformNotSupportedException = PlatformNotSupportedException$instance & __PlatformNotSupportedException$views;
|
|
7220
7422
|
|
|
7221
7423
|
|
|
7222
|
-
export interface Progress_1$instance<T> {
|
|
7424
|
+
export interface Progress_1$instance<T> extends IProgress_1$instance<T> {
|
|
7425
|
+
readonly __tsonic_type_System_Progress_1: never;
|
|
7426
|
+
|
|
7223
7427
|
readonly __tsonic_iface_System_IProgress_1: never;
|
|
7224
7428
|
|
|
7225
7429
|
OnReport(value: T): void;
|
|
@@ -7236,12 +7440,12 @@ export interface __Progress_1$views<T> {
|
|
|
7236
7440
|
As_IProgress_1(): IProgress_1$instance<T>;
|
|
7237
7441
|
}
|
|
7238
7442
|
|
|
7239
|
-
export interface Progress_1$instance<T> extends IProgress_1$instance<T> {}
|
|
7240
|
-
|
|
7241
7443
|
export type Progress_1<T> = Progress_1$instance<T> & __Progress_1$views<T>;
|
|
7242
7444
|
|
|
7243
7445
|
|
|
7244
7446
|
export interface Random$instance {
|
|
7447
|
+
readonly __tsonic_type_System_Random: never;
|
|
7448
|
+
|
|
7245
7449
|
GetHexString(stringLength: int, lowercase?: boolean): string;
|
|
7246
7450
|
GetHexString(destination: Span_1<Char>, lowercase?: boolean): void;
|
|
7247
7451
|
GetItems<T>(choices: ReadOnlySpan_1<T>, destination: Span_1<T>): void;
|
|
@@ -7274,6 +7478,8 @@ export const Random: {
|
|
|
7274
7478
|
export type Random = Random$instance;
|
|
7275
7479
|
|
|
7276
7480
|
export interface RankException$instance extends SystemException$instance {
|
|
7481
|
+
readonly __tsonic_type_System_RankException: never;
|
|
7482
|
+
|
|
7277
7483
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
7278
7484
|
|
|
7279
7485
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -7295,6 +7501,8 @@ export type RankException = RankException$instance & __RankException$views;
|
|
|
7295
7501
|
|
|
7296
7502
|
|
|
7297
7503
|
export interface ResolveEventArgs$instance extends EventArgs {
|
|
7504
|
+
readonly __tsonic_type_System_ResolveEventArgs: never;
|
|
7505
|
+
|
|
7298
7506
|
readonly Name: string;
|
|
7299
7507
|
readonly RequestingAssembly: Assembly | undefined;
|
|
7300
7508
|
}
|
|
@@ -7309,6 +7517,8 @@ export const ResolveEventArgs: {
|
|
|
7309
7517
|
export type ResolveEventArgs = ResolveEventArgs$instance;
|
|
7310
7518
|
|
|
7311
7519
|
export interface SerializableAttribute$instance extends Attribute {
|
|
7520
|
+
readonly __tsonic_type_System_SerializableAttribute: never;
|
|
7521
|
+
|
|
7312
7522
|
}
|
|
7313
7523
|
|
|
7314
7524
|
|
|
@@ -7320,6 +7530,8 @@ export const SerializableAttribute: {
|
|
|
7320
7530
|
export type SerializableAttribute = SerializableAttribute$instance;
|
|
7321
7531
|
|
|
7322
7532
|
export interface StackOverflowException$instance extends SystemException$instance {
|
|
7533
|
+
readonly __tsonic_type_System_StackOverflowException: never;
|
|
7534
|
+
|
|
7323
7535
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
7324
7536
|
|
|
7325
7537
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -7341,6 +7553,8 @@ export type StackOverflowException = StackOverflowException$instance & __StackOv
|
|
|
7341
7553
|
|
|
7342
7554
|
|
|
7343
7555
|
export interface STAThreadAttribute$instance extends Attribute {
|
|
7556
|
+
readonly __tsonic_type_System_STAThreadAttribute: never;
|
|
7557
|
+
|
|
7344
7558
|
}
|
|
7345
7559
|
|
|
7346
7560
|
|
|
@@ -7351,7 +7565,9 @@ export const STAThreadAttribute: {
|
|
|
7351
7565
|
|
|
7352
7566
|
export type STAThreadAttribute = STAThreadAttribute$instance;
|
|
7353
7567
|
|
|
7354
|
-
export interface String$instance {
|
|
7568
|
+
export interface String$instance extends ICloneable$instance, ISpanParsable_1$instance<String> {
|
|
7569
|
+
readonly __tsonic_type_System_String: never;
|
|
7570
|
+
|
|
7355
7571
|
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
7356
7572
|
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
7357
7573
|
readonly __tsonic_iface_System_ICloneable: never;
|
|
@@ -7362,7 +7578,6 @@ export interface String$instance {
|
|
|
7362
7578
|
readonly __tsonic_iface_System_IParsable_1: never;
|
|
7363
7579
|
readonly __tsonic_iface_System_ISpanParsable_1: never;
|
|
7364
7580
|
|
|
7365
|
-
readonly [index: number]: char;
|
|
7366
7581
|
readonly Length: int;
|
|
7367
7582
|
Clone(): unknown;
|
|
7368
7583
|
CompareTo(value: unknown): int;
|
|
@@ -7568,12 +7783,12 @@ export interface __String$views {
|
|
|
7568
7783
|
CompareTo(obj: unknown): int;
|
|
7569
7784
|
}
|
|
7570
7785
|
|
|
7571
|
-
export
|
|
7572
|
-
|
|
7573
|
-
export type String = string & String$instance & __String$views;
|
|
7786
|
+
export type String = string & String$instance & __String$views & { readonly [index: number]: char; };
|
|
7574
7787
|
|
|
7575
7788
|
|
|
7576
7789
|
export interface StringComparer$instance {
|
|
7790
|
+
readonly __tsonic_type_System_StringComparer: never;
|
|
7791
|
+
|
|
7577
7792
|
readonly __tsonic_iface_System_Collections_Generic_IComparer_1: never;
|
|
7578
7793
|
readonly __tsonic_iface_System_Collections_Generic_IEqualityComparer_1: never;
|
|
7579
7794
|
readonly __tsonic_iface_System_Collections_IComparer: never;
|
|
@@ -7614,6 +7829,8 @@ export type StringComparer = StringComparer$instance & __StringComparer$views;
|
|
|
7614
7829
|
|
|
7615
7830
|
|
|
7616
7831
|
export interface SystemException$instance extends Exception$instance {
|
|
7832
|
+
readonly __tsonic_type_System_SystemException: never;
|
|
7833
|
+
|
|
7617
7834
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
7618
7835
|
|
|
7619
7836
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -7635,6 +7852,8 @@ export type SystemException = SystemException$instance & __SystemException$views
|
|
|
7635
7852
|
|
|
7636
7853
|
|
|
7637
7854
|
export interface ThreadStaticAttribute$instance extends Attribute {
|
|
7855
|
+
readonly __tsonic_type_System_ThreadStaticAttribute: never;
|
|
7856
|
+
|
|
7638
7857
|
}
|
|
7639
7858
|
|
|
7640
7859
|
|
|
@@ -7646,6 +7865,8 @@ export const ThreadStaticAttribute: {
|
|
|
7646
7865
|
export type ThreadStaticAttribute = ThreadStaticAttribute$instance;
|
|
7647
7866
|
|
|
7648
7867
|
export interface TimeoutException$instance extends SystemException$instance {
|
|
7868
|
+
readonly __tsonic_type_System_TimeoutException: never;
|
|
7869
|
+
|
|
7649
7870
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
7650
7871
|
|
|
7651
7872
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -7667,6 +7888,8 @@ export type TimeoutException = TimeoutException$instance & __TimeoutException$vi
|
|
|
7667
7888
|
|
|
7668
7889
|
|
|
7669
7890
|
export interface TimeProvider$instance {
|
|
7891
|
+
readonly __tsonic_type_System_TimeProvider: never;
|
|
7892
|
+
|
|
7670
7893
|
readonly LocalTimeZone: TimeZoneInfo;
|
|
7671
7894
|
readonly TimestampFrequency: long;
|
|
7672
7895
|
CreateTimer(callback: TimerCallback, state: unknown, dueTime: TimeSpan, period: TimeSpan): ITimer;
|
|
@@ -7686,6 +7909,8 @@ export const TimeProvider: (abstract new() => TimeProvider) & {
|
|
|
7686
7909
|
export type TimeProvider = TimeProvider$instance;
|
|
7687
7910
|
|
|
7688
7911
|
export interface TimeZone$instance {
|
|
7912
|
+
readonly __tsonic_type_System_TimeZone: never;
|
|
7913
|
+
|
|
7689
7914
|
readonly DaylightName: string;
|
|
7690
7915
|
readonly StandardName: string;
|
|
7691
7916
|
GetDaylightChanges(year: int): DaylightTime;
|
|
@@ -7704,7 +7929,9 @@ export const TimeZone: (abstract new() => TimeZone) & {
|
|
|
7704
7929
|
|
|
7705
7930
|
export type TimeZone = TimeZone$instance;
|
|
7706
7931
|
|
|
7707
|
-
export interface TimeZoneInfo$instance {
|
|
7932
|
+
export interface TimeZoneInfo$instance extends System_Runtime_Serialization_Internal.IDeserializationCallback$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
7933
|
+
readonly __tsonic_type_System_TimeZoneInfo: never;
|
|
7934
|
+
|
|
7708
7935
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
7709
7936
|
readonly __tsonic_iface_System_Runtime_Serialization_IDeserializationCallback: never;
|
|
7710
7937
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
@@ -7771,12 +7998,12 @@ export interface __TimeZoneInfo$views {
|
|
|
7771
7998
|
Equals(other: TimeZoneInfo): boolean;
|
|
7772
7999
|
}
|
|
7773
8000
|
|
|
7774
|
-
export interface TimeZoneInfo$instance extends System_Runtime_Serialization_Internal.IDeserializationCallback$instance, System_Runtime_Serialization_Internal.ISerializable$instance {}
|
|
7775
|
-
|
|
7776
8001
|
export type TimeZoneInfo = TimeZoneInfo$instance & __TimeZoneInfo$views;
|
|
7777
8002
|
|
|
7778
8003
|
|
|
7779
|
-
export interface TimeZoneInfo_AdjustmentRule$instance {
|
|
8004
|
+
export interface TimeZoneInfo_AdjustmentRule$instance extends System_Runtime_Serialization_Internal.IDeserializationCallback$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
8005
|
+
readonly __tsonic_type_System_TimeZoneInfo_AdjustmentRule: never;
|
|
8006
|
+
|
|
7780
8007
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
7781
8008
|
readonly __tsonic_iface_System_Runtime_Serialization_IDeserializationCallback: never;
|
|
7782
8009
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
@@ -7808,12 +8035,12 @@ export interface __TimeZoneInfo_AdjustmentRule$views {
|
|
|
7808
8035
|
Equals(other: TimeZoneInfo_AdjustmentRule): boolean;
|
|
7809
8036
|
}
|
|
7810
8037
|
|
|
7811
|
-
export interface TimeZoneInfo_AdjustmentRule$instance extends System_Runtime_Serialization_Internal.IDeserializationCallback$instance, System_Runtime_Serialization_Internal.ISerializable$instance {}
|
|
7812
|
-
|
|
7813
8038
|
export type TimeZoneInfo_AdjustmentRule = TimeZoneInfo_AdjustmentRule$instance & __TimeZoneInfo_AdjustmentRule$views;
|
|
7814
8039
|
|
|
7815
8040
|
|
|
7816
8041
|
export interface TimeZoneNotFoundException$instance extends Exception$instance {
|
|
8042
|
+
readonly __tsonic_type_System_TimeZoneNotFoundException: never;
|
|
8043
|
+
|
|
7817
8044
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
7818
8045
|
|
|
7819
8046
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -7834,7 +8061,9 @@ export interface __TimeZoneNotFoundException$views {
|
|
|
7834
8061
|
export type TimeZoneNotFoundException = TimeZoneNotFoundException$instance & __TimeZoneNotFoundException$views;
|
|
7835
8062
|
|
|
7836
8063
|
|
|
7837
|
-
export interface Tuple_1$instance<T1> {
|
|
8064
|
+
export interface Tuple_1$instance<T1> extends IComparable$instance, System_Runtime_CompilerServices_Internal.ITuple$instance {
|
|
8065
|
+
readonly __tsonic_type_System_Tuple_1: never;
|
|
8066
|
+
|
|
7838
8067
|
readonly __tsonic_iface_System_Collections_IStructuralComparable: never;
|
|
7839
8068
|
readonly __tsonic_iface_System_Collections_IStructuralEquatable: never;
|
|
7840
8069
|
readonly __tsonic_iface_System_IComparable: never;
|
|
@@ -7862,12 +8091,12 @@ export interface __Tuple_1$views<T1> {
|
|
|
7862
8091
|
CompareTo(obj: unknown): int;
|
|
7863
8092
|
}
|
|
7864
8093
|
|
|
7865
|
-
export interface Tuple_1$instance<T1> extends IComparable$instance, System_Runtime_CompilerServices_Internal.ITuple$instance {}
|
|
7866
|
-
|
|
7867
8094
|
export type Tuple_1<T1> = Tuple_1$instance<T1> & __Tuple_1$views<T1>;
|
|
7868
8095
|
|
|
7869
8096
|
|
|
7870
|
-
export interface Tuple_2$instance<T1, T2> {
|
|
8097
|
+
export interface Tuple_2$instance<T1, T2> extends IComparable$instance, System_Runtime_CompilerServices_Internal.ITuple$instance {
|
|
8098
|
+
readonly __tsonic_type_System_Tuple_2: never;
|
|
8099
|
+
|
|
7871
8100
|
readonly __tsonic_iface_System_Collections_IStructuralComparable: never;
|
|
7872
8101
|
readonly __tsonic_iface_System_Collections_IStructuralEquatable: never;
|
|
7873
8102
|
readonly __tsonic_iface_System_IComparable: never;
|
|
@@ -7896,12 +8125,12 @@ export interface __Tuple_2$views<T1, T2> {
|
|
|
7896
8125
|
CompareTo(obj: unknown): int;
|
|
7897
8126
|
}
|
|
7898
8127
|
|
|
7899
|
-
export interface Tuple_2$instance<T1, T2> extends IComparable$instance, System_Runtime_CompilerServices_Internal.ITuple$instance {}
|
|
7900
|
-
|
|
7901
8128
|
export type Tuple_2<T1, T2> = Tuple_2$instance<T1, T2> & __Tuple_2$views<T1, T2>;
|
|
7902
8129
|
|
|
7903
8130
|
|
|
7904
|
-
export interface Tuple_3$instance<T1, T2, T3> {
|
|
8131
|
+
export interface Tuple_3$instance<T1, T2, T3> extends IComparable$instance, System_Runtime_CompilerServices_Internal.ITuple$instance {
|
|
8132
|
+
readonly __tsonic_type_System_Tuple_3: never;
|
|
8133
|
+
|
|
7905
8134
|
readonly __tsonic_iface_System_Collections_IStructuralComparable: never;
|
|
7906
8135
|
readonly __tsonic_iface_System_Collections_IStructuralEquatable: never;
|
|
7907
8136
|
readonly __tsonic_iface_System_IComparable: never;
|
|
@@ -7931,12 +8160,12 @@ export interface __Tuple_3$views<T1, T2, T3> {
|
|
|
7931
8160
|
CompareTo(obj: unknown): int;
|
|
7932
8161
|
}
|
|
7933
8162
|
|
|
7934
|
-
export interface Tuple_3$instance<T1, T2, T3> extends IComparable$instance, System_Runtime_CompilerServices_Internal.ITuple$instance {}
|
|
7935
|
-
|
|
7936
8163
|
export type Tuple_3<T1, T2, T3> = Tuple_3$instance<T1, T2, T3> & __Tuple_3$views<T1, T2, T3>;
|
|
7937
8164
|
|
|
7938
8165
|
|
|
7939
|
-
export interface Tuple_4$instance<T1, T2, T3, T4> {
|
|
8166
|
+
export interface Tuple_4$instance<T1, T2, T3, T4> extends IComparable$instance, System_Runtime_CompilerServices_Internal.ITuple$instance {
|
|
8167
|
+
readonly __tsonic_type_System_Tuple_4: never;
|
|
8168
|
+
|
|
7940
8169
|
readonly __tsonic_iface_System_Collections_IStructuralComparable: never;
|
|
7941
8170
|
readonly __tsonic_iface_System_Collections_IStructuralEquatable: never;
|
|
7942
8171
|
readonly __tsonic_iface_System_IComparable: never;
|
|
@@ -7967,12 +8196,12 @@ export interface __Tuple_4$views<T1, T2, T3, T4> {
|
|
|
7967
8196
|
CompareTo(obj: unknown): int;
|
|
7968
8197
|
}
|
|
7969
8198
|
|
|
7970
|
-
export interface Tuple_4$instance<T1, T2, T3, T4> extends IComparable$instance, System_Runtime_CompilerServices_Internal.ITuple$instance {}
|
|
7971
|
-
|
|
7972
8199
|
export type Tuple_4<T1, T2, T3, T4> = Tuple_4$instance<T1, T2, T3, T4> & __Tuple_4$views<T1, T2, T3, T4>;
|
|
7973
8200
|
|
|
7974
8201
|
|
|
7975
|
-
export interface Tuple_5$instance<T1, T2, T3, T4, T5> {
|
|
8202
|
+
export interface Tuple_5$instance<T1, T2, T3, T4, T5> extends IComparable$instance, System_Runtime_CompilerServices_Internal.ITuple$instance {
|
|
8203
|
+
readonly __tsonic_type_System_Tuple_5: never;
|
|
8204
|
+
|
|
7976
8205
|
readonly __tsonic_iface_System_Collections_IStructuralComparable: never;
|
|
7977
8206
|
readonly __tsonic_iface_System_Collections_IStructuralEquatable: never;
|
|
7978
8207
|
readonly __tsonic_iface_System_IComparable: never;
|
|
@@ -8004,12 +8233,12 @@ export interface __Tuple_5$views<T1, T2, T3, T4, T5> {
|
|
|
8004
8233
|
CompareTo(obj: unknown): int;
|
|
8005
8234
|
}
|
|
8006
8235
|
|
|
8007
|
-
export interface Tuple_5$instance<T1, T2, T3, T4, T5> extends IComparable$instance, System_Runtime_CompilerServices_Internal.ITuple$instance {}
|
|
8008
|
-
|
|
8009
8236
|
export type Tuple_5<T1, T2, T3, T4, T5> = Tuple_5$instance<T1, T2, T3, T4, T5> & __Tuple_5$views<T1, T2, T3, T4, T5>;
|
|
8010
8237
|
|
|
8011
8238
|
|
|
8012
|
-
export interface Tuple_6$instance<T1, T2, T3, T4, T5, T6> {
|
|
8239
|
+
export interface Tuple_6$instance<T1, T2, T3, T4, T5, T6> extends IComparable$instance, System_Runtime_CompilerServices_Internal.ITuple$instance {
|
|
8240
|
+
readonly __tsonic_type_System_Tuple_6: never;
|
|
8241
|
+
|
|
8013
8242
|
readonly __tsonic_iface_System_Collections_IStructuralComparable: never;
|
|
8014
8243
|
readonly __tsonic_iface_System_Collections_IStructuralEquatable: never;
|
|
8015
8244
|
readonly __tsonic_iface_System_IComparable: never;
|
|
@@ -8042,12 +8271,12 @@ export interface __Tuple_6$views<T1, T2, T3, T4, T5, T6> {
|
|
|
8042
8271
|
CompareTo(obj: unknown): int;
|
|
8043
8272
|
}
|
|
8044
8273
|
|
|
8045
|
-
export interface Tuple_6$instance<T1, T2, T3, T4, T5, T6> extends IComparable$instance, System_Runtime_CompilerServices_Internal.ITuple$instance {}
|
|
8046
|
-
|
|
8047
8274
|
export type Tuple_6<T1, T2, T3, T4, T5, T6> = Tuple_6$instance<T1, T2, T3, T4, T5, T6> & __Tuple_6$views<T1, T2, T3, T4, T5, T6>;
|
|
8048
8275
|
|
|
8049
8276
|
|
|
8050
|
-
export interface Tuple_7$instance<T1, T2, T3, T4, T5, T6, T7> {
|
|
8277
|
+
export interface Tuple_7$instance<T1, T2, T3, T4, T5, T6, T7> extends IComparable$instance, System_Runtime_CompilerServices_Internal.ITuple$instance {
|
|
8278
|
+
readonly __tsonic_type_System_Tuple_7: never;
|
|
8279
|
+
|
|
8051
8280
|
readonly __tsonic_iface_System_Collections_IStructuralComparable: never;
|
|
8052
8281
|
readonly __tsonic_iface_System_Collections_IStructuralEquatable: never;
|
|
8053
8282
|
readonly __tsonic_iface_System_IComparable: never;
|
|
@@ -8081,12 +8310,12 @@ export interface __Tuple_7$views<T1, T2, T3, T4, T5, T6, T7> {
|
|
|
8081
8310
|
CompareTo(obj: unknown): int;
|
|
8082
8311
|
}
|
|
8083
8312
|
|
|
8084
|
-
export interface Tuple_7$instance<T1, T2, T3, T4, T5, T6, T7> extends IComparable$instance, System_Runtime_CompilerServices_Internal.ITuple$instance {}
|
|
8085
|
-
|
|
8086
8313
|
export type Tuple_7<T1, T2, T3, T4, T5, T6, T7> = Tuple_7$instance<T1, T2, T3, T4, T5, T6, T7> & __Tuple_7$views<T1, T2, T3, T4, T5, T6, T7>;
|
|
8087
8314
|
|
|
8088
8315
|
|
|
8089
|
-
export interface Tuple_8$instance<T1, T2, T3, T4, T5, T6, T7, TRest> {
|
|
8316
|
+
export interface Tuple_8$instance<T1, T2, T3, T4, T5, T6, T7, TRest> extends IComparable$instance, System_Runtime_CompilerServices_Internal.ITuple$instance {
|
|
8317
|
+
readonly __tsonic_type_System_Tuple_8: never;
|
|
8318
|
+
|
|
8090
8319
|
readonly __tsonic_iface_System_Collections_IStructuralComparable: never;
|
|
8091
8320
|
readonly __tsonic_iface_System_Collections_IStructuralEquatable: never;
|
|
8092
8321
|
readonly __tsonic_iface_System_IComparable: never;
|
|
@@ -8121,12 +8350,12 @@ export interface __Tuple_8$views<T1, T2, T3, T4, T5, T6, T7, TRest> {
|
|
|
8121
8350
|
CompareTo(obj: unknown): int;
|
|
8122
8351
|
}
|
|
8123
8352
|
|
|
8124
|
-
export interface Tuple_8$instance<T1, T2, T3, T4, T5, T6, T7, TRest> extends IComparable$instance, System_Runtime_CompilerServices_Internal.ITuple$instance {}
|
|
8125
|
-
|
|
8126
8353
|
export type Tuple_8<T1, T2, T3, T4, T5, T6, T7, TRest> = Tuple_8$instance<T1, T2, T3, T4, T5, T6, T7, TRest> & __Tuple_8$views<T1, T2, T3, T4, T5, T6, T7, TRest>;
|
|
8127
8354
|
|
|
8128
8355
|
|
|
8129
8356
|
export interface Type$instance extends MemberInfo {
|
|
8357
|
+
readonly __tsonic_type_System_Type: never;
|
|
8358
|
+
|
|
8130
8359
|
readonly __tsonic_iface_System_Reflection_ICustomAttributeProvider: never;
|
|
8131
8360
|
readonly __tsonic_iface_System_Reflection_IReflect: never;
|
|
8132
8361
|
|
|
@@ -8349,6 +8578,8 @@ export type Type = Type$instance & __Type$views;
|
|
|
8349
8578
|
|
|
8350
8579
|
|
|
8351
8580
|
export interface TypeAccessException$instance extends TypeLoadException$instance {
|
|
8581
|
+
readonly __tsonic_type_System_TypeAccessException: never;
|
|
8582
|
+
|
|
8352
8583
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
8353
8584
|
|
|
8354
8585
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -8370,6 +8601,8 @@ export type TypeAccessException = TypeAccessException$instance & __TypeAccessExc
|
|
|
8370
8601
|
|
|
8371
8602
|
|
|
8372
8603
|
export interface TypeInitializationException$instance extends SystemException$instance {
|
|
8604
|
+
readonly __tsonic_type_System_TypeInitializationException: never;
|
|
8605
|
+
|
|
8373
8606
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
8374
8607
|
|
|
8375
8608
|
readonly TypeName: string;
|
|
@@ -8390,6 +8623,8 @@ export type TypeInitializationException = TypeInitializationException$instance &
|
|
|
8390
8623
|
|
|
8391
8624
|
|
|
8392
8625
|
export interface TypeLoadException$instance extends SystemException$instance {
|
|
8626
|
+
readonly __tsonic_type_System_TypeLoadException: never;
|
|
8627
|
+
|
|
8393
8628
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
8394
8629
|
|
|
8395
8630
|
readonly Message: string;
|
|
@@ -8413,6 +8648,8 @@ export type TypeLoadException = TypeLoadException$instance & __TypeLoadException
|
|
|
8413
8648
|
|
|
8414
8649
|
|
|
8415
8650
|
export interface TypeUnloadedException$instance extends SystemException$instance {
|
|
8651
|
+
readonly __tsonic_type_System_TypeUnloadedException: never;
|
|
8652
|
+
|
|
8416
8653
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
8417
8654
|
|
|
8418
8655
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -8434,6 +8671,8 @@ export type TypeUnloadedException = TypeUnloadedException$instance & __TypeUnloa
|
|
|
8434
8671
|
|
|
8435
8672
|
|
|
8436
8673
|
export interface UnauthorizedAccessException$instance extends SystemException$instance {
|
|
8674
|
+
readonly __tsonic_type_System_UnauthorizedAccessException: never;
|
|
8675
|
+
|
|
8437
8676
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
8438
8677
|
|
|
8439
8678
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -8455,6 +8694,8 @@ export type UnauthorizedAccessException = UnauthorizedAccessException$instance &
|
|
|
8455
8694
|
|
|
8456
8695
|
|
|
8457
8696
|
export interface UnhandledExceptionEventArgs$instance extends EventArgs {
|
|
8697
|
+
readonly __tsonic_type_System_UnhandledExceptionEventArgs: never;
|
|
8698
|
+
|
|
8458
8699
|
readonly ExceptionObject: unknown;
|
|
8459
8700
|
readonly IsTerminating: boolean;
|
|
8460
8701
|
}
|
|
@@ -8467,7 +8708,9 @@ export const UnhandledExceptionEventArgs: {
|
|
|
8467
8708
|
|
|
8468
8709
|
export type UnhandledExceptionEventArgs = UnhandledExceptionEventArgs$instance;
|
|
8469
8710
|
|
|
8470
|
-
export interface UnitySerializationHolder$instance {
|
|
8711
|
+
export interface UnitySerializationHolder$instance extends System_Runtime_Serialization_Internal.IObjectReference$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
8712
|
+
readonly __tsonic_type_System_UnitySerializationHolder: never;
|
|
8713
|
+
|
|
8471
8714
|
readonly __tsonic_iface_System_Runtime_Serialization_IObjectReference: never;
|
|
8472
8715
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
8473
8716
|
|
|
@@ -8486,12 +8729,12 @@ export interface __UnitySerializationHolder$views {
|
|
|
8486
8729
|
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
8487
8730
|
}
|
|
8488
8731
|
|
|
8489
|
-
export interface UnitySerializationHolder$instance extends System_Runtime_Serialization_Internal.IObjectReference$instance, System_Runtime_Serialization_Internal.ISerializable$instance {}
|
|
8490
|
-
|
|
8491
8732
|
export type UnitySerializationHolder = UnitySerializationHolder$instance & __UnitySerializationHolder$views;
|
|
8492
8733
|
|
|
8493
8734
|
|
|
8494
|
-
export interface Uri$instance {
|
|
8735
|
+
export interface Uri$instance extends System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
8736
|
+
readonly __tsonic_type_System_Uri: never;
|
|
8737
|
+
|
|
8495
8738
|
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
8496
8739
|
readonly __tsonic_iface_System_IFormattable: never;
|
|
8497
8740
|
readonly __tsonic_iface_System_ISpanFormattable: never;
|
|
@@ -8600,12 +8843,12 @@ export interface __Uri$views {
|
|
|
8600
8843
|
Equals(other: Uri): boolean;
|
|
8601
8844
|
}
|
|
8602
8845
|
|
|
8603
|
-
export interface Uri$instance extends System_Runtime_Serialization_Internal.ISerializable$instance {}
|
|
8604
|
-
|
|
8605
8846
|
export type Uri = Uri$instance & __Uri$views;
|
|
8606
8847
|
|
|
8607
8848
|
|
|
8608
8849
|
export interface UriBuilder$instance {
|
|
8850
|
+
readonly __tsonic_type_System_UriBuilder: never;
|
|
8851
|
+
|
|
8609
8852
|
Fragment: string;
|
|
8610
8853
|
Host: string;
|
|
8611
8854
|
Password: string;
|
|
@@ -8635,6 +8878,8 @@ export const UriBuilder: {
|
|
|
8635
8878
|
export type UriBuilder = UriBuilder$instance;
|
|
8636
8879
|
|
|
8637
8880
|
export interface UriFormatException$instance extends FormatException$instance {
|
|
8881
|
+
readonly __tsonic_type_System_UriFormatException: never;
|
|
8882
|
+
|
|
8638
8883
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
8639
8884
|
|
|
8640
8885
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -8656,6 +8901,8 @@ export type UriFormatException = UriFormatException$instance & __UriFormatExcept
|
|
|
8656
8901
|
|
|
8657
8902
|
|
|
8658
8903
|
export interface UriParser$instance {
|
|
8904
|
+
readonly __tsonic_type_System_UriParser: never;
|
|
8905
|
+
|
|
8659
8906
|
GetComponents(uri: Uri, components: UriComponents, format: UriFormat): string;
|
|
8660
8907
|
InitializeAndValidate(uri: Uri, parsingError: UriFormatException): void;
|
|
8661
8908
|
IsBaseOf(baseUri: Uri, relativeUri: Uri): boolean;
|
|
@@ -8675,6 +8922,8 @@ export const UriParser: (abstract new() => UriParser) & {
|
|
|
8675
8922
|
export type UriParser = UriParser$instance;
|
|
8676
8923
|
|
|
8677
8924
|
export interface UriTypeConverter$instance extends TypeConverter {
|
|
8925
|
+
readonly __tsonic_type_System_UriTypeConverter: never;
|
|
8926
|
+
|
|
8678
8927
|
CanConvertFrom(context: ITypeDescriptorContext, sourceType: Type): boolean;
|
|
8679
8928
|
CanConvertFrom(sourceType: Type): boolean;
|
|
8680
8929
|
CanConvertTo(context: ITypeDescriptorContext, destinationType: Type): boolean;
|
|
@@ -8696,6 +8945,8 @@ export const UriTypeConverter: {
|
|
|
8696
8945
|
export type UriTypeConverter = UriTypeConverter$instance;
|
|
8697
8946
|
|
|
8698
8947
|
export interface ValueType$instance {
|
|
8948
|
+
readonly __tsonic_type_System_ValueType: never;
|
|
8949
|
+
|
|
8699
8950
|
Equals(obj: unknown): boolean;
|
|
8700
8951
|
GetHashCode(): int;
|
|
8701
8952
|
ToString(): string | undefined;
|
|
@@ -8708,7 +8959,9 @@ export const ValueType: (abstract new() => ValueType) & {
|
|
|
8708
8959
|
|
|
8709
8960
|
export type ValueType = ValueType$instance;
|
|
8710
8961
|
|
|
8711
|
-
export interface Version$instance {
|
|
8962
|
+
export interface Version$instance extends ICloneable$instance, IUtf8SpanParsable_1$instance<Version> {
|
|
8963
|
+
readonly __tsonic_type_System_Version: never;
|
|
8964
|
+
|
|
8712
8965
|
readonly __tsonic_iface_System_ICloneable: never;
|
|
8713
8966
|
readonly __tsonic_iface_System_IComparable: never;
|
|
8714
8967
|
readonly __tsonic_iface_System_IComparable_1: never;
|
|
@@ -8770,12 +9023,12 @@ export interface __Version$views {
|
|
|
8770
9023
|
TryFormat(utf8Destination: Span_1<Byte>, bytesWritten: int, format: ReadOnlySpan_1<Char>, provider: IFormatProvider): boolean;
|
|
8771
9024
|
}
|
|
8772
9025
|
|
|
8773
|
-
export interface Version$instance extends ICloneable$instance, IUtf8SpanParsable_1$instance<Version> {}
|
|
8774
|
-
|
|
8775
9026
|
export type Version = Version$instance & __Version$views;
|
|
8776
9027
|
|
|
8777
9028
|
|
|
8778
|
-
export interface WeakReference$instance {
|
|
9029
|
+
export interface WeakReference$instance extends System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
9030
|
+
readonly __tsonic_type_System_WeakReference: never;
|
|
9031
|
+
|
|
8779
9032
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
8780
9033
|
|
|
8781
9034
|
readonly IsAlive: boolean;
|
|
@@ -8797,12 +9050,12 @@ export interface __WeakReference$views {
|
|
|
8797
9050
|
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
8798
9051
|
}
|
|
8799
9052
|
|
|
8800
|
-
export interface WeakReference$instance extends System_Runtime_Serialization_Internal.ISerializable$instance {}
|
|
8801
|
-
|
|
8802
9053
|
export type WeakReference = WeakReference$instance & __WeakReference$views;
|
|
8803
9054
|
|
|
8804
9055
|
|
|
8805
|
-
export interface WeakReference_1$instance<T> {
|
|
9056
|
+
export interface WeakReference_1$instance<T> extends System_Runtime_Serialization_Internal.ISerializable$instance {
|
|
9057
|
+
readonly __tsonic_type_System_WeakReference_1: never;
|
|
9058
|
+
|
|
8806
9059
|
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
8807
9060
|
|
|
8808
9061
|
Finalize(): void;
|
|
@@ -8822,8 +9075,6 @@ export interface __WeakReference_1$views<T> {
|
|
|
8822
9075
|
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
8823
9076
|
}
|
|
8824
9077
|
|
|
8825
|
-
export interface WeakReference_1$instance<T> extends System_Runtime_Serialization_Internal.ISerializable$instance {}
|
|
8826
|
-
|
|
8827
9078
|
export type WeakReference_1<T> = WeakReference_1$instance<T> & __WeakReference_1$views<T>;
|
|
8828
9079
|
|
|
8829
9080
|
|