@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
@@ -24062,7 +24062,7 @@
24062
24062
  {
24063
24063
  "stableId": "System.Private.CoreLib:System.Numerics.IFloatingPoint\u00601::Round(TSelf,System.MidpointRounding):TSelf",
24064
24064
  "clrName": "Round",
24065
- "tsEmitName": "round$view3",
24065
+ "tsEmitName": "round$view2",
24066
24066
  "normalizedSignature": "Round|(TSelf,System.MidpointRounding):TSelf|static=false",
24067
24067
  "provenance": "ExplicitView",
24068
24068
  "emitScope": "ViewOnly",
@@ -24509,10 +24509,10 @@
24509
24509
  "isExtensionMethod": false
24510
24510
  },
24511
24511
  {
24512
- "stableId": "System.Private.CoreLib:System.Numerics.IFloatingPoint\u00601::Ceiling(TSelf):TSelf",
24513
- "clrName": "Ceiling",
24514
- "tsEmitName": "ceiling$view",
24515
- "normalizedSignature": "Ceiling|(TSelf):TSelf|static=false",
24512
+ "stableId": "System.Private.CoreLib:System.Numerics.IFloatingPoint\u00601::Round(TSelf,System.Int32):TSelf",
24513
+ "clrName": "Round",
24514
+ "tsEmitName": "round$view",
24515
+ "normalizedSignature": "Round|(TSelf,System.Int32):TSelf|static=false",
24516
24516
  "provenance": "ExplicitView",
24517
24517
  "emitScope": "ViewOnly",
24518
24518
  "isStatic": false,
@@ -24521,15 +24521,15 @@
24521
24521
  "isOverride": false,
24522
24522
  "isSealed": false,
24523
24523
  "arity": 0,
24524
- "parameterCount": 1,
24525
- "sourceInterface": "System.Numerics.INumberBase\u00601",
24524
+ "parameterCount": 2,
24525
+ "sourceInterface": "System.Numerics.IRootFunctions\u00601",
24526
24526
  "isExtensionMethod": false
24527
24527
  },
24528
24528
  {
24529
- "stableId": "System.Private.CoreLib:System.Numerics.IFloatingPoint\u00601::Round(TSelf,System.Int32):TSelf",
24530
- "clrName": "Round",
24531
- "tsEmitName": "round$view2",
24532
- "normalizedSignature": "Round|(TSelf,System.Int32):TSelf|static=false",
24529
+ "stableId": "System.Private.CoreLib:System.Numerics.IFloatingPoint\u00601::Ceiling(TSelf):TSelf",
24530
+ "clrName": "Ceiling",
24531
+ "tsEmitName": "ceiling$view",
24532
+ "normalizedSignature": "Ceiling|(TSelf):TSelf|static=false",
24533
24533
  "provenance": "ExplicitView",
24534
24534
  "emitScope": "ViewOnly",
24535
24535
  "isStatic": false,
@@ -24538,8 +24538,8 @@
24538
24538
  "isOverride": false,
24539
24539
  "isSealed": false,
24540
24540
  "arity": 0,
24541
- "parameterCount": 2,
24542
- "sourceInterface": "System.Numerics.IFloatingPoint\u00601",
24541
+ "parameterCount": 1,
24542
+ "sourceInterface": "System.Numerics.INumberBase\u00601",
24543
24543
  "isExtensionMethod": false
24544
24544
  },
