@tsonic/dotnet 0.7.4 → 0.7.7

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 (263) hide show
  1. package/Internal/internal/index.d.ts +0 -25
  2. package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +0 -25
  3. package/Microsoft.VisualBasic/bindings.json +203 -29
  4. package/Microsoft.VisualBasic/internal/index.d.ts +30 -55
  5. package/Microsoft.VisualBasic/internal/metadata.json +203 -29
  6. package/Microsoft.VisualBasic.CompilerServices/bindings.json +25 -3
  7. package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +4 -29
  8. package/Microsoft.VisualBasic.CompilerServices/internal/metadata.json +25 -3
  9. package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +6 -31
  10. package/Microsoft.Win32/internal/index.d.ts +0 -25
  11. package/Microsoft.Win32.SafeHandles/internal/index.d.ts +0 -25
  12. package/System/bindings.json +4800 -552
  13. package/System/internal/index.d.ts +2537 -395
  14. package/System/internal/metadata.json +4800 -552
  15. package/System.Buffers/bindings.json +196 -24
  16. package/System.Buffers/internal/index.d.ts +29 -54
  17. package/System.Buffers/internal/metadata.json +196 -24
  18. package/System.Buffers.Binary/bindings.json +182 -26
  19. package/System.Buffers.Binary/internal/index.d.ts +115 -140
  20. package/System.Buffers.Binary/internal/metadata.json +182 -26
  21. package/System.Buffers.Text/bindings.json +431 -49
  22. package/System.Buffers.Text/internal/index.d.ts +64 -89
  23. package/System.Buffers.Text/internal/metadata.json +431 -49
  24. package/System.CodeDom.Compiler/internal/index.d.ts +6 -31
  25. package/System.Collections/bindings.json +11 -1
  26. package/System.Collections/internal/index.d.ts +2 -27
  27. package/System.Collections/internal/metadata.json +11 -1
  28. package/System.Collections.Concurrent/bindings.json +211 -29
  29. package/System.Collections.Concurrent/internal/index.d.ts +31 -56
  30. package/System.Collections.Concurrent/internal/metadata.json +211 -29
  31. package/System.Collections.Frozen/bindings.json +56 -8
  32. package/System.Collections.Frozen/internal/index.d.ts +9 -34
  33. package/System.Collections.Frozen/internal/metadata.json +56 -8
  34. package/System.Collections.Generic/bindings.json +273 -35
  35. package/System.Collections.Generic/internal/index.d.ts +36 -61
  36. package/System.Collections.Generic/internal/metadata.json +273 -35
  37. package/System.Collections.Immutable/bindings.json +362 -50
  38. package/System.Collections.Immutable/internal/index.d.ts +49 -74
  39. package/System.Collections.Immutable/internal/metadata.json +362 -50
  40. package/System.Collections.ObjectModel/bindings.json +28 -4
  41. package/System.Collections.ObjectModel/internal/index.d.ts +3 -28
  42. package/System.Collections.ObjectModel/internal/metadata.json +28 -4
  43. package/System.Collections.Specialized/internal/index.d.ts +0 -25
  44. package/System.ComponentModel/bindings.json +174 -18
  45. package/System.ComponentModel/internal/index.d.ts +22 -47
  46. package/System.ComponentModel/internal/metadata.json +174 -18
  47. package/System.ComponentModel.DataAnnotations/internal/index.d.ts +9 -34
  48. package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +0 -25
  49. package/System.ComponentModel.Design/internal/index.d.ts +0 -25
  50. package/System.ComponentModel.Design.Serialization/internal/index.d.ts +0 -25
  51. package/System.Configuration.Assemblies/internal/index.d.ts +0 -25
  52. package/System.Data/internal/index.d.ts +7 -32
  53. package/System.Data.Common/bindings.json +14 -2
  54. package/System.Data.Common/internal/index.d.ts +27 -52
  55. package/System.Data.Common/internal/metadata.json +14 -2
  56. package/System.Data.SqlTypes/internal/index.d.ts +1 -26
  57. package/System.Diagnostics/bindings.json +181 -23
  58. package/System.Diagnostics/internal/index.d.ts +87 -112
  59. package/System.Diagnostics/internal/metadata.json +181 -23
  60. package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +0 -25
  61. package/System.Diagnostics.Contracts/bindings.json +7 -1
  62. package/System.Diagnostics.Contracts/internal/index.d.ts +4 -29
  63. package/System.Diagnostics.Contracts/internal/metadata.json +7 -1
  64. package/System.Diagnostics.Metrics/bindings.json +35 -5
  65. package/System.Diagnostics.Metrics/internal/index.d.ts +44 -69
  66. package/System.Diagnostics.Metrics/internal/metadata.json +35 -5
  67. package/System.Diagnostics.SymbolStore/internal/index.d.ts +0 -25
  68. package/System.Diagnostics.Tracing/bindings.json +37 -3
  69. package/System.Diagnostics.Tracing/internal/index.d.ts +10 -35
  70. package/System.Diagnostics.Tracing/internal/metadata.json +37 -3
  71. package/System.Drawing/internal/index.d.ts +0 -25
  72. package/System.Dynamic/bindings.json +63 -9
  73. package/System.Dynamic/internal/index.d.ts +17 -42
  74. package/System.Dynamic/internal/metadata.json +63 -9
  75. package/System.Formats.Asn1/bindings.json +451 -49
  76. package/System.Formats.Asn1/internal/index.d.ts +69 -94
  77. package/System.Formats.Asn1/internal/metadata.json +451 -49
  78. package/System.Formats.Tar/internal/index.d.ts +4 -29
  79. package/System.Globalization/bindings.json +28 -4
  80. package/System.Globalization/internal/index.d.ts +18 -43
  81. package/System.Globalization/internal/metadata.json +28 -4
  82. package/System.IO/bindings.json +35 -5
  83. package/System.IO/internal/index.d.ts +197 -222
  84. package/System.IO/internal/metadata.json +35 -5
  85. package/System.IO.Compression/bindings.json +50 -6
  86. package/System.IO.Compression/internal/index.d.ts +51 -76
  87. package/System.IO.Compression/internal/metadata.json +50 -6
  88. package/System.IO.Enumeration/bindings.json +42 -6
  89. package/System.IO.Enumeration/internal/index.d.ts +11 -36
  90. package/System.IO.Enumeration/internal/metadata.json +42 -6
  91. package/System.IO.IsolatedStorage/internal/index.d.ts +11 -36
  92. package/System.IO.MemoryMappedFiles/internal/index.d.ts +0 -25
  93. package/System.IO.Pipelines/bindings.json +7 -1
  94. package/System.IO.Pipelines/internal/index.d.ts +17 -42
  95. package/System.IO.Pipelines/internal/metadata.json +7 -1
  96. package/System.IO.Pipes/internal/index.d.ts +11 -36
  97. package/System.Linq/bindings.json +7 -1
  98. package/System.Linq/internal/index.d.ts +332 -357
  99. package/System.Linq/internal/metadata.json +7 -1
  100. package/System.Linq.Expressions/bindings.json +14 -2
  101. package/System.Linq.Expressions/internal/index.d.ts +3 -28
  102. package/System.Linq.Expressions/internal/metadata.json +14 -2
  103. package/System.Linq.Expressions.Interpreter/internal/index.d.ts +0 -25
  104. package/System.Net/bindings.json +175 -25
  105. package/System.Net/internal/index.d.ts +36 -61
  106. package/System.Net/internal/metadata.json +175 -25
  107. package/System.Net.Cache/internal/index.d.ts +0 -25
  108. package/System.Net.Http/bindings.json +21 -3
  109. package/System.Net.Http/internal/index.d.ts +21 -46
  110. package/System.Net.Http/internal/metadata.json +21 -3
  111. package/System.Net.Http.Headers/bindings.json +154 -22
  112. package/System.Net.Http.Headers/internal/index.d.ts +67 -92
  113. package/System.Net.Http.Headers/internal/metadata.json +154 -22
  114. package/System.Net.Http.Json/internal/index.d.ts +0 -25
  115. package/System.Net.Http.Metrics/internal/index.d.ts +0 -25
  116. package/System.Net.Mail/bindings.json +21 -3
  117. package/System.Net.Mail/internal/index.d.ts +4 -29
  118. package/System.Net.Mail/internal/metadata.json +21 -3
  119. package/System.Net.Mime/internal/index.d.ts +0 -25
  120. package/System.Net.NetworkInformation/bindings.json +14 -2
  121. package/System.Net.NetworkInformation/internal/index.d.ts +4 -29
  122. package/System.Net.NetworkInformation/internal/metadata.json +14 -2
  123. package/System.Net.Quic/internal/index.d.ts +14 -39
  124. package/System.Net.Security/bindings.json +43 -5
  125. package/System.Net.Security/internal/index.d.ts +29 -54
  126. package/System.Net.Security/internal/metadata.json +43 -5
  127. package/System.Net.ServerSentEvents/internal/index.d.ts +4 -29
  128. package/System.Net.Sockets/bindings.json +224 -28
  129. package/System.Net.Sockets/internal/index.d.ts +108 -133
  130. package/System.Net.Sockets/internal/metadata.json +224 -28
  131. package/System.Net.WebSockets/internal/index.d.ts +29 -54
  132. package/System.Numerics/bindings.json +1030 -142
  133. package/System.Numerics/internal/index.d.ts +264 -289
  134. package/System.Numerics/internal/metadata.json +1030 -142
  135. package/System.Reflection/bindings.json +29 -3
  136. package/System.Reflection/internal/index.d.ts +4 -29
  137. package/System.Reflection/internal/metadata.json +29 -3
  138. package/System.Reflection.Emit/bindings.json +26 -2
  139. package/System.Reflection.Emit/internal/index.d.ts +3 -28
  140. package/System.Reflection.Emit/internal/metadata.json +26 -2
  141. package/System.Reflection.Metadata/bindings.json +46 -6
  142. package/System.Reflection.Metadata/internal/index.d.ts +31 -56
  143. package/System.Reflection.Metadata/internal/metadata.json +46 -6
  144. package/System.Reflection.Metadata.Ecma335/bindings.json +126 -14
  145. package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +24 -49
  146. package/System.Reflection.Metadata.Ecma335/internal/metadata.json +126 -14
  147. package/System.Reflection.PortableExecutable/bindings.json +18 -2
  148. package/System.Reflection.PortableExecutable/internal/index.d.ts +8 -33
  149. package/System.Reflection.PortableExecutable/internal/metadata.json +18 -2
  150. package/System.Resources/bindings.json +11 -1
  151. package/System.Resources/internal/index.d.ts +3 -28
  152. package/System.Resources/internal/metadata.json +11 -1
  153. package/System.Runtime/internal/index.d.ts +0 -25
  154. package/System.Runtime.CompilerServices/bindings.json +495 -57
  155. package/System.Runtime.CompilerServices/internal/index.d.ts +68 -93
  156. package/System.Runtime.CompilerServices/internal/metadata.json +495 -57
  157. package/System.Runtime.ConstrainedExecution/internal/index.d.ts +0 -25
  158. package/System.Runtime.ExceptionServices/internal/index.d.ts +1 -26
  159. package/System.Runtime.InteropServices/bindings.json +377 -47
  160. package/System.Runtime.InteropServices/internal/index.d.ts +68 -93
  161. package/System.Runtime.InteropServices/internal/metadata.json +377 -47
  162. package/System.Runtime.InteropServices.ComTypes/bindings.json +832 -96
  163. package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +107 -132
  164. package/System.Runtime.InteropServices.ComTypes/internal/metadata.json +832 -96
  165. package/System.Runtime.InteropServices.Java/internal/index.d.ts +1 -26
  166. package/System.Runtime.InteropServices.JavaScript/bindings.json +411 -57
  167. package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +72 -97
  168. package/System.Runtime.InteropServices.JavaScript/internal/metadata.json +411 -57
  169. package/System.Runtime.InteropServices.Marshalling/bindings.json +85 -11
  170. package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +26 -51
  171. package/System.Runtime.InteropServices.Marshalling/internal/metadata.json +85 -11
  172. package/System.Runtime.InteropServices.ObjectiveC/bindings.json +28 -4
  173. package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +3 -28
  174. package/System.Runtime.InteropServices.ObjectiveC/internal/metadata.json +28 -4
  175. package/System.Runtime.InteropServices.Swift/internal/index.d.ts +1 -26
  176. package/System.Runtime.Intrinsics/bindings.json +112 -16
  177. package/System.Runtime.Intrinsics/internal/index.d.ts +800 -825
  178. package/System.Runtime.Intrinsics/internal/metadata.json +112 -16
  179. package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +4787 -4812
  180. package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +471 -496
  181. package/System.Runtime.Intrinsics.X86/internal/index.d.ts +3513 -3538
  182. package/System.Runtime.Loader/internal/index.d.ts +0 -25
  183. package/System.Runtime.Remoting/internal/index.d.ts +0 -25
  184. package/System.Runtime.Serialization/bindings.json +71 -9
  185. package/System.Runtime.Serialization/internal/index.d.ts +9 -34
  186. package/System.Runtime.Serialization/internal/metadata.json +71 -9
  187. package/System.Runtime.Serialization.DataContracts/bindings.json +26 -2
  188. package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +3 -28
  189. package/System.Runtime.Serialization.DataContracts/internal/metadata.json +26 -2
  190. package/System.Runtime.Serialization.Formatters/internal/index.d.ts +0 -25
  191. package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +0 -25
  192. package/System.Runtime.Serialization.Json/internal/index.d.ts +0 -25
  193. package/System.Runtime.Versioning/internal/index.d.ts +0 -25
  194. package/System.Security/internal/index.d.ts +1 -26
  195. package/System.Security.AccessControl/bindings.json +14 -2
  196. package/System.Security.AccessControl/internal/index.d.ts +3 -28
  197. package/System.Security.AccessControl/internal/metadata.json +14 -2
  198. package/System.Security.Authentication/internal/index.d.ts +0 -25
  199. package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +0 -25
  200. package/System.Security.Claims/internal/index.d.ts +1 -26
  201. package/System.Security.Cryptography/bindings.json +1348 -192
  202. package/System.Security.Cryptography/internal/index.d.ts +593 -618
  203. package/System.Security.Cryptography/internal/metadata.json +1348 -192
  204. package/System.Security.Cryptography.X509Certificates/bindings.json +81 -11
  205. package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +67 -92
  206. package/System.Security.Cryptography.X509Certificates/internal/metadata.json +81 -11
  207. package/System.Security.Permissions/internal/index.d.ts +0 -25
  208. package/System.Security.Policy/internal/index.d.ts +0 -25
  209. package/System.Security.Principal/internal/index.d.ts +0 -25
  210. package/System.Text/bindings.json +494 -58
  211. package/System.Text/internal/index.d.ts +137 -162
  212. package/System.Text/internal/metadata.json +494 -58
  213. package/System.Text.Encodings.Web/bindings.json +29 -3
  214. package/System.Text.Encodings.Web/internal/index.d.ts +7 -32
  215. package/System.Text.Encodings.Web/internal/metadata.json +29 -3
  216. package/System.Text.Json/bindings.json +309 -43
  217. package/System.Text.Json/internal/index.d.ts +141 -166
  218. package/System.Text.Json/internal/metadata.json +309 -43
  219. package/System.Text.Json.Nodes/bindings.json +46 -6
  220. package/System.Text.Json.Nodes/internal/index.d.ts +29 -54
  221. package/System.Text.Json.Nodes/internal/metadata.json +46 -6
  222. package/System.Text.Json.Schema/internal/index.d.ts +1 -26
  223. package/System.Text.Json.Serialization/bindings.json +21 -3
  224. package/System.Text.Json.Serialization/internal/index.d.ts +4 -29
  225. package/System.Text.Json.Serialization/internal/metadata.json +21 -3
  226. package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +20 -45
  227. package/System.Text.RegularExpressions/bindings.json +14 -2
  228. package/System.Text.RegularExpressions/internal/index.d.ts +26 -51
  229. package/System.Text.RegularExpressions/internal/metadata.json +14 -2
  230. package/System.Text.Unicode/bindings.json +58 -6
  231. package/System.Text.Unicode/internal/index.d.ts +12 -37
  232. package/System.Text.Unicode/internal/metadata.json +58 -6
  233. package/System.Threading/bindings.json +1012 -140
  234. package/System.Threading/internal/index.d.ts +149 -174
  235. package/System.Threading/internal/metadata.json +1012 -140
  236. package/System.Threading.Channels/bindings.json +14 -2
  237. package/System.Threading.Channels/internal/index.d.ts +5 -30
  238. package/System.Threading.Channels/internal/metadata.json +14 -2
  239. package/System.Threading.Tasks/internal/index.d.ts +23 -48
  240. package/System.Threading.Tasks.Dataflow/bindings.json +378 -54
  241. package/System.Threading.Tasks.Dataflow/internal/index.d.ts +33 -58
  242. package/System.Threading.Tasks.Dataflow/internal/metadata.json +378 -54
  243. package/System.Threading.Tasks.Sources/internal/index.d.ts +0 -25
  244. package/System.Timers/internal/index.d.ts +0 -25
  245. package/System.Transactions/internal/index.d.ts +0 -25
  246. package/System.Web/internal/index.d.ts +0 -25
  247. package/System.Windows.Input/internal/index.d.ts +0 -25
  248. package/System.Windows.Markup/internal/index.d.ts +0 -25
  249. package/System.Xml/bindings.json +197 -27
  250. package/System.Xml/internal/index.d.ts +35 -60
  251. package/System.Xml/internal/metadata.json +197 -27
  252. package/System.Xml.Linq/internal/index.d.ts +0 -25
  253. package/System.Xml.Resolvers/internal/index.d.ts +0 -25
  254. package/System.Xml.Schema/internal/index.d.ts +0 -25
  255. package/System.Xml.Serialization/internal/index.d.ts +0 -25
  256. package/System.Xml.XPath/internal/index.d.ts +1 -26
  257. package/System.Xml.Xsl/internal/index.d.ts +1 -26
  258. package/System.Xml.Xsl.Runtime/bindings.json +35 -5
  259. package/System.Xml.Xsl.Runtime/internal/index.d.ts +7 -32
  260. package/System.Xml.Xsl.Runtime/internal/metadata.json +35 -5
  261. package/System.d.ts +21 -0
  262. package/__internal/extensions/index.d.ts +463 -463
  263. package/package.json +1 -1
