@tsonic/dotnet 0.8.0 → 0.8.2

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 (137) hide show
  1. package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +21 -21
  2. package/Microsoft.VisualBasic/internal/index.d.ts +24 -24
  3. package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +30 -30
  4. package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +16 -16
  5. package/Microsoft.Win32/internal/index.d.ts +12 -12
  6. package/Microsoft.Win32.SafeHandles/internal/index.d.ts +19 -19
  7. package/System/bindings.json +114 -114
  8. package/System/internal/index.d.ts +1277 -1289
  9. package/System/internal/metadata.json +73 -73
  10. package/System.Buffers/internal/index.d.ts +13 -13
  11. package/System.CodeDom.Compiler/internal/index.d.ts +13 -13
  12. package/System.Collections/internal/index.d.ts +66 -68
  13. package/System.Collections.Concurrent/internal/index.d.ts +24 -24
  14. package/System.Collections.Frozen/bindings.json +20 -20
  15. package/System.Collections.Frozen/internal/index.d.ts +10 -10
  16. package/System.Collections.Frozen/internal/metadata.json +10 -10
  17. package/System.Collections.Generic/bindings.json +44 -20
  18. package/System.Collections.Generic/internal/index.d.ts +141 -133
  19. package/System.Collections.Generic/internal/metadata.json +26 -10
  20. package/System.Collections.Immutable/internal/index.d.ts +121 -121
  21. package/System.Collections.ObjectModel/internal/index.d.ts +23 -23
  22. package/System.Collections.Specialized/internal/index.d.ts +85 -87
  23. package/System.ComponentModel/internal/index.d.ts +595 -597
  24. package/System.ComponentModel.DataAnnotations/internal/index.d.ts +105 -105
  25. package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +9 -9
  26. package/System.ComponentModel.Design/internal/index.d.ts +90 -90
  27. package/System.ComponentModel.Design.Serialization/internal/index.d.ts +37 -37
  28. package/System.Data/internal/index.d.ts +225 -225
  29. package/System.Data.Common/internal/index.d.ts +62 -62
  30. package/System.Data.SqlTypes/internal/index.d.ts +73 -73
  31. package/System.Diagnostics/internal/index.d.ts +343 -343
  32. package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +50 -50
  33. package/System.Diagnostics.Contracts/internal/index.d.ts +20 -20
  34. package/System.Diagnostics.Metrics/internal/index.d.ts +46 -46
  35. package/System.Diagnostics.SymbolStore/internal/index.d.ts +9 -9
  36. package/System.Diagnostics.Tracing/internal/index.d.ts +44 -44
  37. package/System.Drawing/internal/index.d.ts +99 -99
  38. package/System.Dynamic/internal/index.d.ts +33 -33
  39. package/System.Formats.Asn1/internal/index.d.ts +12 -12
  40. package/System.Formats.Tar/internal/index.d.ts +17 -17
  41. package/System.Globalization/internal/index.d.ts +51 -51
  42. package/System.IO/internal/index.d.ts +172 -172
  43. package/System.IO.Compression/internal/index.d.ts +56 -56
  44. package/System.IO.Enumeration/internal/index.d.ts +6 -6
  45. package/System.IO.IsolatedStorage/internal/index.d.ts +17 -17
  46. package/System.IO.MemoryMappedFiles/internal/index.d.ts +11 -11
  47. package/System.IO.Pipelines/internal/index.d.ts +13 -13
  48. package/System.IO.Pipes/internal/index.d.ts +32 -32
  49. package/System.Linq/internal/index.d.ts +187 -187
  50. package/System.Linq.Expressions/internal/index.d.ts +203 -203
  51. package/System.Linq.Expressions.Interpreter/internal/index.d.ts +3 -3
  52. package/System.Net/internal/index.d.ts +218 -220
  53. package/System.Net.Cache/internal/index.d.ts +10 -10
  54. package/System.Net.Http/internal/index.d.ts +89 -89
  55. package/System.Net.Http.Headers/internal/index.d.ts +86 -86
  56. package/System.Net.Http.Json/internal/index.d.ts +59 -59
  57. package/System.Net.Http.Metrics/internal/index.d.ts +2 -2
  58. package/System.Net.Mail/internal/index.d.ts +92 -92
  59. package/System.Net.Mime/internal/index.d.ts +6 -6
  60. package/System.Net.NetworkInformation/internal/index.d.ts +39 -39
  61. package/System.Net.Quic/internal/index.d.ts +13 -13
  62. package/System.Net.Security/internal/index.d.ts +70 -70
  63. package/System.Net.ServerSentEvents/internal/index.d.ts +3 -3
  64. package/System.Net.Sockets/internal/index.d.ts +94 -94
  65. package/System.Net.WebSockets/internal/index.d.ts +46 -46
  66. package/System.Numerics/bindings.json +384 -0
  67. package/System.Numerics/internal/index.d.ts +128 -130
  68. package/System.Numerics/internal/metadata.json +256 -0
  69. package/System.Reflection/internal/index.d.ts +271 -271
  70. package/System.Reflection.Emit/internal/index.d.ts +123 -123
  71. package/System.Reflection.Metadata/bindings.json +48 -0
  72. package/System.Reflection.Metadata/internal/index.d.ts +179 -179
  73. package/System.Reflection.Metadata/internal/metadata.json +32 -0
  74. package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +40 -40
  75. package/System.Reflection.PortableExecutable/internal/index.d.ts +26 -26
  76. package/System.Resources/internal/index.d.ts +38 -38
  77. package/System.Runtime/internal/index.d.ts +9 -9
  78. package/System.Runtime.CompilerServices/internal/index.d.ts +168 -168
  79. package/System.Runtime.ConstrainedExecution/internal/index.d.ts +2 -2
  80. package/System.Runtime.ExceptionServices/internal/index.d.ts +3 -3
  81. package/System.Runtime.InteropServices/bindings.json +22 -22
  82. package/System.Runtime.InteropServices/internal/index.d.ts +184 -184
  83. package/System.Runtime.InteropServices/internal/metadata.json +13 -13
  84. package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +30 -30
  85. package/System.Runtime.InteropServices.Java/internal/index.d.ts +3 -3
  86. package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +50 -50
  87. package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +63 -63
  88. package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +1 -1
  89. package/System.Runtime.InteropServices.Swift/internal/index.d.ts +4 -4
  90. package/System.Runtime.Intrinsics/internal/index.d.ts +4 -4
  91. package/System.Runtime.Loader/internal/index.d.ts +9 -9
  92. package/System.Runtime.Remoting/internal/index.d.ts +2 -2
  93. package/System.Runtime.Serialization/internal/index.d.ts +113 -115
  94. package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +19 -19
  95. package/System.Runtime.Serialization.Formatters/internal/index.d.ts +2 -2
  96. package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +5 -5
  97. package/System.Runtime.Serialization.Json/internal/index.d.ts +28 -28
  98. package/System.Runtime.Versioning/internal/index.d.ts +22 -22
  99. package/System.Security/internal/index.d.ts +63 -63
  100. package/System.Security.AccessControl/internal/index.d.ts +84 -84
  101. package/System.Security.Authentication/internal/index.d.ts +6 -6
  102. package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +13 -13
  103. package/System.Security.Claims/internal/index.d.ts +38 -40
  104. package/System.Security.Cryptography/internal/index.d.ts +378 -378
  105. package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +172 -172
  106. package/System.Security.Permissions/internal/index.d.ts +1 -1
  107. package/System.Security.Policy/internal/index.d.ts +6 -6
  108. package/System.Security.Principal/internal/index.d.ts +29 -31
  109. package/System.Text/internal/index.d.ts +94 -94
  110. package/System.Text.Encodings.Web/internal/index.d.ts +3 -3
  111. package/System.Text.Json/internal/index.d.ts +103 -103
  112. package/System.Text.Json.Nodes/internal/index.d.ts +73 -73
  113. package/System.Text.Json.Schema/internal/index.d.ts +7 -7
  114. package/System.Text.Json.Serialization/internal/index.d.ts +34 -34
  115. package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +57 -57
  116. package/System.Text.RegularExpressions/internal/index.d.ts +29 -29
  117. package/System.Text.Unicode/internal/index.d.ts +6 -6
  118. package/System.Threading/internal/index.d.ts +160 -160
  119. package/System.Threading.Channels/internal/index.d.ts +12 -12
  120. package/System.Threading.Tasks/internal/index.d.ts +125 -135
  121. package/System.Threading.Tasks.Dataflow/internal/index.d.ts +54 -51
  122. package/System.Threading.Tasks.Sources/internal/index.d.ts +5 -5
  123. package/System.Timers/internal/index.d.ts +8 -8
  124. package/System.Transactions/internal/index.d.ts +51 -51
  125. package/System.Web/internal/index.d.ts +32 -32
  126. package/System.Windows.Input/internal/index.d.ts +2 -2
  127. package/System.Windows.Markup/internal/index.d.ts +2 -2
  128. package/System.Xml/internal/index.d.ts +281 -281
  129. package/System.Xml.Linq/internal/index.d.ts +76 -76
  130. package/System.Xml.Resolvers/internal/index.d.ts +8 -8
  131. package/System.Xml.Schema/internal/index.d.ts +173 -173
  132. package/System.Xml.Serialization/internal/index.d.ts +200 -200
  133. package/System.Xml.XPath/internal/index.d.ts +28 -28
  134. package/System.Xml.Xsl/internal/index.d.ts +53 -53
  135. package/System.Xml.Xsl.Runtime/internal/index.d.ts +72 -72
  136. package/__internal/extensions/index.d.ts +415 -414
  137. package/package.json +1 -1
