@tsonic/dotnet 0.8.1 → 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 (127) hide show
  1. package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +18 -18
  2. package/Microsoft.VisualBasic/internal/index.d.ts +1 -1
  3. package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +1 -1
  4. package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +1 -1
  5. package/Microsoft.Win32/internal/index.d.ts +11 -11
  6. package/System/bindings.json +114 -114
  7. package/System/internal/index.d.ts +994 -1006
  8. package/System/internal/metadata.json +73 -73
  9. package/System.Buffers/internal/index.d.ts +3 -3
  10. package/System.CodeDom.Compiler/internal/index.d.ts +11 -11
  11. package/System.Collections/internal/index.d.ts +26 -28
  12. package/System.Collections.Concurrent/internal/index.d.ts +10 -10
  13. package/System.Collections.Frozen/bindings.json +20 -20
  14. package/System.Collections.Frozen/internal/index.d.ts +6 -6
  15. package/System.Collections.Frozen/internal/metadata.json +10 -10
  16. package/System.Collections.Generic/bindings.json +44 -20
  17. package/System.Collections.Generic/internal/index.d.ts +68 -60
  18. package/System.Collections.Generic/internal/metadata.json +26 -10
  19. package/System.Collections.Immutable/internal/index.d.ts +99 -99
  20. package/System.Collections.ObjectModel/internal/index.d.ts +15 -15
  21. package/System.Collections.Specialized/internal/index.d.ts +63 -65
  22. package/System.ComponentModel/internal/index.d.ts +428 -430
  23. package/System.ComponentModel.DataAnnotations/internal/index.d.ts +66 -66
  24. package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +2 -2
  25. package/System.ComponentModel.Design/internal/index.d.ts +72 -72
  26. package/System.ComponentModel.Design.Serialization/internal/index.d.ts +33 -33
  27. package/System.Data/internal/index.d.ts +168 -168
  28. package/System.Data.Common/internal/index.d.ts +48 -48
  29. package/System.Data.SqlTypes/internal/index.d.ts +21 -21
  30. package/System.Diagnostics/internal/index.d.ts +262 -262
  31. package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +25 -25
  32. package/System.Diagnostics.Contracts/internal/index.d.ts +8 -8
  33. package/System.Diagnostics.Metrics/internal/index.d.ts +33 -33
  34. package/System.Diagnostics.SymbolStore/internal/index.d.ts +5 -5
  35. package/System.Diagnostics.Tracing/internal/index.d.ts +28 -28
  36. package/System.Drawing/internal/index.d.ts +77 -77
  37. package/System.Dynamic/internal/index.d.ts +27 -27
  38. package/System.Formats.Asn1/internal/index.d.ts +4 -4
  39. package/System.Formats.Tar/internal/index.d.ts +3 -3
  40. package/System.Globalization/internal/index.d.ts +18 -18
  41. package/System.IO/internal/index.d.ts +107 -107
  42. package/System.IO.Compression/internal/index.d.ts +25 -25
  43. package/System.IO.Enumeration/internal/index.d.ts +5 -5
  44. package/System.IO.IsolatedStorage/internal/index.d.ts +9 -9
  45. package/System.IO.MemoryMappedFiles/internal/index.d.ts +8 -8
  46. package/System.IO.Pipelines/internal/index.d.ts +5 -5
  47. package/System.IO.Pipes/internal/index.d.ts +4 -4
  48. package/System.Linq/internal/index.d.ts +180 -180
  49. package/System.Linq.Expressions/internal/index.d.ts +169 -169
  50. package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -2
  51. package/System.Net/internal/index.d.ts +151 -153
  52. package/System.Net.Cache/internal/index.d.ts +2 -2
  53. package/System.Net.Http/internal/index.d.ts +58 -58
  54. package/System.Net.Http.Headers/internal/index.d.ts +48 -48
  55. package/System.Net.Http.Json/internal/index.d.ts +58 -58
  56. package/System.Net.Http.Metrics/internal/index.d.ts +1 -1
  57. package/System.Net.Mail/internal/index.d.ts +72 -72
  58. package/System.Net.Mime/internal/index.d.ts +2 -2
  59. package/System.Net.NetworkInformation/internal/index.d.ts +24 -24
  60. package/System.Net.Quic/internal/index.d.ts +4 -4
  61. package/System.Net.Security/internal/index.d.ts +52 -52
  62. package/System.Net.ServerSentEvents/internal/index.d.ts +2 -2
  63. package/System.Net.Sockets/internal/index.d.ts +41 -41
  64. package/System.Net.WebSockets/internal/index.d.ts +34 -34
  65. package/System.Numerics/bindings.json +384 -0
  66. package/System.Numerics/internal/index.d.ts +91 -93
  67. package/System.Numerics/internal/metadata.json +256 -0
  68. package/System.Reflection/internal/index.d.ts +219 -219
  69. package/System.Reflection.Emit/internal/index.d.ts +118 -118
  70. package/System.Reflection.Metadata/bindings.json +48 -0
  71. package/System.Reflection.Metadata/internal/index.d.ts +14 -14
  72. package/System.Reflection.Metadata/internal/metadata.json +32 -0
  73. package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +5 -5
  74. package/System.Reflection.PortableExecutable/internal/index.d.ts +4 -4
  75. package/System.Resources/internal/index.d.ts +24 -24
  76. package/System.Runtime/internal/index.d.ts +5 -5
  77. package/System.Runtime.CompilerServices/internal/index.d.ts +31 -31
  78. package/System.Runtime.InteropServices/bindings.json +22 -22
  79. package/System.Runtime.InteropServices/internal/index.d.ts +93 -93
  80. package/System.Runtime.InteropServices/internal/metadata.json +13 -13
  81. package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +10 -10
  82. package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +23 -23
  83. package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +36 -36
  84. package/System.Runtime.Loader/internal/index.d.ts +6 -6
  85. package/System.Runtime.Remoting/internal/index.d.ts +2 -2
  86. package/System.Runtime.Serialization/internal/index.d.ts +77 -79
  87. package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +16 -16
  88. package/System.Runtime.Serialization.Formatters/internal/index.d.ts +2 -2
  89. package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +4 -4
  90. package/System.Runtime.Serialization.Json/internal/index.d.ts +26 -26
  91. package/System.Runtime.Versioning/internal/index.d.ts +9 -9
  92. package/System.Security/internal/index.d.ts +49 -49
  93. package/System.Security.AccessControl/internal/index.d.ts +31 -31
  94. package/System.Security.Authentication/internal/index.d.ts +4 -4
  95. package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +10 -10
  96. package/System.Security.Claims/internal/index.d.ts +23 -25
  97. package/System.Security.Cryptography/internal/index.d.ts +189 -189
  98. package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +71 -71
  99. package/System.Security.Policy/internal/index.d.ts +2 -2
  100. package/System.Security.Principal/internal/index.d.ts +9 -11
  101. package/System.Text/internal/index.d.ts +51 -51
  102. package/System.Text.Json/internal/index.d.ts +83 -83
  103. package/System.Text.Json.Nodes/internal/index.d.ts +65 -65
  104. package/System.Text.Json.Schema/internal/index.d.ts +5 -5
  105. package/System.Text.Json.Serialization/internal/index.d.ts +10 -10
  106. package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +47 -47
  107. package/System.Text.RegularExpressions/internal/index.d.ts +5 -5
  108. package/System.Text.Unicode/internal/index.d.ts +4 -4
  109. package/System.Threading/internal/index.d.ts +87 -87
  110. package/System.Threading.Channels/internal/index.d.ts +8 -8
  111. package/System.Threading.Tasks/internal/index.d.ts +84 -94
  112. package/System.Threading.Tasks.Dataflow/internal/index.d.ts +29 -26
  113. package/System.Threading.Tasks.Sources/internal/index.d.ts +4 -4
  114. package/System.Timers/internal/index.d.ts +3 -3
  115. package/System.Transactions/internal/index.d.ts +20 -20
  116. package/System.Web/internal/index.d.ts +31 -31
  117. package/System.Windows.Input/internal/index.d.ts +2 -2
  118. package/System.Xml/internal/index.d.ts +215 -215
  119. package/System.Xml.Linq/internal/index.d.ts +51 -51
  120. package/System.Xml.Resolvers/internal/index.d.ts +4 -4
  121. package/System.Xml.Schema/internal/index.d.ts +105 -105
  122. package/System.Xml.Serialization/internal/index.d.ts +136 -136
  123. package/System.Xml.XPath/internal/index.d.ts +19 -19
  124. package/System.Xml.Xsl/internal/index.d.ts +41 -41
  125. package/System.Xml.Xsl.Runtime/internal/index.d.ts +20 -20
  126. package/__internal/extensions/index.d.ts +415 -414
  127. package/package.json +1 -1
