@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
@@ -216,7 +216,7 @@ export interface Dictionary_2_AlternateLookup_1$instance<TKey, TValue, TAlternat
216
216
 
217
217
 
218
218
  export const Dictionary_2_AlternateLookup_1: {
219
- new<TKey, TValue, TAlternateKey>(): Dictionary_2_AlternateLookup_1$instance<TKey, TValue, TAlternateKey>;
219
+ new<TKey, TValue, TAlternateKey>(): Dictionary_2_AlternateLookup_1<TKey, TValue, TAlternateKey>;
220
220
  };
221
221
 
222
222
 
@@ -231,7 +231,7 @@ export interface Dictionary_2_Enumerator$instance<TKey, TValue> extends IDisposa
231
231
 
232
232
 
233
233
  export const Dictionary_2_Enumerator: {
234
- new<TKey, TValue>(): Dictionary_2_Enumerator$instance<TKey, TValue>;
234
+ new<TKey, TValue>(): Dictionary_2_Enumerator<TKey, TValue>;
235
235
  };
236
236
 
237
237
 
@@ -253,7 +253,7 @@ export interface Dictionary_2_KeyCollection_Enumerator$instance<TKey, TValue> ex
253
253
 
254
254
 
255
255
  export const Dictionary_2_KeyCollection_Enumerator: {
256
- new<TKey, TValue>(): Dictionary_2_KeyCollection_Enumerator$instance<TKey, TValue>;
256
+ new<TKey, TValue>(): Dictionary_2_KeyCollection_Enumerator<TKey, TValue>;
257
257
  };
258
258
 
259
259
 
@@ -274,7 +274,7 @@ export interface Dictionary_2_ValueCollection_Enumerator$instance<TKey, TValue>
274
274
 
275
275
 
276
276
  export const Dictionary_2_ValueCollection_Enumerator: {
277
- new<TKey, TValue>(): Dictionary_2_ValueCollection_Enumerator$instance<TKey, TValue>;
277
+ new<TKey, TValue>(): Dictionary_2_ValueCollection_Enumerator<TKey, TValue>;
278
278
  };
279
279
 
280
280
 