@@ -63,7 +63,7 @@ export interface ICollection_1$instance<T> extends IEnumerable_1<T>, IEnumerable
63
63
  export type ICollection_1<T> = ICollection_1$instance<T>;
64
64
 
65
65
  export interface IComparer_1$instance<T> {
66
- compare(x: T, y: T): int;
66
+ compare(x: T | undefined, y: T | undefined): int;
67
67
  }
68
68
 
69
69
 
@@ -111,8 +111,8 @@ export interface IEnumerator_1$instance<T> extends System_Internal.IDisposable$i
111
111
  export type IEnumerator_1<T> = IEnumerator_1$instance<T>;
112
112
 
113
113
  export interface IEqualityComparer_1$instance<T> {
114
- equals(x: T, y: T): boolean;
115
- getHashCode(obj: T): int;
114
+ equals(x: T | undefined, y: T | undefined): boolean;
115
+ getHashCode(obj: T | undefined): int;
116
116
  }
117
117
 
118
118
 
@@ -191,12 +191,12 @@ export interface ISet_1$instance<T> extends ICollection_1<T>, IEnumerable_1<T>,
191
191
  add(item: T): void;
192
192
  add(item: T): boolean;
193
193
  clear(): void;
194
+ contains(item: T): boolean;
194
195
  copyTo(array: T[], arrayIndex: int): void;
