@tsonic/dotnet 10.0.41 → 10.0.42

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 (332) hide show
  1. package/Internal/bindings.json +5 -5
  2. package/Internal/internal/index.d.ts +1 -1
  3. package/Internal.d.ts +4 -0
  4. package/Microsoft.CSharp.RuntimeBinder/internal/index.d.ts +1 -1
  5. package/Microsoft.CSharp.RuntimeBinder.d.ts +4 -0
  6. package/Microsoft.VisualBasic/bindings.json +13 -13
  7. package/Microsoft.VisualBasic/internal/index.d.ts +51 -51
  8. package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +116 -116
  9. package/Microsoft.VisualBasic.CompilerServices.d.ts +4 -0
  10. package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +2 -2
  11. package/Microsoft.VisualBasic.FileIO.d.ts +4 -0
  12. package/Microsoft.VisualBasic.d.ts +4 -0
  13. package/Microsoft.Win32/internal/index.d.ts +9 -9
  14. package/Microsoft.Win32.SafeHandles/internal/index.d.ts +1 -1
  15. package/Microsoft.Win32.SafeHandles.d.ts +4 -0
  16. package/Microsoft.Win32.d.ts +4 -0
  17. package/README.md +8 -1
  18. package/System/bindings.json +204 -124
  19. package/System/internal/index.d.ts +1041 -1026
  20. package/System.Buffers/internal/index.d.ts +51 -51
  21. package/System.Buffers.Binary/internal/index.d.ts +1 -1
  22. package/System.Buffers.Binary.d.ts +4 -0
  23. package/System.Buffers.Text/internal/index.d.ts +1 -1
  24. package/System.Buffers.Text.d.ts +4 -0
  25. package/System.Buffers.d.ts +10 -6
  26. package/System.CodeDom.Compiler/internal/index.d.ts +14 -14
  27. package/System.CodeDom.Compiler.d.ts +4 -0
  28. package/System.Collections/bindings.json +300 -300
  29. package/System.Collections/internal/index.d.ts +113 -113
  30. package/System.Collections.Concurrent/bindings.json +93 -93
  31. package/System.Collections.Concurrent/internal/index.d.ts +65 -65
  32. package/System.Collections.Concurrent.d.ts +7 -3
  33. package/System.Collections.Frozen/bindings.json +90 -50
  34. package/System.Collections.Frozen/internal/index.d.ts +35 -33
  35. package/System.Collections.Frozen.d.ts +6 -2
  36. package/System.Collections.Generic/bindings.json +932 -612
  37. package/System.Collections.Generic/internal/index.d.ts +303 -287
  38. package/System.Collections.Generic.d.ts +19 -15
  39. package/System.Collections.Immutable/bindings.json +189 -189
  40. package/System.Collections.Immutable/internal/index.d.ts +235 -234
  41. package/System.Collections.Immutable.d.ts +21 -17
  42. package/System.Collections.ObjectModel/bindings.json +229 -229
  43. package/System.Collections.ObjectModel/internal/index.d.ts +41 -41
  44. package/System.Collections.ObjectModel.d.ts +6 -2
  45. package/System.Collections.Specialized/bindings.json +79 -79
  46. package/System.Collections.Specialized/internal/index.d.ts +46 -46
  47. package/System.Collections.Specialized.d.ts +4 -0
  48. package/System.Collections.d.ts +4 -0
  49. package/System.ComponentModel/bindings.json +108 -108
  50. package/System.ComponentModel/internal/index.d.ts +368 -363
  51. package/System.ComponentModel.DataAnnotations/internal/index.d.ts +78 -78
  52. package/System.ComponentModel.DataAnnotations.Schema/internal/index.d.ts +1 -1
  53. package/System.ComponentModel.DataAnnotations.Schema.d.ts +4 -0
  54. package/System.ComponentModel.DataAnnotations.d.ts +4 -0
  55. package/System.ComponentModel.Design/bindings.json +18 -18
  56. package/System.ComponentModel.Design/internal/index.d.ts +47 -47
  57. package/System.ComponentModel.Design.Serialization/internal/index.d.ts +38 -38
  58. package/System.ComponentModel.Design.Serialization.d.ts +4 -0
  59. package/System.ComponentModel.Design.d.ts +4 -0
  60. package/System.ComponentModel.d.ts +4 -0
  61. package/System.Configuration.Assemblies/internal/index.d.ts +1 -1
  62. package/System.Configuration.Assemblies.d.ts +4 -0
  63. package/System.Data/bindings.json +124 -124
  64. package/System.Data/internal/index.d.ts +156 -156
  65. package/System.Data.Common/bindings.json +68 -68
  66. package/System.Data.Common/internal/index.d.ts +42 -42
  67. package/System.Data.Common.d.ts +4 -0
  68. package/System.Data.SqlTypes/internal/index.d.ts +40 -40
  69. package/System.Data.SqlTypes.d.ts +4 -0
  70. package/System.Data.d.ts +8 -4
  71. package/System.Diagnostics/bindings.json +251 -231
  72. package/System.Diagnostics/internal/index.d.ts +167 -154
  73. package/System.Diagnostics.CodeAnalysis/bindings.json +121 -121
  74. package/System.Diagnostics.CodeAnalysis/internal/index.d.ts +7 -7
  75. package/System.Diagnostics.CodeAnalysis.d.ts +4 -0
  76. package/System.Diagnostics.Contracts/bindings.json +62 -62
  77. package/System.Diagnostics.Contracts/internal/index.d.ts +9 -9
  78. package/System.Diagnostics.Contracts.d.ts +4 -0
  79. package/System.Diagnostics.Metrics/internal/index.d.ts +86 -86
  80. package/System.Diagnostics.Metrics.d.ts +7 -3
  81. package/System.Diagnostics.SymbolStore/bindings.json +2 -2
  82. package/System.Diagnostics.SymbolStore/internal/index.d.ts +3 -3
  83. package/System.Diagnostics.SymbolStore.d.ts +4 -0
  84. package/System.Diagnostics.Tracing/bindings.json +212 -212
  85. package/System.Diagnostics.Tracing/internal/index.d.ts +7 -7
  86. package/System.Diagnostics.Tracing.d.ts +4 -0
  87. package/System.Diagnostics.d.ts +5 -1
  88. package/System.Drawing/internal/index.d.ts +48 -48
  89. package/System.Drawing.d.ts +4 -0
  90. package/System.Dynamic/bindings.json +13 -13
  91. package/System.Dynamic/internal/index.d.ts +36 -35
  92. package/System.Dynamic.d.ts +4 -0
  93. package/System.Formats.Asn1/internal/index.d.ts +11 -11
  94. package/System.Formats.Asn1.d.ts +4 -0
  95. package/System.Formats.Tar/internal/index.d.ts +1 -1
  96. package/System.Formats.Tar.d.ts +4 -0
  97. package/System.Globalization/bindings.json +3 -3
  98. package/System.Globalization/internal/index.d.ts +19 -19
  99. package/System.Globalization.d.ts +4 -0
  100. package/System.IO/bindings.json +957 -957
  101. package/System.IO/internal/index.d.ts +55 -55
  102. package/System.IO.Compression/internal/index.d.ts +13 -13
  103. package/System.IO.Compression.d.ts +4 -0
  104. package/System.IO.Enumeration/bindings.json +47 -47
  105. package/System.IO.Enumeration/internal/index.d.ts +11 -11
  106. package/System.IO.Enumeration.d.ts +4 -0
  107. package/System.IO.IsolatedStorage/internal/index.d.ts +10 -10
  108. package/System.IO.IsolatedStorage.d.ts +4 -0
  109. package/System.IO.MemoryMappedFiles/internal/index.d.ts +1 -1
  110. package/System.IO.MemoryMappedFiles.d.ts +4 -0
  111. package/System.IO.Pipelines/internal/index.d.ts +4 -4
  112. package/System.IO.Pipelines.d.ts +4 -0
  113. package/System.IO.Pipes/internal/index.d.ts +4 -4
  114. package/System.IO.Pipes.d.ts +4 -0
  115. package/System.IO.d.ts +4 -0
  116. package/System.Linq/bindings.json +22 -22
  117. package/System.Linq/internal/index.d.ts +703 -701
  118. package/System.Linq.Expressions/internal/index.d.ts +67 -41
  119. package/System.Linq.Expressions.Interpreter/internal/index.d.ts +3 -3
  120. package/System.Linq.Expressions.Interpreter.d.ts +4 -0
  121. package/System.Linq.Expressions.d.ts +6 -2
  122. package/System.Linq.d.ts +18 -14
  123. package/System.Net/bindings.json +27 -27
  124. package/System.Net/internal/index.d.ts +53 -53
  125. package/System.Net.Cache/internal/index.d.ts +1 -1
  126. package/System.Net.Cache.d.ts +4 -0
  127. package/System.Net.Http/bindings.json +22 -22
  128. package/System.Net.Http/internal/index.d.ts +16 -16
  129. package/System.Net.Http.Headers/bindings.json +66 -26
  130. package/System.Net.Http.Headers/internal/index.d.ts +26 -24
  131. package/System.Net.Http.Headers.d.ts +4 -0
  132. package/System.Net.Http.Json/internal/index.d.ts +63 -63
  133. package/System.Net.Http.Json.d.ts +4 -0
  134. package/System.Net.Http.Metrics/internal/index.d.ts +2 -2
  135. package/System.Net.Http.Metrics.d.ts +4 -0
  136. package/System.Net.Http.d.ts +5 -1
  137. package/System.Net.Mail/bindings.json +96 -96
  138. package/System.Net.Mail/internal/index.d.ts +8 -8
  139. package/System.Net.Mail.d.ts +4 -0
  140. package/System.Net.Mime/internal/index.d.ts +3 -3
  141. package/System.Net.Mime.d.ts +4 -0
  142. package/System.Net.NetworkInformation/bindings.json +40 -40
  143. package/System.Net.NetworkInformation/internal/index.d.ts +15 -15
  144. package/System.Net.NetworkInformation.d.ts +4 -0
  145. package/System.Net.Quic/internal/index.d.ts +4 -4
  146. package/System.Net.Quic.d.ts +4 -0
  147. package/System.Net.Security/internal/index.d.ts +29 -29
  148. package/System.Net.Security.d.ts +4 -0
  149. package/System.Net.ServerSentEvents/internal/index.d.ts +9 -9
  150. package/System.Net.ServerSentEvents.d.ts +7 -3
  151. package/System.Net.Sockets/internal/index.d.ts +42 -42
  152. package/System.Net.Sockets.d.ts +4 -0
  153. package/System.Net.WebSockets/bindings.json +101 -101
  154. package/System.Net.WebSockets/internal/index.d.ts +5 -5
  155. package/System.Net.WebSockets.d.ts +4 -0
  156. package/System.Net.d.ts +4 -0
  157. package/System.Numerics/bindings.json +3 -3
  158. package/System.Numerics/internal/index.d.ts +218 -218
  159. package/System.Numerics.d.ts +38 -34
  160. package/System.Reflection/bindings.json +870 -870
  161. package/System.Reflection/internal/index.d.ts +107 -107
  162. package/System.Reflection.Emit/bindings.json +754 -754
  163. package/System.Reflection.Emit/internal/index.d.ts +27 -25
  164. package/System.Reflection.Emit.d.ts +4 -0
  165. package/System.Reflection.Metadata/bindings.json +607 -87
  166. package/System.Reflection.Metadata/internal/index.d.ts +144 -118
  167. package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +9 -9
  168. package/System.Reflection.Metadata.Ecma335.d.ts +4 -0
  169. package/System.Reflection.Metadata.d.ts +9 -5
  170. package/System.Reflection.PortableExecutable/internal/index.d.ts +2 -2
  171. package/System.Reflection.PortableExecutable.d.ts +4 -0
  172. package/System.Reflection.d.ts +4 -0
  173. package/System.Resources/bindings.json +3 -3
  174. package/System.Resources/internal/index.d.ts +7 -7
  175. package/System.Resources.d.ts +4 -0
  176. package/System.Runtime/bindings.json +9 -9
  177. package/System.Runtime/internal/index.d.ts +7 -7
  178. package/System.Runtime.CompilerServices/bindings.json +383 -383
  179. package/System.Runtime.CompilerServices/internal/index.d.ts +226 -226
  180. package/System.Runtime.CompilerServices.d.ts +20 -16
  181. package/System.Runtime.ConstrainedExecution/bindings.json +9 -9
  182. package/System.Runtime.ConstrainedExecution/internal/index.d.ts +1 -1
  183. package/System.Runtime.ConstrainedExecution.d.ts +4 -0
  184. package/System.Runtime.ExceptionServices/bindings.json +9 -9
  185. package/System.Runtime.ExceptionServices/internal/index.d.ts +2 -2
  186. package/System.Runtime.ExceptionServices.d.ts +4 -0
  187. package/System.Runtime.InteropServices/bindings.json +559 -559
  188. package/System.Runtime.InteropServices/internal/index.d.ts +182 -182
  189. package/System.Runtime.InteropServices.ComTypes/bindings.json +349 -349
  190. package/System.Runtime.InteropServices.ComTypes/internal/index.d.ts +19 -19
  191. package/System.Runtime.InteropServices.ComTypes.d.ts +4 -0
  192. package/System.Runtime.InteropServices.Java/bindings.json +12 -12
  193. package/System.Runtime.InteropServices.Java/internal/index.d.ts +2 -2
  194. package/System.Runtime.InteropServices.Java.d.ts +4 -0
  195. package/System.Runtime.InteropServices.JavaScript/internal/index.d.ts +38 -38
  196. package/System.Runtime.InteropServices.JavaScript.d.ts +6 -2
  197. package/System.Runtime.InteropServices.Marshalling/bindings.json +117 -117
  198. package/System.Runtime.InteropServices.Marshalling/internal/index.d.ts +81 -81
  199. package/System.Runtime.InteropServices.Marshalling.d.ts +4 -0
  200. package/System.Runtime.InteropServices.ObjectiveC/bindings.json +15 -15
  201. package/System.Runtime.InteropServices.ObjectiveC/internal/index.d.ts +2 -2
  202. package/System.Runtime.InteropServices.ObjectiveC.d.ts +4 -0
  203. package/System.Runtime.InteropServices.Swift/bindings.json +4 -4
  204. package/System.Runtime.InteropServices.Swift/internal/index.d.ts +4 -4
  205. package/System.Runtime.InteropServices.Swift.d.ts +6 -2
  206. package/System.Runtime.InteropServices.d.ts +6 -2
  207. package/System.Runtime.Intrinsics/internal/index.d.ts +514 -514
  208. package/System.Runtime.Intrinsics.Arm/bindings.json +31 -31
  209. package/System.Runtime.Intrinsics.Arm/internal/index.d.ts +1 -1
  210. package/System.Runtime.Intrinsics.Arm.d.ts +4 -0
  211. package/System.Runtime.Intrinsics.Wasm/internal/index.d.ts +1 -1
  212. package/System.Runtime.Intrinsics.Wasm.d.ts +4 -0
  213. package/System.Runtime.Intrinsics.X86/bindings.json +38 -38
  214. package/System.Runtime.Intrinsics.X86/internal/index.d.ts +1 -1
  215. package/System.Runtime.Intrinsics.X86.d.ts +4 -0
  216. package/System.Runtime.Intrinsics.d.ts +12 -8
  217. package/System.Runtime.Loader/internal/index.d.ts +1 -1
  218. package/System.Runtime.Loader.d.ts +4 -0
  219. package/System.Runtime.Remoting/internal/index.d.ts +3 -3
  220. package/System.Runtime.Remoting.d.ts +4 -0
  221. package/System.Runtime.Serialization/bindings.json +13 -13
  222. package/System.Runtime.Serialization/internal/index.d.ts +102 -102
  223. package/System.Runtime.Serialization.DataContracts/internal/index.d.ts +4 -4
  224. package/System.Runtime.Serialization.DataContracts.d.ts +4 -0
  225. package/System.Runtime.Serialization.Formatters/internal/index.d.ts +1 -1
  226. package/System.Runtime.Serialization.Formatters.Binary/internal/index.d.ts +3 -3
  227. package/System.Runtime.Serialization.Formatters.Binary.d.ts +4 -0
  228. package/System.Runtime.Serialization.Formatters.d.ts +4 -0
  229. package/System.Runtime.Serialization.Json/internal/index.d.ts +13 -13
  230. package/System.Runtime.Serialization.Json.d.ts +4 -0
  231. package/System.Runtime.Serialization.d.ts +4 -0
  232. package/System.Runtime.Versioning/bindings.json +13 -13
  233. package/System.Runtime.Versioning/internal/index.d.ts +2 -2
  234. package/System.Runtime.Versioning.d.ts +4 -0
  235. package/System.Runtime.d.ts +4 -0
  236. package/System.Security/bindings.json +5 -5
  237. package/System.Security/internal/index.d.ts +10 -10
  238. package/System.Security.AccessControl/bindings.json +33 -33
  239. package/System.Security.AccessControl/internal/index.d.ts +21 -21
  240. package/System.Security.AccessControl.d.ts +10 -6
  241. package/System.Security.Authentication/internal/index.d.ts +1 -1
  242. package/System.Security.Authentication.ExtendedProtection/bindings.json +5 -5
  243. package/System.Security.Authentication.ExtendedProtection/internal/index.d.ts +3 -3
  244. package/System.Security.Authentication.ExtendedProtection.d.ts +4 -0
  245. package/System.Security.Authentication.d.ts +4 -0
  246. package/System.Security.Claims/internal/index.d.ts +3 -3
  247. package/System.Security.Claims.d.ts +4 -0
  248. package/System.Security.Cryptography/bindings.json +40 -40
  249. package/System.Security.Cryptography/internal/index.d.ts +28 -27
  250. package/System.Security.Cryptography.X509Certificates/bindings.json +312 -312
  251. package/System.Security.Cryptography.X509Certificates/internal/index.d.ts +10 -10
  252. package/System.Security.Cryptography.X509Certificates.d.ts +4 -0
  253. package/System.Security.Cryptography.d.ts +4 -0
  254. package/System.Security.Permissions/internal/index.d.ts +1 -1
  255. package/System.Security.Permissions.d.ts +4 -0
  256. package/System.Security.Policy/bindings.json +5 -5
  257. package/System.Security.Policy/internal/index.d.ts +9 -9
  258. package/System.Security.Policy.d.ts +4 -0
  259. package/System.Security.Principal/bindings.json +8 -8
  260. package/System.Security.Principal/internal/index.d.ts +8 -8
  261. package/System.Security.Principal.d.ts +4 -0
  262. package/System.Security.d.ts +4 -0
  263. package/System.Text/bindings.json +20 -20
  264. package/System.Text/internal/index.d.ts +48 -48
  265. package/System.Text.Encodings.Web/internal/index.d.ts +1 -1
  266. package/System.Text.Encodings.Web.d.ts +4 -0
  267. package/System.Text.Json/internal/index.d.ts +109 -109
  268. package/System.Text.Json.Nodes/bindings.json +27 -27
  269. package/System.Text.Json.Nodes/internal/index.d.ts +8 -8
  270. package/System.Text.Json.Nodes.d.ts +4 -0
  271. package/System.Text.Json.Schema/internal/index.d.ts +1 -1
  272. package/System.Text.Json.Schema.d.ts +4 -0
  273. package/System.Text.Json.Serialization/internal/index.d.ts +18 -18
  274. package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +67 -67
  275. package/System.Text.Json.Serialization.Metadata.d.ts +6 -2
  276. package/System.Text.Json.Serialization.d.ts +10 -6
  277. package/System.Text.Json.d.ts +4 -0
  278. package/System.Text.RegularExpressions/bindings.json +158 -118
  279. package/System.Text.RegularExpressions/internal/index.d.ts +9 -7
  280. package/System.Text.RegularExpressions.d.ts +4 -0
  281. package/System.Text.Unicode/internal/index.d.ts +6 -6
  282. package/System.Text.Unicode.d.ts +4 -0
  283. package/System.Text.d.ts +4 -0
  284. package/System.Threading/bindings.json +19 -19
  285. package/System.Threading/internal/index.d.ts +97 -97
  286. package/System.Threading.Channels/internal/index.d.ts +23 -23
  287. package/System.Threading.Channels.d.ts +8 -4
  288. package/System.Threading.Tasks/bindings.json +138 -38
  289. package/System.Threading.Tasks/internal/index.d.ts +229 -227
  290. package/System.Threading.Tasks.Dataflow/internal/index.d.ts +95 -95
  291. package/System.Threading.Tasks.Dataflow.d.ts +18 -14
  292. package/System.Threading.Tasks.Sources/bindings.json +9 -9
  293. package/System.Threading.Tasks.Sources/internal/index.d.ts +9 -9
  294. package/System.Threading.Tasks.Sources.d.ts +6 -2
  295. package/System.Threading.Tasks.d.ts +12 -8
  296. package/System.Threading.d.ts +4 -0
  297. package/System.Timers/internal/index.d.ts +2 -2
  298. package/System.Timers.d.ts +4 -0
  299. package/System.Transactions/internal/index.d.ts +6 -6
  300. package/System.Transactions.d.ts +4 -0
  301. package/System.Web/internal/index.d.ts +2 -2
  302. package/System.Web.d.ts +4 -0
  303. package/System.Windows.Input/internal/index.d.ts +3 -3
  304. package/System.Windows.Input.d.ts +4 -0
  305. package/System.Windows.Markup/internal/index.d.ts +1 -1
  306. package/System.Windows.Markup.d.ts +4 -0
  307. package/System.Xml/bindings.json +27 -27
  308. package/System.Xml/internal/index.d.ts +29 -29
  309. package/System.Xml.Linq/bindings.json +6 -6
  310. package/System.Xml.Linq/internal/index.d.ts +49 -49
  311. package/System.Xml.Linq.d.ts +4 -0
  312. package/System.Xml.Resolvers/internal/index.d.ts +3 -3
  313. package/System.Xml.Resolvers.d.ts +4 -0
  314. package/System.Xml.Schema/bindings.json +24 -24
  315. package/System.Xml.Schema/internal/index.d.ts +24 -24
  316. package/System.Xml.Schema.d.ts +4 -0
  317. package/System.Xml.Serialization/bindings.json +57 -57
  318. package/System.Xml.Serialization/internal/index.d.ts +49 -49
  319. package/System.Xml.Serialization.d.ts +4 -0
  320. package/System.Xml.XPath/bindings.json +1 -1
  321. package/System.Xml.XPath/internal/index.d.ts +18 -18
  322. package/System.Xml.XPath.d.ts +4 -0
  323. package/System.Xml.Xsl/bindings.json +1 -1
  324. package/System.Xml.Xsl/internal/index.d.ts +12 -12
  325. package/System.Xml.Xsl.Runtime/bindings.json +70 -70
  326. package/System.Xml.Xsl.Runtime/internal/index.d.ts +21 -21
  327. package/System.Xml.Xsl.Runtime.d.ts +4 -0
  328. package/System.Xml.Xsl.d.ts +4 -0
  329. package/System.Xml.d.ts +4 -0
  330. package/System.d.ts +126 -122
  331. package/__internal/extensions/index.d.ts +1288 -1293
  332. package/package.json +2 -2