@@ -2348,20 +2348,6 @@
2348
2348
  "declaringAssemblyName": "System.Private.CoreLib",
2349
2349
  "isExtensionMethod": false
2350
2350
  },
2351
- {
2352
- "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::CopyTo(T[],System.Int32):System.Void",
2353
- "clrName": "CopyTo",
2354
- "tsEmitName": "copyTo$view",
2355
- "metadataToken": 100704541,
2356
- "canonicalSignature": "(T[],System.Int32):System.Void",
2357
- "normalizedSignature": "CopyTo|(T[],System.Int32):System.Void|static=false",
2358
- "emitScope": "ViewOnly",
2359
- "arity": 0,
2360
- "parameterCount": 2,
2361
- "declaringClrType": "System.Collections.Generic.ICollection\u00601",
2362
- "declaringAssemblyName": "System.Private.CoreLib",
2363
- "isExtensionMethod": false
2364
- },
2365
2351
  {
2366
2352
  "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Contains(T):System.Boolean",
2367
2353
  "clrName": "Contains",
@@ -2376,6 +2362,20 @@
2376
2362
  "declaringAssemblyName": "System.Private.CoreLib",
2377
2363
  "isExtensionMethod": false
2378
2364
  },
2365
+ {
2366
+ "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::CopyTo(T[],System.Int32):System.Void",
2367
+ "clrName": "CopyTo",
2368
+ "tsEmitName": "copyTo$view",
2369
+ "metadataToken": 100704541,
2370
+ "canonicalSignature": "(T[],System.Int32):System.Void",
2371
+ "normalizedSignature": "CopyTo|(T[],System.Int32):System.Void|static=false",
2372
+ "emitScope": "ViewOnly",
2373
+ "arity": 0,
2374
+ "parameterCount": 2,
2375
+ "declaringClrType": "System.Collections.Generic.ICollection\u00601",
2376
+ "declaringAssemblyName": "System.Private.CoreLib",
2377
+ "isExtensionMethod": false
2378
+ },
2379
2379
  {
2380
2380
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlySet\u00601::Contains(T):System.Boolean",
2381
2381
  "clrName": "Contains",
@@ -2762,23 +2762,23 @@
2762
2762
  }
