@tsonic/dotnet 0.8.2 → 0.8.3
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 +18 -18
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +1 -1
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +2 -2
- package/Microsoft.Win32/internal/index.d.ts +10 -10
- package/System/internal/index.d.ts +964 -950
- package/System.Buffers/internal/index.d.ts +2 -2
- package/System.CodeDom.Compiler/internal/index.d.ts +10 -10
- package/System.Collections/internal/index.d.ts +30 -24
- package/System.Collections.Concurrent/internal/index.d.ts +10 -10
- package/System.Collections.Frozen/bindings.json +20 -20
- package/System.Collections.Frozen/internal/index.d.ts +6 -6
- package/System.Collections.Frozen/internal/metadata.json +10 -10
- package/System.Collections.Generic/bindings.json +20 -44
- package/System.Collections.Generic/internal/index.d.ts +54 -54
- package/System.Collections.Generic/internal/metadata.json +10 -26
- package/System.Collections.Immutable/internal/index.d.ts +88 -88
- package/System.Collections.ObjectModel/internal/index.d.ts +15 -15
- package/System.Collections.Specialized/internal/index.d.ts +53 -49
- package/System.ComponentModel/internal/index.d.ts +388 -376
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +55 -45
- package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +3 -2
- package/System.ComponentModel.Design/internal/index.d.ts +36 -36
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +20 -20
- package/System.Data/internal/index.d.ts +171 -163
- package/System.Data.Common/internal/index.d.ts +36 -28
- package/System.Data.SqlTypes/internal/index.d.ts +23 -23
- package/System.Diagnostics/internal/index.d.ts +250 -228
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +37 -23
- package/System.Diagnostics.Contracts/internal/index.d.ts +4 -4
- package/System.Diagnostics.Metrics/internal/index.d.ts +34 -29
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +4 -4
- package/System.Diagnostics.Tracing/internal/index.d.ts +26 -24
- package/System.Drawing/internal/index.d.ts +76 -76
- package/System.Dynamic/internal/index.d.ts +26 -26
- package/System.Formats.Asn1/internal/index.d.ts +4 -4
- package/System.Formats.Tar/internal/index.d.ts +5 -4
- package/System.Globalization/internal/index.d.ts +22 -20
- package/System.IO/internal/index.d.ts +106 -103
- package/System.IO.Compression/internal/index.d.ts +24 -24
- package/System.IO.Enumeration/internal/index.d.ts +7 -5
- package/System.IO.IsolatedStorage/internal/index.d.ts +9 -9
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +8 -8
- package/System.IO.Pipelines/internal/index.d.ts +5 -5
- package/System.IO.Pipes/internal/index.d.ts +4 -4
- package/System.Linq/internal/index.d.ts +207 -207
- package/System.Linq.Expressions/internal/index.d.ts +160 -160
- package/System.Net/internal/index.d.ts +157 -131
- package/System.Net.Cache/internal/index.d.ts +2 -2
- package/System.Net.Http/internal/index.d.ts +69 -53
- package/System.Net.Http.Headers/internal/index.d.ts +62 -45
- package/System.Net.Http.Json/internal/index.d.ts +38 -38
- package/System.Net.Http.Metrics/internal/index.d.ts +1 -1
- package/System.Net.Mail/internal/index.d.ts +80 -70
- package/System.Net.Mime/internal/index.d.ts +4 -2
- package/System.Net.NetworkInformation/internal/index.d.ts +23 -23
- package/System.Net.Quic/internal/index.d.ts +4 -3
- package/System.Net.Security/internal/index.d.ts +65 -49
- package/System.Net.ServerSentEvents/internal/index.d.ts +3 -2
- package/System.Net.Sockets/internal/index.d.ts +49 -42
- package/System.Net.WebSockets/internal/index.d.ts +35 -29
- package/System.Numerics/bindings.json +96 -72
- package/System.Numerics/internal/index.d.ts +93 -91
- package/System.Numerics/internal/metadata.json +64 -48
- package/System.Reflection/internal/index.d.ts +129 -126
- package/System.Reflection.Emit/internal/index.d.ts +105 -105
- package/System.Reflection.Metadata/internal/index.d.ts +15 -15
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +4 -4
- package/System.Reflection.PortableExecutable/internal/index.d.ts +2 -2
- package/System.Resources/internal/index.d.ts +20 -19
- package/System.Runtime/internal/index.d.ts +6 -5
- package/System.Runtime.CompilerServices/internal/index.d.ts +30 -28
- package/System.Runtime.InteropServices/internal/index.d.ts +85 -83
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +9 -9
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +20 -20
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +28 -26
- package/System.Runtime.Loader/internal/index.d.ts +2 -2
- package/System.Runtime.Remoting/internal/index.d.ts +1 -1
- package/System.Runtime.Serialization/internal/index.d.ts +66 -54
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +3 -3
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +4 -2
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +5 -4
- package/System.Runtime.Serialization.Json/internal/index.d.ts +22 -21
- package/System.Runtime.Versioning/internal/index.d.ts +12 -9
- package/System.Security/internal/index.d.ts +62 -52
- package/System.Security.AccessControl/internal/index.d.ts +29 -25
- package/System.Security.Authentication/internal/index.d.ts +4 -4
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +8 -8
- package/System.Security.Claims/internal/index.d.ts +21 -15
- package/System.Security.Cryptography/internal/index.d.ts +155 -141
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +83 -82
- package/System.Security.Permissions/internal/index.d.ts +2 -2
- package/System.Security.Principal/internal/index.d.ts +3 -3
- package/System.Text/internal/index.d.ts +48 -46
- package/System.Text.Json/internal/index.d.ts +87 -81
- package/System.Text.Json.Nodes/internal/index.d.ts +41 -41
- package/System.Text.Json.Schema/internal/index.d.ts +4 -3
- package/System.Text.Json.Serialization/internal/index.d.ts +5 -4
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +55 -30
- package/System.Text.RegularExpressions/internal/index.d.ts +5 -5
- package/System.Text.Unicode/internal/index.d.ts +4 -4
- package/System.Threading/internal/index.d.ts +86 -85
- package/System.Threading.Channels/internal/index.d.ts +8 -8
- package/System.Threading.Tasks/internal/index.d.ts +82 -82
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +25 -26
- package/System.Threading.Tasks.Sources/internal/index.d.ts +4 -4
- package/System.Timers/internal/index.d.ts +5 -3
- package/System.Transactions/internal/index.d.ts +18 -16
- package/System.Web/internal/index.d.ts +30 -30
- package/System.Windows.Input/internal/index.d.ts +2 -2
- package/System.Xml/internal/index.d.ts +162 -161
- package/System.Xml.Linq/internal/index.d.ts +38 -37
- package/System.Xml.Resolvers/internal/index.d.ts +5 -5
- package/System.Xml.Schema/internal/index.d.ts +133 -88
- package/System.Xml.Serialization/internal/index.d.ts +138 -117
- package/System.Xml.XPath/internal/index.d.ts +12 -12
- package/System.Xml.Xsl/internal/index.d.ts +34 -34
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +16 -16
- package/__internal/extensions/index.d.ts +371 -371
- package/package.json +1 -1
|
@@ -63,7 +63,7 @@ export interface ICollection_1$instance<T> extends IEnumerable_1<T>, IEnumerable
|
|
|
63
63
|
export type ICollection_1<T> = ICollection_1$instance<T>;
|
|
64
64
|
|
|
65
65
|
export interface IComparer_1$instance<T> {
|
|
66
|
-
compare(x: T
|
|
66
|
+
compare(x: T, y: T): int;
|
|
67
67
|
}
|
|
68
68
|
|
|
69
69
|
|
|
@@ -111,8 +111,8 @@ export interface IEnumerator_1$instance<T> extends System_Internal.IDisposable$i
|
|
|
111
111
|
export type IEnumerator_1<T> = IEnumerator_1$instance<T>;
|
|
112
112
|
|
|
113
113
|
export interface IEqualityComparer_1$instance<T> {
|
|
114
|
-
equals(x: T
|
|
115
|
-
getHashCode(obj: T
|
|
114
|
+
equals(x: T, y: T): boolean;
|
|
115
|
+
getHashCode(obj: T): int;
|
|
116
116
|
}
|
|
117
117
|
|
|
118
118
|
|
|
@@ -191,12 +191,12 @@ export interface ISet_1$instance<T> extends ICollection_1<T>, IEnumerable_1<T>,
|
|
|
191
191
|
add(item: T): void;
|
|
192
192
|
add(item: T): boolean;
|
|
193
193
|
clear(): void;
|
|
194
|
-
contains(item: T): boolean;
|
|
195
194
|
copyTo(array: T[], arrayIndex: int): void;
|
|
196
195
|
getEnumerator(): IEnumerator_1<T>;
|
|
197
196
|
getEnumerator(): IEnumerator;
|
|
198
197
|
isSubsetOf(other: IEnumerable_1<T>): boolean;
|
|
199
198
|
unionWith(other: IEnumerable_1<T>): void;
|
|
199
|
+
contains(item: T): boolean;
|
|
200
200
|
getEnumerator2(): IEnumerator;
|
|
201
201
|
}
|
|
202
202
|
|
|
@@ -666,12 +666,12 @@ export interface Dictionary_2$instance<TKey, TValue> {
|
|
|
666
666
|
export const Dictionary_2: {
|
|
667
667
|
new<TKey, TValue>(): Dictionary_2<TKey, TValue>;
|
|
668
668
|
new<TKey, TValue>(capacity: int): Dictionary_2<TKey, TValue>;
|
|
669
|
-
new<TKey, TValue>(comparer: IEqualityComparer_1<TKey>
|
|
670
|
-
new<TKey, TValue>(capacity: int, comparer: IEqualityComparer_1<TKey>
|
|
669
|
+
new<TKey, TValue>(comparer: IEqualityComparer_1<TKey>): Dictionary_2<TKey, TValue>;
|
|
670
|
+
new<TKey, TValue>(capacity: int, comparer: IEqualityComparer_1<TKey>): Dictionary_2<TKey, TValue>;
|
|
671
671
|
new<TKey, TValue>(dictionary: IDictionary_2<TKey, TValue>): Dictionary_2<TKey, TValue>;
|
|
672
|
-
new<TKey, TValue>(dictionary: IDictionary_2<TKey, TValue>, comparer: IEqualityComparer_1<TKey>
|
|
672
|
+
new<TKey, TValue>(dictionary: IDictionary_2<TKey, TValue>, comparer: IEqualityComparer_1<TKey>): Dictionary_2<TKey, TValue>;
|
|
673
673
|
new<TKey, TValue>(collection: IEnumerable_1<KeyValuePair_2<TKey, TValue>>): Dictionary_2<TKey, TValue>;
|
|
674
|
-
new<TKey, TValue>(collection: IEnumerable_1<KeyValuePair_2<TKey, TValue>>, comparer: IEqualityComparer_1<TKey>
|
|
674
|
+
new<TKey, TValue>(collection: IEnumerable_1<KeyValuePair_2<TKey, TValue>>, comparer: IEqualityComparer_1<TKey>): Dictionary_2<TKey, TValue>;
|
|
675
675
|
};
|
|
676
676
|
|
|
677
677
|
|
|
@@ -688,7 +688,7 @@ export interface __Dictionary_2$views<TKey, TValue> {
|
|
|
688
688
|
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
689
689
|
}
|
|
690
690
|
|
|
691
|
-
export interface Dictionary_2$instance<TKey, TValue> extends System_Runtime_Serialization_Internal.ISerializable$instance {}
|
|
691
|
+
export interface Dictionary_2$instance<TKey, TValue> extends System_Runtime_Serialization_Internal.IDeserializationCallback$instance, System_Runtime_Serialization_Internal.ISerializable$instance {}
|
|
692
692
|
|
|
693
693
|
export type Dictionary_2<TKey, TValue> = Dictionary_2$instance<TKey, TValue> & __Dictionary_2$views<TKey, TValue>;
|
|
694
694
|
|
|
@@ -773,7 +773,7 @@ export interface EqualityComparer_1$instance<T> {
|
|
|
773
773
|
|
|
774
774
|
export const EqualityComparer_1: {
|
|
775
775
|
readonly default_: unknown;
|
|
776
|
-
create<T>(equals: Func_3<T
|
|
776
|
+
create<T>(equals: Func_3<T, T, System_Internal.Boolean>, getHashCode?: Func_2<T, System_Internal.Int32>): EqualityComparer_1<T>;
|
|
777
777
|
};
|
|
778
778
|
|
|
779
779
|
|
|
@@ -786,9 +786,9 @@ export type EqualityComparer_1<T> = EqualityComparer_1$instance<T> & __EqualityC
|
|
|
786
786
|
|
|
787
787
|
|
|
788
788
|
export interface GenericComparer_1$instance<T extends (IComparable_1<T> | number | string | boolean)> extends Comparer_1$instance<T> {
|
|
789
|
-
compare(x: T
|
|
790
|
-
compare(x: unknown
|
|
791
|
-
equals(obj: unknown
|
|
789
|
+
compare(x: T, y: T): int;
|
|
790
|
+
compare(x: unknown, y: unknown): int;
|
|
791
|
+
equals(obj: unknown): boolean;
|
|
792
792
|
getHashCode(): int;
|
|
793
793
|
}
|
|
794
794
|
|
|
@@ -807,9 +807,9 @@ export type GenericComparer_1<T extends (IComparable_1<T> | number | string | bo
|
|
|
807
807
|
|
|
808
808
|
|
|
809
809
|
export interface GenericEqualityComparer_1$instance<T extends (IEquatable_1<T> | number | string | boolean)> extends EqualityComparer_1$instance<T> {
|
|
810
|
-
equals(x: T
|
|
810
|
+
equals(x: T, y: T): boolean;
|
|
811
811
|
equals(x: unknown, y: unknown): boolean;
|
|
812
|
-
getHashCode(obj: T
|
|
812
|
+
getHashCode(obj: T): int;
|
|
813
813
|
getHashCode(obj: unknown): int;
|
|
814
814
|
}
|
|
815
815
|
|
|
@@ -863,11 +863,11 @@ export interface HashSet_1$instance<T> {
|
|
|
863
863
|
|
|
864
864
|
export const HashSet_1: {
|
|
865
865
|
new<T>(): HashSet_1<T>;
|
|
866
|
-
new<T>(comparer: IEqualityComparer_1<T>
|
|
866
|
+
new<T>(comparer: IEqualityComparer_1<T>): HashSet_1<T>;
|
|
867
867
|
new<T>(capacity: int): HashSet_1<T>;
|
|
868
868
|
new<T>(collection: IEnumerable_1<T>): HashSet_1<T>;
|
|
869
|
-
new<T>(collection: IEnumerable_1<T>, comparer: IEqualityComparer_1<T>
|
|
870
|
-
new<T>(capacity: int, comparer: IEqualityComparer_1<T>
|
|
869
|
+
new<T>(collection: IEnumerable_1<T>, comparer: IEqualityComparer_1<T>): HashSet_1<T>;
|
|
870
|
+
new<T>(capacity: int, comparer: IEqualityComparer_1<T>): HashSet_1<T>;
|
|
871
871
|
createSetComparer<T>(): IEqualityComparer_1<HashSet_1<T>>;
|
|
872
872
|
};
|
|
873
873
|
|
|
@@ -883,7 +883,7 @@ export interface __HashSet_1$views<T> {
|
|
|
883
883
|
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
884
884
|
}
|
|
885
885
|
|
|
886
|
-
export interface HashSet_1$instance<T> extends System_Runtime_Serialization_Internal.ISerializable$instance {}
|
|
886
|
+
export interface HashSet_1$instance<T> extends System_Runtime_Serialization_Internal.IDeserializationCallback$instance, System_Runtime_Serialization_Internal.ISerializable$instance {}
|
|
887
887
|
|
|
888
888
|
export type HashSet_1<T> = HashSet_1$instance<T> & __HashSet_1$views<T>;
|
|
889
889
|
|
|
@@ -895,8 +895,8 @@ export interface KeyNotFoundException$instance extends SystemException {
|
|
|
895
895
|
|
|
896
896
|
export const KeyNotFoundException: {
|
|
897
897
|
new(): KeyNotFoundException;
|
|
898
|
-
new(message: string
|
|
899
|
-
new(message: string
|
|
898
|
+
new(message: string): KeyNotFoundException;
|
|
899
|
+
new(message: string, innerException: Exception): KeyNotFoundException;
|
|
900
900
|
};
|
|
901
901
|
|
|
902
902
|
|
|
@@ -950,7 +950,7 @@ export interface __LinkedList_1$views<T> {
|
|
|
950
950
|
As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
|
|
951
951
|
}
|
|
952
952
|
|
|
953
|
-
export interface LinkedList_1$instance<T> extends System_Runtime_Serialization_Internal.ISerializable$instance {}
|
|
953
|
+
export interface LinkedList_1$instance<T> extends System_Runtime_Serialization_Internal.IDeserializationCallback$instance, System_Runtime_Serialization_Internal.ISerializable$instance {}
|
|
954
954
|
|
|
955
955
|
export type LinkedList_1<T> = LinkedList_1$instance<T> & __LinkedList_1$views<T>;
|
|
956
956
|
|
|
@@ -978,9 +978,9 @@ export interface List_1$instance<T> {
|
|
|
978
978
|
add(item: T): void;
|
|
979
979
|
addRange(collection: IEnumerable_1<T>): void;
|
|
980
980
|
asReadOnly(): ReadOnlyCollection_1<T>;
|
|
981
|
-
binarySearch(index: int, count: int, item: T, comparer: IComparer_1<T>
|
|
981
|
+
binarySearch(index: int, count: int, item: T, comparer: IComparer_1<T>): int;
|
|
982
982
|
binarySearch(item: T): int;
|
|
983
|
-
binarySearch(item: T, comparer: IComparer_1<T>
|
|
983
|
+
binarySearch(item: T, comparer: IComparer_1<T>): int;
|
|
984
984
|
clear(): void;
|
|
985
985
|
contains(item: T): boolean;
|
|
986
986
|
convertAll<TOutput>(converter: Converter_2<T, TOutput>): List_1<TOutput>;
|
|
@@ -1017,8 +1017,8 @@ export interface List_1$instance<T> {
|
|
|
1017
1017
|
reverse(index: int, count: int): void;
|
|
1018
1018
|
slice(start: int, length: int): List_1<T>;
|
|
1019
1019
|
sort(): void;
|
|
1020
|
-
sort(comparer: IComparer_1<T>
|
|
1021
|
-
sort(index: int, count: int, comparer: IComparer_1<T>
|
|
1020
|
+
sort(comparer: IComparer_1<T>): void;
|
|
1021
|
+
sort(index: int, count: int, comparer: IComparer_1<T>): void;
|
|
1022
1022
|
sort(comparison: Comparison_1<T>): void;
|
|
1023
1023
|
toArray(): T[];
|
|
1024
1024
|
trimExcess(): void;
|
|
@@ -1070,7 +1070,7 @@ export type NonRandomizedStringEqualityComparer = NonRandomizedStringEqualityCom
|
|
|
1070
1070
|
|
|
1071
1071
|
|
|
1072
1072
|
export interface NullableComparer_1$instance<T extends unknown> extends Comparer_1$instance<Nullable_1<T>> {
|
|
1073
|
-
compare(x: unknown
|
|
1073
|
+
compare(x: unknown, y: unknown): int;
|
|
1074
1074
|
equals(obj: unknown): boolean;
|
|
1075
1075
|
getHashCode(): int;
|
|
1076
1076
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
@@ -1117,9 +1117,9 @@ export type NullableEqualityComparer_1<T> = NullableEqualityComparer_1$instance<
|
|
|
1117
1117
|
|
|
1118
1118
|
|
|
1119
1119
|
export interface ObjectComparer_1$instance<T> extends Comparer_1$instance<T> {
|
|
1120
|
-
compare(x: T
|
|
1121
|
-
compare(x: unknown
|
|
1122
|
-
equals(obj: unknown
|
|
1120
|
+
compare(x: T, y: T): int;
|
|
1121
|
+
compare(x: unknown, y: unknown): int;
|
|
1122
|
+
equals(obj: unknown): boolean;
|
|
1123
1123
|
getHashCode(): int;
|
|
1124
1124
|
}
|
|
1125
1125
|
|
|
@@ -1138,9 +1138,9 @@ export type ObjectComparer_1<T> = ObjectComparer_1$instance<T> & __ObjectCompare
|
|
|
1138
1138
|
|
|
1139
1139
|
|
|
1140
1140
|
export interface ObjectEqualityComparer_1$instance<T> extends EqualityComparer_1$instance<T> {
|
|
1141
|
-
equals(x: T
|
|
1141
|
+
equals(x: T, y: T): boolean;
|
|
1142
1142
|
equals(x: unknown, y: unknown): boolean;
|
|
1143
|
-
getHashCode(obj: T
|
|
1143
|
+
getHashCode(obj: T): int;
|
|
1144
1144
|
getHashCode(obj: unknown): int;
|
|
1145
1145
|
}
|
|
1146
1146
|
|
|
@@ -1191,12 +1191,12 @@ export interface OrderedDictionary_2$instance<TKey, TValue> {
|
|
|
1191
1191
|
export const OrderedDictionary_2: {
|
|
1192
1192
|
new<TKey, TValue>(): OrderedDictionary_2<TKey, TValue>;
|
|
1193
1193
|
new<TKey, TValue>(capacity: int): OrderedDictionary_2<TKey, TValue>;
|
|
1194
|
-
new<TKey, TValue>(comparer: IEqualityComparer_1<TKey>
|
|
1195
|
-
new<TKey, TValue>(capacity: int, comparer: IEqualityComparer_1<TKey>
|
|
1194
|
+
new<TKey, TValue>(comparer: IEqualityComparer_1<TKey>): OrderedDictionary_2<TKey, TValue>;
|
|
1195
|
+
new<TKey, TValue>(capacity: int, comparer: IEqualityComparer_1<TKey>): OrderedDictionary_2<TKey, TValue>;
|
|
1196
1196
|
new<TKey, TValue>(dictionary: IDictionary_2<TKey, TValue>): OrderedDictionary_2<TKey, TValue>;
|
|
1197
|
-
new<TKey, TValue>(dictionary: IDictionary_2<TKey, TValue>, comparer: IEqualityComparer_1<TKey>
|
|
1197
|
+
new<TKey, TValue>(dictionary: IDictionary_2<TKey, TValue>, comparer: IEqualityComparer_1<TKey>): OrderedDictionary_2<TKey, TValue>;
|
|
1198
1198
|
new<TKey, TValue>(collection: IEnumerable_1<KeyValuePair_2<TKey, TValue>>): OrderedDictionary_2<TKey, TValue>;
|
|
1199
|
-
new<TKey, TValue>(collection: IEnumerable_1<KeyValuePair_2<TKey, TValue>>, comparer: IEqualityComparer_1<TKey>
|
|
1199
|
+
new<TKey, TValue>(collection: IEnumerable_1<KeyValuePair_2<TKey, TValue>>, comparer: IEqualityComparer_1<TKey>): OrderedDictionary_2<TKey, TValue>;
|
|
1200
1200
|
};
|
|
1201
1201
|
|
|
1202
1202
|
|
|
@@ -1281,7 +1281,7 @@ export interface PriorityQueue_2$instance<TElement, TPriority> {
|
|
|
1281
1281
|
enqueueRange(elements: IEnumerable_1<TElement>, priority: TPriority): void;
|
|
1282
1282
|
ensureCapacity(capacity: int): int;
|
|
1283
1283
|
peek(): TElement;
|
|
1284
|
-
remove(element: TElement, removedElement: TElement, priority: TPriority, equalityComparer?: IEqualityComparer_1<TElement>
|
|
1284
|
+
remove(element: TElement, removedElement: TElement, priority: TPriority, equalityComparer?: IEqualityComparer_1<TElement>): boolean;
|
|
1285
1285
|
trimExcess(): void;
|
|
1286
1286
|
tryDequeue(element: TElement, priority: TPriority): boolean;
|
|
1287
1287
|
tryPeek(element: TElement, priority: TPriority): boolean;
|
|
@@ -1291,10 +1291,10 @@ export interface PriorityQueue_2$instance<TElement, TPriority> {
|
|
|
1291
1291
|
export const PriorityQueue_2: {
|
|
1292
1292
|
new<TElement, TPriority>(): PriorityQueue_2<TElement, TPriority>;
|
|
1293
1293
|
new<TElement, TPriority>(initialCapacity: int): PriorityQueue_2<TElement, TPriority>;
|
|
1294
|
-
new<TElement, TPriority>(comparer: IComparer_1<TPriority>
|
|
1295
|
-
new<TElement, TPriority>(initialCapacity: int, comparer: IComparer_1<TPriority>
|
|
1294
|
+
new<TElement, TPriority>(comparer: IComparer_1<TPriority>): PriorityQueue_2<TElement, TPriority>;
|
|
1295
|
+
new<TElement, TPriority>(initialCapacity: int, comparer: IComparer_1<TPriority>): PriorityQueue_2<TElement, TPriority>;
|
|
1296
1296
|
new<TElement, TPriority>(items: IEnumerable_1<ValueTuple_2<TElement, TPriority>>): PriorityQueue_2<TElement, TPriority>;
|
|
1297
|
-
new<TElement, TPriority>(items: IEnumerable_1<ValueTuple_2<TElement, TPriority>>, comparer: IComparer_1<TPriority>
|
|
1297
|
+
new<TElement, TPriority>(items: IEnumerable_1<ValueTuple_2<TElement, TPriority>>, comparer: IComparer_1<TPriority>): PriorityQueue_2<TElement, TPriority>;
|
|
1298
1298
|
};
|
|
1299
1299
|
|
|
1300
1300
|
|
|
@@ -1397,8 +1397,8 @@ export interface SortedDictionary_2$instance<TKey, TValue> {
|
|
|
1397
1397
|
export const SortedDictionary_2: {
|
|
1398
1398
|
new<TKey, TValue>(): SortedDictionary_2<TKey, TValue>;
|
|
1399
1399
|
new<TKey, TValue>(dictionary: IDictionary_2<TKey, TValue>): SortedDictionary_2<TKey, TValue>;
|
|
1400
|
-
new<TKey, TValue>(dictionary: IDictionary_2<TKey, TValue>, comparer: IComparer_1<TKey>
|
|
1401
|
-
new<TKey, TValue>(comparer: IComparer_1<TKey>
|
|
1400
|
+
new<TKey, TValue>(dictionary: IDictionary_2<TKey, TValue>, comparer: IComparer_1<TKey>): SortedDictionary_2<TKey, TValue>;
|
|
1401
|
+
new<TKey, TValue>(comparer: IComparer_1<TKey>): SortedDictionary_2<TKey, TValue>;
|
|
1402
1402
|
};
|
|
1403
1403
|
|
|
1404
1404
|
|
|
@@ -1441,14 +1441,14 @@ export type SortedDictionary_2_KeyCollection<TKey, TValue> = SortedDictionary_2_
|
|
|
1441
1441
|
|
|
1442
1442
|
|
|
1443
1443
|
export interface SortedDictionary_2_KeyValuePairComparer$instance<TKey, TValue> extends Comparer_1$instance<KeyValuePair_2<TKey, TValue>> {
|
|
1444
|
-
compare(x: unknown
|
|
1445
|
-
equals(obj: unknown
|
|
1444
|
+
compare(x: unknown, y: unknown): int;
|
|
1445
|
+
equals(obj: unknown): boolean;
|
|
1446
1446
|
getHashCode(): int;
|
|
1447
1447
|
}
|
|
1448
1448
|
|
|
1449
1449
|
|
|
1450
1450
|
export const SortedDictionary_2_KeyValuePairComparer: {
|
|
1451
|
-
new<TKey, TValue>(keyComparer: IComparer_1<TKey>
|
|
1451
|
+
new<TKey, TValue>(keyComparer: IComparer_1<TKey>): SortedDictionary_2_KeyValuePairComparer<TKey, TValue>;
|
|
1452
1452
|
};
|
|
1453
1453
|
|
|
1454
1454
|
|
|
@@ -1510,10 +1510,10 @@ export interface SortedList_2$instance<TKey, TValue> {
|
|
|
1510
1510
|
export const SortedList_2: {
|
|
1511
1511
|
new<TKey, TValue>(): SortedList_2<TKey, TValue>;
|
|
1512
1512
|
new<TKey, TValue>(capacity: int): SortedList_2<TKey, TValue>;
|
|
1513
|
-
new<TKey, TValue>(comparer: IComparer_1<TKey>
|
|
1514
|
-
new<TKey, TValue>(capacity: int, comparer: IComparer_1<TKey>
|
|
1513
|
+
new<TKey, TValue>(comparer: IComparer_1<TKey>): SortedList_2<TKey, TValue>;
|
|
1514
|
+
new<TKey, TValue>(capacity: int, comparer: IComparer_1<TKey>): SortedList_2<TKey, TValue>;
|
|
1515
1515
|
new<TKey, TValue>(dictionary: IDictionary_2<TKey, TValue>): SortedList_2<TKey, TValue>;
|
|
1516
|
-
new<TKey, TValue>(dictionary: IDictionary_2<TKey, TValue>, comparer: IComparer_1<TKey>
|
|
1516
|
+
new<TKey, TValue>(dictionary: IDictionary_2<TKey, TValue>, comparer: IComparer_1<TKey>): SortedList_2<TKey, TValue>;
|
|
1517
1517
|
};
|
|
1518
1518
|
|
|
1519
1519
|
|
|
@@ -1627,11 +1627,11 @@ export interface SortedSet_1$instance<T> {
|
|
|
1627
1627
|
|
|
1628
1628
|
export const SortedSet_1: {
|
|
1629
1629
|
new<T>(): SortedSet_1<T>;
|
|
1630
|
-
new<T>(comparer: IComparer_1<T>
|
|
1630
|
+
new<T>(comparer: IComparer_1<T>): SortedSet_1<T>;
|
|
1631
1631
|
new<T>(collection: IEnumerable_1<T>): SortedSet_1<T>;
|
|
1632
|
-
new<T>(collection: IEnumerable_1<T>, comparer: IComparer_1<T>
|
|
1632
|
+
new<T>(collection: IEnumerable_1<T>, comparer: IComparer_1<T>): SortedSet_1<T>;
|
|
1633
1633
|
createSetComparer<T>(): IEqualityComparer_1<SortedSet_1<T>>;
|
|
1634
|
-
createSetComparer<T>(memberEqualityComparer: IEqualityComparer_1<T>
|
|
1634
|
+
createSetComparer<T>(memberEqualityComparer: IEqualityComparer_1<T>): IEqualityComparer_1<SortedSet_1<T>>;
|
|
1635
1635
|
};
|
|
1636
1636
|
|
|
1637
1637
|
|
|
@@ -1703,14 +1703,14 @@ export interface TreeSet_1$instance<T> extends SortedSet_1$instance<T> {
|
|
|
1703
1703
|
getObjectData(info: SerializationInfo, context: StreamingContext): void;
|
|
1704
1704
|
isProperSubsetOf(other: IEnumerable_1<T>): boolean;
|
|
1705
1705
|
isSubsetOf(other: IEnumerable_1<T>): boolean;
|
|
1706
|
-
onDeserialization(sender: unknown
|
|
1706
|
+
onDeserialization(sender: unknown): void;
|
|
1707
1707
|
unionWith(other: IEnumerable_1<T>): void;
|
|
1708
1708
|
}
|
|
1709
1709
|
|
|
1710
1710
|
|
|
1711
1711
|
export const TreeSet_1: {
|
|
1712
1712
|
new<T>(): TreeSet_1<T>;
|
|
1713
|
-
new<T>(comparer: IComparer_1<T>
|
|
1713
|
+
new<T>(comparer: IComparer_1<T>): TreeSet_1<T>;
|
|
1714
1714
|
};
|
|
1715
1715
|
|
|
1716
1716
|
|
|
@@ -1738,7 +1738,7 @@ export abstract class CollectionExtensions$instance {
|
|
|
1738
1738
|
static asReadOnly<T>(set_: ISet_1<T>): ReadOnlySet_1<T>;
|
|
1739
1739
|
static copyTo<T>(list: List_1<T>, destination: Span_1<T>): void;
|
|
1740
1740
|
static getValueOrDefault<TKey, TValue>(dictionary: IReadOnlyDictionary_2<TKey, TValue>, key: TKey, defaultValue: TValue): TValue;
|
|
1741
|
-
static getValueOrDefault<TKey, TValue>(dictionary: IReadOnlyDictionary_2<TKey, TValue>, key: TKey): TValue;
|
|
1741
|
+
static getValueOrDefault<TKey, TValue>(dictionary: IReadOnlyDictionary_2<TKey, TValue>, key: TKey): TValue | undefined;
|
|
1742
1742
|
static insertRange<T>(list: List_1<T>, index: int, source: ReadOnlySpan_1<T>): void;
|
|
1743
1743
|
static remove<TKey, TValue>(dictionary: IDictionary_2<TKey, TValue>, key: TKey, value: TValue): boolean;
|
|
1744
1744
|
static tryAdd<TKey, TValue>(dictionary: IDictionary_2<TKey, TValue>, key: TKey, value: TValue): boolean;
|
|
@@ -1439,22 +1439,6 @@
|
|
|
1439
1439
|
"parameterCount": 0,
|
|
1440
1440
|
"isExtensionMethod": false
|
|
1441
1441
|
},
|
|
1442
|
-
{
|
|
1443
|
-
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Contains(T):System.Boolean",
|
|
1444
|
-
"clrName": "Contains",
|
|
1445
|
-
"tsEmitName": "contains",
|
|
1446
|
-
"normalizedSignature": "Contains|(T):System.Boolean|static=false",
|
|
1447
|
-
"provenance": "Original",
|
|
1448
|
-
"emitScope": "ClassSurface",
|
|
1449
|
-
"isStatic": false,
|
|
1450
|
-
"isAbstract": true,
|
|
1451
|
-
"isVirtual": true,
|
|
1452
|
-
"isOverride": false,
|
|
1453
|
-
"isSealed": false,
|
|
1454
|
-
"arity": 0,
|
|
1455
|
-
"parameterCount": 1,
|
|
1456
|
-
"isExtensionMethod": false
|
|
1457
|
-
},
|
|
1458
1442
|
{
|
|
1459
1443
|
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::CopyTo(T[],System.Int32):System.Void",
|
|
1460
1444
|
"clrName": "CopyTo",
|
|
@@ -17803,10 +17787,10 @@
|
|
|
17803
17787
|
"isExtensionMethod": false
|
|
17804
17788
|
},
|
|
17805
17789
|
{
|
|
17806
|
-
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::
|
|
17807
|
-
"clrName": "
|
|
17808
|
-
"tsEmitName": "
|
|
17809
|
-
"normalizedSignature": "
|
|
17790
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::CopyTo(T[],System.Int32):System.Void",
|
|
17791
|
+
"clrName": "CopyTo",
|
|
17792
|
+
"tsEmitName": "copyTo$view",
|
|
17793
|
+
"normalizedSignature": "CopyTo|(T[],System.Int32):System.Void|static=false",
|
|
17810
17794
|
"provenance": "ExplicitView",
|
|
17811
17795
|
"emitScope": "ViewOnly",
|
|
17812
17796
|
"isStatic": false,
|
|
@@ -17815,15 +17799,15 @@
|
|
|
17815
17799
|
"isOverride": false,
|
|
17816
17800
|
"isSealed": false,
|
|
17817
17801
|
"arity": 0,
|
|
17818
|
-
"parameterCount":
|
|
17802
|
+
"parameterCount": 2,
|
|
17819
17803
|
"sourceInterface": "System.Collections.Generic.ICollection\u00601",
|
|
17820
17804
|
"isExtensionMethod": false
|
|
17821
17805
|
},
|
|
17822
17806
|
{
|
|
17823
|
-
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::
|
|
17824
|
-
"clrName": "
|
|
17825
|
-
"tsEmitName": "
|
|
17826
|
-
"normalizedSignature": "
|
|
17807
|
+
"stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Contains(T):System.Boolean",
|
|
17808
|
+
"clrName": "Contains",
|
|
17809
|
+
"tsEmitName": "contains$view",
|
|
17810
|
+
"normalizedSignature": "Contains|(T):System.Boolean|static=false",
|
|
17827
17811
|
"provenance": "ExplicitView",
|
|
17828
17812
|
"emitScope": "ViewOnly",
|
|
17829
17813
|
"isStatic": false,
|
|
@@ -17832,7 +17816,7 @@
|
|
|
17832
17816
|
"isOverride": false,
|
|
17833
17817
|
"isSealed": false,
|
|
17834
17818
|
"arity": 0,
|
|
17835
|
-
"parameterCount":
|
|
17819
|
+
"parameterCount": 1,
|
|
17836
17820
|
"sourceInterface": "System.Collections.Generic.ICollection\u00601",
|
|
17837
17821
|
"isExtensionMethod": false
|
|
17838
17822
|
},
|