@@ -3,7 +3,7 @@
3
3
  // Assembly: System.Linq.Expressions, System.Private.CoreLib, System.Runtime.CompilerServices.VisualC, System.Runtime.InteropServices
4
4
 
5
5
  // Core type aliases from @tsonic/core
6
- import type { JsValue, fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
6
+ import type { fnptr, ptr, sbyte, byte, short, ushort, int, uint, long, ulong, int128, uint128, half, float, double, decimal, nint, nuint, char } from '@tsonic/core/types.js';
7
7
 
8
8
 
9
9
  // Import types from other namespaces
@@ -104,13 +104,13 @@ export interface IRuntimeVariables$instance {
104
104
  }
105
105
 
106
106
 
107
- export type IRuntimeVariables = IRuntimeVariables$instance & { [index: number]: JsValue | null; };
107
+ export type IRuntimeVariables = IRuntimeVariables$instance & { [index: number]: unknown | null; };
108
108
 
109
109
  export interface IStrongBox$instance {
110
110
  readonly __tsonic_iface_System_Runtime_CompilerServices_IStrongBox: never;
111
111
 
112
- get Value(): JsValue | null;
113
- set Value(value: JsValue | null);
112
+ get Value(): unknown | null;
113
+ set Value(value: unknown | null);
114
114
  }
115
115
 
116
116
 
@@ -123,15 +123,15 @@ export interface ITuple$instance {
123
123
  }
124
124
 
125
125
 
126
- export type ITuple = ITuple$instance & { readonly [index: number]: JsValue | null; };
126
+ export type ITuple = ITuple$instance & { readonly [index: number]: unknown | null; };
127
127
 
128
128
  export interface AsyncIteratorMethodBuilder$instance {
129
129
  readonly __tsonic_type_System_Runtime_CompilerServices_AsyncIteratorMethodBuilder: never;
130
130
 
131
- AwaitOnCompleted<TAwaiter extends INotifyCompletion, TStateMachine extends IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
132
- AwaitUnsafeOnCompleted<TAwaiter extends ICriticalNotifyCompletion, TStateMachine extends IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
131
+ AwaitOnCompleted<TAwaiter extends unknown & INotifyCompletion, TStateMachine extends unknown & IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
132
+ AwaitUnsafeOnCompleted<TAwaiter extends unknown & ICriticalNotifyCompletion, TStateMachine extends unknown & IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
133
133
  Complete(): void;
134
- MoveNext<TStateMachine extends IAsyncStateMachine>(stateMachine: TStateMachine): void;
134
+ MoveNext<TStateMachine extends unknown & IAsyncStateMachine>(stateMachine: TStateMachine): void;
135
135
  }
136
136
 
137
137
 
@@ -147,12 +147,12 @@ export interface AsyncTaskMethodBuilder$instance {
147
147
  readonly __tsonic_type_System_Runtime_CompilerServices_AsyncTaskMethodBuilder: never;
148
148
 
149
149
  readonly Task: Task;
150
- AwaitOnCompleted<TAwaiter extends INotifyCompletion, TStateMachine extends IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
151
- AwaitUnsafeOnCompleted<TAwaiter extends ICriticalNotifyCompletion, TStateMachine extends IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
150
+ AwaitOnCompleted<TAwaiter extends unknown & INotifyCompletion, TStateMachine extends unknown & IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
151
+ AwaitUnsafeOnCompleted<TAwaiter extends unknown & ICriticalNotifyCompletion, TStateMachine extends unknown & IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
152
152
  SetException(exception: Exception): void;
153
153
  SetResult(): void;
154
154
  SetStateMachine(stateMachine: IAsyncStateMachine): void;
155
- Start<TStateMachine extends IAsyncStateMachine>(stateMachine: TStateMachine): void;
155
+ Start<TStateMachine extends unknown & IAsyncStateMachine>(stateMachine: TStateMachine): void;
156
156
  }
157
157
 
158
158
 
@@ -164,37 +164,37 @@ export const AsyncTaskMethodBuilder: {
164
164
 
165
165
  export type AsyncTaskMethodBuilder = AsyncTaskMethodBuilder$instance;
166
166
 
167
- export interface AsyncTaskMethodBuilder_1$instance<TResult> {
167
+ export interface AsyncTaskMethodBuilder_1$instance<TResult extends unknown> {
168
168
  readonly __tsonic_type_System_Runtime_CompilerServices_AsyncTaskMethodBuilder_1: never;
169
169
 
170
170
  readonly Task: Task_1<TResult>;
171
- AwaitOnCompleted<TAwaiter extends INotifyCompletion, TStateMachine extends IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
172
- AwaitUnsafeOnCompleted<TAwaiter extends ICriticalNotifyCompletion, TStateMachine extends IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
171
+ AwaitOnCompleted<TAwaiter extends unknown & INotifyCompletion, TStateMachine extends unknown & IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
172
+ AwaitUnsafeOnCompleted<TAwaiter extends unknown & ICriticalNotifyCompletion, TStateMachine extends unknown & IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
173
173
  SetException(exception: Exception): void;
174
174
  SetResult(result: TResult): void;
175
175
  SetStateMachine(stateMachine: IAsyncStateMachine): void;
176
- Start<TStateMachine extends IAsyncStateMachine>(stateMachine: TStateMachine): void;
176
+ Start<TStateMachine extends unknown & IAsyncStateMachine>(stateMachine: TStateMachine): void;
177
177
  }
178
178
 
179
179
 
180
180
  export const AsyncTaskMethodBuilder_1: {
181
- new<TResult>(): AsyncTaskMethodBuilder_1<TResult>;
182
- Create<TResult>(): AsyncTaskMethodBuilder_1<TResult>;
181
+ new<TResult extends unknown>(): AsyncTaskMethodBuilder_1<TResult>;
182
+ Create<TResult extends unknown>(): AsyncTaskMethodBuilder_1<TResult>;
183
183
  };
184
184
 
185
185
 
186
- export type AsyncTaskMethodBuilder_1<TResult> = AsyncTaskMethodBuilder_1$instance<TResult>;
186
+ export type AsyncTaskMethodBuilder_1<TResult extends unknown> = AsyncTaskMethodBuilder_1$instance<TResult>;
187
187
 
188
188
  export interface AsyncValueTaskMethodBuilder$instance {
189
189
  readonly __tsonic_type_System_Runtime_CompilerServices_AsyncValueTaskMethodBuilder: never;
190
190
 
191
191
  readonly Task: ValueTask;
192
- AwaitOnCompleted<TAwaiter extends INotifyCompletion, TStateMachine extends IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
193
- AwaitUnsafeOnCompleted<TAwaiter extends ICriticalNotifyCompletion, TStateMachine extends IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
192
+ AwaitOnCompleted<TAwaiter extends unknown & INotifyCompletion, TStateMachine extends unknown & IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
193
+ AwaitUnsafeOnCompleted<TAwaiter extends unknown & ICriticalNotifyCompletion, TStateMachine extends unknown & IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
194
194
  SetException(exception: Exception): void;
195
195
  SetResult(): void;
196
196
  SetStateMachine(stateMachine: IAsyncStateMachine): void;
197
- Start<TStateMachine extends IAsyncStateMachine>(stateMachine: TStateMachine): void;
197
+ Start<TStateMachine extends unknown & IAsyncStateMachine>(stateMachine: TStateMachine): void;
198
198
  }
199
199
 
200
200
 
@@ -206,36 +206,36 @@ export const AsyncValueTaskMethodBuilder: {
206
206
 
207
207
  export type AsyncValueTaskMethodBuilder = AsyncValueTaskMethodBuilder$instance;
208
208
 
209
- export interface AsyncValueTaskMethodBuilder_1$instance<TResult> {
209
+ export interface AsyncValueTaskMethodBuilder_1$instance<TResult extends unknown> {
210
210
  readonly __tsonic_type_System_Runtime_CompilerServices_AsyncValueTaskMethodBuilder_1: never;
211
211
 
212
212
  readonly Task: ValueTask_1<TResult>;
213
- AwaitOnCompleted<TAwaiter extends INotifyCompletion, TStateMachine extends IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
214
- AwaitUnsafeOnCompleted<TAwaiter extends ICriticalNotifyCompletion, TStateMachine extends IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
213
+ AwaitOnCompleted<TAwaiter extends unknown & INotifyCompletion, TStateMachine extends unknown & IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
214
+ AwaitUnsafeOnCompleted<TAwaiter extends unknown & ICriticalNotifyCompletion, TStateMachine extends unknown & IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
215
215
  SetException(exception: Exception): void;
216
216
  SetResult(result: TResult): void;
217
217
  SetStateMachine(stateMachine: IAsyncStateMachine): void;
218
- Start<TStateMachine extends IAsyncStateMachine>(stateMachine: TStateMachine): void;
218
+ Start<TStateMachine extends unknown & IAsyncStateMachine>(stateMachine: TStateMachine): void;
219
219
  }
220
220
 
221
221
 
222
222
  export const AsyncValueTaskMethodBuilder_1: {
223
- new<TResult>(): AsyncValueTaskMethodBuilder_1<TResult>;
224
- Create<TResult>(): AsyncValueTaskMethodBuilder_1<TResult>;
223
+ new<TResult extends unknown>(): AsyncValueTaskMethodBuilder_1<TResult>;
224
+ Create<TResult extends unknown>(): AsyncValueTaskMethodBuilder_1<TResult>;
225
225
  };
226
226
 
227
227
 
228
- export type AsyncValueTaskMethodBuilder_1<TResult> = AsyncValueTaskMethodBuilder_1$instance<TResult>;
228
+ export type AsyncValueTaskMethodBuilder_1<TResult extends unknown> = AsyncValueTaskMethodBuilder_1$instance<TResult>;
229
229
 
230
230
  export interface AsyncVoidMethodBuilder$instance {
231
231
  readonly __tsonic_type_System_Runtime_CompilerServices_AsyncVoidMethodBuilder: never;
232
232
 
233
- AwaitOnCompleted<TAwaiter extends INotifyCompletion, TStateMachine extends IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
234
- AwaitUnsafeOnCompleted<TAwaiter extends ICriticalNotifyCompletion, TStateMachine extends IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
233
+ AwaitOnCompleted<TAwaiter extends unknown & INotifyCompletion, TStateMachine extends unknown & IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
234
+ AwaitUnsafeOnCompleted<TAwaiter extends unknown & ICriticalNotifyCompletion, TStateMachine extends unknown & IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
235
235
  SetException(exception: Exception): void;
236
236
  SetResult(): void;
237
237
  SetStateMachine(stateMachine: IAsyncStateMachine): void;
238
- Start<TStateMachine extends IAsyncStateMachine>(stateMachine: TStateMachine): void;
238
+ Start<TStateMachine extends unknown & IAsyncStateMachine>(stateMachine: TStateMachine): void;
239
239
  }
240
240
 
241
241
 
@@ -261,7 +261,7 @@ export const ConfiguredAsyncDisposable: {
261
261
 
262
262
  export type ConfiguredAsyncDisposable = ConfiguredAsyncDisposable$instance;
263
263
 
264
- export interface ConfiguredCancelableAsyncEnumerable_1$instance<T> {
264
+ export interface ConfiguredCancelableAsyncEnumerable_1$instance<T extends unknown> {
265
265
  readonly __tsonic_type_System_Runtime_CompilerServices_ConfiguredCancelableAsyncEnumerable_1: never;
266
266
 
267
267
  ConfigureAwait(continueOnCapturedContext: boolean): ConfiguredCancelableAsyncEnumerable_1<T>;
@@ -271,13 +271,13 @@ export interface ConfiguredCancelableAsyncEnumerable_1$instance<T> {
271
271
 
272
272
 
273
273
  export const ConfiguredCancelableAsyncEnumerable_1: {
274
- new<T>(): ConfiguredCancelableAsyncEnumerable_1<T>;
274
+ new<T extends unknown>(): ConfiguredCancelableAsyncEnumerable_1<T>;
275
275
  };
276
276
 
277
277
 
278
- export type ConfiguredCancelableAsyncEnumerable_1<T> = ConfiguredCancelableAsyncEnumerable_1$instance<T>;
278
+ export type ConfiguredCancelableAsyncEnumerable_1<T extends unknown> = ConfiguredCancelableAsyncEnumerable_1$instance<T>;
279
279
 
280
- export interface ConfiguredCancelableAsyncEnumerable_1_Enumerator$instance<T> {
280
+ export interface ConfiguredCancelableAsyncEnumerable_1_Enumerator$instance<T extends unknown> {
281
281
  readonly __tsonic_type_System_Runtime_CompilerServices_ConfiguredCancelableAsyncEnumerable_1_Enumerator: never;
282
282
 
283
283
  readonly Current: T;
@@ -287,11 +287,11 @@ export interface ConfiguredCancelableAsyncEnumerable_1_Enumerator$instance<T> {
287
287
 
288
288
 
289
289
  export const ConfiguredCancelableAsyncEnumerable_1_Enumerator: {
290
- new<T>(): ConfiguredCancelableAsyncEnumerable_1_Enumerator<T>;
290
+ new<T extends unknown>(): ConfiguredCancelableAsyncEnumerable_1_Enumerator<T>;
291
291
  };
292
292
 
293
293
 
294
- export type ConfiguredCancelableAsyncEnumerable_1_Enumerator<T> = ConfiguredCancelableAsyncEnumerable_1_Enumerator$instance<T>;
294
+ export type ConfiguredCancelableAsyncEnumerable_1_Enumerator<T extends unknown> = ConfiguredCancelableAsyncEnumerable_1_Enumerator$instance<T>;
295
295
 
296
296
  export interface ConfiguredTaskAwaitable$instance {
297
297
  readonly __tsonic_type_System_Runtime_CompilerServices_ConfiguredTaskAwaitable: never;
@@ -307,7 +307,7 @@ export const ConfiguredTaskAwaitable: {
307
307
 
308
308
  export type ConfiguredTaskAwaitable = ConfiguredTaskAwaitable$instance;
309
309
 
310
- export interface ConfiguredTaskAwaitable_ConfiguredTaskAwaiter$instance extends ICriticalNotifyCompletion, INotifyCompletion {
310
+ export interface ConfiguredTaskAwaitable_ConfiguredTaskAwaiter$instance extends ICriticalNotifyCompletion {
311
311
  readonly __tsonic_type_System_Runtime_CompilerServices_ConfiguredTaskAwaitable_ConfiguredTaskAwaiter: never;
312
312
 
313
313
  readonly __tsonic_iface_System_Runtime_CompilerServices_IConfiguredTaskAwaiter: never;
@@ -328,7 +328,7 @@ export const ConfiguredTaskAwaitable_ConfiguredTaskAwaiter: {
328
328
 
329
329
  export type ConfiguredTaskAwaitable_ConfiguredTaskAwaiter = ConfiguredTaskAwaitable_ConfiguredTaskAwaiter$instance;
330
330
 
331
- export interface ConfiguredTaskAwaitable_1$instance<TResult> {
331
+ export interface ConfiguredTaskAwaitable_1$instance<TResult extends unknown> {
332
332
  readonly __tsonic_type_System_Runtime_CompilerServices_ConfiguredTaskAwaitable_1: never;
333
333
 
334
334
  GetAwaiter(): ConfiguredTaskAwaitable_1_ConfiguredTaskAwaiter<TResult>;
@@ -336,13 +336,13 @@ export interface ConfiguredTaskAwaitable_1$instance<TResult> {
336
336
 
337
337
 
338
338
  export const ConfiguredTaskAwaitable_1: {
339
- new<TResult>(): ConfiguredTaskAwaitable_1<TResult>;
339
+ new<TResult extends unknown>(): ConfiguredTaskAwaitable_1<TResult>;
340
340
  };
341
341
 
342
342
 
343
- export type ConfiguredTaskAwaitable_1<TResult> = ConfiguredTaskAwaitable_1$instance<TResult>;
343
+ export type ConfiguredTaskAwaitable_1<TResult extends unknown> = ConfiguredTaskAwaitable_1$instance<TResult>;
344
344
 
345
- export interface ConfiguredTaskAwaitable_1_ConfiguredTaskAwaiter$instance<TResult> extends ICriticalNotifyCompletion, INotifyCompletion {
345
+ export interface ConfiguredTaskAwaitable_1_ConfiguredTaskAwaiter$instance<TResult extends unknown> extends ICriticalNotifyCompletion {
346
346
  readonly __tsonic_type_System_Runtime_CompilerServices_ConfiguredTaskAwaitable_1_ConfiguredTaskAwaiter: never;
347
347
 
348
348
  readonly __tsonic_iface_System_Runtime_CompilerServices_IConfiguredTaskAwaiter: never;
@@ -357,11 +357,11 @@ export interface ConfiguredTaskAwaitable_1_ConfiguredTaskAwaiter$instance<TResul
357
357
 
358
358
 
359
359
  export const ConfiguredTaskAwaitable_1_ConfiguredTaskAwaiter: {
360
- new<TResult>(): ConfiguredTaskAwaitable_1_ConfiguredTaskAwaiter<TResult>;
360
+ new<TResult extends unknown>(): ConfiguredTaskAwaitable_1_ConfiguredTaskAwaiter<TResult>;
361
361
  };
362
362
 
363
363
 
364
- export type ConfiguredTaskAwaitable_1_ConfiguredTaskAwaiter<TResult> = ConfiguredTaskAwaitable_1_ConfiguredTaskAwaiter$instance<TResult>;
364
+ export type ConfiguredTaskAwaitable_1_ConfiguredTaskAwaiter<TResult extends unknown> = ConfiguredTaskAwaitable_1_ConfiguredTaskAwaiter$instance<TResult>;
365
365
 
366
366
  export interface ConfiguredValueTaskAwaitable$instance {
367
367
  readonly __tsonic_type_System_Runtime_CompilerServices_ConfiguredValueTaskAwaitable: never;
@@ -377,7 +377,7 @@ export const ConfiguredValueTaskAwaitable: {
377
377
 
378
378
  export type ConfiguredValueTaskAwaitable = ConfiguredValueTaskAwaitable$instance;
379
379
 
380
- export interface ConfiguredValueTaskAwaitable_ConfiguredValueTaskAwaiter$instance extends ICriticalNotifyCompletion, INotifyCompletion {
380
+ export interface ConfiguredValueTaskAwaitable_ConfiguredValueTaskAwaiter$instance extends ICriticalNotifyCompletion {
381
381
  readonly __tsonic_type_System_Runtime_CompilerServices_ConfiguredValueTaskAwaitable_ConfiguredValueTaskAwaiter: never;
382
382
 
383
383
  readonly __tsonic_iface_System_Runtime_CompilerServices_ICriticalNotifyCompletion: never;
@@ -398,7 +398,7 @@ export const ConfiguredValueTaskAwaitable_ConfiguredValueTaskAwaiter: {
398
398
 
399
399
  export type ConfiguredValueTaskAwaitable_ConfiguredValueTaskAwaiter = ConfiguredValueTaskAwaitable_ConfiguredValueTaskAwaiter$instance;
400
400
 
401
- export interface ConfiguredValueTaskAwaitable_1$instance<TResult> {
401
+ export interface ConfiguredValueTaskAwaitable_1$instance<TResult extends unknown> {
402
402
  readonly __tsonic_type_System_Runtime_CompilerServices_ConfiguredValueTaskAwaitable_1: never;
403
403
 
404
404
  GetAwaiter(): ConfiguredValueTaskAwaitable_1_ConfiguredValueTaskAwaiter<TResult>;
@@ -406,13 +406,13 @@ export interface ConfiguredValueTaskAwaitable_1$instance<TResult> {
406
406
 
407
407
 
408
408
  export const ConfiguredValueTaskAwaitable_1: {
409
- new<TResult>(): ConfiguredValueTaskAwaitable_1<TResult>;
409
+ new<TResult extends unknown>(): ConfiguredValueTaskAwaitable_1<TResult>;
410
410
  };
411
411
 
412
412
 
413
- export type ConfiguredValueTaskAwaitable_1<TResult> = ConfiguredValueTaskAwaitable_1$instance<TResult>;
413
+ export type ConfiguredValueTaskAwaitable_1<TResult extends unknown> = ConfiguredValueTaskAwaitable_1$instance<TResult>;
414
414
 
415
- export interface ConfiguredValueTaskAwaitable_1_ConfiguredValueTaskAwaiter$instance<TResult> extends ICriticalNotifyCompletion, INotifyCompletion {
415
+ export interface ConfiguredValueTaskAwaitable_1_ConfiguredValueTaskAwaiter$instance<TResult extends unknown> extends ICriticalNotifyCompletion {
416
416
  readonly __tsonic_type_System_Runtime_CompilerServices_ConfiguredValueTaskAwaitable_1_ConfiguredValueTaskAwaiter: never;
417
417
 
418
418
  readonly __tsonic_iface_System_Runtime_CompilerServices_ICriticalNotifyCompletion: never;
@@ -427,25 +427,25 @@ export interface ConfiguredValueTaskAwaitable_1_ConfiguredValueTaskAwaiter$insta
427
427
 
428
428
 
429
429
  export const ConfiguredValueTaskAwaitable_1_ConfiguredValueTaskAwaiter: {
430
- new<TResult>(): ConfiguredValueTaskAwaitable_1_ConfiguredValueTaskAwaiter<TResult>;
430
+ new<TResult extends unknown>(): ConfiguredValueTaskAwaitable_1_ConfiguredValueTaskAwaiter<TResult>;
431
431
  };
432
432
 
433
433
 
434
- export type ConfiguredValueTaskAwaitable_1_ConfiguredValueTaskAwaiter<TResult> = ConfiguredValueTaskAwaitable_1_ConfiguredValueTaskAwaiter$instance<TResult>;
434
+ export type ConfiguredValueTaskAwaitable_1_ConfiguredValueTaskAwaiter<TResult extends unknown> = ConfiguredValueTaskAwaitable_1_ConfiguredValueTaskAwaiter$instance<TResult>;
435
435
 
436
436
  export interface DefaultInterpolatedStringHandler$instance {
437
437
  readonly __tsonic_type_System_Runtime_CompilerServices_DefaultInterpolatedStringHandler: never;
438
438
 
439
439
  readonly Text: ReadOnlySpan_1<System_Internal.Char>;
440
- AppendFormatted<T>(value: T): void;
441
- AppendFormatted<T>(value: T, format: string | null): void;
442
- AppendFormatted<T>(value: T, alignment: int): void;
443
- AppendFormatted<T>(value: T, alignment: int, format: string | null): void;
440
+ AppendFormatted<T extends unknown>(value: T): void;
441
+ AppendFormatted<T extends unknown>(value: T, format: string | null): void;
442
+ AppendFormatted<T extends unknown>(value: T, alignment: int): void;
443
+ AppendFormatted<T extends unknown>(value: T, alignment: int, format: string | null): void;
444
444
  AppendFormatted(value: ReadOnlySpan_1<System_Internal.Char>): void;
445
445
  AppendFormatted(value: ReadOnlySpan_1<System_Internal.Char>, alignment?: int, format?: string | null): void;
446
446
  AppendFormatted(value: string | null): void;
447
447
  AppendFormatted(value: string | null, alignment?: int, format?: string | null): void;
448
- AppendFormatted(value: JsValue | null, alignment?: int, format?: string | null): void;
448
+ AppendFormatted(value: unknown | null, alignment?: int, format?: string | null): void;
449
449
  AppendLiteral(value: string): void;
450
450
  Clear(): void;
451
451
  ToString(): string;
@@ -462,211 +462,211 @@ export const DefaultInterpolatedStringHandler: {
462
462
 
463
463
  export type DefaultInterpolatedStringHandler = DefaultInterpolatedStringHandler$instance;
464
464
 
465
- export interface InlineArray10_1$instance<T> {
465
+ export interface InlineArray10_1$instance<T extends unknown> {
466
466
  readonly __tsonic_type_System_Runtime_CompilerServices_InlineArray10_1: never;
467
467
 
468
468
  }
469
469
 
470
470
 
471
471
  export const InlineArray10_1: {
472
- new<T>(): InlineArray10_1<T>;
472
+ new<T extends unknown>(): InlineArray10_1<T>;
473
473
  };
474
474
 
475
475
 
476
- export type InlineArray10_1<T> = InlineArray10_1$instance<T>;
476
+ export type InlineArray10_1<T extends unknown> = InlineArray10_1$instance<T>;
477
477
 
478
- export interface InlineArray11_1$instance<T> {
478
+ export interface InlineArray11_1$instance<T extends unknown> {
479
479
  readonly __tsonic_type_System_Runtime_CompilerServices_InlineArray11_1: never;
480
480
 
481
481
  }
482
482
 
483
483
 
484
484
  export const InlineArray11_1: {
485
- new<T>(): InlineArray11_1<T>;
485
+ new<T extends unknown>(): InlineArray11_1<T>;
486
486
  };
487
487
 
488
488
 
489
- export type InlineArray11_1<T> = InlineArray11_1$instance<T>;
489
+ export type InlineArray11_1<T extends unknown> = InlineArray11_1$instance<T>;
490
490
 
491
- export interface InlineArray12_1$instance<T> {
491
+ export interface InlineArray12_1$instance<T extends unknown> {
492
492
  readonly __tsonic_type_System_Runtime_CompilerServices_InlineArray12_1: never;
493
493
 
494
494
  }
495
495
 
496
496
 
497
497
  export const InlineArray12_1: {
498
- new<T>(): InlineArray12_1<T>;
498
+ new<T extends unknown>(): InlineArray12_1<T>;
499
499
  };
500
500
 
501
501
 
502
- export type InlineArray12_1<T> = InlineArray12_1$instance<T>;
502
+ export type InlineArray12_1<T extends unknown> = InlineArray12_1$instance<T>;
503
503
 
504
- export interface InlineArray13_1$instance<T> {
504
+ export interface InlineArray13_1$instance<T extends unknown> {
505
505
  readonly __tsonic_type_System_Runtime_CompilerServices_InlineArray13_1: never;
506
506
 
507
507
  }
508
508
 
509
509
 
510
510
  export const InlineArray13_1: {
511
- new<T>(): InlineArray13_1<T>;
511
+ new<T extends unknown>(): InlineArray13_1<T>;
512
512
  };
513
513
 
514
514
 
515
- export type InlineArray13_1<T> = InlineArray13_1$instance<T>;
515
+ export type InlineArray13_1<T extends unknown> = InlineArray13_1$instance<T>;
516
516
 
517
- export interface InlineArray14_1$instance<T> {
517
+ export interface InlineArray14_1$instance<T extends unknown> {
518
518
  readonly __tsonic_type_System_Runtime_CompilerServices_InlineArray14_1: never;
519
519
 
520
520
  }
521
521
 
522
522
 
523
523
  export const InlineArray14_1: {
524
- new<T>(): InlineArray14_1<T>;
524
+ new<T extends unknown>(): InlineArray14_1<T>;
525
525
  };
526
526
 
527
527
 
528
- export type InlineArray14_1<T> = InlineArray14_1$instance<T>;
528
+ export type InlineArray14_1<T extends unknown> = InlineArray14_1$instance<T>;
529
529
 
530
- export interface InlineArray15_1$instance<T> {
530
+ export interface InlineArray15_1$instance<T extends unknown> {
531
531
  readonly __tsonic_type_System_Runtime_CompilerServices_InlineArray15_1: never;
532
532
 
533
533
  }
534
534
 
535
535
 
536
536
  export const InlineArray15_1: {
537
- new<T>(): InlineArray15_1<T>;
537
+ new<T extends unknown>(): InlineArray15_1<T>;
538
538
  };
539
539
 
540
540
 
541
- export type InlineArray15_1<T> = InlineArray15_1$instance<T>;
541
+ export type InlineArray15_1<T extends unknown> = InlineArray15_1$instance<T>;
542
542
 
543
- export interface InlineArray16_1$instance<T> {
543
+ export interface InlineArray16_1$instance<T extends unknown> {
544
544
  readonly __tsonic_type_System_Runtime_CompilerServices_InlineArray16_1: never;
545
545
 
546
546
  }
547
547
 
548
548
 
549
549
  export const InlineArray16_1: {
550
- new<T>(): InlineArray16_1<T>;
550
+ new<T extends unknown>(): InlineArray16_1<T>;
551
551
  };
552
552
 
553
553
 
554
- export type InlineArray16_1<T> = InlineArray16_1$instance<T>;
554
+ export type InlineArray16_1<T extends unknown> = InlineArray16_1$instance<T>;
555
555
 
556
- export interface InlineArray2_1$instance<T> {
556
+ export interface InlineArray2_1$instance<T extends unknown> {
557
557
  readonly __tsonic_type_System_Runtime_CompilerServices_InlineArray2_1: never;
558
558
 
559
559
  }
560
560
 
561
561
 
562
562
  export const InlineArray2_1: {
563
- new<T>(): InlineArray2_1<T>;
563
+ new<T extends unknown>(): InlineArray2_1<T>;
564
564
  };
565
565
 
566
566
 
567
- export type InlineArray2_1<T> = InlineArray2_1$instance<T>;
567
+ export type InlineArray2_1<T extends unknown> = InlineArray2_1$instance<T>;
568
568
 
569
- export interface InlineArray3_1$instance<T> {
569
+ export interface InlineArray3_1$instance<T extends unknown> {
570
570
  readonly __tsonic_type_System_Runtime_CompilerServices_InlineArray3_1: never;
571
571
 
572
572
  }
573
573
 
574
574
 
575
575
  export const InlineArray3_1: {
576
- new<T>(): InlineArray3_1<T>;
576
+ new<T extends unknown>(): InlineArray3_1<T>;
577
577
  };
578
578
 
579
579
 
580
- export type InlineArray3_1<T> = InlineArray3_1$instance<T>;
580
+ export type InlineArray3_1<T extends unknown> = InlineArray3_1$instance<T>;
581
581
 
582
- export interface InlineArray4_1$instance<T> {
582
+ export interface InlineArray4_1$instance<T extends unknown> {
583
583
  readonly __tsonic_type_System_Runtime_CompilerServices_InlineArray4_1: never;
584
584
 
585
585
  }
586
586
 
587
587
 
588
588
  export const InlineArray4_1: {
589
- new<T>(): InlineArray4_1<T>;
589
+ new<T extends unknown>(): InlineArray4_1<T>;
590
590
  };
591
591
 
592
592
 
593
- export type InlineArray4_1<T> = InlineArray4_1$instance<T>;
593
+ export type InlineArray4_1<T extends unknown> = InlineArray4_1$instance<T>;
594
594
 
595
- export interface InlineArray5_1$instance<T> {
595
+ export interface InlineArray5_1$instance<T extends unknown> {
596
596
  readonly __tsonic_type_System_Runtime_CompilerServices_InlineArray5_1: never;
597
597
 
598
598
  }
599
599
 
600
600
 
601
601
  export const InlineArray5_1: {
602
- new<T>(): InlineArray5_1<T>;
602
+ new<T extends unknown>(): InlineArray5_1<T>;
603
603
  };
604
604
 
605
605
 
606
- export type InlineArray5_1<T> = InlineArray5_1$instance<T>;
606
+ export type InlineArray5_1<T extends unknown> = InlineArray5_1$instance<T>;
607
607
 
608
- export interface InlineArray6_1$instance<T> {
608
+ export interface InlineArray6_1$instance<T extends unknown> {
609
609
  readonly __tsonic_type_System_Runtime_CompilerServices_InlineArray6_1: never;
610
610
 
611
611
  }
612
612
 
613
613
 
614
614
  export const InlineArray6_1: {
615
- new<T>(): InlineArray6_1<T>;
615
+ new<T extends unknown>(): InlineArray6_1<T>;
616
616
  };
617
617
 
618
618
 
619
- export type InlineArray6_1<T> = InlineArray6_1$instance<T>;
619
+ export type InlineArray6_1<T extends unknown> = InlineArray6_1$instance<T>;
620
620
 
621
- export interface InlineArray7_1$instance<T> {
621
+ export interface InlineArray7_1$instance<T extends unknown> {
622
622
  readonly __tsonic_type_System_Runtime_CompilerServices_InlineArray7_1: never;
623
623
 
624
624
  }
625
625
 
626
626
 
627
627
  export const InlineArray7_1: {
628
- new<T>(): InlineArray7_1<T>;
628
+ new<T extends unknown>(): InlineArray7_1<T>;
629
629
  };
630
630
 
631
631
 
632
- export type InlineArray7_1<T> = InlineArray7_1$instance<T>;
632
+ export type InlineArray7_1<T extends unknown> = InlineArray7_1$instance<T>;
633
633
 
634
- export interface InlineArray8_1$instance<T> {
634
+ export interface InlineArray8_1$instance<T extends unknown> {
635
635
  readonly __tsonic_type_System_Runtime_CompilerServices_InlineArray8_1: never;
636
636
 
637
637
  }
638
638
 
639
639
 
640
640
  export const InlineArray8_1: {
641
- new<T>(): InlineArray8_1<T>;
641
+ new<T extends unknown>(): InlineArray8_1<T>;
642
642
  };
643
643
 
644
644
 
645
- export type InlineArray8_1<T> = InlineArray8_1$instance<T>;
645
+ export type InlineArray8_1<T extends unknown> = InlineArray8_1$instance<T>;
646
646
 
647
- export interface InlineArray9_1$instance<T> {
647
+ export interface InlineArray9_1$instance<T extends unknown> {
648
648
  readonly __tsonic_type_System_Runtime_CompilerServices_InlineArray9_1: never;
649
649
 
650
650
  }
651
651
 
652
652
 
653
653
  export const InlineArray9_1: {
654
- new<T>(): InlineArray9_1<T>;
654
+ new<T extends unknown>(): InlineArray9_1<T>;
655
655
  };
656
656
 
657
657
 
658
- export type InlineArray9_1<T> = InlineArray9_1$instance<T>;
658
+ export type InlineArray9_1<T extends unknown> = InlineArray9_1$instance<T>;
659
659
 
660
660
  export interface PoolingAsyncValueTaskMethodBuilder$instance {
661
661
  readonly __tsonic_type_System_Runtime_CompilerServices_PoolingAsyncValueTaskMethodBuilder: never;
662
662
 
663
663
  readonly Task: ValueTask;
664
- AwaitOnCompleted<TAwaiter extends INotifyCompletion, TStateMachine extends IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
665
- AwaitUnsafeOnCompleted<TAwaiter extends ICriticalNotifyCompletion, TStateMachine extends IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
664
+ AwaitOnCompleted<TAwaiter extends unknown & INotifyCompletion, TStateMachine extends unknown & IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
665
+ AwaitUnsafeOnCompleted<TAwaiter extends unknown & ICriticalNotifyCompletion, TStateMachine extends unknown & IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
666
666
  SetException(exception: Exception): void;
667
667
  SetResult(): void;
668
668
  SetStateMachine(stateMachine: IAsyncStateMachine): void;
669
- Start<TStateMachine extends IAsyncStateMachine>(stateMachine: TStateMachine): void;
669
+ Start<TStateMachine extends unknown & IAsyncStateMachine>(stateMachine: TStateMachine): void;
670
670
  }
671
671
 
672
672
 
@@ -678,26 +678,26 @@ export const PoolingAsyncValueTaskMethodBuilder: {
678
678
 
679
679
  export type PoolingAsyncValueTaskMethodBuilder = PoolingAsyncValueTaskMethodBuilder$instance;
680
680
 
681
- export interface PoolingAsyncValueTaskMethodBuilder_1$instance<TResult> {
681
+ export interface PoolingAsyncValueTaskMethodBuilder_1$instance<TResult extends unknown> {
682
682
  readonly __tsonic_type_System_Runtime_CompilerServices_PoolingAsyncValueTaskMethodBuilder_1: never;
683
683
 
684
684
  readonly Task: ValueTask_1<TResult>;
685
- AwaitOnCompleted<TAwaiter extends INotifyCompletion, TStateMachine extends IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
686
- AwaitUnsafeOnCompleted<TAwaiter extends ICriticalNotifyCompletion, TStateMachine extends IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
685
+ AwaitOnCompleted<TAwaiter extends unknown & INotifyCompletion, TStateMachine extends unknown & IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
686
+ AwaitUnsafeOnCompleted<TAwaiter extends unknown & ICriticalNotifyCompletion, TStateMachine extends unknown & IAsyncStateMachine>(awaiter: TAwaiter, stateMachine: TStateMachine): void;
687
687
  SetException(exception: Exception): void;
688
688
  SetResult(result: TResult): void;
689
689
  SetStateMachine(stateMachine: IAsyncStateMachine): void;
690
- Start<TStateMachine extends IAsyncStateMachine>(stateMachine: TStateMachine): void;
690
+ Start<TStateMachine extends unknown & IAsyncStateMachine>(stateMachine: TStateMachine): void;
691
691
  }
692
692
 
693
693
 
694
694
  export const PoolingAsyncValueTaskMethodBuilder_1: {
695
- new<TResult>(): PoolingAsyncValueTaskMethodBuilder_1<TResult>;
696
- Create<TResult>(): PoolingAsyncValueTaskMethodBuilder_1<TResult>;
695
+ new<TResult extends unknown>(): PoolingAsyncValueTaskMethodBuilder_1<TResult>;
696
+ Create<TResult extends unknown>(): PoolingAsyncValueTaskMethodBuilder_1<TResult>;
697
697
  };
698
698
 
699
699
 
700
- export type PoolingAsyncValueTaskMethodBuilder_1<TResult> = PoolingAsyncValueTaskMethodBuilder_1$instance<TResult>;
700
+ export type PoolingAsyncValueTaskMethodBuilder_1<TResult extends unknown> = PoolingAsyncValueTaskMethodBuilder_1$instance<TResult>;
701
701
 
702
702
  export interface TaskAwaiter$instance extends ICriticalNotifyCompletion, ICriticalNotifyCompletion$instance {
703
703
  readonly __tsonic_type_System_Runtime_CompilerServices_TaskAwaiter: never;
@@ -724,7 +724,7 @@ export interface __TaskAwaiter$views {
724
724
  export type TaskAwaiter = TaskAwaiter$instance & __TaskAwaiter$views;
725
725
 
726
726
 
727
- export interface TaskAwaiter_1$instance<TResult> extends ICriticalNotifyCompletion, ICriticalNotifyCompletion$instance {
727
+ export interface TaskAwaiter_1$instance<TResult extends unknown> extends ICriticalNotifyCompletion, ICriticalNotifyCompletion$instance {
728
728
  readonly __tsonic_type_System_Runtime_CompilerServices_TaskAwaiter_1: never;
729
729
 
730
730
  readonly __tsonic_iface_System_Runtime_CompilerServices_ICriticalNotifyCompletion: never;
@@ -738,15 +738,15 @@ export interface TaskAwaiter_1$instance<TResult> extends ICriticalNotifyCompleti
738
738
 
739
739
 
740
740
  export const TaskAwaiter_1: {
741
- new<TResult>(): TaskAwaiter_1<TResult>;
741
+ new<TResult extends unknown>(): TaskAwaiter_1<TResult>;
742
742
  };
743
743
 
744
744
 
745
- export interface __TaskAwaiter_1$views<TResult> {
745
+ export interface __TaskAwaiter_1$views<TResult extends unknown> {
746
746
  As_INotifyCompletion(): INotifyCompletion$instance;
747
747
  }
748
748
 
749
- export type TaskAwaiter_1<TResult> = TaskAwaiter_1$instance<TResult> & __TaskAwaiter_1$views<TResult>;
749
+ export type TaskAwaiter_1<TResult extends unknown> = TaskAwaiter_1$instance<TResult> & __TaskAwaiter_1$views<TResult>;
750
750
 
751
751
 
752
752
  export interface ValueTaskAwaiter$instance extends ICriticalNotifyCompletion, ICriticalNotifyCompletion$instance {
@@ -774,7 +774,7 @@ export interface __ValueTaskAwaiter$views {
774
774
  export type ValueTaskAwaiter = ValueTaskAwaiter$instance & __ValueTaskAwaiter$views;
775
775
 
776
776
 
777
- export interface ValueTaskAwaiter_1$instance<TResult> extends ICriticalNotifyCompletion, ICriticalNotifyCompletion$instance {
777
+ export interface ValueTaskAwaiter_1$instance<TResult extends unknown> extends ICriticalNotifyCompletion, ICriticalNotifyCompletion$instance {
778
778
  readonly __tsonic_type_System_Runtime_CompilerServices_ValueTaskAwaiter_1: never;
779
779
 
780
780
  readonly __tsonic_iface_System_Runtime_CompilerServices_ICriticalNotifyCompletion: never;
@@ -788,15 +788,15 @@ export interface ValueTaskAwaiter_1$instance<TResult> extends ICriticalNotifyCom
788
788
 
789
789
 
790
790
  export const ValueTaskAwaiter_1: {
791
- new<TResult>(): ValueTaskAwaiter_1<TResult>;
791
+ new<TResult extends unknown>(): ValueTaskAwaiter_1<TResult>;
792
792
  };
793
793
 
794
794
 
795
- export interface __ValueTaskAwaiter_1$views<TResult> {
795
+ export interface __ValueTaskAwaiter_1$views<TResult extends unknown> {
796
796
  As_INotifyCompletion(): INotifyCompletion$instance;
797
797
  }
798
798
 
799
- export type ValueTaskAwaiter_1<TResult> = ValueTaskAwaiter_1$instance<TResult> & __ValueTaskAwaiter_1$views<TResult>;
799
+ export type ValueTaskAwaiter_1<TResult extends unknown> = ValueTaskAwaiter_1$instance<TResult> & __ValueTaskAwaiter_1$views<TResult>;
800
800
 
801
801
 
802
802
  export interface YieldAwaitable$instance {
@@ -813,7 +813,7 @@ export const YieldAwaitable: {
813
813
 
814
814
  export type YieldAwaitable = YieldAwaitable$instance;
815
815
 
816
- export interface YieldAwaitable_YieldAwaiter$instance extends ICriticalNotifyCompletion, INotifyCompletion {
816
+ export interface YieldAwaitable_YieldAwaiter$instance extends ICriticalNotifyCompletion {
817
817
  readonly __tsonic_type_System_Runtime_CompilerServices_YieldAwaitable_YieldAwaiter: never;
818
818
 
819
819
  readonly __tsonic_iface_System_Runtime_CompilerServices_ICriticalNotifyCompletion: never;
@@ -1046,7 +1046,7 @@ export const CallSite: {
1046
1046
 
1047
1047
  export type CallSite = CallSite$instance;
1048
1048
 
1049
- export interface CallSite_1$instance<T> extends CallSite {
1049
+ export interface CallSite_1$instance<T extends (object | null)> extends CallSite {
1050
1050
  readonly __tsonic_type_System_Runtime_CompilerServices_CallSite_1: never;
1051
1051
 
1052
1052
  Target: T;
@@ -1058,13 +1058,13 @@ export const CallSite_1: {
1058
1058
  };
1059
1059
 
1060
1060
 
1061
- export type CallSite_1<T> = CallSite_1$instance<T>;
1061
+ export type CallSite_1<T extends (object | null)> = CallSite_1$instance<T>;
1062
1062
 
1063
1063
  export interface CallSiteBinder$instance {
1064
1064
  readonly __tsonic_type_System_Runtime_CompilerServices_CallSiteBinder: never;
1065
1065
 
1066
- Bind(args: JsValue[], parameters: ReadOnlyCollection_1<ParameterExpression>, returnLabel: LabelTarget): Expression;
1067
- BindDelegate<T>(site: CallSite_1<T>, args: JsValue[]): T | null;
1066
+ Bind(args: unknown[], parameters: ReadOnlyCollection_1<ParameterExpression>, returnLabel: LabelTarget): Expression;
1067
+ BindDelegate<T extends (object | null)>(site: CallSite_1<T>, args: unknown[]): T | null;
1068
1068
  }
1069
1069
 
1070
1070
 
@@ -1078,13 +1078,13 @@ export type CallSiteBinder = CallSiteBinder$instance;
1078
1078
  export interface Closure$instance {
1079
1079
  readonly __tsonic_type_System_Runtime_CompilerServices_Closure: never;
1080
1080
 
1081
- readonly Constants: JsValue[];
1082
- readonly Locals: JsValue[] | null;
1081
+ readonly Constants: unknown[];
1082
+ readonly Locals: unknown[] | null;
1083
1083
  }
1084
1084
 
1085
1085
 
1086
1086
  export const Closure: {
1087
- new(constants: JsValue[], locals: JsValue[] | null): Closure;
1087
+ new(constants: unknown[], locals: unknown[] | null): Closure;
1088
1088
  };
1089
1089
 
1090
1090
 
@@ -1176,7 +1176,7 @@ export const CompilerLoweringPreserveAttribute: {
1176
1176
 
1177
1177
  export type CompilerLoweringPreserveAttribute = CompilerLoweringPreserveAttribute$instance;
1178
1178
 
1179
- export interface ConditionalWeakTable_2$instance<TKey, TValue> extends System_Collections_Generic_Internal.IEnumerable_1$instance<KeyValuePair_2<TKey, TValue>> {
1179
+ export interface ConditionalWeakTable_2$instance<TKey extends (object | null), TValue extends (object | null)> extends System_Collections_Generic_Internal.IEnumerable_1$instance<KeyValuePair_2<TKey, TValue>> {
1180
1180
  readonly __tsonic_type_System_Runtime_CompilerServices_ConditionalWeakTable_2: never;
1181
1181
 
1182
1182
  readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
@@ -1187,7 +1187,7 @@ export interface ConditionalWeakTable_2$instance<TKey, TValue> extends System_Co
1187
1187
  Clear(): void;
1188
1188
  GetOrAdd(key: TKey, value: TValue): TValue;
1189
1189
  GetOrAdd(key: TKey, valueFactory: Func_2<TKey, TValue>): TValue;
1190
- GetOrAdd<TArg>(key: TKey, valueFactory: Func_3<TKey, TArg, TValue>, factoryArgument: TArg): TValue;
1190
+ GetOrAdd<TArg extends unknown>(key: TKey, valueFactory: Func_3<TKey, TArg, TValue>, factoryArgument: TArg): TValue;
1191
1191
  GetOrCreateValue(key: TKey): TValue;
1192
1192
  GetValue(key: TKey, createValueCallback: ConditionalWeakTable_2_CreateValueCallback<TKey, TValue>): TValue;
1193
1193
  Remove(key: TKey): boolean;
@@ -1198,19 +1198,19 @@ export interface ConditionalWeakTable_2$instance<TKey, TValue> extends System_Co
1198
1198
 
1199
1199
 
1200
1200
  export const ConditionalWeakTable_2: {
1201
- new<TKey, TValue>(): ConditionalWeakTable_2<TKey, TValue>;
1201
+ new<TKey extends (object | null), TValue extends (object | null)>(): ConditionalWeakTable_2<TKey, TValue>;
1202
1202
  };
1203
1203
 
1204
1204
 
1205
- export interface __ConditionalWeakTable_2$views<TKey, TValue> {
1205
+ export interface __ConditionalWeakTable_2$views<TKey extends (object | null), TValue extends (object | null)> {
1206
1206
  As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<KeyValuePair_2<TKey, TValue>>;
1207
1207
  As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
1208
1208
  }
1209
1209
 
1210
- export type ConditionalWeakTable_2<TKey, TValue> = ConditionalWeakTable_2$instance<TKey, TValue> & __ConditionalWeakTable_2$views<TKey, TValue>;
1210
+ export type ConditionalWeakTable_2<TKey extends (object | null), TValue extends (object | null)> = ConditionalWeakTable_2$instance<TKey, TValue> & __ConditionalWeakTable_2$views<TKey, TValue>;
1211
1211
 
1212
1212
 
1213
- export type ConditionalWeakTable_2_CreateValueCallback<TKey, TValue> = (key: TKey) => TValue;
1213
+ export type ConditionalWeakTable_2_CreateValueCallback<TKey extends (object | null), TValue extends (object | null)> = (key: TKey) => TValue;
1214
1214
 
1215
1215
 
1216
1216
  export interface CppInlineNamespaceAttribute$instance extends Attribute {
@@ -1242,7 +1242,7 @@ export type CreateNewOnMetadataUpdateAttribute = CreateNewOnMetadataUpdateAttrib
1242
1242
  export interface CustomConstantAttribute$instance extends Attribute {
1243
1243
  readonly __tsonic_type_System_Runtime_CompilerServices_CustomConstantAttribute: never;
1244
1244
 
1245
- readonly Value: JsValue | JsValue | null;
1245
+ readonly Value: unknown | unknown | null;
1246
1246
  }
1247
1247
 
1248
1248
 
@@ -1255,7 +1255,7 @@ export type CustomConstantAttribute = CustomConstantAttribute$instance;
1255
1255
  export interface DateTimeConstantAttribute$instance extends CustomConstantAttribute {
1256
1256
  readonly __tsonic_type_System_Runtime_CompilerServices_DateTimeConstantAttribute: never;
1257
1257
 
1258
- readonly Value: JsValue | JsValue | null;
1258
+ readonly Value: unknown | unknown | null;
1259
1259
  }
1260
1260
 
1261
1261
 
@@ -1462,7 +1462,7 @@ export type HasCopySemanticsAttribute = HasCopySemanticsAttribute$instance;
1462
1462
  export interface IDispatchConstantAttribute$instance extends CustomConstantAttribute {
1463
1463
  readonly __tsonic_type_System_Runtime_CompilerServices_IDispatchConstantAttribute: never;
1464
1464
 
1465
- readonly Value: JsValue | JsValue | null;
1465
+ readonly Value: unknown | unknown | null;
1466
1466
  }
1467
1467
 
1468
1468
 
@@ -1598,7 +1598,7 @@ export type IteratorStateMachineAttribute = IteratorStateMachineAttribute$instan
1598
1598
  export interface IUnknownConstantAttribute$instance extends CustomConstantAttribute {
1599
1599
  readonly __tsonic_type_System_Runtime_CompilerServices_IUnknownConstantAttribute: never;
1600
1600
 
1601
- readonly Value: JsValue | JsValue | null;
1601
+ readonly Value: unknown | unknown | null;
1602
1602
  }
1603
1603
 
1604
1604
 
@@ -1762,7 +1762,7 @@ export const PreserveBaseOverridesAttribute: {
1762
1762
 
1763
1763
  export type PreserveBaseOverridesAttribute = PreserveBaseOverridesAttribute$instance;
1764
1764
 
1765
- export interface ReadOnlyCollectionBuilder_1$instance<T> {
1765
+ export interface ReadOnlyCollectionBuilder_1$instance<T extends unknown> {
1766
1766
  readonly __tsonic_type_System_Runtime_CompilerServices_ReadOnlyCollectionBuilder_1: never;
1767
1767
 
1768
1768
  readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
@@ -1791,13 +1791,13 @@ export interface ReadOnlyCollectionBuilder_1$instance<T> {
1791
1791
 
1792
1792
 
1793
1793
  export const ReadOnlyCollectionBuilder_1: {
1794
- new<T>(): ReadOnlyCollectionBuilder_1<T>;
1795
- new<T>(capacity: int): ReadOnlyCollectionBuilder_1<T>;
1796
- new<T>(collection: IEnumerable_1<T>): ReadOnlyCollectionBuilder_1<T>;
1794
+ new<T extends unknown>(): ReadOnlyCollectionBuilder_1<T>;
1795
+ new<T extends unknown>(capacity: int): ReadOnlyCollectionBuilder_1<T>;
1796
+ new<T extends unknown>(collection: IEnumerable_1<T>): ReadOnlyCollectionBuilder_1<T>;
1797
1797
  };
1798
1798
 
1799
1799
 
1800
- export interface __ReadOnlyCollectionBuilder_1$views<T> {
1800
+ export interface __ReadOnlyCollectionBuilder_1$views<T extends unknown> {
1801
1801
  As_ICollection_1(): System_Collections_Generic_Internal.ICollection_1$instance<T>;
1802
1802
  As_IEnumerable_1(): System_Collections_Generic_Internal.IEnumerable_1$instance<T>;
1803
1803
  As_IList_1(): System_Collections_Generic_Internal.IList_1$instance<T>;
@@ -1806,7 +1806,7 @@ export interface __ReadOnlyCollectionBuilder_1$views<T> {
1806
1806
  As_IList(): System_Collections_Internal.IList$instance;
1807
1807
  }
1808
1808
 
1809
- export type ReadOnlyCollectionBuilder_1<T> = ReadOnlyCollectionBuilder_1$instance<T> & __ReadOnlyCollectionBuilder_1$views<T> & { [index: number]: T; };
1809
+ export type ReadOnlyCollectionBuilder_1<T extends unknown> = ReadOnlyCollectionBuilder_1$instance<T> & __ReadOnlyCollectionBuilder_1$views<T> & { [index: number]: T; };
1810
1810
 
1811
1811
 
1812
1812
  export interface ReferenceAssemblyAttribute$instance extends Attribute {
@@ -1878,7 +1878,7 @@ export const RequiresLocationAttribute: {
1878
1878
 
1879
1879
  export type RequiresLocationAttribute = RequiresLocationAttribute$instance;
1880
1880
 
1881
- export interface RuleCache_1$instance<T> {
1881
+ export interface RuleCache_1$instance<T extends (object | null)> {
1882
1882
  readonly __tsonic_type_System_Runtime_CompilerServices_RuleCache_1: never;
1883
1883
 
1884
1884
  }
@@ -1888,7 +1888,7 @@ export const RuleCache_1: {
1888
1888
  };
1889
1889
 
1890
1890
 
1891
- export type RuleCache_1<T> = RuleCache_1$instance<T>;
1891
+ export type RuleCache_1<T extends (object | null)> = RuleCache_1$instance<T>;
1892
1892
 
1893
1893
  export interface RuntimeCompatibilityAttribute$instance extends Attribute {
1894
1894
  readonly __tsonic_type_System_Runtime_CompilerServices_RuntimeCompatibilityAttribute: never;
@@ -1904,18 +1904,18 @@ export const RuntimeCompatibilityAttribute: {
1904
1904
 
1905
1905
  export type RuntimeCompatibilityAttribute = RuntimeCompatibilityAttribute$instance;
1906
1906
 
1907
- export interface RuntimeWrappedException$instance extends Exception {
1907
+ export interface RuntimeWrappedException$instance extends Exception, System_Runtime_Serialization_Internal.ISerializable$instance {
1908
1908
  readonly __tsonic_type_System_Runtime_CompilerServices_RuntimeWrappedException: never;
1909
1909
 
1910
1910
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
1911
1911
 
1912
- readonly WrappedException: JsValue;
1912
+ readonly WrappedException: unknown;
1913
1913
  GetObjectData(info: SerializationInfo, context: StreamingContext): void;
1914
1914
  }
1915
1915
 
1916
1916
 
1917
1917
  export const RuntimeWrappedException: {
1918
- new(thrownObject: JsValue): RuntimeWrappedException;
1918
+ new(thrownObject: unknown): RuntimeWrappedException;
1919
1919
  };
1920
1920
 
1921
1921
 
@@ -2005,7 +2005,7 @@ export const StringFreezingAttribute: {
2005
2005
 
2006
2006
  export type StringFreezingAttribute = StringFreezingAttribute$instance;
2007
2007
 
2008
- export interface StrongBox_1$instance<T> extends IStrongBox$instance {
2008
+ export interface StrongBox_1$instance<T extends unknown> extends IStrongBox$instance {
2009
2009
  readonly __tsonic_type_System_Runtime_CompilerServices_StrongBox_1: never;
2010
2010
 
2011
2011
  readonly __tsonic_iface_System_Runtime_CompilerServices_IStrongBox: never;
@@ -2015,16 +2015,16 @@ export interface StrongBox_1$instance<T> extends IStrongBox$instance {
2015
2015
 
2016
2016
 
2017
2017
  export const StrongBox_1: {
2018
- new<T>(): StrongBox_1<T>;
2019
- new<T>(value: T): StrongBox_1<T>;
2018
+ new<T extends unknown>(): StrongBox_1<T>;
2019
+ new<T extends unknown>(value: T): StrongBox_1<T>;
2020
2020
  };
2021
2021
 
2022
2022
 
2023
- export interface __StrongBox_1$views<T> {
2023
+ export interface __StrongBox_1$views<T extends unknown> {
2024
2024
  As_IStrongBox(): IStrongBox$instance;
2025
2025
  }
2026
2026
 
2027
- export type StrongBox_1<T> = StrongBox_1$instance<T> & __StrongBox_1$views<T>;
2027
+ export type StrongBox_1<T extends unknown> = StrongBox_1$instance<T> & __StrongBox_1$views<T>;
2028
2028
 
2029
2029
 
2030
2030
  export interface SuppressIldasmAttribute$instance extends Attribute {
@@ -2040,13 +2040,13 @@ export const SuppressIldasmAttribute: {
2040
2040
 
2041
2041
  export type SuppressIldasmAttribute = SuppressIldasmAttribute$instance;
2042
2042
 
2043
- export interface SwitchExpressionException$instance extends InvalidOperationException {
2043
+ export interface SwitchExpressionException$instance extends InvalidOperationException, System_Runtime_Serialization_Internal.ISerializable$instance {
2044
2044
  readonly __tsonic_type_System_Runtime_CompilerServices_SwitchExpressionException: never;
2045
2045
 
2046
2046
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
2047
2047
 
2048
2048
  readonly Message: string;
2049
- readonly UnmatchedValue: JsValue | null;
2049
+ readonly UnmatchedValue: unknown | null;
2050
2050
  GetObjectData(info: SerializationInfo, context: StreamingContext): void;
2051
2051
  }
2052
2052
 
@@ -2054,7 +2054,7 @@ export interface SwitchExpressionException$instance extends InvalidOperationExce
2054
2054
  export const SwitchExpressionException: {
2055
2055
  new(): SwitchExpressionException;
2056
2056
  new(innerException: Exception | null): SwitchExpressionException;
2057
- new(unmatchedValue: JsValue | null): SwitchExpressionException;
2057
+ new(unmatchedValue: unknown | null): SwitchExpressionException;
2058
2058
  new(message: string | null): SwitchExpressionException;
2059
2059
  new(message: string | null, innerException: Exception | null): SwitchExpressionException;
2060
2060
  };
@@ -2153,16 +2153,16 @@ export const UnsafeValueTypeAttribute: {
2153
2153
  export type UnsafeValueTypeAttribute = UnsafeValueTypeAttribute$instance;
2154
2154
 
2155
2155
  export abstract class AsyncHelpers$instance {
2156
- static Await<T>(configuredAwaitable: ConfiguredTaskAwaitable_1<T>): T;
2157
- static Await<T>(configuredAwaitable: ConfiguredValueTaskAwaitable_1<T>): T;
2156
+ static Await<T extends unknown>(configuredAwaitable: ConfiguredTaskAwaitable_1<T>): T;
2157
+ static Await<T extends unknown>(configuredAwaitable: ConfiguredValueTaskAwaitable_1<T>): T;
2158
2158
  static Await(configuredAwaitable: ConfiguredTaskAwaitable): void;
2159
2159
  static Await(configuredAwaitable: ConfiguredValueTaskAwaitable): void;
2160
2160
  static Await(task: Task): void;
2161
2161
  static Await(task: ValueTask): void;
2162
- static Await<T>(task: Task_1<T>): T;
2163
- static Await<T>(task: ValueTask_1<T>): T;
2164
- static AwaitAwaiter<TAwaiter extends INotifyCompletion>(awaiter: TAwaiter): void;
2165
- static UnsafeAwaitAwaiter<TAwaiter extends ICriticalNotifyCompletion>(awaiter: TAwaiter): void;
2162
+ static Await<T extends unknown>(task: Task_1<T>): T;
2163
+ static Await<T extends unknown>(task: ValueTask_1<T>): T;
2164
+ static AwaitAwaiter<TAwaiter extends unknown & INotifyCompletion>(awaiter: TAwaiter): void;
2165
+ static UnsafeAwaitAwaiter<TAwaiter extends unknown & ICriticalNotifyCompletion>(awaiter: TAwaiter): void;
2166
2166
  }
2167
2167
 
2168
2168
 
@@ -2176,17 +2176,17 @@ export abstract class CallSiteHelpers$instance {
2176
2176
  export type CallSiteHelpers = CallSiteHelpers$instance;
2177
2177
 
2178
2178
  export abstract class CallSiteOps$instance {
2179
- static AddRule<T>(site: CallSite_1<T>, rule: T): void;
2180
- static Bind<T>(binder: CallSiteBinder, site: CallSite_1<T>, args: JsValue[]): T;
2179
+ static AddRule<T extends (object | null)>(site: CallSite_1<T>, rule: T): void;
2180
+ static Bind<T extends (object | null)>(binder: CallSiteBinder, site: CallSite_1<T>, args: unknown[]): T;
2181
2181
  static ClearMatch(site: CallSite): void;
2182
- static CreateMatchmaker<T>(site: CallSite_1<T>): CallSite_1<T>;
2183
- static GetCachedRules<T>(cache: RuleCache_1<T>): T[];
2182
+ static CreateMatchmaker<T extends (object | null)>(site: CallSite_1<T>): CallSite_1<T>;
2183
+ static GetCachedRules<T extends (object | null)>(cache: RuleCache_1<T>): T[];
2184
2184
  static GetMatch(site: CallSite): boolean;
2185
- static GetRuleCache<T>(site: CallSite_1<T>): RuleCache_1<T>;
2186
- static GetRules<T>(site: CallSite_1<T>): T[] | null;
2187
- static MoveRule<T>(cache: RuleCache_1<T>, rule: T, i: int): void;
2185
+ static GetRuleCache<T extends (object | null)>(site: CallSite_1<T>): RuleCache_1<T>;
2186
+ static GetRules<T extends (object | null)>(site: CallSite_1<T>): T[] | null;
2187
+ static MoveRule<T extends (object | null)>(cache: RuleCache_1<T>, rule: T, i: int): void;
2188
2188
  static SetNotMatched(site: CallSite): boolean;
2189
- static UpdateRules<T>(this_: CallSite_1<T>, matched: int): void;
2189
+ static UpdateRules<T extends (object | null)>(this_: CallSite_1<T>, matched: int): void;
2190
2190
  }
2191
2191
 
2192
2192
 
@@ -2207,7 +2207,7 @@ export abstract class ContractHelper$instance {
2207
2207
  export type ContractHelper = ContractHelper$instance;
2208
2208
 
2209
2209
  export abstract class FormattableStringFactory$instance {
2210
- static Create(format: string, ...arguments: (JsValue | null)[]): FormattableString;
2210
+ static Create(format: string, ...arguments: (unknown | null)[]): FormattableString;
2211
2211
  }
2212
2212
 
2213
2213
 
@@ -2311,17 +2311,17 @@ export type RuntimeFeature = RuntimeFeature$instance;
2311
2311
  export abstract class RuntimeHelpers$instance {
2312
2312
  static readonly OffsetToStringData: int;
2313
2313
  static AllocateTypeAssociatedMemory(type: Type, size: int): nint;
2314
- static Box(target: byte, type: RuntimeTypeHandle): JsValue | null;
2315
- static CreateSpan<T>(fldHandle: RuntimeFieldHandle): ReadOnlySpan_1<T>;
2314
+ static Box(target: byte, type: RuntimeTypeHandle): unknown | null;
2315
+ static CreateSpan<T extends unknown>(fldHandle: RuntimeFieldHandle): ReadOnlySpan_1<T>;
2316
2316
  static EnsureSufficientExecutionStack(): void;
2317
- static Equals(o1: JsValue | null, o2: JsValue | null): boolean;
2318
- static ExecuteCodeWithGuaranteedCleanup(code: RuntimeHelpers_TryCode, backoutCode: RuntimeHelpers_CleanupCode, userData: JsValue | null): void;
2319
- static GetHashCode(o: JsValue | null): int;
2320
- static GetObjectValue(obj: JsValue | null): JsValue | null;
2321
- static GetSubArray<T>(array: T[], range: Range): T[];
2322
- static GetUninitializedObject(type: Type): JsValue;
2317
+ static Equals(o1: unknown | null, o2: unknown | null): boolean;
2318
+ static ExecuteCodeWithGuaranteedCleanup(code: RuntimeHelpers_TryCode, backoutCode: RuntimeHelpers_CleanupCode, userData: unknown | null): void;
2319
+ static GetHashCode(o: unknown | null): int;
2320
+ static GetObjectValue(obj: unknown | null): unknown | null;
2321
+ static GetSubArray<T extends unknown>(array: T[], range: Range): T[];
2322
+ static GetUninitializedObject(type: Type): unknown;
2323
2323
  static InitializeArray(array: ClrArray, fldHandle: RuntimeFieldHandle): void;
2324
- static IsReferenceOrContainsReferences<T>(): boolean;
2324
+ static IsReferenceOrContainsReferences<T extends unknown>(): boolean;
2325
2325
  static PrepareConstrainedRegions(): void;
2326
2326
  static PrepareConstrainedRegionsNoOP(): void;
2327
2327
  static PrepareContractedDelegate(d: Function): void;
@@ -2338,44 +2338,44 @@ export abstract class RuntimeHelpers$instance {
2338
2338
 
2339
2339
  export type RuntimeHelpers = RuntimeHelpers$instance;
2340
2340
 
2341
- export type RuntimeHelpers_CleanupCode = (userData: JsValue | null, exceptionThrown: boolean) => void;
2341
+ export type RuntimeHelpers_CleanupCode = (userData: unknown | null, exceptionThrown: boolean) => void;
2342
2342
 
2343
2343
 
2344
- export type RuntimeHelpers_TryCode = (userData: JsValue | null) => void;
2344
+ export type RuntimeHelpers_TryCode = (userData: unknown | null) => void;
2345
2345
 
2346
2346
 
2347
2347
  export abstract class RuntimeOps$instance {
2348
2348
  static CreateRuntimeVariables(): IRuntimeVariables;
2349
- static CreateRuntimeVariables(data: JsValue[], indexes: long[]): IRuntimeVariables;
2350
- static ExpandoCheckVersion(expando: ExpandoObject, version: JsValue | null): boolean;
2351
- static ExpandoPromoteClass(expando: ExpandoObject, oldClass: JsValue, newClass: JsValue): void;
2352
- static ExpandoTryDeleteValue(expando: ExpandoObject, indexClass: JsValue | null, index: int, name: string, ignoreCase: boolean): boolean;
2353
- static ExpandoTryGetValue(expando: ExpandoObject, indexClass: JsValue | null, index: int, name: string, ignoreCase: boolean, value: JsValue | null): boolean;
2354
- static ExpandoTrySetValue(expando: ExpandoObject, indexClass: JsValue | null, index: int, value: JsValue | null, name: string, ignoreCase: boolean): JsValue | null;
2349
+ static CreateRuntimeVariables(data: unknown[], indexes: long[]): IRuntimeVariables;
2350
+ static ExpandoCheckVersion(expando: ExpandoObject, version: unknown | null): boolean;
2351
+ static ExpandoPromoteClass(expando: ExpandoObject, oldClass: unknown, newClass: unknown): void;
2352
+ static ExpandoTryDeleteValue(expando: ExpandoObject, indexClass: unknown | null, index: int, name: string, ignoreCase: boolean): boolean;
2353
+ static ExpandoTryGetValue(expando: ExpandoObject, indexClass: unknown | null, index: int, name: string, ignoreCase: boolean, value: unknown | null): boolean;
2354
+ static ExpandoTrySetValue(expando: ExpandoObject, indexClass: unknown | null, index: int, value: unknown | null, name: string, ignoreCase: boolean): unknown | null;
2355
2355
  static MergeRuntimeVariables(first: IRuntimeVariables, second: IRuntimeVariables, indexes: int[]): IRuntimeVariables;
2356
- static Quote(expression: Expression | null, hoistedLocals: JsValue, locals: JsValue[]): Expression | null;
2356
+ static Quote(expression: Expression | null, hoistedLocals: unknown, locals: unknown[]): Expression | null;
2357
2357
  }
2358
2358
 
2359
2359
 
2360
2360
  export type RuntimeOps = RuntimeOps$instance;
2361
2361
 
2362
2362
  export abstract class Unsafe$instance {
2363
- static Add<T>(source: ptr<void>, elementOffset: int): ptr<void>;
2364
- static Add<T>(source: T, elementOffset: int): T;
2365
- static Add<T>(source: T, elementOffset: nint): T;
2366
- static Add<T>(source: T, elementOffset: nuint): T;
2367
- static AddByteOffset<T>(source: T, byteOffset: nint): T;
2368
- static AddByteOffset<T>(source: T, byteOffset: nuint): T;
2369
- static AreSame<T>(left: T, right: T): boolean;
2370
- static As<T>(o: JsValue | null): T;
2371
- static As<TFrom, TTo>(source: TFrom): TTo;
2372
- static AsPointer<T>(value: T): ptr<void>;
2373
- static AsRef<T>(source: ptr<void>): T;
2374
- static AsRef<T>(source: T): T;
2375
- static BitCast<TFrom, TTo>(source: TFrom): TTo;
2376
- static ByteOffset<T>(origin: T, target: T): nint;
2377
- static Copy<T>(destination: ptr<void>, source: T): void;
2378
- static Copy<T>(destination: T, source: ptr<void>): void;
2363
+ static Add<T extends unknown>(source: ptr<void>, elementOffset: int): ptr<void>;
2364
+ static Add<T extends unknown>(source: T, elementOffset: int): T;
2365
+ static Add<T extends unknown>(source: T, elementOffset: nint): T;
2366
+ static Add<T extends unknown>(source: T, elementOffset: nuint): T;
2367
+ static AddByteOffset<T extends unknown>(source: T, byteOffset: nint): T;
2368
+ static AddByteOffset<T extends unknown>(source: T, byteOffset: nuint): T;
2369
+ static AreSame<T extends unknown>(left: T, right: T): boolean;
2370
+ static As<T extends (object | null)>(o: unknown | null): T;
2371
+ static As<TFrom extends unknown, TTo extends unknown>(source: TFrom): TTo;
2372
+ static AsPointer<T extends unknown>(value: T): ptr<void>;
2373
+ static AsRef<T extends unknown>(source: ptr<void>): T;
2374
+ static AsRef<T extends unknown>(source: T): T;
2375
+ static BitCast<TFrom extends unknown, TTo extends unknown>(source: TFrom): TTo;
2376
+ static ByteOffset<T extends unknown>(origin: T, target: T): nint;
2377
+ static Copy<T extends unknown>(destination: ptr<void>, source: T): void;
2378
+ static Copy<T extends unknown>(destination: T, source: ptr<void>): void;
2379
2379
  static CopyBlock(destination: byte, source: byte, byteCount: uint): void;
2380
2380
  static CopyBlock(destination: ptr<void>, source: ptr<void>, byteCount: uint): void;
2381
2381
  static CopyBlockUnaligned(destination: byte, source: byte, byteCount: uint): void;
@@ -2384,27 +2384,27 @@ export abstract class Unsafe$instance {
2384
2384
  static InitBlock(startAddress: ptr<void>, value: byte, byteCount: uint): void;
2385
2385
  static InitBlockUnaligned(startAddress: byte, value: byte, byteCount: uint): void;
2386
2386
  static InitBlockUnaligned(startAddress: ptr<void>, value: byte, byteCount: uint): void;
2387
- static IsAddressGreaterThan<T>(left: T, right: T): boolean;
2388
- static IsAddressGreaterThanOrEqualTo<T>(left: T, right: T): boolean;
2389
- static IsAddressLessThan<T>(left: T, right: T): boolean;
2390
- static IsAddressLessThanOrEqualTo<T>(left: T, right: T): boolean;
2391
- static IsNullRef<T>(source: T): boolean;
2392
- static NullRef<T>(): T;
2393
- static Read<T>(source: ptr<void>): T;
2394
- static ReadUnaligned<T>(source: byte): T;
2395
- static ReadUnaligned<T>(source: ptr<void>): T;
2396
- static SizeOf<T>(): int;
2397
- static SkipInit<T>(value: T): void;
2398
- static Subtract<T>(source: ptr<void>, elementOffset: int): ptr<void>;
2399
- static Subtract<T>(source: T, elementOffset: int): T;
2400
- static Subtract<T>(source: T, elementOffset: nint): T;
2401
- static Subtract<T>(source: T, elementOffset: nuint): T;
2402
- static SubtractByteOffset<T>(source: T, byteOffset: nint): T;
2403
- static SubtractByteOffset<T>(source: T, byteOffset: nuint): T;
2404
- static Unbox<T extends NonNullable<JsValue>>(box: JsValue): T;
2405
- static Write<T>(destination: ptr<void>, value: T): void;
2406
- static WriteUnaligned<T>(destination: byte, value: T): void;
2407
- static WriteUnaligned<T>(destination: ptr<void>, value: T): void;
2387
+ static IsAddressGreaterThan<T extends unknown>(left: T, right: T): boolean;
2388
+ static IsAddressGreaterThanOrEqualTo<T extends unknown>(left: T, right: T): boolean;
2389
+ static IsAddressLessThan<T extends unknown>(left: T, right: T): boolean;
2390
+ static IsAddressLessThanOrEqualTo<T extends unknown>(left: T, right: T): boolean;
2391
+ static IsNullRef<T extends unknown>(source: T): boolean;
2392
+ static NullRef<T extends unknown>(): T;
2393
+ static Read<T extends unknown>(source: ptr<void>): T;
2394
+ static ReadUnaligned<T extends unknown>(source: byte): T;
2395
+ static ReadUnaligned<T extends unknown>(source: ptr<void>): T;
2396
+ static SizeOf<T extends unknown>(): int;
2397
+ static SkipInit<T extends unknown>(value: T): void;
2398
+ static Subtract<T extends unknown>(source: ptr<void>, elementOffset: int): ptr<void>;
2399
+ static Subtract<T extends unknown>(source: T, elementOffset: int): T;
2400
+ static Subtract<T extends unknown>(source: T, elementOffset: nint): T;
2401
+ static Subtract<T extends unknown>(source: T, elementOffset: nuint): T;
2402
+ static SubtractByteOffset<T extends unknown>(source: T, byteOffset: nint): T;
2403
+ static SubtractByteOffset<T extends unknown>(source: T, byteOffset: nuint): T;
2404
+ static Unbox<T extends NonNullable<unknown>>(box: unknown): T;
2405
+ static Write<T extends unknown>(destination: ptr<void>, value: T): void;
2406
+ static WriteUnaligned<T extends unknown>(destination: byte, value: T): void;
2407
+ static WriteUnaligned<T extends unknown>(destination: ptr<void>, value: T): void;
2408
2408
  }
2409
2409
 
2410
2410