@@ -307,7 +307,13 @@
307
307
  "isSealed": false,
308
308
  "arity": 0,
309
309
  "parameterCount": 2,
310
- "isExtensionMethod": false
310
+ "isExtensionMethod": false,
311
+ "parameterModifiers": [
312
+ {
313
+ "index": 1,
314
+ "modifier": "out"
315
+ }
316
+ ]
311
317
  },
312
318
  {
313
319
  "stableId": "System.Net.Http:System.Net.Http.Headers.HttpHeadersNonValidated::GetEnumerator():System.Net.Http.Headers.HttpHeadersNonValidated\u002BEnumerator",
@@ -357,7 +363,13 @@
357
363
  "arity": 0,
358
364
  "parameterCount": 2,
359
365
  "sourceInterface": "System.Collections.Generic.IReadOnlyDictionary\u00602",
360
- "isExtensionMethod": false
366
+ "isExtensionMethod": false,
367
+ "parameterModifiers": [
368
+ {
369
+ "index": 1,
370
+ "modifier": "out"
371
+ }
372
+ ]
361
373
  },
362
374
  {
363
375
  "stableId": "System.Private.CoreLib:System.Collections.Generic.IEnumerable\u00601::GetEnumerator():IEnumerator_1",
@@ -714,7 +726,13 @@
714
726
  "isSealed": false,
715
727
  "arity": 0,
716
728
  "parameterCount": 2,
717
- "isExtensionMethod": false
729
+ "isExtensionMethod": false,
730
+ "parameterModifiers": [
731
+ {
732
+ "index": 1,
733
+ "modifier": "out"
734
+ }
735
+ ]
718
736
  },