2763
2763
  },
2764
2764
  {
2765
- "tsName": "copyTo$view",
2765
+ "tsName": "contains$view",
2766
2766
  "isStatic": false,
2767
- "tsSignatureId": "CopyTo|(T[],System.Int32):System.Void|static=false",
2767
+ "tsSignatureId": "Contains|(T):System.Boolean|static=false",
2768
2768
  "target": {
2769
2769
  "declaringClrType": "System.Collections.Generic.ICollection\u00601",
2770
2770
  "declaringAssemblyName": "System.Private.CoreLib",
2771
- "metadataToken": 100704541
2771
+ "metadataToken": 100704540
2772
2772
  }
2773
2773
  },
2774
2774
  {
2775
- "tsName": "contains$view",
2775
+ "tsName": "copyTo$view",
2776
2776
  "isStatic": false,
2777
- "tsSignatureId": "Contains|(T):System.Boolean|static=false",
2777
+ "tsSignatureId": "CopyTo|(T[],System.Int32):System.Void|static=false",
2778
2778
  "target": {
2779
2779
  "declaringClrType": "System.Collections.Generic.ICollection\u00601",
2780
2780
  "declaringAssemblyName": "System.Private.CoreLib",
2781
- "metadataToken": 100704540
2781
+ "metadataToken": 100704541
2782
2782
  }
2783
2783
  },
