@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
@@ -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$instance;
67
+ new(pointer: ptr<void>, handle: GCHandle, pinnable: IPinnable | undefined): MemoryHandle;
68
68
  };
69
69
 
70
70
 
@@ -104,10 +104,10 @@ export interface ReadOnlySequence_1$instance<T> {
104
104
 
105
105
 
106
106
  export const ReadOnlySequence_1: {
107
- new<T>(startSegment: ReadOnlySequenceSegment_1<T>, startIndex: int, endSegment: ReadOnlySequenceSegment_1<T>, endIndex: int): ReadOnlySequence_1$instance<T>;
108
- new<T>(array: T[]): ReadOnlySequence_1$instance<T>;
109
- new<T>(array: T[], start: int, length: int): ReadOnlySequence_1$instance<T>;
110
- new<T>(memory: ReadOnlyMemory_1<T>): ReadOnlySequence_1$instance<T>;
107
+ new<T>(startSegment: ReadOnlySequenceSegment_1<T>, startIndex: int, endSegment: ReadOnlySequenceSegment_1<T>, endIndex: int): ReadOnlySequence_1<T>;
108
+ new<T>(array: T[]): ReadOnlySequence_1<T>;
109
+ new<T>(array: T[], start: int, length: int): ReadOnlySequence_1<T>;
110
+ new<T>(memory: ReadOnlyMemory_1<T>): ReadOnlySequence_1<T>;
111
111
  readonly empty: unknown;
112
112
  };
113
113
 
@@ -121,7 +121,7 @@ export interface ReadOnlySequence_1_Enumerator$instance<T> {
121
121
 
122
122
 
123
123
  export const ReadOnlySequence_1_Enumerator: {
124
- new<T>(sequence: ReadOnlySequence_1<T>): ReadOnlySequence_1_Enumerator$instance<T>;
124
+ new<T>(sequence: ReadOnlySequence_1<T>): ReadOnlySequence_1_Enumerator<T>;
125
125
  };
126
126
 
127
127
 
@@ -167,7 +167,7 @@ export interface SequenceReader_1$instance<T extends (IEquatable_1<T> | number |
167
167
 
168
168
 
169
169
  export const SequenceReader_1: {
170
- new<T extends (IEquatable_1<T> | number | string | boolean)>(sequence: ReadOnlySequence_1<T>): SequenceReader_1$instance<T>;
170
+ new<T extends (IEquatable_1<T> | number | string | boolean)>(sequence: ReadOnlySequence_1<T>): SequenceReader_1<T>;
171
171
  };
172
172
 
173
173
 
@@ -181,12 +181,12 @@ 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
 
188
188
  export const StandardFormat: {
189
- new(symbol_: char, precision: byte): StandardFormat$instance;
189
+ new(symbol_: char, precision: byte): StandardFormat;
190
190
  readonly noPrecision: byte;
191
191
  readonly maxPrecision: byte;
192
192
  parse(format: ReadOnlySpan_1<System_Internal.Char>): StandardFormat;
@@ -220,8 +220,8 @@ export interface ArrayBufferWriter_1$instance<T> {
220
220
 
221
221
 
222
222
  export const ArrayBufferWriter_1: {
223
- new<T>(): ArrayBufferWriter_1$instance<T>;
224
- new<T>(initialCapacity: int): ArrayBufferWriter_1$instance<T>;
223
+ new<T>(): ArrayBufferWriter_1<T>;
224
+ new<T>(initialCapacity: int): ArrayBufferWriter_1<T>;
225
225
  };
226
226
 
227
227
 
@@ -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
 
@@ -312,7 +312,7 @@ export interface SearchValues_1$instance<T extends (IEquatable_1<T> | number | s
312
312
 
313
313
 
314
314
  export const SearchValues_1: {
315
- new<T extends (IEquatable_1<T> | number | string | boolean)>(): SearchValues_1$instance<T>;
315
+ new<T extends (IEquatable_1<T> | number | string | boolean)>(): SearchValues_1<T>;
316
316
  };
317
317
 
318
318
 
@@ -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$instance;
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,19 +91,19 @@ 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
 
104
104
  export const IndentedTextWriter: {
105
- new(writer: TextWriter): IndentedTextWriter$instance;
106
- new(writer: TextWriter, tabString: string): IndentedTextWriter$instance;
105
+ new(writer: TextWriter): IndentedTextWriter;
106
+ new(writer: TextWriter, tabString: string): IndentedTextWriter;
107
107
  readonly defaultTabString: string;
108
108
  };
109
109