@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
@@ -64,7 +64,7 @@ export interface MemoryHandle$instance {
64
64
 
65
65
 
66
66
  export const MemoryHandle: {
67
- new(pointer: ptr<void>, handle: GCHandle, pinnable: IPinnable): MemoryHandle$instance;
67
+ new(pointer: ptr<void>, handle: GCHandle, pinnable: IPinnable): MemoryHandle;
68
68
  };
69
69
 
70
70
 
@@ -104,10 +104,10 @@ export interface ReadOnlySequence_1$instance<T> {
104
104
 
105
105
 
106
106
  export const ReadOnlySequence_1: {
107
- new<T>(startSegment: ReadOnlySequenceSegment_1<T>, startIndex: int, endSegment: ReadOnlySequenceSegment_1<T>, endIndex: int): ReadOnlySequence_1$instance<T>;
108
- new<T>(array: T[]): ReadOnlySequence_1$instance<T>;
109
- new<T>(array: T[], start: int, length: int): ReadOnlySequence_1$instance<T>;
110
- new<T>(memory: ReadOnlyMemory_1<T>): ReadOnlySequence_1$instance<T>;
107
+ new<T>(startSegment: ReadOnlySequenceSegment_1<T>, startIndex: int, endSegment: ReadOnlySequenceSegment_1<T>, endIndex: int): ReadOnlySequence_1<T>;
108
+ new<T>(array: T[]): ReadOnlySequence_1<T>;
109
+ new<T>(array: T[], start: int, length: int): ReadOnlySequence_1<T>;
110
+ new<T>(memory: ReadOnlyMemory_1<T>): ReadOnlySequence_1<T>;
111
111
  readonly empty: unknown;
112
112
  };
113
113
 
@@ -121,7 +121,7 @@ export interface ReadOnlySequence_1_Enumerator$instance<T> {
121
121
 
122
122
 
123
123
  export const ReadOnlySequence_1_Enumerator: {
124
- new<T>(sequence: ReadOnlySequence_1<T>): ReadOnlySequence_1_Enumerator$instance<T>;
124
+ new<T>(sequence: ReadOnlySequence_1<T>): ReadOnlySequence_1_Enumerator<T>;
125
125
  };
126
126
 
127
127
 
@@ -167,7 +167,7 @@ export interface SequenceReader_1$instance<T extends (IEquatable_1<T> | number |
167
167
 
168
168
 
169
169
  export const SequenceReader_1: {
170
- new<T extends (IEquatable_1<T> | number | string | boolean)>(sequence: ReadOnlySequence_1<T>): SequenceReader_1$instance<T>;
170
+ new<T extends (IEquatable_1<T> | number | string | boolean)>(sequence: ReadOnlySequence_1<T>): SequenceReader_1<T>;
171
171
  };
172
172
 
173
173
 
@@ -186,7 +186,7 @@ export interface StandardFormat$instance {
186
186
 
187
187
 
188
188
  export const StandardFormat: {
189
- new(symbol_: char, precision: byte): StandardFormat$instance;
189
+ new(symbol_: char, precision: byte): StandardFormat;
190
190
  readonly noPrecision: byte;
191
191
  readonly maxPrecision: byte;
192
192
  parse(format: ReadOnlySpan_1<System_Internal.Char>): StandardFormat;
@@ -220,8 +220,8 @@ export interface ArrayBufferWriter_1$instance<T> {
220
220
 
221
221
 
222
222
  export const ArrayBufferWriter_1: {
223
- new<T>(): ArrayBufferWriter_1$instance<T>;
224
- new<T>(initialCapacity: int): ArrayBufferWriter_1$instance<T>;
223
+ new<T>(): ArrayBufferWriter_1<T>;
224
+ new<T>(initialCapacity: int): ArrayBufferWriter_1<T>;
225
225
  };
226
226
 
227
227
 
@@ -312,7 +312,7 @@ export interface SearchValues_1$instance<T extends (IEquatable_1<T> | number | s
312
312
 
313
313
 
314
314
  export const SearchValues_1: {
315
- new<T extends (IEquatable_1<T> | number | string | boolean)>(): SearchValues_1$instance<T>;
315
+ new<T extends (IEquatable_1<T> | number | string | boolean)>(): SearchValues_1<T>;
316
316
  };
317
317
 
318
318
 
@@ -21,7 +21,7 @@ export interface GeneratedCodeAttribute$instance extends Attribute {
21
21
 
22
22
 
23
23
  export const GeneratedCodeAttribute: {
24
- new(tool: string, version: string): GeneratedCodeAttribute$instance;
24
+ new(tool: string, version: string): GeneratedCodeAttribute;
25
25
  };
26
26
 
27
27
 
@@ -102,8 +102,8 @@ export interface IndentedTextWriter$instance extends TextWriter {
102
102
 
103
103
 
104
104
  export const IndentedTextWriter: {
105
- new(writer: TextWriter): IndentedTextWriter$instance;
106
- new(writer: TextWriter, tabString: string): IndentedTextWriter$instance;
105
+ new(writer: TextWriter): IndentedTextWriter;
106
+ new(writer: TextWriter, tabString: string): IndentedTextWriter;
107
107
  readonly defaultTabString: string;
108
108
  };
109
109
 
@@ -145,7 +145,7 @@ export interface DictionaryEntry$instance {
145
145
 
146
146
 
147
147
  export const DictionaryEntry: {
148
- new(key: unknown, value: unknown): DictionaryEntry$instance;
148
+ new(key: unknown, value: unknown): DictionaryEntry;
149
149
  };
150
150
 
151
151
 
@@ -197,9 +197,9 @@ export interface ArrayList$instance {
197
197
 
198
198
 
199
199
  export const ArrayList: {
200
- new(): ArrayList$instance;
201
- new(capacity: int): ArrayList$instance;
202
- new(c: ICollection): ArrayList$instance;
200
+ new(): ArrayList;
201
+ new(capacity: int): ArrayList;
202
+ new(c: ICollection): ArrayList;
203
203
  adapter(list: IList): ArrayList;
204
204
  fixedSize(list: ArrayList): ArrayList;
205
205
  fixedSize(list: IList): IList;
@@ -248,12 +248,12 @@ export interface BitArray$instance {
248
248
 
249
249
 
250
250
  export const BitArray: {
251
- new(length: int): BitArray$instance;
252
- new(length: int, defaultValue: boolean): BitArray$instance;
253
- new(bytes: byte[]): BitArray$instance;
254
- new(values: boolean[]): BitArray$instance;
255
- new(values: int[]): BitArray$instance;
256
- new(bits: BitArray): BitArray$instance;
251
+ new(length: int): BitArray;
252
+ new(length: int, defaultValue: boolean): BitArray;
253
+ new(bytes: byte[]): BitArray;
254
+ new(values: boolean[]): BitArray;
255
+ new(values: int[]): BitArray;
256
+ new(bits: BitArray): BitArray;
257
257
  };
258
258
 
259
259
 
@@ -275,8 +275,8 @@ export interface CaseInsensitiveComparer$instance {
275
275
 
276
276
 
277
277
  export const CaseInsensitiveComparer: {
278
- new(): CaseInsensitiveComparer$instance;
279
- new(culture: CultureInfo): CaseInsensitiveComparer$instance;
278
+ new(): CaseInsensitiveComparer;
279
+ new(culture: CultureInfo): CaseInsensitiveComparer;
280
280
  readonly default_: CaseInsensitiveComparer;
281
281
  readonly defaultInvariant: CaseInsensitiveComparer;
282
282
  };
@@ -297,8 +297,8 @@ export interface CaseInsensitiveHashCodeProvider$instance {
297
297
 
298
298
 
299
299
  export const CaseInsensitiveHashCodeProvider: {
300
- new(): CaseInsensitiveHashCodeProvider$instance;
301
- new(culture: CultureInfo): CaseInsensitiveHashCodeProvider$instance;
300
+ new(): CaseInsensitiveHashCodeProvider;
301
+ new(culture: CultureInfo): CaseInsensitiveHashCodeProvider;
302
302
  readonly default_: CaseInsensitiveHashCodeProvider;
303
303
  readonly defaultInvariant: CaseInsensitiveHashCodeProvider;
304
304
  };
@@ -340,7 +340,7 @@ export interface Comparer$instance {
340
340
 
341
341
 
342
342
  export const Comparer: {
343
- new(culture: CultureInfo): Comparer$instance;
343
+ new(culture: CultureInfo): Comparer;
344
344
  readonly default_: Comparer;
345
345
  readonly defaultInvariant: Comparer;
346
346
  };
@@ -401,21 +401,21 @@ export interface Hashtable$instance {
401
401
 
402
402
 
403
403
  export const Hashtable: {
404
- new(): Hashtable$instance;
405
- new(capacity: int): Hashtable$instance;
406
- new(capacity: int, loadFactor: float): Hashtable$instance;
407
- new(capacity: int, loadFactor: float, equalityComparer: IEqualityComparer): Hashtable$instance;
408
- new(hcp: IHashCodeProvider, comparer: IComparer): Hashtable$instance;
409
- new(equalityComparer: IEqualityComparer): Hashtable$instance;
410
- new(capacity: int, hcp: IHashCodeProvider, comparer: IComparer): Hashtable$instance;
411
- new(capacity: int, equalityComparer: IEqualityComparer): Hashtable$instance;
412
- new(d: IDictionary): Hashtable$instance;
413
- new(d: IDictionary, loadFactor: float): Hashtable$instance;
414
- new(d: IDictionary, hcp: IHashCodeProvider, comparer: IComparer): Hashtable$instance;
415
- new(d: IDictionary, equalityComparer: IEqualityComparer): Hashtable$instance;
416
- new(capacity: int, loadFactor: float, hcp: IHashCodeProvider, comparer: IComparer): Hashtable$instance;
417
- new(d: IDictionary, loadFactor: float, hcp: IHashCodeProvider, comparer: IComparer): Hashtable$instance;
418
- new(d: IDictionary, loadFactor: float, equalityComparer: IEqualityComparer): Hashtable$instance;
404
+ new(): Hashtable;
405
+ new(capacity: int): Hashtable;
406
+ new(capacity: int, loadFactor: float): Hashtable;
407
+ new(capacity: int, loadFactor: float, equalityComparer: IEqualityComparer): Hashtable;
408
+ new(hcp: IHashCodeProvider, comparer: IComparer): Hashtable;
409
+ new(equalityComparer: IEqualityComparer): Hashtable;
410
+ new(capacity: int, hcp: IHashCodeProvider, comparer: IComparer): Hashtable;
411
+ new(capacity: int, equalityComparer: IEqualityComparer): Hashtable;
412
+ new(d: IDictionary): Hashtable;
413
+ new(d: IDictionary, loadFactor: float): Hashtable;
414
+ new(d: IDictionary, hcp: IHashCodeProvider, comparer: IComparer): Hashtable;
415
+ new(d: IDictionary, equalityComparer: IEqualityComparer): Hashtable;
416
+ new(capacity: int, loadFactor: float, hcp: IHashCodeProvider, comparer: IComparer): Hashtable;
417
+ new(d: IDictionary, loadFactor: float, hcp: IHashCodeProvider, comparer: IComparer): Hashtable;
418
+ new(d: IDictionary, loadFactor: float, equalityComparer: IEqualityComparer): Hashtable;
419
419
  synchronized(table: Hashtable): Hashtable;
420
420
  };
421
421
 
@@ -453,7 +453,7 @@ export interface ListDictionaryInternal$instance {
453
453
 
454
454
 
455
455
  export const ListDictionaryInternal: {
456
- new(): ListDictionaryInternal$instance;
456
+ new(): ListDictionaryInternal;
457
457
  };
458
458
 
459
459
 
@@ -484,10 +484,10 @@ export interface Queue$instance {
484
484
 
485
485
 
486
486
  export const Queue: {
487
- new(): Queue$instance;
488
- new(capacity: int): Queue$instance;
489
- new(capacity: int, growFactor: float): Queue$instance;
490
- new(col: ICollection): Queue$instance;
487
+ new(): Queue;
488
+ new(capacity: int): Queue;
489
+ new(capacity: int, growFactor: float): Queue;
490
+ new(col: ICollection): Queue;
491
491
  synchronized(queue: Queue): Queue;
492
492
  };
493
493
 
@@ -553,12 +553,12 @@ export interface SortedList$instance {
553
553
 
554
554
 
555
555
  export const SortedList: {
556
- new(): SortedList$instance;
557
- new(initialCapacity: int): SortedList$instance;
558
- new(comparer: IComparer): SortedList$instance;
559
- new(comparer: IComparer, capacity: int): SortedList$instance;
560
- new(d: IDictionary): SortedList$instance;
561
- new(d: IDictionary, comparer: IComparer): SortedList$instance;
556
+ new(): SortedList;
557
+ new(initialCapacity: int): SortedList;
558
+ new(comparer: IComparer): SortedList;
559
+ new(comparer: IComparer, capacity: int): SortedList;
560
+ new(d: IDictionary): SortedList;
561
+ new(d: IDictionary, comparer: IComparer): SortedList;
562
562
  synchronized(list: SortedList): SortedList;
563
563
  };
564
564
 
@@ -592,9 +592,9 @@ export interface Stack$instance {
592
592
 
593
593
 
594
594
  export const Stack: {
595
- new(): Stack$instance;
596
- new(initialCapacity: int): Stack$instance;
597
- new(col: ICollection): Stack$instance;
595
+ new(): Stack;
596
+ new(initialCapacity: int): Stack;
597
+ new(col: ICollection): Stack;
598
598
  synchronized(stack: Stack): Stack;
599
599
  };
600
600
 
@@ -53,7 +53,7 @@ export interface ConcurrentDictionary_2_AlternateLookup_1$instance<TKey, TValue,
53
53
 
54
54
 
55
55
  export const ConcurrentDictionary_2_AlternateLookup_1: {
56
- new<TKey, TValue, TAlternateKey>(): ConcurrentDictionary_2_AlternateLookup_1$instance<TKey, TValue, TAlternateKey>;
56
+ new<TKey, TValue, TAlternateKey>(): ConcurrentDictionary_2_AlternateLookup_1<TKey, TValue, TAlternateKey>;
57
57
  };
58
58
 
59
59
 
@@ -86,10 +86,10 @@ export interface BlockingCollection_1$instance<T> {
86
86
 
87
87
 
88
88
  export const BlockingCollection_1: {
89
- new<T>(): BlockingCollection_1$instance<T>;
90
- new<T>(boundedCapacity: int): BlockingCollection_1$instance<T>;
91
- new<T>(collection: IProducerConsumerCollection_1<T>, boundedCapacity: int): BlockingCollection_1$instance<T>;
92
- new<T>(collection: IProducerConsumerCollection_1<T>): BlockingCollection_1$instance<T>;
89
+ new<T>(): BlockingCollection_1<T>;
90
+ new<T>(boundedCapacity: int): BlockingCollection_1<T>;
91
+ new<T>(collection: IProducerConsumerCollection_1<T>, boundedCapacity: int): BlockingCollection_1<T>;
92
+ new<T>(collection: IProducerConsumerCollection_1<T>): BlockingCollection_1<T>;
93
93
  addToAny<T>(collections: BlockingCollection_1<T>[], item: T, cancellationToken: CancellationToken): int;
94
94
  addToAny<T>(collections: BlockingCollection_1<T>[], item: T): int;
95
95
  takeFromAny<T>(collections: BlockingCollection_1<T>[], item: T, cancellationToken: CancellationToken): int;
@@ -132,8 +132,8 @@ export interface ConcurrentBag_1$instance<T> {
132
132
 
133
133
 
134
134
  export const ConcurrentBag_1: {
135
- new<T>(): ConcurrentBag_1$instance<T>;
136
- new<T>(collection: IEnumerable_1<T>): ConcurrentBag_1$instance<T>;
135
+ new<T>(): ConcurrentBag_1<T>;
136
+ new<T>(collection: IEnumerable_1<T>): ConcurrentBag_1<T>;
137
137
  };
138
138
 
139
139
 
@@ -176,13 +176,13 @@ export interface ConcurrentDictionary_2$instance<TKey, TValue> {
176
176
 
177
177
 
178
178
  export const ConcurrentDictionary_2: {
179
- new<TKey, TValue>(): ConcurrentDictionary_2$instance<TKey, TValue>;
180
- new<TKey, TValue>(concurrencyLevel: int, capacity: int): ConcurrentDictionary_2$instance<TKey, TValue>;
181
- new<TKey, TValue>(collection: IEnumerable_1<KeyValuePair_2<TKey, TValue>>): ConcurrentDictionary_2$instance<TKey, TValue>;
182
- new<TKey, TValue>(comparer: IEqualityComparer_1<TKey>): ConcurrentDictionary_2$instance<TKey, TValue>;
183
- new<TKey, TValue>(collection: IEnumerable_1<KeyValuePair_2<TKey, TValue>>, comparer: IEqualityComparer_1<TKey>): ConcurrentDictionary_2$instance<TKey, TValue>;
184
- new<TKey, TValue>(concurrencyLevel: int, collection: IEnumerable_1<KeyValuePair_2<TKey, TValue>>, comparer: IEqualityComparer_1<TKey>): ConcurrentDictionary_2$instance<TKey, TValue>;
185
- new<TKey, TValue>(concurrencyLevel: int, capacity: int, comparer: IEqualityComparer_1<TKey>): ConcurrentDictionary_2$instance<TKey, TValue>;
179
+ new<TKey, TValue>(): ConcurrentDictionary_2<TKey, TValue>;
180
+ new<TKey, TValue>(concurrencyLevel: int, capacity: int): ConcurrentDictionary_2<TKey, TValue>;
181
+ new<TKey, TValue>(collection: IEnumerable_1<KeyValuePair_2<TKey, TValue>>): ConcurrentDictionary_2<TKey, TValue>;
182
+ new<TKey, TValue>(comparer: IEqualityComparer_1<TKey>): ConcurrentDictionary_2<TKey, TValue>;
183
+ new<TKey, TValue>(collection: IEnumerable_1<KeyValuePair_2<TKey, TValue>>, comparer: IEqualityComparer_1<TKey>): ConcurrentDictionary_2<TKey, TValue>;
184
+ new<TKey, TValue>(concurrencyLevel: int, collection: IEnumerable_1<KeyValuePair_2<TKey, TValue>>, comparer: IEqualityComparer_1<TKey>): ConcurrentDictionary_2<TKey, TValue>;
185
+ new<TKey, TValue>(concurrencyLevel: int, capacity: int, comparer: IEqualityComparer_1<TKey>): ConcurrentDictionary_2<TKey, TValue>;
186
186
  };
187
187
 
188
188
 
@@ -214,8 +214,8 @@ export interface ConcurrentQueue_1$instance<T> {
214
214
 
215
215
 
216
216
  export const ConcurrentQueue_1: {
217
- new<T>(): ConcurrentQueue_1$instance<T>;
218
- new<T>(collection: IEnumerable_1<T>): ConcurrentQueue_1$instance<T>;
217
+ new<T>(): ConcurrentQueue_1<T>;
218
+ new<T>(collection: IEnumerable_1<T>): ConcurrentQueue_1<T>;
219
219
  };
220
220
 
221
221
 
@@ -248,8 +248,8 @@ export interface ConcurrentStack_1$instance<T> {
248
248
 
249
249
 
250
250
  export const ConcurrentStack_1: {
251
- new<T>(): ConcurrentStack_1$instance<T>;
252
- new<T>(collection: IEnumerable_1<T>): ConcurrentStack_1$instance<T>;
251
+ new<T>(): ConcurrentStack_1<T>;
252
+ new<T>(collection: IEnumerable_1<T>): ConcurrentStack_1<T>;
253
253
  };
254
254
 
255
255
 
@@ -26,7 +26,7 @@ export interface FrozenDictionary_2_AlternateLookup_1$instance<TKey, TValue, TAl
26
26
 
27
27
 
28
28
  export const FrozenDictionary_2_AlternateLookup_1: {
29
- new<TKey, TValue, TAlternateKey>(): FrozenDictionary_2_AlternateLookup_1$instance<TKey, TValue, TAlternateKey>;
29
+ new<TKey, TValue, TAlternateKey>(): FrozenDictionary_2_AlternateLookup_1<TKey, TValue, TAlternateKey>;
30
30
  };
31
31
 
32
32
 
@@ -40,7 +40,7 @@ export interface FrozenDictionary_2_Enumerator$instance<TKey, TValue> {
40
40
 
41
41
 
42
42
  export const FrozenDictionary_2_Enumerator: {
43
- new<TKey, TValue>(): FrozenDictionary_2_Enumerator$instance<TKey, TValue>;
43
+ new<TKey, TValue>(): FrozenDictionary_2_Enumerator<TKey, TValue>;
44
44
  };
45
45
 
46
46
 
@@ -60,7 +60,7 @@ export interface FrozenSet_1_AlternateLookup_1$instance<T, TAlternate> {
60
60
 
61
61
 
62
62
  export const FrozenSet_1_AlternateLookup_1: {
63
- new<T, TAlternate>(): FrozenSet_1_AlternateLookup_1$instance<T, TAlternate>;
63
+ new<T, TAlternate>(): FrozenSet_1_AlternateLookup_1<T, TAlternate>;
64
64
  };
65
65
 
66
66
 
@@ -74,7 +74,7 @@ export interface FrozenSet_1_Enumerator$instance<T> {
74
74
 
75
75
 
76
76
  export const FrozenSet_1_Enumerator: {
77
- new<T>(): FrozenSet_1_Enumerator$instance<T>;
77
+ new<T>(): FrozenSet_1_Enumerator<T>;
78
78
  };
79
79
 
80
80