2784
2784
  {
@@ -161,20 +161,20 @@ export type FrozenSet_1<T> = FrozenSet_1$instance<T> & __FrozenSet_1$views<T>;
161
161
 
162
162
 
163
163
  export abstract class FrozenDictionary$instance {
164
- static create<TKey, TValue>(comparer: IEqualityComparer_1<TKey>, source: ReadOnlySpan_1<KeyValuePair_2<TKey, TValue>>): FrozenDictionary_2<TKey, TValue>;
164
+ static create<TKey, TValue>(comparer: IEqualityComparer_1<TKey> | undefined, source: ReadOnlySpan_1<KeyValuePair_2<TKey, TValue>>): FrozenDictionary_2<TKey, TValue>;
165
165
  static create<TKey, TValue>(source: ReadOnlySpan_1<KeyValuePair_2<TKey, TValue>>): FrozenDictionary_2<TKey, TValue>;
166
- static toFrozenDictionary<TSource, TKey, TElement>(source: IEnumerable_1<TSource>, keySelector: Func_2<TSource, TKey>, elementSelector: Func_2<TSource, TElement>, comparer?: IEqualityComparer_1<TKey>): FrozenDictionary_2<TKey, TElement>;
167
- static toFrozenDictionary<TSource, TKey>(source: IEnumerable_1<TSource>, keySelector: Func_2<TSource, TKey>, comparer?: IEqualityComparer_1<TKey>): FrozenDictionary_2<TKey, TSource>;
168
- static toFrozenDictionary<TKey, TValue>(source: IEnumerable_1<KeyValuePair_2<TKey, TValue>>, comparer?: IEqualityComparer_1<TKey>): FrozenDictionary_2<TKey, TValue>;
166
+ static toFrozenDictionary<TSource, TKey, TElement>(source: IEnumerable_1<TSource>, keySelector: Func_2<TSource, TKey>, elementSelector: Func_2<TSource, TElement>, comparer?: IEqualityComparer_1<TKey> | undefined): FrozenDictionary_2<TKey, TElement>;
167
+ static toFrozenDictionary<TSource, TKey>(source: IEnumerable_1<TSource>, keySelector: Func_2<TSource, TKey>, comparer?: IEqualityComparer_1<TKey> | undefined): FrozenDictionary_2<TKey, TSource>;
168
+ static toFrozenDictionary<TKey, TValue>(source: IEnumerable_1<KeyValuePair_2<TKey, TValue>>, comparer?: IEqualityComparer_1<TKey> | undefined): FrozenDictionary_2<TKey, TValue>;
169
169
  }
170
170
 
171
171
 
172
172
  export type FrozenDictionary = FrozenDictionary$instance;
173
173
 
174
174
  export abstract class FrozenSet$instance {
175
- static create<T>(equalityComparer: IEqualityComparer_1<T>, source: ReadOnlySpan_1<T>): FrozenSet_1<T>;
175
+ static create<T>(equalityComparer: IEqualityComparer_1<T> | undefined, source: ReadOnlySpan_1<T>): FrozenSet_1<T>;
176
176
  static create<T>(source: ReadOnlySpan_1<T>): FrozenSet_1<T>;
177
- static toFrozenSet<T>(source: IEnumerable_1<T>, comparer?: IEqualityComparer_1<T>): FrozenSet_1<T>;
177
+ static toFrozenSet<T>(source: IEnumerable_1<T>, comparer?: IEqualityComparer_1<T> | undefined): FrozenSet_1<T>;
178
178
  }
179
179
 
180
180
 
@@ -1581,10 +1581,10 @@
1581
1581
  "isExtensionMethod": false
1582
1582
  },