719
737
  {
720
738
  "stableId": "System.Private.CoreLib:System.ICloneable::Clone():System.Object",
@@ -870,7 +888,13 @@
870
888
  "isSealed": false,
871
889
  "arity": 0,
872
890
  "parameterCount": 2,
873
- "isExtensionMethod": false
891
+ "isExtensionMethod": false,
892
+ "parameterModifiers": [
893
+ {
894
+ "index": 1,
895
+ "modifier": "out"
896
+ }
897
+ ]
874
898
  },
875
899
  {
876
900
  "stableId": "System.Private.CoreLib:System.ICloneable::Clone():System.Object",
@@ -1231,7 +1255,13 @@
1231
1255
  "isSealed": false,
1232
1256
  "arity": 0,
1233
1257
  "parameterCount": 2,
1234
- "isExtensionMethod": false
1258
+ "isExtensionMethod": false,
1259
+ "parameterModifiers": [
1260
+ {
1261
+ "index": 1,
1262
+ "modifier": "out"
1263
+ }
1264
+ ]
1235
1265
  },
1236
1266
  {
1237
1267
  "stableId": "System.Private.CoreLib:System.ICloneable::Clone():System.Object",
@@ -1487,7 +1517,13 @@
1487
1517
  "isSealed": false,
1488
1518
  "arity": 0,
1489
1519
  "parameterCount": 2,
1490
- "isExtensionMethod": false
1520
+ "isExtensionMethod": false,
1521
+ "parameterModifiers": [
1522
+ {
1523
+ "index": 1,
1524
+ "modifier": "out"
1525
+ }
1526
+ ]
1491
1527
  },
