@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.Collections, System.Private.CoreLib
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
@@ -18,7 +18,7 @@ import type { CancellationToken } from "../../System.Threading/internal/index.js
18
18
  import * as System_Internal from "../../System/internal/index.js";
19
19
  import type { Action_1, Array as ClrArray, Boolean as ClrBoolean, Byte, Comparison_1, Converter_2, Enum, Exception, Func_2, Func_3, IAsyncDisposable, IComparable_1, IDisposable, IEquatable_1, Int32, Nullable_1, Object as ClrObject, Predicate_1, ReadOnlySpan_1, Span_1, String as ClrString, SystemException, Type, ValueTuple_2, ValueType, Void } from "../../System/internal/index.js";
20
20
 
21
- export interface IAlternateEqualityComparer_2$instance<TAlternate, T> {
21
+ export interface IAlternateEqualityComparer_2$instance<TAlternate extends unknown, T extends unknown> {
22
22
  readonly __tsonic_iface_System_Collections_Generic_IAlternateEqualityComparer_2: never;
23
23
 
24
24
  Create(alternate: TAlternate): T;
@@ -27,18 +27,18 @@ export interface IAlternateEqualityComparer_2$instance<TAlternate, T> {
27
27
  }
28
28
 
29
29
 
30
- export type IAlternateEqualityComparer_2<TAlternate, T> = IAlternateEqualityComparer_2$instance<TAlternate, T>;
30
+ export type IAlternateEqualityComparer_2<TAlternate extends unknown, T extends unknown> = IAlternateEqualityComparer_2$instance<TAlternate, T>;
31
31
 
32
- export interface IAsyncEnumerable_1$instance<T> {
32
+ export interface IAsyncEnumerable_1$instance<T extends unknown> {
33
33
  readonly __tsonic_iface_System_Collections_Generic_IAsyncEnumerable_1: never;
34
34
 
35
35
  GetAsyncEnumerator(cancellationToken?: CancellationToken): IAsyncEnumerator_1<T>;
36
36
  }
37
37
 
38
38
 
39
- export type IAsyncEnumerable_1<T> = IAsyncEnumerable_1$instance<T>;
39
+ export type IAsyncEnumerable_1<T extends unknown> = IAsyncEnumerable_1$instance<T>;
40
40
 
41
- export interface IAsyncEnumerator_1$instance<T> extends IAsyncDisposable {
41
+ export interface IAsyncEnumerator_1$instance<T extends unknown> extends IAsyncDisposable {
42
42
  readonly __tsonic_iface_System_Collections_Generic_IAsyncEnumerator_1: never;
43
43
 
44
44
  readonly Current: T;
@@ -47,11 +47,11 @@ export interface IAsyncEnumerator_1$instance<T> extends IAsyncDisposable {
47
47
  }
48
48
 
49
49
 
50
- export interface IAsyncEnumerator_1$instance<T> extends System_Internal.IAsyncDisposable$instance {}
50
+ export interface IAsyncEnumerator_1$instance<T extends unknown> extends System_Internal.IAsyncDisposable$instance {}
51
51
 
52
- export type IAsyncEnumerator_1<T> = IAsyncEnumerator_1$instance<T>;
52
+ export type IAsyncEnumerator_1<T extends unknown> = IAsyncEnumerator_1$instance<T>;
53
53
 
54
- export interface ICollection_1$instance<T> extends IEnumerable_1<T>, IEnumerable {
54
+ export interface ICollection_1$instance<T extends unknown> extends IEnumerable_1<T>, IEnumerable {
55
55
  readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
56
56
 
57
57
  readonly Count: int;
@@ -66,18 +66,18 @@ export interface ICollection_1$instance<T> extends IEnumerable_1<T>, IEnumerable
66
66
  }
67
67
 
68
68
 
69
- export type ICollection_1<T> = ICollection_1$instance<T>;
69
+ export type ICollection_1<T extends unknown> = ICollection_1$instance<T>;
70
70
 
71
- export interface IComparer_1$instance<T> {
71
+ export interface IComparer_1$instance<T extends unknown> {
72
72
  readonly __tsonic_iface_System_Collections_Generic_IComparer_1: never;
73
73
 
74
74
  Compare(x: T | null, y: T | null): int;
75
75
  }
76
76
 
77
77
 
78
- export type IComparer_1<T> = IComparer_1$instance<T>;
78
+ export type IComparer_1<T extends unknown> = IComparer_1$instance<T>;
79
79
 
80
- export interface IDictionary_2$instance<TKey, TValue> extends ICollection_1<KeyValuePair_2<TKey, TValue>>, IEnumerable_1<KeyValuePair_2<TKey, TValue>>, IEnumerable {
80
+ export interface IDictionary_2$instance<TKey extends unknown, TValue extends unknown> extends ICollection_1<KeyValuePair_2<TKey, TValue>>, IEnumerable_1<KeyValuePair_2<TKey, TValue>>, IEnumerable {
81
81
  readonly __tsonic_iface_System_Collections_Generic_IDictionary_2: never;
82
82
 
83
83
  Item: TValue;
@@ -98,9 +98,9 @@ export interface IDictionary_2$instance<TKey, TValue> extends ICollection_1<KeyV
98
98
  }
99
99
 
100
100
 
101
- export type IDictionary_2<TKey, TValue> = IDictionary_2$instance<TKey, TValue>;
101
+ export type IDictionary_2<TKey extends unknown, TValue extends unknown> = IDictionary_2$instance<TKey, TValue>;
102
102
 
103
- export interface IEnumerable_1$instance<T> extends IEnumerable {
103
+ export interface IEnumerable_1$instance<T extends unknown> extends IEnumerable {
104
104
  readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
105
105
 
106
106
  GetEnumerator(): IEnumerator_1<T>;
@@ -108,9 +108,9 @@ export interface IEnumerable_1$instance<T> extends IEnumerable {
108
108
  }
109
109
 
110
110
 
111
- export type IEnumerable_1<T> = IEnumerable_1$instance<T>;
111
+ export type IEnumerable_1<T extends unknown> = IEnumerable_1$instance<T>;
112
112
 
113
- export interface IEnumerator_1$instance<T> extends IDisposable, IEnumerator {
113
+ export interface IEnumerator_1$instance<T extends unknown> extends IDisposable, IEnumerator {
114
114
  readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
115
115
 
116
116
  readonly Current: T;
@@ -120,11 +120,11 @@ export interface IEnumerator_1$instance<T> extends IDisposable, IEnumerator {
120
120
  }
121
121
 
122
122
 
123
- export interface IEnumerator_1$instance<T> extends System_Internal.IDisposable$instance {}
123
+ export interface IEnumerator_1$instance<T extends unknown> extends System_Internal.IDisposable$instance {}
124
124
 
125
- export type IEnumerator_1<T> = IEnumerator_1$instance<T>;
125
+ export type IEnumerator_1<T extends unknown> = IEnumerator_1$instance<T>;
126
126
 
127
- export interface IEqualityComparer_1$instance<T> {
127
+ export interface IEqualityComparer_1$instance<T extends unknown> {
128
128
  readonly __tsonic_iface_System_Collections_Generic_IEqualityComparer_1: never;
129
129
 
130
130
  Equals(x: T | null, y: T | null): boolean;
@@ -132,9 +132,9 @@ export interface IEqualityComparer_1$instance<T> {
132
132
  }
133
133
 
134
134
 
135
- export type IEqualityComparer_1<T> = IEqualityComparer_1$instance<T>;
135
+ export type IEqualityComparer_1<T extends unknown> = IEqualityComparer_1$instance<T>;
136
136
 
137
- export interface IList_1$instance<T> extends ICollection_1<T>, IEnumerable_1<T>, IEnumerable {
137
+ export interface IList_1$instance<T extends unknown> extends ICollection_1<T>, IEnumerable_1<T>, IEnumerable {
138
138
  readonly __tsonic_iface_System_Collections_Generic_IList_1: never;
139
139
 
140
140
  readonly Count: int;
@@ -152,9 +152,9 @@ export interface IList_1$instance<T> extends ICollection_1<T>, IEnumerable_1<T>,
152
152
  }
153
153
 
154
154
 
155
- export type IList_1<T> = IList_1$instance<T> & { [index: number]: T; };
155
+ export type IList_1<T extends unknown> = IList_1$instance<T> & { [index: number]: T; };
156
156
 
157
- export interface IReadOnlyCollection_1$instance<T> extends IEnumerable_1<T>, IEnumerable {
157
+ export interface IReadOnlyCollection_1$instance<T extends unknown> extends IEnumerable_1<T>, IEnumerable {
158
158
  readonly __tsonic_iface_System_Collections_Generic_IReadOnlyCollection_1: never;
159
159
 
160
160
  readonly Count: int;
@@ -164,9 +164,9 @@ export interface IReadOnlyCollection_1$instance<T> extends IEnumerable_1<T>, IEn
164
164
  }
165
165
 
166
166
 
167
- export type IReadOnlyCollection_1<T> = IReadOnlyCollection_1$instance<T>;
167
+ export type IReadOnlyCollection_1<T extends unknown> = IReadOnlyCollection_1$instance<T>;
168
168
 
169
- export interface IReadOnlyDictionary_2$instance<TKey, TValue> extends IReadOnlyCollection_1<KeyValuePair_2<TKey, TValue>>, IEnumerable_1<KeyValuePair_2<TKey, TValue>>, IEnumerable {
169
+ export interface IReadOnlyDictionary_2$instance<TKey extends unknown, TValue extends unknown> extends IReadOnlyCollection_1<KeyValuePair_2<TKey, TValue>>, IEnumerable_1<KeyValuePair_2<TKey, TValue>>, IEnumerable {
170
170
  readonly __tsonic_iface_System_Collections_Generic_IReadOnlyDictionary_2: never;
171
171
 
172
172
  readonly Item: TValue;
@@ -181,9 +181,9 @@ export interface IReadOnlyDictionary_2$instance<TKey, TValue> extends IReadOnlyC
181
181
  }
182
182
 
183
183
 
184
- export type IReadOnlyDictionary_2<TKey, TValue> = IReadOnlyDictionary_2$instance<TKey, TValue>;
184
+ export type IReadOnlyDictionary_2<TKey extends unknown, TValue extends unknown> = IReadOnlyDictionary_2$instance<TKey, TValue>;
185
185
 
186
- export interface IReadOnlyList_1$instance<T> extends IReadOnlyCollection_1<T>, IEnumerable_1<T>, IEnumerable {
186
+ export interface IReadOnlyList_1$instance<T extends unknown> extends IReadOnlyCollection_1<T>, IEnumerable_1<T>, IEnumerable {
187
187
  readonly __tsonic_iface_System_Collections_Generic_IReadOnlyList_1: never;
188
188
 
189
189
  readonly Count: int;
@@ -193,9 +193,9 @@ export interface IReadOnlyList_1$instance<T> extends IReadOnlyCollection_1<T>, I
193
193
  }
194
194
 
195
195
 
196
- export type IReadOnlyList_1<T> = IReadOnlyList_1$instance<T> & { readonly [index: number]: T; };
196
+ export type IReadOnlyList_1<T extends unknown> = IReadOnlyList_1$instance<T> & { readonly [index: number]: T; };
197
197
 
198
- export interface IReadOnlySet_1$instance<T> extends IReadOnlyCollection_1<T>, IEnumerable_1<T>, IEnumerable {
198
+ export interface IReadOnlySet_1$instance<T extends unknown> extends IReadOnlyCollection_1<T>, IEnumerable_1<T>, IEnumerable {
199
199
  readonly __tsonic_iface_System_Collections_Generic_IReadOnlySet_1: never;
200
200
 
201
201
  readonly Count: int;
@@ -207,9 +207,9 @@ export interface IReadOnlySet_1$instance<T> extends IReadOnlyCollection_1<T>, IE
207
207
  }
208
208
 
209
209
 
210
- export type IReadOnlySet_1<T> = IReadOnlySet_1$instance<T>;
210
+ export type IReadOnlySet_1<T extends unknown> = IReadOnlySet_1$instance<T>;
211
211
 
212
- export interface ISet_1$instance<T> extends ICollection_1<T>, IEnumerable_1<T>, IEnumerable {
212
+ export interface ISet_1$instance<T extends unknown> extends ICollection_1<T>, IEnumerable_1<T>, IEnumerable {
213
213
  readonly __tsonic_iface_System_Collections_Generic_ISet_1: never;
214
214
 
215
215
  readonly Count: int;
@@ -227,9 +227,9 @@ export interface ISet_1$instance<T> extends ICollection_1<T>, IEnumerable_1<T>,
227
227
  }
228
228
 
229
229
 
230
- export type ISet_1<T> = ISet_1$instance<T>;
230
+ export type ISet_1<T extends unknown> = ISet_1$instance<T>;
231
231
 
232
- export interface KeyValuePair_2$instance<TKey, TValue> {
232
+ export interface KeyValuePair_2$instance<TKey extends unknown, TValue extends unknown> {
233
233
  readonly __tsonic_type_System_Collections_Generic_KeyValuePair_2: never;
234
234
 
235
235
  readonly Key: TKey;
@@ -240,11 +240,11 @@ export interface KeyValuePair_2$instance<TKey, TValue> {
240
240
 
241
241
 
242
242
  export const KeyValuePair_2: {
243
- new<TKey, TValue>(key: TKey, value: TValue): KeyValuePair_2<TKey, TValue>;
243
+ new<TKey extends unknown, TValue extends unknown>(key: TKey, value: TValue): KeyValuePair_2<TKey, TValue>;
244
244
  };
245
245
 
246
246
 
247
- export type KeyValuePair_2<TKey, TValue> = KeyValuePair_2$instance<TKey, TValue>;
247
+ export type KeyValuePair_2<TKey extends unknown, TValue extends unknown> = KeyValuePair_2$instance<TKey, TValue>;
248
248
 
249
249
  export interface ByteEqualityComparer$instance extends EqualityComparer_1$instance<System_Internal.Byte> {
250
250
  readonly __tsonic_type_System_Collections_Generic_ByteEqualityComparer: never;
@@ -253,7 +253,7 @@ export interface ByteEqualityComparer$instance extends EqualityComparer_1$instan
253
253
  readonly __tsonic_iface_System_Collections_IEqualityComparer: never;
254
254
 
255
255
  Equals(x: byte, y: byte): boolean;
256
- Equals(obj: JsValue | null): boolean;
256
+ Equals(obj: unknown | null): boolean;
257
257
  GetHashCode(b: byte): int;
258
258
  GetHashCode(): int;
259
259
  }
@@ -272,7 +272,7 @@ export interface __ByteEqualityComparer$views {
272
272
  export type ByteEqualityComparer = ByteEqualityComparer$instance & __ByteEqualityComparer$views;
273
273
 
274
274
 
275
- export interface Comparer_1$instance<T> {
275
+ export interface Comparer_1$instance<T extends unknown> {
276
276
  readonly __tsonic_type_System_Collections_Generic_Comparer_1: never;
277
277
 
278
278
  readonly __tsonic_iface_System_Collections_Generic_IComparer_1: never;
@@ -282,21 +282,21 @@ export interface Comparer_1$instance<T> {
282
282
  }
283
283
 
284
284
 
285
- export const Comparer_1: (abstract new<T>() => Comparer_1<T>) & {
286
- readonly Default: <T>() => Comparer_1<T>;
287
- Create<T>(comparison: Comparison_1<T>): Comparer_1<T>;
285
+ export const Comparer_1: (abstract new<T extends unknown>() => Comparer_1<T>) & {
286
+ readonly Default: <T extends unknown>() => Comparer_1<T>;
287
+ Create<T extends unknown>(comparison: Comparison_1<T>): Comparer_1<T>;
288
288
  };
289
289
 
290
290
 
291
- export interface __Comparer_1$views<T> {
291
+ export interface __Comparer_1$views<T extends unknown> {
292
292
  As_IComparer_1(): IComparer_1$instance<T>;
293
293
  As_IComparer(): System_Collections_Internal.IComparer$instance;
294
294
  }
295
295
 
296
- export type Comparer_1<T> = Comparer_1$instance<T> & __Comparer_1$views<T>;
296
+ export type Comparer_1<T extends unknown> = Comparer_1$instance<T> & __Comparer_1$views<T>;
297
297
 
298
298
 
299
- export interface Dictionary_2$instance<TKey, TValue> extends System_Runtime_Serialization_Internal.IDeserializationCallback$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
299
+ export interface Dictionary_2$instance<TKey extends unknown, TValue extends unknown> extends System_Runtime_Serialization_Internal.IDeserializationCallback$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
300
300
  readonly __tsonic_type_System_Collections_Generic_Dictionary_2: never;
301
301
 
302
302
  readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
@@ -321,33 +321,33 @@ export interface Dictionary_2$instance<TKey, TValue> extends System_Runtime_Seri
321
321
  ContainsKey(key: TKey): boolean;
322
322
  ContainsValue(value: TValue): boolean;
323
323
  EnsureCapacity(capacity: int): int;
324
- GetAlternateLookup<TAlternateKey>(): Dictionary_2_AlternateLookup_1<TKey, TValue, TAlternateKey>;
324
+ GetAlternateLookup<TAlternateKey extends unknown>(): Dictionary_2_AlternateLookup_1<TKey, TValue, TAlternateKey>;
325
325
  GetEnumerator(): Dictionary_2_Enumerator<TKey, TValue>;
326
326
  GetObjectData(info: SerializationInfo, context: StreamingContext): void;
327
- OnDeserialization(sender: JsValue | null): void;
327
+ OnDeserialization(sender: unknown | null): void;
328
328
  Remove(key: TKey): boolean;
329
329
  Remove(key: TKey, value: TValue): boolean;
330
330
  TrimExcess(): void;
331
331
  TrimExcess(capacity: int): void;
332
332
  TryAdd(key: TKey, value: TValue): boolean;
333
- TryGetAlternateLookup<TAlternateKey>(lookup: Dictionary_2_AlternateLookup_1<TKey, TValue, TAlternateKey>): boolean;
333
+ TryGetAlternateLookup<TAlternateKey extends unknown>(lookup: Dictionary_2_AlternateLookup_1<TKey, TValue, TAlternateKey>): boolean;
334
334
  TryGetValue(key: TKey, value: TValue): boolean;
335
335
  }
336
336
 
337
337
 
338
338
  export const Dictionary_2: {
339
- new<TKey, TValue>(): Dictionary_2<TKey, TValue>;
340
- new<TKey, TValue>(capacity: int): Dictionary_2<TKey, TValue>;
341
- new<TKey, TValue>(comparer: IEqualityComparer_1<TKey> | null): Dictionary_2<TKey, TValue>;
342
- new<TKey, TValue>(capacity: int, comparer: IEqualityComparer_1<TKey> | null): Dictionary_2<TKey, TValue>;
343
- new<TKey, TValue>(dictionary: IDictionary_2<TKey, TValue>): Dictionary_2<TKey, TValue>;
344
- new<TKey, TValue>(dictionary: IDictionary_2<TKey, TValue>, comparer: IEqualityComparer_1<TKey> | null): Dictionary_2<TKey, TValue>;
345
- new<TKey, TValue>(collection: IEnumerable_1<KeyValuePair_2<TKey, TValue>>): Dictionary_2<TKey, TValue>;
346
- new<TKey, TValue>(collection: IEnumerable_1<KeyValuePair_2<TKey, TValue>>, comparer: IEqualityComparer_1<TKey> | null): Dictionary_2<TKey, TValue>;
339
+ new<TKey extends unknown, TValue extends unknown>(): Dictionary_2<TKey, TValue>;
340
+ new<TKey extends unknown, TValue extends unknown>(capacity: int): Dictionary_2<TKey, TValue>;
341
+ new<TKey extends unknown, TValue extends unknown>(comparer: IEqualityComparer_1<TKey> | null): Dictionary_2<TKey, TValue>;
342
+ new<TKey extends unknown, TValue extends unknown>(capacity: int, comparer: IEqualityComparer_1<TKey> | null): Dictionary_2<TKey, TValue>;
343
+ new<TKey extends unknown, TValue extends unknown>(dictionary: IDictionary_2<TKey, TValue>): Dictionary_2<TKey, TValue>;
344
+ new<TKey extends unknown, TValue extends unknown>(dictionary: IDictionary_2<TKey, TValue>, comparer: IEqualityComparer_1<TKey> | null): Dictionary_2<TKey, TValue>;
345
+ new<TKey extends unknown, TValue extends unknown>(collection: IEnumerable_1<KeyValuePair_2<TKey, TValue>>): Dictionary_2<TKey, TValue>;
346
+ new<TKey extends unknown, TValue extends unknown>(collection: IEnumerable_1<KeyValuePair_2<TKey, TValue>>, comparer: IEqualityComparer_1<TKey> | null): Dictionary_2<TKey, TValue>;
347
347
  };
348
348
 
349
349
 
350
- export interface __Dictionary_2$views<TKey, TValue> {
350
+ export interface __Dictionary_2$views<TKey extends unknown, TValue extends unknown> {
351
351
  As_ICollection_1(): ICollection_1$instance<KeyValuePair_2<TKey, TValue>>;
352
352
  As_IDictionary_2(): IDictionary_2$instance<TKey, TValue>;
353
353
  As_IEnumerable_1(): IEnumerable_1$instance<KeyValuePair_2<TKey, TValue>>;
@@ -360,10 +360,10 @@ export interface __Dictionary_2$views<TKey, TValue> {
360
360
  As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
361
361
  }
362
362
 
363
- export type Dictionary_2<TKey, TValue> = Dictionary_2$instance<TKey, TValue> & __Dictionary_2$views<TKey, TValue>;
363
+ export type Dictionary_2<TKey extends unknown, TValue extends unknown> = Dictionary_2$instance<TKey, TValue> & __Dictionary_2$views<TKey, TValue>;
364
364
 
365
365
 
366
- export interface Dictionary_2_AlternateLookup_1$instance<TKey, TValue, TAlternateKey> {
366
+ export interface Dictionary_2_AlternateLookup_1$instance<TKey extends unknown, TValue extends unknown, TAlternateKey extends unknown> {
367
367
  readonly __tsonic_type_System_Collections_Generic_Dictionary_2_AlternateLookup_1: never;
368
368
 
369
369
  readonly Dictionary: Dictionary_2<TKey, TValue>;
@@ -378,13 +378,13 @@ export interface Dictionary_2_AlternateLookup_1$instance<TKey, TValue, TAlternat
378
378
 
379
379
 
380
380
  export const Dictionary_2_AlternateLookup_1: {
381
- new<TKey, TValue, TAlternateKey>(): Dictionary_2_AlternateLookup_1<TKey, TValue, TAlternateKey>;
381
+ new<TKey extends unknown, TValue extends unknown, TAlternateKey extends unknown>(): Dictionary_2_AlternateLookup_1<TKey, TValue, TAlternateKey>;
382
382
  };
383
383
 
384
384
 
385
- export type Dictionary_2_AlternateLookup_1<TKey, TValue, TAlternateKey> = Dictionary_2_AlternateLookup_1$instance<TKey, TValue, TAlternateKey>;
385
+ export type Dictionary_2_AlternateLookup_1<TKey extends unknown, TValue extends unknown, TAlternateKey extends unknown> = Dictionary_2_AlternateLookup_1$instance<TKey, TValue, TAlternateKey>;
386
386
 
387
- export interface Dictionary_2_Enumerator$instance<TKey, TValue> extends IEnumerator_1<KeyValuePair_2<TKey, TValue>>, IDisposable, IEnumerator, IDictionaryEnumerator {
387
+ export interface Dictionary_2_Enumerator$instance<TKey extends unknown, TValue extends unknown> extends IEnumerator_1<KeyValuePair_2<TKey, TValue>> {
388
388
  readonly __tsonic_type_System_Collections_Generic_Dictionary_2_Enumerator: never;
389
389
 
390
390
  readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
@@ -395,17 +395,18 @@ export interface Dictionary_2_Enumerator$instance<TKey, TValue> extends IEnumera
395
395
  readonly Current: KeyValuePair_2<TKey, TValue>;
396
396
  Dispose(): void;
397
397
  MoveNext(): boolean;
398
+ Reset(): void;
398
399
  }
399
400
 
400
401
 
401
402
  export const Dictionary_2_Enumerator: {
402
- new<TKey, TValue>(): Dictionary_2_Enumerator<TKey, TValue>;
403
+ new<TKey extends unknown, TValue extends unknown>(): Dictionary_2_Enumerator<TKey, TValue>;
403
404
  };
404
405
 
405
406
 
406
- export type Dictionary_2_Enumerator<TKey, TValue> = Dictionary_2_Enumerator$instance<TKey, TValue>;
407
+ export type Dictionary_2_Enumerator<TKey extends unknown, TValue extends unknown> = Dictionary_2_Enumerator$instance<TKey, TValue>;
407
408
 
408
- export interface Dictionary_2_KeyCollection$instance<TKey, TValue> extends ICollection_1<TKey>, IEnumerable_1<TKey>, IEnumerable, ICollection, IReadOnlyCollection_1<TKey> {
409
+ export interface Dictionary_2_KeyCollection$instance<TKey extends unknown, TValue extends unknown> {
409
410
  readonly __tsonic_type_System_Collections_Generic_Dictionary_2_KeyCollection: never;
410
411
 
411
412
  readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
@@ -422,13 +423,13 @@ export interface Dictionary_2_KeyCollection$instance<TKey, TValue> extends IColl
422
423
 
423
424
 
424
425
  export const Dictionary_2_KeyCollection: {
425
- new<TKey, TValue>(dictionary: Dictionary_2<TKey, TValue>): Dictionary_2_KeyCollection<TKey, TValue>;
426
+ new<TKey extends unknown, TValue extends unknown>(dictionary: Dictionary_2<TKey, TValue>): Dictionary_2_KeyCollection<TKey, TValue>;
426
427
  };
427
428
 
428
429
 
429
- export type Dictionary_2_KeyCollection<TKey, TValue> = Dictionary_2_KeyCollection$instance<TKey, TValue>;
430
+ export type Dictionary_2_KeyCollection<TKey extends unknown, TValue extends unknown> = Dictionary_2_KeyCollection$instance<TKey, TValue>;
430
431
 
431
- export interface Dictionary_2_KeyCollection_Enumerator$instance<TKey, TValue> extends IEnumerator_1<TKey>, IDisposable, IEnumerator {
432
+ export interface Dictionary_2_KeyCollection_Enumerator$instance<TKey extends unknown, TValue extends unknown> extends IEnumerator_1<TKey> {
432
433
  readonly __tsonic_type_System_Collections_Generic_Dictionary_2_KeyCollection_Enumerator: never;
433
434
 
434
435
  readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
@@ -438,17 +439,18 @@ export interface Dictionary_2_KeyCollection_Enumerator$instance<TKey, TValue> ex
438
439
  readonly Current: TKey;
439
440
  Dispose(): void;
440
441
  MoveNext(): boolean;
442
+ Reset(): void;
441
443
  }
442
444
 
443
445
 
444
446
  export const Dictionary_2_KeyCollection_Enumerator: {
445
- new<TKey, TValue>(): Dictionary_2_KeyCollection_Enumerator<TKey, TValue>;
447
+ new<TKey extends unknown, TValue extends unknown>(): Dictionary_2_KeyCollection_Enumerator<TKey, TValue>;
446
448
  };
447
449
 
448
450
 
449
- export type Dictionary_2_KeyCollection_Enumerator<TKey, TValue> = Dictionary_2_KeyCollection_Enumerator$instance<TKey, TValue>;
451
+ export type Dictionary_2_KeyCollection_Enumerator<TKey extends unknown, TValue extends unknown> = Dictionary_2_KeyCollection_Enumerator$instance<TKey, TValue>;
450
452
 
451
- export interface Dictionary_2_ValueCollection$instance<TKey, TValue> extends ICollection_1<TValue>, IEnumerable_1<TValue>, IEnumerable, ICollection, IReadOnlyCollection_1<TValue> {
453
+ export interface Dictionary_2_ValueCollection$instance<TKey extends unknown, TValue extends unknown> {
452
454
  readonly __tsonic_type_System_Collections_Generic_Dictionary_2_ValueCollection: never;
453
455
 
454
456
  readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
@@ -464,13 +466,13 @@ export interface Dictionary_2_ValueCollection$instance<TKey, TValue> extends ICo
464
466
 
465
467
 
466
468
  export const Dictionary_2_ValueCollection: {
467
- new<TKey, TValue>(dictionary: Dictionary_2<TKey, TValue>): Dictionary_2_ValueCollection<TKey, TValue>;
469
+ new<TKey extends unknown, TValue extends unknown>(dictionary: Dictionary_2<TKey, TValue>): Dictionary_2_ValueCollection<TKey, TValue>;
468
470
  };
469
471
 
470
472
 
471
- export type Dictionary_2_ValueCollection<TKey, TValue> = Dictionary_2_ValueCollection$instance<TKey, TValue>;
473
+ export type Dictionary_2_ValueCollection<TKey extends unknown, TValue extends unknown> = Dictionary_2_ValueCollection$instance<TKey, TValue>;
472
474
 
473
- export interface Dictionary_2_ValueCollection_Enumerator$instance<TKey, TValue> extends IEnumerator_1<TValue>, IDisposable, IEnumerator {
475
+ export interface Dictionary_2_ValueCollection_Enumerator$instance<TKey extends unknown, TValue extends unknown> extends IEnumerator_1<TValue> {
474
476
  readonly __tsonic_type_System_Collections_Generic_Dictionary_2_ValueCollection_Enumerator: never;
475
477
 
476
478
  readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
@@ -480,17 +482,18 @@ export interface Dictionary_2_ValueCollection_Enumerator$instance<TKey, TValue>
480
482
  readonly Current: TValue;
481
483
  Dispose(): void;
482
484
  MoveNext(): boolean;
485
+ Reset(): void;
483
486
  }
484
487
 
485
488
 
486
489
  export const Dictionary_2_ValueCollection_Enumerator: {
487
- new<TKey, TValue>(): Dictionary_2_ValueCollection_Enumerator<TKey, TValue>;
490
+ new<TKey extends unknown, TValue extends unknown>(): Dictionary_2_ValueCollection_Enumerator<TKey, TValue>;
488
491
  };
489
492
 
490
493
 
491
- export type Dictionary_2_ValueCollection_Enumerator<TKey, TValue> = Dictionary_2_ValueCollection_Enumerator$instance<TKey, TValue>;
494
+ export type Dictionary_2_ValueCollection_Enumerator<TKey extends unknown, TValue extends unknown> = Dictionary_2_ValueCollection_Enumerator$instance<TKey, TValue>;
492
495
 
493
- export interface EnumEqualityComparer_1$instance<T extends number & NonNullable<JsValue>> extends EqualityComparer_1$instance<T>, System_Runtime_Serialization_Internal.ISerializable$instance {
496
+ export interface EnumEqualityComparer_1$instance<T extends NonNullable<unknown> & number> extends EqualityComparer_1$instance<T>, System_Runtime_Serialization_Internal.ISerializable$instance {
494
497
  readonly __tsonic_type_System_Collections_Generic_EnumEqualityComparer_1: never;
495
498
 
496
499
  readonly __tsonic_iface_System_Collections_Generic_IEqualityComparer_1: never;
@@ -498,7 +501,7 @@ export interface EnumEqualityComparer_1$instance<T extends number & NonNullable<
498
501
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
499
502
 
500
503
  Equals(x: T, y: T): boolean;
501
- Equals(obj: JsValue | null): boolean;
504
+ Equals(obj: unknown | null): boolean;
502
505
  GetHashCode(obj: T): int;
503
506
  GetHashCode(): int;
504
507
  GetObjectData(info: SerializationInfo, context: StreamingContext): void;
@@ -506,98 +509,98 @@ export interface EnumEqualityComparer_1$instance<T extends number & NonNullable<
506
509
 
507
510
 
508
511
  export const EnumEqualityComparer_1: {
509
- new<T extends number & NonNullable<JsValue>>(): EnumEqualityComparer_1<T>;
512
+ new<T extends NonNullable<unknown> & number>(): EnumEqualityComparer_1<T>;
510
513
  };
511
514
 
512
515
 
513
- export interface __EnumEqualityComparer_1$views<T extends number & NonNullable<JsValue>> {
516
+ export interface __EnumEqualityComparer_1$views<T extends NonNullable<unknown> & number> {
514
517
  As_IEqualityComparer_1(): IEqualityComparer_1$instance<T>;
515
518
  As_IEqualityComparer(): System_Collections_Internal.IEqualityComparer$instance;
516
519
  As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
517
520
  }
518
521
 
519
- export type EnumEqualityComparer_1<T extends number> = EnumEqualityComparer_1$instance<T> & __EnumEqualityComparer_1$views<T>;
522
+ export type EnumEqualityComparer_1<T extends NonNullable<unknown> & number> = EnumEqualityComparer_1$instance<T> & __EnumEqualityComparer_1$views<T>;
520
523
 
521
524
 
522
- export interface EqualityComparer_1$instance<T> {
525
+ export interface EqualityComparer_1$instance<T extends unknown> {
523
526
  readonly __tsonic_type_System_Collections_Generic_EqualityComparer_1: never;
524
527
 
525
528
  readonly __tsonic_iface_System_Collections_Generic_IEqualityComparer_1: never;
526
529
  readonly __tsonic_iface_System_Collections_IEqualityComparer: never;
527
530
 
528
531
  Equals(x: T | null, y: T | null): boolean;
529
- Equals(obj: JsValue | null): boolean;
532
+ Equals(obj: unknown | null): boolean;
530
533
  GetHashCode(obj: T): int;
531
534
  GetHashCode(): int;
532
535
  }
533
536
 
534
537
 
535
- export const EqualityComparer_1: (abstract new<T>() => EqualityComparer_1<T>) & {
536
- readonly Default: <T>() => EqualityComparer_1<T>;
537
- Create<T>(equals: Func_3<T | null, T | null, System_Internal.Boolean>, getHashCode?: Func_2<T, System_Internal.Int32> | null): EqualityComparer_1<T>;
538
+ export const EqualityComparer_1: (abstract new<T extends unknown>() => EqualityComparer_1<T>) & {
539
+ readonly Default: <T extends unknown>() => EqualityComparer_1<T>;
540
+ Create<T extends unknown>(equals: Func_3<T | null, T | null, System_Internal.Boolean>, getHashCode?: Func_2<T, System_Internal.Int32> | null): EqualityComparer_1<T>;
538
541
  };
539
542
 
540
543
 
541
- export interface __EqualityComparer_1$views<T> {
544
+ export interface __EqualityComparer_1$views<T extends unknown> {
542
545
  As_IEqualityComparer_1(): IEqualityComparer_1$instance<T>;
543
546
  As_IEqualityComparer(): System_Collections_Internal.IEqualityComparer$instance;
544
547
  }
545
548
 
546
- export type EqualityComparer_1<T> = EqualityComparer_1$instance<T> & __EqualityComparer_1$views<T>;
549
+ export type EqualityComparer_1<T extends unknown> = EqualityComparer_1$instance<T> & __EqualityComparer_1$views<T>;
547
550
 
548
551
 
549
- export interface GenericComparer_1$instance<T extends (IComparable_1<T> | number | string | boolean)> extends Comparer_1$instance<T> {
552
+ export interface GenericComparer_1$instance<T extends unknown & (IComparable_1<T> | number | string | boolean)> extends Comparer_1$instance<T> {
550
553
  readonly __tsonic_type_System_Collections_Generic_GenericComparer_1: never;
551
554
 
552
555
  readonly __tsonic_iface_System_Collections_Generic_IComparer_1: never;
553
556
  readonly __tsonic_iface_System_Collections_IComparer: never;
554
557
 
555
558
  Compare(x: T | null, y: T | null): int;
556
- Equals(obj: JsValue | null): boolean;
559
+ Equals(obj: unknown | null): boolean;
557
560
  GetHashCode(): int;
558
561
  }
559
562
 
560
563
 
561
564
  export const GenericComparer_1: {
562
- new<T extends (IComparable_1<T> | number | string | boolean)>(): GenericComparer_1<T>;
565
+ new<T extends unknown & (IComparable_1<T> | number | string | boolean)>(): GenericComparer_1<T>;
563
566
  };
564
567
 
565
568
 
566
- export interface __GenericComparer_1$views<T extends (IComparable_1<T> | number | string | boolean)> {
569
+ export interface __GenericComparer_1$views<T extends unknown & (IComparable_1<T> | number | string | boolean)> {
567
570
  As_IComparer_1(): IComparer_1$instance<T>;
568
571
  As_IComparer(): System_Collections_Internal.IComparer$instance;
569
572
  }
570
573
 
571
- export type GenericComparer_1<T extends (IComparable_1<T> | number | string | boolean)> = GenericComparer_1$instance<T> & __GenericComparer_1$views<T>;
574
+ export type GenericComparer_1<T extends unknown & (IComparable_1<T> | number | string | boolean)> = GenericComparer_1$instance<T> & __GenericComparer_1$views<T>;
572
575
 
573
576
 
574
- export interface GenericEqualityComparer_1$instance<T extends (IEquatable_1<T> | number | string | boolean)> extends EqualityComparer_1$instance<T> {
577
+ export interface GenericEqualityComparer_1$instance<T extends unknown & (IEquatable_1<T> | number | string | boolean)> extends EqualityComparer_1$instance<T> {
575
578
  readonly __tsonic_type_System_Collections_Generic_GenericEqualityComparer_1: never;
576
579
 
577
580
  readonly __tsonic_iface_System_Collections_Generic_IEqualityComparer_1: never;
578
581
  readonly __tsonic_iface_System_Collections_IEqualityComparer: never;
579
582
 
580
583
  Equals(x: T | null, y: T | null): boolean;
581
- Equals(obj: JsValue | null): boolean;
584
+ Equals(obj: unknown | null): boolean;
582
585
  GetHashCode(obj: T): int;
583
586
  GetHashCode(): int;
584
587
  }
585
588
 
586
589
 
587
590
  export const GenericEqualityComparer_1: {
588
- new<T extends (IEquatable_1<T> | number | string | boolean)>(): GenericEqualityComparer_1<T>;
591
+ new<T extends unknown & (IEquatable_1<T> | number | string | boolean)>(): GenericEqualityComparer_1<T>;
589
592
  };
590
593
 
591
594
 
592
- export interface __GenericEqualityComparer_1$views<T extends (IEquatable_1<T> | number | string | boolean)> {
595
+ export interface __GenericEqualityComparer_1$views<T extends unknown & (IEquatable_1<T> | number | string | boolean)> {
593
596
  As_IEqualityComparer_1(): IEqualityComparer_1$instance<T>;
594
597
  As_IEqualityComparer(): System_Collections_Internal.IEqualityComparer$instance;
595
598
  }
596
599
 
597
- export type GenericEqualityComparer_1<T extends (IEquatable_1<T> | number | string | boolean)> = GenericEqualityComparer_1$instance<T> & __GenericEqualityComparer_1$views<T>;
600
+ export type GenericEqualityComparer_1<T extends unknown & (IEquatable_1<T> | number | string | boolean)> = GenericEqualityComparer_1$instance<T> & __GenericEqualityComparer_1$views<T>;
598
601
 
599
602
 
600
- export interface HashSet_1$instance<T> extends System_Runtime_Serialization_Internal.IDeserializationCallback$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
603
+ export interface HashSet_1$instance<T extends unknown> extends System_Runtime_Serialization_Internal.IDeserializationCallback$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
601
604
  readonly __tsonic_type_System_Collections_Generic_HashSet_1: never;
602
605
 
603
606
  readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
@@ -620,7 +623,7 @@ export interface HashSet_1$instance<T> extends System_Runtime_Serialization_Inte
620
623
  CopyTo(array: T[], arrayIndex: int, count: int): void;
621
624
  EnsureCapacity(capacity: int): int;
622
625
  ExceptWith(other: IEnumerable_1<T>): void;
623
- GetAlternateLookup<TAlternate>(): HashSet_1_AlternateLookup_1<T, TAlternate>;
626
+ GetAlternateLookup<TAlternate extends unknown>(): HashSet_1_AlternateLookup_1<T, TAlternate>;
624
627
  GetEnumerator(): HashSet_1_Enumerator<T>;
625
628
  GetObjectData(info: SerializationInfo, context: StreamingContext): void;
626
629
  IntersectWith(other: IEnumerable_1<T>): void;
@@ -628,7 +631,7 @@ export interface HashSet_1$instance<T> extends System_Runtime_Serialization_Inte
628
631
  IsProperSupersetOf(other: IEnumerable_1<T>): boolean;
629
632
  IsSubsetOf(other: IEnumerable_1<T>): boolean;
630
633
  IsSupersetOf(other: IEnumerable_1<T>): boolean;
631
- OnDeserialization(sender: JsValue | null): void;
634
+ OnDeserialization(sender: unknown | null): void;
632
635
  Overlaps(other: IEnumerable_1<T>): boolean;
633
636
  Remove(item: T): boolean;
634
637
  RemoveWhere(match: Predicate_1<T>): int;
@@ -636,24 +639,24 @@ export interface HashSet_1$instance<T> extends System_Runtime_Serialization_Inte
636
639
  SymmetricExceptWith(other: IEnumerable_1<T>): void;
637
640
  TrimExcess(): void;
638
641
  TrimExcess(capacity: int): void;
639
- TryGetAlternateLookup<TAlternate>(lookup: HashSet_1_AlternateLookup_1<T, TAlternate>): boolean;
642
+ TryGetAlternateLookup<TAlternate extends unknown>(lookup: HashSet_1_AlternateLookup_1<T, TAlternate>): boolean;
640
643
  TryGetValue(equalValue: T, actualValue: T): boolean;
641
644
  UnionWith(other: IEnumerable_1<T>): void;
642
645
  }
643
646
 
644
647
 
645
648
  export const HashSet_1: {
646
- new<T>(): HashSet_1<T>;
647
- new<T>(comparer: IEqualityComparer_1<T> | null): HashSet_1<T>;
648
- new<T>(capacity: int): HashSet_1<T>;
649
- new<T>(collection: IEnumerable_1<T>): HashSet_1<T>;
650
- new<T>(collection: IEnumerable_1<T>, comparer: IEqualityComparer_1<T> | null): HashSet_1<T>;
651
- new<T>(capacity: int, comparer: IEqualityComparer_1<T> | null): HashSet_1<T>;
652
- CreateSetComparer<T>(): IEqualityComparer_1<HashSet_1<T>>;
649
+ new<T extends unknown>(): HashSet_1<T>;
650
+ new<T extends unknown>(comparer: IEqualityComparer_1<T> | null): HashSet_1<T>;
651
+ new<T extends unknown>(capacity: int): HashSet_1<T>;
652
+ new<T extends unknown>(collection: IEnumerable_1<T>): HashSet_1<T>;
653
+ new<T extends unknown>(collection: IEnumerable_1<T>, comparer: IEqualityComparer_1<T> | null): HashSet_1<T>;
654
+ new<T extends unknown>(capacity: int, comparer: IEqualityComparer_1<T> | null): HashSet_1<T>;
655
+ CreateSetComparer<T extends unknown>(): IEqualityComparer_1<HashSet_1<T>>;
653
656
  };
654
657
 
655
658
 
656
- export interface __HashSet_1$views<T> {
659
+ export interface __HashSet_1$views<T extends unknown> {
657
660
  As_ICollection_1(): ICollection_1$instance<T>;
658
661
  As_IEnumerable_1(): IEnumerable_1$instance<T>;
659
662
  As_IReadOnlyCollection_1(): IReadOnlyCollection_1$instance<T>;
@@ -664,10 +667,10 @@ export interface __HashSet_1$views<T> {
664
667
  As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
665
668
  }
666
669
 
667
- export type HashSet_1<T> = HashSet_1$instance<T> & __HashSet_1$views<T>;
670
+ export type HashSet_1<T extends unknown> = HashSet_1$instance<T> & __HashSet_1$views<T>;
668
671
 
669
672
 
670
- export interface HashSet_1_AlternateLookup_1$instance<T, TAlternate> {
673
+ export interface HashSet_1_AlternateLookup_1$instance<T extends unknown, TAlternate extends unknown> {
671
674
  readonly __tsonic_type_System_Collections_Generic_HashSet_1_AlternateLookup_1: never;
672
675
 
673
676
  readonly Set: HashSet_1<T>;
@@ -679,13 +682,13 @@ export interface HashSet_1_AlternateLookup_1$instance<T, TAlternate> {
679
682
 
680
683
 
681
684
  export const HashSet_1_AlternateLookup_1: {
682
- new<T, TAlternate>(): HashSet_1_AlternateLookup_1<T, TAlternate>;
685
+ new<T extends unknown, TAlternate extends unknown>(): HashSet_1_AlternateLookup_1<T, TAlternate>;
683
686
  };
684
687
 
685
688
 
686
- export type HashSet_1_AlternateLookup_1<T, TAlternate> = HashSet_1_AlternateLookup_1$instance<T, TAlternate>;
689
+ export type HashSet_1_AlternateLookup_1<T extends unknown, TAlternate extends unknown> = HashSet_1_AlternateLookup_1$instance<T, TAlternate>;
687
690
 
688
- export interface HashSet_1_Enumerator$instance<T> extends IEnumerator_1<T>, IDisposable, IEnumerator {
691
+ export interface HashSet_1_Enumerator$instance<T extends unknown> extends IEnumerator_1<T> {
689
692
  readonly __tsonic_type_System_Collections_Generic_HashSet_1_Enumerator: never;
690
693
 
691
694
  readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
@@ -695,15 +698,16 @@ export interface HashSet_1_Enumerator$instance<T> extends IEnumerator_1<T>, IDis
695
698
  readonly Current: T;
696
699
  Dispose(): void;
697
700
  MoveNext(): boolean;
701
+ Reset(): void;
698
702
  }
699
703
 
700
704
 
701
705
  export const HashSet_1_Enumerator: {
702
- new<T>(): HashSet_1_Enumerator<T>;
706
+ new<T extends unknown>(): HashSet_1_Enumerator<T>;
703
707
  };
704
708
 
705
709
 
706
- export type HashSet_1_Enumerator<T> = HashSet_1_Enumerator$instance<T>;
710
+ export type HashSet_1_Enumerator<T extends unknown> = HashSet_1_Enumerator$instance<T>;
707
711
 
708
712
  export interface KeyNotFoundException$instance extends SystemException, System_Runtime_Serialization_Internal.ISerializable$instance {
709
713
  readonly __tsonic_type_System_Collections_Generic_KeyNotFoundException: never;
@@ -727,7 +731,7 @@ export interface __KeyNotFoundException$views {
727
731
  export type KeyNotFoundException = KeyNotFoundException$instance & __KeyNotFoundException$views;
728
732
 
729
733
 
730
- export interface LinkedList_1$instance<T> extends System_Runtime_Serialization_Internal.IDeserializationCallback$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
734
+ export interface LinkedList_1$instance<T extends unknown> extends System_Runtime_Serialization_Internal.IDeserializationCallback$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
731
735
  readonly __tsonic_type_System_Collections_Generic_LinkedList_1: never;
732
736
 
733
737
  readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
@@ -756,7 +760,7 @@ export interface LinkedList_1$instance<T> extends System_Runtime_Serialization_I
756
760
  FindLast(value: T): LinkedListNode_1<T> | null;
757
761
  GetEnumerator(): LinkedList_1_Enumerator<T>;
758
762
  GetObjectData(info: SerializationInfo, context: StreamingContext): void;
759
- OnDeserialization(sender: JsValue | null): void;
763
+ OnDeserialization(sender: unknown | null): void;
760
764
  Remove(value: T): boolean;
761
765
  Remove(node: LinkedListNode_1<T>): void;
762
766
  RemoveFirst(): void;
@@ -765,12 +769,12 @@ export interface LinkedList_1$instance<T> extends System_Runtime_Serialization_I
765
769
 
766
770
 
767
771
  export const LinkedList_1: {
768
- new<T>(): LinkedList_1<T>;
769
- new<T>(collection: IEnumerable_1<T>): LinkedList_1<T>;
772
+ new<T extends unknown>(): LinkedList_1<T>;
773
+ new<T extends unknown>(collection: IEnumerable_1<T>): LinkedList_1<T>;
770
774
  };
771
775
 
772
776
 
773
- export interface __LinkedList_1$views<T> {
777
+ export interface __LinkedList_1$views<T extends unknown> {
774
778
  As_ICollection_1(): ICollection_1$instance<T>;
775
779
  As_IEnumerable_1(): IEnumerable_1$instance<T>;
776
780
  As_IReadOnlyCollection_1(): IReadOnlyCollection_1$instance<T>;
@@ -780,10 +784,10 @@ export interface __LinkedList_1$views<T> {
780
784
  As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
781
785
  }
782
786
 
783
- export type LinkedList_1<T> = LinkedList_1$instance<T> & __LinkedList_1$views<T>;
787
+ export type LinkedList_1<T extends unknown> = LinkedList_1$instance<T> & __LinkedList_1$views<T>;
784
788
 
785
789
 
786
- export interface LinkedList_1_Enumerator$instance<T> extends IEnumerator_1<T>, IEnumerator, IDisposable, ISerializable, IDeserializationCallback {
790
+ export interface LinkedList_1_Enumerator$instance<T extends unknown> extends IEnumerator_1<T>, IDeserializationCallback, ISerializable {
787
791
  readonly __tsonic_type_System_Collections_Generic_LinkedList_1_Enumerator: never;
788
792
 
789
793
  readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
@@ -795,17 +799,18 @@ export interface LinkedList_1_Enumerator$instance<T> extends IEnumerator_1<T>, I
795
799
  readonly Current: T;
796
800
  Dispose(): void;
797
801
  MoveNext(): boolean;
802
+ Reset(): void;
798
803
  }
799
804
 
800
805
 
801
806
  export const LinkedList_1_Enumerator: {
802
- new<T>(): LinkedList_1_Enumerator<T>;
807
+ new<T extends unknown>(): LinkedList_1_Enumerator<T>;
803
808
  };
804
809
 
805
810
 
806
- export type LinkedList_1_Enumerator<T> = LinkedList_1_Enumerator$instance<T>;
811
+ export type LinkedList_1_Enumerator<T extends unknown> = LinkedList_1_Enumerator$instance<T>;
807
812
 
808
- export interface LinkedListNode_1$instance<T> {
813
+ export interface LinkedListNode_1$instance<T extends unknown> {
809
814
  readonly __tsonic_type_System_Collections_Generic_LinkedListNode_1: never;
810
815
 
811
816
  readonly List: LinkedList_1<T> | null;
@@ -817,13 +822,13 @@ export interface LinkedListNode_1$instance<T> {
817
822
 
818
823
 
819
824
  export const LinkedListNode_1: {
820
- new<T>(value: T): LinkedListNode_1<T>;
825
+ new<T extends unknown>(value: T): LinkedListNode_1<T>;
821
826
  };
822
827
 
823
828
 
824
- export type LinkedListNode_1<T> = LinkedListNode_1$instance<T>;
829
+ export type LinkedListNode_1<T extends unknown> = LinkedListNode_1$instance<T>;
825
830
 
826
- export interface List_1$instance<T> {
831
+ export interface List_1$instance<T extends unknown> {
827
832
  readonly __tsonic_type_System_Collections_Generic_List_1: never;
828
833
 
829
834
  readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
@@ -845,7 +850,7 @@ export interface List_1$instance<T> {
845
850
  BinarySearch(item: T, comparer: IComparer_1<T> | null): int;
846
851
  Clear(): void;
847
852
  Contains(item: T): boolean;
848
- ConvertAll<TOutput>(converter: Converter_2<T, TOutput>): List_1<TOutput>;
853
+ ConvertAll<TOutput extends unknown>(converter: Converter_2<T, TOutput>): List_1<TOutput>;
849
854
  CopyTo(array: T[]): void;
850
855
  CopyTo(index: int, array: T[], arrayIndex: int, count: int): void;
851
856
  CopyTo(array: T[], arrayIndex: int): void;
@@ -889,13 +894,13 @@ export interface List_1$instance<T> {
889
894
 
890
895
 
891
896
  export const List_1: {
892
- new<T>(): List_1<T>;
893
- new<T>(capacity: int): List_1<T>;
894
- new<T>(collection: IEnumerable_1<T>): List_1<T>;
897
+ new<T extends unknown>(): List_1<T>;
898
+ new<T extends unknown>(capacity: int): List_1<T>;
899
+ new<T extends unknown>(collection: IEnumerable_1<T>): List_1<T>;
895
900
  };
896
901
 
897
902
 
898
- export interface __List_1$views<T> {
903
+ export interface __List_1$views<T extends unknown> {
899
904
  As_ICollection_1(): ICollection_1$instance<T>;
900
905
  As_IEnumerable_1(): IEnumerable_1$instance<T>;
901
906
  As_IList_1(): IList_1$instance<T>;
@@ -905,10 +910,10 @@ export interface __List_1$views<T> {
905
910
  As_IList(): System_Collections_Internal.IList$instance;
906
911
  }
907
912
 
908
- export type List_1<T> = List_1$instance<T> & __List_1$views<T> & { [index: number]: T; };
913
+ export type List_1<T extends unknown> = List_1$instance<T> & __List_1$views<T> & { [index: number]: T; };
909
914
 
910
915
 
911
- export interface List_1_Enumerator$instance<T> extends IEnumerator_1<T>, IDisposable, IEnumerator {
916
+ export interface List_1_Enumerator$instance<T extends unknown> extends IEnumerator_1<T> {
912
917
  readonly __tsonic_type_System_Collections_Generic_List_1_Enumerator: never;
913
918
 
914
919
  readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
@@ -918,15 +923,16 @@ export interface List_1_Enumerator$instance<T> extends IEnumerator_1<T>, IDispos
918
923
  readonly Current: T;
919
924
  Dispose(): void;
920
925
  MoveNext(): boolean;
926
+ Reset(): void;
921
927
  }
922
928
 
923
929
 
924
930
  export const List_1_Enumerator: {
925
- new<T>(): List_1_Enumerator<T>;
931
+ new<T extends unknown>(): List_1_Enumerator<T>;
926
932
  };
927
933
 
928
934
 
929
- export type List_1_Enumerator<T> = List_1_Enumerator$instance<T>;
935
+ export type List_1_Enumerator<T extends unknown> = List_1_Enumerator$instance<T>;
930
936
 
931
937
  export interface NonRandomizedStringEqualityComparer$instance extends System_Runtime_Serialization_Internal.ISerializable$instance {
932
938
  readonly __tsonic_type_System_Collections_Generic_NonRandomizedStringEqualityComparer: never;
@@ -935,7 +941,7 @@ export interface NonRandomizedStringEqualityComparer$instance extends System_Run
935
941
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
936
942
 
937
943
  Equals(x: string | null, y: string | null): boolean;
938
- Equals(obj: JsValue | null): boolean;
944
+ Equals(obj: unknown | null): boolean;
939
945
  GetHashCode(obj: string | null): int;
940
946
  GetHashCode(): int;
941
947
  GetUnderlyingEqualityComparer(): IEqualityComparer_1<string | null>;
@@ -943,7 +949,7 @@ export interface NonRandomizedStringEqualityComparer$instance extends System_Run
943
949
 
944
950
 
945
951
  export const NonRandomizedStringEqualityComparer: (abstract new(information: SerializationInfo, context: StreamingContext) => NonRandomizedStringEqualityComparer) & {
946
- GetStringComparer(comparer: JsValue): IEqualityComparer_1<System_Internal.String> | null;
952
+ GetStringComparer(comparer: unknown): IEqualityComparer_1<System_Internal.String> | null;
947
953
  };
948
954
 
949
955
 
@@ -955,7 +961,7 @@ export interface __NonRandomizedStringEqualityComparer$views {
955
961
  export type NonRandomizedStringEqualityComparer = NonRandomizedStringEqualityComparer$instance & __NonRandomizedStringEqualityComparer$views;
956
962
 
957
963
 
958
- export interface NullableComparer_1$instance<T extends NonNullable<JsValue>> extends Comparer_1$instance<Nullable_1<T>>, System_Runtime_Serialization_Internal.ISerializable$instance {
964
+ export interface NullableComparer_1$instance<T extends NonNullable<unknown>> extends Comparer_1$instance<Nullable_1<T>>, IComparer_1$instance<Nullable_1<T>>, System_Runtime_Serialization_Internal.ISerializable$instance {
959
965
  readonly __tsonic_type_System_Collections_Generic_NullableComparer_1: never;
960
966
 
961
967
  readonly __tsonic_iface_System_Collections_Generic_IComparer_1: never;
@@ -963,27 +969,27 @@ export interface NullableComparer_1$instance<T extends NonNullable<JsValue>> ext
963
969
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
964
970
 
965
971
  Compare(x: Nullable_1<T>, y: Nullable_1<T>): int;
966
- Equals(obj: JsValue | null): boolean;
972
+ Equals(obj: unknown | null): boolean;
967
973
  GetHashCode(): int;
968
974
  GetObjectData(info: SerializationInfo, context: StreamingContext): void;
969
975
  }
970
976
 
971
977
 
972
978
  export const NullableComparer_1: {
973
- new<T extends NonNullable<JsValue>>(): NullableComparer_1<T>;
979
+ new<T extends NonNullable<unknown>>(): NullableComparer_1<T>;
974
980
  };
975
981
 
976
982
 
977
- export interface __NullableComparer_1$views<T extends NonNullable<JsValue>> {
983
+ export interface __NullableComparer_1$views<T extends NonNullable<unknown>> {
978
984
  As_IComparer_1(): IComparer_1$instance<Nullable_1<T>>;
979
985
  As_IComparer(): System_Collections_Internal.IComparer$instance;
980
986
  As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
981
987
  }
982
988
 
983
- export type NullableComparer_1<T> = NullableComparer_1$instance<T> & __NullableComparer_1$views<T>;
989
+ export type NullableComparer_1<T extends NonNullable<unknown>> = NullableComparer_1$instance<T> & __NullableComparer_1$views<T>;
984
990
 
985
991
 
986
- export interface NullableEqualityComparer_1$instance<T extends NonNullable<JsValue>> extends EqualityComparer_1$instance<Nullable_1<T>>, System_Runtime_Serialization_Internal.ISerializable$instance {
992
+ export interface NullableEqualityComparer_1$instance<T extends NonNullable<unknown>> extends EqualityComparer_1$instance<Nullable_1<T>>, System_Runtime_Serialization_Internal.ISerializable$instance {
987
993
  readonly __tsonic_type_System_Collections_Generic_NullableEqualityComparer_1: never;
988
994
 
989
995
  readonly __tsonic_iface_System_Collections_Generic_IEqualityComparer_1: never;
@@ -991,7 +997,7 @@ export interface NullableEqualityComparer_1$instance<T extends NonNullable<JsVal
991
997
  readonly __tsonic_iface_System_Runtime_Serialization_ISerializable: never;
992
998
 
993
999
  Equals(x: Nullable_1<T>, y: Nullable_1<T>): boolean;
994
- Equals(obj: JsValue | null): boolean;
1000
+ Equals(obj: unknown | null): boolean;
995
1001
  GetHashCode(obj: Nullable_1<T>): int;
996
1002
  GetHashCode(): int;
997
1003
  GetObjectData(info: SerializationInfo, context: StreamingContext): void;
@@ -999,71 +1005,71 @@ export interface NullableEqualityComparer_1$instance<T extends NonNullable<JsVal
999
1005
 
1000
1006
 
1001
1007
  export const NullableEqualityComparer_1: {
1002
- new<T extends NonNullable<JsValue>>(): NullableEqualityComparer_1<T>;
1008
+ new<T extends NonNullable<unknown>>(): NullableEqualityComparer_1<T>;
1003
1009
  };
1004
1010
 
1005
1011
 
1006
- export interface __NullableEqualityComparer_1$views<T extends NonNullable<JsValue>> {
1012
+ export interface __NullableEqualityComparer_1$views<T extends NonNullable<unknown>> {
1007
1013
  As_IEqualityComparer_1(): IEqualityComparer_1$instance<Nullable_1<T>>;
1008
1014
  As_IEqualityComparer(): System_Collections_Internal.IEqualityComparer$instance;
1009
1015
  As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
1010
1016
  }
1011
1017
 
1012
- export type NullableEqualityComparer_1<T> = NullableEqualityComparer_1$instance<T> & __NullableEqualityComparer_1$views<T>;
1018
+ export type NullableEqualityComparer_1<T extends NonNullable<unknown>> = NullableEqualityComparer_1$instance<T> & __NullableEqualityComparer_1$views<T>;
1013
1019
 
1014
1020
 
1015
- export interface ObjectComparer_1$instance<T> extends Comparer_1$instance<T> {
1021
+ export interface ObjectComparer_1$instance<T extends unknown> extends Comparer_1$instance<T> {
1016
1022
  readonly __tsonic_type_System_Collections_Generic_ObjectComparer_1: never;
1017
1023
 
1018
1024
  readonly __tsonic_iface_System_Collections_Generic_IComparer_1: never;
1019
1025
  readonly __tsonic_iface_System_Collections_IComparer: never;
1020
1026
 
1021
1027
  Compare(x: T | null, y: T | null): int;
1022
- Equals(obj: JsValue | null): boolean;
1028
+ Equals(obj: unknown | null): boolean;
1023
1029
  GetHashCode(): int;
1024
1030
  }
1025
1031
 
1026
1032
 
1027
1033
  export const ObjectComparer_1: {
1028
- new<T>(): ObjectComparer_1<T>;
1034
+ new<T extends unknown>(): ObjectComparer_1<T>;
1029
1035
  };
1030
1036
 
1031
1037
 
1032
- export interface __ObjectComparer_1$views<T> {
1038
+ export interface __ObjectComparer_1$views<T extends unknown> {
1033
1039
  As_IComparer_1(): IComparer_1$instance<T>;
1034
1040
  As_IComparer(): System_Collections_Internal.IComparer$instance;
1035
1041
  }
1036
1042
 
1037
- export type ObjectComparer_1<T> = ObjectComparer_1$instance<T> & __ObjectComparer_1$views<T>;
1043
+ export type ObjectComparer_1<T extends unknown> = ObjectComparer_1$instance<T> & __ObjectComparer_1$views<T>;
1038
1044
 
1039
1045
 
1040
- export interface ObjectEqualityComparer_1$instance<T> extends EqualityComparer_1$instance<T> {
1046
+ export interface ObjectEqualityComparer_1$instance<T extends unknown> extends EqualityComparer_1$instance<T> {
1041
1047
  readonly __tsonic_type_System_Collections_Generic_ObjectEqualityComparer_1: never;
1042
1048
 
1043
1049
  readonly __tsonic_iface_System_Collections_Generic_IEqualityComparer_1: never;
1044
1050
  readonly __tsonic_iface_System_Collections_IEqualityComparer: never;
1045
1051
 
1046
1052
  Equals(x: T | null, y: T | null): boolean;
1047
- Equals(obj: JsValue | null): boolean;
1053
+ Equals(obj: unknown | null): boolean;
1048
1054
  GetHashCode(obj: T): int;
1049
1055
  GetHashCode(): int;
1050
1056
  }
1051
1057
 
1052
1058
 
1053
1059
  export const ObjectEqualityComparer_1: {
1054
- new<T>(): ObjectEqualityComparer_1<T>;
1060
+ new<T extends unknown>(): ObjectEqualityComparer_1<T>;
1055
1061
  };
1056
1062
 
1057
1063
 
1058
- export interface __ObjectEqualityComparer_1$views<T> {
1064
+ export interface __ObjectEqualityComparer_1$views<T extends unknown> {
1059
1065
  As_IEqualityComparer_1(): IEqualityComparer_1$instance<T>;
1060
1066
  As_IEqualityComparer(): System_Collections_Internal.IEqualityComparer$instance;
1061
1067
  }
1062
1068
 
1063
- export type ObjectEqualityComparer_1<T> = ObjectEqualityComparer_1$instance<T> & __ObjectEqualityComparer_1$views<T>;
1069
+ export type ObjectEqualityComparer_1<T extends unknown> = ObjectEqualityComparer_1$instance<T> & __ObjectEqualityComparer_1$views<T>;
1064
1070
 
1065
1071
 
1066
- export interface OrderedDictionary_2$instance<TKey, TValue> {
1072
+ export interface OrderedDictionary_2$instance<TKey extends unknown, TValue extends unknown> {
1067
1073
  readonly __tsonic_type_System_Collections_Generic_OrderedDictionary_2: never;
1068
1074
 
1069
1075
  readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
@@ -1108,18 +1114,18 @@ export interface OrderedDictionary_2$instance<TKey, TValue> {
1108
1114
 
1109
1115
 
1110
1116
  export const OrderedDictionary_2: {
1111
- new<TKey, TValue>(): OrderedDictionary_2<TKey, TValue>;
1112
- new<TKey, TValue>(capacity: int): OrderedDictionary_2<TKey, TValue>;
1113
- new<TKey, TValue>(comparer: IEqualityComparer_1<TKey> | null): OrderedDictionary_2<TKey, TValue>;
1114
- new<TKey, TValue>(capacity: int, comparer: IEqualityComparer_1<TKey> | null): OrderedDictionary_2<TKey, TValue>;
1115
- new<TKey, TValue>(dictionary: IDictionary_2<TKey, TValue>): OrderedDictionary_2<TKey, TValue>;
1116
- new<TKey, TValue>(dictionary: IDictionary_2<TKey, TValue>, comparer: IEqualityComparer_1<TKey> | null): OrderedDictionary_2<TKey, TValue>;
1117
- new<TKey, TValue>(collection: IEnumerable_1<KeyValuePair_2<TKey, TValue>>): OrderedDictionary_2<TKey, TValue>;
1118
- new<TKey, TValue>(collection: IEnumerable_1<KeyValuePair_2<TKey, TValue>>, comparer: IEqualityComparer_1<TKey> | null): OrderedDictionary_2<TKey, TValue>;
1117
+ new<TKey extends unknown, TValue extends unknown>(): OrderedDictionary_2<TKey, TValue>;
1118
+ new<TKey extends unknown, TValue extends unknown>(capacity: int): OrderedDictionary_2<TKey, TValue>;
1119
+ new<TKey extends unknown, TValue extends unknown>(comparer: IEqualityComparer_1<TKey> | null): OrderedDictionary_2<TKey, TValue>;
1120
+ new<TKey extends unknown, TValue extends unknown>(capacity: int, comparer: IEqualityComparer_1<TKey> | null): OrderedDictionary_2<TKey, TValue>;
1121
+ new<TKey extends unknown, TValue extends unknown>(dictionary: IDictionary_2<TKey, TValue>): OrderedDictionary_2<TKey, TValue>;
1122
+ new<TKey extends unknown, TValue extends unknown>(dictionary: IDictionary_2<TKey, TValue>, comparer: IEqualityComparer_1<TKey> | null): OrderedDictionary_2<TKey, TValue>;
1123
+ new<TKey extends unknown, TValue extends unknown>(collection: IEnumerable_1<KeyValuePair_2<TKey, TValue>>): OrderedDictionary_2<TKey, TValue>;
1124
+ new<TKey extends unknown, TValue extends unknown>(collection: IEnumerable_1<KeyValuePair_2<TKey, TValue>>, comparer: IEqualityComparer_1<TKey> | null): OrderedDictionary_2<TKey, TValue>;
1119
1125
  };
1120
1126
 
1121
1127
 
1122
- export interface __OrderedDictionary_2$views<TKey, TValue> {
1128
+ export interface __OrderedDictionary_2$views<TKey extends unknown, TValue extends unknown> {
1123
1129
  As_ICollection_1(): ICollection_1$instance<KeyValuePair_2<TKey, TValue>>;
1124
1130
  As_IDictionary_2(): IDictionary_2$instance<TKey, TValue>;
1125
1131
  As_IEnumerable_1(): IEnumerable_1$instance<KeyValuePair_2<TKey, TValue>>;
@@ -1132,10 +1138,10 @@ export interface __OrderedDictionary_2$views<TKey, TValue> {
1132
1138
  As_IList(): System_Collections_Internal.IList$instance;
1133
1139
  }
1134
1140
 
1135
- export type OrderedDictionary_2<TKey, TValue> = OrderedDictionary_2$instance<TKey, TValue> & __OrderedDictionary_2$views<TKey, TValue>;
1141
+ export type OrderedDictionary_2<TKey extends unknown, TValue extends unknown> = OrderedDictionary_2$instance<TKey, TValue> & __OrderedDictionary_2$views<TKey, TValue>;
1136
1142
 
1137
1143
 
1138
- export interface OrderedDictionary_2_Enumerator$instance<TKey, TValue> extends IEnumerator_1<KeyValuePair_2<TKey, TValue>>, IEnumerator, IDisposable, IDictionaryEnumerator {
1144
+ export interface OrderedDictionary_2_Enumerator$instance<TKey extends unknown, TValue extends unknown> {
1139
1145
  readonly __tsonic_type_System_Collections_Generic_OrderedDictionary_2_Enumerator: never;
1140
1146
 
1141
1147
  readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
@@ -1145,17 +1151,18 @@ export interface OrderedDictionary_2_Enumerator$instance<TKey, TValue> extends I
1145
1151
 
1146
1152
  Current: KeyValuePair_2<TKey, TValue>;
1147
1153
  MoveNext(): boolean;
1154
+ Reset(): void;
1148
1155
  }
1149
1156
 
1150
1157
 
1151
1158
  export const OrderedDictionary_2_Enumerator: {
1152
- new<TKey, TValue>(): OrderedDictionary_2_Enumerator<TKey, TValue>;
1159
+ new<TKey extends unknown, TValue extends unknown>(): OrderedDictionary_2_Enumerator<TKey, TValue>;
1153
1160
  };
1154
1161
 
1155
1162
 
1156
- export type OrderedDictionary_2_Enumerator<TKey, TValue> = OrderedDictionary_2_Enumerator$instance<TKey, TValue>;
1163
+ export type OrderedDictionary_2_Enumerator<TKey extends unknown, TValue extends unknown> = OrderedDictionary_2_Enumerator$instance<TKey, TValue>;
1157
1164
 
1158
- export interface OrderedDictionary_2_KeyCollection$instance<TKey, TValue> extends IList_1<TKey>, ICollection_1<TKey>, IEnumerable_1<TKey>, IEnumerable, IReadOnlyList_1<TKey>, IReadOnlyCollection_1<TKey>, IList, ICollection {
1165
+ export interface OrderedDictionary_2_KeyCollection$instance<TKey extends unknown, TValue extends unknown> {
1159
1166
  readonly __tsonic_type_System_Collections_Generic_OrderedDictionary_2_KeyCollection: never;
1160
1167
 
1161
1168
  readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
@@ -1178,9 +1185,9 @@ export const OrderedDictionary_2_KeyCollection: {
1178
1185
  };
1179
1186
 
1180
1187
 
1181
- export type OrderedDictionary_2_KeyCollection<TKey, TValue> = OrderedDictionary_2_KeyCollection$instance<TKey, TValue>;
1188
+ export type OrderedDictionary_2_KeyCollection<TKey extends unknown, TValue extends unknown> = OrderedDictionary_2_KeyCollection$instance<TKey, TValue>;
1182
1189
 
1183
- export interface OrderedDictionary_2_KeyCollection_Enumerator$instance<TKey, TValue> extends IEnumerator_1<TKey>, IEnumerator, IDisposable {
1190
+ export interface OrderedDictionary_2_KeyCollection_Enumerator$instance<TKey extends unknown, TValue extends unknown> extends IEnumerator_1<TKey> {
1184
1191
  readonly __tsonic_type_System_Collections_Generic_OrderedDictionary_2_KeyCollection_Enumerator: never;
1185
1192
 
1186
1193
  readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
@@ -1189,17 +1196,18 @@ export interface OrderedDictionary_2_KeyCollection_Enumerator$instance<TKey, TVa
1189
1196
 
1190
1197
  readonly Current: TKey;
1191
1198
  MoveNext(): boolean;
1199
+ Reset(): void;
1192
1200
  }
1193
1201
 
1194
1202
 
1195
1203
  export const OrderedDictionary_2_KeyCollection_Enumerator: {
1196
- new<TKey, TValue>(): OrderedDictionary_2_KeyCollection_Enumerator<TKey, TValue>;
1204
+ new<TKey extends unknown, TValue extends unknown>(): OrderedDictionary_2_KeyCollection_Enumerator<TKey, TValue>;
1197
1205
  };
1198
1206
 
1199
1207
 
1200
- export type OrderedDictionary_2_KeyCollection_Enumerator<TKey, TValue> = OrderedDictionary_2_KeyCollection_Enumerator$instance<TKey, TValue>;
1208
+ export type OrderedDictionary_2_KeyCollection_Enumerator<TKey extends unknown, TValue extends unknown> = OrderedDictionary_2_KeyCollection_Enumerator$instance<TKey, TValue>;
1201
1209
 
1202
- export interface OrderedDictionary_2_ValueCollection$instance<TKey, TValue> extends IList_1<TValue>, ICollection_1<TValue>, IEnumerable_1<TValue>, IEnumerable, IReadOnlyList_1<TValue>, IReadOnlyCollection_1<TValue>, IList, ICollection {
1210
+ export interface OrderedDictionary_2_ValueCollection$instance<TKey extends unknown, TValue extends unknown> {
1203
1211
  readonly __tsonic_type_System_Collections_Generic_OrderedDictionary_2_ValueCollection: never;
1204
1212
 
1205
1213
  readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
@@ -1221,9 +1229,9 @@ export const OrderedDictionary_2_ValueCollection: {
1221
1229
  };
1222
1230
 
1223
1231
 
1224
- export type OrderedDictionary_2_ValueCollection<TKey, TValue> = OrderedDictionary_2_ValueCollection$instance<TKey, TValue>;
1232
+ export type OrderedDictionary_2_ValueCollection<TKey extends unknown, TValue extends unknown> = OrderedDictionary_2_ValueCollection$instance<TKey, TValue>;
1225
1233
 
1226
- export interface OrderedDictionary_2_ValueCollection_Enumerator$instance<TKey, TValue> extends IEnumerator_1<TValue>, IEnumerator, IDisposable {
1234
+ export interface OrderedDictionary_2_ValueCollection_Enumerator$instance<TKey extends unknown, TValue extends unknown> extends IEnumerator_1<TValue> {
1227
1235
  readonly __tsonic_type_System_Collections_Generic_OrderedDictionary_2_ValueCollection_Enumerator: never;
1228
1236
 
1229
1237
  readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
@@ -1232,17 +1240,18 @@ export interface OrderedDictionary_2_ValueCollection_Enumerator$instance<TKey, T
1232
1240
 
1233
1241
  readonly Current: TValue;
1234
1242
  MoveNext(): boolean;
1243
+ Reset(): void;
1235
1244
  }
1236
1245
 
1237
1246
 
1238
1247
  export const OrderedDictionary_2_ValueCollection_Enumerator: {
1239
- new<TKey, TValue>(): OrderedDictionary_2_ValueCollection_Enumerator<TKey, TValue>;
1248
+ new<TKey extends unknown, TValue extends unknown>(): OrderedDictionary_2_ValueCollection_Enumerator<TKey, TValue>;
1240
1249
  };
1241
1250
 
1242
1251
 
1243
- export type OrderedDictionary_2_ValueCollection_Enumerator<TKey, TValue> = OrderedDictionary_2_ValueCollection_Enumerator$instance<TKey, TValue>;
1252
+ export type OrderedDictionary_2_ValueCollection_Enumerator<TKey extends unknown, TValue extends unknown> = OrderedDictionary_2_ValueCollection_Enumerator$instance<TKey, TValue>;
1244
1253
 
1245
- export interface PriorityQueue_2$instance<TElement, TPriority> {
1254
+ export interface PriorityQueue_2$instance<TElement extends unknown, TPriority extends unknown> {
1246
1255
  readonly __tsonic_type_System_Collections_Generic_PriorityQueue_2: never;
1247
1256
 
1248
1257
  readonly Capacity: int;
@@ -1266,18 +1275,18 @@ export interface PriorityQueue_2$instance<TElement, TPriority> {
1266
1275
 
1267
1276
 
1268
1277
  export const PriorityQueue_2: {
1269
- new<TElement, TPriority>(): PriorityQueue_2<TElement, TPriority>;
1270
- new<TElement, TPriority>(initialCapacity: int): PriorityQueue_2<TElement, TPriority>;
1271
- new<TElement, TPriority>(comparer: IComparer_1<TPriority> | null): PriorityQueue_2<TElement, TPriority>;
1272
- new<TElement, TPriority>(initialCapacity: int, comparer: IComparer_1<TPriority> | null): PriorityQueue_2<TElement, TPriority>;
1273
- new<TElement, TPriority>(items: IEnumerable_1<ValueTuple_2<TElement, TPriority>>): PriorityQueue_2<TElement, TPriority>;
1274
- new<TElement, TPriority>(items: IEnumerable_1<ValueTuple_2<TElement, TPriority>>, comparer: IComparer_1<TPriority> | null): PriorityQueue_2<TElement, TPriority>;
1278
+ new<TElement extends unknown, TPriority extends unknown>(): PriorityQueue_2<TElement, TPriority>;
1279
+ new<TElement extends unknown, TPriority extends unknown>(initialCapacity: int): PriorityQueue_2<TElement, TPriority>;
1280
+ new<TElement extends unknown, TPriority extends unknown>(comparer: IComparer_1<TPriority> | null): PriorityQueue_2<TElement, TPriority>;
1281
+ new<TElement extends unknown, TPriority extends unknown>(initialCapacity: int, comparer: IComparer_1<TPriority> | null): PriorityQueue_2<TElement, TPriority>;
1282
+ new<TElement extends unknown, TPriority extends unknown>(items: IEnumerable_1<ValueTuple_2<TElement, TPriority>>): PriorityQueue_2<TElement, TPriority>;
1283
+ new<TElement extends unknown, TPriority extends unknown>(items: IEnumerable_1<ValueTuple_2<TElement, TPriority>>, comparer: IComparer_1<TPriority> | null): PriorityQueue_2<TElement, TPriority>;
1275
1284
  };
1276
1285
 
1277
1286
 
1278
- export type PriorityQueue_2<TElement, TPriority> = PriorityQueue_2$instance<TElement, TPriority>;
1287
+ export type PriorityQueue_2<TElement extends unknown, TPriority extends unknown> = PriorityQueue_2$instance<TElement, TPriority>;
1279
1288
 
1280
- export interface PriorityQueue_2_UnorderedItemsCollection$instance<TElement, TPriority> extends IReadOnlyCollection_1<ValueTuple_2<TElement, TPriority>>, IEnumerable_1<ValueTuple_2<TElement, TPriority>>, IEnumerable, ICollection {
1289
+ export interface PriorityQueue_2_UnorderedItemsCollection$instance<TElement extends unknown, TPriority extends unknown> {
1281
1290
  readonly __tsonic_type_System_Collections_Generic_PriorityQueue_2_UnorderedItemsCollection: never;
1282
1291
 
1283
1292
  readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
@@ -1294,9 +1303,9 @@ export const PriorityQueue_2_UnorderedItemsCollection: {
1294
1303
  };
1295
1304
 
1296
1305
 
1297
- export type PriorityQueue_2_UnorderedItemsCollection<TElement, TPriority> = PriorityQueue_2_UnorderedItemsCollection$instance<TElement, TPriority>;
1306
+ export type PriorityQueue_2_UnorderedItemsCollection<TElement extends unknown, TPriority extends unknown> = PriorityQueue_2_UnorderedItemsCollection$instance<TElement, TPriority>;
1298
1307
 
1299
- export interface PriorityQueue_2_UnorderedItemsCollection_Enumerator$instance<TElement, TPriority> extends IEnumerator_1<ValueTuple_2<TElement, TPriority>>, IEnumerator, IDisposable {
1308
+ export interface PriorityQueue_2_UnorderedItemsCollection_Enumerator$instance<TElement extends unknown, TPriority extends unknown> extends IEnumerator_1<ValueTuple_2<TElement, TPriority>> {
1300
1309
  readonly __tsonic_type_System_Collections_Generic_PriorityQueue_2_UnorderedItemsCollection_Enumerator: never;
1301
1310
 
1302
1311
  readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
@@ -1306,17 +1315,18 @@ export interface PriorityQueue_2_UnorderedItemsCollection_Enumerator$instance<TE
1306
1315
  readonly Current: ValueTuple_2<TElement, TPriority>;
1307
1316
  Dispose(): void;
1308
1317
  MoveNext(): boolean;
1318
+ Reset(): void;
1309
1319
  }
1310
1320
 
1311
1321
 
1312
1322
  export const PriorityQueue_2_UnorderedItemsCollection_Enumerator: {
1313
- new<TElement, TPriority>(): PriorityQueue_2_UnorderedItemsCollection_Enumerator<TElement, TPriority>;
1323
+ new<TElement extends unknown, TPriority extends unknown>(): PriorityQueue_2_UnorderedItemsCollection_Enumerator<TElement, TPriority>;
1314
1324
  };
1315
1325
 
1316
1326
 
1317
- export type PriorityQueue_2_UnorderedItemsCollection_Enumerator<TElement, TPriority> = PriorityQueue_2_UnorderedItemsCollection_Enumerator$instance<TElement, TPriority>;
1327
+ export type PriorityQueue_2_UnorderedItemsCollection_Enumerator<TElement extends unknown, TPriority extends unknown> = PriorityQueue_2_UnorderedItemsCollection_Enumerator$instance<TElement, TPriority>;
1318
1328
 
1319
- export interface Queue_1$instance<T> {
1329
+ export interface Queue_1$instance<T extends unknown> {
1320
1330
  readonly __tsonic_type_System_Collections_Generic_Queue_1: never;
1321
1331
 
1322
1332
  readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
@@ -1343,23 +1353,23 @@ export interface Queue_1$instance<T> {
1343
1353
 
1344
1354
 
1345
1355
  export const Queue_1: {
1346
- new<T>(): Queue_1<T>;
1347
- new<T>(capacity: int): Queue_1<T>;
1348
- new<T>(collection: IEnumerable_1<T>): Queue_1<T>;
1356
+ new<T extends unknown>(): Queue_1<T>;
1357
+ new<T extends unknown>(capacity: int): Queue_1<T>;
1358
+ new<T extends unknown>(collection: IEnumerable_1<T>): Queue_1<T>;
1349
1359
  };
1350
1360
 
1351
1361
 
1352
- export interface __Queue_1$views<T> {
1362
+ export interface __Queue_1$views<T extends unknown> {
1353
1363
  As_IEnumerable_1(): IEnumerable_1$instance<T>;
1354
1364
  As_IReadOnlyCollection_1(): IReadOnlyCollection_1$instance<T>;
1355
1365
  As_ICollection(): System_Collections_Internal.ICollection$instance;
1356
1366
  As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
1357
1367
  }
1358
1368
 
1359
- export type Queue_1<T> = Queue_1$instance<T> & __Queue_1$views<T>;
1369
+ export type Queue_1<T extends unknown> = Queue_1$instance<T> & __Queue_1$views<T>;
1360
1370
 
1361
1371
 
1362
- export interface Queue_1_Enumerator$instance<T> extends IEnumerator_1<T>, IDisposable, IEnumerator {
1372
+ export interface Queue_1_Enumerator$instance<T extends unknown> extends IEnumerator_1<T> {
1363
1373
  readonly __tsonic_type_System_Collections_Generic_Queue_1_Enumerator: never;
1364
1374
 
1365
1375
  readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
@@ -1369,15 +1379,16 @@ export interface Queue_1_Enumerator$instance<T> extends IEnumerator_1<T>, IDispo
1369
1379
  readonly Current: T;
1370
1380
  Dispose(): void;
1371
1381
  MoveNext(): boolean;
1382
+ Reset(): void;
1372
1383
  }
1373
1384
 
1374
1385
 
1375
1386
  export const Queue_1_Enumerator: {
1376
- new<T>(): Queue_1_Enumerator<T>;
1387
+ new<T extends unknown>(): Queue_1_Enumerator<T>;
1377
1388
  };
1378
1389
 
1379
1390
 
1380
- export type Queue_1_Enumerator<T> = Queue_1_Enumerator$instance<T>;
1391
+ export type Queue_1_Enumerator<T extends unknown> = Queue_1_Enumerator$instance<T>;
1381
1392
 
1382
1393
  export interface ReferenceEqualityComparer$instance {
1383
1394
  readonly __tsonic_type_System_Collections_Generic_ReferenceEqualityComparer: never;
@@ -1385,9 +1396,9 @@ export interface ReferenceEqualityComparer$instance {
1385
1396
  readonly __tsonic_iface_System_Collections_Generic_IEqualityComparer_1: never;
1386
1397
  readonly __tsonic_iface_System_Collections_IEqualityComparer: never;
1387
1398
 
1388
- Equals(x: JsValue | null, y: JsValue | null): boolean;
1389
- Equals(obj: JsValue | null): boolean;
1390
- GetHashCode(obj: JsValue | null): int;
1399
+ Equals(x: unknown | null, y: unknown | null): boolean;
1400
+ Equals(obj: unknown | null): boolean;
1401
+ GetHashCode(obj: unknown | null): int;
1391
1402
  GetHashCode(): int;
1392
1403
  }
1393
1404
 
@@ -1398,14 +1409,14 @@ export const ReferenceEqualityComparer: {
1398
1409
 
1399
1410
 
1400
1411
  export interface __ReferenceEqualityComparer$views {
1401
- As_IEqualityComparer_1(): IEqualityComparer_1$instance<JsValue>;
1412
+ As_IEqualityComparer_1(): IEqualityComparer_1$instance<unknown>;
1402
1413
  As_IEqualityComparer(): System_Collections_Internal.IEqualityComparer$instance;
1403
1414
  }
1404
1415
 
1405
1416
  export type ReferenceEqualityComparer = ReferenceEqualityComparer$instance & __ReferenceEqualityComparer$views;
1406
1417
 
1407
1418
 
1408
- export interface SortedDictionary_2$instance<TKey, TValue> {
1419
+ export interface SortedDictionary_2$instance<TKey extends unknown, TValue extends unknown> {
1409
1420
  readonly __tsonic_type_System_Collections_Generic_SortedDictionary_2: never;
1410
1421
 
1411
1422
  readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
@@ -1434,14 +1445,14 @@ export interface SortedDictionary_2$instance<TKey, TValue> {
1434
1445
 
1435
1446
 
1436
1447
  export const SortedDictionary_2: {
1437
- new<TKey, TValue>(): SortedDictionary_2<TKey, TValue>;
1438
- new<TKey, TValue>(dictionary: IDictionary_2<TKey, TValue>): SortedDictionary_2<TKey, TValue>;
1439
- new<TKey, TValue>(dictionary: IDictionary_2<TKey, TValue>, comparer: IComparer_1<TKey> | null): SortedDictionary_2<TKey, TValue>;
1440
- new<TKey, TValue>(comparer: IComparer_1<TKey> | null): SortedDictionary_2<TKey, TValue>;
1448
+ new<TKey extends unknown, TValue extends unknown>(): SortedDictionary_2<TKey, TValue>;
1449
+ new<TKey extends unknown, TValue extends unknown>(dictionary: IDictionary_2<TKey, TValue>): SortedDictionary_2<TKey, TValue>;
1450
+ new<TKey extends unknown, TValue extends unknown>(dictionary: IDictionary_2<TKey, TValue>, comparer: IComparer_1<TKey> | null): SortedDictionary_2<TKey, TValue>;
1451
+ new<TKey extends unknown, TValue extends unknown>(comparer: IComparer_1<TKey> | null): SortedDictionary_2<TKey, TValue>;
1441
1452
  };
1442
1453
 
1443
1454
 
1444
- export interface __SortedDictionary_2$views<TKey, TValue> {
1455
+ export interface __SortedDictionary_2$views<TKey extends unknown, TValue extends unknown> {
1445
1456
  As_ICollection_1(): ICollection_1$instance<KeyValuePair_2<TKey, TValue>>;
1446
1457
  As_IDictionary_2(): IDictionary_2$instance<TKey, TValue>;
1447
1458
  As_IEnumerable_1(): IEnumerable_1$instance<KeyValuePair_2<TKey, TValue>>;
@@ -1452,10 +1463,10 @@ export interface __SortedDictionary_2$views<TKey, TValue> {
1452
1463
  As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
1453
1464
  }
1454
1465
 
1455
- export type SortedDictionary_2<TKey, TValue> = SortedDictionary_2$instance<TKey, TValue> & __SortedDictionary_2$views<TKey, TValue>;
1466
+ export type SortedDictionary_2<TKey extends unknown, TValue extends unknown> = SortedDictionary_2$instance<TKey, TValue> & __SortedDictionary_2$views<TKey, TValue>;
1456
1467
 
1457
1468
 
1458
- export interface SortedDictionary_2_Enumerator$instance<TKey, TValue> extends IEnumerator_1<KeyValuePair_2<TKey, TValue>>, IEnumerator, IDisposable, IDictionaryEnumerator {
1469
+ export interface SortedDictionary_2_Enumerator$instance<TKey extends unknown, TValue extends unknown> extends IEnumerator_1<KeyValuePair_2<TKey, TValue>> {
1459
1470
  readonly __tsonic_type_System_Collections_Generic_SortedDictionary_2_Enumerator: never;
1460
1471
 
1461
1472
  readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
@@ -1466,17 +1477,18 @@ export interface SortedDictionary_2_Enumerator$instance<TKey, TValue> extends IE
1466
1477
  readonly Current: KeyValuePair_2<TKey, TValue>;
1467
1478
  Dispose(): void;
1468
1479
  MoveNext(): boolean;
1480
+ Reset(): void;
1469
1481
  }
1470
1482
 
1471
1483
 
1472
1484
  export const SortedDictionary_2_Enumerator: {
1473
- new<TKey, TValue>(): SortedDictionary_2_Enumerator<TKey, TValue>;
1485
+ new<TKey extends unknown, TValue extends unknown>(): SortedDictionary_2_Enumerator<TKey, TValue>;
1474
1486
  };
1475
1487
 
1476
1488
 
1477
- export type SortedDictionary_2_Enumerator<TKey, TValue> = SortedDictionary_2_Enumerator$instance<TKey, TValue>;
1489
+ export type SortedDictionary_2_Enumerator<TKey extends unknown, TValue extends unknown> = SortedDictionary_2_Enumerator$instance<TKey, TValue>;
1478
1490
 
1479
- export interface SortedDictionary_2_KeyCollection$instance<TKey, TValue> extends ICollection_1<TKey>, IEnumerable_1<TKey>, IEnumerable, ICollection, IReadOnlyCollection_1<TKey> {
1491
+ export interface SortedDictionary_2_KeyCollection$instance<TKey extends unknown, TValue extends unknown> {
1480
1492
  readonly __tsonic_type_System_Collections_Generic_SortedDictionary_2_KeyCollection: never;
1481
1493
 
1482
1494
  readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
@@ -1493,13 +1505,13 @@ export interface SortedDictionary_2_KeyCollection$instance<TKey, TValue> extends
1493
1505
 
1494
1506
 
1495
1507
  export const SortedDictionary_2_KeyCollection: {
1496
- new<TKey, TValue>(dictionary: SortedDictionary_2<TKey, TValue>): SortedDictionary_2_KeyCollection<TKey, TValue>;
1508
+ new<TKey extends unknown, TValue extends unknown>(dictionary: SortedDictionary_2<TKey, TValue>): SortedDictionary_2_KeyCollection<TKey, TValue>;
1497
1509
  };
1498
1510
 
1499
1511
 
1500
- export type SortedDictionary_2_KeyCollection<TKey, TValue> = SortedDictionary_2_KeyCollection$instance<TKey, TValue>;
1512
+ export type SortedDictionary_2_KeyCollection<TKey extends unknown, TValue extends unknown> = SortedDictionary_2_KeyCollection$instance<TKey, TValue>;
1501
1513
 
1502
- export interface SortedDictionary_2_KeyCollection_Enumerator$instance<TKey, TValue> extends IEnumerator_1<TKey>, IEnumerator, IDisposable {
1514
+ export interface SortedDictionary_2_KeyCollection_Enumerator$instance<TKey extends unknown, TValue extends unknown> extends IEnumerator_1<TKey> {
1503
1515
  readonly __tsonic_type_System_Collections_Generic_SortedDictionary_2_KeyCollection_Enumerator: never;
1504
1516
 
1505
1517
  readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
@@ -1509,36 +1521,37 @@ export interface SortedDictionary_2_KeyCollection_Enumerator$instance<TKey, TVal
1509
1521
  readonly Current: TKey;
1510
1522
  Dispose(): void;
1511
1523
  MoveNext(): boolean;
1524
+ Reset(): void;
1512
1525
  }
1513
1526
 
1514
1527
 
1515
1528
  export const SortedDictionary_2_KeyCollection_Enumerator: {
1516
- new<TKey, TValue>(): SortedDictionary_2_KeyCollection_Enumerator<TKey, TValue>;
1529
+ new<TKey extends unknown, TValue extends unknown>(): SortedDictionary_2_KeyCollection_Enumerator<TKey, TValue>;
1517
1530
  };
1518
1531
 
1519
1532
 
1520
- export type SortedDictionary_2_KeyCollection_Enumerator<TKey, TValue> = SortedDictionary_2_KeyCollection_Enumerator$instance<TKey, TValue>;
1533
+ export type SortedDictionary_2_KeyCollection_Enumerator<TKey extends unknown, TValue extends unknown> = SortedDictionary_2_KeyCollection_Enumerator$instance<TKey, TValue>;
1521
1534
 
1522
- export interface SortedDictionary_2_KeyValuePairComparer$instance<TKey, TValue> extends Comparer_1$instance<KeyValuePair_2<TKey, TValue>>, IComparer, IComparer_1<KeyValuePair_2<TKey, TValue>> {
1535
+ export interface SortedDictionary_2_KeyValuePairComparer$instance<TKey extends unknown, TValue extends unknown> extends Comparer_1$instance<KeyValuePair_2<TKey, TValue>>, IComparer_1<KeyValuePair_2<TKey, TValue>> {
1523
1536
  readonly __tsonic_type_System_Collections_Generic_SortedDictionary_2_KeyValuePairComparer: never;
1524
1537
 
1525
1538
  readonly __tsonic_iface_System_Collections_Generic_IComparer_1: never;
1526
1539
  readonly __tsonic_iface_System_Collections_IComparer: never;
1527
1540
 
1528
1541
  Compare(x: KeyValuePair_2<TKey, TValue>, y: KeyValuePair_2<TKey, TValue>): int;
1529
- Equals(obj: JsValue | null): boolean;
1542
+ Equals(obj: unknown | null): boolean;
1530
1543
  GetHashCode(): int;
1531
1544
  }
1532
1545
 
1533
1546
 
1534
1547
  export const SortedDictionary_2_KeyValuePairComparer: {
1535
- new<TKey, TValue>(keyComparer: IComparer_1<TKey> | null): SortedDictionary_2_KeyValuePairComparer<TKey, TValue>;
1548
+ new<TKey extends unknown, TValue extends unknown>(keyComparer: IComparer_1<TKey> | null): SortedDictionary_2_KeyValuePairComparer<TKey, TValue>;
1536
1549
  };
1537
1550
 
1538
1551
 
1539
- export type SortedDictionary_2_KeyValuePairComparer<TKey, TValue> = SortedDictionary_2_KeyValuePairComparer$instance<TKey, TValue>;
1552
+ export type SortedDictionary_2_KeyValuePairComparer<TKey extends unknown, TValue extends unknown> = SortedDictionary_2_KeyValuePairComparer$instance<TKey, TValue>;
1540
1553
 
1541
- export interface SortedDictionary_2_ValueCollection$instance<TKey, TValue> extends ICollection_1<TValue>, IEnumerable_1<TValue>, IEnumerable, ICollection, IReadOnlyCollection_1<TValue> {
1554
+ export interface SortedDictionary_2_ValueCollection$instance<TKey extends unknown, TValue extends unknown> {
1542
1555
  readonly __tsonic_type_System_Collections_Generic_SortedDictionary_2_ValueCollection: never;
1543
1556
 
1544
1557
  readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
@@ -1554,13 +1567,13 @@ export interface SortedDictionary_2_ValueCollection$instance<TKey, TValue> exten
1554
1567
 
1555
1568
 
1556
1569
  export const SortedDictionary_2_ValueCollection: {
1557
- new<TKey, TValue>(dictionary: SortedDictionary_2<TKey, TValue>): SortedDictionary_2_ValueCollection<TKey, TValue>;
1570
+ new<TKey extends unknown, TValue extends unknown>(dictionary: SortedDictionary_2<TKey, TValue>): SortedDictionary_2_ValueCollection<TKey, TValue>;
1558
1571
  };
1559
1572
 
1560
1573
 
1561
- export type SortedDictionary_2_ValueCollection<TKey, TValue> = SortedDictionary_2_ValueCollection$instance<TKey, TValue>;
1574
+ export type SortedDictionary_2_ValueCollection<TKey extends unknown, TValue extends unknown> = SortedDictionary_2_ValueCollection$instance<TKey, TValue>;
1562
1575
 
1563
- export interface SortedDictionary_2_ValueCollection_Enumerator$instance<TKey, TValue> extends IEnumerator_1<TValue>, IEnumerator, IDisposable {
1576
+ export interface SortedDictionary_2_ValueCollection_Enumerator$instance<TKey extends unknown, TValue extends unknown> extends IEnumerator_1<TValue> {
1564
1577
  readonly __tsonic_type_System_Collections_Generic_SortedDictionary_2_ValueCollection_Enumerator: never;
1565
1578
 
1566
1579
  readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
@@ -1570,17 +1583,18 @@ export interface SortedDictionary_2_ValueCollection_Enumerator$instance<TKey, TV
1570
1583
  readonly Current: TValue;
1571
1584
  Dispose(): void;
1572
1585
  MoveNext(): boolean;
1586
+ Reset(): void;
1573
1587
  }
1574
1588
 
1575
1589
 
1576
1590
  export const SortedDictionary_2_ValueCollection_Enumerator: {
1577
- new<TKey, TValue>(): SortedDictionary_2_ValueCollection_Enumerator<TKey, TValue>;
1591
+ new<TKey extends unknown, TValue extends unknown>(): SortedDictionary_2_ValueCollection_Enumerator<TKey, TValue>;
1578
1592
  };
1579
1593
 
1580
1594
 
1581
- export type SortedDictionary_2_ValueCollection_Enumerator<TKey, TValue> = SortedDictionary_2_ValueCollection_Enumerator$instance<TKey, TValue>;
1595
+ export type SortedDictionary_2_ValueCollection_Enumerator<TKey extends unknown, TValue extends unknown> = SortedDictionary_2_ValueCollection_Enumerator$instance<TKey, TValue>;
1582
1596
 
1583
- export interface SortedList_2$instance<TKey, TValue> {
1597
+ export interface SortedList_2$instance<TKey extends unknown, TValue extends unknown> {
1584
1598
  readonly __tsonic_type_System_Collections_Generic_SortedList_2: never;
1585
1599
 
1586
1600
  readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
@@ -1616,16 +1630,16 @@ export interface SortedList_2$instance<TKey, TValue> {
1616
1630
 
1617
1631
 
1618
1632
  export const SortedList_2: {
1619
- new<TKey, TValue>(): SortedList_2<TKey, TValue>;
1620
- new<TKey, TValue>(capacity: int): SortedList_2<TKey, TValue>;
1621
- new<TKey, TValue>(comparer: IComparer_1<TKey> | null): SortedList_2<TKey, TValue>;
1622
- new<TKey, TValue>(capacity: int, comparer: IComparer_1<TKey> | null): SortedList_2<TKey, TValue>;
1623
- new<TKey, TValue>(dictionary: IDictionary_2<TKey, TValue>): SortedList_2<TKey, TValue>;
1624
- new<TKey, TValue>(dictionary: IDictionary_2<TKey, TValue>, comparer: IComparer_1<TKey> | null): SortedList_2<TKey, TValue>;
1633
+ new<TKey extends unknown, TValue extends unknown>(): SortedList_2<TKey, TValue>;
1634
+ new<TKey extends unknown, TValue extends unknown>(capacity: int): SortedList_2<TKey, TValue>;
1635
+ new<TKey extends unknown, TValue extends unknown>(comparer: IComparer_1<TKey> | null): SortedList_2<TKey, TValue>;
1636
+ new<TKey extends unknown, TValue extends unknown>(capacity: int, comparer: IComparer_1<TKey> | null): SortedList_2<TKey, TValue>;
1637
+ new<TKey extends unknown, TValue extends unknown>(dictionary: IDictionary_2<TKey, TValue>): SortedList_2<TKey, TValue>;
1638
+ new<TKey extends unknown, TValue extends unknown>(dictionary: IDictionary_2<TKey, TValue>, comparer: IComparer_1<TKey> | null): SortedList_2<TKey, TValue>;
1625
1639
  };
1626
1640
 
1627
1641
 
1628
- export interface __SortedList_2$views<TKey, TValue> {
1642
+ export interface __SortedList_2$views<TKey extends unknown, TValue extends unknown> {
1629
1643
  As_ICollection_1(): ICollection_1$instance<KeyValuePair_2<TKey, TValue>>;
1630
1644
  As_IDictionary_2(): IDictionary_2$instance<TKey, TValue>;
1631
1645
  As_IEnumerable_1(): IEnumerable_1$instance<KeyValuePair_2<TKey, TValue>>;
@@ -1636,10 +1650,10 @@ export interface __SortedList_2$views<TKey, TValue> {
1636
1650
  As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
1637
1651
  }
1638
1652
 
1639
- export type SortedList_2<TKey, TValue> = SortedList_2$instance<TKey, TValue> & __SortedList_2$views<TKey, TValue>;
1653
+ export type SortedList_2<TKey extends unknown, TValue extends unknown> = SortedList_2$instance<TKey, TValue> & __SortedList_2$views<TKey, TValue>;
1640
1654
 
1641
1655
 
1642
- export interface SortedList_2_KeyList$instance<TKey, TValue> extends IList_1<TKey>, ICollection_1<TKey>, IEnumerable_1<TKey>, IEnumerable, ICollection {
1656
+ export interface SortedList_2_KeyList$instance<TKey extends unknown, TValue extends unknown> {
1643
1657
  readonly __tsonic_type_System_Collections_Generic_SortedList_2_KeyList: never;
1644
1658
 
1645
1659
  readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
@@ -1666,9 +1680,9 @@ export const SortedList_2_KeyList: {
1666
1680
  };
1667
1681
 
1668
1682
 
1669
- export type SortedList_2_KeyList<TKey, TValue> = SortedList_2_KeyList$instance<TKey, TValue> & { [index: number]: TKey; };
1683
+ export type SortedList_2_KeyList<TKey extends unknown, TValue extends unknown> = SortedList_2_KeyList$instance<TKey, TValue> & { [index: number]: TKey; };
1670
1684
 
1671
- export interface SortedList_2_ValueList$instance<TKey, TValue> extends IList_1<TValue>, ICollection_1<TValue>, IEnumerable_1<TValue>, IEnumerable, ICollection {
1685
+ export interface SortedList_2_ValueList$instance<TKey extends unknown, TValue extends unknown> {
1672
1686
  readonly __tsonic_type_System_Collections_Generic_SortedList_2_ValueList: never;
1673
1687
 
1674
1688
  readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
@@ -1695,9 +1709,9 @@ export const SortedList_2_ValueList: {
1695
1709
  };
1696
1710
 
1697
1711
 
1698
- export type SortedList_2_ValueList<TKey, TValue> = SortedList_2_ValueList$instance<TKey, TValue> & { [index: number]: TValue; };
1712
+ export type SortedList_2_ValueList<TKey extends unknown, TValue extends unknown> = SortedList_2_ValueList$instance<TKey, TValue> & { [index: number]: TValue; };
1699
1713
 
1700
- export interface SortedSet_1$instance<T> extends System_Runtime_Serialization_Internal.IDeserializationCallback$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
1714
+ export interface SortedSet_1$instance<T extends unknown> extends System_Runtime_Serialization_Internal.IDeserializationCallback$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
1701
1715
  readonly __tsonic_type_System_Collections_Generic_SortedSet_1: never;
1702
1716
 
1703
1717
  readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
@@ -1729,7 +1743,7 @@ export interface SortedSet_1$instance<T> extends System_Runtime_Serialization_In
1729
1743
  IsProperSupersetOf(other: IEnumerable_1<T>): boolean;
1730
1744
  IsSubsetOf(other: IEnumerable_1<T>): boolean;
1731
1745
  IsSupersetOf(other: IEnumerable_1<T>): boolean;
1732
- OnDeserialization(sender: JsValue | null): void;
1746
+ OnDeserialization(sender: unknown | null): void;
1733
1747
  Overlaps(other: IEnumerable_1<T>): boolean;
1734
1748
  Remove(item: T): boolean;
1735
1749
  RemoveWhere(match: Predicate_1<T>): int;
@@ -1742,16 +1756,16 @@ export interface SortedSet_1$instance<T> extends System_Runtime_Serialization_In
1742
1756
 
1743
1757
 
1744
1758
  export const SortedSet_1: {
1745
- new<T>(): SortedSet_1<T>;
1746
- new<T>(comparer: IComparer_1<T> | null): SortedSet_1<T>;
1747
- new<T>(collection: IEnumerable_1<T>): SortedSet_1<T>;
1748
- new<T>(collection: IEnumerable_1<T>, comparer: IComparer_1<T> | null): SortedSet_1<T>;
1749
- CreateSetComparer<T>(): IEqualityComparer_1<SortedSet_1<T>>;
1750
- CreateSetComparer<T>(memberEqualityComparer: IEqualityComparer_1<T> | null): IEqualityComparer_1<SortedSet_1<T>>;
1759
+ new<T extends unknown>(): SortedSet_1<T>;
1760
+ new<T extends unknown>(comparer: IComparer_1<T> | null): SortedSet_1<T>;
1761
+ new<T extends unknown>(collection: IEnumerable_1<T>): SortedSet_1<T>;
1762
+ new<T extends unknown>(collection: IEnumerable_1<T>, comparer: IComparer_1<T> | null): SortedSet_1<T>;
1763
+ CreateSetComparer<T extends unknown>(): IEqualityComparer_1<SortedSet_1<T>>;
1764
+ CreateSetComparer<T extends unknown>(memberEqualityComparer: IEqualityComparer_1<T> | null): IEqualityComparer_1<SortedSet_1<T>>;
1751
1765
  };
1752
1766
 
1753
1767
 
1754
- export interface __SortedSet_1$views<T> {
1768
+ export interface __SortedSet_1$views<T extends unknown> {
1755
1769
  As_ICollection_1(): ICollection_1$instance<T>;
1756
1770
  As_IEnumerable_1(): IEnumerable_1$instance<T>;
1757
1771
  As_IReadOnlyCollection_1(): IReadOnlyCollection_1$instance<T>;
@@ -1763,10 +1777,10 @@ export interface __SortedSet_1$views<T> {
1763
1777
  As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
1764
1778
  }
1765
1779
 
1766
- export type SortedSet_1<T> = SortedSet_1$instance<T> & __SortedSet_1$views<T>;
1780
+ export type SortedSet_1<T extends unknown> = SortedSet_1$instance<T> & __SortedSet_1$views<T>;
1767
1781
 
1768
1782
 
1769
- export interface SortedSet_1_Enumerator$instance<T> extends IEnumerator_1<T>, IEnumerator, IDisposable, ISerializable, IDeserializationCallback {
1783
+ export interface SortedSet_1_Enumerator$instance<T extends unknown> extends IEnumerator_1<T>, IDeserializationCallback, ISerializable {
1770
1784
  readonly __tsonic_type_System_Collections_Generic_SortedSet_1_Enumerator: never;
1771
1785
 
1772
1786
  readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
@@ -1778,17 +1792,18 @@ export interface SortedSet_1_Enumerator$instance<T> extends IEnumerator_1<T>, IE
1778
1792
  readonly Current: T;
1779
1793
  Dispose(): void;
1780
1794
  MoveNext(): boolean;
1795
+ Reset(): void;
1781
1796
  }
1782
1797
 
1783
1798
 
1784
1799
  export const SortedSet_1_Enumerator: {
1785
- new<T>(): SortedSet_1_Enumerator<T>;
1800
+ new<T extends unknown>(): SortedSet_1_Enumerator<T>;
1786
1801
  };
1787
1802
 
1788
1803
 
1789
- export type SortedSet_1_Enumerator<T> = SortedSet_1_Enumerator$instance<T>;
1804
+ export type SortedSet_1_Enumerator<T extends unknown> = SortedSet_1_Enumerator$instance<T>;
1790
1805
 
1791
- export interface Stack_1$instance<T> {
1806
+ export interface Stack_1$instance<T extends unknown> {
1792
1807
  readonly __tsonic_type_System_Collections_Generic_Stack_1: never;
1793
1808
 
1794
1809
  readonly __tsonic_iface_System_Collections_Generic_IEnumerable_1: never;
@@ -1815,23 +1830,23 @@ export interface Stack_1$instance<T> {
1815
1830
 
1816
1831
 
1817
1832
  export const Stack_1: {
1818
- new<T>(): Stack_1<T>;
1819
- new<T>(capacity: int): Stack_1<T>;
1820
- new<T>(collection: IEnumerable_1<T>): Stack_1<T>;
1833
+ new<T extends unknown>(): Stack_1<T>;
1834
+ new<T extends unknown>(capacity: int): Stack_1<T>;
1835
+ new<T extends unknown>(collection: IEnumerable_1<T>): Stack_1<T>;
1821
1836
  };
1822
1837
 
1823
1838
 
1824
- export interface __Stack_1$views<T> {
1839
+ export interface __Stack_1$views<T extends unknown> {
1825
1840
  As_IEnumerable_1(): IEnumerable_1$instance<T>;
1826
1841
  As_IReadOnlyCollection_1(): IReadOnlyCollection_1$instance<T>;
1827
1842
  As_ICollection(): System_Collections_Internal.ICollection$instance;
1828
1843
  As_IEnumerable(): System_Collections_Internal.IEnumerable$instance;
1829
1844
  }
1830
1845
 
1831
- export type Stack_1<T> = Stack_1$instance<T> & __Stack_1$views<T>;
1846
+ export type Stack_1<T extends unknown> = Stack_1$instance<T> & __Stack_1$views<T>;
1832
1847
 
1833
1848
 
1834
- export interface Stack_1_Enumerator$instance<T> extends IEnumerator_1<T>, IEnumerator, IDisposable {
1849
+ export interface Stack_1_Enumerator$instance<T extends unknown> extends IEnumerator_1<T> {
1835
1850
  readonly __tsonic_type_System_Collections_Generic_Stack_1_Enumerator: never;
1836
1851
 
1837
1852
  readonly __tsonic_iface_System_Collections_Generic_IEnumerator_1: never;
@@ -1841,17 +1856,18 @@ export interface Stack_1_Enumerator$instance<T> extends IEnumerator_1<T>, IEnume
1841
1856
  readonly Current: T;
1842
1857
  Dispose(): void;
1843
1858
  MoveNext(): boolean;
1859
+ Reset(): void;
1844
1860
  }
1845
1861
 
1846
1862
 
1847
1863
  export const Stack_1_Enumerator: {
1848
- new<T>(): Stack_1_Enumerator<T>;
1864
+ new<T extends unknown>(): Stack_1_Enumerator<T>;
1849
1865
  };
1850
1866
 
1851
1867
 
1852
- export type Stack_1_Enumerator<T> = Stack_1_Enumerator$instance<T>;
1868
+ export type Stack_1_Enumerator<T extends unknown> = Stack_1_Enumerator$instance<T>;
1853
1869
 
1854
- export interface TreeSet_1$instance<T> extends SortedSet_1$instance<T>, System_Runtime_Serialization_Internal.IDeserializationCallback$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
1870
+ export interface TreeSet_1$instance<T extends unknown> extends SortedSet_1$instance<T>, System_Runtime_Serialization_Internal.IDeserializationCallback$instance, System_Runtime_Serialization_Internal.ISerializable$instance {
1855
1871
  readonly __tsonic_type_System_Collections_Generic_TreeSet_1: never;
1856
1872
 
1857
1873
  readonly __tsonic_iface_System_Collections_Generic_ICollection_1: never;
@@ -1868,12 +1884,12 @@ export interface TreeSet_1$instance<T> extends SortedSet_1$instance<T>, System_R
1868
1884
 
1869
1885
 
1870
1886
  export const TreeSet_1: {
1871
- new<T>(): TreeSet_1<T>;
1872
- new<T>(comparer: IComparer_1<T> | null): TreeSet_1<T>;
1887
+ new<T extends unknown>(): TreeSet_1<T>;
1888
+ new<T extends unknown>(comparer: IComparer_1<T> | null): TreeSet_1<T>;
1873
1889
  };
1874
1890
 
1875
1891
 
1876
- export interface __TreeSet_1$views<T> {
1892
+ export interface __TreeSet_1$views<T extends unknown> {
1877
1893
  As_ICollection_1(): ICollection_1$instance<T>;
1878
1894
  As_IEnumerable_1(): IEnumerable_1$instance<T>;
1879
1895
  As_IReadOnlyCollection_1(): IReadOnlyCollection_1$instance<T>;
@@ -1885,27 +1901,27 @@ export interface __TreeSet_1$views<T> {
1885
1901
  As_ISerializable(): System_Runtime_Serialization_Internal.ISerializable$instance;
1886
1902
  }
1887
1903
 
1888
- export type TreeSet_1<T> = TreeSet_1$instance<T> & __TreeSet_1$views<T>;
1904
+ export type TreeSet_1<T extends unknown> = TreeSet_1$instance<T> & __TreeSet_1$views<T>;
1889
1905
 
1890
1906
 
1891
1907
  export abstract class CollectionExtensions$instance {
1892
- static AddRange<T>(list: List_1<T>, source: ReadOnlySpan_1<T>): void;
1893
- static AsReadOnly<TKey, TValue>(dictionary: IDictionary_2<TKey, TValue>): ReadOnlyDictionary_2<TKey, TValue>;
1894
- static AsReadOnly<T>(list: IList_1<T>): ReadOnlyCollection_1<T>;
1895
- static AsReadOnly<T>(set: ISet_1<T>): ReadOnlySet_1<T>;
1896
- static CopyTo<T>(list: List_1<T>, destination: Span_1<T>): void;
1897
- static GetValueOrDefault<TKey, TValue>(dictionary: IReadOnlyDictionary_2<TKey, TValue>, key: TKey, defaultValue: TValue): TValue;
1898
- static GetValueOrDefault<TKey, TValue>(dictionary: IReadOnlyDictionary_2<TKey, TValue>, key: TKey): TValue | null;
1899
- static InsertRange<T>(list: List_1<T>, index: int, source: ReadOnlySpan_1<T>): void;
1900
- static Remove<TKey, TValue>(dictionary: IDictionary_2<TKey, TValue>, key: TKey, value: TValue): boolean;
1901
- static TryAdd<TKey, TValue>(dictionary: IDictionary_2<TKey, TValue>, key: TKey, value: TValue): boolean;
1908
+ static AddRange<T extends unknown>(list: List_1<T>, source: ReadOnlySpan_1<T>): void;
1909
+ static AsReadOnly<TKey extends unknown, TValue extends unknown>(dictionary: IDictionary_2<TKey, TValue>): ReadOnlyDictionary_2<TKey, TValue>;
1910
+ static AsReadOnly<T extends unknown>(list: IList_1<T>): ReadOnlyCollection_1<T>;
1911
+ static AsReadOnly<T extends unknown>(set: ISet_1<T>): ReadOnlySet_1<T>;
1912
+ static CopyTo<T extends unknown>(list: List_1<T>, destination: Span_1<T>): void;
1913
+ static GetValueOrDefault<TKey extends unknown, TValue extends unknown>(dictionary: IReadOnlyDictionary_2<TKey, TValue>, key: TKey, defaultValue: TValue): TValue;
1914
+ static GetValueOrDefault<TKey extends unknown, TValue extends unknown>(dictionary: IReadOnlyDictionary_2<TKey, TValue>, key: TKey): TValue | null;
1915
+ static InsertRange<T extends unknown>(list: List_1<T>, index: int, source: ReadOnlySpan_1<T>): void;
1916
+ static Remove<TKey extends unknown, TValue extends unknown>(dictionary: IDictionary_2<TKey, TValue>, key: TKey, value: TValue): boolean;
1917
+ static TryAdd<TKey extends unknown, TValue extends unknown>(dictionary: IDictionary_2<TKey, TValue>, key: TKey, value: TValue): boolean;
1902
1918
  }
1903
1919
 
1904
1920
 
1905
1921
  export type CollectionExtensions = CollectionExtensions$instance;
1906
1922
 
1907
1923
  export abstract class KeyValuePair$instance {
1908
- static Create<TKey, TValue>(key: TKey, value: TValue): KeyValuePair_2<TKey, TValue>;
1924
+ static Create<TKey extends unknown, TValue extends unknown>(key: TKey, value: TValue): KeyValuePair_2<TKey, TValue>;
1909
1925
  }
1910
1926
 
1911
1927