@@ -296,7 +296,7 @@ export interface HashSet_1_AlternateLookup_1$instance<T, TAlternate> {
296
296
 
297
297
 
298
298
  export const HashSet_1_AlternateLookup_1: {
299
- new<T, TAlternate>(): HashSet_1_AlternateLookup_1$instance<T, TAlternate>;
299
+ new<T, TAlternate>(): HashSet_1_AlternateLookup_1<T, TAlternate>;
300
300
  };
301
301
 
302
302
 
@@ -311,7 +311,7 @@ export interface HashSet_1_Enumerator$instance<T> extends IDisposable {
311
311
 
312
312
 
313
313
  export const HashSet_1_Enumerator: {
314
- new<T>(): HashSet_1_Enumerator$instance<T>;
314
+ new<T>(): HashSet_1_Enumerator<T>;
315
315
  };
316
316
 
317
317
 
@@ -332,7 +332,7 @@ export interface KeyValuePair_2$instance<TKey, TValue> {
332
332
 
333
333
 
334
334
  export const KeyValuePair_2: {
335
- new<TKey, TValue>(key: TKey, value: TValue): KeyValuePair_2$instance<TKey, TValue>;
335
+ new<TKey, TValue>(key: TKey, value: TValue): KeyValuePair_2<TKey, TValue>;
336
336
  };
337
337
 
338
338
 
@@ -347,7 +347,7 @@ export interface LinkedList_1_Enumerator$instance<T> extends IDisposable {
347
347
 
348
348
 
349
349
  export const LinkedList_1_Enumerator: {
350
- new<T>(): LinkedList_1_Enumerator$instance<T>;
350
+ new<T>(): LinkedList_1_Enumerator<T>;
351
351
  };
352
352
 
353
353
 
@@ -372,7 +372,7 @@ export interface List_1_Enumerator$instance<T> extends IDisposable {
372
372
 
373
373
 
374
374
  export const List_1_Enumerator: {
375
- new<T>(): List_1_Enumerator$instance<T>;
375
+ new<T>(): List_1_Enumerator<T>;
376
376
  };
377
377
 
378
378
 
@@ -392,7 +392,7 @@ export interface OrderedDictionary_2_Enumerator$instance<TKey, TValue> {
392
392
 
393
393
 
394
394
  export const OrderedDictionary_2_Enumerator: {
395
- new<TKey, TValue>(): OrderedDictionary_2_Enumerator$instance<TKey, TValue>;
395
+ new<TKey, TValue>(): OrderedDictionary_2_Enumerator<TKey, TValue>;
396
396
  };
397
397
 
398
398
 
@@ -413,7 +413,7 @@ export interface OrderedDictionary_2_KeyCollection_Enumerator$instance<TKey, TVa
413
413
 
414
414
 
415
415
  export const OrderedDictionary_2_KeyCollection_Enumerator: {
416
- new<TKey, TValue>(): OrderedDictionary_2_KeyCollection_Enumerator$instance<TKey, TValue>;
416
+ new<TKey, TValue>(): OrderedDictionary_2_KeyCollection_Enumerator<TKey, TValue>;
417
417
  };
418
418
 
419
419
 
@@ -433,7 +433,7 @@ export interface OrderedDictionary_2_ValueCollection_Enumerator$instance<TKey, T
433
433
 
434
434
 
435
435
  export const OrderedDictionary_2_ValueCollection_Enumerator: {
436
- new<TKey, TValue>(): OrderedDictionary_2_ValueCollection_Enumerator$instance<TKey, TValue>;
436
+ new<TKey, TValue>(): OrderedDictionary_2_ValueCollection_Enumerator<TKey, TValue>;
437
437
  };
438
438
 
439
439
 
@@ -454,7 +454,7 @@ export interface PriorityQueue_2_UnorderedItemsCollection_Enumerator$instance<TE
454
454
 
455
455
 
456
456
  export const PriorityQueue_2_UnorderedItemsCollection_Enumerator: {
457
- new<TElement, TPriority>(): PriorityQueue_2_UnorderedItemsCollection_Enumerator$instance<TElement, TPriority>;
457
+ new<TElement, TPriority>(): PriorityQueue_2_UnorderedItemsCollection_Enumerator<TElement, TPriority>;
458
458
  };
459
459
 
460
460
 
@@ -475,7 +475,7 @@ export interface Queue_1_Enumerator$instance<T> extends IDisposable {
475
475
 
476
476
 
477
477
  export const Queue_1_Enumerator: {
478
- new<T>(): Queue_1_Enumerator$instance<T>;
478
+ new<T>(): Queue_1_Enumerator<T>;
479
479
  };
480
480
 
481
481
 
@@ -496,7 +496,7 @@ export interface SortedDictionary_2_Enumerator$instance<TKey, TValue> extends ID
496
496
 
497
497
 
498
498
  export const SortedDictionary_2_Enumerator: {
499
- new<TKey, TValue>(): SortedDictionary_2_Enumerator$instance<TKey, TValue>;
499
+ new<TKey, TValue>(): SortedDictionary_2_Enumerator<TKey, TValue>;
500
500
  };
501
501
 
502
502
 
@@ -518,7 +518,7 @@ export interface SortedDictionary_2_KeyCollection_Enumerator$instance<TKey, TVal
518
518
 
519
519
 
520
520
  export const SortedDictionary_2_KeyCollection_Enumerator: {
521
- new<TKey, TValue>(): SortedDictionary_2_KeyCollection_Enumerator$instance<TKey, TValue>;
521
+ new<TKey, TValue>(): SortedDictionary_2_KeyCollection_Enumerator<TKey, TValue>;
522
522
  };
523
523
 
524
524
 
@@ -539,7 +539,7 @@ export interface SortedDictionary_2_ValueCollection_Enumerator$instance<TKey, TV
539
539
 
540
540
 
541
541
  export const SortedDictionary_2_ValueCollection_Enumerator: {
542
- new<TKey, TValue>(): SortedDictionary_2_ValueCollection_Enumerator$instance<TKey, TValue>;
542
+ new<TKey, TValue>(): SortedDictionary_2_ValueCollection_Enumerator<TKey, TValue>;
543
543
  };
544
544
 
545
545
 
@@ -560,7 +560,7 @@ export interface SortedSet_1_Enumerator$instance<T> extends IDisposable {
560
560
 
561
561
 
562
562
  export const SortedSet_1_Enumerator: {
563
- new<T>(): SortedSet_1_Enumerator$instance<T>;
563
+ new<T>(): SortedSet_1_Enumerator<T>;
564
564
  };
565
565
 
566
566
 
@@ -585,7 +585,7 @@ export interface Stack_1_Enumerator$instance<T> extends IDisposable {
585
585
 
586
586
 
587
587
  export const Stack_1_Enumerator: {
588
- new<T>(): Stack_1_Enumerator$instance<T>;
588
+ new<T>(): Stack_1_Enumerator<T>;
589
589
  };
590
590
 
591
591
 
@@ -604,7 +604,7 @@ export interface ByteEqualityComparer$instance extends EqualityComparer_1$instan
604
604
 
605
605
 
606
606
  export const ByteEqualityComparer: {
607
- new(): ByteEqualityComparer$instance;
607
+ new(): ByteEqualityComparer;
608
608
  };
609
609
 
610
610
 
@@ -664,14 +664,14 @@ export interface Dictionary_2$instance<TKey, TValue> {
664
664
 
665
665
 
666
666
  export const Dictionary_2: {
667
- new<TKey, TValue>(): Dictionary_2$instance<TKey, TValue>;
668
- new<TKey, TValue>(capacity: int): Dictionary_2$instance<TKey, TValue>;
669
- new<TKey, TValue>(comparer: IEqualityComparer_1<TKey>): Dictionary_2$instance<TKey, TValue>;
670
- new<TKey, TValue>(capacity: int, comparer: IEqualityComparer_1<TKey>): Dictionary_2$instance<TKey, TValue>;
671
- new<TKey, TValue>(dictionary: IDictionary_2<TKey, TValue>): Dictionary_2$instance<TKey, TValue>;
672
- new<TKey, TValue>(dictionary: IDictionary_2<TKey, TValue>, comparer: IEqualityComparer_1<TKey>): Dictionary_2$instance<TKey, TValue>;
673
- new<TKey, TValue>(collection: IEnumerable_1<KeyValuePair_2<TKey, TValue>>): Dictionary_2$instance<TKey, TValue>;
674
- new<TKey, TValue>(collection: IEnumerable_1<KeyValuePair_2<TKey, TValue>>, comparer: IEqualityComparer_1<TKey>): Dictionary_2$instance<TKey, TValue>;
667
+ new<TKey, TValue>(): Dictionary_2<TKey, TValue>;
668
+ new<TKey, TValue>(capacity: int): Dictionary_2<TKey, TValue>;
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
+ 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>): Dictionary_2<TKey, TValue>;
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>): Dictionary_2<TKey, TValue>;
675
675
  };
676
676
 
677
677
 
@@ -702,7 +702,7 @@ export interface Dictionary_2_KeyCollection$instance<TKey, TValue> {
702
702
 
703
703
 
704
704
  export const Dictionary_2_KeyCollection: {
705
- new<TKey, TValue>(dictionary: Dictionary_2<TKey, TValue>): Dictionary_2_KeyCollection$instance<TKey, TValue>;
705
+ new<TKey, TValue>(dictionary: Dictionary_2<TKey, TValue>): Dictionary_2_KeyCollection<TKey, TValue>;
706
706
  };
707
707
 
708
708
 
@@ -725,7 +725,7 @@ export interface Dictionary_2_ValueCollection$instance<TKey, TValue> {
725
725
 
726
726
 
727
727
  export const Dictionary_2_ValueCollection: {
728
- new<TKey, TValue>(dictionary: Dictionary_2<TKey, TValue>): Dictionary_2_ValueCollection$instance<TKey, TValue>;
728
+ new<TKey, TValue>(dictionary: Dictionary_2<TKey, TValue>): Dictionary_2_ValueCollection<TKey, TValue>;
729
729
  };
730
730
 
731
731
 
@@ -748,7 +748,7 @@ export interface EnumEqualityComparer_1$instance<T extends number> extends Equal
748
748
 
749
749
 
750
750
  export const EnumEqualityComparer_1: {
751
- new<T extends number>(): EnumEqualityComparer_1$instance<T>;
751
+ new<T extends number>(): EnumEqualityComparer_1<T>;
752
752
  };
753
753
 
754
754
 
@@ -791,7 +791,7 @@ export interface GenericComparer_1$instance<T extends (IComparable_1<T> | number
791
791
 
792
792
 
793
793
  export const GenericComparer_1: {
794
- new<T extends (IComparable_1<T> | number | string | boolean)>(): GenericComparer_1$instance<T>;
794
+ new<T extends (IComparable_1<T> | number | string | boolean)>(): GenericComparer_1<T>;
795
795
  };
796
796
 
797
797
 
@@ -810,7 +810,7 @@ export interface GenericEqualityComparer_1$instance<T extends (IEquatable_1<T> |
810
810
 
811
811
 
812
812
  export const GenericEqualityComparer_1: {
813
- new<T extends (IEquatable_1<T> | number | string | boolean)>(): GenericEqualityComparer_1$instance<T>;
813
+ new<T extends (IEquatable_1<T> | number | string | boolean)>(): GenericEqualityComparer_1<T>;
814
814
  };
815
815
 
816
816
 
@@ -857,12 +857,12 @@ export interface HashSet_1$instance<T> {
857
857
 
858
858
 
859
859
  export const HashSet_1: {
860
- new<T>(): HashSet_1$instance<T>;
861
- new<T>(comparer: IEqualityComparer_1<T>): HashSet_1$instance<T>;
862
- new<T>(capacity: int): HashSet_1$instance<T>;
863
- new<T>(collection: IEnumerable_1<T>): HashSet_1$instance<T>;
864
- new<T>(collection: IEnumerable_1<T>, comparer: IEqualityComparer_1<T>): HashSet_1$instance<T>;
865
- new<T>(capacity: int, comparer: IEqualityComparer_1<T>): HashSet_1$instance<T>;
860
+ new<T>(): HashSet_1<T>;
861
+ new<T>(comparer: IEqualityComparer_1<T>): HashSet_1<T>;
862
+ new<T>(capacity: int): HashSet_1<T>;
863
+ new<T>(collection: IEnumerable_1<T>): HashSet_1<T>;
864
+ new<T>(collection: IEnumerable_1<T>, comparer: IEqualityComparer_1<T>): HashSet_1<T>;
865
+ new<T>(capacity: int, comparer: IEqualityComparer_1<T>): HashSet_1<T>;
866
866
  createSetComparer<T>(): IEqualityComparer_1<HashSet_1<T>>;
867
867
  };
868
868
 
@@ -889,9 +889,9 @@ export interface KeyNotFoundException$instance extends SystemException {
889
889
 
890
890
 
891
891
  export const KeyNotFoundException: {
892
- new(): KeyNotFoundException$instance;
893
- new(message: string): KeyNotFoundException$instance;
894
- new(message: string, innerException: Exception): KeyNotFoundException$instance;
892
+ new(): KeyNotFoundException;
893
+ new(message: string): KeyNotFoundException;
894
+ new(message: string, innerException: Exception): KeyNotFoundException;
895
895
  };
896
896
 
897
897
 
@@ -930,8 +930,8 @@ export interface LinkedList_1$instance<T> {
930
930
 
931
931
 
932
932
  export const LinkedList_1: {
933
- new<T>(): LinkedList_1$instance<T>;
934
- new<T>(collection: IEnumerable_1<T>): LinkedList_1$instance<T>;
933
+ new<T>(): LinkedList_1<T>;
934
+ new<T>(collection: IEnumerable_1<T>): LinkedList_1<T>;
935
935
  };
936
936
 
937
937
 
@@ -960,7 +960,7 @@ export interface LinkedListNode_1$instance<T> {
960
960
 
961
961
 
962
962
  export const LinkedListNode_1: {
963
- new<T>(value: T): LinkedListNode_1$instance<T>;
963
+ new<T>(value: T): LinkedListNode_1<T>;
964
964
  };
965
965
 
966
966
 
@@ -1022,9 +1022,9 @@ export interface List_1$instance<T> {
1022
1022
 
1023
1023
 
1024
1024
  export const List_1: {
1025
- new<T>(): List_1$instance<T>;
1026
- new<T>(capacity: int): List_1$instance<T>;
1027
- new<T>(collection: IEnumerable_1<T>): List_1$instance<T>;
1025
+ new<T>(): List_1<T>;
1026
+ new<T>(capacity: int): List_1<T>;
1027
+ new<T>(collection: IEnumerable_1<T>): List_1<T>;
1028
1028
  };
1029
1029
 
1030
1030
 
@@ -1049,7 +1049,7 @@ export interface NonRandomizedStringEqualityComparer$instance {
1049
1049
 
1050
1050
 
1051
1051
  export const NonRandomizedStringEqualityComparer: {
1052
- new(): NonRandomizedStringEqualityComparer$instance;
1052
+ new(): NonRandomizedStringEqualityComparer;
1053
1053
  getStringComparer(comparer: unknown): IEqualityComparer_1<System_Internal.String>;
1054
1054
  };
1055
1055
 
@@ -1073,7 +1073,7 @@ export interface NullableComparer_1$instance<T extends unknown> extends Comparer
1073
1073
 
1074
1074
 
1075
1075
  export const NullableComparer_1: {
1076
- new<T extends unknown>(): NullableComparer_1$instance<T>;
1076
+ new<T extends unknown>(): NullableComparer_1<T>;
1077
1077
  };
1078
1078
 
1079
1079
 
@@ -1096,7 +1096,7 @@ export interface NullableEqualityComparer_1$instance<T extends unknown> extends
1096
1096
 
1097
1097
 
1098
1098
  export const NullableEqualityComparer_1: {
1099
- new<T extends unknown>(): NullableEqualityComparer_1$instance<T>;
1099
+ new<T extends unknown>(): NullableEqualityComparer_1<T>;
1100
1100
  };
1101
1101
 
1102
1102
 
@@ -1119,7 +1119,7 @@ export interface ObjectComparer_1$instance<T> extends Comparer_1$instance<T> {
1119
1119
 
1120
1120
 
1121
1121
  export const ObjectComparer_1: {
1122
- new<T>(): ObjectComparer_1$instance<T>;
1122
+ new<T>(): ObjectComparer_1<T>;
1123
1123
  };
1124
1124
 
1125
1125
 
@@ -1138,7 +1138,7 @@ export interface ObjectEqualityComparer_1$instance<T> extends EqualityComparer_1
1138
1138
 
1139
1139
 
1140
1140
  export const ObjectEqualityComparer_1: {
1141
- new<T>(): ObjectEqualityComparer_1$instance<T>;
1141
+ new<T>(): ObjectEqualityComparer_1<T>;
1142
1142
  };
1143
1143
 
1144
1144
 
@@ -1181,14 +1181,14 @@ export interface OrderedDictionary_2$instance<TKey, TValue> {
1181
1181
 
1182
1182
 
1183
1183
  export const OrderedDictionary_2: {
1184
- new<TKey, TValue>(): OrderedDictionary_2$instance<TKey, TValue>;
1185
- new<TKey, TValue>(capacity: int): OrderedDictionary_2$instance<TKey, TValue>;
1186
- new<TKey, TValue>(comparer: IEqualityComparer_1<TKey>): OrderedDictionary_2$instance<TKey, TValue>;
1187
- new<TKey, TValue>(capacity: int, comparer: IEqualityComparer_1<TKey>): OrderedDictionary_2$instance<TKey, TValue>;
1188
- new<TKey, TValue>(dictionary: IDictionary_2<TKey, TValue>): OrderedDictionary_2$instance<TKey, TValue>;
1189
- new<TKey, TValue>(dictionary: IDictionary_2<TKey, TValue>, comparer: IEqualityComparer_1<TKey>): OrderedDictionary_2$instance<TKey, TValue>;
1190
- new<TKey, TValue>(collection: IEnumerable_1<KeyValuePair_2<TKey, TValue>>): OrderedDictionary_2$instance<TKey, TValue>;
1191
- new<TKey, TValue>(collection: IEnumerable_1<KeyValuePair_2<TKey, TValue>>, comparer: IEqualityComparer_1<TKey>): OrderedDictionary_2$instance<TKey, TValue>;
1184
+ new<TKey, TValue>(): OrderedDictionary_2<TKey, TValue>;
1185
+ new<TKey, TValue>(capacity: int): OrderedDictionary_2<TKey, TValue>;
1186
+ new<TKey, TValue>(comparer: IEqualityComparer_1<TKey>): OrderedDictionary_2<TKey, TValue>;
1187
+ new<TKey, TValue>(capacity: int, comparer: IEqualityComparer_1<TKey>): OrderedDictionary_2<TKey, TValue>;
1188
+ new<TKey, TValue>(dictionary: IDictionary_2<TKey, TValue>): OrderedDictionary_2<TKey, TValue>;
1189
+ new<TKey, TValue>(dictionary: IDictionary_2<TKey, TValue>, comparer: IEqualityComparer_1<TKey>): OrderedDictionary_2<TKey, TValue>;
1190
+ new<TKey, TValue>(collection: IEnumerable_1<KeyValuePair_2<TKey, TValue>>): OrderedDictionary_2<TKey, TValue>;
1191
+ new<TKey, TValue>(collection: IEnumerable_1<KeyValuePair_2<TKey, TValue>>, comparer: IEqualityComparer_1<TKey>): OrderedDictionary_2<TKey, TValue>;
1192
1192
  };
1193
1193
 
1194
1194
 
@@ -1217,7 +1217,7 @@ export interface OrderedDictionary_2_KeyCollection$instance<TKey, TValue> {
1217
1217
 
1218
1218
 
1219
1219
  export const OrderedDictionary_2_KeyCollection: {
1220
- new<TKey, TValue>(): OrderedDictionary_2_KeyCollection$instance<TKey, TValue>;
1220
+ new<TKey, TValue>(): OrderedDictionary_2_KeyCollection<TKey, TValue>;
1221
1221
  };
1222
1222
 
1223
1223
 
@@ -1242,7 +1242,7 @@ export interface OrderedDictionary_2_ValueCollection$instance<TKey, TValue> {
1242
1242
 
1243
1243
 
1244
1244
  export const OrderedDictionary_2_ValueCollection: {
1245
- new<TKey, TValue>(): OrderedDictionary_2_ValueCollection$instance<TKey, TValue>;
1245
+ new<TKey, TValue>(): OrderedDictionary_2_ValueCollection<TKey, TValue>;
1246
1246
  };
1247
1247
 
1248
1248
 
@@ -1281,12 +1281,12 @@ export interface PriorityQueue_2$instance<TElement, TPriority> {
1281
1281
 
1282
1282
 
1283
1283
  export const PriorityQueue_2: {
1284
- new<TElement, TPriority>(): PriorityQueue_2$instance<TElement, TPriority>;
1285
- new<TElement, TPriority>(initialCapacity: int): PriorityQueue_2$instance<TElement, TPriority>;
1286
- new<TElement, TPriority>(comparer: IComparer_1<TPriority>): PriorityQueue_2$instance<TElement, TPriority>;
1287
- new<TElement, TPriority>(initialCapacity: int, comparer: IComparer_1<TPriority>): PriorityQueue_2$instance<TElement, TPriority>;
1288
- new<TElement, TPriority>(items: IEnumerable_1<ValueTuple_2<TElement, TPriority>>): PriorityQueue_2$instance<TElement, TPriority>;
1289
- new<TElement, TPriority>(items: IEnumerable_1<ValueTuple_2<TElement, TPriority>>, comparer: IComparer_1<TPriority>): PriorityQueue_2$instance<TElement, TPriority>;
1284
+ new<TElement, TPriority>(): PriorityQueue_2<TElement, TPriority>;
1285
+ new<TElement, TPriority>(initialCapacity: int): PriorityQueue_2<TElement, TPriority>;
1286
+ new<TElement, TPriority>(comparer: IComparer_1<TPriority>): PriorityQueue_2<TElement, TPriority>;
1287
+ new<TElement, TPriority>(initialCapacity: int, comparer: IComparer_1<TPriority>): PriorityQueue_2<TElement, TPriority>;
1288
+ new<TElement, TPriority>(items: IEnumerable_1<ValueTuple_2<TElement, TPriority>>): PriorityQueue_2<TElement, TPriority>;
1289
+ new<TElement, TPriority>(items: IEnumerable_1<ValueTuple_2<TElement, TPriority>>, comparer: IComparer_1<TPriority>): PriorityQueue_2<TElement, TPriority>;
1290
1290
  };
1291
1291
 
1292
1292
 
@@ -1299,7 +1299,7 @@ export interface PriorityQueue_2_UnorderedItemsCollection$instance<TElement, TPr
1299
1299
 
1300
1300
 
1301
1301
  export const PriorityQueue_2_UnorderedItemsCollection: {
1302
- new<TElement, TPriority>(): PriorityQueue_2_UnorderedItemsCollection$instance<TElement, TPriority>;
1302
+ new<TElement, TPriority>(): PriorityQueue_2_UnorderedItemsCollection<TElement, TPriority>;
1303
1303
  };
1304
1304
 
1305
1305
 
@@ -1333,9 +1333,9 @@ export interface Queue_1$instance<T> {
1333
1333
 
1334
1334
 
1335
1335
  export const Queue_1: {
1336
- new<T>(): Queue_1$instance<T>;
1337
- new<T>(capacity: int): Queue_1$instance<T>;
1338
- new<T>(collection: IEnumerable_1<T>): Queue_1$instance<T>;
1336
+ new<T>(): Queue_1<T>;
1337
+ new<T>(capacity: int): Queue_1<T>;
1338
+ new<T>(collection: IEnumerable_1<T>): Queue_1<T>;
1339
1339
  };
1340
1340
 
1341
1341
 
@@ -1356,7 +1356,7 @@ export interface ReferenceEqualityComparer$instance {
1356
1356
 
1357
1357
 
1358
1358
  export const ReferenceEqualityComparer: {
1359
- new(): ReferenceEqualityComparer$instance;
1359
+ new(): ReferenceEqualityComparer;
1360
1360
  readonly instance: ReferenceEqualityComparer;
1361
1361
  };
1362
1362
 
@@ -1387,10 +1387,10 @@ export interface SortedDictionary_2$instance<TKey, TValue> {
1387
1387
 
1388
1388
 
1389
1389
  export const SortedDictionary_2: {
1390
- new<TKey, TValue>(): SortedDictionary_2$instance<TKey, TValue>;
1391
- new<TKey, TValue>(dictionary: IDictionary_2<TKey, TValue>): SortedDictionary_2$instance<TKey, TValue>;
1392
- new<TKey, TValue>(dictionary: IDictionary_2<TKey, TValue>, comparer: IComparer_1<TKey>): SortedDictionary_2$instance<TKey, TValue>;
1393
- new<TKey, TValue>(comparer: IComparer_1<TKey>): SortedDictionary_2$instance<TKey, TValue>;
1390
+ new<TKey, TValue>(): SortedDictionary_2<TKey, TValue>;
1391
+ new<TKey, TValue>(dictionary: IDictionary_2<TKey, TValue>): SortedDictionary_2<TKey, TValue>;
1392
+ new<TKey, TValue>(dictionary: IDictionary_2<TKey, TValue>, comparer: IComparer_1<TKey>): SortedDictionary_2<TKey, TValue>;
1393
+ new<TKey, TValue>(comparer: IComparer_1<TKey>): SortedDictionary_2<TKey, TValue>;
1394
1394
  };
1395
1395
 
1396
1396
 
@@ -1417,7 +1417,7 @@ export interface SortedDictionary_2_KeyCollection$instance<TKey, TValue> {
1417
1417
 
1418
1418
 
1419
1419
  export const SortedDictionary_2_KeyCollection: {
1420
- new<TKey, TValue>(dictionary: SortedDictionary_2<TKey, TValue>): SortedDictionary_2_KeyCollection$instance<TKey, TValue>;
1420
+ new<TKey, TValue>(dictionary: SortedDictionary_2<TKey, TValue>): SortedDictionary_2_KeyCollection<TKey, TValue>;
1421
1421
  };
1422
1422
 
1423
1423
 
@@ -1440,7 +1440,7 @@ export interface SortedDictionary_2_KeyValuePairComparer$instance<TKey, TValue>
1440
1440
 
1441
1441
 
1442
1442
  export const SortedDictionary_2_KeyValuePairComparer: {
1443
- new<TKey, TValue>(keyComparer: IComparer_1<TKey>): SortedDictionary_2_KeyValuePairComparer$instance<TKey, TValue>;
1443
+ new<TKey, TValue>(keyComparer: IComparer_1<TKey>): SortedDictionary_2_KeyValuePairComparer<TKey, TValue>;
1444
1444
  };
1445
1445
 
1446
1446
 
@@ -1460,7 +1460,7 @@ export interface SortedDictionary_2_ValueCollection$instance<TKey, TValue> {
1460
1460
 
1461
1461
 
1462
1462
  export const SortedDictionary_2_ValueCollection: {
1463
- new<TKey, TValue>(dictionary: SortedDictionary_2<TKey, TValue>): SortedDictionary_2_ValueCollection$instance<TKey, TValue>;
1463
+ new<TKey, TValue>(dictionary: SortedDictionary_2<TKey, TValue>): SortedDictionary_2_ValueCollection<TKey, TValue>;
1464
1464
  };
1465
1465
 
1466
1466
 
@@ -1500,12 +1500,12 @@ export interface SortedList_2$instance<TKey, TValue> {
1500
1500
 
1501
1501
 
1502
1502
  export const SortedList_2: {
1503
- new<TKey, TValue>(): SortedList_2$instance<TKey, TValue>;
1504
- new<TKey, TValue>(capacity: int): SortedList_2$instance<TKey, TValue>;
1505
- new<TKey, TValue>(comparer: IComparer_1<TKey>): SortedList_2$instance<TKey, TValue>;
1506
- new<TKey, TValue>(capacity: int, comparer: IComparer_1<TKey>): SortedList_2$instance<TKey, TValue>;
1507
- new<TKey, TValue>(dictionary: IDictionary_2<TKey, TValue>): SortedList_2$instance<TKey, TValue>;
1508
- new<TKey, TValue>(dictionary: IDictionary_2<TKey, TValue>, comparer: IComparer_1<TKey>): SortedList_2$instance<TKey, TValue>;
1503
+ new<TKey, TValue>(): SortedList_2<TKey, TValue>;
1504
+ new<TKey, TValue>(capacity: int): SortedList_2<TKey, TValue>;
1505
+ new<TKey, TValue>(comparer: IComparer_1<TKey>): SortedList_2<TKey, TValue>;
1506
+ new<TKey, TValue>(capacity: int, comparer: IComparer_1<TKey>): SortedList_2<TKey, TValue>;
1507
+ new<TKey, TValue>(dictionary: IDictionary_2<TKey, TValue>): SortedList_2<TKey, TValue>;
1508
+ new<TKey, TValue>(dictionary: IDictionary_2<TKey, TValue>, comparer: IComparer_1<TKey>): SortedList_2<TKey, TValue>;
1509
1509
  };
1510
1510
 
1511
1511
 
@@ -1540,7 +1540,7 @@ export interface SortedList_2_KeyList$instance<TKey, TValue> {
1540
1540
 
1541
1541
 
1542
1542
  export const SortedList_2_KeyList: {
1543
- new<TKey, TValue>(): SortedList_2_KeyList$instance<TKey, TValue>;
1543
+ new<TKey, TValue>(): SortedList_2_KeyList<TKey, TValue>;
1544
1544
  };
1545
1545
 
1546
1546
 
@@ -1572,7 +1572,7 @@ export interface SortedList_2_ValueList$instance<TKey, TValue> {
1572
1572
 
1573
1573
 
1574
1574
  export const SortedList_2_ValueList: {
1575
- new<TKey, TValue>(): SortedList_2_ValueList$instance<TKey, TValue>;
1575
+ new<TKey, TValue>(): SortedList_2_ValueList<TKey, TValue>;
1576
1576
  };
1577
1577
 
1578
1578
 
@@ -1618,10 +1618,10 @@ export interface SortedSet_1$instance<T> {
1618
1618
 
1619
1619
 
1620
1620
  export const SortedSet_1: {
1621
- new<T>(): SortedSet_1$instance<T>;
1622
- new<T>(comparer: IComparer_1<T>): SortedSet_1$instance<T>;
1623
- new<T>(collection: IEnumerable_1<T>): SortedSet_1$instance<T>;
1624
- new<T>(collection: IEnumerable_1<T>, comparer: IComparer_1<T>): SortedSet_1$instance<T>;
1621
+ new<T>(): SortedSet_1<T>;
1622
+ new<T>(comparer: IComparer_1<T>): SortedSet_1<T>;
1623
+ new<T>(collection: IEnumerable_1<T>): SortedSet_1<T>;
1624
+ new<T>(collection: IEnumerable_1<T>, comparer: IComparer_1<T>): SortedSet_1<T>;
1625
1625
  createSetComparer<T>(): IEqualityComparer_1<SortedSet_1<T>>;
1626
1626
  createSetComparer<T>(memberEqualityComparer: IEqualityComparer_1<T>): IEqualityComparer_1<SortedSet_1<T>>;
1627
1627
  };
@@ -1664,9 +1664,9 @@ export interface Stack_1$instance<T> {
1664
1664
 
1665
1665
 
1666
1666
  export const Stack_1: {
1667
- new<T>(): Stack_1$instance<T>;
1668
- new<T>(capacity: int): Stack_1$instance<T>;
1669
- new<T>(collection: IEnumerable_1<T>): Stack_1$instance<T>;
1667
+ new<T>(): Stack_1<T>;
1668
+ new<T>(capacity: int): Stack_1<T>;
1669
+ new<T>(collection: IEnumerable_1<T>): Stack_1<T>;
1670
1670
  };
1671
1671
 
1672
1672
 
@@ -1701,8 +1701,8 @@ export interface TreeSet_1$instance<T> extends SortedSet_1$instance<T> {
1701
1701
 
1702
1702
 
1703
1703
  export const TreeSet_1: {
1704
- new<T>(): TreeSet_1$instance<T>;
1705
- new<T>(comparer: IComparer_1<T>): TreeSet_1$instance<T>;
1704
+ new<T>(): TreeSet_1<T>;
1705
+ new<T>(comparer: IComparer_1<T>): TreeSet_1<T>;
1706
1706
  };
1707
1707
 
1708
1708