1583
1583
  {
1584
- "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::CopyTo(T[],System.Int32):System.Void",
1585
- "clrName": "CopyTo",
1586
- "tsEmitName": "copyTo$view",
1587
- "normalizedSignature": "CopyTo|(T[],System.Int32):System.Void|static=false",
1584
+ "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Contains(T):System.Boolean",
1585
+ "clrName": "Contains",
1586
+ "tsEmitName": "contains$view",
1587
+ "normalizedSignature": "Contains|(T):System.Boolean|static=false",
1588
1588
  "provenance": "ExplicitView",
1589
1589
  "emitScope": "ViewOnly",
1590
1590
  "isStatic": false,
@@ -1593,15 +1593,15 @@
1593
1593
  "isOverride": false,
1594
1594
  "isSealed": false,
1595
1595
  "arity": 0,
1596
- "parameterCount": 2,
1596
+ "parameterCount": 1,
1597
1597
  "sourceInterface": "System.Collections.Generic.ICollection\u00601",
1598
1598
  "isExtensionMethod": false
1599
1599
  },
1600
1600
  {
1601
- "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Contains(T):System.Boolean",
1602
- "clrName": "Contains",
1603
- "tsEmitName": "contains$view",
1604
- "normalizedSignature": "Contains|(T):System.Boolean|static=false",
1601
+ "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::CopyTo(T[],System.Int32):System.Void",
1602
+ "clrName": "CopyTo",
1603
+ "tsEmitName": "copyTo$view",
1604
+ "normalizedSignature": "CopyTo|(T[],System.Int32):System.Void|static=false",
1605
1605
  "provenance": "ExplicitView",
1606
1606
  "emitScope": "ViewOnly",
1607
1607
  "isStatic": false,
@@ -1610,7 +1610,7 @@
1610
1610
  "isOverride": false,
1611
1611
  "isSealed": false,
1612
1612
  "arity": 0,
1613
- "parameterCount": 1,
1613
+ "parameterCount": 2,
1614
1614
  "sourceInterface": "System.Collections.Generic.ICollection\u00601",
1615
1615
  "isExtensionMethod": false
1616
1616
  },
@@ -1983,6 +1983,20 @@
1983
1983
  "declaringAssemblyName": "System.Private.CoreLib",
1984
1984
  "isExtensionMethod": false
1985
1985
  },
1986
+ {
1987
+ "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Contains(T):System.Boolean",
1988
+ "clrName": "Contains",
1989
+ "tsEmitName": "contains",
1990
+ "metadataToken": 100704540,
1991
+ "canonicalSignature": "(T):System.Boolean",
1992
+ "normalizedSignature": "Contains|(T):System.Boolean|static=false",
1993
+ "emitScope": "ClassSurface",
1994
+ "arity": 0,
1995
+ "parameterCount": 1,
1996
+ "declaringClrType": "System.Collections.Generic.ICollection\u00601",
1997
+ "declaringAssemblyName": "System.Private.CoreLib",
1998
+ "isExtensionMethod": false
1999
+ },
1986
2000
  {
1987
2001
  "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::CopyTo(T[],System.Int32):System.Void",
1988
2002
  "clrName": "CopyTo",
@@ -2110,6 +2124,16 @@
2110
2124
  "metadataToken": 100704539
2111
2125
  }
2112
2126
  },
2127
+ {
2128
+ "tsName": "contains",
2129
+ "isStatic": false,
2130
+ "tsSignatureId": "Contains|(T):System.Boolean|static=false",
2131
+ "target": {
2132
+ "declaringClrType": "System.Collections.Generic.ICollection\u00601",
2133
+ "declaringAssemblyName": "System.Private.CoreLib",
2134
+ "metadataToken": 100704540
2135
+ }
2136
+ },
2113
2137
  {
2114
2138
  "tsName": "copyTo",
2115
2139
  "isStatic": false,
@@ -29292,20 +29316,6 @@
29292
29316
  "declaringAssemblyName": "System.Private.CoreLib",
29293
29317
  "isExtensionMethod": false
29294
29318
  },