1492
1528
  {
1493
1529
  "stableId": "System.Private.CoreLib:System.ICloneable::Clone():System.Object",
@@ -1708,7 +1744,13 @@
1708
1744
  "isSealed": false,
1709
1745
  "arity": 0,
1710
1746
  "parameterCount": 2,
1711
- "isExtensionMethod": false
1747
+ "isExtensionMethod": false,
1748
+ "parameterModifiers": [
1749
+ {
1750
+ "index": 1,
1751
+ "modifier": "out"
1752
+ }
1753
+ ]
1712
1754
  },
1713
1755
  {
1714
1756
  "stableId": "System.Private.CoreLib:System.ICloneable::Clone():System.Object",
@@ -2144,7 +2186,13 @@
2144
2186
  "isSealed": false,
2145
2187
  "arity": 0,
2146
2188
  "parameterCount": 2,
2147
- "isExtensionMethod": false
2189
+ "isExtensionMethod": false,
2190
+ "parameterModifiers": [
2191
+ {
2192
+ "index": 1,
2193
+ "modifier": "out"
2194
+ }
2195
+ ]
2148
2196
  },
2149
2197
  {
2150
2198
  "stableId": "System.Net.Http:System.Net.Http.Headers.HttpHeaders::Contains(System.String):System.Boolean",
@@ -3645,7 +3693,13 @@
3645
3693
  "isSealed": false,
3646
3694
  "arity": 0,
3647
3695
  "parameterCount": 2,
3648
- "isExtensionMethod": false
3696
+ "isExtensionMethod": false,
3697
+ "parameterModifiers": [
3698
+ {
3699
+ "index": 1,
3700
+ "modifier": "out"
3701
+ }
3702
+ ]
3649
3703
  },
3650
3704
  {
3651
3705
  "stableId": "System.Private.CoreLib:System.ICloneable::Clone():System.Object",
@@ -3768,7 +3822,13 @@
3768
3822
  "isSealed": false,
3769
3823
  "arity": 0,
3770
3824
  "parameterCount": 2,
3771
- "isExtensionMethod": false
3825
+ "isExtensionMethod": false,
3826
+ "parameterModifiers": [
3827
+ {
3828
+ "index": 1,
3829
+ "modifier": "out"
3830
+ }
3831
+ ]
3772
3832
  },
3773
3833
  {
3774
3834
  "stableId": "System.Private.CoreLib:System.ICloneable::Clone():System.Object",
@@ -3909,7 +3969,13 @@
3909
3969
  "isSealed": false,
3910
3970
  "arity": 0,
3911
3971
  "parameterCount": 2,
3912
- "isExtensionMethod": false
3972
+ "isExtensionMethod": false,
3973
+ "parameterModifiers": [
3974
+ {
3975
+ "index": 1,
3976
+ "modifier": "out"
3977
+ }
3978
+ ]
3913
3979
  },
