@tsonic/dotnet 10.0.3 → 10.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +4 -0
- package/Microsoft.VisualBasic/internal/index.d.ts +4 -0
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +2 -0
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +4 -0
- package/Microsoft.Win32/internal/index.d.ts +2 -0
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +34 -0
- package/System/internal/index.d.ts +1042 -19
- package/System.Buffers/internal/index.d.ts +18 -0
- package/System.CodeDom.Compiler/internal/index.d.ts +3 -0
- package/System.Collections/internal/index.d.ts +78 -10
- package/System.Collections.Concurrent/internal/index.d.ts +35 -0
- package/System.Collections.Frozen/internal/index.d.ts +25 -0
- package/System.Collections.Generic/internal/index.d.ts +306 -5
- package/System.Collections.Immutable/internal/index.d.ts +156 -9
- package/System.Collections.ObjectModel/internal/index.d.ts +80 -2
- package/System.Collections.Specialized/internal/index.d.ts +45 -8
- package/System.ComponentModel/internal/index.d.ts +129 -8
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +6 -0
- package/System.ComponentModel.Design/internal/index.d.ts +75 -2
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +18 -0
- package/System.Data/internal/index.d.ts +165 -4
- package/System.Data.Common/internal/index.d.ts +86 -6
- package/System.Data.SqlTypes/internal/index.d.ts +92 -3
- package/System.Diagnostics/internal/index.d.ts +74 -9
- package/System.Diagnostics.Contracts/internal/index.d.ts +2 -0
- package/System.Diagnostics.Metrics/internal/index.d.ts +6 -0
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +22 -0
- package/System.Diagnostics.Tracing/internal/index.d.ts +16 -0
- package/System.Drawing/internal/index.d.ts +14 -0
- package/System.Dynamic/internal/index.d.ts +13 -0
- package/System.Formats.Asn1/internal/index.d.ts +6 -0
- package/System.Formats.Tar/internal/index.d.ts +6 -0
- package/System.Globalization/internal/index.d.ts +52 -2
- package/System.IO/internal/index.d.ts +67 -0
- package/System.IO.Compression/internal/index.d.ts +21 -0
- package/System.IO.Enumeration/internal/index.d.ts +7 -0
- package/System.IO.IsolatedStorage/internal/index.d.ts +9 -0
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +7 -0
- package/System.IO.Pipelines/internal/index.d.ts +4 -0
- package/System.IO.Pipes/internal/index.d.ts +15 -0
- package/System.Linq/internal/index.d.ts +38 -4
- package/System.Linq.Expressions/internal/index.d.ts +17 -0
- package/System.Net/internal/index.d.ts +94 -3
- package/System.Net.Http/internal/index.d.ts +53 -0
- package/System.Net.Http.Headers/internal/index.d.ts +74 -1
- package/System.Net.Http.Json/internal/index.d.ts +2 -0
- package/System.Net.Mail/internal/index.d.ts +57 -0
- package/System.Net.NetworkInformation/internal/index.d.ts +32 -5
- package/System.Net.Quic/internal/index.d.ts +9 -0
- package/System.Net.Security/internal/index.d.ts +13 -0
- package/System.Net.Sockets/internal/index.d.ts +21 -0
- package/System.Net.WebSockets/internal/index.d.ts +9 -0
- package/System.Numerics/internal/index.d.ts +154 -6
- package/System.Reflection/internal/index.d.ts +69 -1
- package/System.Reflection.Emit/internal/index.d.ts +35 -0
- package/System.Reflection.Metadata/internal/index.d.ts +331 -2
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +4 -0
- package/System.Reflection.PortableExecutable/internal/index.d.ts +2 -0
- package/System.Resources/internal/index.d.ts +19 -1
- package/System.Runtime/internal/index.d.ts +6 -0
- package/System.Runtime.CompilerServices/internal/index.d.ts +58 -4
- package/System.Runtime.InteropServices/internal/index.d.ts +94 -0
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +42 -0
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +4 -0
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +25 -0
- package/System.Runtime.Intrinsics/internal/index.d.ts +48 -4
- package/System.Runtime.Loader/internal/index.d.ts +2 -0
- package/System.Runtime.Serialization/internal/index.d.ts +36 -0
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +2 -0
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +2 -0
- package/System.Runtime.Serialization.Json/internal/index.d.ts +4 -0
- package/System.Runtime.Versioning/internal/index.d.ts +2 -0
- package/System.Security/internal/index.d.ts +18 -0
- package/System.Security.AccessControl/internal/index.d.ts +26 -6
- package/System.Security.Authentication/internal/index.d.ts +4 -0
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +7 -2
- package/System.Security.Claims/internal/index.d.ts +4 -0
- package/System.Security.Cryptography/internal/index.d.ts +271 -1
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +47 -2
- package/System.Security.Policy/internal/index.d.ts +3 -0
- package/System.Security.Principal/internal/index.d.ts +24 -1
- package/System.Text/internal/index.d.ts +41 -1
- package/System.Text.Json/internal/index.d.ts +22 -1
- package/System.Text.Json.Nodes/internal/index.d.ts +11 -0
- package/System.Text.Json.Serialization/internal/index.d.ts +10 -0
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +4 -0
- package/System.Text.RegularExpressions/internal/index.d.ts +44 -2
- package/System.Threading/internal/index.d.ts +78 -0
- package/System.Threading.Channels/internal/index.d.ts +2 -0
- package/System.Threading.Tasks/internal/index.d.ts +18 -0
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +67 -0
- package/System.Threading.Tasks.Sources/internal/index.d.ts +4 -0
- package/System.Timers/internal/index.d.ts +4 -0
- package/System.Transactions/internal/index.d.ts +39 -0
- package/System.Web/internal/index.d.ts +2 -0
- package/System.Windows.Input/internal/index.d.ts +2 -0
- package/System.Xml/internal/index.d.ts +143 -6
- package/System.Xml.Linq/internal/index.d.ts +32 -0
- package/System.Xml.Schema/internal/index.d.ts +25 -2
- package/System.Xml.Serialization/internal/index.d.ts +29 -4
- package/System.Xml.XPath/internal/index.d.ts +13 -2
- package/System.Xml.Xsl/internal/index.d.ts +11 -0
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +25 -1
- package/__internal/extensions/index.d.ts +263 -263
- package/package.json +1 -1
|
@@ -629,6 +629,8 @@ export type UnhandledExceptionEventHandler = (sender: unknown, e: UnhandledExcep
|
|
|
629
629
|
|
|
630
630
|
|
|
631
631
|
export interface IAsyncDisposable$instance {
|
|
632
|
+
readonly __tsonic_iface_System_IAsyncDisposable: never;
|
|
633
|
+
|
|
632
634
|
DisposeAsync(): ValueTask;
|
|
633
635
|
}
|
|
634
636
|
|
|
@@ -636,6 +638,8 @@ export interface IAsyncDisposable$instance {
|
|
|
636
638
|
export type IAsyncDisposable = IAsyncDisposable$instance;
|
|
637
639
|
|
|
638
640
|
export interface IAsyncResult$instance {
|
|
641
|
+
readonly __tsonic_iface_System_IAsyncResult: never;
|
|
642
|
+
|
|
639
643
|
readonly IsCompleted: boolean;
|
|
640
644
|
readonly AsyncWaitHandle: WaitHandle;
|
|
641
645
|
readonly AsyncState: unknown | undefined;
|
|
@@ -646,6 +650,8 @@ export interface IAsyncResult$instance {
|
|
|
646
650
|
export type IAsyncResult = IAsyncResult$instance;
|
|
647
651
|
|
|
648
652
|
export interface ICloneable$instance {
|
|
653
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
654
|
+
|
|
649
655
|
Clone(): unknown;
|
|
650
656
|
}
|
|
651
657
|
|
|
@@ -653,6 +659,8 @@ export interface ICloneable$instance {
|
|
|
653
659
|
export type ICloneable = ICloneable$instance;
|
|
654
660
|
|
|
655
661
|
export interface IComparable$instance {
|
|
662
|
+
readonly __tsonic_iface_System_IComparable: never;
|
|
663
|
+
|
|
656
664
|
CompareTo(obj: unknown): int;
|
|
657
665
|
}
|
|
658
666
|
|
|
@@ -660,6 +668,8 @@ export interface IComparable$instance {
|
|
|
660
668
|
export type IComparable = IComparable$instance;
|
|
661
669
|
|
|
662
670
|
export interface IComparable_1$instance<T> {
|
|
671
|
+
readonly __tsonic_iface_System_IComparable_1: never;
|
|
672
|
+
|
|
663
673
|
CompareTo(other: T): int;
|
|
664
674
|
}
|
|
665
675
|
|
|
@@ -667,6 +677,8 @@ export interface IComparable_1$instance<T> {
|
|
|
667
677
|
export type IComparable_1<T> = IComparable_1$instance<T>;
|
|
668
678
|
|
|
669
679
|
export interface IConvertible$instance {
|
|
680
|
+
readonly __tsonic_iface_System_IConvertible: never;
|
|
681
|
+
|
|
670
682
|
GetTypeCode(): TypeCode;
|
|
671
683
|
ToBoolean(provider: IFormatProvider): boolean;
|
|
672
684
|
ToByte(provider: IFormatProvider): byte;
|
|
@@ -690,6 +702,8 @@ export interface IConvertible$instance {
|
|
|
690
702
|
export type IConvertible = IConvertible$instance;
|
|
691
703
|
|
|
692
704
|
export interface ICustomFormatter$instance {
|
|
705
|
+
readonly __tsonic_iface_System_ICustomFormatter: never;
|
|
706
|
+
|
|
693
707
|
Format(format: string, arg: unknown, formatProvider: IFormatProvider): string;
|
|
694
708
|
}
|
|
695
709
|
|
|
@@ -697,6 +711,8 @@ export interface ICustomFormatter$instance {
|
|
|
697
711
|
export type ICustomFormatter = ICustomFormatter$instance;
|
|
698
712
|
|
|
699
713
|
export interface IDisposable$instance {
|
|
714
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
715
|
+
|
|
700
716
|
Dispose(): void;
|
|
701
717
|
}
|
|
702
718
|
|
|
@@ -704,6 +720,8 @@ export interface IDisposable$instance {
|
|
|
704
720
|
export type IDisposable = IDisposable$instance;
|
|
705
721
|
|
|
706
722
|
export interface IEquatable_1$instance<T> {
|
|
723
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
724
|
+
|
|
707
725
|
Equals(other: T): boolean;
|
|
708
726
|
}
|
|
709
727
|
|
|
@@ -711,6 +729,8 @@ export interface IEquatable_1$instance<T> {
|
|
|
711
729
|
export type IEquatable_1<T> = IEquatable_1$instance<T>;
|
|
712
730
|
|
|
713
731
|
export interface IFormatProvider$instance {
|
|
732
|
+
readonly __tsonic_iface_System_IFormatProvider: never;
|
|
733
|
+
|
|
714
734
|
GetFormat(formatType: Type): unknown | undefined;
|
|
715
735
|
}
|
|
716
736
|
|
|
@@ -718,6 +738,8 @@ export interface IFormatProvider$instance {
|
|
|
718
738
|
export type IFormatProvider = IFormatProvider$instance;
|
|
719
739
|
|
|
720
740
|
export interface IFormattable$instance {
|
|
741
|
+
readonly __tsonic_iface_System_IFormattable: never;
|
|
742
|
+
|
|
721
743
|
ToString(format: string, formatProvider: IFormatProvider): string;
|
|
722
744
|
}
|
|
723
745
|
|
|
@@ -725,6 +747,8 @@ export interface IFormattable$instance {
|
|
|
725
747
|
export type IFormattable = IFormattable$instance;
|
|
726
748
|
|
|
727
749
|
export interface IObservable_1$instance<T> {
|
|
750
|
+
readonly __tsonic_iface_System_IObservable_1: never;
|
|
751
|
+
|
|
728
752
|
Subscribe(observer: IObserver_1<T>): IDisposable;
|
|
729
753
|
}
|
|
730
754
|
|
|
@@ -732,6 +756,8 @@ export interface IObservable_1$instance<T> {
|
|
|
732
756
|
export type IObservable_1<T> = IObservable_1$instance<T>;
|
|
733
757
|
|
|
734
758
|
export interface IObserver_1$instance<T> {
|
|
759
|
+
readonly __tsonic_iface_System_IObserver_1: never;
|
|
760
|
+
|
|
735
761
|
OnCompleted(): void;
|
|
736
762
|
OnError(error: Exception): void;
|
|
737
763
|
OnNext(value: T): void;
|
|
@@ -741,12 +767,16 @@ export interface IObserver_1$instance<T> {
|
|
|
741
767
|
export type IObserver_1<T> = IObserver_1$instance<T>;
|
|
742
768
|
|
|
743
769
|
export interface IParsable_1$instance<TSelf extends IParsable_1<TSelf>> {
|
|
770
|
+
readonly __tsonic_iface_System_IParsable_1: never;
|
|
771
|
+
|
|
744
772
|
}
|
|
745
773
|
|
|
746
774
|
|
|
747
775
|
export type IParsable_1<TSelf extends IParsable_1<TSelf>> = IParsable_1$instance<TSelf>;
|
|
748
776
|
|
|
749
777
|
export interface IProgress_1$instance<T> {
|
|
778
|
+
readonly __tsonic_iface_System_IProgress_1: never;
|
|
779
|
+
|
|
750
780
|
Report(value: T): void;
|
|
751
781
|
}
|
|
752
782
|
|
|
@@ -754,6 +784,8 @@ export interface IProgress_1$instance<T> {
|
|
|
754
784
|
export type IProgress_1<T> = IProgress_1$instance<T>;
|
|
755
785
|
|
|
756
786
|
export interface IServiceProvider$instance {
|
|
787
|
+
readonly __tsonic_iface_System_IServiceProvider: never;
|
|
788
|
+
|
|
757
789
|
GetService(serviceType: Type): unknown | undefined;
|
|
758
790
|
}
|
|
759
791
|
|
|
@@ -761,6 +793,8 @@ export interface IServiceProvider$instance {
|
|
|
761
793
|
export type IServiceProvider = IServiceProvider$instance;
|
|
762
794
|
|
|
763
795
|
export interface ISpanFormattable$instance extends IFormattable {
|
|
796
|
+
readonly __tsonic_iface_System_ISpanFormattable: never;
|
|
797
|
+
|
|
764
798
|
ToString(format: string, formatProvider: IFormatProvider): string;
|
|
765
799
|
TryFormat(destination: Span_1<Char>, charsWritten: int, format: ReadOnlySpan_1<Char>, provider: IFormatProvider): boolean;
|
|
766
800
|
}
|
|
@@ -771,6 +805,8 @@ export interface ISpanFormattable$instance extends IFormattable$instance {}
|
|
|
771
805
|
export type ISpanFormattable = ISpanFormattable$instance;
|
|
772
806
|
|
|
773
807
|
export interface ISpanParsable_1$instance<TSelf extends ISpanParsable_1<TSelf>> extends IParsable_1<TSelf> {
|
|
808
|
+
readonly __tsonic_iface_System_ISpanParsable_1: never;
|
|
809
|
+
|
|
774
810
|
}
|
|
775
811
|
|
|
776
812
|
|
|
@@ -779,6 +815,8 @@ export interface ISpanParsable_1$instance<TSelf extends ISpanParsable_1<TSelf>>
|
|
|
779
815
|
export type ISpanParsable_1<TSelf extends ISpanParsable_1<TSelf>> = ISpanParsable_1$instance<TSelf>;
|
|
780
816
|
|
|
781
817
|
export interface IUtf8SpanFormattable$instance {
|
|
818
|
+
readonly __tsonic_iface_System_IUtf8SpanFormattable: never;
|
|
819
|
+
|
|
782
820
|
TryFormat(utf8Destination: Span_1<Byte>, bytesWritten: int, format: ReadOnlySpan_1<Char>, provider: IFormatProvider): boolean;
|
|
783
821
|
}
|
|
784
822
|
|
|
@@ -786,6 +824,8 @@ export interface IUtf8SpanFormattable$instance {
|
|
|
786
824
|
export type IUtf8SpanFormattable = IUtf8SpanFormattable$instance;
|
|
787
825
|
|
|
788
826
|
export interface IUtf8SpanParsable_1$instance<TSelf extends IUtf8SpanParsable_1<TSelf>> {
|
|
827
|
+
readonly __tsonic_iface_System_IUtf8SpanParsable_1: never;
|
|
828
|
+
|
|
789
829
|
}
|
|
790
830
|
|
|
791
831
|
|
|
@@ -811,9 +851,16 @@ export const ArgIterator: {
|
|
|
811
851
|
export type ArgIterator = ArgIterator$instance;
|
|
812
852
|
|
|
813
853
|
export interface ArraySegment_1$instance<T> {
|
|
854
|
+
readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
|
|
855
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
856
|
+
readonly __tsonic_iface_System_Collections_Generic_IList_1: never;
|
|
857
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
|
|
858
|
+
readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
|
|
859
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
860
|
+
|
|
814
861
|
readonly Array: T[] | undefined;
|
|
815
862
|
readonly Count: int;
|
|
816
|
-
|
|
863
|
+
[index: number]: T;
|
|
817
864
|
readonly Offset: int;
|
|
818
865
|
CopyTo(destination: T[]): void;
|
|
819
866
|
CopyTo(destination: T[], destinationIndex: int): void;
|
|
@@ -847,6 +894,10 @@ export type ArraySegment_1<T> = ArraySegment_1$instance<T> & __ArraySegment_1$vi
|
|
|
847
894
|
|
|
848
895
|
|
|
849
896
|
export interface ArraySegment_1_Enumerator$instance<T> extends IDisposable {
|
|
897
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
898
|
+
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
899
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
900
|
+
|
|
850
901
|
readonly Current: T;
|
|
851
902
|
Dispose(): void;
|
|
852
903
|
MoveNext(): boolean;
|
|
@@ -868,6 +919,13 @@ export type ArraySegment_1_Enumerator<T> = ArraySegment_1_Enumerator$instance<T>
|
|
|
868
919
|
|
|
869
920
|
|
|
870
921
|
export interface Boolean$instance {
|
|
922
|
+
readonly __tsonic_iface_System_IComparable: never;
|
|
923
|
+
readonly __tsonic_iface_System_IComparable_1: never;
|
|
924
|
+
readonly __tsonic_iface_System_IConvertible: never;
|
|
925
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
926
|
+
readonly __tsonic_iface_System_IParsable_1: never;
|
|
927
|
+
readonly __tsonic_iface_System_ISpanParsable_1: never;
|
|
928
|
+
|
|
871
929
|
CompareTo(obj: unknown): int;
|
|
872
930
|
CompareTo(value: boolean): int;
|
|
873
931
|
Equals(obj: unknown): boolean;
|
|
@@ -910,6 +968,38 @@ export type Boolean = boolean | (boolean & Boolean$instance & __Boolean$views);
|
|
|
910
968
|
|
|
911
969
|
|
|
912
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
|
+
readonly __tsonic_iface_System_IComparable: never;
|
|
972
|
+
readonly __tsonic_iface_System_IComparable_1: never;
|
|
973
|
+
readonly __tsonic_iface_System_IConvertible: never;
|
|
974
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
975
|
+
readonly __tsonic_iface_System_IFormattable: never;
|
|
976
|
+
readonly __tsonic_iface_System_IParsable_1: never;
|
|
977
|
+
readonly __tsonic_iface_System_ISpanFormattable: never;
|
|
978
|
+
readonly __tsonic_iface_System_ISpanParsable_1: never;
|
|
979
|
+
readonly __tsonic_iface_System_IUtf8SpanFormattable: never;
|
|
980
|
+
readonly __tsonic_iface_System_IUtf8SpanParsable_1: never;
|
|
981
|
+
readonly __tsonic_iface_System_Numerics_IAdditionOperators_3: never;
|
|
982
|
+
readonly __tsonic_iface_System_Numerics_IAdditiveIdentity_2: never;
|
|
983
|
+
readonly __tsonic_iface_System_Numerics_IBinaryInteger_1: never;
|
|
984
|
+
readonly __tsonic_iface_System_Numerics_IBinaryNumber_1: never;
|
|
985
|
+
readonly __tsonic_iface_System_Numerics_IBitwiseOperators_3: never;
|
|
986
|
+
readonly __tsonic_iface_System_Numerics_IComparisonOperators_3: never;
|
|
987
|
+
readonly __tsonic_iface_System_Numerics_IDecrementOperators_1: never;
|
|
988
|
+
readonly __tsonic_iface_System_Numerics_IDivisionOperators_3: never;
|
|
989
|
+
readonly __tsonic_iface_System_Numerics_IEqualityOperators_3: never;
|
|
990
|
+
readonly __tsonic_iface_System_Numerics_IIncrementOperators_1: never;
|
|
991
|
+
readonly __tsonic_iface_System_Numerics_IMinMaxValue_1: never;
|
|
992
|
+
readonly __tsonic_iface_System_Numerics_IModulusOperators_3: never;
|
|
993
|
+
readonly __tsonic_iface_System_Numerics_IMultiplicativeIdentity_2: never;
|
|
994
|
+
readonly __tsonic_iface_System_Numerics_IMultiplyOperators_3: never;
|
|
995
|
+
readonly __tsonic_iface_System_Numerics_INumberBase_1: never;
|
|
996
|
+
readonly __tsonic_iface_System_Numerics_INumber_1: never;
|
|
997
|
+
readonly __tsonic_iface_System_Numerics_IShiftOperators_3: never;
|
|
998
|
+
readonly __tsonic_iface_System_Numerics_ISubtractionOperators_3: never;
|
|
999
|
+
readonly __tsonic_iface_System_Numerics_IUnaryNegationOperators_2: never;
|
|
1000
|
+
readonly __tsonic_iface_System_Numerics_IUnaryPlusOperators_2: never;
|
|
1001
|
+
readonly __tsonic_iface_System_Numerics_IUnsignedNumber_1: never;
|
|
1002
|
+
|
|
913
1003
|
CompareTo(value: unknown): int;
|
|
914
1004
|
CompareTo(value: byte): int;
|
|
915
1005
|
Equals(obj: unknown): boolean;
|
|
@@ -1002,6 +1092,38 @@ export type Byte = number & Byte$instance & __Byte$views;
|
|
|
1002
1092
|
|
|
1003
1093
|
|
|
1004
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> {
|
|
1095
|
+
readonly __tsonic_iface_System_IComparable: never;
|
|
1096
|
+
readonly __tsonic_iface_System_IComparable_1: never;
|
|
1097
|
+
readonly __tsonic_iface_System_IConvertible: never;
|
|
1098
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
1099
|
+
readonly __tsonic_iface_System_IFormattable: never;
|
|
1100
|
+
readonly __tsonic_iface_System_IParsable_1: never;
|
|
1101
|
+
readonly __tsonic_iface_System_ISpanFormattable: never;
|
|
1102
|
+
readonly __tsonic_iface_System_ISpanParsable_1: never;
|
|
1103
|
+
readonly __tsonic_iface_System_IUtf8SpanFormattable: never;
|
|
1104
|
+
readonly __tsonic_iface_System_IUtf8SpanParsable_1: never;
|
|
1105
|
+
readonly __tsonic_iface_System_Numerics_IAdditionOperators_3: never;
|
|
1106
|
+
readonly __tsonic_iface_System_Numerics_IAdditiveIdentity_2: never;
|
|
1107
|
+
readonly __tsonic_iface_System_Numerics_IBinaryInteger_1: never;
|
|
1108
|
+
readonly __tsonic_iface_System_Numerics_IBinaryNumber_1: never;
|
|
1109
|
+
readonly __tsonic_iface_System_Numerics_IBitwiseOperators_3: never;
|
|
1110
|
+
readonly __tsonic_iface_System_Numerics_IComparisonOperators_3: never;
|
|
1111
|
+
readonly __tsonic_iface_System_Numerics_IDecrementOperators_1: never;
|
|
1112
|
+
readonly __tsonic_iface_System_Numerics_IDivisionOperators_3: never;
|
|
1113
|
+
readonly __tsonic_iface_System_Numerics_IEqualityOperators_3: never;
|
|
1114
|
+
readonly __tsonic_iface_System_Numerics_IIncrementOperators_1: never;
|
|
1115
|
+
readonly __tsonic_iface_System_Numerics_IMinMaxValue_1: never;
|
|
1116
|
+
readonly __tsonic_iface_System_Numerics_IModulusOperators_3: never;
|
|
1117
|
+
readonly __tsonic_iface_System_Numerics_IMultiplicativeIdentity_2: never;
|
|
1118
|
+
readonly __tsonic_iface_System_Numerics_IMultiplyOperators_3: never;
|
|
1119
|
+
readonly __tsonic_iface_System_Numerics_INumberBase_1: never;
|
|
1120
|
+
readonly __tsonic_iface_System_Numerics_INumber_1: never;
|
|
1121
|
+
readonly __tsonic_iface_System_Numerics_IShiftOperators_3: never;
|
|
1122
|
+
readonly __tsonic_iface_System_Numerics_ISubtractionOperators_3: never;
|
|
1123
|
+
readonly __tsonic_iface_System_Numerics_IUnaryNegationOperators_2: never;
|
|
1124
|
+
readonly __tsonic_iface_System_Numerics_IUnaryPlusOperators_2: never;
|
|
1125
|
+
readonly __tsonic_iface_System_Numerics_IUnsignedNumber_1: never;
|
|
1126
|
+
|
|
1005
1127
|
CompareTo(value: unknown): int;
|
|
1006
1128
|
CompareTo(value: char): int;
|
|
1007
1129
|
Equals(obj: unknown): boolean;
|
|
@@ -1112,6 +1234,8 @@ export type Char = string & Char$instance & __Char$views;
|
|
|
1112
1234
|
|
|
1113
1235
|
|
|
1114
1236
|
export interface ConsoleKeyInfo$instance {
|
|
1237
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
1238
|
+
|
|
1115
1239
|
readonly Key: ConsoleKey;
|
|
1116
1240
|
readonly KeyChar: char;
|
|
1117
1241
|
readonly Modifiers: ConsoleModifiers;
|
|
@@ -1137,6 +1261,15 @@ export type ConsoleKeyInfo = ConsoleKeyInfo$instance & __ConsoleKeyInfo$views;
|
|
|
1137
1261
|
|
|
1138
1262
|
|
|
1139
1263
|
export interface DateOnly$instance {
|
|
1264
|
+
readonly __tsonic_iface_System_IComparable: never;
|
|
1265
|
+
readonly __tsonic_iface_System_IComparable_1: never;
|
|
1266
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
1267
|
+
readonly __tsonic_iface_System_IFormattable: never;
|
|
1268
|
+
readonly __tsonic_iface_System_IParsable_1: never;
|
|
1269
|
+
readonly __tsonic_iface_System_ISpanFormattable: never;
|
|
1270
|
+
readonly __tsonic_iface_System_ISpanParsable_1: never;
|
|
1271
|
+
readonly __tsonic_iface_System_IUtf8SpanFormattable: never;
|
|
1272
|
+
|
|
1140
1273
|
readonly Day: int;
|
|
1141
1274
|
readonly DayNumber: int;
|
|
1142
1275
|
readonly DayOfWeek: DayOfWeek;
|
|
@@ -1223,6 +1356,17 @@ export type DateOnly = DateOnly$instance & __DateOnly$views;
|
|
|
1223
1356
|
|
|
1224
1357
|
|
|
1225
1358
|
export interface DateTime$instance {
|
|
1359
|
+
readonly __tsonic_iface_System_IComparable: never;
|
|
1360
|
+
readonly __tsonic_iface_System_IComparable_1: never;
|
|
1361
|
+
readonly __tsonic_iface_System_IConvertible: never;
|
|
1362
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
1363
|
+
readonly __tsonic_iface_System_IFormattable: never;
|
|
1364
|
+
readonly __tsonic_iface_System_IParsable_1: never;
|
|
1365
|
+
readonly __tsonic_iface_System_ISpanFormattable: never;
|
|
1366
|
+
readonly __tsonic_iface_System_ISpanParsable_1: never;
|
|
1367
|
+
readonly __tsonic_iface_System_IUtf8SpanFormattable: never;
|
|
1368
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1369
|
+
|
|
1226
1370
|
readonly Date: DateTime;
|
|
1227
1371
|
readonly Day: int;
|
|
1228
1372
|
readonly DayOfWeek: DayOfWeek;
|
|
@@ -1362,6 +1506,17 @@ export type DateTime = DateTime$instance & __DateTime$views;
|
|
|
1362
1506
|
|
|
1363
1507
|
|
|
1364
1508
|
export interface DateTimeOffset$instance {
|
|
1509
|
+
readonly __tsonic_iface_System_IComparable: never;
|
|
1510
|
+
readonly __tsonic_iface_System_IComparable_1: never;
|
|
1511
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
1512
|
+
readonly __tsonic_iface_System_IFormattable: never;
|
|
1513
|
+
readonly __tsonic_iface_System_IParsable_1: never;
|
|
1514
|
+
readonly __tsonic_iface_System_ISpanFormattable: never;
|
|
1515
|
+
readonly __tsonic_iface_System_ISpanParsable_1: never;
|
|
1516
|
+
readonly __tsonic_iface_System_IUtf8SpanFormattable: never;
|
|
1517
|
+
readonly __tsonic_iface_System_Runtime_Serialization_IDeserializationCallback: never;
|
|
1518
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1519
|
+
|
|
1365
1520
|
readonly Date: DateTime;
|
|
1366
1521
|
readonly DateTime: DateTime;
|
|
1367
1522
|
readonly Day: int;
|
|
@@ -1482,6 +1637,38 @@ export type DateTimeOffset = DateTimeOffset$instance & __DateTimeOffset$views;
|
|
|
1482
1637
|
|
|
1483
1638
|
|
|
1484
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> {
|
|
1640
|
+
readonly __tsonic_iface_System_IComparable: never;
|
|
1641
|
+
readonly __tsonic_iface_System_IComparable_1: never;
|
|
1642
|
+
readonly __tsonic_iface_System_IConvertible: never;
|
|
1643
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
1644
|
+
readonly __tsonic_iface_System_IFormattable: never;
|
|
1645
|
+
readonly __tsonic_iface_System_IParsable_1: never;
|
|
1646
|
+
readonly __tsonic_iface_System_ISpanFormattable: never;
|
|
1647
|
+
readonly __tsonic_iface_System_ISpanParsable_1: never;
|
|
1648
|
+
readonly __tsonic_iface_System_IUtf8SpanFormattable: never;
|
|
1649
|
+
readonly __tsonic_iface_System_IUtf8SpanParsable_1: never;
|
|
1650
|
+
readonly __tsonic_iface_System_Numerics_IAdditionOperators_3: never;
|
|
1651
|
+
readonly __tsonic_iface_System_Numerics_IAdditiveIdentity_2: never;
|
|
1652
|
+
readonly __tsonic_iface_System_Numerics_IComparisonOperators_3: never;
|
|
1653
|
+
readonly __tsonic_iface_System_Numerics_IDecrementOperators_1: never;
|
|
1654
|
+
readonly __tsonic_iface_System_Numerics_IDivisionOperators_3: never;
|
|
1655
|
+
readonly __tsonic_iface_System_Numerics_IEqualityOperators_3: never;
|
|
1656
|
+
readonly __tsonic_iface_System_Numerics_IFloatingPointConstants_1: never;
|
|
1657
|
+
readonly __tsonic_iface_System_Numerics_IFloatingPoint_1: never;
|
|
1658
|
+
readonly __tsonic_iface_System_Numerics_IIncrementOperators_1: never;
|
|
1659
|
+
readonly __tsonic_iface_System_Numerics_IMinMaxValue_1: never;
|
|
1660
|
+
readonly __tsonic_iface_System_Numerics_IModulusOperators_3: never;
|
|
1661
|
+
readonly __tsonic_iface_System_Numerics_IMultiplicativeIdentity_2: never;
|
|
1662
|
+
readonly __tsonic_iface_System_Numerics_IMultiplyOperators_3: never;
|
|
1663
|
+
readonly __tsonic_iface_System_Numerics_INumberBase_1: never;
|
|
1664
|
+
readonly __tsonic_iface_System_Numerics_INumber_1: never;
|
|
1665
|
+
readonly __tsonic_iface_System_Numerics_ISignedNumber_1: never;
|
|
1666
|
+
readonly __tsonic_iface_System_Numerics_ISubtractionOperators_3: never;
|
|
1667
|
+
readonly __tsonic_iface_System_Numerics_IUnaryNegationOperators_2: never;
|
|
1668
|
+
readonly __tsonic_iface_System_Numerics_IUnaryPlusOperators_2: never;
|
|
1669
|
+
readonly __tsonic_iface_System_Runtime_Serialization_IDeserializationCallback: never;
|
|
1670
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
1671
|
+
|
|
1485
1672
|
readonly Scale: byte;
|
|
1486
1673
|
CompareTo(value: unknown): int;
|
|
1487
1674
|
CompareTo(value: decimal): int;
|
|
@@ -1635,6 +1822,46 @@ export const Delegate_InvocationListEnumerator_1: {
|
|
|
1635
1822
|
export type Delegate_InvocationListEnumerator_1<TDelegate extends Function> = Delegate_InvocationListEnumerator_1$instance<TDelegate>;
|
|
1636
1823
|
|
|
1637
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> {
|
|
1825
|
+
readonly __tsonic_iface_System_IComparable: never;
|
|
1826
|
+
readonly __tsonic_iface_System_IComparable_1: never;
|
|
1827
|
+
readonly __tsonic_iface_System_IConvertible: never;
|
|
1828
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
1829
|
+
readonly __tsonic_iface_System_IFormattable: never;
|
|
1830
|
+
readonly __tsonic_iface_System_IParsable_1: never;
|
|
1831
|
+
readonly __tsonic_iface_System_ISpanFormattable: never;
|
|
1832
|
+
readonly __tsonic_iface_System_ISpanParsable_1: never;
|
|
1833
|
+
readonly __tsonic_iface_System_IUtf8SpanFormattable: never;
|
|
1834
|
+
readonly __tsonic_iface_System_IUtf8SpanParsable_1: never;
|
|
1835
|
+
readonly __tsonic_iface_System_Numerics_IAdditionOperators_3: never;
|
|
1836
|
+
readonly __tsonic_iface_System_Numerics_IAdditiveIdentity_2: never;
|
|
1837
|
+
readonly __tsonic_iface_System_Numerics_IBinaryFloatingPointIeee754_1: never;
|
|
1838
|
+
readonly __tsonic_iface_System_Numerics_IBinaryNumber_1: never;
|
|
1839
|
+
readonly __tsonic_iface_System_Numerics_IBitwiseOperators_3: never;
|
|
1840
|
+
readonly __tsonic_iface_System_Numerics_IComparisonOperators_3: never;
|
|
1841
|
+
readonly __tsonic_iface_System_Numerics_IDecrementOperators_1: never;
|
|
1842
|
+
readonly __tsonic_iface_System_Numerics_IDivisionOperators_3: never;
|
|
1843
|
+
readonly __tsonic_iface_System_Numerics_IEqualityOperators_3: never;
|
|
1844
|
+
readonly __tsonic_iface_System_Numerics_IExponentialFunctions_1: never;
|
|
1845
|
+
readonly __tsonic_iface_System_Numerics_IFloatingPointConstants_1: never;
|
|
1846
|
+
readonly __tsonic_iface_System_Numerics_IFloatingPointIeee754_1: never;
|
|
1847
|
+
readonly __tsonic_iface_System_Numerics_IFloatingPoint_1: never;
|
|
1848
|
+
readonly __tsonic_iface_System_Numerics_IHyperbolicFunctions_1: never;
|
|
1849
|
+
readonly __tsonic_iface_System_Numerics_IIncrementOperators_1: never;
|
|
1850
|
+
readonly __tsonic_iface_System_Numerics_ILogarithmicFunctions_1: never;
|
|
1851
|
+
readonly __tsonic_iface_System_Numerics_IMinMaxValue_1: never;
|
|
1852
|
+
readonly __tsonic_iface_System_Numerics_IModulusOperators_3: never;
|
|
1853
|
+
readonly __tsonic_iface_System_Numerics_IMultiplicativeIdentity_2: never;
|
|
1854
|
+
readonly __tsonic_iface_System_Numerics_IMultiplyOperators_3: never;
|
|
1855
|
+
readonly __tsonic_iface_System_Numerics_INumberBase_1: never;
|
|
1856
|
+
readonly __tsonic_iface_System_Numerics_INumber_1: never;
|
|
1857
|
+
readonly __tsonic_iface_System_Numerics_IPowerFunctions_1: never;
|
|
1858
|
+
readonly __tsonic_iface_System_Numerics_IRootFunctions_1: never;
|
|
1859
|
+
readonly __tsonic_iface_System_Numerics_ISignedNumber_1: never;
|
|
1860
|
+
readonly __tsonic_iface_System_Numerics_ISubtractionOperators_3: never;
|
|
1861
|
+
readonly __tsonic_iface_System_Numerics_ITrigonometricFunctions_1: never;
|
|
1862
|
+
readonly __tsonic_iface_System_Numerics_IUnaryNegationOperators_2: never;
|
|
1863
|
+
readonly __tsonic_iface_System_Numerics_IUnaryPlusOperators_2: never;
|
|
1864
|
+
|
|
1638
1865
|
CompareTo(value: unknown): int;
|
|
1639
1866
|
CompareTo(value: double): int;
|
|
1640
1867
|
Equals(obj: unknown): boolean;
|
|
@@ -1870,6 +2097,16 @@ export const GCMemoryInfo: {
|
|
|
1870
2097
|
export type GCMemoryInfo = GCMemoryInfo$instance;
|
|
1871
2098
|
|
|
1872
2099
|
export interface Guid$instance {
|
|
2100
|
+
readonly __tsonic_iface_System_IComparable: never;
|
|
2101
|
+
readonly __tsonic_iface_System_IComparable_1: never;
|
|
2102
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
2103
|
+
readonly __tsonic_iface_System_IFormattable: never;
|
|
2104
|
+
readonly __tsonic_iface_System_IParsable_1: never;
|
|
2105
|
+
readonly __tsonic_iface_System_ISpanFormattable: never;
|
|
2106
|
+
readonly __tsonic_iface_System_ISpanParsable_1: never;
|
|
2107
|
+
readonly __tsonic_iface_System_IUtf8SpanFormattable: never;
|
|
2108
|
+
readonly __tsonic_iface_System_IUtf8SpanParsable_1: never;
|
|
2109
|
+
|
|
1873
2110
|
readonly Variant: int;
|
|
1874
2111
|
readonly Version: int;
|
|
1875
2112
|
CompareTo(value: unknown): int;
|
|
@@ -1944,6 +2181,45 @@ export type Guid = Guid$instance & __Guid$views;
|
|
|
1944
2181
|
|
|
1945
2182
|
|
|
1946
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> {
|
|
2184
|
+
readonly __tsonic_iface_System_IComparable: never;
|
|
2185
|
+
readonly __tsonic_iface_System_IComparable_1: never;
|
|
2186
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
2187
|
+
readonly __tsonic_iface_System_IFormattable: never;
|
|
2188
|
+
readonly __tsonic_iface_System_IParsable_1: never;
|
|
2189
|
+
readonly __tsonic_iface_System_ISpanFormattable: never;
|
|
2190
|
+
readonly __tsonic_iface_System_ISpanParsable_1: never;
|
|
2191
|
+
readonly __tsonic_iface_System_IUtf8SpanFormattable: never;
|
|
2192
|
+
readonly __tsonic_iface_System_IUtf8SpanParsable_1: never;
|
|
2193
|
+
readonly __tsonic_iface_System_Numerics_IAdditionOperators_3: never;
|
|
2194
|
+
readonly __tsonic_iface_System_Numerics_IAdditiveIdentity_2: never;
|
|
2195
|
+
readonly __tsonic_iface_System_Numerics_IBinaryFloatingPointIeee754_1: never;
|
|
2196
|
+
readonly __tsonic_iface_System_Numerics_IBinaryNumber_1: never;
|
|
2197
|
+
readonly __tsonic_iface_System_Numerics_IBitwiseOperators_3: never;
|
|
2198
|
+
readonly __tsonic_iface_System_Numerics_IComparisonOperators_3: never;
|
|
2199
|
+
readonly __tsonic_iface_System_Numerics_IDecrementOperators_1: never;
|
|
2200
|
+
readonly __tsonic_iface_System_Numerics_IDivisionOperators_3: never;
|
|
2201
|
+
readonly __tsonic_iface_System_Numerics_IEqualityOperators_3: never;
|
|
2202
|
+
readonly __tsonic_iface_System_Numerics_IExponentialFunctions_1: never;
|
|
2203
|
+
readonly __tsonic_iface_System_Numerics_IFloatingPointConstants_1: never;
|
|
2204
|
+
readonly __tsonic_iface_System_Numerics_IFloatingPointIeee754_1: never;
|
|
2205
|
+
readonly __tsonic_iface_System_Numerics_IFloatingPoint_1: never;
|
|
2206
|
+
readonly __tsonic_iface_System_Numerics_IHyperbolicFunctions_1: never;
|
|
2207
|
+
readonly __tsonic_iface_System_Numerics_IIncrementOperators_1: never;
|
|
2208
|
+
readonly __tsonic_iface_System_Numerics_ILogarithmicFunctions_1: never;
|
|
2209
|
+
readonly __tsonic_iface_System_Numerics_IMinMaxValue_1: never;
|
|
2210
|
+
readonly __tsonic_iface_System_Numerics_IModulusOperators_3: never;
|
|
2211
|
+
readonly __tsonic_iface_System_Numerics_IMultiplicativeIdentity_2: never;
|
|
2212
|
+
readonly __tsonic_iface_System_Numerics_IMultiplyOperators_3: never;
|
|
2213
|
+
readonly __tsonic_iface_System_Numerics_INumberBase_1: never;
|
|
2214
|
+
readonly __tsonic_iface_System_Numerics_INumber_1: never;
|
|
2215
|
+
readonly __tsonic_iface_System_Numerics_IPowerFunctions_1: never;
|
|
2216
|
+
readonly __tsonic_iface_System_Numerics_IRootFunctions_1: never;
|
|
2217
|
+
readonly __tsonic_iface_System_Numerics_ISignedNumber_1: never;
|
|
2218
|
+
readonly __tsonic_iface_System_Numerics_ISubtractionOperators_3: never;
|
|
2219
|
+
readonly __tsonic_iface_System_Numerics_ITrigonometricFunctions_1: never;
|
|
2220
|
+
readonly __tsonic_iface_System_Numerics_IUnaryNegationOperators_2: never;
|
|
2221
|
+
readonly __tsonic_iface_System_Numerics_IUnaryPlusOperators_2: never;
|
|
2222
|
+
|
|
1947
2223
|
CompareTo(obj: unknown): int;
|
|
1948
2224
|
CompareTo(other: half): int;
|
|
1949
2225
|
Equals(obj: unknown): boolean;
|
|
@@ -2150,6 +2426,8 @@ export const HashCode: {
|
|
|
2150
2426
|
export type HashCode = HashCode$instance;
|
|
2151
2427
|
|
|
2152
2428
|
export interface Index$instance {
|
|
2429
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
2430
|
+
|
|
2153
2431
|
readonly IsFromEnd: boolean;
|
|
2154
2432
|
readonly Value: int;
|
|
2155
2433
|
Equals(value: unknown): boolean;
|
|
@@ -2180,6 +2458,37 @@ export type Index = Index$instance & __Index$views;
|
|
|
2180
2458
|
|
|
2181
2459
|
|
|
2182
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> {
|
|
2461
|
+
readonly __tsonic_iface_System_IComparable: never;
|
|
2462
|
+
readonly __tsonic_iface_System_IComparable_1: never;
|
|
2463
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
2464
|
+
readonly __tsonic_iface_System_IFormattable: never;
|
|
2465
|
+
readonly __tsonic_iface_System_IParsable_1: never;
|
|
2466
|
+
readonly __tsonic_iface_System_ISpanFormattable: never;
|
|
2467
|
+
readonly __tsonic_iface_System_ISpanParsable_1: never;
|
|
2468
|
+
readonly __tsonic_iface_System_IUtf8SpanFormattable: never;
|
|
2469
|
+
readonly __tsonic_iface_System_IUtf8SpanParsable_1: never;
|
|
2470
|
+
readonly __tsonic_iface_System_Numerics_IAdditionOperators_3: never;
|
|
2471
|
+
readonly __tsonic_iface_System_Numerics_IAdditiveIdentity_2: never;
|
|
2472
|
+
readonly __tsonic_iface_System_Numerics_IBinaryInteger_1: never;
|
|
2473
|
+
readonly __tsonic_iface_System_Numerics_IBinaryNumber_1: never;
|
|
2474
|
+
readonly __tsonic_iface_System_Numerics_IBitwiseOperators_3: never;
|
|
2475
|
+
readonly __tsonic_iface_System_Numerics_IComparisonOperators_3: never;
|
|
2476
|
+
readonly __tsonic_iface_System_Numerics_IDecrementOperators_1: never;
|
|
2477
|
+
readonly __tsonic_iface_System_Numerics_IDivisionOperators_3: never;
|
|
2478
|
+
readonly __tsonic_iface_System_Numerics_IEqualityOperators_3: never;
|
|
2479
|
+
readonly __tsonic_iface_System_Numerics_IIncrementOperators_1: never;
|
|
2480
|
+
readonly __tsonic_iface_System_Numerics_IMinMaxValue_1: never;
|
|
2481
|
+
readonly __tsonic_iface_System_Numerics_IModulusOperators_3: never;
|
|
2482
|
+
readonly __tsonic_iface_System_Numerics_IMultiplicativeIdentity_2: never;
|
|
2483
|
+
readonly __tsonic_iface_System_Numerics_IMultiplyOperators_3: never;
|
|
2484
|
+
readonly __tsonic_iface_System_Numerics_INumberBase_1: never;
|
|
2485
|
+
readonly __tsonic_iface_System_Numerics_INumber_1: never;
|
|
2486
|
+
readonly __tsonic_iface_System_Numerics_IShiftOperators_3: never;
|
|
2487
|
+
readonly __tsonic_iface_System_Numerics_ISignedNumber_1: never;
|
|
2488
|
+
readonly __tsonic_iface_System_Numerics_ISubtractionOperators_3: never;
|
|
2489
|
+
readonly __tsonic_iface_System_Numerics_IUnaryNegationOperators_2: never;
|
|
2490
|
+
readonly __tsonic_iface_System_Numerics_IUnaryPlusOperators_2: never;
|
|
2491
|
+
|
|
2183
2492
|
CompareTo(value: unknown): int;
|
|
2184
2493
|
CompareTo(value: int128): int;
|
|
2185
2494
|
Equals(obj: unknown): boolean;
|
|
@@ -2279,6 +2588,38 @@ export type Int128 = number & Int128$instance & __Int128$views;
|
|
|
2279
2588
|
|
|
2280
2589
|
|
|
2281
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> {
|
|
2591
|
+
readonly __tsonic_iface_System_IComparable: never;
|
|
2592
|
+
readonly __tsonic_iface_System_IComparable_1: never;
|
|
2593
|
+
readonly __tsonic_iface_System_IConvertible: never;
|
|
2594
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
2595
|
+
readonly __tsonic_iface_System_IFormattable: never;
|
|
2596
|
+
readonly __tsonic_iface_System_IParsable_1: never;
|
|
2597
|
+
readonly __tsonic_iface_System_ISpanFormattable: never;
|
|
2598
|
+
readonly __tsonic_iface_System_ISpanParsable_1: never;
|
|
2599
|
+
readonly __tsonic_iface_System_IUtf8SpanFormattable: never;
|
|
2600
|
+
readonly __tsonic_iface_System_IUtf8SpanParsable_1: never;
|
|
2601
|
+
readonly __tsonic_iface_System_Numerics_IAdditionOperators_3: never;
|
|
2602
|
+
readonly __tsonic_iface_System_Numerics_IAdditiveIdentity_2: never;
|
|
2603
|
+
readonly __tsonic_iface_System_Numerics_IBinaryInteger_1: never;
|
|
2604
|
+
readonly __tsonic_iface_System_Numerics_IBinaryNumber_1: never;
|
|
2605
|
+
readonly __tsonic_iface_System_Numerics_IBitwiseOperators_3: never;
|
|
2606
|
+
readonly __tsonic_iface_System_Numerics_IComparisonOperators_3: never;
|
|
2607
|
+
readonly __tsonic_iface_System_Numerics_IDecrementOperators_1: never;
|
|
2608
|
+
readonly __tsonic_iface_System_Numerics_IDivisionOperators_3: never;
|
|
2609
|
+
readonly __tsonic_iface_System_Numerics_IEqualityOperators_3: never;
|
|
2610
|
+
readonly __tsonic_iface_System_Numerics_IIncrementOperators_1: never;
|
|
2611
|
+
readonly __tsonic_iface_System_Numerics_IMinMaxValue_1: never;
|
|
2612
|
+
readonly __tsonic_iface_System_Numerics_IModulusOperators_3: never;
|
|
2613
|
+
readonly __tsonic_iface_System_Numerics_IMultiplicativeIdentity_2: never;
|
|
2614
|
+
readonly __tsonic_iface_System_Numerics_IMultiplyOperators_3: never;
|
|
2615
|
+
readonly __tsonic_iface_System_Numerics_INumberBase_1: never;
|
|
2616
|
+
readonly __tsonic_iface_System_Numerics_INumber_1: never;
|
|
2617
|
+
readonly __tsonic_iface_System_Numerics_IShiftOperators_3: never;
|
|
2618
|
+
readonly __tsonic_iface_System_Numerics_ISignedNumber_1: never;
|
|
2619
|
+
readonly __tsonic_iface_System_Numerics_ISubtractionOperators_3: never;
|
|
2620
|
+
readonly __tsonic_iface_System_Numerics_IUnaryNegationOperators_2: never;
|
|
2621
|
+
readonly __tsonic_iface_System_Numerics_IUnaryPlusOperators_2: never;
|
|
2622
|
+
|
|
2282
2623
|
CompareTo(value: unknown): int;
|
|
2283
2624
|
CompareTo(value: short): int;
|
|
2284
2625
|
Equals(obj: unknown): boolean;
|
|
@@ -2377,6 +2718,38 @@ export type Int16 = number & Int16$instance & __Int16$views;
|
|
|
2377
2718
|
|
|
2378
2719
|
|
|
2379
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> {
|
|
2721
|
+
readonly __tsonic_iface_System_IComparable: never;
|
|
2722
|
+
readonly __tsonic_iface_System_IComparable_1: never;
|
|
2723
|
+
readonly __tsonic_iface_System_IConvertible: never;
|
|
2724
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
2725
|
+
readonly __tsonic_iface_System_IFormattable: never;
|
|
2726
|
+
readonly __tsonic_iface_System_IParsable_1: never;
|
|
2727
|
+
readonly __tsonic_iface_System_ISpanFormattable: never;
|
|
2728
|
+
readonly __tsonic_iface_System_ISpanParsable_1: never;
|
|
2729
|
+
readonly __tsonic_iface_System_IUtf8SpanFormattable: never;
|
|
2730
|
+
readonly __tsonic_iface_System_IUtf8SpanParsable_1: never;
|
|
2731
|
+
readonly __tsonic_iface_System_Numerics_IAdditionOperators_3: never;
|
|
2732
|
+
readonly __tsonic_iface_System_Numerics_IAdditiveIdentity_2: never;
|
|
2733
|
+
readonly __tsonic_iface_System_Numerics_IBinaryInteger_1: never;
|
|
2734
|
+
readonly __tsonic_iface_System_Numerics_IBinaryNumber_1: never;
|
|
2735
|
+
readonly __tsonic_iface_System_Numerics_IBitwiseOperators_3: never;
|
|
2736
|
+
readonly __tsonic_iface_System_Numerics_IComparisonOperators_3: never;
|
|
2737
|
+
readonly __tsonic_iface_System_Numerics_IDecrementOperators_1: never;
|
|
2738
|
+
readonly __tsonic_iface_System_Numerics_IDivisionOperators_3: never;
|
|
2739
|
+
readonly __tsonic_iface_System_Numerics_IEqualityOperators_3: never;
|
|
2740
|
+
readonly __tsonic_iface_System_Numerics_IIncrementOperators_1: never;
|
|
2741
|
+
readonly __tsonic_iface_System_Numerics_IMinMaxValue_1: never;
|
|
2742
|
+
readonly __tsonic_iface_System_Numerics_IModulusOperators_3: never;
|
|
2743
|
+
readonly __tsonic_iface_System_Numerics_IMultiplicativeIdentity_2: never;
|
|
2744
|
+
readonly __tsonic_iface_System_Numerics_IMultiplyOperators_3: never;
|
|
2745
|
+
readonly __tsonic_iface_System_Numerics_INumberBase_1: never;
|
|
2746
|
+
readonly __tsonic_iface_System_Numerics_INumber_1: never;
|
|
2747
|
+
readonly __tsonic_iface_System_Numerics_IShiftOperators_3: never;
|
|
2748
|
+
readonly __tsonic_iface_System_Numerics_ISignedNumber_1: never;
|
|
2749
|
+
readonly __tsonic_iface_System_Numerics_ISubtractionOperators_3: never;
|
|
2750
|
+
readonly __tsonic_iface_System_Numerics_IUnaryNegationOperators_2: never;
|
|
2751
|
+
readonly __tsonic_iface_System_Numerics_IUnaryPlusOperators_2: never;
|
|
2752
|
+
|
|
2380
2753
|
CompareTo(value: unknown): int;
|
|
2381
2754
|
CompareTo(value: int): int;
|
|
2382
2755
|
Equals(obj: unknown): boolean;
|
|
@@ -2476,6 +2849,38 @@ export type Int32 = number & Int32$instance & __Int32$views;
|
|
|
2476
2849
|
|
|
2477
2850
|
|
|
2478
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> {
|
|
2852
|
+
readonly __tsonic_iface_System_IComparable: never;
|
|
2853
|
+
readonly __tsonic_iface_System_IComparable_1: never;
|
|
2854
|
+
readonly __tsonic_iface_System_IConvertible: never;
|
|
2855
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
2856
|
+
readonly __tsonic_iface_System_IFormattable: never;
|
|
2857
|
+
readonly __tsonic_iface_System_IParsable_1: never;
|
|
2858
|
+
readonly __tsonic_iface_System_ISpanFormattable: never;
|
|
2859
|
+
readonly __tsonic_iface_System_ISpanParsable_1: never;
|
|
2860
|
+
readonly __tsonic_iface_System_IUtf8SpanFormattable: never;
|
|
2861
|
+
readonly __tsonic_iface_System_IUtf8SpanParsable_1: never;
|
|
2862
|
+
readonly __tsonic_iface_System_Numerics_IAdditionOperators_3: never;
|
|
2863
|
+
readonly __tsonic_iface_System_Numerics_IAdditiveIdentity_2: never;
|
|
2864
|
+
readonly __tsonic_iface_System_Numerics_IBinaryInteger_1: never;
|
|
2865
|
+
readonly __tsonic_iface_System_Numerics_IBinaryNumber_1: never;
|
|
2866
|
+
readonly __tsonic_iface_System_Numerics_IBitwiseOperators_3: never;
|
|
2867
|
+
readonly __tsonic_iface_System_Numerics_IComparisonOperators_3: never;
|
|
2868
|
+
readonly __tsonic_iface_System_Numerics_IDecrementOperators_1: never;
|
|
2869
|
+
readonly __tsonic_iface_System_Numerics_IDivisionOperators_3: never;
|
|
2870
|
+
readonly __tsonic_iface_System_Numerics_IEqualityOperators_3: never;
|
|
2871
|
+
readonly __tsonic_iface_System_Numerics_IIncrementOperators_1: never;
|
|
2872
|
+
readonly __tsonic_iface_System_Numerics_IMinMaxValue_1: never;
|
|
2873
|
+
readonly __tsonic_iface_System_Numerics_IModulusOperators_3: never;
|
|
2874
|
+
readonly __tsonic_iface_System_Numerics_IMultiplicativeIdentity_2: never;
|
|
2875
|
+
readonly __tsonic_iface_System_Numerics_IMultiplyOperators_3: never;
|
|
2876
|
+
readonly __tsonic_iface_System_Numerics_INumberBase_1: never;
|
|
2877
|
+
readonly __tsonic_iface_System_Numerics_INumber_1: never;
|
|
2878
|
+
readonly __tsonic_iface_System_Numerics_IShiftOperators_3: never;
|
|
2879
|
+
readonly __tsonic_iface_System_Numerics_ISignedNumber_1: never;
|
|
2880
|
+
readonly __tsonic_iface_System_Numerics_ISubtractionOperators_3: never;
|
|
2881
|
+
readonly __tsonic_iface_System_Numerics_IUnaryNegationOperators_2: never;
|
|
2882
|
+
readonly __tsonic_iface_System_Numerics_IUnaryPlusOperators_2: never;
|
|
2883
|
+
|
|
2479
2884
|
CompareTo(value: unknown): int;
|
|
2480
2885
|
CompareTo(value: long): int;
|
|
2481
2886
|
Equals(obj: unknown): boolean;
|
|
@@ -2575,6 +2980,38 @@ export type Int64 = number & Int64$instance & __Int64$views;
|
|
|
2575
2980
|
|
|
2576
2981
|
|
|
2577
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> {
|
|
2983
|
+
readonly __tsonic_iface_System_IComparable: never;
|
|
2984
|
+
readonly __tsonic_iface_System_IComparable_1: never;
|
|
2985
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
2986
|
+
readonly __tsonic_iface_System_IFormattable: never;
|
|
2987
|
+
readonly __tsonic_iface_System_IParsable_1: never;
|
|
2988
|
+
readonly __tsonic_iface_System_ISpanFormattable: never;
|
|
2989
|
+
readonly __tsonic_iface_System_ISpanParsable_1: never;
|
|
2990
|
+
readonly __tsonic_iface_System_IUtf8SpanFormattable: never;
|
|
2991
|
+
readonly __tsonic_iface_System_IUtf8SpanParsable_1: never;
|
|
2992
|
+
readonly __tsonic_iface_System_Numerics_IAdditionOperators_3: never;
|
|
2993
|
+
readonly __tsonic_iface_System_Numerics_IAdditiveIdentity_2: never;
|
|
2994
|
+
readonly __tsonic_iface_System_Numerics_IBinaryInteger_1: never;
|
|
2995
|
+
readonly __tsonic_iface_System_Numerics_IBinaryNumber_1: never;
|
|
2996
|
+
readonly __tsonic_iface_System_Numerics_IBitwiseOperators_3: never;
|
|
2997
|
+
readonly __tsonic_iface_System_Numerics_IComparisonOperators_3: never;
|
|
2998
|
+
readonly __tsonic_iface_System_Numerics_IDecrementOperators_1: never;
|
|
2999
|
+
readonly __tsonic_iface_System_Numerics_IDivisionOperators_3: never;
|
|
3000
|
+
readonly __tsonic_iface_System_Numerics_IEqualityOperators_3: never;
|
|
3001
|
+
readonly __tsonic_iface_System_Numerics_IIncrementOperators_1: never;
|
|
3002
|
+
readonly __tsonic_iface_System_Numerics_IMinMaxValue_1: never;
|
|
3003
|
+
readonly __tsonic_iface_System_Numerics_IModulusOperators_3: never;
|
|
3004
|
+
readonly __tsonic_iface_System_Numerics_IMultiplicativeIdentity_2: never;
|
|
3005
|
+
readonly __tsonic_iface_System_Numerics_IMultiplyOperators_3: never;
|
|
3006
|
+
readonly __tsonic_iface_System_Numerics_INumberBase_1: never;
|
|
3007
|
+
readonly __tsonic_iface_System_Numerics_INumber_1: never;
|
|
3008
|
+
readonly __tsonic_iface_System_Numerics_IShiftOperators_3: never;
|
|
3009
|
+
readonly __tsonic_iface_System_Numerics_ISignedNumber_1: never;
|
|
3010
|
+
readonly __tsonic_iface_System_Numerics_ISubtractionOperators_3: never;
|
|
3011
|
+
readonly __tsonic_iface_System_Numerics_IUnaryNegationOperators_2: never;
|
|
3012
|
+
readonly __tsonic_iface_System_Numerics_IUnaryPlusOperators_2: never;
|
|
3013
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
3014
|
+
|
|
2578
3015
|
CompareTo(value: unknown): int;
|
|
2579
3016
|
CompareTo(value: nint): int;
|
|
2580
3017
|
Equals(obj: unknown): boolean;
|
|
@@ -2682,6 +3119,8 @@ export type IntPtr = number & IntPtr$instance & __IntPtr$views;
|
|
|
2682
3119
|
|
|
2683
3120
|
|
|
2684
3121
|
export interface Memory_1$instance<T> {
|
|
3122
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
3123
|
+
|
|
2685
3124
|
readonly IsEmpty: boolean;
|
|
2686
3125
|
readonly Length: int;
|
|
2687
3126
|
readonly Span: Span_1<T>;
|
|
@@ -2716,6 +3155,10 @@ export type Memory_1<T> = Memory_1$instance<T> & __Memory_1$views<T>;
|
|
|
2716
3155
|
|
|
2717
3156
|
|
|
2718
3157
|
export interface MemoryExtensions_SpanSplitEnumerator_1$instance<T extends (IEquatable_1<T> | number | string | boolean)> {
|
|
3158
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
3159
|
+
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
3160
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
3161
|
+
|
|
2719
3162
|
readonly Current: Range;
|
|
2720
3163
|
readonly Source: ReadOnlySpan_1<T>;
|
|
2721
3164
|
GetEnumerator(): MemoryExtensions_SpanSplitEnumerator_1<T>;
|
|
@@ -2761,6 +3204,8 @@ export const MemoryExtensions_TryWriteInterpolatedStringHandler: {
|
|
|
2761
3204
|
export type MemoryExtensions_TryWriteInterpolatedStringHandler = MemoryExtensions_TryWriteInterpolatedStringHandler$instance;
|
|
2762
3205
|
|
|
2763
3206
|
export interface ModuleHandle$instance {
|
|
3207
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
3208
|
+
|
|
2764
3209
|
readonly MDStreamVersion: int;
|
|
2765
3210
|
Equals(obj: unknown): boolean;
|
|
2766
3211
|
Equals(handle: ModuleHandle): boolean;
|
|
@@ -2812,6 +3257,8 @@ export const Nullable_1: {
|
|
|
2812
3257
|
export type Nullable_1<T> = Nullable_1$instance<T>;
|
|
2813
3258
|
|
|
2814
3259
|
export interface Range$instance {
|
|
3260
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
3261
|
+
|
|
2815
3262
|
readonly End: Index;
|
|
2816
3263
|
readonly Start: Index;
|
|
2817
3264
|
Equals(value: unknown): boolean;
|
|
@@ -2841,6 +3288,8 @@ export type Range = Range$instance & __Range$views;
|
|
|
2841
3288
|
|
|
2842
3289
|
|
|
2843
3290
|
export interface ReadOnlyMemory_1$instance<T> {
|
|
3291
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
3292
|
+
|
|
2844
3293
|
readonly IsEmpty: boolean;
|
|
2845
3294
|
readonly Length: int;
|
|
2846
3295
|
readonly Span: ReadOnlySpan_1<T>;
|
|
@@ -2876,7 +3325,7 @@ export type ReadOnlyMemory_1<T> = ReadOnlyMemory_1$instance<T> & __ReadOnlyMemor
|
|
|
2876
3325
|
|
|
2877
3326
|
export interface ReadOnlySpan_1$instance<T> {
|
|
2878
3327
|
readonly IsEmpty: boolean;
|
|
2879
|
-
readonly
|
|
3328
|
+
readonly [index: number]: T;
|
|
2880
3329
|
readonly Length: int;
|
|
2881
3330
|
CopyTo(destination: Span_1<T>): void;
|
|
2882
3331
|
Equals(obj: unknown): boolean;
|
|
@@ -2904,6 +3353,10 @@ export const ReadOnlySpan_1: {
|
|
|
2904
3353
|
export type ReadOnlySpan_1<T> = ReadOnlySpan_1$instance<T>;
|
|
2905
3354
|
|
|
2906
3355
|
export interface ReadOnlySpan_1_Enumerator$instance<T> {
|
|
3356
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
3357
|
+
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
3358
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
3359
|
+
|
|
2907
3360
|
readonly Current: T;
|
|
2908
3361
|
MoveNext(): boolean;
|
|
2909
3362
|
Reset(): void;
|
|
@@ -2936,6 +3389,9 @@ export const RuntimeArgumentHandle: {
|
|
|
2936
3389
|
export type RuntimeArgumentHandle = RuntimeArgumentHandle$instance;
|
|
2937
3390
|
|
|
2938
3391
|
export interface RuntimeFieldHandle$instance {
|
|
3392
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
3393
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
3394
|
+
|
|
2939
3395
|
readonly Value: nint;
|
|
2940
3396
|
Equals(obj: unknown): boolean;
|
|
2941
3397
|
Equals(handle: RuntimeFieldHandle): boolean;
|
|
@@ -2965,6 +3421,9 @@ export type RuntimeFieldHandle = RuntimeFieldHandle$instance & __RuntimeFieldHan
|
|
|
2965
3421
|
|
|
2966
3422
|
|
|
2967
3423
|
export interface RuntimeMethodHandle$instance {
|
|
3424
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
3425
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
3426
|
+
|
|
2968
3427
|
readonly Value: nint;
|
|
2969
3428
|
Equals(obj: unknown): boolean;
|
|
2970
3429
|
Equals(handle: RuntimeMethodHandle): boolean;
|
|
@@ -2995,6 +3454,9 @@ export type RuntimeMethodHandle = RuntimeMethodHandle$instance & __RuntimeMethod
|
|
|
2995
3454
|
|
|
2996
3455
|
|
|
2997
3456
|
export interface RuntimeTypeHandle$instance {
|
|
3457
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
3458
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
3459
|
+
|
|
2998
3460
|
readonly Value: nint;
|
|
2999
3461
|
Equals(obj: unknown): boolean;
|
|
3000
3462
|
Equals(handle: RuntimeTypeHandle): boolean;
|
|
@@ -3025,6 +3487,38 @@ export type RuntimeTypeHandle = RuntimeTypeHandle$instance & __RuntimeTypeHandle
|
|
|
3025
3487
|
|
|
3026
3488
|
|
|
3027
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> {
|
|
3490
|
+
readonly __tsonic_iface_System_IComparable: never;
|
|
3491
|
+
readonly __tsonic_iface_System_IComparable_1: never;
|
|
3492
|
+
readonly __tsonic_iface_System_IConvertible: never;
|
|
3493
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
3494
|
+
readonly __tsonic_iface_System_IFormattable: never;
|
|
3495
|
+
readonly __tsonic_iface_System_IParsable_1: never;
|
|
3496
|
+
readonly __tsonic_iface_System_ISpanFormattable: never;
|
|
3497
|
+
readonly __tsonic_iface_System_ISpanParsable_1: never;
|
|
3498
|
+
readonly __tsonic_iface_System_IUtf8SpanFormattable: never;
|
|
3499
|
+
readonly __tsonic_iface_System_IUtf8SpanParsable_1: never;
|
|
3500
|
+
readonly __tsonic_iface_System_Numerics_IAdditionOperators_3: never;
|
|
3501
|
+
readonly __tsonic_iface_System_Numerics_IAdditiveIdentity_2: never;
|
|
3502
|
+
readonly __tsonic_iface_System_Numerics_IBinaryInteger_1: never;
|
|
3503
|
+
readonly __tsonic_iface_System_Numerics_IBinaryNumber_1: never;
|
|
3504
|
+
readonly __tsonic_iface_System_Numerics_IBitwiseOperators_3: never;
|
|
3505
|
+
readonly __tsonic_iface_System_Numerics_IComparisonOperators_3: never;
|
|
3506
|
+
readonly __tsonic_iface_System_Numerics_IDecrementOperators_1: never;
|
|
3507
|
+
readonly __tsonic_iface_System_Numerics_IDivisionOperators_3: never;
|
|
3508
|
+
readonly __tsonic_iface_System_Numerics_IEqualityOperators_3: never;
|
|
3509
|
+
readonly __tsonic_iface_System_Numerics_IIncrementOperators_1: never;
|
|
3510
|
+
readonly __tsonic_iface_System_Numerics_IMinMaxValue_1: never;
|
|
3511
|
+
readonly __tsonic_iface_System_Numerics_IModulusOperators_3: never;
|
|
3512
|
+
readonly __tsonic_iface_System_Numerics_IMultiplicativeIdentity_2: never;
|
|
3513
|
+
readonly __tsonic_iface_System_Numerics_IMultiplyOperators_3: never;
|
|
3514
|
+
readonly __tsonic_iface_System_Numerics_INumberBase_1: never;
|
|
3515
|
+
readonly __tsonic_iface_System_Numerics_INumber_1: never;
|
|
3516
|
+
readonly __tsonic_iface_System_Numerics_IShiftOperators_3: never;
|
|
3517
|
+
readonly __tsonic_iface_System_Numerics_ISignedNumber_1: never;
|
|
3518
|
+
readonly __tsonic_iface_System_Numerics_ISubtractionOperators_3: never;
|
|
3519
|
+
readonly __tsonic_iface_System_Numerics_IUnaryNegationOperators_2: never;
|
|
3520
|
+
readonly __tsonic_iface_System_Numerics_IUnaryPlusOperators_2: never;
|
|
3521
|
+
|
|
3028
3522
|
CompareTo(obj: unknown): int;
|
|
3029
3523
|
CompareTo(value: sbyte): int;
|
|
3030
3524
|
Equals(obj: unknown): boolean;
|
|
@@ -3123,6 +3617,8 @@ export type SByte = number & SByte$instance & __SByte$views;
|
|
|
3123
3617
|
|
|
3124
3618
|
|
|
3125
3619
|
export interface SequencePosition$instance {
|
|
3620
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
3621
|
+
|
|
3126
3622
|
Equals(other: SequencePosition): boolean;
|
|
3127
3623
|
Equals(obj: unknown): boolean;
|
|
3128
3624
|
GetHashCode(): int;
|
|
@@ -3147,6 +3643,46 @@ export type SequencePosition = SequencePosition$instance & __SequencePosition$vi
|
|
|
3147
3643
|
|
|
3148
3644
|
|
|
3149
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> {
|
|
3646
|
+
readonly __tsonic_iface_System_IComparable: never;
|
|
3647
|
+
readonly __tsonic_iface_System_IComparable_1: never;
|
|
3648
|
+
readonly __tsonic_iface_System_IConvertible: never;
|
|
3649
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
3650
|
+
readonly __tsonic_iface_System_IFormattable: never;
|
|
3651
|
+
readonly __tsonic_iface_System_IParsable_1: never;
|
|
3652
|
+
readonly __tsonic_iface_System_ISpanFormattable: never;
|
|
3653
|
+
readonly __tsonic_iface_System_ISpanParsable_1: never;
|
|
3654
|
+
readonly __tsonic_iface_System_IUtf8SpanFormattable: never;
|
|
3655
|
+
readonly __tsonic_iface_System_IUtf8SpanParsable_1: never;
|
|
3656
|
+
readonly __tsonic_iface_System_Numerics_IAdditionOperators_3: never;
|
|
3657
|
+
readonly __tsonic_iface_System_Numerics_IAdditiveIdentity_2: never;
|
|
3658
|
+
readonly __tsonic_iface_System_Numerics_IBinaryFloatingPointIeee754_1: never;
|
|
3659
|
+
readonly __tsonic_iface_System_Numerics_IBinaryNumber_1: never;
|
|
3660
|
+
readonly __tsonic_iface_System_Numerics_IBitwiseOperators_3: never;
|
|
3661
|
+
readonly __tsonic_iface_System_Numerics_IComparisonOperators_3: never;
|
|
3662
|
+
readonly __tsonic_iface_System_Numerics_IDecrementOperators_1: never;
|
|
3663
|
+
readonly __tsonic_iface_System_Numerics_IDivisionOperators_3: never;
|
|
3664
|
+
readonly __tsonic_iface_System_Numerics_IEqualityOperators_3: never;
|
|
3665
|
+
readonly __tsonic_iface_System_Numerics_IExponentialFunctions_1: never;
|
|
3666
|
+
readonly __tsonic_iface_System_Numerics_IFloatingPointConstants_1: never;
|
|
3667
|
+
readonly __tsonic_iface_System_Numerics_IFloatingPointIeee754_1: never;
|
|
3668
|
+
readonly __tsonic_iface_System_Numerics_IFloatingPoint_1: never;
|
|
3669
|
+
readonly __tsonic_iface_System_Numerics_IHyperbolicFunctions_1: never;
|
|
3670
|
+
readonly __tsonic_iface_System_Numerics_IIncrementOperators_1: never;
|
|
3671
|
+
readonly __tsonic_iface_System_Numerics_ILogarithmicFunctions_1: never;
|
|
3672
|
+
readonly __tsonic_iface_System_Numerics_IMinMaxValue_1: never;
|
|
3673
|
+
readonly __tsonic_iface_System_Numerics_IModulusOperators_3: never;
|
|
3674
|
+
readonly __tsonic_iface_System_Numerics_IMultiplicativeIdentity_2: never;
|
|
3675
|
+
readonly __tsonic_iface_System_Numerics_IMultiplyOperators_3: never;
|
|
3676
|
+
readonly __tsonic_iface_System_Numerics_INumberBase_1: never;
|
|
3677
|
+
readonly __tsonic_iface_System_Numerics_INumber_1: never;
|
|
3678
|
+
readonly __tsonic_iface_System_Numerics_IPowerFunctions_1: never;
|
|
3679
|
+
readonly __tsonic_iface_System_Numerics_IRootFunctions_1: never;
|
|
3680
|
+
readonly __tsonic_iface_System_Numerics_ISignedNumber_1: never;
|
|
3681
|
+
readonly __tsonic_iface_System_Numerics_ISubtractionOperators_3: never;
|
|
3682
|
+
readonly __tsonic_iface_System_Numerics_ITrigonometricFunctions_1: never;
|
|
3683
|
+
readonly __tsonic_iface_System_Numerics_IUnaryNegationOperators_2: never;
|
|
3684
|
+
readonly __tsonic_iface_System_Numerics_IUnaryPlusOperators_2: never;
|
|
3685
|
+
|
|
3150
3686
|
CompareTo(value: unknown): int;
|
|
3151
3687
|
CompareTo(value: float): int;
|
|
3152
3688
|
Equals(obj: unknown): boolean;
|
|
@@ -3327,7 +3863,7 @@ export type Single = number & Single$instance & __Single$views;
|
|
|
3327
3863
|
|
|
3328
3864
|
export interface Span_1$instance<T> {
|
|
3329
3865
|
readonly IsEmpty: boolean;
|
|
3330
|
-
readonly
|
|
3866
|
+
readonly [index: number]: T;
|
|
3331
3867
|
readonly Length: int;
|
|
3332
3868
|
Clear(): void;
|
|
3333
3869
|
CopyTo(destination: Span_1<T>): void;
|
|
@@ -3356,6 +3892,10 @@ export const Span_1: {
|
|
|
3356
3892
|
export type Span_1<T> = Span_1$instance<T>;
|
|
3357
3893
|
|
|
3358
3894
|
export interface Span_1_Enumerator$instance<T> {
|
|
3895
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
3896
|
+
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
3897
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
3898
|
+
|
|
3359
3899
|
readonly Current: T;
|
|
3360
3900
|
MoveNext(): boolean;
|
|
3361
3901
|
Reset(): void;
|
|
@@ -3377,6 +3917,15 @@ export type Span_1_Enumerator<T> = Span_1_Enumerator$instance<T> & __Span_1_Enum
|
|
|
3377
3917
|
|
|
3378
3918
|
|
|
3379
3919
|
export interface TimeOnly$instance {
|
|
3920
|
+
readonly __tsonic_iface_System_IComparable: never;
|
|
3921
|
+
readonly __tsonic_iface_System_IComparable_1: never;
|
|
3922
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
3923
|
+
readonly __tsonic_iface_System_IFormattable: never;
|
|
3924
|
+
readonly __tsonic_iface_System_IParsable_1: never;
|
|
3925
|
+
readonly __tsonic_iface_System_ISpanFormattable: never;
|
|
3926
|
+
readonly __tsonic_iface_System_ISpanParsable_1: never;
|
|
3927
|
+
readonly __tsonic_iface_System_IUtf8SpanFormattable: never;
|
|
3928
|
+
|
|
3380
3929
|
readonly Hour: int;
|
|
3381
3930
|
readonly Microsecond: int;
|
|
3382
3931
|
readonly Millisecond: int;
|
|
@@ -3467,12 +4016,21 @@ export interface __TimeOnly$views {
|
|
|
3467
4016
|
TryFormat(utf8Destination: Span_1<Byte>, bytesWritten: int, format: ReadOnlySpan_1<Char>, provider: IFormatProvider): boolean;
|
|
3468
4017
|
}
|
|
3469
4018
|
|
|
3470
|
-
export interface TimeOnly$instance extends
|
|
4019
|
+
export interface TimeOnly$instance extends ISpanParsable_1$instance<TimeOnly> {}
|
|
3471
4020
|
|
|
3472
4021
|
export type TimeOnly = TimeOnly$instance & __TimeOnly$views;
|
|
3473
4022
|
|
|
3474
4023
|
|
|
3475
4024
|
export interface TimeSpan$instance {
|
|
4025
|
+
readonly __tsonic_iface_System_IComparable: never;
|
|
4026
|
+
readonly __tsonic_iface_System_IComparable_1: never;
|
|
4027
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
4028
|
+
readonly __tsonic_iface_System_IFormattable: never;
|
|
4029
|
+
readonly __tsonic_iface_System_IParsable_1: never;
|
|
4030
|
+
readonly __tsonic_iface_System_ISpanFormattable: never;
|
|
4031
|
+
readonly __tsonic_iface_System_ISpanParsable_1: never;
|
|
4032
|
+
readonly __tsonic_iface_System_IUtf8SpanFormattable: never;
|
|
4033
|
+
|
|
3476
4034
|
readonly Days: int;
|
|
3477
4035
|
readonly Hours: int;
|
|
3478
4036
|
readonly Microseconds: int;
|
|
@@ -3599,12 +4157,16 @@ export interface __TimeSpan$views {
|
|
|
3599
4157
|
TryFormat(utf8Destination: Span_1<Byte>, bytesWritten: int, format: ReadOnlySpan_1<Char>, provider: IFormatProvider): boolean;
|
|
3600
4158
|
}
|
|
3601
4159
|
|
|
3602
|
-
export interface TimeSpan$instance extends
|
|
4160
|
+
export interface TimeSpan$instance extends ISpanParsable_1$instance<TimeSpan> {}
|
|
3603
4161
|
|
|
3604
4162
|
export type TimeSpan = TimeSpan$instance & __TimeSpan$views;
|
|
3605
4163
|
|
|
3606
4164
|
|
|
3607
4165
|
export interface TimeZoneInfo_TransitionTime$instance {
|
|
4166
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
4167
|
+
readonly __tsonic_iface_System_Runtime_Serialization_IDeserializationCallback: never;
|
|
4168
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
4169
|
+
|
|
3608
4170
|
readonly Day: int;
|
|
3609
4171
|
readonly DayOfWeek: DayOfWeek;
|
|
3610
4172
|
readonly IsFixedDateRule: boolean;
|
|
@@ -3657,6 +4219,37 @@ export const TypedReference: {
|
|
|
3657
4219
|
export type TypedReference = TypedReference$instance;
|
|
3658
4220
|
|
|
3659
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> {
|
|
4222
|
+
readonly __tsonic_iface_System_IComparable: never;
|
|
4223
|
+
readonly __tsonic_iface_System_IComparable_1: never;
|
|
4224
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
4225
|
+
readonly __tsonic_iface_System_IFormattable: never;
|
|
4226
|
+
readonly __tsonic_iface_System_IParsable_1: never;
|
|
4227
|
+
readonly __tsonic_iface_System_ISpanFormattable: never;
|
|
4228
|
+
readonly __tsonic_iface_System_ISpanParsable_1: never;
|
|
4229
|
+
readonly __tsonic_iface_System_IUtf8SpanFormattable: never;
|
|
4230
|
+
readonly __tsonic_iface_System_IUtf8SpanParsable_1: never;
|
|
4231
|
+
readonly __tsonic_iface_System_Numerics_IAdditionOperators_3: never;
|
|
4232
|
+
readonly __tsonic_iface_System_Numerics_IAdditiveIdentity_2: never;
|
|
4233
|
+
readonly __tsonic_iface_System_Numerics_IBinaryInteger_1: never;
|
|
4234
|
+
readonly __tsonic_iface_System_Numerics_IBinaryNumber_1: never;
|
|
4235
|
+
readonly __tsonic_iface_System_Numerics_IBitwiseOperators_3: never;
|
|
4236
|
+
readonly __tsonic_iface_System_Numerics_IComparisonOperators_3: never;
|
|
4237
|
+
readonly __tsonic_iface_System_Numerics_IDecrementOperators_1: never;
|
|
4238
|
+
readonly __tsonic_iface_System_Numerics_IDivisionOperators_3: never;
|
|
4239
|
+
readonly __tsonic_iface_System_Numerics_IEqualityOperators_3: never;
|
|
4240
|
+
readonly __tsonic_iface_System_Numerics_IIncrementOperators_1: never;
|
|
4241
|
+
readonly __tsonic_iface_System_Numerics_IMinMaxValue_1: never;
|
|
4242
|
+
readonly __tsonic_iface_System_Numerics_IModulusOperators_3: never;
|
|
4243
|
+
readonly __tsonic_iface_System_Numerics_IMultiplicativeIdentity_2: never;
|
|
4244
|
+
readonly __tsonic_iface_System_Numerics_IMultiplyOperators_3: never;
|
|
4245
|
+
readonly __tsonic_iface_System_Numerics_INumberBase_1: never;
|
|
4246
|
+
readonly __tsonic_iface_System_Numerics_INumber_1: never;
|
|
4247
|
+
readonly __tsonic_iface_System_Numerics_IShiftOperators_3: never;
|
|
4248
|
+
readonly __tsonic_iface_System_Numerics_ISubtractionOperators_3: never;
|
|
4249
|
+
readonly __tsonic_iface_System_Numerics_IUnaryNegationOperators_2: never;
|
|
4250
|
+
readonly __tsonic_iface_System_Numerics_IUnaryPlusOperators_2: never;
|
|
4251
|
+
readonly __tsonic_iface_System_Numerics_IUnsignedNumber_1: never;
|
|
4252
|
+
|
|
3660
4253
|
CompareTo(value: unknown): int;
|
|
3661
4254
|
CompareTo(value: uint128): int;
|
|
3662
4255
|
Equals(obj: unknown): boolean;
|
|
@@ -3749,6 +4342,38 @@ export type UInt128 = number & UInt128$instance & __UInt128$views;
|
|
|
3749
4342
|
|
|
3750
4343
|
|
|
3751
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> {
|
|
4345
|
+
readonly __tsonic_iface_System_IComparable: never;
|
|
4346
|
+
readonly __tsonic_iface_System_IComparable_1: never;
|
|
4347
|
+
readonly __tsonic_iface_System_IConvertible: never;
|
|
4348
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
4349
|
+
readonly __tsonic_iface_System_IFormattable: never;
|
|
4350
|
+
readonly __tsonic_iface_System_IParsable_1: never;
|
|
4351
|
+
readonly __tsonic_iface_System_ISpanFormattable: never;
|
|
4352
|
+
readonly __tsonic_iface_System_ISpanParsable_1: never;
|
|
4353
|
+
readonly __tsonic_iface_System_IUtf8SpanFormattable: never;
|
|
4354
|
+
readonly __tsonic_iface_System_IUtf8SpanParsable_1: never;
|
|
4355
|
+
readonly __tsonic_iface_System_Numerics_IAdditionOperators_3: never;
|
|
4356
|
+
readonly __tsonic_iface_System_Numerics_IAdditiveIdentity_2: never;
|
|
4357
|
+
readonly __tsonic_iface_System_Numerics_IBinaryInteger_1: never;
|
|
4358
|
+
readonly __tsonic_iface_System_Numerics_IBinaryNumber_1: never;
|
|
4359
|
+
readonly __tsonic_iface_System_Numerics_IBitwiseOperators_3: never;
|
|
4360
|
+
readonly __tsonic_iface_System_Numerics_IComparisonOperators_3: never;
|
|
4361
|
+
readonly __tsonic_iface_System_Numerics_IDecrementOperators_1: never;
|
|
4362
|
+
readonly __tsonic_iface_System_Numerics_IDivisionOperators_3: never;
|
|
4363
|
+
readonly __tsonic_iface_System_Numerics_IEqualityOperators_3: never;
|
|
4364
|
+
readonly __tsonic_iface_System_Numerics_IIncrementOperators_1: never;
|
|
4365
|
+
readonly __tsonic_iface_System_Numerics_IMinMaxValue_1: never;
|
|
4366
|
+
readonly __tsonic_iface_System_Numerics_IModulusOperators_3: never;
|
|
4367
|
+
readonly __tsonic_iface_System_Numerics_IMultiplicativeIdentity_2: never;
|
|
4368
|
+
readonly __tsonic_iface_System_Numerics_IMultiplyOperators_3: never;
|
|
4369
|
+
readonly __tsonic_iface_System_Numerics_INumberBase_1: never;
|
|
4370
|
+
readonly __tsonic_iface_System_Numerics_INumber_1: never;
|
|
4371
|
+
readonly __tsonic_iface_System_Numerics_IShiftOperators_3: never;
|
|
4372
|
+
readonly __tsonic_iface_System_Numerics_ISubtractionOperators_3: never;
|
|
4373
|
+
readonly __tsonic_iface_System_Numerics_IUnaryNegationOperators_2: never;
|
|
4374
|
+
readonly __tsonic_iface_System_Numerics_IUnaryPlusOperators_2: never;
|
|
4375
|
+
readonly __tsonic_iface_System_Numerics_IUnsignedNumber_1: never;
|
|
4376
|
+
|
|
3752
4377
|
CompareTo(value: unknown): int;
|
|
3753
4378
|
CompareTo(value: ushort): int;
|
|
3754
4379
|
Equals(obj: unknown): boolean;
|
|
@@ -3841,6 +4466,38 @@ export type UInt16 = number & UInt16$instance & __UInt16$views;
|
|
|
3841
4466
|
|
|
3842
4467
|
|
|
3843
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> {
|
|
4469
|
+
readonly __tsonic_iface_System_IComparable: never;
|
|
4470
|
+
readonly __tsonic_iface_System_IComparable_1: never;
|
|
4471
|
+
readonly __tsonic_iface_System_IConvertible: never;
|
|
4472
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
4473
|
+
readonly __tsonic_iface_System_IFormattable: never;
|
|
4474
|
+
readonly __tsonic_iface_System_IParsable_1: never;
|
|
4475
|
+
readonly __tsonic_iface_System_ISpanFormattable: never;
|
|
4476
|
+
readonly __tsonic_iface_System_ISpanParsable_1: never;
|
|
4477
|
+
readonly __tsonic_iface_System_IUtf8SpanFormattable: never;
|
|
4478
|
+
readonly __tsonic_iface_System_IUtf8SpanParsable_1: never;
|
|
4479
|
+
readonly __tsonic_iface_System_Numerics_IAdditionOperators_3: never;
|
|
4480
|
+
readonly __tsonic_iface_System_Numerics_IAdditiveIdentity_2: never;
|
|
4481
|
+
readonly __tsonic_iface_System_Numerics_IBinaryInteger_1: never;
|
|
4482
|
+
readonly __tsonic_iface_System_Numerics_IBinaryNumber_1: never;
|
|
4483
|
+
readonly __tsonic_iface_System_Numerics_IBitwiseOperators_3: never;
|
|
4484
|
+
readonly __tsonic_iface_System_Numerics_IComparisonOperators_3: never;
|
|
4485
|
+
readonly __tsonic_iface_System_Numerics_IDecrementOperators_1: never;
|
|
4486
|
+
readonly __tsonic_iface_System_Numerics_IDivisionOperators_3: never;
|
|
4487
|
+
readonly __tsonic_iface_System_Numerics_IEqualityOperators_3: never;
|
|
4488
|
+
readonly __tsonic_iface_System_Numerics_IIncrementOperators_1: never;
|
|
4489
|
+
readonly __tsonic_iface_System_Numerics_IMinMaxValue_1: never;
|
|
4490
|
+
readonly __tsonic_iface_System_Numerics_IModulusOperators_3: never;
|
|
4491
|
+
readonly __tsonic_iface_System_Numerics_IMultiplicativeIdentity_2: never;
|
|
4492
|
+
readonly __tsonic_iface_System_Numerics_IMultiplyOperators_3: never;
|
|
4493
|
+
readonly __tsonic_iface_System_Numerics_INumberBase_1: never;
|
|
4494
|
+
readonly __tsonic_iface_System_Numerics_INumber_1: never;
|
|
4495
|
+
readonly __tsonic_iface_System_Numerics_IShiftOperators_3: never;
|
|
4496
|
+
readonly __tsonic_iface_System_Numerics_ISubtractionOperators_3: never;
|
|
4497
|
+
readonly __tsonic_iface_System_Numerics_IUnaryNegationOperators_2: never;
|
|
4498
|
+
readonly __tsonic_iface_System_Numerics_IUnaryPlusOperators_2: never;
|
|
4499
|
+
readonly __tsonic_iface_System_Numerics_IUnsignedNumber_1: never;
|
|
4500
|
+
|
|
3844
4501
|
CompareTo(value: unknown): int;
|
|
3845
4502
|
CompareTo(value: uint): int;
|
|
3846
4503
|
Equals(obj: unknown): boolean;
|
|
@@ -3934,6 +4591,38 @@ export type UInt32 = number & UInt32$instance & __UInt32$views;
|
|
|
3934
4591
|
|
|
3935
4592
|
|
|
3936
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> {
|
|
4594
|
+
readonly __tsonic_iface_System_IComparable: never;
|
|
4595
|
+
readonly __tsonic_iface_System_IComparable_1: never;
|
|
4596
|
+
readonly __tsonic_iface_System_IConvertible: never;
|
|
4597
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
4598
|
+
readonly __tsonic_iface_System_IFormattable: never;
|
|
4599
|
+
readonly __tsonic_iface_System_IParsable_1: never;
|
|
4600
|
+
readonly __tsonic_iface_System_ISpanFormattable: never;
|
|
4601
|
+
readonly __tsonic_iface_System_ISpanParsable_1: never;
|
|
4602
|
+
readonly __tsonic_iface_System_IUtf8SpanFormattable: never;
|
|
4603
|
+
readonly __tsonic_iface_System_IUtf8SpanParsable_1: never;
|
|
4604
|
+
readonly __tsonic_iface_System_Numerics_IAdditionOperators_3: never;
|
|
4605
|
+
readonly __tsonic_iface_System_Numerics_IAdditiveIdentity_2: never;
|
|
4606
|
+
readonly __tsonic_iface_System_Numerics_IBinaryInteger_1: never;
|
|
4607
|
+
readonly __tsonic_iface_System_Numerics_IBinaryNumber_1: never;
|
|
4608
|
+
readonly __tsonic_iface_System_Numerics_IBitwiseOperators_3: never;
|
|
4609
|
+
readonly __tsonic_iface_System_Numerics_IComparisonOperators_3: never;
|
|
4610
|
+
readonly __tsonic_iface_System_Numerics_IDecrementOperators_1: never;
|
|
4611
|
+
readonly __tsonic_iface_System_Numerics_IDivisionOperators_3: never;
|
|
4612
|
+
readonly __tsonic_iface_System_Numerics_IEqualityOperators_3: never;
|
|
4613
|
+
readonly __tsonic_iface_System_Numerics_IIncrementOperators_1: never;
|
|
4614
|
+
readonly __tsonic_iface_System_Numerics_IMinMaxValue_1: never;
|
|
4615
|
+
readonly __tsonic_iface_System_Numerics_IModulusOperators_3: never;
|
|
4616
|
+
readonly __tsonic_iface_System_Numerics_IMultiplicativeIdentity_2: never;
|
|
4617
|
+
readonly __tsonic_iface_System_Numerics_IMultiplyOperators_3: never;
|
|
4618
|
+
readonly __tsonic_iface_System_Numerics_INumberBase_1: never;
|
|
4619
|
+
readonly __tsonic_iface_System_Numerics_INumber_1: never;
|
|
4620
|
+
readonly __tsonic_iface_System_Numerics_IShiftOperators_3: never;
|
|
4621
|
+
readonly __tsonic_iface_System_Numerics_ISubtractionOperators_3: never;
|
|
4622
|
+
readonly __tsonic_iface_System_Numerics_IUnaryNegationOperators_2: never;
|
|
4623
|
+
readonly __tsonic_iface_System_Numerics_IUnaryPlusOperators_2: never;
|
|
4624
|
+
readonly __tsonic_iface_System_Numerics_IUnsignedNumber_1: never;
|
|
4625
|
+
|
|
3937
4626
|
CompareTo(value: unknown): int;
|
|
3938
4627
|
CompareTo(value: ulong): int;
|
|
3939
4628
|
Equals(obj: unknown): boolean;
|
|
@@ -4027,6 +4716,38 @@ export type UInt64 = number & UInt64$instance & __UInt64$views;
|
|
|
4027
4716
|
|
|
4028
4717
|
|
|
4029
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> {
|
|
4719
|
+
readonly __tsonic_iface_System_IComparable: never;
|
|
4720
|
+
readonly __tsonic_iface_System_IComparable_1: never;
|
|
4721
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
4722
|
+
readonly __tsonic_iface_System_IFormattable: never;
|
|
4723
|
+
readonly __tsonic_iface_System_IParsable_1: never;
|
|
4724
|
+
readonly __tsonic_iface_System_ISpanFormattable: never;
|
|
4725
|
+
readonly __tsonic_iface_System_ISpanParsable_1: never;
|
|
4726
|
+
readonly __tsonic_iface_System_IUtf8SpanFormattable: never;
|
|
4727
|
+
readonly __tsonic_iface_System_IUtf8SpanParsable_1: never;
|
|
4728
|
+
readonly __tsonic_iface_System_Numerics_IAdditionOperators_3: never;
|
|
4729
|
+
readonly __tsonic_iface_System_Numerics_IAdditiveIdentity_2: never;
|
|
4730
|
+
readonly __tsonic_iface_System_Numerics_IBinaryInteger_1: never;
|
|
4731
|
+
readonly __tsonic_iface_System_Numerics_IBinaryNumber_1: never;
|
|
4732
|
+
readonly __tsonic_iface_System_Numerics_IBitwiseOperators_3: never;
|
|
4733
|
+
readonly __tsonic_iface_System_Numerics_IComparisonOperators_3: never;
|
|
4734
|
+
readonly __tsonic_iface_System_Numerics_IDecrementOperators_1: never;
|
|
4735
|
+
readonly __tsonic_iface_System_Numerics_IDivisionOperators_3: never;
|
|
4736
|
+
readonly __tsonic_iface_System_Numerics_IEqualityOperators_3: never;
|
|
4737
|
+
readonly __tsonic_iface_System_Numerics_IIncrementOperators_1: never;
|
|
4738
|
+
readonly __tsonic_iface_System_Numerics_IMinMaxValue_1: never;
|
|
4739
|
+
readonly __tsonic_iface_System_Numerics_IModulusOperators_3: never;
|
|
4740
|
+
readonly __tsonic_iface_System_Numerics_IMultiplicativeIdentity_2: never;
|
|
4741
|
+
readonly __tsonic_iface_System_Numerics_IMultiplyOperators_3: never;
|
|
4742
|
+
readonly __tsonic_iface_System_Numerics_INumberBase_1: never;
|
|
4743
|
+
readonly __tsonic_iface_System_Numerics_INumber_1: never;
|
|
4744
|
+
readonly __tsonic_iface_System_Numerics_IShiftOperators_3: never;
|
|
4745
|
+
readonly __tsonic_iface_System_Numerics_ISubtractionOperators_3: never;
|
|
4746
|
+
readonly __tsonic_iface_System_Numerics_IUnaryNegationOperators_2: never;
|
|
4747
|
+
readonly __tsonic_iface_System_Numerics_IUnaryPlusOperators_2: never;
|
|
4748
|
+
readonly __tsonic_iface_System_Numerics_IUnsignedNumber_1: never;
|
|
4749
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
4750
|
+
|
|
4030
4751
|
CompareTo(value: unknown): int;
|
|
4031
4752
|
CompareTo(value: nuint): int;
|
|
4032
4753
|
Equals(obj: unknown): boolean;
|
|
@@ -4140,6 +4861,13 @@ export const UriCreationOptions: {
|
|
|
4140
4861
|
export type UriCreationOptions = UriCreationOptions$instance;
|
|
4141
4862
|
|
|
4142
4863
|
export interface ValueTuple$instance {
|
|
4864
|
+
readonly __tsonic_iface_System_Collections_IStructuralComparable: never;
|
|
4865
|
+
readonly __tsonic_iface_System_Collections_IStructuralEquatable: never;
|
|
4866
|
+
readonly __tsonic_iface_System_IComparable: never;
|
|
4867
|
+
readonly __tsonic_iface_System_IComparable_1: never;
|
|
4868
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
4869
|
+
readonly __tsonic_iface_System_Runtime_CompilerServices_ITuple: never;
|
|
4870
|
+
|
|
4143
4871
|
CompareTo(other: ValueTuple): int;
|
|
4144
4872
|
Equals(obj: unknown): boolean;
|
|
4145
4873
|
Equals(other: ValueTuple): boolean;
|
|
@@ -4181,6 +4909,13 @@ export type ValueTuple = ValueTuple$instance & __ValueTuple$views;
|
|
|
4181
4909
|
|
|
4182
4910
|
|
|
4183
4911
|
export interface ValueTuple_1$instance<T1> {
|
|
4912
|
+
readonly __tsonic_iface_System_Collections_IStructuralComparable: never;
|
|
4913
|
+
readonly __tsonic_iface_System_Collections_IStructuralEquatable: never;
|
|
4914
|
+
readonly __tsonic_iface_System_IComparable: never;
|
|
4915
|
+
readonly __tsonic_iface_System_IComparable_1: never;
|
|
4916
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
4917
|
+
readonly __tsonic_iface_System_Runtime_CompilerServices_ITuple: never;
|
|
4918
|
+
|
|
4184
4919
|
Item1: T1;
|
|
4185
4920
|
CompareTo(other: ValueTuple_1<T1>): int;
|
|
4186
4921
|
Equals(obj: unknown): boolean;
|
|
@@ -4214,6 +4949,13 @@ export type ValueTuple_1<T1> = ValueTuple_1$instance<T1> & __ValueTuple_1$views<
|
|
|
4214
4949
|
|
|
4215
4950
|
|
|
4216
4951
|
export interface ValueTuple_2$instance<T1, T2> {
|
|
4952
|
+
readonly __tsonic_iface_System_Collections_IStructuralComparable: never;
|
|
4953
|
+
readonly __tsonic_iface_System_Collections_IStructuralEquatable: never;
|
|
4954
|
+
readonly __tsonic_iface_System_IComparable: never;
|
|
4955
|
+
readonly __tsonic_iface_System_IComparable_1: never;
|
|
4956
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
4957
|
+
readonly __tsonic_iface_System_Runtime_CompilerServices_ITuple: never;
|
|
4958
|
+
|
|
4217
4959
|
Item1: T1;
|
|
4218
4960
|
Item2: T2;
|
|
4219
4961
|
CompareTo(other: ValueTuple_2<T1, T2>): int;
|
|
@@ -4248,6 +4990,13 @@ export type ValueTuple_2<T1, T2> = ValueTuple_2$instance<T1, T2> & __ValueTuple_
|
|
|
4248
4990
|
|
|
4249
4991
|
|
|
4250
4992
|
export interface ValueTuple_3$instance<T1, T2, T3> {
|
|
4993
|
+
readonly __tsonic_iface_System_Collections_IStructuralComparable: never;
|
|
4994
|
+
readonly __tsonic_iface_System_Collections_IStructuralEquatable: never;
|
|
4995
|
+
readonly __tsonic_iface_System_IComparable: never;
|
|
4996
|
+
readonly __tsonic_iface_System_IComparable_1: never;
|
|
4997
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
4998
|
+
readonly __tsonic_iface_System_Runtime_CompilerServices_ITuple: never;
|
|
4999
|
+
|
|
4251
5000
|
Item1: T1;
|
|
4252
5001
|
Item2: T2;
|
|
4253
5002
|
Item3: T3;
|
|
@@ -4283,6 +5032,13 @@ export type ValueTuple_3<T1, T2, T3> = ValueTuple_3$instance<T1, T2, T3> & __Val
|
|
|
4283
5032
|
|
|
4284
5033
|
|
|
4285
5034
|
export interface ValueTuple_4$instance<T1, T2, T3, T4> {
|
|
5035
|
+
readonly __tsonic_iface_System_Collections_IStructuralComparable: never;
|
|
5036
|
+
readonly __tsonic_iface_System_Collections_IStructuralEquatable: never;
|
|
5037
|
+
readonly __tsonic_iface_System_IComparable: never;
|
|
5038
|
+
readonly __tsonic_iface_System_IComparable_1: never;
|
|
5039
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
5040
|
+
readonly __tsonic_iface_System_Runtime_CompilerServices_ITuple: never;
|
|
5041
|
+
|
|
4286
5042
|
Item1: T1;
|
|
4287
5043
|
Item2: T2;
|
|
4288
5044
|
Item3: T3;
|
|
@@ -4319,6 +5075,13 @@ export type ValueTuple_4<T1, T2, T3, T4> = ValueTuple_4$instance<T1, T2, T3, T4>
|
|
|
4319
5075
|
|
|
4320
5076
|
|
|
4321
5077
|
export interface ValueTuple_5$instance<T1, T2, T3, T4, T5> {
|
|
5078
|
+
readonly __tsonic_iface_System_Collections_IStructuralComparable: never;
|
|
5079
|
+
readonly __tsonic_iface_System_Collections_IStructuralEquatable: never;
|
|
5080
|
+
readonly __tsonic_iface_System_IComparable: never;
|
|
5081
|
+
readonly __tsonic_iface_System_IComparable_1: never;
|
|
5082
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
5083
|
+
readonly __tsonic_iface_System_Runtime_CompilerServices_ITuple: never;
|
|
5084
|
+
|
|
4322
5085
|
Item1: T1;
|
|
4323
5086
|
Item2: T2;
|
|
4324
5087
|
Item3: T3;
|
|
@@ -4356,6 +5119,13 @@ export type ValueTuple_5<T1, T2, T3, T4, T5> = ValueTuple_5$instance<T1, T2, T3,
|
|
|
4356
5119
|
|
|
4357
5120
|
|
|
4358
5121
|
export interface ValueTuple_6$instance<T1, T2, T3, T4, T5, T6> {
|
|
5122
|
+
readonly __tsonic_iface_System_Collections_IStructuralComparable: never;
|
|
5123
|
+
readonly __tsonic_iface_System_Collections_IStructuralEquatable: never;
|
|
5124
|
+
readonly __tsonic_iface_System_IComparable: never;
|
|
5125
|
+
readonly __tsonic_iface_System_IComparable_1: never;
|
|
5126
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
5127
|
+
readonly __tsonic_iface_System_Runtime_CompilerServices_ITuple: never;
|
|
5128
|
+
|
|
4359
5129
|
Item1: T1;
|
|
4360
5130
|
Item2: T2;
|
|
4361
5131
|
Item3: T3;
|
|
@@ -4394,6 +5164,13 @@ export type ValueTuple_6<T1, T2, T3, T4, T5, T6> = ValueTuple_6$instance<T1, T2,
|
|
|
4394
5164
|
|
|
4395
5165
|
|
|
4396
5166
|
export interface ValueTuple_7$instance<T1, T2, T3, T4, T5, T6, T7> {
|
|
5167
|
+
readonly __tsonic_iface_System_Collections_IStructuralComparable: never;
|
|
5168
|
+
readonly __tsonic_iface_System_Collections_IStructuralEquatable: never;
|
|
5169
|
+
readonly __tsonic_iface_System_IComparable: never;
|
|
5170
|
+
readonly __tsonic_iface_System_IComparable_1: never;
|
|
5171
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
5172
|
+
readonly __tsonic_iface_System_Runtime_CompilerServices_ITuple: never;
|
|
5173
|
+
|
|
4397
5174
|
Item1: T1;
|
|
4398
5175
|
Item2: T2;
|
|
4399
5176
|
Item3: T3;
|
|
@@ -4433,6 +5210,13 @@ export type ValueTuple_7<T1, T2, T3, T4, T5, T6, T7> = ValueTuple_7$instance<T1,
|
|
|
4433
5210
|
|
|
4434
5211
|
|
|
4435
5212
|
export interface ValueTuple_8$instance<T1, T2, T3, T4, T5, T6, T7, TRest extends unknown> {
|
|
5213
|
+
readonly __tsonic_iface_System_Collections_IStructuralComparable: never;
|
|
5214
|
+
readonly __tsonic_iface_System_Collections_IStructuralEquatable: never;
|
|
5215
|
+
readonly __tsonic_iface_System_IComparable: never;
|
|
5216
|
+
readonly __tsonic_iface_System_IComparable_1: never;
|
|
5217
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
5218
|
+
readonly __tsonic_iface_System_Runtime_CompilerServices_ITuple: never;
|
|
5219
|
+
|
|
4436
5220
|
Item1: T1;
|
|
4437
5221
|
Item2: T2;
|
|
4438
5222
|
Item3: T3;
|
|
@@ -4484,6 +5268,8 @@ export const Void: {
|
|
|
4484
5268
|
export type Void = Void$instance;
|
|
4485
5269
|
|
|
4486
5270
|
export interface AccessViolationException$instance extends SystemException$instance {
|
|
5271
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
5272
|
+
|
|
4487
5273
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
4488
5274
|
}
|
|
4489
5275
|
|
|
@@ -4503,6 +5289,8 @@ export type AccessViolationException = AccessViolationException$instance & __Acc
|
|
|
4503
5289
|
|
|
4504
5290
|
|
|
4505
5291
|
export interface AggregateException$instance extends Exception$instance {
|
|
5292
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
5293
|
+
|
|
4506
5294
|
readonly InnerExceptions: ReadOnlyCollection_1<Exception>;
|
|
4507
5295
|
readonly Message: string;
|
|
4508
5296
|
Flatten(): AggregateException;
|
|
@@ -4613,6 +5401,8 @@ export const AppDomainSetup: {
|
|
|
4613
5401
|
export type AppDomainSetup = AppDomainSetup$instance;
|
|
4614
5402
|
|
|
4615
5403
|
export interface AppDomainUnloadedException$instance extends SystemException$instance {
|
|
5404
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
5405
|
+
|
|
4616
5406
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
4617
5407
|
}
|
|
4618
5408
|
|
|
@@ -4632,6 +5422,8 @@ export type AppDomainUnloadedException = AppDomainUnloadedException$instance & _
|
|
|
4632
5422
|
|
|
4633
5423
|
|
|
4634
5424
|
export interface ApplicationException$instance extends Exception$instance {
|
|
5425
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
5426
|
+
|
|
4635
5427
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
4636
5428
|
}
|
|
4637
5429
|
|
|
@@ -4671,6 +5463,8 @@ export const ApplicationId: {
|
|
|
4671
5463
|
export type ApplicationId = ApplicationId$instance;
|
|
4672
5464
|
|
|
4673
5465
|
export interface ArgumentException$instance extends SystemException$instance {
|
|
5466
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
5467
|
+
|
|
4674
5468
|
readonly Message: string;
|
|
4675
5469
|
readonly ParamName: string | undefined;
|
|
4676
5470
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -4696,6 +5490,8 @@ export type ArgumentException = ArgumentException$instance & __ArgumentException
|
|
|
4696
5490
|
|
|
4697
5491
|
|
|
4698
5492
|
export interface ArgumentNullException$instance extends ArgumentException$instance {
|
|
5493
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
5494
|
+
|
|
4699
5495
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
4700
5496
|
}
|
|
4701
5497
|
|
|
@@ -4718,6 +5514,8 @@ export type ArgumentNullException = ArgumentNullException$instance & __ArgumentN
|
|
|
4718
5514
|
|
|
4719
5515
|
|
|
4720
5516
|
export interface ArgumentOutOfRangeException$instance extends ArgumentException$instance {
|
|
5517
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
5518
|
+
|
|
4721
5519
|
readonly ActualValue: unknown | undefined;
|
|
4722
5520
|
readonly Message: string;
|
|
4723
5521
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -4750,6 +5548,8 @@ export type ArgumentOutOfRangeException = ArgumentOutOfRangeException$instance &
|
|
|
4750
5548
|
|
|
4751
5549
|
|
|
4752
5550
|
export interface ArithmeticException$instance extends SystemException$instance {
|
|
5551
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
5552
|
+
|
|
4753
5553
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
4754
5554
|
}
|
|
4755
5555
|
|
|
@@ -4769,6 +5569,13 @@ export type ArithmeticException = ArithmeticException$instance & __ArithmeticExc
|
|
|
4769
5569
|
|
|
4770
5570
|
|
|
4771
5571
|
export interface Array$instance {
|
|
5572
|
+
readonly __tsonic_iface_System_Collections_ICollection: never;
|
|
5573
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
5574
|
+
readonly __tsonic_iface_System_Collections_IList: never;
|
|
5575
|
+
readonly __tsonic_iface_System_Collections_IStructuralComparable: never;
|
|
5576
|
+
readonly __tsonic_iface_System_Collections_IStructuralEquatable: never;
|
|
5577
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
5578
|
+
|
|
4772
5579
|
readonly IsFixedSize: boolean;
|
|
4773
5580
|
readonly IsReadOnly: boolean;
|
|
4774
5581
|
readonly IsSynchronized: boolean;
|
|
@@ -4893,12 +5700,14 @@ export interface __Array$views {
|
|
|
4893
5700
|
As_ICloneable(): ICloneable$instance;
|
|
4894
5701
|
}
|
|
4895
5702
|
|
|
4896
|
-
export interface Array$instance extends
|
|
5703
|
+
export interface Array$instance extends ICloneable$instance {}
|
|
4897
5704
|
|
|
4898
5705
|
export type Array = Array$instance & __Array$views;
|
|
4899
5706
|
|
|
4900
5707
|
|
|
4901
5708
|
export interface ArrayTypeMismatchException$instance extends SystemException$instance {
|
|
5709
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
5710
|
+
|
|
4902
5711
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
4903
5712
|
}
|
|
4904
5713
|
|
|
@@ -4991,6 +5800,8 @@ export const AttributeUsageAttribute: {
|
|
|
4991
5800
|
export type AttributeUsageAttribute = AttributeUsageAttribute$instance;
|
|
4992
5801
|
|
|
4993
5802
|
export interface BadImageFormatException$instance extends SystemException$instance {
|
|
5803
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
5804
|
+
|
|
4994
5805
|
readonly FileName: string | undefined;
|
|
4995
5806
|
readonly FusionLog: string | undefined;
|
|
4996
5807
|
readonly Message: string;
|
|
@@ -5016,6 +5827,8 @@ export type BadImageFormatException = BadImageFormatException$instance & __BadIm
|
|
|
5016
5827
|
|
|
5017
5828
|
|
|
5018
5829
|
export interface CannotUnloadAppDomainException$instance extends SystemException$instance {
|
|
5830
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
5831
|
+
|
|
5019
5832
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
5020
5833
|
}
|
|
5021
5834
|
|
|
@@ -5035,6 +5848,11 @@ export type CannotUnloadAppDomainException = CannotUnloadAppDomainException$inst
|
|
|
5035
5848
|
|
|
5036
5849
|
|
|
5037
5850
|
export interface CharEnumerator$instance extends IDisposable {
|
|
5851
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
|
|
5852
|
+
readonly __tsonic_iface_System_Collections_IEnumerator: never;
|
|
5853
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
5854
|
+
readonly __tsonic_iface_System_IDisposable: never;
|
|
5855
|
+
|
|
5038
5856
|
readonly Current: char;
|
|
5039
5857
|
Clone(): unknown;
|
|
5040
5858
|
Dispose(): void;
|
|
@@ -5093,6 +5911,8 @@ export const ContextBoundObject: (abstract new() => ContextBoundObject) & {
|
|
|
5093
5911
|
export type ContextBoundObject = ContextBoundObject$instance;
|
|
5094
5912
|
|
|
5095
5913
|
export interface ContextMarshalException$instance extends SystemException$instance {
|
|
5914
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
5915
|
+
|
|
5096
5916
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
5097
5917
|
}
|
|
5098
5918
|
|
|
@@ -5123,6 +5943,13 @@ export const ContextStaticAttribute: {
|
|
|
5123
5943
|
export type ContextStaticAttribute = ContextStaticAttribute$instance;
|
|
5124
5944
|
|
|
5125
5945
|
export interface CultureAwareComparer$instance extends StringComparer$instance {
|
|
5946
|
+
readonly __tsonic_iface_System_Collections_Generic_IAlternateEqualityComparer_2: never;
|
|
5947
|
+
readonly __tsonic_iface_System_Collections_Generic_IComparer_1: never;
|
|
5948
|
+
readonly __tsonic_iface_System_Collections_Generic_IEqualityComparer_1: never;
|
|
5949
|
+
readonly __tsonic_iface_System_Collections_IComparer: never;
|
|
5950
|
+
readonly __tsonic_iface_System_Collections_IEqualityComparer: never;
|
|
5951
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
5952
|
+
|
|
5126
5953
|
Compare(x: string, y: string): int;
|
|
5127
5954
|
Compare(x: unknown, y: unknown): int;
|
|
5128
5955
|
Compare(x: unknown, y: unknown): int;
|
|
@@ -5155,6 +5982,8 @@ export type CultureAwareComparer = CultureAwareComparer$instance & __CultureAwar
|
|
|
5155
5982
|
|
|
5156
5983
|
|
|
5157
5984
|
export interface DataMisalignedException$instance extends SystemException$instance {
|
|
5985
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
5986
|
+
|
|
5158
5987
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
5159
5988
|
}
|
|
5160
5989
|
|
|
@@ -5174,6 +6003,9 @@ export type DataMisalignedException = DataMisalignedException$instance & __DataM
|
|
|
5174
6003
|
|
|
5175
6004
|
|
|
5176
6005
|
export interface DBNull$instance {
|
|
6006
|
+
readonly __tsonic_iface_System_IConvertible: never;
|
|
6007
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
6008
|
+
|
|
5177
6009
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
5178
6010
|
GetTypeCode(): TypeCode;
|
|
5179
6011
|
ToString(): string;
|
|
@@ -5197,6 +6029,9 @@ export type DBNull = DBNull$instance & __DBNull$views;
|
|
|
5197
6029
|
|
|
5198
6030
|
|
|
5199
6031
|
export interface Delegate$instance {
|
|
6032
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
6033
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
6034
|
+
|
|
5200
6035
|
readonly HasSingleTarget: boolean;
|
|
5201
6036
|
readonly Method: MethodInfo;
|
|
5202
6037
|
readonly Target: unknown | undefined;
|
|
@@ -5244,6 +6079,8 @@ export type Delegate = Delegate$instance & __Delegate$views;
|
|
|
5244
6079
|
|
|
5245
6080
|
|
|
5246
6081
|
export interface DivideByZeroException$instance extends ArithmeticException$instance {
|
|
6082
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
6083
|
+
|
|
5247
6084
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
5248
6085
|
}
|
|
5249
6086
|
|
|
@@ -5263,6 +6100,8 @@ export type DivideByZeroException = DivideByZeroException$instance & __DivideByZ
|
|
|
5263
6100
|
|
|
5264
6101
|
|
|
5265
6102
|
export interface DllNotFoundException$instance extends TypeLoadException$instance {
|
|
6103
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
6104
|
+
|
|
5266
6105
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
5267
6106
|
}
|
|
5268
6107
|
|
|
@@ -5282,6 +6121,8 @@ export type DllNotFoundException = DllNotFoundException$instance & __DllNotFound
|
|
|
5282
6121
|
|
|
5283
6122
|
|
|
5284
6123
|
export interface DuplicateWaitObjectException$instance extends ArgumentException$instance {
|
|
6124
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
6125
|
+
|
|
5285
6126
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
5286
6127
|
}
|
|
5287
6128
|
|
|
@@ -5302,6 +6143,8 @@ export type DuplicateWaitObjectException = DuplicateWaitObjectException$instance
|
|
|
5302
6143
|
|
|
5303
6144
|
|
|
5304
6145
|
export interface EntryPointNotFoundException$instance extends TypeLoadException$instance {
|
|
6146
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
6147
|
+
|
|
5305
6148
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
5306
6149
|
}
|
|
5307
6150
|
|
|
@@ -5321,6 +6164,11 @@ export type EntryPointNotFoundException = EntryPointNotFoundException$instance &
|
|
|
5321
6164
|
|
|
5322
6165
|
|
|
5323
6166
|
export interface Enum$instance {
|
|
6167
|
+
readonly __tsonic_iface_System_IComparable: never;
|
|
6168
|
+
readonly __tsonic_iface_System_IConvertible: never;
|
|
6169
|
+
readonly __tsonic_iface_System_IFormattable: never;
|
|
6170
|
+
readonly __tsonic_iface_System_ISpanFormattable: never;
|
|
6171
|
+
|
|
5324
6172
|
CompareTo(target: unknown): int;
|
|
5325
6173
|
Equals(obj: unknown): boolean;
|
|
5326
6174
|
GetHashCode(): int;
|
|
@@ -5403,6 +6251,8 @@ export const EventArgs: {
|
|
|
5403
6251
|
export type EventArgs = EventArgs$instance;
|
|
5404
6252
|
|
|
5405
6253
|
export interface Exception$instance {
|
|
6254
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
6255
|
+
|
|
5406
6256
|
readonly Data: IDictionary;
|
|
5407
6257
|
get HelpLink(): string | undefined;
|
|
5408
6258
|
set HelpLink(value: string | undefined);
|
|
@@ -5437,6 +6287,8 @@ export type Exception = Exception$instance & __Exception$views;
|
|
|
5437
6287
|
|
|
5438
6288
|
|
|
5439
6289
|
export interface ExecutionEngineException$instance extends SystemException$instance {
|
|
6290
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
6291
|
+
|
|
5440
6292
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
5441
6293
|
}
|
|
5442
6294
|
|
|
@@ -5456,6 +6308,8 @@ export type ExecutionEngineException = ExecutionEngineException$instance & __Exe
|
|
|
5456
6308
|
|
|
5457
6309
|
|
|
5458
6310
|
export interface FieldAccessException$instance extends MemberAccessException$instance {
|
|
6311
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
6312
|
+
|
|
5459
6313
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
5460
6314
|
}
|
|
5461
6315
|
|
|
@@ -5497,6 +6351,8 @@ export const FlagsAttribute: {
|
|
|
5497
6351
|
export type FlagsAttribute = FlagsAttribute$instance;
|
|
5498
6352
|
|
|
5499
6353
|
export interface FormatException$instance extends SystemException$instance {
|
|
6354
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
6355
|
+
|
|
5500
6356
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
5501
6357
|
}
|
|
5502
6358
|
|
|
@@ -5516,6 +6372,8 @@ export type FormatException = FormatException$instance & __FormatException$views
|
|
|
5516
6372
|
|
|
5517
6373
|
|
|
5518
6374
|
export interface FormattableString$instance {
|
|
6375
|
+
readonly __tsonic_iface_System_IFormattable: never;
|
|
6376
|
+
|
|
5519
6377
|
readonly ArgumentCount: int;
|
|
5520
6378
|
readonly Format: string;
|
|
5521
6379
|
GetArgument(index: int): unknown | undefined;
|
|
@@ -5583,6 +6441,8 @@ export const HttpStyleUriParser: {
|
|
|
5583
6441
|
export type HttpStyleUriParser = HttpStyleUriParser$instance;
|
|
5584
6442
|
|
|
5585
6443
|
export interface IndexOutOfRangeException$instance extends SystemException$instance {
|
|
6444
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
6445
|
+
|
|
5586
6446
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
5587
6447
|
}
|
|
5588
6448
|
|
|
@@ -5602,6 +6462,8 @@ export type IndexOutOfRangeException = IndexOutOfRangeException$instance & __Ind
|
|
|
5602
6462
|
|
|
5603
6463
|
|
|
5604
6464
|
export interface InsufficientExecutionStackException$instance extends SystemException$instance {
|
|
6465
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
6466
|
+
|
|
5605
6467
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
5606
6468
|
}
|
|
5607
6469
|
|
|
@@ -5621,6 +6483,8 @@ export type InsufficientExecutionStackException = InsufficientExecutionStackExce
|
|
|
5621
6483
|
|
|
5622
6484
|
|
|
5623
6485
|
export interface InsufficientMemoryException$instance extends OutOfMemoryException$instance {
|
|
6486
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
6487
|
+
|
|
5624
6488
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
5625
6489
|
}
|
|
5626
6490
|
|
|
@@ -5640,6 +6504,8 @@ export type InsufficientMemoryException = InsufficientMemoryException$instance &
|
|
|
5640
6504
|
|
|
5641
6505
|
|
|
5642
6506
|
export interface InvalidCastException$instance extends SystemException$instance {
|
|
6507
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
6508
|
+
|
|
5643
6509
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
5644
6510
|
}
|
|
5645
6511
|
|
|
@@ -5660,6 +6526,8 @@ export type InvalidCastException = InvalidCastException$instance & __InvalidCast
|
|
|
5660
6526
|
|
|
5661
6527
|
|
|
5662
6528
|
export interface InvalidOperationException$instance extends SystemException$instance {
|
|
6529
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
6530
|
+
|
|
5663
6531
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
5664
6532
|
}
|
|
5665
6533
|
|
|
@@ -5679,6 +6547,8 @@ export type InvalidOperationException = InvalidOperationException$instance & __I
|
|
|
5679
6547
|
|
|
5680
6548
|
|
|
5681
6549
|
export interface InvalidProgramException$instance extends SystemException$instance {
|
|
6550
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
6551
|
+
|
|
5682
6552
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
5683
6553
|
}
|
|
5684
6554
|
|
|
@@ -5698,6 +6568,8 @@ export type InvalidProgramException = InvalidProgramException$instance & __Inval
|
|
|
5698
6568
|
|
|
5699
6569
|
|
|
5700
6570
|
export interface InvalidTimeZoneException$instance extends Exception$instance {
|
|
6571
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
6572
|
+
|
|
5701
6573
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
5702
6574
|
}
|
|
5703
6575
|
|
|
@@ -5801,6 +6673,8 @@ export const MarshalByRefObject: (abstract new() => MarshalByRefObject) & {
|
|
|
5801
6673
|
export type MarshalByRefObject = MarshalByRefObject$instance;
|
|
5802
6674
|
|
|
5803
6675
|
export interface MemberAccessException$instance extends SystemException$instance {
|
|
6676
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
6677
|
+
|
|
5804
6678
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
5805
6679
|
}
|
|
5806
6680
|
|
|
@@ -5820,6 +6694,8 @@ export type MemberAccessException = MemberAccessException$instance & __MemberAcc
|
|
|
5820
6694
|
|
|
5821
6695
|
|
|
5822
6696
|
export interface MethodAccessException$instance extends MemberAccessException$instance {
|
|
6697
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
6698
|
+
|
|
5823
6699
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
5824
6700
|
}
|
|
5825
6701
|
|
|
@@ -5839,6 +6715,8 @@ export type MethodAccessException = MethodAccessException$instance & __MethodAcc
|
|
|
5839
6715
|
|
|
5840
6716
|
|
|
5841
6717
|
export interface MissingFieldException$instance extends MissingMemberException$instance {
|
|
6718
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
6719
|
+
|
|
5842
6720
|
readonly Message: string;
|
|
5843
6721
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
5844
6722
|
}
|
|
@@ -5860,6 +6738,8 @@ export type MissingFieldException = MissingFieldException$instance & __MissingFi
|
|
|
5860
6738
|
|
|
5861
6739
|
|
|
5862
6740
|
export interface MissingMemberException$instance extends MemberAccessException$instance {
|
|
6741
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
6742
|
+
|
|
5863
6743
|
readonly Message: string;
|
|
5864
6744
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
5865
6745
|
}
|
|
@@ -5881,6 +6761,8 @@ export type MissingMemberException = MissingMemberException$instance & __Missing
|
|
|
5881
6761
|
|
|
5882
6762
|
|
|
5883
6763
|
export interface MissingMethodException$instance extends MissingMemberException$instance {
|
|
6764
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
6765
|
+
|
|
5884
6766
|
readonly Message: string;
|
|
5885
6767
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
5886
6768
|
}
|
|
@@ -5913,6 +6795,9 @@ export const MTAThreadAttribute: {
|
|
|
5913
6795
|
export type MTAThreadAttribute = MTAThreadAttribute$instance;
|
|
5914
6796
|
|
|
5915
6797
|
export interface MulticastDelegate$instance extends Function {
|
|
6798
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
6799
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
6800
|
+
|
|
5916
6801
|
Clone(): unknown;
|
|
5917
6802
|
CombineImpl(follow: Function): Function;
|
|
5918
6803
|
Equals(obj: unknown): boolean;
|
|
@@ -5937,6 +6822,8 @@ export type MulticastDelegate = MulticastDelegate$instance & __MulticastDelegate
|
|
|
5937
6822
|
|
|
5938
6823
|
|
|
5939
6824
|
export interface MulticastNotSupportedException$instance extends SystemException$instance {
|
|
6825
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
6826
|
+
|
|
5940
6827
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
5941
6828
|
}
|
|
5942
6829
|
|
|
@@ -6000,6 +6887,8 @@ export const NonSerializedAttribute: {
|
|
|
6000
6887
|
export type NonSerializedAttribute = NonSerializedAttribute$instance;
|
|
6001
6888
|
|
|
6002
6889
|
export interface NotFiniteNumberException$instance extends ArithmeticException$instance {
|
|
6890
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
6891
|
+
|
|
6003
6892
|
readonly OffendingNumber: double;
|
|
6004
6893
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
6005
6894
|
}
|
|
@@ -6023,6 +6912,8 @@ export type NotFiniteNumberException = NotFiniteNumberException$instance & __Not
|
|
|
6023
6912
|
|
|
6024
6913
|
|
|
6025
6914
|
export interface NotImplementedException$instance extends SystemException$instance {
|
|
6915
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
6916
|
+
|
|
6026
6917
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
6027
6918
|
}
|
|
6028
6919
|
|
|
@@ -6042,6 +6933,8 @@ export type NotImplementedException = NotImplementedException$instance & __NotIm
|
|
|
6042
6933
|
|
|
6043
6934
|
|
|
6044
6935
|
export interface NotSupportedException$instance extends SystemException$instance {
|
|
6936
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
6937
|
+
|
|
6045
6938
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
6046
6939
|
}
|
|
6047
6940
|
|
|
@@ -6061,6 +6954,8 @@ export type NotSupportedException = NotSupportedException$instance & __NotSuppor
|
|
|
6061
6954
|
|
|
6062
6955
|
|
|
6063
6956
|
export interface NullReferenceException$instance extends SystemException$instance {
|
|
6957
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
6958
|
+
|
|
6064
6959
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
6065
6960
|
}
|
|
6066
6961
|
|
|
@@ -6098,6 +6993,8 @@ export const Object: {
|
|
|
6098
6993
|
export type Object = Object$instance;
|
|
6099
6994
|
|
|
6100
6995
|
export interface ObjectDisposedException$instance extends InvalidOperationException$instance {
|
|
6996
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
6997
|
+
|
|
6101
6998
|
readonly Message: string;
|
|
6102
6999
|
readonly ObjectName: string;
|
|
6103
7000
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -6140,6 +7037,9 @@ export const ObsoleteAttribute: {
|
|
|
6140
7037
|
export type ObsoleteAttribute = ObsoleteAttribute$instance;
|
|
6141
7038
|
|
|
6142
7039
|
export interface OperatingSystem$instance {
|
|
7040
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
7041
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
7042
|
+
|
|
6143
7043
|
readonly Platform: PlatformID;
|
|
6144
7044
|
readonly ServicePack: string;
|
|
6145
7045
|
readonly Version: Version;
|
|
@@ -6187,6 +7087,8 @@ export type OperatingSystem = OperatingSystem$instance & __OperatingSystem$views
|
|
|
6187
7087
|
|
|
6188
7088
|
|
|
6189
7089
|
export interface OperationCanceledException$instance extends SystemException$instance {
|
|
7090
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
7091
|
+
|
|
6190
7092
|
CancellationToken: CancellationToken;
|
|
6191
7093
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
6192
7094
|
}
|
|
@@ -6210,6 +7112,12 @@ export type OperationCanceledException = OperationCanceledException$instance & _
|
|
|
6210
7112
|
|
|
6211
7113
|
|
|
6212
7114
|
export interface OrdinalComparer$instance extends StringComparer$instance {
|
|
7115
|
+
readonly __tsonic_iface_System_Collections_Generic_IAlternateEqualityComparer_2: never;
|
|
7116
|
+
readonly __tsonic_iface_System_Collections_Generic_IComparer_1: never;
|
|
7117
|
+
readonly __tsonic_iface_System_Collections_Generic_IEqualityComparer_1: never;
|
|
7118
|
+
readonly __tsonic_iface_System_Collections_IComparer: never;
|
|
7119
|
+
readonly __tsonic_iface_System_Collections_IEqualityComparer: never;
|
|
7120
|
+
|
|
6213
7121
|
Compare(x: string, y: string): int;
|
|
6214
7122
|
Compare(x: unknown, y: unknown): int;
|
|
6215
7123
|
Compare(x: unknown, y: unknown): int;
|
|
@@ -6238,6 +7146,8 @@ export type OrdinalComparer = OrdinalComparer$instance & __OrdinalComparer$views
|
|
|
6238
7146
|
|
|
6239
7147
|
|
|
6240
7148
|
export interface OutOfMemoryException$instance extends SystemException$instance {
|
|
7149
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
7150
|
+
|
|
6241
7151
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
6242
7152
|
}
|
|
6243
7153
|
|
|
@@ -6257,6 +7167,8 @@ export type OutOfMemoryException = OutOfMemoryException$instance & __OutOfMemory
|
|
|
6257
7167
|
|
|
6258
7168
|
|
|
6259
7169
|
export interface OverflowException$instance extends ArithmeticException$instance {
|
|
7170
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
7171
|
+
|
|
6260
7172
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
6261
7173
|
}
|
|
6262
7174
|
|
|
@@ -6287,6 +7199,8 @@ export const ParamArrayAttribute: {
|
|
|
6287
7199
|
export type ParamArrayAttribute = ParamArrayAttribute$instance;
|
|
6288
7200
|
|
|
6289
7201
|
export interface PlatformNotSupportedException$instance extends NotSupportedException$instance {
|
|
7202
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
7203
|
+
|
|
6290
7204
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
6291
7205
|
}
|
|
6292
7206
|
|
|
@@ -6306,6 +7220,8 @@ export type PlatformNotSupportedException = PlatformNotSupportedException$instan
|
|
|
6306
7220
|
|
|
6307
7221
|
|
|
6308
7222
|
export interface Progress_1$instance<T> {
|
|
7223
|
+
readonly __tsonic_iface_System_IProgress_1: never;
|
|
7224
|
+
|
|
6309
7225
|
OnReport(value: T): void;
|
|
6310
7226
|
}
|
|
6311
7227
|
|
|
@@ -6358,6 +7274,8 @@ export const Random: {
|
|
|
6358
7274
|
export type Random = Random$instance;
|
|
6359
7275
|
|
|
6360
7276
|
export interface RankException$instance extends SystemException$instance {
|
|
7277
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
7278
|
+
|
|
6361
7279
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
6362
7280
|
}
|
|
6363
7281
|
|
|
@@ -6402,6 +7320,8 @@ export const SerializableAttribute: {
|
|
|
6402
7320
|
export type SerializableAttribute = SerializableAttribute$instance;
|
|
6403
7321
|
|
|
6404
7322
|
export interface StackOverflowException$instance extends SystemException$instance {
|
|
7323
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
7324
|
+
|
|
6405
7325
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
6406
7326
|
}
|
|
6407
7327
|
|
|
@@ -6432,7 +7352,17 @@ export const STAThreadAttribute: {
|
|
|
6432
7352
|
export type STAThreadAttribute = STAThreadAttribute$instance;
|
|
6433
7353
|
|
|
6434
7354
|
export interface String$instance {
|
|
6435
|
-
readonly
|
|
7355
|
+
readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
|
|
7356
|
+
readonly __tsonic_iface_System_Collections_IEnumerable: never;
|
|
7357
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
7358
|
+
readonly __tsonic_iface_System_IComparable: never;
|
|
7359
|
+
readonly __tsonic_iface_System_IComparable_1: never;
|
|
7360
|
+
readonly __tsonic_iface_System_IConvertible: never;
|
|
7361
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
7362
|
+
readonly __tsonic_iface_System_IParsable_1: never;
|
|
7363
|
+
readonly __tsonic_iface_System_ISpanParsable_1: never;
|
|
7364
|
+
|
|
7365
|
+
readonly [index: number]: char;
|
|
6436
7366
|
readonly Length: int;
|
|
6437
7367
|
Clone(): unknown;
|
|
6438
7368
|
CompareTo(value: unknown): int;
|
|
@@ -6638,12 +7568,17 @@ export interface __String$views {
|
|
|
6638
7568
|
CompareTo(obj: unknown): int;
|
|
6639
7569
|
}
|
|
6640
7570
|
|
|
6641
|
-
export interface String$instance extends ICloneable$instance,
|
|
7571
|
+
export interface String$instance extends ICloneable$instance, ISpanParsable_1$instance<String> {}
|
|
6642
7572
|
|
|
6643
7573
|
export type String = string & String$instance & __String$views;
|
|
6644
7574
|
|
|
6645
7575
|
|
|
6646
7576
|
export interface StringComparer$instance {
|
|
7577
|
+
readonly __tsonic_iface_System_Collections_Generic_IComparer_1: never;
|
|
7578
|
+
readonly __tsonic_iface_System_Collections_Generic_IEqualityComparer_1: never;
|
|
7579
|
+
readonly __tsonic_iface_System_Collections_IComparer: never;
|
|
7580
|
+
readonly __tsonic_iface_System_Collections_IEqualityComparer: never;
|
|
7581
|
+
|
|
6647
7582
|
Compare(x: unknown, y: unknown): int;
|
|
6648
7583
|
Compare(x: string, y: string): int;
|
|
6649
7584
|
Equals(x: unknown, y: unknown): boolean;
|
|
@@ -6675,12 +7610,12 @@ export interface __StringComparer$views {
|
|
|
6675
7610
|
As_IEqualityComparer(): System_Collections_Internal.IEqualityComparer$instance;
|
|
6676
7611
|
}
|
|
6677
7612
|
|
|
6678
|
-
export interface StringComparer$instance extends System_Collections_Internal.IComparer$instance {}
|
|
6679
|
-
|
|
6680
7613
|
export type StringComparer = StringComparer$instance & __StringComparer$views;
|
|
6681
7614
|
|
|
6682
7615
|
|
|
6683
7616
|
export interface SystemException$instance extends Exception$instance {
|
|
7617
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
7618
|
+
|
|
6684
7619
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
6685
7620
|
}
|
|
6686
7621
|
|
|
@@ -6711,6 +7646,8 @@ export const ThreadStaticAttribute: {
|
|
|
6711
7646
|
export type ThreadStaticAttribute = ThreadStaticAttribute$instance;
|
|
6712
7647
|
|
|
6713
7648
|
export interface TimeoutException$instance extends SystemException$instance {
|
|
7649
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
7650
|
+
|
|
6714
7651
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
6715
7652
|
}
|
|
6716
7653
|
|
|
@@ -6768,6 +7705,10 @@ export const TimeZone: (abstract new() => TimeZone) & {
|
|
|
6768
7705
|
export type TimeZone = TimeZone$instance;
|
|
6769
7706
|
|
|
6770
7707
|
export interface TimeZoneInfo$instance {
|
|
7708
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
7709
|
+
readonly __tsonic_iface_System_Runtime_Serialization_IDeserializationCallback: never;
|
|
7710
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
7711
|
+
|
|
6771
7712
|
readonly BaseUtcOffset: TimeSpan;
|
|
6772
7713
|
readonly DaylightName: string;
|
|
6773
7714
|
readonly DisplayName: string;
|
|
@@ -6836,6 +7777,10 @@ export type TimeZoneInfo = TimeZoneInfo$instance & __TimeZoneInfo$views;
|
|
|
6836
7777
|
|
|
6837
7778
|
|
|
6838
7779
|
export interface TimeZoneInfo_AdjustmentRule$instance {
|
|
7780
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
7781
|
+
readonly __tsonic_iface_System_Runtime_Serialization_IDeserializationCallback: never;
|
|
7782
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
7783
|
+
|
|
6839
7784
|
readonly BaseUtcOffsetDelta: TimeSpan;
|
|
6840
7785
|
readonly DateEnd: DateTime;
|
|
6841
7786
|
readonly DateStart: DateTime;
|
|
@@ -6869,6 +7814,8 @@ export type TimeZoneInfo_AdjustmentRule = TimeZoneInfo_AdjustmentRule$instance &
|
|
|
6869
7814
|
|
|
6870
7815
|
|
|
6871
7816
|
export interface TimeZoneNotFoundException$instance extends Exception$instance {
|
|
7817
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
7818
|
+
|
|
6872
7819
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
6873
7820
|
}
|
|
6874
7821
|
|
|
@@ -6888,6 +7835,11 @@ export type TimeZoneNotFoundException = TimeZoneNotFoundException$instance & __T
|
|
|
6888
7835
|
|
|
6889
7836
|
|
|
6890
7837
|
export interface Tuple_1$instance<T1> {
|
|
7838
|
+
readonly __tsonic_iface_System_Collections_IStructuralComparable: never;
|
|
7839
|
+
readonly __tsonic_iface_System_Collections_IStructuralEquatable: never;
|
|
7840
|
+
readonly __tsonic_iface_System_IComparable: never;
|
|
7841
|
+
readonly __tsonic_iface_System_Runtime_CompilerServices_ITuple: never;
|
|
7842
|
+
|
|
6891
7843
|
readonly Item1: T1;
|
|
6892
7844
|
Equals(obj: unknown): boolean;
|
|
6893
7845
|
GetHashCode(): int;
|
|
@@ -6910,12 +7862,17 @@ export interface __Tuple_1$views<T1> {
|
|
|
6910
7862
|
CompareTo(obj: unknown): int;
|
|
6911
7863
|
}
|
|
6912
7864
|
|
|
6913
|
-
export interface Tuple_1$instance<T1> extends
|
|
7865
|
+
export interface Tuple_1$instance<T1> extends IComparable$instance, System_Runtime_CompilerServices_Internal.ITuple$instance {}
|
|
6914
7866
|
|
|
6915
7867
|
export type Tuple_1<T1> = Tuple_1$instance<T1> & __Tuple_1$views<T1>;
|
|
6916
7868
|
|
|
6917
7869
|
|
|
6918
7870
|
export interface Tuple_2$instance<T1, T2> {
|
|
7871
|
+
readonly __tsonic_iface_System_Collections_IStructuralComparable: never;
|
|
7872
|
+
readonly __tsonic_iface_System_Collections_IStructuralEquatable: never;
|
|
7873
|
+
readonly __tsonic_iface_System_IComparable: never;
|
|
7874
|
+
readonly __tsonic_iface_System_Runtime_CompilerServices_ITuple: never;
|
|
7875
|
+
|
|
6919
7876
|
readonly Item1: T1;
|
|
6920
7877
|
readonly Item2: T2;
|
|
6921
7878
|
Equals(obj: unknown): boolean;
|
|
@@ -6939,12 +7896,17 @@ export interface __Tuple_2$views<T1, T2> {
|
|
|
6939
7896
|
CompareTo(obj: unknown): int;
|
|
6940
7897
|
}
|
|
6941
7898
|
|
|
6942
|
-
export interface Tuple_2$instance<T1, T2> extends
|
|
7899
|
+
export interface Tuple_2$instance<T1, T2> extends IComparable$instance, System_Runtime_CompilerServices_Internal.ITuple$instance {}
|
|
6943
7900
|
|
|
6944
7901
|
export type Tuple_2<T1, T2> = Tuple_2$instance<T1, T2> & __Tuple_2$views<T1, T2>;
|
|
6945
7902
|
|
|
6946
7903
|
|
|
6947
7904
|
export interface Tuple_3$instance<T1, T2, T3> {
|
|
7905
|
+
readonly __tsonic_iface_System_Collections_IStructuralComparable: never;
|
|
7906
|
+
readonly __tsonic_iface_System_Collections_IStructuralEquatable: never;
|
|
7907
|
+
readonly __tsonic_iface_System_IComparable: never;
|
|
7908
|
+
readonly __tsonic_iface_System_Runtime_CompilerServices_ITuple: never;
|
|
7909
|
+
|
|
6948
7910
|
readonly Item1: T1;
|
|
6949
7911
|
readonly Item2: T2;
|
|
6950
7912
|
readonly Item3: T3;
|
|
@@ -6969,12 +7931,17 @@ export interface __Tuple_3$views<T1, T2, T3> {
|
|
|
6969
7931
|
CompareTo(obj: unknown): int;
|
|
6970
7932
|
}
|
|
6971
7933
|
|
|
6972
|
-
export interface Tuple_3$instance<T1, T2, T3> extends
|
|
7934
|
+
export interface Tuple_3$instance<T1, T2, T3> extends IComparable$instance, System_Runtime_CompilerServices_Internal.ITuple$instance {}
|
|
6973
7935
|
|
|
6974
7936
|
export type Tuple_3<T1, T2, T3> = Tuple_3$instance<T1, T2, T3> & __Tuple_3$views<T1, T2, T3>;
|
|
6975
7937
|
|
|
6976
7938
|
|
|
6977
7939
|
export interface Tuple_4$instance<T1, T2, T3, T4> {
|
|
7940
|
+
readonly __tsonic_iface_System_Collections_IStructuralComparable: never;
|
|
7941
|
+
readonly __tsonic_iface_System_Collections_IStructuralEquatable: never;
|
|
7942
|
+
readonly __tsonic_iface_System_IComparable: never;
|
|
7943
|
+
readonly __tsonic_iface_System_Runtime_CompilerServices_ITuple: never;
|
|
7944
|
+
|
|
6978
7945
|
readonly Item1: T1;
|
|
6979
7946
|
readonly Item2: T2;
|
|
6980
7947
|
readonly Item3: T3;
|
|
@@ -7000,12 +7967,17 @@ export interface __Tuple_4$views<T1, T2, T3, T4> {
|
|
|
7000
7967
|
CompareTo(obj: unknown): int;
|
|
7001
7968
|
}
|
|
7002
7969
|
|
|
7003
|
-
export interface Tuple_4$instance<T1, T2, T3, T4> extends
|
|
7970
|
+
export interface Tuple_4$instance<T1, T2, T3, T4> extends IComparable$instance, System_Runtime_CompilerServices_Internal.ITuple$instance {}
|
|
7004
7971
|
|
|
7005
7972
|
export type Tuple_4<T1, T2, T3, T4> = Tuple_4$instance<T1, T2, T3, T4> & __Tuple_4$views<T1, T2, T3, T4>;
|
|
7006
7973
|
|
|
7007
7974
|
|
|
7008
7975
|
export interface Tuple_5$instance<T1, T2, T3, T4, T5> {
|
|
7976
|
+
readonly __tsonic_iface_System_Collections_IStructuralComparable: never;
|
|
7977
|
+
readonly __tsonic_iface_System_Collections_IStructuralEquatable: never;
|
|
7978
|
+
readonly __tsonic_iface_System_IComparable: never;
|
|
7979
|
+
readonly __tsonic_iface_System_Runtime_CompilerServices_ITuple: never;
|
|
7980
|
+
|
|
7009
7981
|
readonly Item1: T1;
|
|
7010
7982
|
readonly Item2: T2;
|
|
7011
7983
|
readonly Item3: T3;
|
|
@@ -7032,12 +8004,17 @@ export interface __Tuple_5$views<T1, T2, T3, T4, T5> {
|
|
|
7032
8004
|
CompareTo(obj: unknown): int;
|
|
7033
8005
|
}
|
|
7034
8006
|
|
|
7035
|
-
export interface Tuple_5$instance<T1, T2, T3, T4, T5> extends
|
|
8007
|
+
export interface Tuple_5$instance<T1, T2, T3, T4, T5> extends IComparable$instance, System_Runtime_CompilerServices_Internal.ITuple$instance {}
|
|
7036
8008
|
|
|
7037
8009
|
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>;
|
|
7038
8010
|
|
|
7039
8011
|
|
|
7040
8012
|
export interface Tuple_6$instance<T1, T2, T3, T4, T5, T6> {
|
|
8013
|
+
readonly __tsonic_iface_System_Collections_IStructuralComparable: never;
|
|
8014
|
+
readonly __tsonic_iface_System_Collections_IStructuralEquatable: never;
|
|
8015
|
+
readonly __tsonic_iface_System_IComparable: never;
|
|
8016
|
+
readonly __tsonic_iface_System_Runtime_CompilerServices_ITuple: never;
|
|
8017
|
+
|
|
7041
8018
|
readonly Item1: T1;
|
|
7042
8019
|
readonly Item2: T2;
|
|
7043
8020
|
readonly Item3: T3;
|
|
@@ -7065,12 +8042,17 @@ export interface __Tuple_6$views<T1, T2, T3, T4, T5, T6> {
|
|
|
7065
8042
|
CompareTo(obj: unknown): int;
|
|
7066
8043
|
}
|
|
7067
8044
|
|
|
7068
|
-
export interface Tuple_6$instance<T1, T2, T3, T4, T5, T6> extends
|
|
8045
|
+
export interface Tuple_6$instance<T1, T2, T3, T4, T5, T6> extends IComparable$instance, System_Runtime_CompilerServices_Internal.ITuple$instance {}
|
|
7069
8046
|
|
|
7070
8047
|
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>;
|
|
7071
8048
|
|
|
7072
8049
|
|
|
7073
8050
|
export interface Tuple_7$instance<T1, T2, T3, T4, T5, T6, T7> {
|
|
8051
|
+
readonly __tsonic_iface_System_Collections_IStructuralComparable: never;
|
|
8052
|
+
readonly __tsonic_iface_System_Collections_IStructuralEquatable: never;
|
|
8053
|
+
readonly __tsonic_iface_System_IComparable: never;
|
|
8054
|
+
readonly __tsonic_iface_System_Runtime_CompilerServices_ITuple: never;
|
|
8055
|
+
|
|
7074
8056
|
readonly Item1: T1;
|
|
7075
8057
|
readonly Item2: T2;
|
|
7076
8058
|
readonly Item3: T3;
|
|
@@ -7099,12 +8081,17 @@ export interface __Tuple_7$views<T1, T2, T3, T4, T5, T6, T7> {
|
|
|
7099
8081
|
CompareTo(obj: unknown): int;
|
|
7100
8082
|
}
|
|
7101
8083
|
|
|
7102
|
-
export interface Tuple_7$instance<T1, T2, T3, T4, T5, T6, T7> extends
|
|
8084
|
+
export interface Tuple_7$instance<T1, T2, T3, T4, T5, T6, T7> extends IComparable$instance, System_Runtime_CompilerServices_Internal.ITuple$instance {}
|
|
7103
8085
|
|
|
7104
8086
|
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>;
|
|
7105
8087
|
|
|
7106
8088
|
|
|
7107
8089
|
export interface Tuple_8$instance<T1, T2, T3, T4, T5, T6, T7, TRest> {
|
|
8090
|
+
readonly __tsonic_iface_System_Collections_IStructuralComparable: never;
|
|
8091
|
+
readonly __tsonic_iface_System_Collections_IStructuralEquatable: never;
|
|
8092
|
+
readonly __tsonic_iface_System_IComparable: never;
|
|
8093
|
+
readonly __tsonic_iface_System_Runtime_CompilerServices_ITuple: never;
|
|
8094
|
+
|
|
7108
8095
|
readonly Item1: T1;
|
|
7109
8096
|
readonly Item2: T2;
|
|
7110
8097
|
readonly Item3: T3;
|
|
@@ -7134,12 +8121,15 @@ export interface __Tuple_8$views<T1, T2, T3, T4, T5, T6, T7, TRest> {
|
|
|
7134
8121
|
CompareTo(obj: unknown): int;
|
|
7135
8122
|
}
|
|
7136
8123
|
|
|
7137
|
-
export interface Tuple_8$instance<T1, T2, T3, T4, T5, T6, T7, TRest> extends
|
|
8124
|
+
export interface Tuple_8$instance<T1, T2, T3, T4, T5, T6, T7, TRest> extends IComparable$instance, System_Runtime_CompilerServices_Internal.ITuple$instance {}
|
|
7138
8125
|
|
|
7139
8126
|
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>;
|
|
7140
8127
|
|
|
7141
8128
|
|
|
7142
8129
|
export interface Type$instance extends MemberInfo {
|
|
8130
|
+
readonly __tsonic_iface_System_Reflection_ICustomAttributeProvider: never;
|
|
8131
|
+
readonly __tsonic_iface_System_Reflection_IReflect: never;
|
|
8132
|
+
|
|
7143
8133
|
readonly Assembly: Assembly;
|
|
7144
8134
|
readonly AssemblyQualifiedName: string | undefined;
|
|
7145
8135
|
readonly Attributes: TypeAttributes;
|
|
@@ -7359,6 +8349,8 @@ export type Type = Type$instance & __Type$views;
|
|
|
7359
8349
|
|
|
7360
8350
|
|
|
7361
8351
|
export interface TypeAccessException$instance extends TypeLoadException$instance {
|
|
8352
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
8353
|
+
|
|
7362
8354
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
7363
8355
|
}
|
|
7364
8356
|
|
|
@@ -7378,6 +8370,8 @@ export type TypeAccessException = TypeAccessException$instance & __TypeAccessExc
|
|
|
7378
8370
|
|
|
7379
8371
|
|
|
7380
8372
|
export interface TypeInitializationException$instance extends SystemException$instance {
|
|
8373
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
8374
|
+
|
|
7381
8375
|
readonly TypeName: string;
|
|
7382
8376
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
7383
8377
|
}
|
|
@@ -7396,6 +8390,8 @@ export type TypeInitializationException = TypeInitializationException$instance &
|
|
|
7396
8390
|
|
|
7397
8391
|
|
|
7398
8392
|
export interface TypeLoadException$instance extends SystemException$instance {
|
|
8393
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
8394
|
+
|
|
7399
8395
|
readonly Message: string;
|
|
7400
8396
|
readonly TypeName: string;
|
|
7401
8397
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -7417,6 +8413,8 @@ export type TypeLoadException = TypeLoadException$instance & __TypeLoadException
|
|
|
7417
8413
|
|
|
7418
8414
|
|
|
7419
8415
|
export interface TypeUnloadedException$instance extends SystemException$instance {
|
|
8416
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
8417
|
+
|
|
7420
8418
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
7421
8419
|
}
|
|
7422
8420
|
|
|
@@ -7436,6 +8434,8 @@ export type TypeUnloadedException = TypeUnloadedException$instance & __TypeUnloa
|
|
|
7436
8434
|
|
|
7437
8435
|
|
|
7438
8436
|
export interface UnauthorizedAccessException$instance extends SystemException$instance {
|
|
8437
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
8438
|
+
|
|
7439
8439
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
7440
8440
|
}
|
|
7441
8441
|
|
|
@@ -7468,6 +8468,9 @@ export const UnhandledExceptionEventArgs: {
|
|
|
7468
8468
|
export type UnhandledExceptionEventArgs = UnhandledExceptionEventArgs$instance;
|
|
7469
8469
|
|
|
7470
8470
|
export interface UnitySerializationHolder$instance {
|
|
8471
|
+
readonly __tsonic_iface_System_Runtime_Serialization_IObjectReference: never;
|
|
8472
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
8473
|
+
|
|
7471
8474
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
7472
8475
|
GetRealObject(context: StreamingContext): unknown;
|
|
7473
8476
|
}
|
|
@@ -7489,6 +8492,11 @@ export type UnitySerializationHolder = UnitySerializationHolder$instance & __Uni
|
|
|
7489
8492
|
|
|
7490
8493
|
|
|
7491
8494
|
export interface Uri$instance {
|
|
8495
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
8496
|
+
readonly __tsonic_iface_System_IFormattable: never;
|
|
8497
|
+
readonly __tsonic_iface_System_ISpanFormattable: never;
|
|
8498
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
8499
|
+
|
|
7492
8500
|
readonly AbsolutePath: string;
|
|
7493
8501
|
readonly AbsoluteUri: string;
|
|
7494
8502
|
readonly Authority: string;
|
|
@@ -7627,6 +8635,8 @@ export const UriBuilder: {
|
|
|
7627
8635
|
export type UriBuilder = UriBuilder$instance;
|
|
7628
8636
|
|
|
7629
8637
|
export interface UriFormatException$instance extends FormatException$instance {
|
|
8638
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
8639
|
+
|
|
7630
8640
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
7631
8641
|
}
|
|
7632
8642
|
|
|
@@ -7699,6 +8709,15 @@ export const ValueType: (abstract new() => ValueType) & {
|
|
|
7699
8709
|
export type ValueType = ValueType$instance;
|
|
7700
8710
|
|
|
7701
8711
|
export interface Version$instance {
|
|
8712
|
+
readonly __tsonic_iface_System_ICloneable: never;
|
|
8713
|
+
readonly __tsonic_iface_System_IComparable: never;
|
|
8714
|
+
readonly __tsonic_iface_System_IComparable_1: never;
|
|
8715
|
+
readonly __tsonic_iface_System_IEquatable_1: never;
|
|
8716
|
+
readonly __tsonic_iface_System_IFormattable: never;
|
|
8717
|
+
readonly __tsonic_iface_System_ISpanFormattable: never;
|
|
8718
|
+
readonly __tsonic_iface_System_IUtf8SpanFormattable: never;
|
|
8719
|
+
readonly __tsonic_iface_System_IUtf8SpanParsable_1: never;
|
|
8720
|
+
|
|
7702
8721
|
readonly Build: int;
|
|
7703
8722
|
readonly Major: int;
|
|
7704
8723
|
readonly MajorRevision: short;
|
|
@@ -7751,12 +8770,14 @@ export interface __Version$views {
|
|
|
7751
8770
|
TryFormat(utf8Destination: Span_1<Byte>, bytesWritten: int, format: ReadOnlySpan_1<Char>, provider: IFormatProvider): boolean;
|
|
7752
8771
|
}
|
|
7753
8772
|
|
|
7754
|
-
export interface Version$instance extends ICloneable$instance,
|
|
8773
|
+
export interface Version$instance extends ICloneable$instance, IUtf8SpanParsable_1$instance<Version> {}
|
|
7755
8774
|
|
|
7756
8775
|
export type Version = Version$instance & __Version$views;
|
|
7757
8776
|
|
|
7758
8777
|
|
|
7759
8778
|
export interface WeakReference$instance {
|
|
8779
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
8780
|
+
|
|
7760
8781
|
readonly IsAlive: boolean;
|
|
7761
8782
|
get Target(): unknown | undefined;
|
|
7762
8783
|
set Target(value: unknown | undefined);
|
|
@@ -7782,6 +8803,8 @@ export type WeakReference = WeakReference$instance & __WeakReference$views;
|
|
|
7782
8803
|
|
|
7783
8804
|
|
|
7784
8805
|
export interface WeakReference_1$instance<T> {
|
|
8806
|
+
readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
|
|
8807
|
+
|
|
7785
8808
|
Finalize(): void;
|
|
7786
8809
|
GetObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
7787
8810
|
SetTarget(target: T): void;
|