29295
- {
29296
- "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::CopyTo(T[],System.Int32):System.Void",
29297
- "clrName": "CopyTo",
29298
- "tsEmitName": "copyTo$view",
29299
- "metadataToken": 100704541,
29300
- "canonicalSignature": "(T[],System.Int32):System.Void",
29301
- "normalizedSignature": "CopyTo|(T[],System.Int32):System.Void|static=false",
29302
- "emitScope": "ViewOnly",
29303
- "arity": 0,
29304
- "parameterCount": 2,
29305
- "declaringClrType": "System.Collections.Generic.ICollection\u00601",
29306
- "declaringAssemblyName": "System.Private.CoreLib",
29307
- "isExtensionMethod": false
29308
- },
29309
29319
  {
29310
29320
  "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::Contains(T):System.Boolean",
29311
29321
  "clrName": "Contains",
@@ -29320,6 +29330,20 @@
29320
29330
  "declaringAssemblyName": "System.Private.CoreLib",
29321
29331
  "isExtensionMethod": false
29322
29332
  },
29333
+ {
29334
+ "stableId": "System.Private.CoreLib:System.Collections.Generic.ICollection\u00601::CopyTo(T[],System.Int32):System.Void",
29335
+ "clrName": "CopyTo",
29336
+ "tsEmitName": "copyTo$view",
29337
+ "metadataToken": 100704541,
29338
+ "canonicalSignature": "(T[],System.Int32):System.Void",
29339
+ "normalizedSignature": "CopyTo|(T[],System.Int32):System.Void|static=false",
29340
+ "emitScope": "ViewOnly",
29341
+ "arity": 0,
29342
+ "parameterCount": 2,
29343
+ "declaringClrType": "System.Collections.Generic.ICollection\u00601",
29344
+ "declaringAssemblyName": "System.Private.CoreLib",
29345
+ "isExtensionMethod": false
29346
+ },
29323
29347
  {
29324
29348
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IReadOnlySet\u00601::Contains(T):System.Boolean",
29325
29349
  "clrName": "Contains",
@@ -29877,23 +29901,23 @@
29877
29901
  }
29878
29902
  },
29879
29903
  {
29880
- "tsName": "copyTo$view",
29904
+ "tsName": "contains$view",
29881
29905
  "isStatic": false,
29882
- "tsSignatureId": "CopyTo|(T[],System.Int32):System.Void|static=false",
29906
+ "tsSignatureId": "Contains|(T):System.Boolean|static=false",
29883
29907
  "target": {
29884
29908
  "declaringClrType": "System.Collections.Generic.ICollection\u00601",
29885
29909
  "declaringAssemblyName": "System.Private.CoreLib",
29886
- "metadataToken": 100704541
29910
+ "metadataToken": 100704540
29887
29911
  }
29888
29912
  },
29889
29913
  {
29890
- "tsName": "contains$view",
29914
+ "tsName": "copyTo$view",
29891
29915
  "isStatic": false,
29892
- "tsSignatureId": "Contains|(T):System.Boolean|static=false",
29916
+ "tsSignatureId": "CopyTo|(T[],System.Int32):System.Void|static=false",
29893
29917
  "target": {
29894
29918
  "declaringClrType": "System.Collections.Generic.ICollection\u00601",
29895
29919
  "declaringAssemblyName": "System.Private.CoreLib",
29896
- "metadataToken": 100704540
29920
+ "metadataToken": 100704541
29897
29921
  }
29898
29922
  },