195
196
  getEnumerator(): IEnumerator_1<T>;
196
197
  getEnumerator(): IEnumerator;
197
198
  isSubsetOf(other: IEnumerable_1<T>): boolean;
198
199
  unionWith(other: IEnumerable_1<T>): void;
199
- contains(item: T): boolean;
200
200
  getEnumerator2(): IEnumerator;
201
201
  }
202
202
 
@@ -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> | undefined): Dictionary_2<TKey, TValue>;
670
+ new<TKey, TValue>(capacity: int, comparer: IEqualityComparer_1<TKey> | undefined): 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> | undefined): 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> | undefined): Dictionary_2<TKey, TValue>;
675
675
  };
676
676
 
677
677
 
@@ -688,7 +688,7 @@ export interface __Dictionary_2$views<TKey, TValue> {
688
688
  As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
689
689
  }
690
690
 
691
- export interface Dictionary_2$instance<TKey, TValue> extends System_Runtime_Serialization_Internal.IDeserializationCallback$instance, System_Runtime_Serialization_Internal.ISerializable$instance {}
691
+ export interface Dictionary_2$instance<TKey, TValue> extends System_Runtime_Serialization_Internal.ISerializable$instance {}
692
692
 
693
693
  export type Dictionary_2<TKey, TValue> = Dictionary_2$instance<TKey, TValue> & __Dictionary_2$views<TKey, TValue>;
694
694
 
@@ -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
 
@@ -741,14 +741,16 @@ export type Dictionary_2_ValueCollection<TKey, TValue> = Dictionary_2_ValueColle
741
741
 
742
742
 
743
743
  export interface EnumEqualityComparer_1$instance<T extends number> extends EqualityComparer_1$instance<T> {
744
+ equals(x: T, y: T): boolean;
744
745
  equals(x: unknown, y: unknown): boolean;
746
+ getHashCode(obj: T): int;
745
747
  getHashCode(obj: unknown): int;
746
748
  getObjectData(info: SerializationInfo, context: StreamingContext): void;
747
749
  }
748
750
 
749
751
 
750
752
  export const EnumEqualityComparer_1: {
751
- new<T extends number>(): EnumEqualityComparer_1$instance<T>;
753
+ new<T extends number>(): EnumEqualityComparer_1<T>;
752
754
  };
753
755
 
754
756
 