24545
24545
  {
@@ -28727,7 +28727,7 @@
28727
28727
  {
28728
28728
  "stableId": "System.Private.CoreLib:System.Numerics.IFloatingPoint\u00601::Round(TSelf,System.MidpointRounding):TSelf",
28729
28729
  "clrName": "Round",
28730
- "tsEmitName": "round$view3",
28730
+ "tsEmitName": "round$view2",
28731
28731
  "normalizedSignature": "Round|(TSelf,System.MidpointRounding):TSelf|static=false",
28732
28732
  "provenance": "ExplicitView",
28733
28733
  "emitScope": "ViewOnly",
@@ -29140,10 +29140,10 @@
29140
29140
  "isExtensionMethod": false
29141
29141
  },
29142
29142
  {
29143
- "stableId": "System.Private.CoreLib:System.Numerics.IFloatingPoint\u00601::Ceiling(TSelf):TSelf",
29144
- "clrName": "Ceiling",
29145
- "tsEmitName": "ceiling$view",
29146
- "normalizedSignature": "Ceiling|(TSelf):TSelf|static=false",
29143
+ "stableId": "System.Private.CoreLib:System.Numerics.IFloatingPoint\u00601::Round(TSelf,System.Int32):TSelf",
29144
+ "clrName": "Round",
29145
+ "tsEmitName": "round$view",
29146
+ "normalizedSignature": "Round|(TSelf,System.Int32):TSelf|static=false",
29147
29147
  "provenance": "ExplicitView",
29148
29148
  "emitScope": "ViewOnly",
29149
29149
  "isStatic": false,
@@ -29152,15 +29152,15 @@
29152
29152
  "isOverride": false,
29153
29153
  "isSealed": false,
29154
29154
  "arity": 0,
29155
- "parameterCount": 1,
29156
- "sourceInterface": "System.Numerics.INumberBase\u00601",
29155
+ "parameterCount": 2,
29156
+ "sourceInterface": "System.Numerics.IRootFunctions\u00601",
29157
29157
  "isExtensionMethod": false
29158
29158
  },
29159
29159
  {
29160
- "stableId": "System.Private.CoreLib:System.Numerics.IFloatingPoint\u00601::Round(TSelf,System.Int32):TSelf",
29161
- "clrName": "Round",
29162
- "tsEmitName": "round$view2",
29163
- "normalizedSignature": "Round|(TSelf,System.Int32):TSelf|static=false",
29160
+ "stableId": "System.Private.CoreLib:System.Numerics.IFloatingPoint\u00601::Ceiling(TSelf):TSelf",
29161
+ "clrName": "Ceiling",
29162
+ "tsEmitName": "ceiling$view",
29163
+ "normalizedSignature": "Ceiling|(TSelf):TSelf|static=false",
29164
29164
  "provenance": "ExplicitView",
29165
29165
  "emitScope": "ViewOnly",
29166
29166
  "isStatic": false,
@@ -29169,8 +29169,8 @@
29169
29169
  "isOverride": false,
29170
29170
  "isSealed": false,
29171
29171
  "arity": 0,
29172
- "parameterCount": 2,
29173
- "sourceInterface": "System.Numerics.IFloatingPoint\u00601",
29172
+ "parameterCount": 1,
29173
+ "sourceInterface": "System.Numerics.INumberBase\u00601",
29174
29174
  "isExtensionMethod": false
29175
29175
  },
29176
29176
  {
@@ -31662,6 +31662,23 @@
31662
31662
  }
31663
31663
  ]
31664
31664
  },
31665
+ {
31666
+ "stableId": "System.Private.CoreLib:System.Numerics.IBinaryNumber\u00601::Log2(TSelf):TSelf",
31667
+ "clrName": "Log2",
31668
+ "tsEmitName": "log2$view",
31669
+ "normalizedSignature": "Log2|(TSelf):TSelf|static=false",
31670
+ "provenance": "ExplicitView",
31671
+ "emitScope": "ViewOnly",
31672
+ "isStatic": false,
31673
+ "isAbstract": false,
31674
+ "isVirtual": true,
31675
+ "isOverride": false,
31676
+ "isSealed": false,
31677
+ "arity": 0,
31678
+ "parameterCount": 1,
31679
+ "sourceInterface": "System.Numerics.INumberBase\u00601",
31680
+ "isExtensionMethod": false
31681
+ },
31665
31682
  {
31666
31683
  "stableId": "System.Private.CoreLib:System.IComparable::CompareTo(System.Object):System.Int32",
31667
31684
  "clrName": "CompareTo",
@@ -31719,23 +31736,6 @@
31719
31736
  "sourceInterface": "System.IFormattable",
31720
31737
  "isExtensionMethod": false
31721
31738
  },
