@tsonic/dotnet 0.5.2 → 0.6.0
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/Internal/internal/index.d.ts +5 -5
- package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +14 -14
- package/Microsoft.VisualBasic/bindings.json +28 -28
- package/Microsoft.VisualBasic/internal/index.d.ts +265 -265
- package/Microsoft.VisualBasic/internal/metadata.json +14 -14
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +202 -202
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +68 -66
- package/Microsoft.Win32/internal/index.d.ts +16 -14
- package/Microsoft.Win32.SafeHandles/internal/index.d.ts +18 -18
- package/README.md +39 -0
- package/System/bindings.json +138 -138
- package/System/internal/index.d.ts +4165 -3967
- package/System/internal/metadata.json +81 -487
- package/System.Buffers/internal/index.d.ts +60 -50
- package/System.Buffers.Binary/internal/index.d.ts +126 -126
- package/System.Buffers.Text/internal/index.d.ts +67 -67
- package/System.CodeDom.Compiler/internal/index.d.ts +35 -35
- package/System.Collections/internal/index.d.ts +199 -179
- package/System.Collections.Concurrent/internal/index.d.ts +61 -59
- package/System.Collections.Frozen/internal/index.d.ts +29 -29
- package/System.Collections.Frozen/internal/metadata.json +2 -16
- package/System.Collections.Generic/index.d.ts +1 -1
- package/System.Collections.Generic/internal/index.d.ts +382 -354
- package/System.Collections.Generic/internal/metadata.json +5 -54
- package/System.Collections.Immutable/internal/index.d.ts +321 -319
- package/System.Collections.Immutable/internal/metadata.json +5 -40
- package/System.Collections.ObjectModel/internal/index.d.ts +83 -79
- package/System.Collections.ObjectModel/internal/metadata.json +1 -36
- package/System.Collections.Specialized/internal/index.d.ts +104 -96
- package/System.ComponentModel/internal/index.d.ts +661 -631
- package/System.ComponentModel/internal/metadata.json +0 -7
- package/System.ComponentModel.DataAnnotations/internal/index.d.ts +60 -58
- package/System.ComponentModel.Design/bindings.json +2 -2
- package/System.ComponentModel.Design/internal/index.d.ts +207 -193
- package/System.ComponentModel.Design/internal/metadata.json +1 -1
- package/System.ComponentModel.Design.Serialization/index.d.ts +2 -2
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +103 -98
- package/System.Configuration.Assemblies/bindings.json +10 -10
- package/System.Configuration.Assemblies/internal/index.d.ts +5 -5
- package/System.Configuration.Assemblies/internal/metadata.json +5 -5
- package/System.Data/internal/index.d.ts +481 -453
- package/System.Data.Common/internal/index.d.ts +149 -121
- package/System.Data.SqlTypes/bindings.json +2 -2
- package/System.Data.SqlTypes/internal/index.d.ts +331 -299
- package/System.Data.SqlTypes/internal/metadata.json +1 -1
- package/System.Diagnostics/bindings.json +6 -6
- package/System.Diagnostics/internal/index.d.ts +333 -313
- package/System.Diagnostics/internal/metadata.json +3 -10
- package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +16 -16
- package/System.Diagnostics.Contracts/internal/index.d.ts +21 -21
- package/System.Diagnostics.Metrics/internal/index.d.ts +81 -75
- package/System.Diagnostics.SymbolStore/bindings.json +6 -6
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +72 -72
- package/System.Diagnostics.SymbolStore/internal/metadata.json +3 -3
- package/System.Diagnostics.Tracing/internal/index.d.ts +24 -18
- package/System.Drawing/bindings.json +24 -24
- package/System.Drawing/internal/index.d.ts +281 -281
- package/System.Drawing/internal/metadata.json +12 -12
- package/System.Dynamic/internal/index.d.ts +46 -42
- package/System.Formats.Asn1/bindings.json +12 -12
- package/System.Formats.Asn1/internal/index.d.ts +50 -48
- package/System.Formats.Asn1/internal/metadata.json +6 -6
- package/System.Formats.Tar/bindings.json +2 -2
- package/System.Formats.Tar/internal/index.d.ts +17 -13
- package/System.Formats.Tar/internal/metadata.json +1 -1
- package/System.Globalization/bindings.json +8 -8
- package/System.Globalization/internal/index.d.ts +177 -163
- package/System.Globalization/internal/metadata.json +4 -4
- package/System.IO/internal/index.d.ts +457 -439
- package/System.IO.Compression/internal/index.d.ts +78 -72
- package/System.IO.Enumeration/internal/index.d.ts +22 -22
- package/System.IO.IsolatedStorage/internal/index.d.ts +26 -24
- package/System.IO.MemoryMappedFiles/internal/index.d.ts +22 -20
- package/System.IO.Pipelines/internal/index.d.ts +15 -13
- package/System.IO.Pipes/internal/index.d.ts +23 -23
- package/System.Linq/internal/index.d.ts +853 -845
- package/System.Linq/internal/metadata.json +0 -17
- package/System.Linq.Expressions/internal/index.d.ts +354 -340
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -2
- package/System.Net/bindings.json +2 -2
- package/System.Net/internal/index.d.ts +351 -317
- package/System.Net/internal/metadata.json +1 -1
- package/System.Net.Http/internal/index.d.ts +64 -54
- package/System.Net.Http.Headers/bindings.json +2 -2
- package/System.Net.Http.Headers/internal/index.d.ts +139 -99
- package/System.Net.Http.Headers/internal/metadata.json +1 -1
- package/System.Net.Http.Json/internal/index.d.ts +63 -63
- package/System.Net.Http.Metrics/internal/index.d.ts +2 -2
- package/System.Net.Mail/bindings.json +2 -2
- package/System.Net.Mail/internal/index.d.ts +90 -78
- package/System.Net.Mail/internal/metadata.json +4 -32
- package/System.Net.Mime/internal/index.d.ts +51 -51
- package/System.Net.NetworkInformation/internal/index.d.ts +59 -57
- package/System.Net.Quic/internal/index.d.ts +15 -11
- package/System.Net.Security/bindings.json +674 -674
- package/System.Net.Security/internal/index.d.ts +396 -394
- package/System.Net.Security/internal/metadata.json +337 -337
- package/System.Net.ServerSentEvents/internal/index.d.ts +10 -10
- package/System.Net.Sockets/bindings.json +10 -10
- package/System.Net.Sockets/internal/index.d.ts +100 -90
- package/System.Net.Sockets/internal/metadata.json +5 -5
- package/System.Net.WebSockets/internal/index.d.ts +21 -19
- package/System.Numerics/bindings.json +110 -110
- package/System.Numerics/internal/index.d.ts +1057 -1039
- package/System.Numerics/internal/metadata.json +55 -89
- package/System.Reflection/bindings.json +25 -25
- package/System.Reflection/internal/index.d.ts +336 -316
- package/System.Reflection/internal/metadata.json +12 -12
- package/System.Reflection.Emit/bindings.json +307 -307
- package/System.Reflection.Emit/internal/index.d.ts +242 -236
- package/System.Reflection.Emit/internal/metadata.json +152 -152
- package/System.Reflection.Metadata/bindings.json +272 -272
- package/System.Reflection.Metadata/internal/index.d.ts +448 -438
- package/System.Reflection.Metadata/internal/metadata.json +164 -360
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +91 -91
- package/System.Reflection.PortableExecutable/bindings.json +26 -26
- package/System.Reflection.PortableExecutable/internal/index.d.ts +22 -20
- package/System.Reflection.PortableExecutable/internal/metadata.json +13 -13
- package/System.Resources/internal/index.d.ts +30 -24
- package/System.Runtime/internal/index.d.ts +20 -16
- package/System.Runtime.CompilerServices/bindings.json +4 -4
- package/System.Runtime.CompilerServices/internal/index.d.ts +233 -209
- package/System.Runtime.CompilerServices/internal/metadata.json +2 -2
- package/System.Runtime.ExceptionServices/internal/index.d.ts +6 -6
- package/System.Runtime.InteropServices/bindings.json +146 -146
- package/System.Runtime.InteropServices/internal/index.d.ts +604 -586
- package/System.Runtime.InteropServices/internal/metadata.json +73 -130
- package/System.Runtime.InteropServices.ComTypes/bindings.json +252 -252
- package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +296 -292
- package/System.Runtime.InteropServices.ComTypes/internal/metadata.json +126 -126
- package/System.Runtime.InteropServices.Java/internal/index.d.ts +12 -12
- package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +60 -58
- package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +102 -94
- package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +9 -9
- package/System.Runtime.InteropServices.Swift/internal/index.d.ts +1 -1
- package/System.Runtime.Intrinsics/internal/index.d.ts +1252 -1244
- package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +9662 -9662
- package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +471 -471
- package/System.Runtime.Intrinsics.X86/internal/index.d.ts +16033 -16033
- package/System.Runtime.Loader/internal/index.d.ts +9 -7
- package/System.Runtime.Remoting/internal/index.d.ts +2 -2
- package/System.Runtime.Serialization/internal/index.d.ts +179 -171
- package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +5 -5
- package/System.Runtime.Serialization.Formatters/internal/index.d.ts +2 -2
- package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +5 -3
- package/System.Runtime.Serialization.Json/internal/index.d.ts +27 -27
- package/System.Runtime.Versioning/internal/index.d.ts +4 -4
- package/System.Security/internal/index.d.ts +45 -39
- package/System.Security.AccessControl/internal/index.d.ts +28 -26
- package/System.Security.Authentication/internal/index.d.ts +2 -2
- package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +11 -7
- package/System.Security.Claims/internal/index.d.ts +94 -90
- package/System.Security.Cryptography/bindings.json +111 -111
- package/System.Security.Cryptography/internal/index.d.ts +842 -794
- package/System.Security.Cryptography/internal/metadata.json +52 -59
- package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +121 -113
- package/System.Security.Policy/internal/index.d.ts +6 -6
- package/System.Security.Principal/internal/index.d.ts +36 -30
- package/System.Text/bindings.json +28 -28
- package/System.Text/internal/index.d.ts +325 -319
- package/System.Text/internal/metadata.json +4 -4
- package/System.Text.Encodings.Web/internal/index.d.ts +18 -18
- package/System.Text.Json/internal/index.d.ts +184 -180
- package/System.Text.Json.Nodes/internal/index.d.ts +54 -54
- package/System.Text.Json.Schema/internal/index.d.ts +3 -3
- package/System.Text.Json.Serialization/internal/index.d.ts +12 -12
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +85 -83
- package/System.Text.RegularExpressions/internal/index.d.ts +91 -89
- package/System.Text.RegularExpressions/internal/metadata.json +5 -40
- package/System.Text.Unicode/internal/index.d.ts +171 -171
- package/System.Threading/bindings.json +4 -4
- package/System.Threading/internal/index.d.ts +411 -377
- package/System.Threading/internal/metadata.json +2 -2
- package/System.Threading.Channels/internal/index.d.ts +8 -8
- package/System.Threading.Tasks/internal/index.d.ts +209 -205
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +106 -102
- package/System.Threading.Tasks.Dataflow/internal/metadata.json +0 -42
- package/System.Threading.Tasks.Sources/internal/index.d.ts +7 -7
- package/System.Timers/internal/index.d.ts +11 -9
- package/System.Transactions/internal/index.d.ts +83 -67
- package/System.Web/internal/index.d.ts +31 -31
- package/System.Windows.Input/internal/index.d.ts +2 -2
- package/System.Xml/bindings.json +35 -35
- package/System.Xml/internal/index.d.ts +343 -325
- package/System.Xml/internal/metadata.json +17 -17
- package/System.Xml.Linq/internal/index.d.ts +122 -110
- package/System.Xml.Resolvers/internal/index.d.ts +3 -3
- package/System.Xml.Schema/internal/index.d.ts +71 -71
- package/System.Xml.Serialization/internal/index.d.ts +120 -120
- package/System.Xml.XPath/internal/index.d.ts +40 -34
- package/System.Xml.Xsl/internal/index.d.ts +27 -27
- package/System.Xml.Xsl.Runtime/internal/index.d.ts +99 -99
- package/__internal/extensions/index.d.ts +2294 -0
- package/package.json +1 -1
- package/internal/extensions/index.d.ts +0 -2280
|
@@ -2683,14 +2683,7 @@
|
|
|
2683
2683
|
}
|
|
2684
2684
|
],
|
|
2685
2685
|
"events": [],
|
|
2686
|
-
"constructors": []
|
|
2687
|
-
"unsatisfiableInterfaces": [
|
|
2688
|
-
{
|
|
2689
|
-
"interfaceClrName": "System.Collections.Generic.IReadOnlyList\u00601",
|
|
2690
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
2691
|
-
"issueCount": 3
|
|
2692
|
-
}
|
|
2693
|
-
]
|
|
2686
|
+
"constructors": []
|
|
2694
2687
|
},
|
|
2695
2688
|
{
|
|
2696
2689
|
"stableId": "System.Collections.Immutable:System.Collections.Immutable.ImmutableArray\u00601\u002BEnumerator",
|
|
@@ -4673,14 +4666,7 @@
|
|
|
4673
4666
|
],
|
|
4674
4667
|
"fields": [],
|
|
4675
4668
|
"events": [],
|
|
4676
|
-
"constructors": []
|
|
4677
|
-
"unsatisfiableInterfaces": [
|
|
4678
|
-
{
|
|
4679
|
-
"interfaceClrName": "System.Collections.Generic.IReadOnlyList\u00601",
|
|
4680
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
4681
|
-
"issueCount": 1
|
|
4682
|
-
}
|
|
4683
|
-
]
|
|
4669
|
+
"constructors": []
|
|
4684
4670
|
},
|
|
4685
4671
|
{
|
|
4686
4672
|
"stableId": "System.Collections.Immutable:System.Collections.Immutable.ImmutableDictionary\u00602",
|
|
@@ -9341,14 +9327,7 @@
|
|
|
9341
9327
|
}
|
|
9342
9328
|
],
|
|
9343
9329
|
"events": [],
|
|
9344
|
-
"constructors": []
|
|
9345
|
-
"unsatisfiableInterfaces": [
|
|
9346
|
-
{
|
|
9347
|
-
"interfaceClrName": "System.Collections.Generic.IReadOnlyList\u00601",
|
|
9348
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
9349
|
-
"issueCount": 2
|
|
9350
|
-
}
|
|
9351
|
-
]
|
|
9330
|
+
"constructors": []
|
|
9352
9331
|
},
|
|
9353
9332
|
{
|
|
9354
9333
|
"stableId": "System.Collections.Immutable:System.Collections.Immutable.ImmutableList\u00601\u002BBuilder",
|
|
@@ -10628,14 +10607,7 @@
|
|
|
10628
10607
|
],
|
|
10629
10608
|
"fields": [],
|
|
10630
10609
|
"events": [],
|
|
10631
|
-
"constructors": []
|
|
10632
|
-
"unsatisfiableInterfaces": [
|
|
10633
|
-
{
|
|
10634
|
-
"interfaceClrName": "System.Collections.Generic.IReadOnlyList\u00601",
|
|
10635
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
10636
|
-
"issueCount": 2
|
|
10637
|
-
}
|
|
10638
|
-
]
|
|
10610
|
+
"constructors": []
|
|
10639
10611
|
},
|
|
10640
10612
|
{
|
|
10641
10613
|
"stableId": "System.Collections.Immutable:System.Collections.Immutable.ImmutableQueue\u00601",
|
|
@@ -13884,14 +13856,7 @@
|
|
|
13884
13856
|
}
|
|
13885
13857
|
],
|
|
13886
13858
|
"events": [],
|
|
13887
|
-
"constructors": []
|
|
13888
|
-
"unsatisfiableInterfaces": [
|
|
13889
|
-
{
|
|
13890
|
-
"interfaceClrName": "System.Collections.Generic.IReadOnlyList\u00601",
|
|
13891
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
13892
|
-
"issueCount": 2
|
|
13893
|
-
}
|
|
13894
|
-
]
|
|
13859
|
+
"constructors": []
|
|
13895
13860
|
},
|
|
13896
13861
|
{
|
|
13897
13862
|
"stableId": "System.Collections.Immutable:System.Collections.Immutable.ImmutableSortedSet\u00601\u002BBuilder",
|
|
@@ -63,13 +63,13 @@ export class Collection_1$instance<T> {
|
|
|
63
63
|
|
|
64
64
|
|
|
65
65
|
export interface __Collection_1$views<T> {
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
66
|
+
As_ICollection_1(): System_Collections_Generic_Internal.ICollection_1$instance<T>;
|
|
67
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<T>;
|
|
68
|
+
As_IList_1(): System_Collections_Generic_Internal.IList_1$instance<T>;
|
|
69
|
+
As_IReadOnlyCollection_1(): System_Collections_Generic_Internal.IReadOnlyCollection_1$instance<T>;
|
|
70
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
71
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
72
|
+
As_IList(): System_Collections_Internal.IList$instance;
|
|
73
73
|
}
|
|
74
74
|
|
|
75
75
|
export type Collection_1<T> = Collection_1$instance<T> & __Collection_1$views<T>;
|
|
@@ -78,70 +78,72 @@ export type Collection_1<T> = Collection_1$instance<T> & __Collection_1$views<T>
|
|
|
78
78
|
export abstract class KeyedCollection_2$instance<TKey, TItem> extends Collection_1$instance<TItem> {
|
|
79
79
|
readonly comparer: IEqualityComparer_1<TKey>;
|
|
80
80
|
add(item: TItem): void;
|
|
81
|
-
add(value:
|
|
81
|
+
add(value: unknown): int;
|
|
82
82
|
clear(): void;
|
|
83
83
|
contains(item: TItem): boolean;
|
|
84
|
-
contains(value:
|
|
84
|
+
contains(value: unknown): boolean;
|
|
85
85
|
copyTo(array: TItem[], index: int): void;
|
|
86
86
|
copyTo(array: ClrArray, index: int): void;
|
|
87
87
|
getEnumerator(): IEnumerator_1<TItem>;
|
|
88
88
|
getEnumerator(): IEnumerator;
|
|
89
89
|
indexOf(item: TItem): int;
|
|
90
90
|
insert(index: int, item: TItem): void;
|
|
91
|
-
insert(index: int, value:
|
|
91
|
+
insert(index: int, value: unknown): void;
|
|
92
92
|
remove(item: TItem): boolean;
|
|
93
|
-
remove(value:
|
|
93
|
+
remove(value: unknown): void;
|
|
94
94
|
removeAt(index: int): void;
|
|
95
95
|
tryGetValue(key: TKey, item: { value: ref<TItem> }): boolean;
|
|
96
96
|
}
|
|
97
97
|
|
|
98
98
|
|
|
99
99
|
export interface __KeyedCollection_2$views<TKey, TItem> {
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
100
|
+
As_ICollection_1(): System_Collections_Generic_Internal.ICollection_1$instance<TItem>;
|
|
101
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<TItem>;
|
|
102
|
+
As_IList_1(): System_Collections_Generic_Internal.IList_1$instance<TItem>;
|
|
103
|
+
As_IReadOnlyCollection_1(): System_Collections_Generic_Internal.IReadOnlyCollection_1$instance<TItem>;
|
|
104
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
105
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
106
|
+
As_IList(): System_Collections_Internal.IList$instance;
|
|
107
107
|
}
|
|
108
108
|
|
|
109
109
|
export type KeyedCollection_2<TKey, TItem> = KeyedCollection_2$instance<TKey, TItem> & __KeyedCollection_2$views<TKey, TItem>;
|
|
110
110
|
|
|
111
111
|
|
|
112
|
-
export class ObservableCollection_1$instance<T> extends Collection_1$instance<T> {
|
|
112
|
+
export class ObservableCollection_1$instance<T> extends Collection_1$instance<T> implements System_Collections_Specialized_Internal.INotifyCollectionChanged$instance, System_ComponentModel_Internal.INotifyPropertyChanged$instance {
|
|
113
113
|
constructor();
|
|
114
114
|
constructor(collection: IEnumerable_1<T>);
|
|
115
115
|
constructor(list: List_1<T>);
|
|
116
116
|
add(item: T): void;
|
|
117
|
-
add(value:
|
|
117
|
+
add(value: unknown): int;
|
|
118
118
|
clear(): void;
|
|
119
119
|
contains(item: T): boolean;
|
|
120
|
-
contains(value:
|
|
120
|
+
contains(value: unknown): boolean;
|
|
121
121
|
copyTo(array: T[], index: int): void;
|
|
122
122
|
copyTo(array: ClrArray, index: int): void;
|
|
123
123
|
getEnumerator(): IEnumerator_1<T>;
|
|
124
124
|
getEnumerator(): IEnumerator;
|
|
125
125
|
indexOf(item: T): int;
|
|
126
126
|
insert(index: int, item: T): void;
|
|
127
|
-
insert(index: int, value:
|
|
127
|
+
insert(index: int, value: unknown): void;
|
|
128
128
|
move(oldIndex: int, newIndex: int): void;
|
|
129
129
|
remove(item: T): boolean;
|
|
130
|
-
remove(value:
|
|
130
|
+
remove(value: unknown): void;
|
|
131
131
|
removeAt(index: int): void;
|
|
132
132
|
}
|
|
133
133
|
|
|
134
134
|
|
|
135
135
|
export interface __ObservableCollection_1$views<T> {
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
136
|
+
As_ICollection_1(): System_Collections_Generic_Internal.ICollection_1$instance<T>;
|
|
137
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<T>;
|
|
138
|
+
As_IList_1(): System_Collections_Generic_Internal.IList_1$instance<T>;
|
|
139
|
+
As_IReadOnlyCollection_1(): System_Collections_Generic_Internal.IReadOnlyCollection_1$instance<T>;
|
|
140
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
141
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
142
|
+
As_IList(): System_Collections_Internal.IList$instance;
|
|
143
143
|
}
|
|
144
144
|
|
|
145
|
+
export interface ObservableCollection_1$instance<T> extends System_Collections_Specialized_Internal.INotifyCollectionChanged$instance, System_ComponentModel_Internal.INotifyPropertyChanged$instance {}
|
|
146
|
+
|
|
145
147
|
export type ObservableCollection_1<T> = ObservableCollection_1$instance<T> & __ObservableCollection_1$views<T>;
|
|
146
148
|
|
|
147
149
|
|
|
@@ -153,18 +155,18 @@ export class ReadOnlyCollection_1$instance<T> {
|
|
|
153
155
|
copyTo(array: T[], index: int): void;
|
|
154
156
|
getEnumerator(): IEnumerator_1<T>;
|
|
155
157
|
indexOf(value: T): int;
|
|
156
|
-
static readonly
|
|
158
|
+
static readonly empty: unknown;
|
|
157
159
|
}
|
|
158
160
|
|
|
159
161
|
|
|
160
162
|
export interface __ReadOnlyCollection_1$views<T> {
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
163
|
+
As_ICollection_1(): System_Collections_Generic_Internal.ICollection_1$instance<T>;
|
|
164
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<T>;
|
|
165
|
+
As_IList_1(): System_Collections_Generic_Internal.IList_1$instance<T>;
|
|
166
|
+
As_IReadOnlyCollection_1(): System_Collections_Generic_Internal.IReadOnlyCollection_1$instance<T>;
|
|
167
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
168
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
169
|
+
As_IList(): System_Collections_Internal.IList$instance;
|
|
168
170
|
}
|
|
169
171
|
|
|
170
172
|
export type ReadOnlyCollection_1<T> = ReadOnlyCollection_1$instance<T> & __ReadOnlyCollection_1$views<T>;
|
|
@@ -179,19 +181,19 @@ export class ReadOnlyDictionary_2$instance<TKey, TValue> {
|
|
|
179
181
|
containsKey(key: TKey): boolean;
|
|
180
182
|
getEnumerator(): IEnumerator_1<KeyValuePair_2<TKey, TValue>>;
|
|
181
183
|
tryGetValue(key: TKey, value: { value: ref<TValue> }): boolean;
|
|
182
|
-
static readonly
|
|
184
|
+
static readonly empty: unknown;
|
|
183
185
|
}
|
|
184
186
|
|
|
185
187
|
|
|
186
188
|
export interface __ReadOnlyDictionary_2$views<TKey, TValue> {
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
189
|
+
As_ICollection_1(): System_Collections_Generic_Internal.ICollection_1$instance<KeyValuePair_2<TKey, TValue>>;
|
|
190
|
+
As_IDictionary_2(): System_Collections_Generic_Internal.IDictionary_2$instance<TKey, TValue>;
|
|
191
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<KeyValuePair_2<TKey, TValue>>;
|
|
192
|
+
As_IReadOnlyCollection_1(): System_Collections_Generic_Internal.IReadOnlyCollection_1$instance<KeyValuePair_2<TKey, TValue>>;
|
|
193
|
+
As_IReadOnlyDictionary_2(): System_Collections_Generic_Internal.IReadOnlyDictionary_2$instance<TKey, TValue>;
|
|
194
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
195
|
+
As_IDictionary(): System_Collections_Internal.IDictionary$instance;
|
|
196
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
195
197
|
}
|
|
196
198
|
|
|
197
199
|
export type ReadOnlyDictionary_2<TKey, TValue> = ReadOnlyDictionary_2$instance<TKey, TValue> & __ReadOnlyDictionary_2$views<TKey, TValue>;
|
|
@@ -206,11 +208,11 @@ export class ReadOnlyDictionary_2_KeyCollection$instance<TKey, TValue> {
|
|
|
206
208
|
|
|
207
209
|
|
|
208
210
|
export interface __ReadOnlyDictionary_2_KeyCollection$views<TKey, TValue> {
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
211
|
+
As_ICollection_1(): System_Collections_Generic_Internal.ICollection_1$instance<TKey>;
|
|
212
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<TKey>;
|
|
213
|
+
As_IReadOnlyCollection_1(): System_Collections_Generic_Internal.IReadOnlyCollection_1$instance<TKey>;
|
|
214
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
215
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
214
216
|
}
|
|
215
217
|
|
|
216
218
|
export type ReadOnlyDictionary_2_KeyCollection<TKey, TValue> = ReadOnlyDictionary_2_KeyCollection$instance<TKey, TValue> & __ReadOnlyDictionary_2_KeyCollection$views<TKey, TValue>;
|
|
@@ -224,46 +226,48 @@ export class ReadOnlyDictionary_2_ValueCollection$instance<TKey, TValue> {
|
|
|
224
226
|
|
|
225
227
|
|
|
226
228
|
export interface __ReadOnlyDictionary_2_ValueCollection$views<TKey, TValue> {
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
229
|
+
As_ICollection_1(): System_Collections_Generic_Internal.ICollection_1$instance<TValue>;
|
|
230
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<TValue>;
|
|
231
|
+
As_IReadOnlyCollection_1(): System_Collections_Generic_Internal.IReadOnlyCollection_1$instance<TValue>;
|
|
232
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
233
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
232
234
|
}
|
|
233
235
|
|
|
234
236
|
export type ReadOnlyDictionary_2_ValueCollection<TKey, TValue> = ReadOnlyDictionary_2_ValueCollection$instance<TKey, TValue> & __ReadOnlyDictionary_2_ValueCollection$views<TKey, TValue>;
|
|
235
237
|
|
|
236
238
|
|
|
237
|
-
export class ReadOnlyObservableCollection_1$instance<T> extends ReadOnlyCollection_1$instance<T> {
|
|
239
|
+
export class ReadOnlyObservableCollection_1$instance<T> extends ReadOnlyCollection_1$instance<T> implements System_Collections_Specialized_Internal.INotifyCollectionChanged$instance, System_ComponentModel_Internal.INotifyPropertyChanged$instance {
|
|
238
240
|
constructor(list: ObservableCollection_1<T>);
|
|
239
241
|
add(item: T): void;
|
|
240
|
-
add(value:
|
|
242
|
+
add(value: unknown): int;
|
|
241
243
|
clear(): void;
|
|
242
244
|
contains(value: T): boolean;
|
|
243
|
-
contains(value:
|
|
245
|
+
contains(value: unknown): boolean;
|
|
244
246
|
copyTo(array: T[], index: int): void;
|
|
245
247
|
copyTo(array: ClrArray, index: int): void;
|
|
246
248
|
getEnumerator(): IEnumerator_1<T>;
|
|
247
249
|
getEnumerator(): IEnumerator;
|
|
248
250
|
indexOf(value: T): int;
|
|
249
251
|
insert(index: int, item: T): void;
|
|
250
|
-
insert(index: int, value:
|
|
252
|
+
insert(index: int, value: unknown): void;
|
|
251
253
|
remove(item: T): boolean;
|
|
252
|
-
remove(value:
|
|
254
|
+
remove(value: unknown): void;
|
|
253
255
|
removeAt(index: int): void;
|
|
254
256
|
}
|
|
255
257
|
|
|
256
258
|
|
|
257
259
|
export interface __ReadOnlyObservableCollection_1$views<T> {
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
260
|
+
As_ICollection_1(): System_Collections_Generic_Internal.ICollection_1$instance<T>;
|
|
261
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<T>;
|
|
262
|
+
As_IList_1(): System_Collections_Generic_Internal.IList_1$instance<T>;
|
|
263
|
+
As_IReadOnlyCollection_1(): System_Collections_Generic_Internal.IReadOnlyCollection_1$instance<T>;
|
|
264
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
265
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
266
|
+
As_IList(): System_Collections_Internal.IList$instance;
|
|
265
267
|
}
|
|
266
268
|
|
|
269
|
+
export interface ReadOnlyObservableCollection_1$instance<T> extends System_Collections_Specialized_Internal.INotifyCollectionChanged$instance, System_ComponentModel_Internal.INotifyPropertyChanged$instance {}
|
|
270
|
+
|
|
267
271
|
export type ReadOnlyObservableCollection_1<T> = ReadOnlyObservableCollection_1$instance<T> & __ReadOnlyObservableCollection_1$views<T>;
|
|
268
272
|
|
|
269
273
|
|
|
@@ -278,26 +282,26 @@ export class ReadOnlySet_1$instance<T> {
|
|
|
278
282
|
isSupersetOf(other: IEnumerable_1<T>): boolean;
|
|
279
283
|
overlaps(other: IEnumerable_1<T>): boolean;
|
|
280
284
|
setEquals(other: IEnumerable_1<T>): boolean;
|
|
281
|
-
static readonly
|
|
285
|
+
static readonly empty: unknown;
|
|
282
286
|
}
|
|
283
287
|
|
|
284
288
|
|
|
285
289
|
export interface __ReadOnlySet_1$views<T> {
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
290
|
+
As_ICollection_1(): System_Collections_Generic_Internal.ICollection_1$instance<T>;
|
|
291
|
+
As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<T>;
|
|
292
|
+
As_IReadOnlyCollection_1(): System_Collections_Generic_Internal.IReadOnlyCollection_1$instance<T>;
|
|
293
|
+
As_IReadOnlySet_1(): System_Collections_Generic_Internal.IReadOnlySet_1$instance<T>;
|
|
294
|
+
As_ISet_1(): System_Collections_Generic_Internal.ISet_1$instance<T>;
|
|
295
|
+
As_ICollection(): System_Collections_Internal.ICollection$instance;
|
|
296
|
+
As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
|
|
293
297
|
}
|
|
294
298
|
|
|
295
299
|
export type ReadOnlySet_1<T> = ReadOnlySet_1$instance<T> & __ReadOnlySet_1$views<T>;
|
|
296
300
|
|
|
297
301
|
|
|
298
302
|
export abstract class ReadOnlyCollection$instance {
|
|
299
|
-
static
|
|
300
|
-
static
|
|
303
|
+
static createCollection<T>(values: ReadOnlySpan_1<T>): ReadOnlyCollection_1<T>;
|
|
304
|
+
static createSet<T>(values: ReadOnlySpan_1<T>): ReadOnlySet_1<T>;
|
|
301
305
|
}
|
|
302
306
|
|
|
303
307
|
|
|
@@ -606,13 +606,6 @@
|
|
|
606
606
|
"isStatic": false,
|
|
607
607
|
"parameterCount": 1
|
|
608
608
|
}
|
|
609
|
-
],
|
|
610
|
-
"unsatisfiableInterfaces": [
|
|
611
|
-
{
|
|
612
|
-
"interfaceClrName": "System.Collections.Generic.IReadOnlyList\u00601",
|
|
613
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
614
|
-
"issueCount": 1
|
|
615
|
-
}
|
|
616
609
|
]
|
|
617
610
|
},
|
|
618
611
|
{
|
|
@@ -1349,14 +1342,7 @@
|
|
|
1349
1342
|
],
|
|
1350
1343
|
"fields": [],
|
|
1351
1344
|
"events": [],
|
|
1352
|
-
"constructors": []
|
|
1353
|
-
"unsatisfiableInterfaces": [
|
|
1354
|
-
{
|
|
1355
|
-
"interfaceClrName": "System.Collections.Generic.IReadOnlyList\u00601",
|
|
1356
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
1357
|
-
"issueCount": 2
|
|
1358
|
-
}
|
|
1359
|
-
]
|
|
1345
|
+
"constructors": []
|
|
1360
1346
|
},
|
|
1361
1347
|
{
|
|
1362
1348
|
"stableId": "System.ObjectModel:System.Collections.ObjectModel.ObservableCollection\u00601",
|
|
@@ -2054,13 +2040,6 @@
|
|
|
2054
2040
|
"isStatic": false,
|
|
2055
2041
|
"parameterCount": 1
|
|
2056
2042
|
}
|
|
2057
|
-
],
|
|
2058
|
-
"unsatisfiableInterfaces": [
|
|
2059
|
-
{
|
|
2060
|
-
"interfaceClrName": "System.Collections.Generic.IReadOnlyList\u00601",
|
|
2061
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
2062
|
-
"issueCount": 3
|
|
2063
|
-
}
|
|
2064
2043
|
]
|
|
2065
2044
|
},
|
|
2066
2045
|
{
|
|
@@ -2611,13 +2590,6 @@
|
|
|
2611
2590
|
"isStatic": false,
|
|
2612
2591
|
"parameterCount": 1
|
|
2613
2592
|
}
|
|
2614
|
-
],
|
|
2615
|
-
"unsatisfiableInterfaces": [
|
|
2616
|
-
{
|
|
2617
|
-
"interfaceClrName": "System.Collections.Generic.IReadOnlyList\u00601",
|
|
2618
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
2619
|
-
"issueCount": 1
|
|
2620
|
-
}
|
|
2621
2593
|
]
|
|
2622
2594
|
},
|
|
2623
2595
|
{
|
|
@@ -4550,13 +4522,6 @@
|
|
|
4550
4522
|
"isStatic": false,
|
|
4551
4523
|
"parameterCount": 1
|
|
4552
4524
|
}
|
|
4553
|
-
],
|
|
4554
|
-
"unsatisfiableInterfaces": [
|
|
4555
|
-
{
|
|
4556
|
-
"interfaceClrName": "System.Collections.Generic.IReadOnlyList\u00601",
|
|
4557
|
-
"reason": "MissingOrIncompatibleMembers",
|
|
4558
|
-
"issueCount": 3
|
|
4559
|
-
}
|
|
4560
4525
|
]
|
|
4561
4526
|
},
|
|
4562
4527
|
{
|