@tsonic/dotnet 0.8.0 → 0.8.1

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.
Files changed (122) hide show
  1. package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +7 -7
  2. package/Microsoft.VisualBasic/internal/index.d.ts +23 -23
  3. package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +29 -29
  4. package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +15 -15
  5. package/Microsoft.Win32/internal/index.d.ts +1 -1
  6. package/Microsoft.Win32.SafeHandles/internal/index.d.ts +19 -19
  7. package/System/internal/index.d.ts +408 -408
  8. package/System.Buffers/internal/index.d.ts +11 -11
  9. package/System.CodeDom.Compiler/internal/index.d.ts +3 -3
  10. package/System.Collections/internal/index.d.ts +44 -44
  11. package/System.Collections.Concurrent/internal/index.d.ts +18 -18
  12. package/System.Collections.Frozen/internal/index.d.ts +4 -4
  13. package/System.Collections.Generic/internal/index.d.ts +98 -98
  14. package/System.Collections.Immutable/internal/index.d.ts +22 -22
  15. package/System.Collections.ObjectModel/internal/index.d.ts +11 -11
  16. package/System.Collections.Specialized/internal/index.d.ts +38 -38
  17. package/System.ComponentModel/internal/index.d.ts +222 -222
  18. package/System.ComponentModel.DataAnnotations/internal/index.d.ts +54 -54
  19. package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +8 -8
  20. package/System.ComponentModel.Design/internal/index.d.ts +30 -30
  21. package/System.ComponentModel.Design.Serialization/internal/index.d.ts +13 -13
  22. package/System.Data/internal/index.d.ts +110 -110
  23. package/System.Data.Common/internal/index.d.ts +17 -17
  24. package/System.Data.SqlTypes/internal/index.d.ts +62 -62
  25. package/System.Diagnostics/internal/index.d.ts +117 -117
  26. package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +34 -34
  27. package/System.Diagnostics.Contracts/internal/index.d.ts +14 -14
  28. package/System.Diagnostics.Metrics/internal/index.d.ts +19 -19
  29. package/System.Diagnostics.SymbolStore/internal/index.d.ts +4 -4
  30. package/System.Diagnostics.Tracing/internal/index.d.ts +21 -21
  31. package/System.Drawing/internal/index.d.ts +22 -22
  32. package/System.Dynamic/internal/index.d.ts +6 -6
  33. package/System.Formats.Asn1/internal/index.d.ts +10 -10
  34. package/System.Formats.Tar/internal/index.d.ts +14 -14
  35. package/System.Globalization/internal/index.d.ts +40 -40
  36. package/System.IO/internal/index.d.ts +107 -107
  37. package/System.IO.Compression/internal/index.d.ts +32 -32
  38. package/System.IO.Enumeration/internal/index.d.ts +3 -3
  39. package/System.IO.IsolatedStorage/internal/index.d.ts +12 -12
  40. package/System.IO.MemoryMappedFiles/internal/index.d.ts +3 -3
  41. package/System.IO.Pipelines/internal/index.d.ts +8 -8
  42. package/System.IO.Pipes/internal/index.d.ts +28 -28
  43. package/System.Linq/internal/index.d.ts +7 -7
  44. package/System.Linq.Expressions/internal/index.d.ts +34 -34
  45. package/System.Linq.Expressions.Interpreter/internal/index.d.ts +1 -1
  46. package/System.Net/internal/index.d.ts +84 -84
  47. package/System.Net.Cache/internal/index.d.ts +8 -8
  48. package/System.Net.Http/internal/index.d.ts +40 -40
  49. package/System.Net.Http.Headers/internal/index.d.ts +48 -48
  50. package/System.Net.Http.Json/internal/index.d.ts +1 -1
  51. package/System.Net.Http.Metrics/internal/index.d.ts +1 -1
  52. package/System.Net.Mail/internal/index.d.ts +47 -47
  53. package/System.Net.Mime/internal/index.d.ts +4 -4
  54. package/System.Net.NetworkInformation/internal/index.d.ts +17 -17
  55. package/System.Net.Quic/internal/index.d.ts +9 -9
  56. package/System.Net.Security/internal/index.d.ts +19 -19
  57. package/System.Net.ServerSentEvents/internal/index.d.ts +2 -2
  58. package/System.Net.Sockets/internal/index.d.ts +53 -53
  59. package/System.Net.WebSockets/internal/index.d.ts +23 -23
  60. package/System.Numerics/internal/index.d.ts +37 -37
  61. package/System.Reflection/internal/index.d.ts +69 -69
  62. package/System.Reflection.Emit/internal/index.d.ts +18 -18
  63. package/System.Reflection.Metadata/internal/index.d.ts +170 -170
  64. package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +39 -39
  65. package/System.Reflection.PortableExecutable/internal/index.d.ts +23 -23
  66. package/System.Resources/internal/index.d.ts +20 -20
  67. package/System.Runtime/internal/index.d.ts +7 -7
  68. package/System.Runtime.CompilerServices/internal/index.d.ts +145 -145
  69. package/System.Runtime.ConstrainedExecution/internal/index.d.ts +2 -2
  70. package/System.Runtime.ExceptionServices/internal/index.d.ts +3 -3
  71. package/System.Runtime.InteropServices/internal/index.d.ts +120 -120
  72. package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +20 -20
  73. package/System.Runtime.InteropServices.Java/internal/index.d.ts +3 -3
  74. package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +27 -27
  75. package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +27 -27
  76. package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +1 -1
  77. package/System.Runtime.InteropServices.Swift/internal/index.d.ts +4 -4
  78. package/System.Runtime.Intrinsics/internal/index.d.ts +4 -4
  79. package/System.Runtime.Loader/internal/index.d.ts +3 -3
  80. package/System.Runtime.Remoting/internal/index.d.ts +1 -1
  81. package/System.Runtime.Serialization/internal/index.d.ts +47 -47
  82. package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +4 -4
  83. package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +2 -2
  84. package/System.Runtime.Serialization.Json/internal/index.d.ts +8 -8
  85. package/System.Runtime.Versioning/internal/index.d.ts +18 -18
  86. package/System.Security/internal/index.d.ts +23 -23
  87. package/System.Security.AccessControl/internal/index.d.ts +65 -65
  88. package/System.Security.Authentication/internal/index.d.ts +6 -6
  89. package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +6 -6
  90. package/System.Security.Claims/internal/index.d.ts +24 -24
  91. package/System.Security.Cryptography/internal/index.d.ts +220 -220
  92. package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +120 -120
  93. package/System.Security.Permissions/internal/index.d.ts +1 -1
  94. package/System.Security.Policy/internal/index.d.ts +4 -4
  95. package/System.Security.Principal/internal/index.d.ts +21 -21
  96. package/System.Text/internal/index.d.ts +49 -49
  97. package/System.Text.Encodings.Web/internal/index.d.ts +3 -3
  98. package/System.Text.Json/internal/index.d.ts +24 -24
  99. package/System.Text.Json.Nodes/internal/index.d.ts +8 -8
  100. package/System.Text.Json.Schema/internal/index.d.ts +2 -2
  101. package/System.Text.Json.Serialization/internal/index.d.ts +25 -25
  102. package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +10 -10
  103. package/System.Text.RegularExpressions/internal/index.d.ts +24 -24
  104. package/System.Text.Unicode/internal/index.d.ts +3 -3
  105. package/System.Threading/internal/index.d.ts +105 -105
  106. package/System.Threading.Channels/internal/index.d.ts +7 -7
  107. package/System.Threading.Tasks/internal/index.d.ts +56 -56
  108. package/System.Threading.Tasks.Dataflow/internal/index.d.ts +29 -29
  109. package/System.Threading.Tasks.Sources/internal/index.d.ts +1 -1
  110. package/System.Timers/internal/index.d.ts +5 -5
  111. package/System.Transactions/internal/index.d.ts +41 -41
  112. package/System.Web/internal/index.d.ts +1 -1
  113. package/System.Windows.Markup/internal/index.d.ts +2 -2
  114. package/System.Xml/internal/index.d.ts +72 -72
  115. package/System.Xml.Linq/internal/index.d.ts +31 -31
  116. package/System.Xml.Resolvers/internal/index.d.ts +5 -5
  117. package/System.Xml.Schema/internal/index.d.ts +76 -76
  118. package/System.Xml.Serialization/internal/index.d.ts +96 -96
  119. package/System.Xml.XPath/internal/index.d.ts +9 -9
  120. package/System.Xml.Xsl/internal/index.d.ts +13 -13
  121. package/System.Xml.Xsl.Runtime/internal/index.d.ts +52 -52
  122. package/package.json +1 -1