3914
3980
  {
3915
3981
  "stableId": "System.Net.Http:System.Net.Http.Headers.NameValueHeaderValue::ToString():System.String",
@@ -4081,7 +4147,13 @@
4081
4147
  "isSealed": false,
4082
4148
  "arity": 0,
4083
4149
  "parameterCount": 2,
4084
- "isExtensionMethod": false
4150
+ "isExtensionMethod": false,
4151
+ "parameterModifiers": [
4152
+ {
4153
+ "index": 1,
4154
+ "modifier": "out"
4155
+ }
4156
+ ]
4085
4157
  },
4086
4158
  {
4087
4159
  "stableId": "System.Private.CoreLib:System.ICloneable::Clone():System.Object",
@@ -4238,7 +4310,13 @@
4238
4310
  "isSealed": false,
4239
4311
  "arity": 0,
4240
4312
  "parameterCount": 2,
4241
- "isExtensionMethod": false
4313
+ "isExtensionMethod": false,
4314
+ "parameterModifiers": [
4315
+ {
4316
+ "index": 1,
4317
+ "modifier": "out"
4318
+ }
4319
+ ]
4242
4320
  },
4243
4321
  {
4244
4322
  "stableId": "System.Private.CoreLib:System.ICloneable::Clone():System.Object",
@@ -4394,7 +4472,13 @@
4394
4472
  "isSealed": false,
4395
4473
  "arity": 0,
4396
4474
  "parameterCount": 2,
4397
- "isExtensionMethod": false
4475
+ "isExtensionMethod": false,
4476
+ "parameterModifiers": [
4477
+ {
4478
+ "index": 1,
4479
+ "modifier": "out"
4480
+ }
4481
+ ]
4398
4482
  },
4399
4483
  {
4400
4484
  "stableId": "System.Private.CoreLib:System.ICloneable::Clone():System.Object",
@@ -4555,7 +4639,13 @@
4555
4639
  "isSealed": false,
4556
4640
  "arity": 0,
4557
4641
  "parameterCount": 2,
4558
- "isExtensionMethod": false
4642
+ "isExtensionMethod": false,
4643
+ "parameterModifiers": [
4644
+ {
4645
+ "index": 1,
4646
+ "modifier": "out"
4647
+ }
4648
+ ]
4559
4649
  },
4560
4650
  {
4561
4651
  "stableId": "System.Private.CoreLib:System.ICloneable::Clone():System.Object",
@@ -4716,7 +4806,13 @@
4716
4806
  "isSealed": false,
4717
4807
  "arity": 0,
4718
4808
  "parameterCount": 2,
4719
- "isExtensionMethod": false
4809
+ "isExtensionMethod": false,
4810
+ "parameterModifiers": [
4811
+ {
4812
+ "index": 1,
4813
+ "modifier": "out"
4814
+ }
4815
+ ]
4720
4816
  },
4721
4817
  {
4722
4818
  "stableId": "System.Private.CoreLib:System.ICloneable::Clone():System.Object",
@@ -4991,7 +5087,13 @@
4991
5087
  "isSealed": false,
4992
5088
  "arity": 0,
4993
5089
  "parameterCount": 2,
4994
- "isExtensionMethod": false
5090
+ "isExtensionMethod": false,
5091
+ "parameterModifiers": [
5092
+ {
5093
+ "index": 1,
5094
+ "modifier": "out"
5095
+ }
5096
+ ]
4995
5097
  },
4996
5098
  {
4997
5099
  "stableId": "System.Private.CoreLib:System.ICloneable::Clone():System.Object",
@@ -5147,7 +5249,13 @@
5147
5249
  "isSealed": false,
5148
5250
  "arity": 0,
5149
5251
  "parameterCount": 2,
5150
- "isExtensionMethod": false
5252
+ "isExtensionMethod": false,
5253
+ "parameterModifiers": [
5254
+ {
5255
+ "index": 1,
5256
+ "modifier": "out"
5257
+ }
5258
+ ]
5151
5259
  },
5152
5260
  {
5153
5261
  "stableId": "System.Private.CoreLib:System.ICloneable::Clone():System.Object",
@@ -5255,7 +5363,13 @@
5255
5363
  "isSealed": false,
5256
5364
  "arity": 0,
5257
5365
  "parameterCount": 2,
5258
- "isExtensionMethod": false
5366
+ "isExtensionMethod": false,
5367
+ "parameterModifiers": [
5368
+ {
5369
+ "index": 1,
5370
+ "modifier": "out"
5371
+ }
5372
+ ]
5259
5373
  },
5260
5374
  {
5261
5375
  "stableId": "System.Net.Http:System.Net.Http.Headers.TransferCodingHeaderValue::ToString():System.String",
@@ -5406,7 +5520,13 @@
5406
5520
  "isSealed": false,
5407
5521
  "arity": 0,
5408
5522
  "parameterCount": 2,
5409
- "isExtensionMethod": false
5523
+ "isExtensionMethod": false,
5524
+ "parameterModifiers": [
5525
+ {
5526
+ "index": 1,
5527
+ "modifier": "out"
5528
+ }
5529
+ ]
5410
5530
  },
5411
5531
  {
5412
5532
  "stableId": "System.Private.CoreLib:System.ICloneable::Clone():System.Object",
@@ -5563,7 +5683,13 @@
5563
5683
  "isSealed": false,
5564
5684
  "arity": 0,
5565
5685
  "parameterCount": 2,
5566
- "isExtensionMethod": false
5686
+ "isExtensionMethod": false,
5687
+ "parameterModifiers": [
5688
+ {
5689
+ "index": 1,
5690
+ "modifier": "out"
5691
+ }
5692
+ ]
5567
5693
  },
5568
5694
  {
5569
5695
  "stableId": "System.Private.CoreLib:System.ICloneable::Clone():System.Object",
@@ -5754,7 +5880,13 @@
5754
5880
  "isSealed": false,
5755
5881
  "arity": 0,
5756
5882
  "parameterCount": 2,
5757
- "isExtensionMethod": false
5883
+ "isExtensionMethod": false,
5884
+ "parameterModifiers": [
5885
+ {
5886
+ "index": 1,
5887
+ "modifier": "out"
5888
+ }
5889
+ ]
5758
5890
  },