29899
29923
  {
@@ -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
 
@@ -666,12 +666,12 @@ export interface Dictionary_2$instance<TKey, TValue> {
666
666
  export const Dictionary_2: {
667
667
  new<TKey, TValue>(): Dictionary_2<TKey, TValue>;
668
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>;
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
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>;
672
+ new<TKey, TValue>(dictionary: IDictionary_2<TKey, TValue>, comparer: IEqualityComparer_1<TKey> | undefined): Dictionary_2<TKey, TValue>;
673
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>;
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
 
@@ -741,7 +741,9 @@ 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
  }
@@ -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,8 +786,9 @@ 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
 
@@ -804,7 +807,9 @@ 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
 
@@ -858,11 +863,11 @@ export interface HashSet_1$instance<T> {
858
863
 
859
864
  export const HashSet_1: {
860
865
  new<T>(): HashSet_1<T>;
861
- new<T>(comparer: IEqualityComparer_1<T>): HashSet_1<T>;
866
+ new<T>(comparer: IEqualityComparer_1<T> | undefined): HashSet_1<T>;
862
867
  new<T>(capacity: int): HashSet_1<T>;
863
868
  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>;
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
 
@@ -890,8 +895,8 @@ export interface KeyNotFoundException$instance extends SystemException {
890
895
 
891
896
  export const KeyNotFoundException: {
892
897
  new(): KeyNotFoundException;
893
- new(message: string): KeyNotFoundException;
894
- new(message: string, innerException: Exception): 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;
@@ -945,15 +950,15 @@ 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
  }
@@ -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;
@@ -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
1057
  new(): NonRandomizedStringEqualityComparer;
1053
- getStringComparer(comparer: unknown): IEqualityComparer_1<System_Internal.String>;
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;
@@ -1112,8 +1117,9 @@ 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
 
@@ -1132,7 +1138,9 @@ 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
 
@@ -1183,12 +1191,12 @@ export interface OrderedDictionary_2$instance<TKey, TValue> {
1183
1191
  export const OrderedDictionary_2: {
1184
1192
  new<TKey, TValue>(): OrderedDictionary_2<TKey, TValue>;
1185
1193
  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>;
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>;
1188
1196
  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>;
1197
+ new<TKey, TValue>(dictionary: IDictionary_2<TKey, TValue>, comparer: IEqualityComparer_1<TKey> | undefined): OrderedDictionary_2<TKey, TValue>;
1190
1198
  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>;
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
 
@@ -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;
@@ -1283,10 +1291,10 @@ export interface PriorityQueue_2$instance<TElement, TPriority> {
1283
1291
  export const PriorityQueue_2: {
1284
1292
  new<TElement, TPriority>(): PriorityQueue_2<TElement, TPriority>;
1285
1293
  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>;
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>;
1288
1296
  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>;
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
 
@@ -1389,8 +1397,8 @@ export interface SortedDictionary_2$instance<TKey, TValue> {
1389
1397
  export const SortedDictionary_2: {
1390
1398
  new<TKey, TValue>(): SortedDictionary_2<TKey, TValue>;
1391
1399
  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>;
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
 
@@ -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<TKey, TValue>;
1451
+ new<TKey, TValue>(keyComparer: IComparer_1<TKey> | undefined): SortedDictionary_2_KeyValuePairComparer<TKey, TValue>;
1444
1452
  };
1445
1453
 
1446
1454
 
@@ -1502,10 +1510,10 @@ export interface SortedList_2$instance<TKey, TValue> {
1502
1510
  export const SortedList_2: {
1503
1511
  new<TKey, TValue>(): SortedList_2<TKey, TValue>;
1504
1512
  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>;
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>;
1507
1515
  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>;
1516
+ new<TKey, TValue>(dictionary: IDictionary_2<TKey, TValue>, comparer: IComparer_1<TKey> | undefined): SortedList_2<TKey, TValue>;
1509
1517
  };
1510
1518
 
1511
1519
 
@@ -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;
@@ -1619,11 +1627,11 @@ export interface SortedSet_1$instance<T> {
1619
1627
 
1620
1628
  export const SortedSet_1: {
1621
1629
  new<T>(): SortedSet_1<T>;
1622
- new<T>(comparer: IComparer_1<T>): SortedSet_1<T>;
1630
+ new<T>(comparer: IComparer_1<T> | undefined): SortedSet_1<T>;
1623
1631
  new<T>(collection: IEnumerable_1<T>): SortedSet_1<T>;
1624
- new<T>(collection: IEnumerable_1<T>, comparer: IComparer_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
 
@@ -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
1712
  new<T>(): TreeSet_1<T>;
1705
- new<T>(comparer: IComparer_1<T>): TreeSet_1<T>;
1713
+ new<T>(comparer: IComparer_1<T> | undefined): TreeSet_1<T>;
1706
1714
  };
1707
1715
 
1708
1716