31722
- {
31723
- "stableId": "System.Private.CoreLib:System.Numerics.IBinaryNumber\u00601::Log2(TSelf):TSelf",
31724
- "clrName": "Log2",
31725
- "tsEmitName": "log2$view",
31726
- "normalizedSignature": "Log2|(TSelf):TSelf|static=false",
31727
- "provenance": "ExplicitView",
31728
- "emitScope": "ViewOnly",
31729
- "isStatic": false,
31730
- "isAbstract": false,
31731
- "isVirtual": true,
31732
- "isOverride": false,
31733
- "isSealed": false,
31734
- "arity": 0,
31735
- "parameterCount": 1,
31736
- "sourceInterface": "System.Numerics.INumberBase\u00601",
31737
- "isExtensionMethod": false
31738
- },
31739
31739
  {
31740
31740
  "stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::Abs(TSelf):TSelf",
31741
31741
  "clrName": "Abs",
@@ -47501,7 +47501,7 @@
47501
47501
  {
47502
47502
  "stableId": "System.Private.CoreLib:System.Numerics.IFloatingPoint\u00601::Round(TSelf,System.MidpointRounding):TSelf",
47503
47503
  "clrName": "Round",
47504
- "tsEmitName": "round$view3",
47504
+ "tsEmitName": "round$view2",
47505
47505
  "normalizedSignature": "Round|(TSelf,System.MidpointRounding):TSelf|static=false",
47506
47506
  "provenance": "ExplicitView",
47507
47507
  "emitScope": "ViewOnly",
@@ -47948,10 +47948,10 @@
47948
47948
  "isExtensionMethod": false
47949
47949
  },
47950
47950
  {
47951
- "stableId": "System.Private.CoreLib:System.Numerics.IFloatingPoint\u00601::Ceiling(TSelf):TSelf",
47952
- "clrName": "Ceiling",
47953
- "tsEmitName": "ceiling$view",
47954
- "normalizedSignature": "Ceiling|(TSelf):TSelf|static=false",
47951
+ "stableId": "System.Private.CoreLib:System.Numerics.IFloatingPoint\u00601::Round(TSelf,System.Int32):TSelf",
47952
+ "clrName": "Round",
47953
+ "tsEmitName": "round$view",
47954
+ "normalizedSignature": "Round|(TSelf,System.Int32):TSelf|static=false",
47955
47955
  "provenance": "ExplicitView",
47956
47956
  "emitScope": "ViewOnly",
47957
47957
  "isStatic": false,
@@ -47960,15 +47960,15 @@
47960
47960
  "isOverride": false,
47961
47961
  "isSealed": false,
47962
47962
  "arity": 0,
47963
- "parameterCount": 1,
47964
- "sourceInterface": "System.Numerics.INumberBase\u00601",
47963
+ "parameterCount": 2,
47964
+ "sourceInterface": "System.Numerics.IRootFunctions\u00601",
47965
47965
  "isExtensionMethod": false
47966
47966
  },
47967
47967
  {
47968
- "stableId": "System.Private.CoreLib:System.Numerics.IFloatingPoint\u00601::Round(TSelf,System.Int32):TSelf",
47969
- "clrName": "Round",
47970
- "tsEmitName": "round$view2",
47971
- "normalizedSignature": "Round|(TSelf,System.Int32):TSelf|static=false",
47968
+ "stableId": "System.Private.CoreLib:System.Numerics.IFloatingPoint\u00601::Ceiling(TSelf):TSelf",
47969
+ "clrName": "Ceiling",
47970
+ "tsEmitName": "ceiling$view",
47971
+ "normalizedSignature": "Ceiling|(TSelf):TSelf|static=false",
47972
47972
  "provenance": "ExplicitView",
47973
47973
  "emitScope": "ViewOnly",
47974
47974
  "isStatic": false,
@@ -47977,8 +47977,8 @@
47977
47977
  "isOverride": false,
47978
47978
  "isSealed": false,
47979
47979
  "arity": 0,
47980
- "parameterCount": 2,
47981
- "sourceInterface": "System.Numerics.IFloatingPoint\u00601",
47980
+ "parameterCount": 1,
47981
+ "sourceInterface": "System.Numerics.INumberBase\u00601",
47982
47982
  "isExtensionMethod": false
47983
47983
  },
47984
47984
  {
@@ -53697,6 +53697,23 @@
53697
53697
  }
53698
53698
  ]
53699
53699
  },
53700
+ {
53701
+ "stableId": "System.Private.CoreLib:System.Numerics.IBinaryNumber\u00601::Log2(TSelf):TSelf",
53702
+ "clrName": "Log2",
53703
+ "tsEmitName": "log2$view",
53704
+ "normalizedSignature": "Log2|(TSelf):TSelf|static=false",
53705
+ "provenance": "ExplicitView",
53706
+ "emitScope": "ViewOnly",
53707
+ "isStatic": false,
53708
+ "isAbstract": false,
53709
+ "isVirtual": true,
53710
+ "isOverride": false,
53711
+ "isSealed": false,
53712
+ "arity": 0,
53713
+ "parameterCount": 1,
53714
+ "sourceInterface": "System.Numerics.INumberBase\u00601",
53715
+ "isExtensionMethod": false
53716
+ },
53700
53717
  {
53701
53718
  "stableId": "System.Private.CoreLib:System.IComparable::CompareTo(System.Object):System.Int32",
53702
53719
  "clrName": "CompareTo",
@@ -53754,23 +53771,6 @@
53754
53771
  "sourceInterface": "System.IFormattable",
53755
53772
  "isExtensionMethod": false
53756
53773
  },