@@ -771,7 +773,7 @@ export interface EqualityComparer_1$instance<T> {
771
773
 
772
774
  export const EqualityComparer_1: {
773
775
  readonly default_: unknown;
774
- create<T>(equals: Func_3<T, T, System_Internal.Boolean>, getHashCode?: Func_2<T, System_Internal.Int32>): EqualityComparer_1<T>;
776
+ create<T>(equals: Func_3<T | undefined, T | undefined, System_Internal.Boolean>, getHashCode?: Func_2<T, System_Internal.Int32> | undefined): EqualityComparer_1<T>;
775
777
  };
776
778
 
777
779
 
@@ -784,14 +786,15 @@ export type EqualityComparer_1<T> = EqualityComparer_1$instance<T> & __EqualityC
784
786
 
785
787
 
786
788
  export interface GenericComparer_1$instance<T extends (IComparable_1<T> | number | string | boolean)> extends Comparer_1$instance<T> {
787
- compare(x: unknown, y: unknown): int;
788
- equals(obj: unknown): boolean;
789
+ compare(x: T | undefined, y: T | undefined): int;
790
+ compare(x: unknown | undefined, y: unknown | undefined): int;
791
+ equals(obj: unknown | undefined): boolean;
789
792
  getHashCode(): int;
790
793
  }
791
794
 
792
795
 
793
796
  export const GenericComparer_1: {
794
- new<T extends (IComparable_1<T> | number | string | boolean)>(): GenericComparer_1$instance<T>;
797
+ new<T extends (IComparable_1<T> | number | string | boolean)>(): GenericComparer_1<T>;
795
798
  };
796
799
 
797
800
 
@@ -804,13 +807,15 @@ export type GenericComparer_1<T extends (IComparable_1<T> | number | string | bo
804
807
 
805
808
 
806
809
  export interface GenericEqualityComparer_1$instance<T extends (IEquatable_1<T> | number | string | boolean)> extends EqualityComparer_1$instance<T> {
810
+ equals(x: T | undefined, y: T | undefined): boolean;
807
811
  equals(x: unknown, y: unknown): boolean;
812
+ getHashCode(obj: T | undefined): int;
808
813
  getHashCode(obj: unknown): int;
809
814
  }
810
815
 
811
816
 
812
817
  export const GenericEqualityComparer_1: {
813
- new<T extends (IEquatable_1<T> | number | string | boolean)>(): GenericEqualityComparer_1$instance<T>;
818
+ new<T extends (IEquatable_1<T> | number | string | boolean)>(): GenericEqualityComparer_1<T>;
814
819
  };
815
820
 
816
821
 
@@ -857,12 +862,12 @@ export interface HashSet_1$instance<T> {
857
862
 
858
863
 
859
864
  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>;
865
+ new<T>(): HashSet_1<T>;
866
+ new<T>(comparer: IEqualityComparer_1<T> | undefined): HashSet_1<T>;
867
+ new<T>(capacity: int): HashSet_1<T>;
868
+ new<T>(collection: IEnumerable_1<T>): HashSet_1<T>;
869
+ new<T>(collection: IEnumerable_1<T>, comparer: IEqualityComparer_1<T> | undefined): HashSet_1<T>;
870
+ new<T>(capacity: int, comparer: IEqualityComparer_1<T> | undefined): HashSet_1<T>;
866
871
  createSetComparer<T>(): IEqualityComparer_1<HashSet_1<T>>;
867
872
  };
868
873
 
@@ -878,7 +883,7 @@ export interface __HashSet_1$views<T> {
878
883
  As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
879
884
  }
880
885
 
881
- export interface HashSet_1$instance<T> extends System_Runtime_Serialization_Internal.IDeserializationCallback$instance, System_Runtime_Serialization_Internal.ISerializable$instance {}
886
+ export interface HashSet_1$instance<T> extends System_Runtime_Serialization_Internal.ISerializable$instance {}
882
887
 
883
888
  export type HashSet_1<T> = HashSet_1$instance<T> & __HashSet_1$views<T>;
884
889
 
@@ -889,9 +894,9 @@ export interface KeyNotFoundException$instance extends SystemException {
889
894
 
890
895
 
891
896
  export const KeyNotFoundException: {
892
- new(): KeyNotFoundException$instance;
893
- new(message: string): KeyNotFoundException$instance;
894
- new(message: string, innerException: Exception): KeyNotFoundException$instance;
897
+ new(): KeyNotFoundException;
898
+ new(message: string | undefined): KeyNotFoundException;
899
+ new(message: string | undefined, innerException: Exception | undefined): KeyNotFoundException;
895
900
  };
896
901
 
897
902
 
@@ -904,8 +909,8 @@ export type KeyNotFoundException = KeyNotFoundException$instance & __KeyNotFound
904
909
 
905
910
  export interface LinkedList_1$instance<T> {
906
911
  readonly count: int;
907
- readonly first: LinkedListNode_1<T>;
908
- readonly last: LinkedListNode_1<T>;
912
+ readonly first: LinkedListNode_1<T> | undefined;
913
+ readonly last: LinkedListNode_1<T> | undefined;
909
914
  addAfter(node: LinkedListNode_1<T>, value: T): LinkedListNode_1<T>;
910
915
  addAfter(node: LinkedListNode_1<T>, newNode: LinkedListNode_1<T>): void;
911
916
  addBefore(node: LinkedListNode_1<T>, value: T): LinkedListNode_1<T>;
@@ -917,8 +922,8 @@ export interface LinkedList_1$instance<T> {
917
922
  clear(): void;
918
923
  contains(value: T): boolean;
919
924
  copyTo(array: T[], index: int): void;
920
- find(value: T): LinkedListNode_1<T>;
921
- findLast(value: T): LinkedListNode_1<T>;
925
+ find(value: T): LinkedListNode_1<T> | undefined;
926
+ findLast(value: T): LinkedListNode_1<T> | undefined;
922
927
  getEnumerator(): LinkedList_1_Enumerator<T>;
923
928
  getObjectData(info: SerializationInfo, context: StreamingContext): void;
924
929
  onDeserialization(sender: unknown): void;
@@ -930,8 +935,8 @@ export interface LinkedList_1$instance<T> {
930
935
 
931
936
 
932
937
  export const LinkedList_1: {
933
- new<T>(): LinkedList_1$instance<T>;
934
- new<T>(collection: IEnumerable_1<T>): LinkedList_1$instance<T>;
938
+ new<T>(): LinkedList_1<T>;
939
+ new<T>(collection: IEnumerable_1<T>): LinkedList_1<T>;
935
940
  };
936
941
 
937
942
 
@@ -945,22 +950,22 @@ export interface __LinkedList_1$views<T> {
945
950
  As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
946
951
  }
947
952
 
948
- export interface LinkedList_1$instance<T> extends System_Runtime_Serialization_Internal.IDeserializationCallback$instance, System_Runtime_Serialization_Internal.ISerializable$instance {}
953
+ export interface LinkedList_1$instance<T> extends System_Runtime_Serialization_Internal.ISerializable$instance {}
949
954
 
950
955
  export type LinkedList_1<T> = LinkedList_1$instance<T> & __LinkedList_1$views<T>;
951
956
 
952
957
 
953
958
  export interface LinkedListNode_1$instance<T> {
954
- readonly list: LinkedList_1<T>;
955
- readonly next: LinkedListNode_1<T>;
956
- readonly previous: LinkedListNode_1<T>;
959
+ readonly list: LinkedList_1<T> | undefined;
960
+ readonly next: LinkedListNode_1<T> | undefined;
961
+ readonly previous: LinkedListNode_1<T> | undefined;
957
962
  value: T;
958
963
  readonly valueRef: T;
959
964
  }
960
965
 
961
966
 
962
967
  export const LinkedListNode_1: {
963
- new<T>(value: T): LinkedListNode_1$instance<T>;
968
+ new<T>(value: T): LinkedListNode_1<T>;
964
969
  };
965
970
 
966
971
 
@@ -973,9 +978,9 @@ export interface List_1$instance<T> {
973
978
  add(item: T): void;
974
979
  addRange(collection: IEnumerable_1<T>): void;
975
980
  asReadOnly(): ReadOnlyCollection_1<T>;
976
- binarySearch(index: int, count: int, item: T, comparer: IComparer_1<T>): int;
981
+ binarySearch(index: int, count: int, item: T, comparer: IComparer_1<T> | undefined): int;
977
982
  binarySearch(item: T): int;
978
- binarySearch(item: T, comparer: IComparer_1<T>): int;
983
+ binarySearch(item: T, comparer: IComparer_1<T> | undefined): int;
979
984
  clear(): void;
980
985
  contains(item: T): boolean;
981
986
  convertAll<TOutput>(converter: Converter_2<T, TOutput>): List_1<TOutput>;
@@ -984,12 +989,12 @@ export interface List_1$instance<T> {
984
989
  copyTo(array: T[], arrayIndex: int): void;
985
990
  ensureCapacity(capacity: int): int;
986
991
  exists(match: Predicate_1<T>): boolean;
987
- find(match: Predicate_1<T>): T;
992
+ find(match: Predicate_1<T>): T | undefined;
988
993
  findAll(match: Predicate_1<T>): List_1<T>;
989
994
  findIndex(match: Predicate_1<T>): int;
990
995
  findIndex(startIndex: int, match: Predicate_1<T>): int;
991
996
  findIndex(startIndex: int, count: int, match: Predicate_1<T>): int;
992
- findLast(match: Predicate_1<T>): T;
997
+ findLast(match: Predicate_1<T>): T | undefined;
993
998
  findLastIndex(match: Predicate_1<T>): int;
994
999
  findLastIndex(startIndex: int, match: Predicate_1<T>): int;
995
1000
  findLastIndex(startIndex: int, count: int, match: Predicate_1<T>): int;
@@ -1012,8 +1017,8 @@ export interface List_1$instance<T> {
1012
1017
  reverse(index: int, count: int): void;
1013
1018
  slice(start: int, length: int): List_1<T>;
1014
1019
  sort(): void;
1015
- sort(comparer: IComparer_1<T>): void;
1016
- sort(index: int, count: int, comparer: IComparer_1<T>): void;
1020
+ sort(comparer: IComparer_1<T> | undefined): void;
1021
+ sort(index: int, count: int, comparer: IComparer_1<T> | undefined): void;
1017
1022
  sort(comparison: Comparison_1<T>): void;
1018
1023
  toArray(): T[];
1019
1024
  trimExcess(): void;
@@ -1022,9 +1027,9 @@ export interface List_1$instance<T> {
1022
1027
 
1023
1028
 
1024
1029
  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>;
1030
+ new<T>(): List_1<T>;
1031
+ new<T>(capacity: int): List_1<T>;
1032
+ new<T>(collection: IEnumerable_1<T>): List_1<T>;
1028
1033
  };
1029
1034
 
1030
1035
 
@@ -1044,13 +1049,13 @@ export type List_1<T> = List_1$instance<T> & __List_1$views<T>;
1044
1049
  export interface NonRandomizedStringEqualityComparer$instance {
1045
1050
  equals(x: string, y: string): boolean;
1046
1051
  getHashCode(obj: string): int;
1047
- getUnderlyingEqualityComparer(): IEqualityComparer_1<System_Internal.String>;
1052
+ getUnderlyingEqualityComparer(): IEqualityComparer_1<string | undefined>;
1048
1053
  }
1049
1054
 
1050
1055
 
1051
1056
  export const NonRandomizedStringEqualityComparer: {
1052
- new(): NonRandomizedStringEqualityComparer$instance;
1053
- getStringComparer(comparer: unknown): IEqualityComparer_1<System_Internal.String>;
1057
+ new(): NonRandomizedStringEqualityComparer;
1058
+ getStringComparer(comparer: unknown): IEqualityComparer_1<System_Internal.String> | undefined;
1054
1059
  };
1055
1060
 
1056
1061
 
@@ -1065,7 +1070,7 @@ export type NonRandomizedStringEqualityComparer = NonRandomizedStringEqualityCom
1065
1070
 
1066
1071
 
1067
1072
  export interface NullableComparer_1$instance<T extends unknown> extends Comparer_1$instance<Nullable_1<T>> {
1068
- compare(x: unknown, y: unknown): int;
1073
+ compare(x: unknown | undefined, y: unknown | undefined): int;
1069
1074
  equals(obj: unknown): boolean;
1070
1075
  getHashCode(): int;
1071
1076
  getObjectData(info: SerializationInfo, context: StreamingContext): void;
@@ -1073,7 +1078,7 @@ export interface NullableComparer_1$instance<T extends unknown> extends Comparer
1073
1078
 
1074
1079
 
1075
1080
  export const NullableComparer_1: {
1076
- new<T extends unknown>(): NullableComparer_1$instance<T>;
1081
+ new<T extends unknown>(): NullableComparer_1<T>;
1077
1082
  };
1078
1083
 
1079
1084
 
@@ -1096,7 +1101,7 @@ export interface NullableEqualityComparer_1$instance<T extends unknown> extends
1096
1101
 
1097
1102
 
1098
1103
  export const NullableEqualityComparer_1: {
1099
- new<T extends unknown>(): NullableEqualityComparer_1$instance<T>;
1104
+ new<T extends unknown>(): NullableEqualityComparer_1<T>;
1100
1105
  };
1101
1106
 
1102
1107
 
@@ -1112,14 +1117,15 @@ export type NullableEqualityComparer_1<T> = NullableEqualityComparer_1$instance<
1112
1117
 
1113
1118
 
1114
1119
  export interface ObjectComparer_1$instance<T> extends Comparer_1$instance<T> {
1115
- compare(x: unknown, y: unknown): int;
1116
- equals(obj: unknown): boolean;
1120
+ compare(x: T | undefined, y: T | undefined): int;
1121
+ compare(x: unknown | undefined, y: unknown | undefined): int;
1122
+ equals(obj: unknown | undefined): boolean;
1117
1123
  getHashCode(): int;
1118
1124
  }
1119
1125
 
1120
1126
 
1121
1127
  export const ObjectComparer_1: {
1122
- new<T>(): ObjectComparer_1$instance<T>;
1128
+ new<T>(): ObjectComparer_1<T>;
1123
1129
  };
1124
1130
 
1125
1131
 
@@ -1132,13 +1138,15 @@ export type ObjectComparer_1<T> = ObjectComparer_1$instance<T> & __ObjectCompare
1132
1138
 
1133
1139
 
1134
1140
  export interface ObjectEqualityComparer_1$instance<T> extends EqualityComparer_1$instance<T> {
1141
+ equals(x: T | undefined, y: T | undefined): boolean;
1135
1142
  equals(x: unknown, y: unknown): boolean;
1143
+ getHashCode(obj: T | undefined): int;
1136
1144
  getHashCode(obj: unknown): int;
1137
1145
  }
1138
1146
 
1139
1147
 
1140
1148
  export const ObjectEqualityComparer_1: {
1141
- new<T>(): ObjectEqualityComparer_1$instance<T>;
1149
+ new<T>(): ObjectEqualityComparer_1<T>;
1142
1150
  };
1143
1151
 
1144
1152
 
@@ -1181,14 +1189,14 @@ export interface OrderedDictionary_2$instance<TKey, TValue> {
1181
1189
 
1182
1190
 
1183
1191
  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>;
1192
+ new<TKey, TValue>(): OrderedDictionary_2<TKey, TValue>;
1193
+ new<TKey, TValue>(capacity: int): OrderedDictionary_2<TKey, TValue>;
1194
+ new<TKey, TValue>(comparer: IEqualityComparer_1<TKey> | undefined): OrderedDictionary_2<TKey, TValue>;
1195
+ new<TKey, TValue>(capacity: int, comparer: IEqualityComparer_1<TKey> | undefined): OrderedDictionary_2<TKey, TValue>;
1196
+ new<TKey, TValue>(dictionary: IDictionary_2<TKey, TValue>): OrderedDictionary_2<TKey, TValue>;
1197
+ new<TKey, TValue>(dictionary: IDictionary_2<TKey, TValue>, comparer: IEqualityComparer_1<TKey> | undefined): OrderedDictionary_2<TKey, TValue>;
1198
+ new<TKey, TValue>(collection: IEnumerable_1<KeyValuePair_2<TKey, TValue>>): OrderedDictionary_2<TKey, TValue>;
1199
+ new<TKey, TValue>(collection: IEnumerable_1<KeyValuePair_2<TKey, TValue>>, comparer: IEqualityComparer_1<TKey> | undefined): OrderedDictionary_2<TKey, TValue>;
1192
1200
  };
1193
1201
 
1194
1202
 
@@ -1217,7 +1225,7 @@ export interface OrderedDictionary_2_KeyCollection$instance<TKey, TValue> {
1217
1225
 
1218
1226
 
1219
1227
  export const OrderedDictionary_2_KeyCollection: {
1220
- new<TKey, TValue>(): OrderedDictionary_2_KeyCollection$instance<TKey, TValue>;
1228
+ new<TKey, TValue>(): OrderedDictionary_2_KeyCollection<TKey, TValue>;
1221
1229
  };
1222
1230
 
1223
1231
 
@@ -1242,7 +1250,7 @@ export interface OrderedDictionary_2_ValueCollection$instance<TKey, TValue> {
1242
1250
 
1243
1251
 
1244
1252
  export const OrderedDictionary_2_ValueCollection: {
1245
- new<TKey, TValue>(): OrderedDictionary_2_ValueCollection$instance<TKey, TValue>;
1253
+ new<TKey, TValue>(): OrderedDictionary_2_ValueCollection<TKey, TValue>;
1246
1254
  };
1247
1255
 
1248
1256
 
@@ -1273,7 +1281,7 @@ export interface PriorityQueue_2$instance<TElement, TPriority> {
1273
1281
  enqueueRange(elements: IEnumerable_1<TElement>, priority: TPriority): void;
1274
1282
  ensureCapacity(capacity: int): int;
1275
1283
  peek(): TElement;
1276
- remove(element: TElement, removedElement: TElement, priority: TPriority, equalityComparer?: IEqualityComparer_1<TElement>): boolean;
1284
+ remove(element: TElement, removedElement: TElement, priority: TPriority, equalityComparer?: IEqualityComparer_1<TElement> | undefined): boolean;
1277
1285
  trimExcess(): void;
1278
1286
  tryDequeue(element: TElement, priority: TPriority): boolean;
1279
1287
  tryPeek(element: TElement, priority: TPriority): boolean;
@@ -1281,12 +1289,12 @@ export interface PriorityQueue_2$instance<TElement, TPriority> {
1281
1289
 
1282
1290
 
1283
1291
  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>;
1292
+ new<TElement, TPriority>(): PriorityQueue_2<TElement, TPriority>;
1293
+ new<TElement, TPriority>(initialCapacity: int): PriorityQueue_2<TElement, TPriority>;
1294
+ new<TElement, TPriority>(comparer: IComparer_1<TPriority> | undefined): PriorityQueue_2<TElement, TPriority>;
1295
+ new<TElement, TPriority>(initialCapacity: int, comparer: IComparer_1<TPriority> | undefined): PriorityQueue_2<TElement, TPriority>;
1296
+ new<TElement, TPriority>(items: IEnumerable_1<ValueTuple_2<TElement, TPriority>>): PriorityQueue_2<TElement, TPriority>;
1297
+ new<TElement, TPriority>(items: IEnumerable_1<ValueTuple_2<TElement, TPriority>>, comparer: IComparer_1<TPriority> | undefined): PriorityQueue_2<TElement, TPriority>;
1290
1298
  };
1291
1299
 
1292
1300
 
@@ -1299,7 +1307,7 @@ export interface PriorityQueue_2_UnorderedItemsCollection$instance<TElement, TPr
1299
1307
 
1300
1308
 
1301
1309
  export const PriorityQueue_2_UnorderedItemsCollection: {
1302
- new<TElement, TPriority>(): PriorityQueue_2_UnorderedItemsCollection$instance<TElement, TPriority>;
1310
+ new<TElement, TPriority>(): PriorityQueue_2_UnorderedItemsCollection<TElement, TPriority>;
1303
1311
  };
1304
1312
 
1305
1313
 
@@ -1333,9 +1341,9 @@ export interface Queue_1$instance<T> {
1333
1341
 
1334
1342
 
1335
1343
  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>;
1344
+ new<T>(): Queue_1<T>;
1345
+ new<T>(capacity: int): Queue_1<T>;
1346
+ new<T>(collection: IEnumerable_1<T>): Queue_1<T>;
1339
1347
  };
1340
1348
 
1341
1349
 
@@ -1356,7 +1364,7 @@ export interface ReferenceEqualityComparer$instance {
1356
1364
 
1357
1365
 
1358
1366
  export const ReferenceEqualityComparer: {
1359
- new(): ReferenceEqualityComparer$instance;
1367
+ new(): ReferenceEqualityComparer;
1360
1368
  readonly instance: ReferenceEqualityComparer;
1361
1369
  };
1362
1370
 
@@ -1387,10 +1395,10 @@ export interface SortedDictionary_2$instance<TKey, TValue> {
1387
1395
 
1388
1396
 
1389
1397
  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>;
1398
+ new<TKey, TValue>(): SortedDictionary_2<TKey, TValue>;
1399
+ new<TKey, TValue>(dictionary: IDictionary_2<TKey, TValue>): SortedDictionary_2<TKey, TValue>;
1400
+ new<TKey, TValue>(dictionary: IDictionary_2<TKey, TValue>, comparer: IComparer_1<TKey> | undefined): SortedDictionary_2<TKey, TValue>;
1401
+ new<TKey, TValue>(comparer: IComparer_1<TKey> | undefined): SortedDictionary_2<TKey, TValue>;
1394
1402
  };
1395
1403
 
1396
1404
 
@@ -1417,7 +1425,7 @@ export interface SortedDictionary_2_KeyCollection$instance<TKey, TValue> {
1417
1425
 
1418
1426
 
1419
1427
  export const SortedDictionary_2_KeyCollection: {
1420
- new<TKey, TValue>(dictionary: SortedDictionary_2<TKey, TValue>): SortedDictionary_2_KeyCollection$instance<TKey, TValue>;
1428
+ new<TKey, TValue>(dictionary: SortedDictionary_2<TKey, TValue>): SortedDictionary_2_KeyCollection<TKey, TValue>;
1421
1429
  };
1422
1430
 
1423
1431
 
@@ -1433,14 +1441,14 @@ export type SortedDictionary_2_KeyCollection<TKey, TValue> = SortedDictionary_2_
1433
1441
 
1434
1442
 
1435
1443
  export interface SortedDictionary_2_KeyValuePairComparer$instance<TKey, TValue> extends Comparer_1$instance<KeyValuePair_2<TKey, TValue>> {
1436
- compare(x: unknown, y: unknown): int;
1437
- equals(obj: unknown): boolean;
1444
+ compare(x: unknown | undefined, y: unknown | undefined): int;
1445
+ equals(obj: unknown | undefined): boolean;
1438
1446
  getHashCode(): int;
1439
1447
  }
1440
1448
 
1441
1449
 
1442
1450
  export const SortedDictionary_2_KeyValuePairComparer: {
1443
- new<TKey, TValue>(keyComparer: IComparer_1<TKey>): SortedDictionary_2_KeyValuePairComparer$instance<TKey, TValue>;
1451
+ new<TKey, TValue>(keyComparer: IComparer_1<TKey> | undefined): SortedDictionary_2_KeyValuePairComparer<TKey, TValue>;
1444
1452
  };
1445
1453
 
1446
1454
 
@@ -1460,7 +1468,7 @@ export interface SortedDictionary_2_ValueCollection$instance<TKey, TValue> {
1460
1468
 
1461
1469
 
1462
1470
  export const SortedDictionary_2_ValueCollection: {
1463
- new<TKey, TValue>(dictionary: SortedDictionary_2<TKey, TValue>): SortedDictionary_2_ValueCollection$instance<TKey, TValue>;
1471
+ new<TKey, TValue>(dictionary: SortedDictionary_2<TKey, TValue>): SortedDictionary_2_ValueCollection<TKey, TValue>;
1464
1472
  };
1465
1473
 
1466
1474
 
@@ -1500,12 +1508,12 @@ export interface SortedList_2$instance<TKey, TValue> {
1500
1508
 
1501
1509
 
1502
1510
  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>;
1511
+ new<TKey, TValue>(): SortedList_2<TKey, TValue>;
1512
+ new<TKey, TValue>(capacity: int): SortedList_2<TKey, TValue>;
1513
+ new<TKey, TValue>(comparer: IComparer_1<TKey> | undefined): SortedList_2<TKey, TValue>;
1514
+ new<TKey, TValue>(capacity: int, comparer: IComparer_1<TKey> | undefined): SortedList_2<TKey, TValue>;
1515
+ new<TKey, TValue>(dictionary: IDictionary_2<TKey, TValue>): SortedList_2<TKey, TValue>;
1516
+ new<TKey, TValue>(dictionary: IDictionary_2<TKey, TValue>, comparer: IComparer_1<TKey> | undefined): SortedList_2<TKey, TValue>;
1509
1517
  };
1510
1518
 
1511
1519
 
@@ -1540,7 +1548,7 @@ export interface SortedList_2_KeyList$instance<TKey, TValue> {
1540
1548
 
1541
1549
 
1542
1550
  export const SortedList_2_KeyList: {
1543
- new<TKey, TValue>(): SortedList_2_KeyList$instance<TKey, TValue>;
1551
+ new<TKey, TValue>(): SortedList_2_KeyList<TKey, TValue>;
1544
1552
  };
1545
1553
 
1546
1554
 
@@ -1572,7 +1580,7 @@ export interface SortedList_2_ValueList$instance<TKey, TValue> {
1572
1580
 
1573
1581
 
1574
1582
  export const SortedList_2_ValueList: {
1575
- new<TKey, TValue>(): SortedList_2_ValueList$instance<TKey, TValue>;
1583
+ new<TKey, TValue>(): SortedList_2_ValueList<TKey, TValue>;
1576
1584
  };
1577
1585
 
1578
1586
 
@@ -1590,8 +1598,8 @@ export type SortedList_2_ValueList<TKey, TValue> = SortedList_2_ValueList$instan
1590
1598
  export interface SortedSet_1$instance<T> {
1591
1599
  readonly comparer: IComparer_1<T>;
1592
1600
  readonly count: int;
1593
- readonly max: T;
1594
- readonly min: T;
1601
+ readonly max: T | undefined;
1602
+ readonly min: T | undefined;
1595
1603
  add(item: T): boolean;
1596
1604
  clear(): void;
1597
1605
  contains(item: T): boolean;
@@ -1618,12 +1626,12 @@ export interface SortedSet_1$instance<T> {
1618
1626
 
1619
1627
 
1620
1628
  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>;
1629
+ new<T>(): SortedSet_1<T>;
1630
+ new<T>(comparer: IComparer_1<T> | undefined): SortedSet_1<T>;
1631
+ new<T>(collection: IEnumerable_1<T>): SortedSet_1<T>;
1632
+ new<T>(collection: IEnumerable_1<T>, comparer: IComparer_1<T> | undefined): SortedSet_1<T>;
1625
1633
  createSetComparer<T>(): IEqualityComparer_1<SortedSet_1<T>>;
1626
- createSetComparer<T>(memberEqualityComparer: IEqualityComparer_1<T>): IEqualityComparer_1<SortedSet_1<T>>;
1634
+ createSetComparer<T>(memberEqualityComparer: IEqualityComparer_1<T> | undefined): IEqualityComparer_1<SortedSet_1<T>>;
1627
1635
  };
1628
1636
 
1629
1637
 
@@ -1664,9 +1672,9 @@ export interface Stack_1$instance<T> {
1664
1672
 
1665
1673
 
1666
1674
  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>;
1675
+ new<T>(): Stack_1<T>;
1676
+ new<T>(capacity: int): Stack_1<T>;
1677
+ new<T>(collection: IEnumerable_1<T>): Stack_1<T>;
1670
1678
  };
1671
1679
 
1672
1680
 
@@ -1695,14 +1703,14 @@ export interface TreeSet_1$instance<T> extends SortedSet_1$instance<T> {
1695
1703
  getObjectData(info: SerializationInfo, context: StreamingContext): void;
1696
1704
  isProperSubsetOf(other: IEnumerable_1<T>): boolean;
1697
1705
  isSubsetOf(other: IEnumerable_1<T>): boolean;
1698
- onDeserialization(sender: unknown): void;
1706
+ onDeserialization(sender: unknown | undefined): void;
1699
1707
  unionWith(other: IEnumerable_1<T>): void;
1700
1708
  }
1701
1709
 
1702
1710
 
1703
1711
  export const TreeSet_1: {
1704
- new<T>(): TreeSet_1$instance<T>;
1705
- new<T>(comparer: IComparer_1<T>): TreeSet_1$instance<T>;
1712
+ new<T>(): TreeSet_1<T>;
1713
+ new<T>(comparer: IComparer_1<T> | undefined): TreeSet_1<T>;
1706
1714
  };
1707
1715
 
1708
1716