5759
5891
  {
5760
5892
  "stableId": "System.Private.CoreLib:System.ICloneable::Clone():System.Object",
@@ -20,31 +20,6 @@ import type { CancellationToken } from "../../System.Threading/internal/index.js
20
20
  import * as System_Internal from "../../System/internal/index.js";
21
21
  import type { Boolean as ClrBoolean, Byte, IDisposable, Int32, Int64, Object as ClrObject, String as ClrString, Type, Uri, Void } from "../../System/internal/index.js";
22
22
 
23
- // CLROf<T> - Maps ergonomic primitives to their CLR types for generic constraints
24
- // This utility is used ONLY in generic type arguments to satisfy CLR interface constraints
25
- // Value positions (parameters, return types) use lowercase primitives for ergonomics
26
- export type CLROf<T> =
27
- T extends sbyte ? System_Internal.SByte :
28
- T extends short ? System_Internal.Int16 :
29
- T extends int ? System_Internal.Int32 :
30
- T extends long ? System_Internal.Int64 :
31
- T extends int128 ? System_Internal.Int128 :
32
- T extends nint ? System_Internal.IntPtr :
33
- T extends byte ? System_Internal.Byte :
34
- T extends ushort ? System_Internal.UInt16 :
35
- T extends uint ? System_Internal.UInt32 :
36
- T extends ulong ? System_Internal.UInt64 :
37
- T extends uint128 ? System_Internal.UInt128 :
38
- T extends nuint ? System_Internal.UIntPtr :
39
- T extends half ? System_Internal.Half :
40
- T extends float ? System_Internal.Single :
41
- T extends double ? System_Internal.Double :
42
- T extends decimal ? System_Internal.Decimal :
43
- T extends char ? System_Internal.Char :
44
- T extends boolean ? System_Internal.Boolean :
45
- T extends string ? System_Internal.String :
46
- T; // Identity fallback for non-primitive types
47
-
48
23
  export interface JsonContent$instance extends HttpContent {
49
24
  readonly objectType: Type;
50
25
  readonly value: unknown;
@@ -10,31 +10,6 @@ import type { HttpRequestMessage, HttpResponseMessage } from "../../System.Net.H
10
10
  import * as System_Internal from "../../System/internal/index.js";
11
11
  import type { Action_1, Boolean as ClrBoolean, Exception, Int32, Object as ClrObject, String as ClrString, Type, Void } from "../../System/internal/index.js";
12
12
 
13
- // CLROf<T> - Maps ergonomic primitives to their CLR types for generic constraints
14
- // This utility is used ONLY in generic type arguments to satisfy CLR interface constraints
15
- // Value positions (parameters, return types) use lowercase primitives for ergonomics
16
- export type CLROf<T> =
17
- T extends sbyte ? System_Internal.SByte :
18
- T extends short ? System_Internal.Int16 :
19
- T extends int ? System_Internal.Int32 :
20
- T extends long ? System_Internal.Int64 :
21
- T extends int128 ? System_Internal.Int128 :
22
- T extends nint ? System_Internal.IntPtr :
23
- T extends byte ? System_Internal.Byte :
24
- T extends ushort ? System_Internal.UInt16 :
25
- T extends uint ? System_Internal.UInt32 :
26
- T extends ulong ? System_Internal.UInt64 :
27
- T extends uint128 ? System_Internal.UInt128 :
28
- T extends nuint ? System_Internal.UIntPtr :
29
- T extends half ? System_Internal.Half :
30
- T extends float ? System_Internal.Single :
31
- T extends double ? System_Internal.Double :
32
- T extends decimal ? System_Internal.Decimal :
33
- T extends char ? System_Internal.Char :
34
- T extends boolean ? System_Internal.Boolean :
35
- T extends string ? System_Internal.String :
36
- T; // Identity fallback for non-primitive types
37
-
38
13
  export interface HttpMetricsEnrichmentContext$instance {
39
14
  readonly exception: Exception;
40
15
  readonly request: HttpRequestMessage;
@@ -8656,7 +8656,13 @@
8656
8656
  "parameterCount": 2,
8657
8657
  "declaringClrType": "System.Net.Mail.MailAddress",
8658
8658
  "declaringAssemblyName": "System.Net.Mail",
8659
- "isExtensionMethod": false
8659
+ "isExtensionMethod": false,
8660
+ "parameterModifiers": [
8661
+ {
8662
+ "index": 1,
8663
+ "modifier": "out"
8664
+ }
8665
+ ]
8660
8666
  },
8661
8667
  {
8662
8668
  "stableId": "System.Net.Mail:System.Net.Mail.MailAddress::TryCreate(System.String,System.String,System.Net.Mail.MailAddress\u0026):System.Boolean",
@@ -8670,7 +8676,13 @@
8670
8676
  "parameterCount": 3,
8671
8677
  "declaringClrType": "System.Net.Mail.MailAddress",
8672
8678
  "declaringAssemblyName": "System.Net.Mail",
8673
- "isExtensionMethod": false
8679
+ "isExtensionMethod": false,
8680
+ "parameterModifiers": [
8681
+ {
8682
+ "index": 2,
8683
+ "modifier": "out"
8684
+ }
8685
+ ]
8674
8686
  },
8675
8687
  {
8676
8688
  "stableId": "System.Net.Mail:System.Net.Mail.MailAddress::TryCreate(System.String,System.String,System.Text.Encoding,System.Net.Mail.MailAddress\u0026):System.Boolean",
@@ -8684,7 +8696,13 @@
8684
8696
  "parameterCount": 4,
8685
8697
  "declaringClrType": "System.Net.Mail.MailAddress",
8686
8698
  "declaringAssemblyName": "System.Net.Mail",
8687
- "isExtensionMethod": false
8699
+ "isExtensionMethod": false,
8700
+ "parameterModifiers": [
8701
+ {
8702
+ "index": 3,
8703
+ "modifier": "out"
8704
+ }
8705
+ ]
8688
8706
  },
8689
8707
  {
8690
8708
  "stableId": "System.Net.Mail:System.Net.Mail.MailAddress::ToString():System.String",
@@ -6,7 +6,7 @@
6
6
  import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/types';
7
7
 
8
8
  // Import support types from @tsonic/types
9
- import type { ptr, ref } from "@tsonic/types";
9
+ import type { ptr } from "@tsonic/types";
10
10
 
11
11
  // Import types from other namespaces
12
12
  import * as System_Collections_Generic_Internal from "../../System.Collections.Generic/internal/index.js";
@@ -30,31 +30,6 @@ import type { CancellationToken } from "../../System.Threading/internal/index.js
30
30
  import * as System_Internal from "../../System/internal/index.js";
31
31
  import type { Array as ClrArray, AsyncCallback, Boolean as ClrBoolean, Delegate, Enum, Exception, IAsyncResult, ICloneable, IComparable, IConvertible, IDisposable, IFormatProvider, IFormattable, Int32, IntPtr, ISpanFormattable, MulticastDelegate, Object as ClrObject, String as ClrString, Type, TypeCode, Uri, Void } from "../../System/internal/index.js";
32
32
 
33
- // CLROf<T> - Maps ergonomic primitives to their CLR types for generic constraints
34
- // This utility is used ONLY in generic type arguments to satisfy CLR interface constraints
35
- // Value positions (parameters, return types) use lowercase primitives for ergonomics
36
- export type CLROf<T> =
37
- T extends sbyte ? System_Internal.SByte :
38
- T extends short ? System_Internal.Int16 :
39
- T extends int ? System_Internal.Int32 :
40
- T extends long ? System_Internal.Int64 :
41
- T extends int128 ? System_Internal.Int128 :
42
- T extends nint ? System_Internal.IntPtr :
43
- T extends byte ? System_Internal.Byte :
44
- T extends ushort ? System_Internal.UInt16 :
45
- T extends uint ? System_Internal.UInt32 :
46
- T extends ulong ? System_Internal.UInt64 :
47
- T extends uint128 ? System_Internal.UInt128 :
48
- T extends nuint ? System_Internal.UIntPtr :
49
- T extends half ? System_Internal.Half :
50
- T extends float ? System_Internal.Single :
51
- T extends double ? System_Internal.Double :
52
- T extends decimal ? System_Internal.Decimal :
53
- T extends char ? System_Internal.Char :
54
- T extends boolean ? System_Internal.Boolean :
55
- T extends string ? System_Internal.String :
56
- T; // Identity fallback for non-primitive types
57
-
58
33
  export enum DeliveryNotificationOptions {
59
34
  none = 0,
60
35
  onSuccess = 1,
@@ -357,9 +332,9 @@ export const MailAddress: {
357
332
  new(address: string): MailAddress$instance;
358
333
  new(address: string, displayName: string): MailAddress$instance;
359
334
  new(address: string, displayName: string, displayNameEncoding: Encoding): MailAddress$instance;
360
- tryCreate(address: string, result: { value: ref<MailAddress> }): boolean;
361
- tryCreate(address: string, displayName: string, result: { value: ref<MailAddress> }): boolean;
362
- tryCreate(address: string, displayName: string, displayNameEncoding: Encoding, result: { value: ref<MailAddress> }): boolean;
335
+ tryCreate(address: string, result: MailAddress): boolean;
336
+ tryCreate(address: string, displayName: string, result: MailAddress): boolean;
337
+ tryCreate(address: string, displayName: string, displayNameEncoding: Encoding, result: MailAddress): boolean;
363
338
  };
364
339
 
365
340
 
@@ -3236,7 +3236,13 @@
3236
3236
  "isSealed": false,
3237
3237
  "arity": 0,
3238
3238
  "parameterCount": 2,
3239
- "isExtensionMethod": false
3239
+ "isExtensionMethod": false,
3240
+ "parameterModifiers": [
3241
+ {
3242
+ "index": 1,
3243
+ "modifier": "out"
3244
+ }
3245
+ ]
3240
3246
  },
3241
3247
  {
3242
3248
  "stableId": "System.Net.Mail:System.Net.Mail.MailAddress::TryCreate(System.String,System.String,System.Net.Mail.MailAddress\u0026):System.Boolean",
@@ -3252,7 +3258,13 @@
3252
3258
  "isSealed": false,
3253
3259
  "arity": 0,
3254
3260
  "parameterCount": 3,
3255
- "isExtensionMethod": false
3261
+ "isExtensionMethod": false,
3262
+ "parameterModifiers": [
3263
+ {
3264
+ "index": 2,
3265
+ "modifier": "out"
3266
+ }
3267
+ ]
3256
3268
  },
3257
3269
  {
3258
3270
  "stableId": "System.Net.Mail:System.Net.Mail.MailAddress::TryCreate(System.String,System.String,System.Text.Encoding,System.Net.Mail.MailAddress\u0026):System.Boolean",
@@ -3268,7 +3280,13 @@
3268
3280
  "isSealed": false,
3269
3281
  "arity": 0,
3270
3282
  "parameterCount": 4,
3271
- "isExtensionMethod": false
3283
+ "isExtensionMethod": false,
3284
+ "parameterModifiers": [
3285
+ {
3286
+ "index": 3,
3287
+ "modifier": "out"
3288
+ }
3289
+ ]
3272
3290
  },
3273
3291
  {
3274
3292
  "stableId": "System.Net.Mail:System.Net.Mail.MailAddress::ToString():System.String",
@@ -10,31 +10,6 @@ import type { StringDictionary } from "../../System.Collections.Specialized/inte
10
10
  import * as System_Internal from "../../System/internal/index.js";
11
11
  import type { Boolean as ClrBoolean, DateTime, Enum, IComparable, IConvertible, IFormatProvider, IFormattable, Int32, Int64, ISpanFormattable, Object as ClrObject, String as ClrString, Type, TypeCode } from "../../System/internal/index.js";
12
12
 
13
- // CLROf<T> - Maps ergonomic primitives to their CLR types for generic constraints
14
- // This utility is used ONLY in generic type arguments to satisfy CLR interface constraints
15
- // Value positions (parameters, return types) use lowercase primitives for ergonomics
16
- export type CLROf<T> =
17
- T extends sbyte ? System_Internal.SByte :
18
- T extends short ? System_Internal.Int16 :
19
- T extends int ? System_Internal.Int32 :
20
- T extends long ? System_Internal.Int64 :
21
- T extends int128 ? System_Internal.Int128 :
22
- T extends nint ? System_Internal.IntPtr :
23
- T extends byte ? System_Internal.Byte :
24
- T extends ushort ? System_Internal.UInt16 :
25
- T extends uint ? System_Internal.UInt32 :
26
- T extends ulong ? System_Internal.UInt64 :
27
- T extends uint128 ? System_Internal.UInt128 :
28
- T extends nuint ? System_Internal.UIntPtr :
29
- T extends half ? System_Internal.Half :
30
- T extends float ? System_Internal.Single :
31
- T extends double ? System_Internal.Double :
32
- T extends decimal ? System_Internal.Decimal :
33
- T extends char ? System_Internal.Char :
34
- T extends boolean ? System_Internal.Boolean :
35
- T extends string ? System_Internal.String :
36
- T; // Identity fallback for non-primitive types
37
-
38
13
  export enum TransferEncoding {
39
14
  unknown_ = -1,
40
15
  quotedPrintable = 0,
@@ -16711,7 +16711,13 @@
16711
16711
  "parameterCount": 2,
16712
16712
  "declaringClrType": "System.Net.NetworkInformation.PhysicalAddress",
16713
16713
  "declaringAssemblyName": "System.Net.NetworkInformation",
16714
- "isExtensionMethod": false
16714
+ "isExtensionMethod": false,
16715
+ "parameterModifiers": [
16716
+ {
16717
+ "index": 1,
16718
+ "modifier": "out"
16719
+ }
16720
+ ]
16715
16721
  },
16716
16722
  {
16717
16723
  "stableId": "System.Net.NetworkInformation:System.Net.NetworkInformation.PhysicalAddress::TryParse(System.ReadOnlySpan_1[[System.Char,System.Private.CoreLib,Version=10.0.0.0,Culture=neutral,PublicKeyToken=7cec85d7bea7798e]],System.Net.NetworkInformation.PhysicalAddress\u0026):System.Boolean",
@@ -16725,7 +16731,13 @@
16725
16731
  "parameterCount": 2,
16726
16732
  "declaringClrType": "System.Net.NetworkInformation.PhysicalAddress",
16727
16733
  "declaringAssemblyName": "System.Net.NetworkInformation",
16728
- "isExtensionMethod": false
16734
+ "isExtensionMethod": false,
16735
+ "parameterModifiers": [
16736
+ {
16737
+ "index": 1,
16738
+ "modifier": "out"
16739
+ }
16740
+ ]
16729
16741
  }
16730
16742
  ],
16731
16743
  "properties": [],
@@ -6,7 +6,7 @@
6
6
  import type { sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/types';
7
7
 
8
8
  // Import support types from @tsonic/types
9
- import type { ptr, ref } from "@tsonic/types";
9
+ import type { ptr } from "@tsonic/types";
10
10
 
11
11
  // Import types from other namespaces
12
12
  import * as System_Collections_Generic_Internal from "../../System.Collections.Generic/internal/index.js";
@@ -25,31 +25,6 @@ import type { CancellationToken } from "../../System.Threading/internal/index.js
25
25
  import * as System_Internal from "../../System/internal/index.js";
26
26
  import type { AsyncCallback, Boolean as ClrBoolean, Byte, Char, Delegate, Enum, EventArgs, Exception, IAsyncResult, ICloneable, IComparable, IConvertible, IDisposable, IFormatProvider, IFormattable, Int32, Int64, IntPtr, InvalidOperationException, ISpanFormattable, MulticastDelegate, Object as ClrObject, ReadOnlySpan_1, String as ClrString, TimeSpan, Type, TypeCode, Void } from "../../System/internal/index.js";
27
27
 
28
- // CLROf<T> - Maps ergonomic primitives to their CLR types for generic constraints
29
- // This utility is used ONLY in generic type arguments to satisfy CLR interface constraints
30
- // Value positions (parameters, return types) use lowercase primitives for ergonomics
31
- export type CLROf<T> =
32
- T extends sbyte ? System_Internal.SByte :
33
- T extends short ? System_Internal.Int16 :
34
- T extends int ? System_Internal.Int32 :
35
- T extends long ? System_Internal.Int64 :
36
- T extends int128 ? System_Internal.Int128 :
37
- T extends nint ? System_Internal.IntPtr :
38
- T extends byte ? System_Internal.Byte :
39
- T extends ushort ? System_Internal.UInt16 :
40
- T extends uint ? System_Internal.UInt32 :
41
- T extends ulong ? System_Internal.UInt64 :
42
- T extends uint128 ? System_Internal.UInt128 :
43
- T extends nuint ? System_Internal.UIntPtr :
44
- T extends half ? System_Internal.Half :
45
- T extends float ? System_Internal.Single :
46
- T extends double ? System_Internal.Double :
47
- T extends decimal ? System_Internal.Decimal :
48
- T extends char ? System_Internal.Char :
49
- T extends boolean ? System_Internal.Boolean :
50
- T extends string ? System_Internal.String :
51
- T; // Identity fallback for non-primitive types
52
-
53
28
  export enum DuplicateAddressDetectionState {
54
29
  invalid = 0,
55
30
  tentative = 1,
@@ -668,10 +643,10 @@ export interface PhysicalAddress$instance {
668
643
  export const PhysicalAddress: {
669
644
  new(address: byte[]): PhysicalAddress$instance;
670
645
  readonly none: PhysicalAddress;
671
- parse(address: ReadOnlySpan_1<CLROf<char>>): PhysicalAddress;
646
+ parse(address: ReadOnlySpan_1<System_Internal.Char>): PhysicalAddress;
672
647
  parse(address: string): PhysicalAddress;
673
- tryParse(address: ReadOnlySpan_1<CLROf<char>>, value: { value: ref<PhysicalAddress> }): boolean;
674
- tryParse(address: string, value: { value: ref<PhysicalAddress> }): boolean;
648
+ tryParse(address: ReadOnlySpan_1<System_Internal.Char>, value: PhysicalAddress): boolean;
649
+ tryParse(address: string, value: PhysicalAddress): boolean;
675
650
  };
676
651
 
677
652