53757
- {
53758
- "stableId": "System.Private.CoreLib:System.Numerics.IBinaryNumber\u00601::Log2(TSelf):TSelf",
53759
- "clrName": "Log2",
53760
- "tsEmitName": "log2$view",
53761
- "normalizedSignature": "Log2|(TSelf):TSelf|static=false",
53762
- "provenance": "ExplicitView",
53763
- "emitScope": "ViewOnly",
53764
- "isStatic": false,
53765
- "isAbstract": false,
53766
- "isVirtual": true,
53767
- "isOverride": false,
53768
- "isSealed": false,
53769
- "arity": 0,
53770
- "parameterCount": 1,
53771
- "sourceInterface": "System.Numerics.INumberBase\u00601",
53772
- "isExtensionMethod": false
53773
- },
53774
53774
  {
53775
53775
  "stableId": "System.Private.CoreLib:System.Numerics.INumberBase\u00601::Abs(TSelf):TSelf",
53776
53776
  "clrName": "Abs",
@@ -64,7 +64,7 @@ export interface MemoryHandle$instance {
64
64
 
65
65
 
66
66
  export const MemoryHandle: {
67
- new(pointer: ptr<void>, handle: GCHandle, pinnable: IPinnable): MemoryHandle;
67
+ new(pointer: ptr<void>, handle: GCHandle, pinnable: IPinnable | undefined): MemoryHandle;
68
68
  };
69
69
 
70
70
 
@@ -181,7 +181,7 @@ export interface StandardFormat$instance {
181
181
  equals(obj: unknown): boolean;
182
182
  equals(other: StandardFormat): boolean;
183
183
  getHashCode(): int;
184
- toString(): string;
184
+ toString(): string | undefined;
185
185
  }
186
186
 
187
187
 
@@ -295,7 +295,7 @@ export type MemoryPool_1<T> = MemoryPool_1$instance<T> & __MemoryPool_1$views<T>
295
295
 
296
296
  export interface ReadOnlySequenceSegment_1$instance<T> {
297
297
  readonly memory: ReadOnlyMemory_1<T>;
298
- readonly next: ReadOnlySequenceSegment_1<T>;
298
+ readonly next: ReadOnlySequenceSegment_1<T> | undefined;
299
299
  readonly runningIndex: long;
300
300
  }
301
301
 
@@ -15,13 +15,13 @@ import * as System_Internal from "../../System/internal/index.js";
15
15
  import type { Attribute, Boolean as ClrBoolean, Char, Decimal, Double, IAsyncDisposable, IDisposable, IFormatProvider, Int32, Int64, Object as ClrObject, ReadOnlyMemory_1, ReadOnlySpan_1, Single, String as ClrString, Type, UInt32, UInt64, Void } from "../../System/internal/index.js";
16
16
 
17
17
  export interface GeneratedCodeAttribute$instance extends Attribute {
18
- readonly tool: string;
18
+ readonly tool: string | undefined;
19
19
  readonly version: string;
20
20
  }
21
21
 
22
22
 
23
23
  export const GeneratedCodeAttribute: {
24
- new(tool: string, version: string): GeneratedCodeAttribute;
24
+ new(tool: string | undefined, version: string | undefined): GeneratedCodeAttribute;
25
25
  };
26
26
 
27
27
 
@@ -48,7 +48,7 @@ export interface IndentedTextWriter$instance extends TextWriter {
48
48
  write(value: int): void;
49
49
  write(value: long): void;
50
50
  write(value: unknown): void;
51
- write(format: string, arg0: unknown): void;
51
+ write(format: string, arg0: unknown | undefined): void;
52
52
  write(format: string, arg0: unknown, arg1: unknown): void;
53
53
  write(format: string, ...arg: unknown[]): void;
54
54
  write(format: string, arg: ReadOnlySpan_1<unknown>): void;
@@ -61,10 +61,10 @@ export interface IndentedTextWriter$instance extends TextWriter {
61
61
  write(format: string, arg: ReadOnlySpan_1<unknown>): void;
62
62
  writeAsync(value: char): Task;
63
63
  writeAsync(buffer: char[], index: int, count: int): Task;
64
- writeAsync(value: string): Task;
64
+ writeAsync(value: string | undefined): Task;
65
65
  writeAsync(buffer: ReadOnlyMemory_1<System_Internal.Char>, cancellationToken?: CancellationToken): Task;
66
- writeAsync(value: StringBuilder, cancellationToken?: CancellationToken): Task;
67
- writeAsync(buffer: char[]): Task;
66
+ writeAsync(value: StringBuilder | undefined, cancellationToken?: CancellationToken): Task;
67
+ writeAsync(buffer: char[] | undefined): Task;
68
68
  writeAsync(buffer: ReadOnlyMemory_1<System_Internal.Char>, cancellationToken?: CancellationToken): Task;
69
69
  writeLine(s: string): void;
70
70
  writeLine(): void;
@@ -77,7 +77,7 @@ export interface IndentedTextWriter$instance extends TextWriter {
77
77
  writeLine(value: int): void;
78
78
  writeLine(value: long): void;
79
79
  writeLine(value: unknown): void;
80
- writeLine(format: string, arg0: unknown): void;
80
+ writeLine(format: string, arg0: unknown | undefined): void;
81
81
  writeLine(format: string, arg0: unknown, arg1: unknown): void;
82
82
  writeLine(format: string, ...arg: unknown[]): void;
83
83
  writeLine(format: string, arg: ReadOnlySpan_1<unknown>): void;
@@ -91,13 +91,13 @@ export interface IndentedTextWriter$instance extends TextWriter {
91
91
  writeLineAsync(): Task;
92
92
  writeLineAsync(value: char): Task;
93
93
  writeLineAsync(buffer: char[], index: int, count: int): Task;
94
- writeLineAsync(value: string): Task;
94
+ writeLineAsync(value: string | undefined): Task;
95
95
  writeLineAsync(buffer: ReadOnlyMemory_1<System_Internal.Char>, cancellationToken?: CancellationToken): Task;
96
- writeLineAsync(value: StringBuilder, cancellationToken?: CancellationToken): Task;
97
- writeLineAsync(buffer: char[]): Task;
96
+ writeLineAsync(value: StringBuilder | undefined, cancellationToken?: CancellationToken): Task;
97
+ writeLineAsync(buffer: char[] | undefined): Task;
98
98
  writeLineAsync(buffer: ReadOnlyMemory_1<System_Internal.Char>, cancellationToken?: CancellationToken): Task;
99
99
  writeLineNoTabs(s: string): void;
100
- writeLineNoTabsAsync(s: string): Task;
100
+ writeLineNoTabsAsync(s: string | undefined): Task;
101
101
  }
102
102
 
103
103
 
@@ -29,14 +29,14 @@ export interface ICollection$instance extends IEnumerable$instance {}
29
29
  export type ICollection = ICollection$instance;
30
30
 
31
31
  export interface IComparer$instance {
32
- compare(x: unknown, y: unknown): int;
32
+ compare(x: unknown | undefined, y: unknown | undefined): int;
33
33
  }
34
34
 
35
35
 
36
36
  export type IComparer = IComparer$instance;
37
37
 
38
38
  export interface IDictionary$instance extends ICollection, IEnumerable {
39
- item: unknown;
39
+ item: unknown | undefined;
40
40
  readonly keys: ICollection;
41
41
  readonly values: ICollection;
42
42
  readonly isReadOnly: boolean;
@@ -44,7 +44,7 @@ export interface IDictionary$instance extends ICollection, IEnumerable {
44
44
  readonly count: int;
45
45
  readonly syncRoot: unknown;
46
46
  readonly isSynchronized: boolean;
47
- add(key: unknown, value: unknown): void;
47
+ add(key: unknown, value: unknown | undefined): void;
48
48
  clear(): void;
49
49
  contains(key: unknown): boolean;
50
50
  copyTo(array: ClrArray, index: int): void;
@@ -108,13 +108,13 @@ export interface IList$instance extends ICollection, IEnumerable {
108
108
  readonly count: int;
109
109
  readonly syncRoot: unknown;
110
110
  readonly isSynchronized: boolean;
111
- add(value: unknown): int;
111
+ add(value: unknown | undefined): int;
112
112
  clear(): void;
113
- contains(value: unknown): boolean;
113
+ contains(value: unknown | undefined): boolean;
114
114
  copyTo(array: ClrArray, index: int): void;
115
115
  getEnumerator(): IEnumerator;
116
- insert(index: int, value: unknown): void;
117
- remove(value: unknown): void;
116
+ insert(index: int, value: unknown | undefined): void;
117
+ remove(value: unknown | undefined): void;
118
118
  removeAt(index: int): void;
119
119
  }
120
120
 
@@ -122,14 +122,14 @@ export interface IList$instance extends ICollection, IEnumerable {
122
122
  export type IList = IList$instance;
123
123
 
124
124
  export interface IStructuralComparable$instance {
125
- compareTo(other: unknown, comparer: IComparer): int;
125
+ compareTo(other: unknown | undefined, comparer: IComparer): int;
126
126
  }
127
127
 
128
128
 
129
129
  export type IStructuralComparable = IStructuralComparable$instance;
130
130
 
131
131
  export interface IStructuralEquatable$instance {
132
- equals(other: unknown, comparer: IEqualityComparer): boolean;
132
+ equals(other: unknown | undefined, comparer: IEqualityComparer): boolean;
133
133
  getHashCode(comparer: IEqualityComparer): int;
134
134
  }
135
135
 
@@ -139,13 +139,13 @@ export type IStructuralEquatable = IStructuralEquatable$instance;
139
139
  export interface DictionaryEntry$instance {
140
140
  key: unknown;
141
141
  value: unknown;
142
- deconstruct(key: unknown, value: unknown): void;
142
+ deconstruct(key: unknown, value: unknown | undefined): void;
143
143
  toString(): string;
144
144
  }
145
145
 
146
146
 
147
147
  export const DictionaryEntry: {
148
- new(key: unknown, value: unknown): DictionaryEntry;
148
+ new(key: unknown, value: unknown | undefined): DictionaryEntry;
149
149
  };
150
150
 
151
151
 
@@ -190,7 +190,7 @@ export interface ArrayList$instance {
190
190
  sort(): void;
191
191
  sort(comparer: IComparer): void;
192
192
  sort(index: int, count: int, comparer: IComparer): void;
193
- toArray(): unknown[];
193
+ toArray(): (unknown | undefined)[];
194
194
  toArray(type_: Type): ClrArray;
195
195
  trimToSize(): void;
196
196
  }
@@ -205,7 +205,7 @@ export const ArrayList: {
205
205
  fixedSize(list: IList): IList;
206
206
  readOnly(list: ArrayList): ArrayList;
207
207
  readOnly(list: IList): IList;
208
- repeat(value: unknown, count: int): ArrayList;
208
+ repeat(value: unknown | undefined, count: int): ArrayList;
209
209
  synchronized(list: ArrayList): ArrayList;
210
210
  synchronized(list: IList): IList;
211
211
  };
@@ -286,8 +286,6 @@ export interface __CaseInsensitiveComparer$views {
286
286
  As_IComparer(): IComparer$instance;
287
287
  }
288
288
 
289
- export interface CaseInsensitiveComparer$instance extends IComparer$instance {}
290
-
291
289
  export type CaseInsensitiveComparer = CaseInsensitiveComparer$instance & __CaseInsensitiveComparer$views;
292
290
 
293
291
 
@@ -351,7 +349,7 @@ export interface __Comparer$views {
351
349
  As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
352
350
  }
353
351
 
354
- export interface Comparer$instance extends IComparer$instance, System_Runtime_Serialization_Internal.ISerializable$instance {}
352
+ export interface Comparer$instance extends System_Runtime_Serialization_Internal.ISerializable$instance {}
355
353
 
356
354
  export type Comparer = Comparer$instance & __Comparer$views;
357
355
 
@@ -382,11 +380,11 @@ export interface Hashtable$instance {
382
380
  readonly isFixedSize: boolean;
383
381
  readonly isReadOnly: boolean;
384
382
  readonly isSynchronized: boolean;
385
- item: unknown;
383
+ item: unknown | undefined;
386
384
  readonly keys: ICollection;
387
385
  readonly syncRoot: unknown;
388
386
  readonly values: ICollection;
389
- add(key: unknown, value: unknown): void;
387
+ add(key: unknown, value: unknown | undefined): void;
390
388
  clear(): void;
391
389
  clone(): unknown;
392
390
  contains(key: unknown): boolean;
@@ -412,10 +410,10 @@ export const Hashtable: {
412
410
  new(d: IDictionary): Hashtable;
413
411
  new(d: IDictionary, loadFactor: float): Hashtable;
414
412
  new(d: IDictionary, hcp: IHashCodeProvider, comparer: IComparer): Hashtable;
415
- new(d: IDictionary, equalityComparer: IEqualityComparer): Hashtable;
413
+ new(d: IDictionary, equalityComparer: IEqualityComparer | undefined): Hashtable;
416
414
  new(capacity: int, loadFactor: float, hcp: IHashCodeProvider, comparer: IComparer): Hashtable;
417
415
  new(d: IDictionary, loadFactor: float, hcp: IHashCodeProvider, comparer: IComparer): Hashtable;
418
- new(d: IDictionary, loadFactor: float, equalityComparer: IEqualityComparer): Hashtable;
416
+ new(d: IDictionary, loadFactor: float, equalityComparer: IEqualityComparer | undefined): Hashtable;
419
417
  synchronized(table: Hashtable): Hashtable;
420
418
  };
421
419
 
@@ -429,7 +427,7 @@ export interface __Hashtable$views {
429
427
  As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
430
428
  }
431
429
 
432
- export interface Hashtable$instance extends System_Internal.ICloneable$instance, System_Runtime_Serialization_Internal.IDeserializationCallback$instance, System_Runtime_Serialization_Internal.ISerializable$instance {}
430
+ export interface Hashtable$instance extends System_Internal.ICloneable$instance, System_Runtime_Serialization_Internal.ISerializable$instance {}
433
431
 
434
432
  export type Hashtable = Hashtable$instance & __Hashtable$views;
435
433
 
@@ -439,11 +437,11 @@ export interface ListDictionaryInternal$instance {
439
437
  readonly isFixedSize: boolean;
440
438
  readonly isReadOnly: boolean;
441
439
  readonly isSynchronized: boolean;
442
- item: unknown;
440
+ item: unknown | undefined;
443
441
  readonly keys: ICollection;
444
442
  readonly syncRoot: unknown;
445
443
  readonly values: ICollection;
446
- add(key: unknown, value: unknown): void;
444
+ add(key: unknown, value: unknown | undefined): void;
447
445
  clear(): void;
448
446
  contains(key: unknown): boolean;
449
447
  copyTo(array: ClrArray, index: int): void;
@@ -478,7 +476,7 @@ export interface Queue$instance {
478
476
  enqueue(obj: unknown): void;
479
477
  getEnumerator(): IEnumerator;
480
478
  peek(): unknown;
481
- toArray(): unknown[];
479
+ toArray(): (unknown | undefined)[];
482
480
  trimToSize(): void;
483
481
  }
484
482
 
@@ -527,11 +525,11 @@ export interface SortedList$instance {
527
525
  readonly isFixedSize: boolean;
528
526
  readonly isReadOnly: boolean;
529
527
  readonly isSynchronized: boolean;
530
- item: unknown;
528
+ item: unknown | undefined;
531
529
  readonly keys: ICollection;
532
530
  readonly syncRoot: unknown;
533
531
  readonly values: ICollection;
534
- add(key: unknown, value: unknown): void;
532
+ add(key: unknown, value: unknown | undefined): void;
535
533
  clear(): void;
536
534
  clone(): unknown;
537
535
  contains(key: unknown): boolean;
@@ -558,7 +556,7 @@ export const SortedList: {
558
556
  new(comparer: IComparer): SortedList;
559
557
  new(comparer: IComparer, capacity: int): SortedList;
560
558
  new(d: IDictionary): SortedList;
561
- new(d: IDictionary, comparer: IComparer): SortedList;
559
+ new(d: IDictionary, comparer: IComparer | undefined): SortedList;
562
560
  synchronized(list: SortedList): SortedList;
563
561
  };
564
562
 
@@ -587,7 +585,7 @@ export interface Stack$instance {
587
585
  peek(): unknown;
588
586
  pop(): unknown;
589
587
  push(obj: unknown): void;
590
- toArray(): unknown[];
588
+ toArray(): (unknown | undefined)[];
591
589
  }
592
590
 
593
591
 
@@ -92,16 +92,16 @@ export const BlockingCollection_1: {
92
92
  new<T>(collection: IProducerConsumerCollection_1<T>): BlockingCollection_1<T>;
93
93
  addToAny<T>(collections: BlockingCollection_1<T>[], item: T, cancellationToken: CancellationToken): int;
94
94
  addToAny<T>(collections: BlockingCollection_1<T>[], item: T): int;
95
- takeFromAny<T>(collections: BlockingCollection_1<T>[], item: T, cancellationToken: CancellationToken): int;
96
- takeFromAny<T>(collections: BlockingCollection_1<T>[], item: T): int;
95
+ takeFromAny<T>(collections: BlockingCollection_1<T>[], item: T | undefined, cancellationToken: CancellationToken): int;
96
+ takeFromAny<T>(collections: BlockingCollection_1<T>[], item: T | undefined): int;
97
97
  tryAddToAny<T>(collections: BlockingCollection_1<T>[], item: T, millisecondsTimeout: int, cancellationToken: CancellationToken): int;
98
98
  tryAddToAny<T>(collections: BlockingCollection_1<T>[], item: T, millisecondsTimeout: int): int;
99
99
  tryAddToAny<T>(collections: BlockingCollection_1<T>[], item: T, timeout: TimeSpan): int;
100
100
  tryAddToAny<T>(collections: BlockingCollection_1<T>[], item: T): int;
101
- tryTakeFromAny<T>(collections: BlockingCollection_1<T>[], item: T, millisecondsTimeout: int, cancellationToken: CancellationToken): int;
102
- tryTakeFromAny<T>(collections: BlockingCollection_1<T>[], item: T, millisecondsTimeout: int): int;
103
- tryTakeFromAny<T>(collections: BlockingCollection_1<T>[], item: T, timeout: TimeSpan): int;
104
- tryTakeFromAny<T>(collections: BlockingCollection_1<T>[], item: T): int;
101
+ tryTakeFromAny<T>(collections: BlockingCollection_1<T>[], item: T | undefined, millisecondsTimeout: int, cancellationToken: CancellationToken): int;
102
+ tryTakeFromAny<T>(collections: BlockingCollection_1<T>[], item: T | undefined, millisecondsTimeout: int): int;
103
+ tryTakeFromAny<T>(collections: BlockingCollection_1<T>[], item: T | undefined, timeout: TimeSpan): int;
104
+ tryTakeFromAny<T>(collections: BlockingCollection_1<T>[], item: T | undefined): int;
105
105
  };
106
106
 
107
107
 
@@ -179,10 +179,10 @@ export const ConcurrentDictionary_2: {
179
179
  new<TKey, TValue>(): ConcurrentDictionary_2<TKey, TValue>;
180
180
  new<TKey, TValue>(concurrencyLevel: int, capacity: int): ConcurrentDictionary_2<TKey, TValue>;
181
181
  new<TKey, TValue>(collection: IEnumerable_1<KeyValuePair_2<TKey, TValue>>): ConcurrentDictionary_2<TKey, TValue>;
182
- new<TKey, TValue>(comparer: IEqualityComparer_1<TKey>): ConcurrentDictionary_2<TKey, TValue>;
183
- new<TKey, TValue>(collection: IEnumerable_1<KeyValuePair_2<TKey, TValue>>, comparer: IEqualityComparer_1<TKey>): ConcurrentDictionary_2<TKey, TValue>;
184
- new<TKey, TValue>(concurrencyLevel: int, collection: IEnumerable_1<KeyValuePair_2<TKey, TValue>>, comparer: IEqualityComparer_1<TKey>): ConcurrentDictionary_2<TKey, TValue>;
185
- new<TKey, TValue>(concurrencyLevel: int, capacity: int, comparer: IEqualityComparer_1<TKey>): ConcurrentDictionary_2<TKey, TValue>;
182
+ new<TKey, TValue>(comparer: IEqualityComparer_1<TKey> | undefined): ConcurrentDictionary_2<TKey, TValue>;
183
+ new<TKey, TValue>(collection: IEnumerable_1<KeyValuePair_2<TKey, TValue>>, comparer: IEqualityComparer_1<TKey> | undefined): ConcurrentDictionary_2<TKey, TValue>;
184
+ new<TKey, TValue>(concurrencyLevel: int, collection: IEnumerable_1<KeyValuePair_2<TKey, TValue>>, comparer: IEqualityComparer_1<TKey> | undefined): ConcurrentDictionary_2<TKey, TValue>;
185
+ new<TKey, TValue>(concurrencyLevel: int, capacity: int, comparer: IEqualityComparer_1<TKey> | undefined): ConcurrentDictionary_2<TKey, TValue>;
186
186
  };
187
187
 
188
188