@@ -173,7 +173,7 @@ export interface ImmutableArray_1$instance<T> {
173
173
 
174
174
 
175
175
  export const ImmutableArray_1: {
176
- new<T>(): ImmutableArray_1$instance<T>;
176
+ new<T>(): ImmutableArray_1<T>;
177
177
  readonly empty: unknown;
178
178
  castUp<T, TDerived extends T>(items: ImmutableArray_1<TDerived>): ImmutableArray_1<T>;
179
179
  };
@@ -208,7 +208,7 @@ export interface ImmutableArray_1_Enumerator$instance<T> {
208
208
 
209
209
 
210
210
  export const ImmutableArray_1_Enumerator: {
211
- new<T>(): ImmutableArray_1_Enumerator$instance<T>;
211
+ new<T>(): ImmutableArray_1_Enumerator<T>;
212
212
  };
213
213
 
214
214
 
@@ -223,7 +223,7 @@ export interface ImmutableDictionary_2_Enumerator$instance<TKey, TValue> extends
223
223
 
224
224
 
225
225
  export const ImmutableDictionary_2_Enumerator: {
226
- new<TKey, TValue>(): ImmutableDictionary_2_Enumerator$instance<TKey, TValue>;
226
+ new<TKey, TValue>(): ImmutableDictionary_2_Enumerator<TKey, TValue>;
227
227
  };
228
228
 
229
229
 
@@ -244,7 +244,7 @@ export interface ImmutableHashSet_1_Enumerator$instance<T> extends IDisposable {
244
244
 
245
245
 
246
246
  export const ImmutableHashSet_1_Enumerator: {
247
- new<T>(): ImmutableHashSet_1_Enumerator$instance<T>;
247
+ new<T>(): ImmutableHashSet_1_Enumerator<T>;
248
248
  };
249
249
 
250
250
 
@@ -265,7 +265,7 @@ export interface ImmutableList_1_Enumerator$instance<T> extends IDisposable {
265
265
 
266
266
 
267
267
  export const ImmutableList_1_Enumerator: {
268
- new<T>(): ImmutableList_1_Enumerator$instance<T>;
268
+ new<T>(): ImmutableList_1_Enumerator<T>;
269
269
  };
270
270
 
271
271
 
@@ -284,7 +284,7 @@ export interface ImmutableQueue_1_Enumerator$instance<T> {
284
284
 
285
285
 
286
286
  export const ImmutableQueue_1_Enumerator: {
287
- new<T>(): ImmutableQueue_1_Enumerator$instance<T>;
287
+ new<T>(): ImmutableQueue_1_Enumerator<T>;
288
288
  };
289
289
 
290
290
 
@@ -299,7 +299,7 @@ export interface ImmutableSortedDictionary_2_Enumerator$instance<TKey, TValue> e
299
299
 
300
300
 
301
301
  export const ImmutableSortedDictionary_2_Enumerator: {
302
- new<TKey, TValue>(): ImmutableSortedDictionary_2_Enumerator$instance<TKey, TValue>;
302
+ new<TKey, TValue>(): ImmutableSortedDictionary_2_Enumerator<TKey, TValue>;
303
303
  };
304
304
 
305
305
 
@@ -320,7 +320,7 @@ export interface ImmutableSortedSet_1_Enumerator$instance<T> extends IDisposable
320
320
 
321
321
 
322
322
  export const ImmutableSortedSet_1_Enumerator: {
323
- new<T>(): ImmutableSortedSet_1_Enumerator$instance<T>;
323
+ new<T>(): ImmutableSortedSet_1_Enumerator<T>;
324
324
  };
325
325
 
326
326
 
@@ -339,7 +339,7 @@ export interface ImmutableStack_1_Enumerator$instance<T> {
339
339
 
340
340
 
341
341
  export const ImmutableStack_1_Enumerator: {
342
- new<T>(): ImmutableStack_1_Enumerator$instance<T>;
342
+ new<T>(): ImmutableStack_1_Enumerator<T>;
343
343
  };
344
344
 
345
345
 
@@ -400,7 +400,7 @@ export interface ImmutableArray_1_Builder$instance<T> {
400
400
 
401
401
 
402
402
  export const ImmutableArray_1_Builder: {
403
- new<T>(): ImmutableArray_1_Builder$instance<T>;
403
+ new<T>(): ImmutableArray_1_Builder<T>;
404
404
  };
405
405
 
406
406
 
@@ -443,7 +443,7 @@ export interface ImmutableDictionary_2$instance<TKey, TValue> {
443
443
 
444
444
 
445
445
  export const ImmutableDictionary_2: {
446
- new<TKey, TValue>(): ImmutableDictionary_2$instance<TKey, TValue>;
446
+ new<TKey, TValue>(): ImmutableDictionary_2<TKey, TValue>;
447
447
  readonly empty: unknown;
448
448
  };
449
449
 
@@ -490,7 +490,7 @@ export interface ImmutableDictionary_2_Builder$instance<TKey, TValue> {
490
490
 
491
491
 
492
492
  export const ImmutableDictionary_2_Builder: {
493
- new<TKey, TValue>(): ImmutableDictionary_2_Builder$instance<TKey, TValue>;
493
+ new<TKey, TValue>(): ImmutableDictionary_2_Builder<TKey, TValue>;
494
494
  };
495
495
 
496
496
 
@@ -534,7 +534,7 @@ export interface ImmutableHashSet_1$instance<T> {
534
534
 
535
535
 
536
536
  export const ImmutableHashSet_1: {
537
- new<T>(): ImmutableHashSet_1$instance<T>;
537
+ new<T>(): ImmutableHashSet_1<T>;
538
538
  readonly empty: unknown;
539
539
  };
540
540
 
@@ -577,7 +577,7 @@ export interface ImmutableHashSet_1_Builder$instance<T> {
577
577
 
578
578
 
579
579
  export const ImmutableHashSet_1_Builder: {
580
- new<T>(): ImmutableHashSet_1_Builder$instance<T>;
580
+ new<T>(): ImmutableHashSet_1_Builder<T>;
581
581
  };
582
582
 
583
583
 
@@ -648,7 +648,7 @@ export interface ImmutableList_1$instance<T> {
648
648
 
649
649
 
650
650
  export const ImmutableList_1: {
651
- new<T>(): ImmutableList_1$instance<T>;
651
+ new<T>(): ImmutableList_1<T>;
652
652
  readonly empty: unknown;
653
653
  };
654
654
 
@@ -726,7 +726,7 @@ export interface ImmutableList_1_Builder$instance<T> {
726
726
 
727
727
 
728
728
  export const ImmutableList_1_Builder: {
729
- new<T>(): ImmutableList_1_Builder$instance<T>;
729
+ new<T>(): ImmutableList_1_Builder<T>;
730
730
  };
731
731
 
732
732
 
@@ -756,7 +756,7 @@ export interface ImmutableQueue_1$instance<T> {
756
756
 
757
757
 
758
758
  export const ImmutableQueue_1: {
759
- new<T>(): ImmutableQueue_1$instance<T>;
759
+ new<T>(): ImmutableQueue_1<T>;
760
760
  readonly empty: unknown;
761
761
  };
762
762
 
@@ -799,7 +799,7 @@ export interface ImmutableSortedDictionary_2$instance<TKey, TValue> {
799
799
 
800
800
 
801
801
  export const ImmutableSortedDictionary_2: {
802
- new<TKey, TValue>(): ImmutableSortedDictionary_2$instance<TKey, TValue>;
802
+ new<TKey, TValue>(): ImmutableSortedDictionary_2<TKey, TValue>;
803
803
  readonly empty: unknown;
804
804
  };
805
805
 
@@ -847,7 +847,7 @@ export interface ImmutableSortedDictionary_2_Builder$instance<TKey, TValue> {
847
847
 
848
848
 
849
849
  export const ImmutableSortedDictionary_2_Builder: {
850
- new<TKey, TValue>(): ImmutableSortedDictionary_2_Builder$instance<TKey, TValue>;
850
+ new<TKey, TValue>(): ImmutableSortedDictionary_2_Builder<TKey, TValue>;
851
851
  };
852
852
 
853
853
 
@@ -897,7 +897,7 @@ export interface ImmutableSortedSet_1$instance<T> {
897
897
 
898
898
 
899
899
  export const ImmutableSortedSet_1: {
900
- new<T>(): ImmutableSortedSet_1$instance<T>;
900
+ new<T>(): ImmutableSortedSet_1<T>;
901
901
  readonly empty: unknown;
902
902
  };
903
903
 
@@ -948,7 +948,7 @@ export interface ImmutableSortedSet_1_Builder$instance<T> {
948
948
 
949
949
 
950
950
  export const ImmutableSortedSet_1_Builder: {
951
- new<T>(): ImmutableSortedSet_1_Builder$instance<T>;
951
+ new<T>(): ImmutableSortedSet_1_Builder<T>;
952
952
  };
953
953
 
954
954
 
@@ -977,7 +977,7 @@ export interface ImmutableStack_1$instance<T> {
977
977
 
978
978
 
979
979
  export const ImmutableStack_1: {
980
- new<T>(): ImmutableStack_1$instance<T>;
980
+ new<T>(): ImmutableStack_1<T>;
981
981
  readonly empty: unknown;
982
982
  };
983
983
 
@@ -36,8 +36,8 @@ export interface Collection_1$instance<T> {
36
36
 
37
37
 
38
38
  export const Collection_1: {
39
- new<T>(): Collection_1$instance<T>;
40
- new<T>(list: IList_1<T>): Collection_1$instance<T>;
39
+ new<T>(): Collection_1<T>;
40
+ new<T>(list: IList_1<T>): Collection_1<T>;
41
41
  };
42
42
 
43
43
 
@@ -113,9 +113,9 @@ export interface ObservableCollection_1$instance<T> extends Collection_1$instanc
113
113
 
114
114
 
115
115
  export const ObservableCollection_1: {
116
- new<T>(): ObservableCollection_1$instance<T>;
117
- new<T>(collection: IEnumerable_1<T>): ObservableCollection_1$instance<T>;
118
- new<T>(list: List_1<T>): ObservableCollection_1$instance<T>;
116
+ new<T>(): ObservableCollection_1<T>;
117
+ new<T>(collection: IEnumerable_1<T>): ObservableCollection_1<T>;
118
+ new<T>(list: List_1<T>): ObservableCollection_1<T>;
119
119
  };
120
120
 
121
121
 
@@ -145,7 +145,7 @@ export interface ReadOnlyCollection_1$instance<T> {
145
145
 
146
146
 
147
147
  export const ReadOnlyCollection_1: {
148
- new<T>(list: IList_1<T>): ReadOnlyCollection_1$instance<T>;
148
+ new<T>(list: IList_1<T>): ReadOnlyCollection_1<T>;
149
149
  readonly empty: unknown;
150
150
  };
151
151
 
@@ -175,7 +175,7 @@ export interface ReadOnlyDictionary_2$instance<TKey, TValue> {
175
175
 
176
176
 
177
177
  export const ReadOnlyDictionary_2: {
178
- new<TKey, TValue>(dictionary: IDictionary_2<TKey, TValue>): ReadOnlyDictionary_2$instance<TKey, TValue>;
178
+ new<TKey, TValue>(dictionary: IDictionary_2<TKey, TValue>): ReadOnlyDictionary_2<TKey, TValue>;
179
179
  readonly empty: unknown;
180
180
  };
181
181
 
@@ -203,7 +203,7 @@ export interface ReadOnlyDictionary_2_KeyCollection$instance<TKey, TValue> {
203
203
 
204
204
 
205
205
  export const ReadOnlyDictionary_2_KeyCollection: {
206
- new<TKey, TValue>(): ReadOnlyDictionary_2_KeyCollection$instance<TKey, TValue>;
206
+ new<TKey, TValue>(): ReadOnlyDictionary_2_KeyCollection<TKey, TValue>;
207
207
  };
208
208
 
209
209
 
@@ -226,7 +226,7 @@ export interface ReadOnlyDictionary_2_ValueCollection$instance<TKey, TValue> {
226
226
 
227
227
 
228
228
  export const ReadOnlyDictionary_2_ValueCollection: {
229
- new<TKey, TValue>(): ReadOnlyDictionary_2_ValueCollection$instance<TKey, TValue>;
229
+ new<TKey, TValue>(): ReadOnlyDictionary_2_ValueCollection<TKey, TValue>;
230
230
  };
231
231
 
232
232
 
@@ -261,7 +261,7 @@ export interface ReadOnlyObservableCollection_1$instance<T> extends ReadOnlyColl
261
261
 
262
262
 
263
263
  export const ReadOnlyObservableCollection_1: {
264
- new<T>(list: ObservableCollection_1<T>): ReadOnlyObservableCollection_1$instance<T>;
264
+ new<T>(list: ObservableCollection_1<T>): ReadOnlyObservableCollection_1<T>;
265
265
  };
266
266
 
267
267
 
@@ -294,7 +294,7 @@ export interface ReadOnlySet_1$instance<T> {
294
294
 
295
295
 
296
296
  export const ReadOnlySet_1: {
297
- new<T>(set_: ISet_1<T>): ReadOnlySet_1$instance<T>;
297
+ new<T>(set_: ISet_1<T>): ReadOnlySet_1<T>;
298
298
  readonly empty: unknown;
299
299
  };
300
300
 
@@ -73,8 +73,8 @@ export interface BitVector32$instance {
73
73
 
74
74
 
75
75
  export const BitVector32: {
76
- new(data: int): BitVector32$instance;
77
- new(value: BitVector32): BitVector32$instance;
76
+ new(data: int): BitVector32;
77
+ new(value: BitVector32): BitVector32;
78
78
  createMask(): int;
79
79
  createMask(previous: int): int;
80
80
  createSection(maxValue: short, previous: BitVector32_Section): BitVector32_Section;
@@ -104,7 +104,7 @@ export interface BitVector32_Section$instance {
104
104
 
105
105
 
106
106
  export const BitVector32_Section: {
107
- new(): BitVector32_Section$instance;
107
+ new(): BitVector32_Section;
108
108
  toString(value: BitVector32_Section): string;
109
109
  };
110
110
 
@@ -124,7 +124,7 @@ export interface CollectionsUtil$instance {
124
124
 
125
125
 
126
126
  export const CollectionsUtil: {
127
- new(): CollectionsUtil$instance;
127
+ new(): CollectionsUtil;
128
128
  createCaseInsensitiveHashtable(): Hashtable;
129
129
  createCaseInsensitiveHashtable(d: IDictionary): Hashtable;
130
130
  createCaseInsensitiveHashtable(capacity: int): Hashtable;
@@ -153,10 +153,10 @@ export interface HybridDictionary$instance {
153
153
 
154
154
 
155
155
  export const HybridDictionary: {
156
- new(): HybridDictionary$instance;
157
- new(initialSize: int): HybridDictionary$instance;
158
- new(caseInsensitive: boolean): HybridDictionary$instance;
159
- new(initialSize: int, caseInsensitive: boolean): HybridDictionary$instance;
156
+ new(): HybridDictionary;
157
+ new(initialSize: int): HybridDictionary;
158
+ new(caseInsensitive: boolean): HybridDictionary;
159
+ new(initialSize: int, caseInsensitive: boolean): HybridDictionary;
160
160
  };
161
161
 
162
162
 
@@ -188,8 +188,8 @@ export interface ListDictionary$instance {
188
188
 
189
189
 
190
190
  export const ListDictionary: {
191
- new(): ListDictionary$instance;
192
- new(comparer: IComparer): ListDictionary$instance;
191
+ new(): ListDictionary;
192
+ new(comparer: IComparer): ListDictionary;
193
193
  };
194
194
 
195
195
 
@@ -210,7 +210,7 @@ export interface ListDictionary_DictionaryNode$instance {
210
210
 
211
211
 
212
212
  export const ListDictionary_DictionaryNode: {
213
- new(): ListDictionary_DictionaryNode$instance;
213
+ new(): ListDictionary_DictionaryNode;
214
214
  };
215
215
 
216
216
 
@@ -250,7 +250,7 @@ export interface NameObjectCollectionBase_KeysCollection$instance {
250
250
 
251
251
 
252
252
  export const NameObjectCollectionBase_KeysCollection: {
253
- new(): NameObjectCollectionBase_KeysCollection$instance;
253
+ new(): NameObjectCollectionBase_KeysCollection;
254
254
  };
255
255
 
256
256
 
@@ -286,14 +286,14 @@ export interface NameValueCollection$instance extends NameObjectCollectionBase$i
286
286
 
287
287
 
288
288
  export const NameValueCollection: {
289
- new(): NameValueCollection$instance;
290
- new(col: NameValueCollection): NameValueCollection$instance;
291
- new(hashProvider: IHashCodeProvider, comparer: IComparer): NameValueCollection$instance;
292
- new(capacity: int): NameValueCollection$instance;
293
- new(equalityComparer: IEqualityComparer): NameValueCollection$instance;
294
- new(capacity: int, equalityComparer: IEqualityComparer): NameValueCollection$instance;
295
- new(capacity: int, col: NameValueCollection): NameValueCollection$instance;
296
- new(capacity: int, hashProvider: IHashCodeProvider, comparer: IComparer): NameValueCollection$instance;
289
+ new(): NameValueCollection;
290
+ new(col: NameValueCollection): NameValueCollection;
291
+ new(hashProvider: IHashCodeProvider, comparer: IComparer): NameValueCollection;
292
+ new(capacity: int): NameValueCollection;
293
+ new(equalityComparer: IEqualityComparer): NameValueCollection;
294
+ new(capacity: int, equalityComparer: IEqualityComparer): NameValueCollection;
295
+ new(capacity: int, col: NameValueCollection): NameValueCollection;
296
+ new(capacity: int, hashProvider: IHashCodeProvider, comparer: IComparer): NameValueCollection;
297
297
  };
298
298
 
299
299
 
@@ -319,17 +319,17 @@ export interface NotifyCollectionChangedEventArgs$instance extends EventArgs {
319
319
 
320
320
 
321
321
  export const NotifyCollectionChangedEventArgs: {
322
- new(action: NotifyCollectionChangedAction): NotifyCollectionChangedEventArgs$instance;
323
- new(action: NotifyCollectionChangedAction, changedItem: unknown): NotifyCollectionChangedEventArgs$instance;
324
- new(action: NotifyCollectionChangedAction, changedItem: unknown, index: int): NotifyCollectionChangedEventArgs$instance;
325
- new(action: NotifyCollectionChangedAction, changedItems: IList): NotifyCollectionChangedEventArgs$instance;
326
- new(action: NotifyCollectionChangedAction, changedItems: IList, startingIndex: int): NotifyCollectionChangedEventArgs$instance;
327
- new(action: NotifyCollectionChangedAction, newItem: unknown, oldItem: unknown): NotifyCollectionChangedEventArgs$instance;
328
- new(action: NotifyCollectionChangedAction, newItem: unknown, oldItem: unknown, index: int): NotifyCollectionChangedEventArgs$instance;
329
- new(action: NotifyCollectionChangedAction, newItems: IList, oldItems: IList): NotifyCollectionChangedEventArgs$instance;
330
- new(action: NotifyCollectionChangedAction, newItems: IList, oldItems: IList, startingIndex: int): NotifyCollectionChangedEventArgs$instance;
331
- new(action: NotifyCollectionChangedAction, changedItem: unknown, index: int, oldIndex: int): NotifyCollectionChangedEventArgs$instance;
332
- new(action: NotifyCollectionChangedAction, changedItems: IList, index: int, oldIndex: int): NotifyCollectionChangedEventArgs$instance;
322
+ new(action: NotifyCollectionChangedAction): NotifyCollectionChangedEventArgs;
323
+ new(action: NotifyCollectionChangedAction, changedItem: unknown): NotifyCollectionChangedEventArgs;
324
+ new(action: NotifyCollectionChangedAction, changedItem: unknown, index: int): NotifyCollectionChangedEventArgs;
325
+ new(action: NotifyCollectionChangedAction, changedItems: IList): NotifyCollectionChangedEventArgs;
326
+ new(action: NotifyCollectionChangedAction, changedItems: IList, startingIndex: int): NotifyCollectionChangedEventArgs;
327
+ new(action: NotifyCollectionChangedAction, newItem: unknown, oldItem: unknown): NotifyCollectionChangedEventArgs;
328
+ new(action: NotifyCollectionChangedAction, newItem: unknown, oldItem: unknown, index: int): NotifyCollectionChangedEventArgs;
329
+ new(action: NotifyCollectionChangedAction, newItems: IList, oldItems: IList): NotifyCollectionChangedEventArgs;
330
+ new(action: NotifyCollectionChangedAction, newItems: IList, oldItems: IList, startingIndex: int): NotifyCollectionChangedEventArgs;
331
+ new(action: NotifyCollectionChangedAction, changedItem: unknown, index: int, oldIndex: int): NotifyCollectionChangedEventArgs;
332
+ new(action: NotifyCollectionChangedAction, changedItems: IList, index: int, oldIndex: int): NotifyCollectionChangedEventArgs;
333
333
  };
334
334
 
335
335
 
@@ -358,10 +358,10 @@ export interface OrderedDictionary$instance {
358
358
 
359
359
 
360
360
  export const OrderedDictionary: {
361
- new(): OrderedDictionary$instance;
362
- new(capacity: int): OrderedDictionary$instance;
363
- new(comparer: IEqualityComparer): OrderedDictionary$instance;
364
- new(capacity: int, comparer: IEqualityComparer): OrderedDictionary$instance;
361
+ new(): OrderedDictionary;
362
+ new(capacity: int): OrderedDictionary;
363
+ new(comparer: IEqualityComparer): OrderedDictionary;
364
+ new(capacity: int, comparer: IEqualityComparer): OrderedDictionary;
365
365
  };
366
366
 
367
367
 
@@ -399,7 +399,7 @@ export interface StringCollection$instance {
399
399
 
400
400
 
401
401
  export const StringCollection: {
402
- new(): StringCollection$instance;
402
+ new(): StringCollection;
403
403
  };
404
404
 
405
405
 
@@ -430,7 +430,7 @@ export interface StringDictionary$instance {
430
430
 
431
431
 
432
432
  export const StringDictionary: {
433
- new(): StringDictionary$instance;
433
+ new(): StringDictionary;
434
434
  };
435
435
 
436
436
 
@@ -451,7 +451,7 @@ export interface StringEnumerator$instance {
451
451
 
452
452
 
453
453
  export const StringEnumerator: {
454
- new(): StringEnumerator$instance;
454
+ new(): StringEnumerator;
455
455
  };
456
456
 
457
457