@alloy-js/csharp 0.21.0-dev.12 → 0.21.0-dev.14

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 (608) hide show
  1. package/dist/scripts/generate-builtins.js +2 -0
  2. package/dist/scripts/generate-builtins.js.map +1 -1
  3. package/dist/scripts/process-docfx.d.ts.map +1 -1
  4. package/dist/scripts/process-docfx.js +22 -10
  5. package/dist/scripts/process-docfx.js.map +1 -1
  6. package/dist/src/builtins/Microsoft/CSharp/RuntimeBinder/index.d.ts +12 -0
  7. package/dist/src/builtins/Microsoft/CSharp/RuntimeBinder/index.d.ts.map +1 -0
  8. package/dist/src/builtins/Microsoft/CSharp/RuntimeBinder/index.js +23 -0
  9. package/dist/src/builtins/Microsoft/CSharp/RuntimeBinder/index.js.map +1 -0
  10. package/dist/src/builtins/Microsoft/CSharp/index.d.ts +6 -0
  11. package/dist/src/builtins/Microsoft/CSharp/index.d.ts.map +1 -0
  12. package/dist/src/builtins/Microsoft/CSharp/index.js +5 -0
  13. package/dist/src/builtins/Microsoft/CSharp/index.js.map +1 -0
  14. package/dist/src/builtins/Microsoft/VisualBasic/FileIO/index.d.ts +102 -0
  15. package/dist/src/builtins/Microsoft/VisualBasic/FileIO/index.d.ts.map +1 -0
  16. package/dist/src/builtins/Microsoft/VisualBasic/FileIO/index.js +473 -0
  17. package/dist/src/builtins/Microsoft/VisualBasic/FileIO/index.js.map +1 -0
  18. package/dist/src/builtins/Microsoft/VisualBasic/index.d.ts +491 -0
  19. package/dist/src/builtins/Microsoft/VisualBasic/index.d.ts.map +1 -0
  20. package/dist/src/builtins/Microsoft/VisualBasic/index.js +2534 -0
  21. package/dist/src/builtins/Microsoft/VisualBasic/index.js.map +1 -0
  22. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.d.ts +50 -0
  23. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.d.ts.map +1 -1
  24. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.js +203 -0
  25. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.js.map +1 -1
  26. package/dist/src/builtins/Microsoft/Win32/index.d.ts +74 -1
  27. package/dist/src/builtins/Microsoft/Win32/index.d.ts.map +1 -1
  28. package/dist/src/builtins/Microsoft/Win32/index.js +358 -1
  29. package/dist/src/builtins/Microsoft/Win32/index.js.map +1 -1
  30. package/dist/src/builtins/Microsoft/index.d.ts +2 -0
  31. package/dist/src/builtins/Microsoft/index.d.ts.map +1 -1
  32. package/dist/src/builtins/Microsoft/index.js +2 -0
  33. package/dist/src/builtins/Microsoft/index.js.map +1 -1
  34. package/dist/src/builtins/System/Buffers/Binary/index.d.ts +113 -0
  35. package/dist/src/builtins/System/Buffers/Binary/index.d.ts.map +1 -0
  36. package/dist/src/builtins/System/Buffers/Binary/index.js +536 -0
  37. package/dist/src/builtins/System/Buffers/Binary/index.js.map +1 -0
  38. package/dist/src/builtins/System/Buffers/Text/index.d.ts +6 -0
  39. package/dist/src/builtins/System/Buffers/Text/index.d.ts.map +1 -1
  40. package/dist/src/builtins/System/Buffers/Text/index.js +22 -0
  41. package/dist/src/builtins/System/Buffers/Text/index.js.map +1 -1
  42. package/dist/src/builtins/System/Buffers/index.d.ts +85 -0
  43. package/dist/src/builtins/System/Buffers/index.d.ts.map +1 -1
  44. package/dist/src/builtins/System/Buffers/index.js +391 -0
  45. package/dist/src/builtins/System/Buffers/index.js.map +1 -1
  46. package/dist/src/builtins/System/Collections/Concurrent/index.d.ts +100 -0
  47. package/dist/src/builtins/System/Collections/Concurrent/index.d.ts.map +1 -0
  48. package/dist/src/builtins/System/Collections/Concurrent/index.js +399 -0
  49. package/dist/src/builtins/System/Collections/Concurrent/index.js.map +1 -0
  50. package/dist/src/builtins/System/Collections/Frozen/index.d.ts +29 -0
  51. package/dist/src/builtins/System/Collections/Frozen/index.d.ts.map +1 -0
  52. package/dist/src/builtins/System/Collections/Frozen/index.js +88 -0
  53. package/dist/src/builtins/System/Collections/Frozen/index.js.map +1 -0
  54. package/dist/src/builtins/System/Collections/Generic/index.d.ts +176 -0
  55. package/dist/src/builtins/System/Collections/Generic/index.d.ts.map +1 -1
  56. package/dist/src/builtins/System/Collections/Generic/index.js +636 -0
  57. package/dist/src/builtins/System/Collections/Generic/index.js.map +1 -1
  58. package/dist/src/builtins/System/Collections/Immutable/index.d.ts +273 -0
  59. package/dist/src/builtins/System/Collections/Immutable/index.d.ts.map +1 -0
  60. package/dist/src/builtins/System/Collections/Immutable/index.js +1049 -0
  61. package/dist/src/builtins/System/Collections/Immutable/index.js.map +1 -0
  62. package/dist/src/builtins/System/Collections/ObjectModel/index.d.ts +48 -0
  63. package/dist/src/builtins/System/Collections/ObjectModel/index.d.ts.map +1 -1
  64. package/dist/src/builtins/System/Collections/ObjectModel/index.js +209 -0
  65. package/dist/src/builtins/System/Collections/ObjectModel/index.js.map +1 -1
  66. package/dist/src/builtins/System/Collections/Specialized/index.d.ts +162 -0
  67. package/dist/src/builtins/System/Collections/Specialized/index.d.ts.map +1 -0
  68. package/dist/src/builtins/System/Collections/Specialized/index.js +716 -0
  69. package/dist/src/builtins/System/Collections/Specialized/index.js.map +1 -0
  70. package/dist/src/builtins/System/Collections/index.d.ts +151 -0
  71. package/dist/src/builtins/System/Collections/index.d.ts.map +1 -1
  72. package/dist/src/builtins/System/Collections/index.js +807 -86
  73. package/dist/src/builtins/System/Collections/index.js.map +1 -1
  74. package/dist/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.d.ts +40 -0
  75. package/dist/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.d.ts.map +1 -0
  76. package/dist/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.js +143 -0
  77. package/dist/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.js.map +1 -0
  78. package/dist/src/builtins/System/ComponentModel/DataAnnotations/index.d.ts +274 -0
  79. package/dist/src/builtins/System/ComponentModel/DataAnnotations/index.d.ts.map +1 -0
  80. package/dist/src/builtins/System/ComponentModel/DataAnnotations/index.js +1237 -0
  81. package/dist/src/builtins/System/ComponentModel/DataAnnotations/index.js.map +1 -0
  82. package/dist/src/builtins/System/ComponentModel/Design/Serialization/index.d.ts +128 -0
  83. package/dist/src/builtins/System/ComponentModel/Design/Serialization/index.d.ts.map +1 -0
  84. package/dist/src/builtins/System/ComponentModel/Design/Serialization/index.js +535 -0
  85. package/dist/src/builtins/System/ComponentModel/Design/Serialization/index.js.map +1 -0
  86. package/dist/src/builtins/System/ComponentModel/Design/index.d.ts +428 -0
  87. package/dist/src/builtins/System/ComponentModel/Design/index.d.ts.map +1 -0
  88. package/dist/src/builtins/System/ComponentModel/Design/index.js +2008 -0
  89. package/dist/src/builtins/System/ComponentModel/Design/index.js.map +1 -0
  90. package/dist/src/builtins/System/ComponentModel/index.d.ts +1407 -0
  91. package/dist/src/builtins/System/ComponentModel/index.d.ts.map +1 -1
  92. package/dist/src/builtins/System/ComponentModel/index.js +6587 -24
  93. package/dist/src/builtins/System/ComponentModel/index.js.map +1 -1
  94. package/dist/src/builtins/System/Data/Common/index.d.ts +611 -0
  95. package/dist/src/builtins/System/Data/Common/index.d.ts.map +1 -0
  96. package/dist/src/builtins/System/Data/Common/index.js +3279 -0
  97. package/dist/src/builtins/System/Data/Common/index.js.map +1 -0
  98. package/dist/src/builtins/System/Data/SqlTypes/index.d.ts +541 -0
  99. package/dist/src/builtins/System/Data/SqlTypes/index.d.ts.map +1 -0
  100. package/dist/src/builtins/System/Data/SqlTypes/index.js +2655 -0
  101. package/dist/src/builtins/System/Data/SqlTypes/index.js.map +1 -0
  102. package/dist/src/builtins/System/Data/index.d.ts +967 -0
  103. package/dist/src/builtins/System/Data/index.d.ts.map +1 -0
  104. package/dist/src/builtins/System/Data/index.js +4504 -0
  105. package/dist/src/builtins/System/Data/index.js.map +1 -0
  106. package/dist/src/builtins/System/Diagnostics/Contracts/index.d.ts +76 -0
  107. package/dist/src/builtins/System/Diagnostics/Contracts/index.d.ts.map +1 -0
  108. package/dist/src/builtins/System/Diagnostics/Contracts/index.js +309 -0
  109. package/dist/src/builtins/System/Diagnostics/Contracts/index.js.map +1 -0
  110. package/dist/src/builtins/System/Diagnostics/Metrics/index.d.ts +83 -0
  111. package/dist/src/builtins/System/Diagnostics/Metrics/index.d.ts.map +1 -0
  112. package/dist/src/builtins/System/Diagnostics/Metrics/index.js +323 -0
  113. package/dist/src/builtins/System/Diagnostics/Metrics/index.js.map +1 -0
  114. package/dist/src/builtins/System/Diagnostics/SymbolStore/index.d.ts +138 -0
  115. package/dist/src/builtins/System/Diagnostics/SymbolStore/index.d.ts.map +1 -0
  116. package/dist/src/builtins/System/Diagnostics/SymbolStore/index.js +610 -0
  117. package/dist/src/builtins/System/Diagnostics/SymbolStore/index.js.map +1 -0
  118. package/dist/src/builtins/System/Diagnostics/Tracing/index.d.ts +206 -0
  119. package/dist/src/builtins/System/Diagnostics/Tracing/index.d.ts.map +1 -0
  120. package/dist/src/builtins/System/Diagnostics/Tracing/index.js +954 -0
  121. package/dist/src/builtins/System/Diagnostics/Tracing/index.js.map +1 -0
  122. package/dist/src/builtins/System/Diagnostics/index.d.ts +685 -0
  123. package/dist/src/builtins/System/Diagnostics/index.d.ts.map +1 -1
  124. package/dist/src/builtins/System/Diagnostics/index.js +3568 -251
  125. package/dist/src/builtins/System/Diagnostics/index.js.map +1 -1
  126. package/dist/src/builtins/System/Drawing/index.d.ts +558 -0
  127. package/dist/src/builtins/System/Drawing/index.d.ts.map +1 -0
  128. package/dist/src/builtins/System/Drawing/index.js +3305 -0
  129. package/dist/src/builtins/System/Drawing/index.js.map +1 -0
  130. package/dist/src/builtins/System/Dynamic/index.d.ts +170 -0
  131. package/dist/src/builtins/System/Dynamic/index.d.ts.map +1 -0
  132. package/dist/src/builtins/System/Dynamic/index.js +795 -0
  133. package/dist/src/builtins/System/Dynamic/index.js.map +1 -0
  134. package/dist/src/builtins/System/Formats/Asn1/index.d.ts +173 -0
  135. package/dist/src/builtins/System/Formats/Asn1/index.d.ts.map +1 -0
  136. package/dist/src/builtins/System/Formats/Asn1/index.js +843 -0
  137. package/dist/src/builtins/System/Formats/Asn1/index.js.map +1 -0
  138. package/dist/src/builtins/System/Formats/Tar/index.d.ts +96 -0
  139. package/dist/src/builtins/System/Formats/Tar/index.d.ts.map +1 -0
  140. package/dist/src/builtins/System/Formats/Tar/index.js +436 -0
  141. package/dist/src/builtins/System/Formats/Tar/index.js.map +1 -0
  142. package/dist/src/builtins/System/Formats/index.d.ts +7 -0
  143. package/dist/src/builtins/System/Formats/index.d.ts.map +1 -0
  144. package/dist/src/builtins/System/Formats/index.js +6 -0
  145. package/dist/src/builtins/System/Formats/index.js.map +1 -0
  146. package/dist/src/builtins/System/IO/Compression/index.d.ts +186 -0
  147. package/dist/src/builtins/System/IO/Compression/index.d.ts.map +1 -0
  148. package/dist/src/builtins/System/IO/Compression/index.js +894 -0
  149. package/dist/src/builtins/System/IO/Compression/index.js.map +1 -0
  150. package/dist/src/builtins/System/IO/IsolatedStorage/index.d.ts +103 -0
  151. package/dist/src/builtins/System/IO/IsolatedStorage/index.d.ts.map +1 -0
  152. package/dist/src/builtins/System/IO/IsolatedStorage/index.js +495 -0
  153. package/dist/src/builtins/System/IO/IsolatedStorage/index.js.map +1 -0
  154. package/dist/src/builtins/System/IO/MemoryMappedFiles/index.d.ts +56 -0
  155. package/dist/src/builtins/System/IO/MemoryMappedFiles/index.d.ts.map +1 -0
  156. package/dist/src/builtins/System/IO/MemoryMappedFiles/index.js +251 -0
  157. package/dist/src/builtins/System/IO/MemoryMappedFiles/index.js.map +1 -0
  158. package/dist/src/builtins/System/IO/Pipelines/index.d.ts +93 -0
  159. package/dist/src/builtins/System/IO/Pipelines/index.d.ts.map +1 -0
  160. package/dist/src/builtins/System/IO/Pipelines/index.js +415 -0
  161. package/dist/src/builtins/System/IO/Pipelines/index.js.map +1 -0
  162. package/dist/src/builtins/System/IO/Pipes/index.d.ts +157 -0
  163. package/dist/src/builtins/System/IO/Pipes/index.d.ts.map +1 -0
  164. package/dist/src/builtins/System/IO/Pipes/index.js +723 -0
  165. package/dist/src/builtins/System/IO/Pipes/index.js.map +1 -0
  166. package/dist/src/builtins/System/IO/index.d.ts +140 -0
  167. package/dist/src/builtins/System/IO/index.d.ts.map +1 -1
  168. package/dist/src/builtins/System/IO/index.js +630 -0
  169. package/dist/src/builtins/System/IO/index.js.map +1 -1
  170. package/dist/src/builtins/System/Linq/Expressions/index.d.ts +429 -0
  171. package/dist/src/builtins/System/Linq/Expressions/index.d.ts.map +1 -0
  172. package/dist/src/builtins/System/Linq/Expressions/index.js +2253 -0
  173. package/dist/src/builtins/System/Linq/Expressions/index.js.map +1 -0
  174. package/dist/src/builtins/System/Linq/index.d.ts +73 -0
  175. package/dist/src/builtins/System/Linq/index.d.ts.map +1 -0
  176. package/dist/src/builtins/System/Linq/index.js +275 -0
  177. package/dist/src/builtins/System/Linq/index.js.map +1 -0
  178. package/dist/src/builtins/System/Net/Cache/index.d.ts +48 -0
  179. package/dist/src/builtins/System/Net/Cache/index.d.ts.map +1 -0
  180. package/dist/src/builtins/System/Net/Cache/index.js +217 -0
  181. package/dist/src/builtins/System/Net/Cache/index.js.map +1 -0
  182. package/dist/src/builtins/System/Net/Http/Headers/index.d.ts +335 -0
  183. package/dist/src/builtins/System/Net/Http/Headers/index.d.ts.map +1 -0
  184. package/dist/src/builtins/System/Net/Http/Headers/index.js +1668 -0
  185. package/dist/src/builtins/System/Net/Http/Headers/index.js.map +1 -0
  186. package/dist/src/builtins/System/Net/Http/Json/index.d.ts +21 -0
  187. package/dist/src/builtins/System/Net/Http/Json/index.d.ts.map +1 -0
  188. package/dist/src/builtins/System/Net/Http/Json/index.js +72 -0
  189. package/dist/src/builtins/System/Net/Http/Json/index.js.map +1 -0
  190. package/dist/src/builtins/System/Net/Http/Metrics/index.d.ts +13 -0
  191. package/dist/src/builtins/System/Net/Http/Metrics/index.d.ts.map +1 -0
  192. package/dist/src/builtins/System/Net/Http/Metrics/index.js +40 -0
  193. package/dist/src/builtins/System/Net/Http/Metrics/index.js.map +1 -0
  194. package/dist/src/builtins/System/Net/Http/index.d.ts +305 -0
  195. package/dist/src/builtins/System/Net/Http/index.d.ts.map +1 -0
  196. package/dist/src/builtins/System/Net/Http/index.js +1458 -0
  197. package/dist/src/builtins/System/Net/Http/index.js.map +1 -0
  198. package/dist/src/builtins/System/Net/Mail/index.d.ts +182 -0
  199. package/dist/src/builtins/System/Net/Mail/index.d.ts.map +1 -0
  200. package/dist/src/builtins/System/Net/Mail/index.js +871 -0
  201. package/dist/src/builtins/System/Net/Mail/index.js.map +1 -0
  202. package/dist/src/builtins/System/Net/Mime/index.d.ts +100 -0
  203. package/dist/src/builtins/System/Net/Mime/index.d.ts.map +1 -0
  204. package/dist/src/builtins/System/Net/Mime/index.js +500 -0
  205. package/dist/src/builtins/System/Net/Mime/index.js.map +1 -0
  206. package/dist/src/builtins/System/Net/NetworkInformation/index.d.ts +506 -0
  207. package/dist/src/builtins/System/Net/NetworkInformation/index.d.ts.map +1 -0
  208. package/dist/src/builtins/System/Net/NetworkInformation/index.js +2776 -0
  209. package/dist/src/builtins/System/Net/NetworkInformation/index.js.map +1 -0
  210. package/dist/src/builtins/System/Net/Quic/index.d.ts +129 -0
  211. package/dist/src/builtins/System/Net/Quic/index.d.ts.map +1 -0
  212. package/dist/src/builtins/System/Net/Quic/index.js +635 -0
  213. package/dist/src/builtins/System/Net/Quic/index.js.map +1 -0
  214. package/dist/src/builtins/System/Net/Security/index.d.ts +277 -0
  215. package/dist/src/builtins/System/Net/Security/index.d.ts.map +1 -0
  216. package/dist/src/builtins/System/Net/Security/index.js +1432 -0
  217. package/dist/src/builtins/System/Net/Security/index.js.map +1 -0
  218. package/dist/src/builtins/System/Net/Sockets/index.d.ts +593 -0
  219. package/dist/src/builtins/System/Net/Sockets/index.d.ts.map +1 -0
  220. package/dist/src/builtins/System/Net/Sockets/index.js +3095 -0
  221. package/dist/src/builtins/System/Net/Sockets/index.js.map +1 -0
  222. package/dist/src/builtins/System/Net/WebSockets/index.d.ts +165 -0
  223. package/dist/src/builtins/System/Net/WebSockets/index.d.ts.map +1 -0
  224. package/dist/src/builtins/System/Net/WebSockets/index.js +876 -0
  225. package/dist/src/builtins/System/Net/WebSockets/index.js.map +1 -0
  226. package/dist/src/builtins/System/Net/index.d.ts +1052 -0
  227. package/dist/src/builtins/System/Net/index.d.ts.map +1 -1
  228. package/dist/src/builtins/System/Net/index.js +5440 -0
  229. package/dist/src/builtins/System/Net/index.js.map +1 -1
  230. package/dist/src/builtins/System/Numerics/index.d.ts +469 -0
  231. package/dist/src/builtins/System/Numerics/index.d.ts.map +1 -1
  232. package/dist/src/builtins/System/Numerics/index.js +2989 -516
  233. package/dist/src/builtins/System/Numerics/index.js.map +1 -1
  234. package/dist/src/builtins/System/Reflection/Emit/index.d.ts +769 -0
  235. package/dist/src/builtins/System/Reflection/Emit/index.d.ts.map +1 -0
  236. package/dist/src/builtins/System/Reflection/Emit/index.js +4293 -0
  237. package/dist/src/builtins/System/Reflection/Emit/index.js.map +1 -0
  238. package/dist/src/builtins/System/Reflection/Metadata/Ecma335/index.d.ts +513 -0
  239. package/dist/src/builtins/System/Reflection/Metadata/Ecma335/index.d.ts.map +1 -0
  240. package/dist/src/builtins/System/Reflection/Metadata/Ecma335/index.js +2218 -0
  241. package/dist/src/builtins/System/Reflection/Metadata/Ecma335/index.js.map +1 -0
  242. package/dist/src/builtins/System/Reflection/Metadata/index.d.ts +1333 -0
  243. package/dist/src/builtins/System/Reflection/Metadata/index.d.ts.map +1 -0
  244. package/dist/src/builtins/System/Reflection/Metadata/index.js +6045 -0
  245. package/dist/src/builtins/System/Reflection/Metadata/index.js.map +1 -0
  246. package/dist/src/builtins/System/Reflection/PortableExecutable/index.d.ts +383 -0
  247. package/dist/src/builtins/System/Reflection/PortableExecutable/index.d.ts.map +1 -0
  248. package/dist/src/builtins/System/Reflection/PortableExecutable/index.js +2020 -0
  249. package/dist/src/builtins/System/Reflection/PortableExecutable/index.js.map +1 -0
  250. package/dist/src/builtins/System/Reflection/index.d.ts +120 -0
  251. package/dist/src/builtins/System/Reflection/index.d.ts.map +1 -1
  252. package/dist/src/builtins/System/Reflection/index.js +569 -0
  253. package/dist/src/builtins/System/Reflection/index.js.map +1 -1
  254. package/dist/src/builtins/System/Resources/index.d.ts +14 -0
  255. package/dist/src/builtins/System/Resources/index.d.ts.map +1 -1
  256. package/dist/src/builtins/System/Resources/index.js +54 -0
  257. package/dist/src/builtins/System/Resources/index.js.map +1 -1
  258. package/dist/src/builtins/System/Runtime/CompilerServices/index.d.ts +90 -0
  259. package/dist/src/builtins/System/Runtime/CompilerServices/index.d.ts.map +1 -1
  260. package/dist/src/builtins/System/Runtime/CompilerServices/index.js +365 -0
  261. package/dist/src/builtins/System/Runtime/CompilerServices/index.js.map +1 -1
  262. package/dist/src/builtins/System/Runtime/InteropServices/ComTypes/index.d.ts +23 -0
  263. package/dist/src/builtins/System/Runtime/InteropServices/ComTypes/index.d.ts.map +1 -0
  264. package/dist/src/builtins/System/Runtime/InteropServices/ComTypes/index.js +67 -0
  265. package/dist/src/builtins/System/Runtime/InteropServices/ComTypes/index.js.map +1 -0
  266. package/dist/src/builtins/System/Runtime/InteropServices/JavaScript/index.d.ts +54 -0
  267. package/dist/src/builtins/System/Runtime/InteropServices/JavaScript/index.d.ts.map +1 -0
  268. package/dist/src/builtins/System/Runtime/InteropServices/JavaScript/index.js +210 -0
  269. package/dist/src/builtins/System/Runtime/InteropServices/JavaScript/index.js.map +1 -0
  270. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.d.ts +175 -0
  271. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.d.ts.map +1 -1
  272. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.js +702 -0
  273. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.js.map +1 -1
  274. package/dist/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.d.ts +24 -0
  275. package/dist/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.d.ts.map +1 -0
  276. package/dist/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.js +79 -0
  277. package/dist/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.js.map +1 -0
  278. package/dist/src/builtins/System/Runtime/InteropServices/index.d.ts +616 -0
  279. package/dist/src/builtins/System/Runtime/InteropServices/index.d.ts.map +1 -1
  280. package/dist/src/builtins/System/Runtime/InteropServices/index.js +3199 -347
  281. package/dist/src/builtins/System/Runtime/InteropServices/index.js.map +1 -1
  282. package/dist/src/builtins/System/Runtime/Intrinsics/Arm/index.d.ts +273 -0
  283. package/dist/src/builtins/System/Runtime/Intrinsics/Arm/index.d.ts.map +1 -0
  284. package/dist/src/builtins/System/Runtime/Intrinsics/Arm/index.js +1297 -0
  285. package/dist/src/builtins/System/Runtime/Intrinsics/Arm/index.js.map +1 -0
  286. package/dist/src/builtins/System/Runtime/Intrinsics/Wasm/index.d.ts +73 -0
  287. package/dist/src/builtins/System/Runtime/Intrinsics/Wasm/index.d.ts.map +1 -0
  288. package/dist/src/builtins/System/Runtime/Intrinsics/Wasm/index.js +338 -0
  289. package/dist/src/builtins/System/Runtime/Intrinsics/Wasm/index.js.map +1 -0
  290. package/dist/src/builtins/System/Runtime/Intrinsics/X86/index.d.ts +311 -0
  291. package/dist/src/builtins/System/Runtime/Intrinsics/X86/index.d.ts.map +1 -0
  292. package/dist/src/builtins/System/Runtime/Intrinsics/X86/index.js +1372 -0
  293. package/dist/src/builtins/System/Runtime/Intrinsics/X86/index.js.map +1 -0
  294. package/dist/src/builtins/System/Runtime/Intrinsics/index.d.ts +57 -0
  295. package/dist/src/builtins/System/Runtime/Intrinsics/index.d.ts.map +1 -0
  296. package/dist/src/builtins/System/Runtime/Intrinsics/index.js +273 -0
  297. package/dist/src/builtins/System/Runtime/Intrinsics/index.js.map +1 -0
  298. package/dist/src/builtins/System/Runtime/Loader/index.d.ts +35 -0
  299. package/dist/src/builtins/System/Runtime/Loader/index.d.ts.map +1 -0
  300. package/dist/src/builtins/System/Runtime/Loader/index.js +140 -0
  301. package/dist/src/builtins/System/Runtime/Loader/index.js.map +1 -0
  302. package/dist/src/builtins/System/Runtime/Serialization/DataContracts/index.d.ts +51 -0
  303. package/dist/src/builtins/System/Runtime/Serialization/DataContracts/index.d.ts.map +1 -0
  304. package/dist/src/builtins/System/Runtime/Serialization/DataContracts/index.js +265 -0
  305. package/dist/src/builtins/System/Runtime/Serialization/DataContracts/index.js.map +1 -0
  306. package/dist/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.d.ts +17 -0
  307. package/dist/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.d.ts.map +1 -0
  308. package/dist/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.js +61 -0
  309. package/dist/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.js.map +1 -0
  310. package/dist/src/builtins/System/Runtime/Serialization/Formatters/index.d.ts +24 -0
  311. package/dist/src/builtins/System/Runtime/Serialization/Formatters/index.d.ts.map +1 -0
  312. package/dist/src/builtins/System/Runtime/Serialization/Formatters/index.js +83 -0
  313. package/dist/src/builtins/System/Runtime/Serialization/Formatters/index.js.map +1 -0
  314. package/dist/src/builtins/System/Runtime/Serialization/Json/index.d.ts +45 -0
  315. package/dist/src/builtins/System/Runtime/Serialization/Json/index.d.ts.map +1 -0
  316. package/dist/src/builtins/System/Runtime/Serialization/Json/index.js +192 -0
  317. package/dist/src/builtins/System/Runtime/Serialization/Json/index.js.map +1 -0
  318. package/dist/src/builtins/System/Runtime/Serialization/index.d.ts +256 -0
  319. package/dist/src/builtins/System/Runtime/Serialization/index.d.ts.map +1 -1
  320. package/dist/src/builtins/System/Runtime/Serialization/index.js +1143 -0
  321. package/dist/src/builtins/System/Runtime/Serialization/index.js.map +1 -1
  322. package/dist/src/builtins/System/Runtime/index.d.ts +2 -0
  323. package/dist/src/builtins/System/Runtime/index.d.ts.map +1 -1
  324. package/dist/src/builtins/System/Runtime/index.js +2 -0
  325. package/dist/src/builtins/System/Runtime/index.js.map +1 -1
  326. package/dist/src/builtins/System/Security/AccessControl/index.d.ts +485 -0
  327. package/dist/src/builtins/System/Security/AccessControl/index.d.ts.map +1 -0
  328. package/dist/src/builtins/System/Security/AccessControl/index.js +2343 -0
  329. package/dist/src/builtins/System/Security/AccessControl/index.js.map +1 -0
  330. package/dist/src/builtins/System/Security/Authentication/ExtendedProtection/index.d.ts +43 -0
  331. package/dist/src/builtins/System/Security/Authentication/ExtendedProtection/index.d.ts.map +1 -0
  332. package/dist/src/builtins/System/Security/Authentication/ExtendedProtection/index.js +169 -0
  333. package/dist/src/builtins/System/Security/Authentication/ExtendedProtection/index.js.map +1 -0
  334. package/dist/src/builtins/System/Security/Authentication/index.d.ts +49 -0
  335. package/dist/src/builtins/System/Security/Authentication/index.d.ts.map +1 -0
  336. package/dist/src/builtins/System/Security/Authentication/index.js +212 -0
  337. package/dist/src/builtins/System/Security/Authentication/index.js.map +1 -0
  338. package/dist/src/builtins/System/Security/Claims/index.d.ts +152 -0
  339. package/dist/src/builtins/System/Security/Claims/index.d.ts.map +1 -0
  340. package/dist/src/builtins/System/Security/Claims/index.js +844 -0
  341. package/dist/src/builtins/System/Security/Claims/index.js.map +1 -0
  342. package/dist/src/builtins/System/Security/Cryptography/X509Certificates/index.d.ts +551 -0
  343. package/dist/src/builtins/System/Security/Cryptography/X509Certificates/index.d.ts.map +1 -0
  344. package/dist/src/builtins/System/Security/Cryptography/X509Certificates/index.js +2633 -0
  345. package/dist/src/builtins/System/Security/Cryptography/X509Certificates/index.js.map +1 -0
  346. package/dist/src/builtins/System/Security/Cryptography/index.d.ts +1369 -0
  347. package/dist/src/builtins/System/Security/Cryptography/index.d.ts.map +1 -1
  348. package/dist/src/builtins/System/Security/Cryptography/index.js +6660 -1
  349. package/dist/src/builtins/System/Security/Cryptography/index.js.map +1 -1
  350. package/dist/src/builtins/System/Security/Policy/index.d.ts +28 -0
  351. package/dist/src/builtins/System/Security/Policy/index.d.ts.map +1 -0
  352. package/dist/src/builtins/System/Security/Policy/index.js +101 -0
  353. package/dist/src/builtins/System/Security/Policy/index.js.map +1 -0
  354. package/dist/src/builtins/System/Security/Principal/index.d.ts +225 -0
  355. package/dist/src/builtins/System/Security/Principal/index.d.ts.map +1 -1
  356. package/dist/src/builtins/System/Security/Principal/index.js +1234 -0
  357. package/dist/src/builtins/System/Security/Principal/index.js.map +1 -1
  358. package/dist/src/builtins/System/Security/index.d.ts +23 -0
  359. package/dist/src/builtins/System/Security/index.d.ts.map +1 -1
  360. package/dist/src/builtins/System/Security/index.js +82 -0
  361. package/dist/src/builtins/System/Security/index.js.map +1 -1
  362. package/dist/src/builtins/System/Text/Encodings/Web/index.d.ts +41 -0
  363. package/dist/src/builtins/System/Text/Encodings/Web/index.d.ts.map +1 -0
  364. package/dist/src/builtins/System/Text/Encodings/Web/index.js +162 -0
  365. package/dist/src/builtins/System/Text/Encodings/Web/index.js.map +1 -0
  366. package/dist/src/builtins/System/Text/Encodings/index.d.ts +6 -0
  367. package/dist/src/builtins/System/Text/Encodings/index.d.ts.map +1 -0
  368. package/dist/src/builtins/System/Text/Encodings/index.js +5 -0
  369. package/dist/src/builtins/System/Text/Encodings/index.js.map +1 -0
  370. package/dist/src/builtins/System/Text/Json/Nodes/index.d.ts +63 -0
  371. package/dist/src/builtins/System/Text/Json/Nodes/index.d.ts.map +1 -0
  372. package/dist/src/builtins/System/Text/Json/Nodes/index.js +250 -0
  373. package/dist/src/builtins/System/Text/Json/Nodes/index.js.map +1 -0
  374. package/dist/src/builtins/System/Text/Json/Schema/index.d.ts +21 -0
  375. package/dist/src/builtins/System/Text/Json/Schema/index.d.ts.map +1 -0
  376. package/dist/src/builtins/System/Text/Json/Schema/index.js +78 -0
  377. package/dist/src/builtins/System/Text/Json/Schema/index.js.map +1 -0
  378. package/dist/src/builtins/System/Text/Json/Serialization/Metadata/index.d.ts +69 -0
  379. package/dist/src/builtins/System/Text/Json/Serialization/Metadata/index.d.ts.map +1 -0
  380. package/dist/src/builtins/System/Text/Json/Serialization/Metadata/index.js +328 -0
  381. package/dist/src/builtins/System/Text/Json/Serialization/Metadata/index.js.map +1 -0
  382. package/dist/src/builtins/System/Text/Json/Serialization/index.d.ts +194 -0
  383. package/dist/src/builtins/System/Text/Json/Serialization/index.d.ts.map +1 -0
  384. package/dist/src/builtins/System/Text/Json/Serialization/index.js +840 -0
  385. package/dist/src/builtins/System/Text/Json/Serialization/index.js.map +1 -0
  386. package/dist/src/builtins/System/Text/Json/index.d.ts +251 -0
  387. package/dist/src/builtins/System/Text/Json/index.d.ts.map +1 -0
  388. package/dist/src/builtins/System/Text/Json/index.js +1185 -0
  389. package/dist/src/builtins/System/Text/Json/index.js.map +1 -0
  390. package/dist/src/builtins/System/Text/RegularExpressions/index.d.ts +152 -0
  391. package/dist/src/builtins/System/Text/RegularExpressions/index.d.ts.map +1 -0
  392. package/dist/src/builtins/System/Text/RegularExpressions/index.js +732 -0
  393. package/dist/src/builtins/System/Text/RegularExpressions/index.js.map +1 -0
  394. package/dist/src/builtins/System/Text/Unicode/index.d.ts +170 -0
  395. package/dist/src/builtins/System/Text/Unicode/index.d.ts.map +1 -1
  396. package/dist/src/builtins/System/Text/Unicode/index.js +1168 -0
  397. package/dist/src/builtins/System/Text/Unicode/index.js.map +1 -1
  398. package/dist/src/builtins/System/Text/index.d.ts +104 -0
  399. package/dist/src/builtins/System/Text/index.d.ts.map +1 -1
  400. package/dist/src/builtins/System/Text/index.js +470 -0
  401. package/dist/src/builtins/System/Text/index.js.map +1 -1
  402. package/dist/src/builtins/System/Threading/Channels/index.d.ts +56 -0
  403. package/dist/src/builtins/System/Threading/Channels/index.d.ts.map +1 -0
  404. package/dist/src/builtins/System/Threading/Channels/index.js +229 -0
  405. package/dist/src/builtins/System/Threading/Channels/index.js.map +1 -0
  406. package/dist/src/builtins/System/Threading/Tasks/Dataflow/index.d.ts +159 -0
  407. package/dist/src/builtins/System/Threading/Tasks/Dataflow/index.d.ts.map +1 -0
  408. package/dist/src/builtins/System/Threading/Tasks/Dataflow/index.js +676 -0
  409. package/dist/src/builtins/System/Threading/Tasks/Dataflow/index.js.map +1 -0
  410. package/dist/src/builtins/System/Threading/Tasks/index.d.ts +23 -0
  411. package/dist/src/builtins/System/Threading/Tasks/index.d.ts.map +1 -1
  412. package/dist/src/builtins/System/Threading/Tasks/index.js +100 -0
  413. package/dist/src/builtins/System/Threading/Tasks/index.js.map +1 -1
  414. package/dist/src/builtins/System/Threading/index.d.ts +441 -0
  415. package/dist/src/builtins/System/Threading/index.d.ts.map +1 -1
  416. package/dist/src/builtins/System/Threading/index.js +2052 -132
  417. package/dist/src/builtins/System/Threading/index.js.map +1 -1
  418. package/dist/src/builtins/System/Timers/index.d.ts +34 -0
  419. package/dist/src/builtins/System/Timers/index.d.ts.map +1 -0
  420. package/dist/src/builtins/System/Timers/index.js +129 -0
  421. package/dist/src/builtins/System/Timers/index.js.map +1 -0
  422. package/dist/src/builtins/System/Transactions/index.d.ts +183 -0
  423. package/dist/src/builtins/System/Transactions/index.d.ts.map +1 -0
  424. package/dist/src/builtins/System/Transactions/index.js +727 -0
  425. package/dist/src/builtins/System/Transactions/index.js.map +1 -0
  426. package/dist/src/builtins/System/Web/index.d.ts +24 -0
  427. package/dist/src/builtins/System/Web/index.d.ts.map +1 -0
  428. package/dist/src/builtins/System/Web/index.js +84 -0
  429. package/dist/src/builtins/System/Web/index.js.map +1 -0
  430. package/dist/src/builtins/System/Windows/Input/index.d.ts +10 -0
  431. package/dist/src/builtins/System/Windows/Input/index.d.ts.map +1 -0
  432. package/dist/src/builtins/System/Windows/Input/index.js +18 -0
  433. package/dist/src/builtins/System/Windows/Input/index.js.map +1 -0
  434. package/dist/src/builtins/System/Windows/Markup/index.d.ts +11 -0
  435. package/dist/src/builtins/System/Windows/Markup/index.d.ts.map +1 -0
  436. package/dist/src/builtins/System/Windows/Markup/index.js +28 -0
  437. package/dist/src/builtins/System/Windows/Markup/index.js.map +1 -0
  438. package/dist/src/builtins/System/Windows/index.d.ts +7 -0
  439. package/dist/src/builtins/System/Windows/index.d.ts.map +1 -0
  440. package/dist/src/builtins/System/Windows/index.js +6 -0
  441. package/dist/src/builtins/System/Windows/index.js.map +1 -0
  442. package/dist/src/builtins/System/Xml/Linq/index.d.ts +234 -0
  443. package/dist/src/builtins/System/Xml/Linq/index.d.ts.map +1 -0
  444. package/dist/src/builtins/System/Xml/Linq/index.js +1086 -0
  445. package/dist/src/builtins/System/Xml/Linq/index.js.map +1 -0
  446. package/dist/src/builtins/System/Xml/Resolvers/index.d.ts +23 -0
  447. package/dist/src/builtins/System/Xml/Resolvers/index.d.ts.map +1 -0
  448. package/dist/src/builtins/System/Xml/Resolvers/index.js +86 -0
  449. package/dist/src/builtins/System/Xml/Resolvers/index.js.map +1 -0
  450. package/dist/src/builtins/System/Xml/Schema/index.d.ts +630 -0
  451. package/dist/src/builtins/System/Xml/Schema/index.d.ts.map +1 -0
  452. package/dist/src/builtins/System/Xml/Schema/index.js +2993 -0
  453. package/dist/src/builtins/System/Xml/Schema/index.js.map +1 -0
  454. package/dist/src/builtins/System/Xml/Serialization/index.d.ts +534 -0
  455. package/dist/src/builtins/System/Xml/Serialization/index.d.ts.map +1 -0
  456. package/dist/src/builtins/System/Xml/Serialization/index.js +2356 -0
  457. package/dist/src/builtins/System/Xml/Serialization/index.js.map +1 -0
  458. package/dist/src/builtins/System/Xml/XPath/index.d.ts +180 -0
  459. package/dist/src/builtins/System/Xml/XPath/index.d.ts.map +1 -0
  460. package/dist/src/builtins/System/Xml/XPath/index.js +917 -0
  461. package/dist/src/builtins/System/Xml/XPath/index.js.map +1 -0
  462. package/dist/src/builtins/System/Xml/Xsl/index.d.ts +76 -0
  463. package/dist/src/builtins/System/Xml/Xsl/index.d.ts.map +1 -0
  464. package/dist/src/builtins/System/Xml/Xsl/index.js +315 -0
  465. package/dist/src/builtins/System/Xml/Xsl/index.js.map +1 -0
  466. package/dist/src/builtins/System/Xml/index.d.ts +1114 -0
  467. package/dist/src/builtins/System/Xml/index.d.ts.map +1 -0
  468. package/dist/src/builtins/System/Xml/index.js +5736 -0
  469. package/dist/src/builtins/System/Xml/index.js.map +1 -0
  470. package/dist/src/builtins/System/index.d.ts +283 -0
  471. package/dist/src/builtins/System/index.d.ts.map +1 -1
  472. package/dist/src/builtins/System/index.js +1517 -0
  473. package/dist/src/builtins/System/index.js.map +1 -1
  474. package/dist/src/components/parameters/parameters.d.ts +15 -0
  475. package/dist/src/components/parameters/parameters.d.ts.map +1 -1
  476. package/dist/src/components/parameters/parameters.js +7 -1
  477. package/dist/src/components/parameters/parameters.js.map +1 -1
  478. package/dist/src/components/parameters/parameters.test.js +36 -0
  479. package/dist/src/components/parameters/parameters.test.js.map +1 -1
  480. package/dist/src/create-library.test.d.ts +0 -8
  481. package/dist/src/create-library.test.d.ts.map +1 -1
  482. package/dist/src/create-library.test.js +0 -9
  483. package/dist/src/create-library.test.js.map +1 -1
  484. package/dist/tsconfig.tsbuildinfo +1 -1
  485. package/package.json +4 -3
  486. package/scripts/generate-builtins.tsx +2 -1
  487. package/scripts/process-docfx.tsx +22 -10
  488. package/src/builtins/Microsoft/CSharp/RuntimeBinder/index.ts +32 -0
  489. package/src/builtins/Microsoft/CSharp/index.ts +8 -0
  490. package/src/builtins/Microsoft/VisualBasic/FileIO/index.ts +573 -0
  491. package/src/builtins/Microsoft/VisualBasic/index.ts +3021 -0
  492. package/src/builtins/Microsoft/Win32/SafeHandles/index.ts +253 -0
  493. package/src/builtins/Microsoft/Win32/index.ts +431 -2
  494. package/src/builtins/Microsoft/index.ts +3 -1
  495. package/src/builtins/System/Buffers/Binary/index.ts +646 -0
  496. package/src/builtins/System/Buffers/Text/index.ts +28 -0
  497. package/src/builtins/System/Buffers/index.ts +478 -1
  498. package/src/builtins/System/Collections/Concurrent/index.ts +497 -0
  499. package/src/builtins/System/Collections/Frozen/index.ts +115 -0
  500. package/src/builtins/System/Collections/Generic/index.ts +814 -0
  501. package/src/builtins/System/Collections/Immutable/index.ts +1322 -0
  502. package/src/builtins/System/Collections/ObjectModel/index.ts +257 -0
  503. package/src/builtins/System/Collections/Specialized/index.ts +878 -0
  504. package/src/builtins/System/Collections/index.ts +1069 -201
  505. package/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.ts +181 -0
  506. package/src/builtins/System/ComponentModel/DataAnnotations/index.ts +1507 -0
  507. package/src/builtins/System/ComponentModel/Design/Serialization/index.ts +661 -0
  508. package/src/builtins/System/ComponentModel/Design/index.ts +2432 -0
  509. package/src/builtins/System/ComponentModel/index.ts +8006 -35
  510. package/src/builtins/System/Data/Common/index.ts +3888 -0
  511. package/src/builtins/System/Data/SqlTypes/index.ts +3194 -0
  512. package/src/builtins/System/Data/index.ts +5476 -0
  513. package/src/builtins/System/Diagnostics/Contracts/index.ts +383 -0
  514. package/src/builtins/System/Diagnostics/Metrics/index.ts +404 -0
  515. package/src/builtins/System/Diagnostics/SymbolStore/index.ts +746 -0
  516. package/src/builtins/System/Diagnostics/Tracing/index.ts +1160 -0
  517. package/src/builtins/System/Diagnostics/index.ts +4293 -295
  518. package/src/builtins/System/Drawing/index.ts +3861 -0
  519. package/src/builtins/System/Dynamic/index.ts +963 -0
  520. package/src/builtins/System/Formats/Asn1/index.ts +1014 -0
  521. package/src/builtins/System/Formats/Tar/index.ts +530 -0
  522. package/src/builtins/System/Formats/index.ts +9 -0
  523. package/src/builtins/System/IO/Compression/index.ts +1078 -0
  524. package/src/builtins/System/IO/IsolatedStorage/index.ts +596 -0
  525. package/src/builtins/System/IO/MemoryMappedFiles/index.ts +305 -0
  526. package/src/builtins/System/IO/Pipelines/index.ts +506 -0
  527. package/src/builtins/System/IO/Pipes/index.ts +878 -0
  528. package/src/builtins/System/IO/index.ts +777 -12
  529. package/src/builtins/System/Linq/Expressions/index.ts +2680 -0
  530. package/src/builtins/System/Linq/index.ts +352 -0
  531. package/src/builtins/System/Net/Cache/index.ts +263 -0
  532. package/src/builtins/System/Net/Http/Headers/index.ts +2001 -0
  533. package/src/builtins/System/Net/Http/Json/index.ts +91 -0
  534. package/src/builtins/System/Net/Http/Metrics/index.ts +51 -0
  535. package/src/builtins/System/Net/Http/index.ts +1757 -0
  536. package/src/builtins/System/Net/Mail/index.ts +1051 -0
  537. package/src/builtins/System/Net/Mime/index.ts +598 -0
  538. package/src/builtins/System/Net/NetworkInformation/index.ts +3282 -0
  539. package/src/builtins/System/Net/Quic/index.ts +762 -0
  540. package/src/builtins/System/Net/Security/index.ts +1709 -0
  541. package/src/builtins/System/Net/Sockets/index.ts +3686 -0
  542. package/src/builtins/System/Net/WebSockets/index.ts +1039 -0
  543. package/src/builtins/System/Net/index.ts +6484 -1
  544. package/src/builtins/System/Numerics/index.ts +3378 -436
  545. package/src/builtins/System/Reflection/Emit/index.ts +5060 -0
  546. package/src/builtins/System/Reflection/Metadata/Ecma335/index.ts +2729 -0
  547. package/src/builtins/System/Reflection/Metadata/index.ts +7374 -0
  548. package/src/builtins/System/Reflection/PortableExecutable/index.ts +2401 -0
  549. package/src/builtins/System/Reflection/index.ts +686 -1
  550. package/src/builtins/System/Resources/index.ts +68 -0
  551. package/src/builtins/System/Runtime/CompilerServices/index.ts +477 -0
  552. package/src/builtins/System/Runtime/InteropServices/ComTypes/index.ts +87 -0
  553. package/src/builtins/System/Runtime/InteropServices/JavaScript/index.ts +290 -0
  554. package/src/builtins/System/Runtime/InteropServices/Marshalling/index.ts +884 -7
  555. package/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.ts +100 -0
  556. package/src/builtins/System/Runtime/InteropServices/index.ts +3768 -297
  557. package/src/builtins/System/Runtime/Intrinsics/Arm/index.ts +1568 -0
  558. package/src/builtins/System/Runtime/Intrinsics/Wasm/index.ts +409 -0
  559. package/src/builtins/System/Runtime/Intrinsics/X86/index.ts +1681 -0
  560. package/src/builtins/System/Runtime/Intrinsics/index.ts +324 -0
  561. package/src/builtins/System/Runtime/Loader/index.ts +173 -0
  562. package/src/builtins/System/Runtime/Serialization/DataContracts/index.ts +314 -0
  563. package/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.ts +76 -0
  564. package/src/builtins/System/Runtime/Serialization/Formatters/index.ts +103 -0
  565. package/src/builtins/System/Runtime/Serialization/Json/index.ts +235 -0
  566. package/src/builtins/System/Runtime/Serialization/index.ts +1401 -4
  567. package/src/builtins/System/Runtime/index.ts +2 -0
  568. package/src/builtins/System/Security/AccessControl/index.ts +2826 -0
  569. package/src/builtins/System/Security/Authentication/ExtendedProtection/index.ts +210 -0
  570. package/src/builtins/System/Security/Authentication/index.ts +256 -0
  571. package/src/builtins/System/Security/Claims/index.ts +994 -0
  572. package/src/builtins/System/Security/Cryptography/X509Certificates/index.ts +3182 -0
  573. package/src/builtins/System/Security/Cryptography/index.ts +8030 -3
  574. package/src/builtins/System/Security/Policy/index.ts +127 -0
  575. package/src/builtins/System/Security/Principal/index.ts +1470 -11
  576. package/src/builtins/System/Security/index.ts +102 -1
  577. package/src/builtins/System/Text/Encodings/Web/index.ts +200 -0
  578. package/src/builtins/System/Text/Encodings/index.ts +8 -0
  579. package/src/builtins/System/Text/Json/Nodes/index.ts +311 -0
  580. package/src/builtins/System/Text/Json/Schema/index.ts +97 -0
  581. package/src/builtins/System/Text/Json/Serialization/Metadata/index.ts +395 -0
  582. package/src/builtins/System/Text/Json/Serialization/index.ts +1030 -0
  583. package/src/builtins/System/Text/Json/index.ts +1430 -0
  584. package/src/builtins/System/Text/RegularExpressions/index.ts +882 -0
  585. package/src/builtins/System/Text/Unicode/index.ts +1339 -0
  586. package/src/builtins/System/Text/index.ts +572 -1
  587. package/src/builtins/System/Threading/Channels/index.ts +283 -0
  588. package/src/builtins/System/Threading/Tasks/Dataflow/index.ts +837 -0
  589. package/src/builtins/System/Threading/Tasks/index.ts +123 -1
  590. package/src/builtins/System/Threading/index.ts +2439 -75
  591. package/src/builtins/System/Timers/index.ts +161 -0
  592. package/src/builtins/System/Transactions/index.ts +908 -0
  593. package/src/builtins/System/Web/index.ts +105 -0
  594. package/src/builtins/System/Windows/Input/index.ts +25 -0
  595. package/src/builtins/System/Windows/Markup/index.ts +37 -0
  596. package/src/builtins/System/Windows/index.ts +9 -0
  597. package/src/builtins/System/Xml/Linq/index.ts +1318 -0
  598. package/src/builtins/System/Xml/Resolvers/index.ts +107 -0
  599. package/src/builtins/System/Xml/Schema/index.ts +3621 -0
  600. package/src/builtins/System/Xml/Serialization/index.ts +2890 -0
  601. package/src/builtins/System/Xml/XPath/index.ts +1095 -0
  602. package/src/builtins/System/Xml/Xsl/index.ts +389 -0
  603. package/src/builtins/System/Xml/index.ts +6841 -0
  604. package/src/builtins/System/index.ts +1874 -84
  605. package/src/components/parameters/parameters.test.tsx +33 -0
  606. package/src/components/parameters/parameters.tsx +17 -0
  607. package/src/create-library.test.tsx +0 -9
  608. package/temp/api.json +28 -0
@@ -1,812 +1,629 @@
1
1
  import System from "../index.js";
2
2
  import { createLibrary } from "#createLibrary";
3
3
  const Numerics = createLibrary("System.Numerics", {
4
- BitOperations: {
5
- kind: "class",
4
+ BigInteger: {
5
+ kind: "struct",
6
6
  members: {
7
- Crc32C: {
7
+ BigInteger: {
8
8
  kind: "method",
9
- methodKind: "ordinary",
10
- isStatic: true
9
+ methodKind: "constructor"
11
10
  },
12
- IsPow2: {
11
+ Abs: {
13
12
  kind: "method",
14
13
  methodKind: "ordinary",
15
14
  isStatic: true
16
15
  },
17
- LeadingZeroCount: {
16
+ Add: {
18
17
  kind: "method",
19
18
  methodKind: "ordinary",
20
19
  isStatic: true
21
20
  },
22
- Log2: {
21
+ Clamp: {
23
22
  kind: "method",
24
23
  methodKind: "ordinary",
25
24
  isStatic: true
26
25
  },
27
- PopCount: {
26
+ Compare: {
28
27
  kind: "method",
29
28
  methodKind: "ordinary",
30
29
  isStatic: true
31
30
  },
32
- RotateLeft: {
31
+ CompareTo: {
33
32
  kind: "method",
34
- methodKind: "ordinary",
35
- isStatic: true
33
+ methodKind: "ordinary"
36
34
  },
37
- RotateRight: {
35
+ CopySign: {
38
36
  kind: "method",
39
37
  methodKind: "ordinary",
40
38
  isStatic: true
41
39
  },
42
- RoundUpToPowerOf2: {
40
+ Divide: {
43
41
  kind: "method",
44
42
  methodKind: "ordinary",
45
43
  isStatic: true
46
44
  },
47
- TrailingZeroCount: {
48
- kind: "method",
49
- methodKind: "ordinary",
50
- isStatic: true
51
- }
52
- },
53
- isStatic: true
54
- },
55
- IAdditionOperators: {
56
- kind: "interface",
57
- members: {}
58
- },
59
- IAdditiveIdentity: {
60
- kind: "interface",
61
- members: {
62
- AdditiveIdentity: {
63
- kind: "property",
64
- type: undefined,
65
- isStatic: true,
66
- isAbstract: true
67
- }
68
- }
69
- },
70
- IBinaryFloatingPointIeee754: {
71
- kind: "interface",
72
- members: {}
73
- },
74
- IBinaryInteger: {
75
- kind: "interface",
76
- members: {
77
45
  DivRem: {
78
46
  kind: "method",
79
47
  methodKind: "ordinary",
80
48
  isStatic: true
81
49
  },
82
- GetByteCount: {
50
+ Equals: {
83
51
  kind: "method",
84
52
  methodKind: "ordinary"
85
53
  },
86
- GetShortestBitLength: {
54
+ GetBitLength: {
87
55
  kind: "method",
88
56
  methodKind: "ordinary"
89
57
  },
90
- LeadingZeroCount: {
58
+ GetByteCount: {
91
59
  kind: "method",
92
- methodKind: "ordinary",
93
- isStatic: true
60
+ methodKind: "ordinary"
94
61
  },
95
- PopCount: {
62
+ GetHashCode: {
96
63
  kind: "method",
97
64
  methodKind: "ordinary",
98
- isStatic: true,
99
- isAbstract: true
65
+ isOverride: true
100
66
  },
101
- ReadBigEndian: {
67
+ GreatestCommonDivisor: {
102
68
  kind: "method",
103
69
  methodKind: "ordinary",
104
70
  isStatic: true
105
71
  },
106
- ReadLittleEndian: {
72
+ IsEvenInteger: {
107
73
  kind: "method",
108
74
  methodKind: "ordinary",
109
75
  isStatic: true
110
76
  },
111
- RotateLeft: {
77
+ IsNegative: {
112
78
  kind: "method",
113
79
  methodKind: "ordinary",
114
80
  isStatic: true
115
81
  },
116
- RotateRight: {
82
+ IsOddInteger: {
117
83
  kind: "method",
118
84
  methodKind: "ordinary",
119
85
  isStatic: true
120
86
  },
121
- TrailingZeroCount: {
87
+ IsPositive: {
122
88
  kind: "method",
123
89
  methodKind: "ordinary",
124
- isStatic: true,
125
- isAbstract: true
90
+ isStatic: true
126
91
  },
127
- TryReadBigEndian: {
92
+ IsPow2: {
128
93
  kind: "method",
129
94
  methodKind: "ordinary",
130
- isStatic: true,
131
- isAbstract: true
95
+ isStatic: true
132
96
  },
133
- TryReadLittleEndian: {
97
+ LeadingZeroCount: {
134
98
  kind: "method",
135
99
  methodKind: "ordinary",
136
- isStatic: true,
137
- isAbstract: true
138
- },
139
- TryWriteBigEndian: {
140
- kind: "method",
141
- methodKind: "ordinary"
142
- },
143
- TryWriteLittleEndian: {
144
- kind: "method",
145
- methodKind: "ordinary"
100
+ isStatic: true
146
101
  },
147
- WriteBigEndian: {
102
+ Log: {
148
103
  kind: "method",
149
- methodKind: "ordinary"
104
+ methodKind: "ordinary",
105
+ isStatic: true
150
106
  },
151
- WriteLittleEndian: {
152
- kind: "method",
153
- methodKind: "ordinary"
154
- }
155
- }
156
- },
157
- IBinaryNumber: {
158
- kind: "interface",
159
- members: {
160
- IsPow2: {
107
+ Log10: {
161
108
  kind: "method",
162
109
  methodKind: "ordinary",
163
- isStatic: true,
164
- isAbstract: true
110
+ isStatic: true
165
111
  },
166
112
  Log2: {
167
113
  kind: "method",
168
114
  methodKind: "ordinary",
169
- isStatic: true,
170
- isAbstract: true
171
- },
172
- AllBitsSet: {
173
- kind: "property",
174
- type: undefined,
175
115
  isStatic: true
176
- }
177
- }
178
- },
179
- IBitwiseOperators: {
180
- kind: "interface",
181
- members: {}
182
- },
183
- IComparisonOperators: {
184
- kind: "interface",
185
- members: {}
186
- },
187
- IDecrementOperators: {
188
- kind: "interface",
189
- members: {}
190
- },
191
- IDivisionOperators: {
192
- kind: "interface",
193
- members: {}
194
- },
195
- IEqualityOperators: {
196
- kind: "interface",
197
- members: {}
198
- },
199
- IExponentialFunctions: {
200
- kind: "interface",
201
- members: {
202
- Exp: {
116
+ },
117
+ Max: {
203
118
  kind: "method",
204
119
  methodKind: "ordinary",
205
- isStatic: true,
206
- isAbstract: true
120
+ isStatic: true
207
121
  },
208
- Exp10: {
122
+ MaxMagnitude: {
209
123
  kind: "method",
210
124
  methodKind: "ordinary",
211
- isStatic: true,
212
- isAbstract: true
125
+ isStatic: true
213
126
  },
214
- Exp10M1: {
127
+ Min: {
215
128
  kind: "method",
216
129
  methodKind: "ordinary",
217
130
  isStatic: true
218
131
  },
219
- Exp2: {
132
+ MinMagnitude: {
220
133
  kind: "method",
221
134
  methodKind: "ordinary",
222
- isStatic: true,
223
- isAbstract: true
135
+ isStatic: true
224
136
  },
225
- Exp2M1: {
137
+ ModPow: {
226
138
  kind: "method",
227
139
  methodKind: "ordinary",
228
140
  isStatic: true
229
141
  },
230
- ExpM1: {
142
+ Multiply: {
231
143
  kind: "method",
232
144
  methodKind: "ordinary",
233
145
  isStatic: true
234
- }
235
- }
236
- },
237
- IFloatingPoint: {
238
- kind: "interface",
239
- members: {
240
- Ceiling: {
146
+ },
147
+ Negate: {
241
148
  kind: "method",
242
149
  methodKind: "ordinary",
243
150
  isStatic: true
244
151
  },
245
- Floor: {
152
+ Parse: {
246
153
  kind: "method",
247
154
  methodKind: "ordinary",
248
155
  isStatic: true
249
156
  },
250
- GetExponentByteCount: {
157
+ PopCount: {
251
158
  kind: "method",
252
- methodKind: "ordinary"
159
+ methodKind: "ordinary",
160
+ isStatic: true
253
161
  },
254
- GetExponentShortestBitLength: {
162
+ Pow: {
255
163
  kind: "method",
256
- methodKind: "ordinary"
164
+ methodKind: "ordinary",
165
+ isStatic: true
257
166
  },
258
- GetSignificandBitLength: {
167
+ Remainder: {
259
168
  kind: "method",
260
- methodKind: "ordinary"
169
+ methodKind: "ordinary",
170
+ isStatic: true
261
171
  },
262
- GetSignificandByteCount: {
172
+ RotateLeft: {
263
173
  kind: "method",
264
- methodKind: "ordinary"
174
+ methodKind: "ordinary",
175
+ isStatic: true
265
176
  },
266
- Round: {
177
+ RotateRight: {
267
178
  kind: "method",
268
179
  methodKind: "ordinary",
269
180
  isStatic: true
270
181
  },
271
- Truncate: {
182
+ Subtract: {
272
183
  kind: "method",
273
184
  methodKind: "ordinary",
274
185
  isStatic: true
275
186
  },
276
- TryWriteExponentBigEndian: {
187
+ ToByteArray: {
277
188
  kind: "method",
278
189
  methodKind: "ordinary"
279
190
  },
280
- TryWriteExponentLittleEndian: {
191
+ ToString: {
281
192
  kind: "method",
282
- methodKind: "ordinary"
193
+ methodKind: "ordinary",
194
+ isOverride: true
283
195
  },
284
- TryWriteSignificandBigEndian: {
196
+ TrailingZeroCount: {
285
197
  kind: "method",
286
- methodKind: "ordinary"
198
+ methodKind: "ordinary",
199
+ isStatic: true
287
200
  },
288
- TryWriteSignificandLittleEndian: {
201
+ TryFormat: {
289
202
  kind: "method",
290
203
  methodKind: "ordinary"
291
204
  },
292
- WriteExponentBigEndian: {
205
+ TryParse: {
293
206
  kind: "method",
294
- methodKind: "ordinary"
207
+ methodKind: "ordinary",
208
+ isStatic: true
295
209
  },
296
- WriteExponentLittleEndian: {
210
+ TryWriteBytes: {
297
211
  kind: "method",
298
212
  methodKind: "ordinary"
299
213
  },
300
- WriteSignificandBigEndian: {
301
- kind: "method",
302
- methodKind: "ordinary"
214
+ IsEven: {
215
+ kind: "property",
216
+ type: () => {
217
+ return System.Boolean;
218
+ }
303
219
  },
304
- WriteSignificandLittleEndian: {
305
- kind: "method",
306
- methodKind: "ordinary"
307
- }
308
- }
309
- },
310
- IFloatingPointConstants: {
311
- kind: "interface",
312
- members: {
313
- E: {
220
+ IsOne: {
314
221
  kind: "property",
315
- type: undefined,
316
- isStatic: true,
317
- isAbstract: true
222
+ type: () => {
223
+ return System.Boolean;
224
+ }
318
225
  },
319
- Pi: {
226
+ IsPowerOfTwo: {
320
227
  kind: "property",
321
- type: undefined,
322
- isStatic: true,
323
- isAbstract: true
228
+ type: () => {
229
+ return System.Boolean;
230
+ }
324
231
  },
325
- Tau: {
232
+ IsZero: {
326
233
  kind: "property",
327
- type: undefined,
328
- isStatic: true,
329
- isAbstract: true
330
- }
331
- }
332
- },
333
- IFloatingPointIeee754: {
334
- kind: "interface",
335
- members: {
336
- Atan2: {
337
- kind: "method",
338
- methodKind: "ordinary",
339
- isStatic: true,
340
- isAbstract: true
234
+ type: () => {
235
+ return System.Boolean;
236
+ }
341
237
  },
342
- Atan2Pi: {
343
- kind: "method",
344
- methodKind: "ordinary",
345
- isStatic: true,
346
- isAbstract: true
238
+ MinusOne: {
239
+ kind: "property",
240
+ type: () => {
241
+ return Numerics.BigInteger;
242
+ },
243
+ isStatic: true
347
244
  },
348
- BitDecrement: {
245
+ One: {
246
+ kind: "property",
247
+ type: () => {
248
+ return Numerics.BigInteger;
249
+ },
250
+ isStatic: true
251
+ },
252
+ Sign: {
253
+ kind: "property",
254
+ type: () => {
255
+ return System.Int32;
256
+ }
257
+ },
258
+ Zero: {
259
+ kind: "property",
260
+ type: () => {
261
+ return Numerics.BigInteger;
262
+ },
263
+ isStatic: true
264
+ }
265
+ }
266
+ },
267
+ BitOperations: {
268
+ kind: "class",
269
+ members: {
270
+ Crc32C: {
349
271
  kind: "method",
350
272
  methodKind: "ordinary",
351
- isStatic: true,
352
- isAbstract: true
273
+ isStatic: true
353
274
  },
354
- BitIncrement: {
275
+ IsPow2: {
355
276
  kind: "method",
356
277
  methodKind: "ordinary",
357
- isStatic: true,
358
- isAbstract: true
278
+ isStatic: true
359
279
  },
360
- FusedMultiplyAdd: {
280
+ LeadingZeroCount: {
361
281
  kind: "method",
362
282
  methodKind: "ordinary",
363
- isStatic: true,
364
- isAbstract: true
283
+ isStatic: true
365
284
  },
366
- Ieee754Remainder: {
285
+ Log2: {
367
286
  kind: "method",
368
287
  methodKind: "ordinary",
369
- isStatic: true,
370
- isAbstract: true
288
+ isStatic: true
371
289
  },
372
- ILogB: {
290
+ PopCount: {
373
291
  kind: "method",
374
292
  methodKind: "ordinary",
375
- isStatic: true,
376
- isAbstract: true
293
+ isStatic: true
377
294
  },
378
- Lerp: {
295
+ RotateLeft: {
379
296
  kind: "method",
380
297
  methodKind: "ordinary",
381
298
  isStatic: true
382
299
  },
383
- ReciprocalEstimate: {
300
+ RotateRight: {
384
301
  kind: "method",
385
302
  methodKind: "ordinary",
386
303
  isStatic: true
387
304
  },
388
- ReciprocalSqrtEstimate: {
305
+ RoundUpToPowerOf2: {
389
306
  kind: "method",
390
307
  methodKind: "ordinary",
391
308
  isStatic: true
392
309
  },
393
- ScaleB: {
310
+ TrailingZeroCount: {
394
311
  kind: "method",
395
312
  methodKind: "ordinary",
313
+ isStatic: true
314
+ }
315
+ },
316
+ isStatic: true
317
+ },
318
+ Complex: {
319
+ kind: "struct",
320
+ members: {
321
+ ImaginaryOne: {
322
+ kind: "field",
323
+ type: () => {
324
+ return Numerics.Complex;
325
+ },
396
326
  isStatic: true,
397
- isAbstract: true
327
+ isReadOnly: true
398
328
  },
399
- Epsilon: {
400
- kind: "property",
401
- type: undefined,
329
+ Infinity: {
330
+ kind: "field",
331
+ type: () => {
332
+ return Numerics.Complex;
333
+ },
402
334
  isStatic: true,
403
- isAbstract: true
335
+ isReadOnly: true
404
336
  },
405
337
  NaN: {
406
- kind: "property",
407
- type: undefined,
338
+ kind: "field",
339
+ type: () => {
340
+ return Numerics.Complex;
341
+ },
408
342
  isStatic: true,
409
- isAbstract: true
343
+ isReadOnly: true
410
344
  },
411
- NegativeInfinity: {
412
- kind: "property",
413
- type: undefined,
345
+ One: {
346
+ kind: "field",
347
+ type: () => {
348
+ return Numerics.Complex;
349
+ },
414
350
  isStatic: true,
415
- isAbstract: true
351
+ isReadOnly: true
416
352
  },
417
- NegativeZero: {
418
- kind: "property",
419
- type: undefined,
353
+ Zero: {
354
+ kind: "field",
355
+ type: () => {
356
+ return Numerics.Complex;
357
+ },
420
358
  isStatic: true,
421
- isAbstract: true
359
+ isReadOnly: true
422
360
  },
423
- PositiveInfinity: {
424
- kind: "property",
425
- type: undefined,
426
- isStatic: true,
427
- isAbstract: true
428
- }
429
- }
430
- },
431
- IHyperbolicFunctions: {
432
- kind: "interface",
433
- members: {
434
- Acosh: {
361
+ Complex: {
435
362
  kind: "method",
436
- methodKind: "ordinary",
437
- isStatic: true,
438
- isAbstract: true
363
+ methodKind: "constructor"
439
364
  },
440
- Asinh: {
365
+ Abs: {
441
366
  kind: "method",
442
367
  methodKind: "ordinary",
443
- isStatic: true,
444
- isAbstract: true
368
+ isStatic: true
445
369
  },
446
- Atanh: {
370
+ Acos: {
447
371
  kind: "method",
448
372
  methodKind: "ordinary",
449
- isStatic: true,
450
- isAbstract: true
373
+ isStatic: true
451
374
  },
452
- Cosh: {
375
+ Add: {
453
376
  kind: "method",
454
377
  methodKind: "ordinary",
455
- isStatic: true,
456
- isAbstract: true
378
+ isStatic: true
457
379
  },
458
- Sinh: {
380
+ Asin: {
459
381
  kind: "method",
460
382
  methodKind: "ordinary",
461
- isStatic: true,
462
- isAbstract: true
383
+ isStatic: true
463
384
  },
464
- Tanh: {
385
+ Atan: {
465
386
  kind: "method",
466
387
  methodKind: "ordinary",
467
- isStatic: true,
468
- isAbstract: true
469
- }
470
- }
471
- },
472
- IIncrementOperators: {
473
- kind: "interface",
474
- members: {}
475
- },
476
- ILogarithmicFunctions: {
477
- kind: "interface",
478
- members: {
479
- Log: {
388
+ isStatic: true
389
+ },
390
+ Conjugate: {
480
391
  kind: "method",
481
392
  methodKind: "ordinary",
482
- isStatic: true,
483
- isAbstract: true
393
+ isStatic: true
484
394
  },
485
- Log10: {
395
+ Cos: {
486
396
  kind: "method",
487
397
  methodKind: "ordinary",
488
- isStatic: true,
489
- isAbstract: true
398
+ isStatic: true
490
399
  },
491
- Log10P1: {
400
+ Cosh: {
492
401
  kind: "method",
493
402
  methodKind: "ordinary",
494
403
  isStatic: true
495
404
  },
496
- Log2: {
405
+ Divide: {
497
406
  kind: "method",
498
407
  methodKind: "ordinary",
499
- isStatic: true,
500
- isAbstract: true
408
+ isStatic: true
501
409
  },
502
- Log2P1: {
410
+ Equals: {
411
+ kind: "method",
412
+ methodKind: "ordinary"
413
+ },
414
+ Exp: {
503
415
  kind: "method",
504
416
  methodKind: "ordinary",
505
417
  isStatic: true
506
418
  },
507
- LogP1: {
419
+ FromPolarCoordinates: {
508
420
  kind: "method",
509
421
  methodKind: "ordinary",
510
422
  isStatic: true
511
- }
512
- }
513
- },
514
- IMinMaxValue: {
515
- kind: "interface",
516
- members: {
517
- MaxValue: {
518
- kind: "property",
519
- type: undefined,
520
- isStatic: true,
521
- isAbstract: true
522
423
  },
523
- MinValue: {
524
- kind: "property",
525
- type: undefined,
526
- isStatic: true,
527
- isAbstract: true
528
- }
529
- }
530
- },
531
- IModulusOperators: {
532
- kind: "interface",
533
- members: {}
534
- },
535
- IMultiplicativeIdentity: {
536
- kind: "interface",
537
- members: {
538
- MultiplicativeIdentity: {
539
- kind: "property",
540
- type: undefined,
541
- isStatic: true,
542
- isAbstract: true
543
- }
544
- }
545
- },
546
- IMultiplyOperators: {
547
- kind: "interface",
548
- members: {}
549
- },
550
- INumber: {
551
- kind: "interface",
552
- members: {
553
- Clamp: {
424
+ GetHashCode: {
554
425
  kind: "method",
555
426
  methodKind: "ordinary",
556
- isStatic: true
427
+ isOverride: true
557
428
  },
558
- CopySign: {
429
+ IsComplexNumber: {
559
430
  kind: "method",
560
431
  methodKind: "ordinary",
561
432
  isStatic: true
562
433
  },
563
- Max: {
434
+ IsEvenInteger: {
564
435
  kind: "method",
565
436
  methodKind: "ordinary",
566
437
  isStatic: true
567
438
  },
568
- MaxNumber: {
439
+ IsFinite: {
569
440
  kind: "method",
570
441
  methodKind: "ordinary",
571
442
  isStatic: true
572
443
  },
573
- Min: {
444
+ IsImaginaryNumber: {
574
445
  kind: "method",
575
446
  methodKind: "ordinary",
576
447
  isStatic: true
577
448
  },
578
- MinNumber: {
449
+ IsInfinity: {
579
450
  kind: "method",
580
451
  methodKind: "ordinary",
581
452
  isStatic: true
582
453
  },
583
- Sign: {
454
+ IsInteger: {
584
455
  kind: "method",
585
456
  methodKind: "ordinary",
586
457
  isStatic: true
587
- }
588
- }
589
- },
590
- INumberBase: {
591
- kind: "interface",
592
- members: {
593
- Abs: {
458
+ },
459
+ IsNaN: {
594
460
  kind: "method",
595
461
  methodKind: "ordinary",
596
- isStatic: true,
597
- isAbstract: true
462
+ isStatic: true
598
463
  },
599
- IsCanonical: {
464
+ IsNegative: {
600
465
  kind: "method",
601
466
  methodKind: "ordinary",
602
- isStatic: true,
603
- isAbstract: true
467
+ isStatic: true
604
468
  },
605
- IsComplexNumber: {
469
+ IsNegativeInfinity: {
606
470
  kind: "method",
607
471
  methodKind: "ordinary",
608
- isStatic: true,
609
- isAbstract: true
472
+ isStatic: true
610
473
  },
611
- IsEvenInteger: {
474
+ IsNormal: {
612
475
  kind: "method",
613
476
  methodKind: "ordinary",
614
- isStatic: true,
615
- isAbstract: true
477
+ isStatic: true
616
478
  },
617
- IsFinite: {
479
+ IsOddInteger: {
618
480
  kind: "method",
619
481
  methodKind: "ordinary",
620
- isStatic: true,
621
- isAbstract: true
482
+ isStatic: true
622
483
  },
623
- IsImaginaryNumber: {
484
+ IsPositive: {
624
485
  kind: "method",
625
486
  methodKind: "ordinary",
626
- isStatic: true,
627
- isAbstract: true
487
+ isStatic: true
628
488
  },
629
- IsInfinity: {
489
+ IsPositiveInfinity: {
630
490
  kind: "method",
631
491
  methodKind: "ordinary",
632
- isStatic: true,
633
- isAbstract: true
492
+ isStatic: true
634
493
  },
635
- IsInteger: {
494
+ IsRealNumber: {
636
495
  kind: "method",
637
496
  methodKind: "ordinary",
638
- isStatic: true,
639
- isAbstract: true
497
+ isStatic: true
640
498
  },
641
- IsNaN: {
499
+ IsSubnormal: {
642
500
  kind: "method",
643
501
  methodKind: "ordinary",
644
- isStatic: true,
645
- isAbstract: true
502
+ isStatic: true
646
503
  },
647
- IsNegative: {
504
+ Log: {
648
505
  kind: "method",
649
506
  methodKind: "ordinary",
650
- isStatic: true,
651
- isAbstract: true
507
+ isStatic: true
652
508
  },
653
- IsNegativeInfinity: {
509
+ Log10: {
654
510
  kind: "method",
655
511
  methodKind: "ordinary",
656
- isStatic: true,
657
- isAbstract: true
512
+ isStatic: true
658
513
  },
659
- IsNormal: {
514
+ MaxMagnitude: {
660
515
  kind: "method",
661
516
  methodKind: "ordinary",
662
- isStatic: true,
663
- isAbstract: true
517
+ isStatic: true
664
518
  },
665
- IsOddInteger: {
519
+ MinMagnitude: {
666
520
  kind: "method",
667
521
  methodKind: "ordinary",
668
- isStatic: true,
669
- isAbstract: true
522
+ isStatic: true
670
523
  },
671
- IsPositive: {
524
+ Multiply: {
672
525
  kind: "method",
673
526
  methodKind: "ordinary",
674
- isStatic: true,
675
- isAbstract: true
527
+ isStatic: true
676
528
  },
677
- IsPositiveInfinity: {
529
+ Negate: {
678
530
  kind: "method",
679
531
  methodKind: "ordinary",
680
- isStatic: true,
681
- isAbstract: true
532
+ isStatic: true
682
533
  },
683
- IsRealNumber: {
534
+ Parse: {
684
535
  kind: "method",
685
536
  methodKind: "ordinary",
686
- isStatic: true,
687
- isAbstract: true
537
+ isStatic: true
688
538
  },
689
- IsSubnormal: {
539
+ Pow: {
690
540
  kind: "method",
691
541
  methodKind: "ordinary",
692
- isStatic: true,
693
- isAbstract: true
542
+ isStatic: true
694
543
  },
695
- IsZero: {
544
+ Reciprocal: {
696
545
  kind: "method",
697
546
  methodKind: "ordinary",
698
- isStatic: true,
699
- isAbstract: true
547
+ isStatic: true
700
548
  },
701
- MaxMagnitude: {
549
+ Sin: {
702
550
  kind: "method",
703
551
  methodKind: "ordinary",
704
- isStatic: true,
705
- isAbstract: true
552
+ isStatic: true
706
553
  },
707
- MaxMagnitudeNumber: {
554
+ Sinh: {
708
555
  kind: "method",
709
556
  methodKind: "ordinary",
710
- isStatic: true,
711
- isAbstract: true
557
+ isStatic: true
712
558
  },
713
- MinMagnitude: {
559
+ Sqrt: {
714
560
  kind: "method",
715
561
  methodKind: "ordinary",
716
- isStatic: true,
717
- isAbstract: true
562
+ isStatic: true
718
563
  },
719
- MinMagnitudeNumber: {
564
+ Subtract: {
720
565
  kind: "method",
721
566
  methodKind: "ordinary",
722
- isStatic: true,
723
- isAbstract: true
567
+ isStatic: true
724
568
  },
725
- MultiplyAddEstimate: {
569
+ Tan: {
726
570
  kind: "method",
727
571
  methodKind: "ordinary",
728
572
  isStatic: true
729
573
  },
730
- Parse: {
574
+ Tanh: {
731
575
  kind: "method",
732
576
  methodKind: "ordinary",
733
577
  isStatic: true
734
578
  },
579
+ ToString: {
580
+ kind: "method",
581
+ methodKind: "ordinary",
582
+ isOverride: true
583
+ },
584
+ TryFormat: {
585
+ kind: "method",
586
+ methodKind: "ordinary"
587
+ },
735
588
  TryParse: {
736
589
  kind: "method",
737
590
  methodKind: "ordinary",
738
591
  isStatic: true
739
592
  },
740
- One: {
593
+ Imaginary: {
741
594
  kind: "property",
742
- type: undefined,
743
- isStatic: true,
744
- isAbstract: true
595
+ type: () => {
596
+ return System.Double;
597
+ }
745
598
  },
746
- Radix: {
599
+ Magnitude: {
747
600
  kind: "property",
748
601
  type: () => {
749
- return System.Int32;
750
- },
751
- isStatic: true,
752
- isAbstract: true
602
+ return System.Double;
603
+ }
753
604
  },
754
- Zero: {
605
+ Phase: {
755
606
  kind: "property",
756
- type: undefined,
757
- isStatic: true,
758
- isAbstract: true
759
- }
760
- }
761
- },
762
- IPowerFunctions: {
763
- kind: "interface",
764
- members: {
765
- Pow: {
766
- kind: "method",
767
- methodKind: "ordinary",
768
- isStatic: true,
769
- isAbstract: true
770
- }
771
- }
772
- },
773
- IRootFunctions: {
774
- kind: "interface",
775
- members: {
776
- Cbrt: {
777
- kind: "method",
778
- methodKind: "ordinary",
779
- isStatic: true,
780
- isAbstract: true
781
- },
782
- Hypot: {
783
- kind: "method",
784
- methodKind: "ordinary",
785
- isStatic: true,
786
- isAbstract: true
787
- },
788
- RootN: {
789
- kind: "method",
790
- methodKind: "ordinary",
791
- isStatic: true,
792
- isAbstract: true
607
+ type: () => {
608
+ return System.Double;
609
+ }
793
610
  },
794
- Sqrt: {
795
- kind: "method",
796
- methodKind: "ordinary",
797
- isStatic: true,
798
- isAbstract: true
611
+ Real: {
612
+ kind: "property",
613
+ type: () => {
614
+ return System.Double;
615
+ }
799
616
  }
800
617
  }
801
618
  },
802
- IShiftOperators: {
619
+ IAdditionOperators: {
803
620
  kind: "interface",
804
621
  members: {}
805
622
  },
806
- ISignedNumber: {
623
+ IAdditiveIdentity: {
807
624
  kind: "interface",
808
625
  members: {
809
- NegativeOne: {
626
+ AdditiveIdentity: {
810
627
  kind: "property",
811
628
  type: undefined,
812
629
  isStatic: true,
@@ -814,136 +631,2792 @@ const Numerics = createLibrary("System.Numerics", {
814
631
  }
815
632
  }
816
633
  },
817
- ISubtractionOperators: {
634
+ IBinaryFloatingPointIeee754: {
818
635
  kind: "interface",
819
636
  members: {}
820
637
  },
821
- ITrigonometricFunctions: {
638
+ IBinaryInteger: {
822
639
  kind: "interface",
823
640
  members: {
824
- Acos: {
825
- kind: "method",
826
- methodKind: "ordinary",
827
- isStatic: true,
828
- isAbstract: true
829
- },
830
- AcosPi: {
641
+ DivRem: {
831
642
  kind: "method",
832
643
  methodKind: "ordinary",
833
- isStatic: true,
834
- isAbstract: true
644
+ isStatic: true
835
645
  },
836
- Asin: {
646
+ GetByteCount: {
837
647
  kind: "method",
838
- methodKind: "ordinary",
839
- isStatic: true,
840
- isAbstract: true
648
+ methodKind: "ordinary"
841
649
  },
842
- AsinPi: {
650
+ GetShortestBitLength: {
843
651
  kind: "method",
844
- methodKind: "ordinary",
845
- isStatic: true,
846
- isAbstract: true
652
+ methodKind: "ordinary"
847
653
  },
848
- Atan: {
654
+ LeadingZeroCount: {
849
655
  kind: "method",
850
656
  methodKind: "ordinary",
851
- isStatic: true,
852
- isAbstract: true
657
+ isStatic: true
853
658
  },
854
- AtanPi: {
659
+ PopCount: {
855
660
  kind: "method",
856
661
  methodKind: "ordinary",
857
662
  isStatic: true,
858
663
  isAbstract: true
859
664
  },
860
- Cos: {
665
+ ReadBigEndian: {
861
666
  kind: "method",
862
667
  methodKind: "ordinary",
863
- isStatic: true,
864
- isAbstract: true
668
+ isStatic: true
865
669
  },
866
- CosPi: {
670
+ ReadLittleEndian: {
867
671
  kind: "method",
868
672
  methodKind: "ordinary",
869
- isStatic: true,
870
- isAbstract: true
673
+ isStatic: true
871
674
  },
872
- DegreesToRadians: {
675
+ RotateLeft: {
873
676
  kind: "method",
874
677
  methodKind: "ordinary",
875
678
  isStatic: true
876
679
  },
877
- RadiansToDegrees: {
680
+ RotateRight: {
878
681
  kind: "method",
879
682
  methodKind: "ordinary",
880
683
  isStatic: true
881
684
  },
882
- Sin: {
685
+ TrailingZeroCount: {
883
686
  kind: "method",
884
687
  methodKind: "ordinary",
885
688
  isStatic: true,
886
689
  isAbstract: true
887
690
  },
888
- SinCos: {
691
+ TryReadBigEndian: {
889
692
  kind: "method",
890
693
  methodKind: "ordinary",
891
694
  isStatic: true,
892
695
  isAbstract: true
893
696
  },
894
- SinCosPi: {
697
+ TryReadLittleEndian: {
895
698
  kind: "method",
896
699
  methodKind: "ordinary",
897
700
  isStatic: true,
898
701
  isAbstract: true
899
702
  },
900
- SinPi: {
703
+ TryWriteBigEndian: {
901
704
  kind: "method",
902
- methodKind: "ordinary",
903
- isStatic: true,
904
- isAbstract: true
705
+ methodKind: "ordinary"
905
706
  },
906
- Tan: {
707
+ TryWriteLittleEndian: {
708
+ kind: "method",
709
+ methodKind: "ordinary"
710
+ },
711
+ WriteBigEndian: {
712
+ kind: "method",
713
+ methodKind: "ordinary"
714
+ },
715
+ WriteLittleEndian: {
716
+ kind: "method",
717
+ methodKind: "ordinary"
718
+ }
719
+ }
720
+ },
721
+ IBinaryNumber: {
722
+ kind: "interface",
723
+ members: {
724
+ IsPow2: {
907
725
  kind: "method",
908
726
  methodKind: "ordinary",
909
727
  isStatic: true,
910
728
  isAbstract: true
911
729
  },
912
- TanPi: {
730
+ Log2: {
913
731
  kind: "method",
914
732
  methodKind: "ordinary",
915
733
  isStatic: true,
916
734
  isAbstract: true
735
+ },
736
+ AllBitsSet: {
737
+ kind: "property",
738
+ type: undefined,
739
+ isStatic: true
917
740
  }
918
741
  }
919
742
  },
920
- IUnaryNegationOperators: {
743
+ IBitwiseOperators: {
921
744
  kind: "interface",
922
745
  members: {}
923
746
  },
924
- IUnaryPlusOperators: {
747
+ IComparisonOperators: {
925
748
  kind: "interface",
926
749
  members: {}
927
750
  },
928
- IUnsignedNumber: {
751
+ IDecrementOperators: {
929
752
  kind: "interface",
930
753
  members: {}
931
754
  },
932
- TotalOrderIeee754Comparer: {
933
- kind: "struct",
934
- members: {
935
- Compare: {
936
- kind: "method",
937
- methodKind: "ordinary"
938
- },
939
- Equals: {
755
+ IDivisionOperators: {
756
+ kind: "interface",
757
+ members: {}
758
+ },
759
+ IEqualityOperators: {
760
+ kind: "interface",
761
+ members: {}
762
+ },
763
+ IExponentialFunctions: {
764
+ kind: "interface",
765
+ members: {
766
+ Exp: {
767
+ kind: "method",
768
+ methodKind: "ordinary",
769
+ isStatic: true,
770
+ isAbstract: true
771
+ },
772
+ Exp10: {
773
+ kind: "method",
774
+ methodKind: "ordinary",
775
+ isStatic: true,
776
+ isAbstract: true
777
+ },
778
+ Exp10M1: {
779
+ kind: "method",
780
+ methodKind: "ordinary",
781
+ isStatic: true
782
+ },
783
+ Exp2: {
784
+ kind: "method",
785
+ methodKind: "ordinary",
786
+ isStatic: true,
787
+ isAbstract: true
788
+ },
789
+ Exp2M1: {
790
+ kind: "method",
791
+ methodKind: "ordinary",
792
+ isStatic: true
793
+ },
794
+ ExpM1: {
795
+ kind: "method",
796
+ methodKind: "ordinary",
797
+ isStatic: true
798
+ }
799
+ }
800
+ },
801
+ IFloatingPoint: {
802
+ kind: "interface",
803
+ members: {
804
+ Ceiling: {
805
+ kind: "method",
806
+ methodKind: "ordinary",
807
+ isStatic: true
808
+ },
809
+ Floor: {
810
+ kind: "method",
811
+ methodKind: "ordinary",
812
+ isStatic: true
813
+ },
814
+ GetExponentByteCount: {
815
+ kind: "method",
816
+ methodKind: "ordinary"
817
+ },
818
+ GetExponentShortestBitLength: {
819
+ kind: "method",
820
+ methodKind: "ordinary"
821
+ },
822
+ GetSignificandBitLength: {
823
+ kind: "method",
824
+ methodKind: "ordinary"
825
+ },
826
+ GetSignificandByteCount: {
827
+ kind: "method",
828
+ methodKind: "ordinary"
829
+ },
830
+ Round: {
831
+ kind: "method",
832
+ methodKind: "ordinary",
833
+ isStatic: true
834
+ },
835
+ Truncate: {
836
+ kind: "method",
837
+ methodKind: "ordinary",
838
+ isStatic: true
839
+ },
840
+ TryWriteExponentBigEndian: {
841
+ kind: "method",
842
+ methodKind: "ordinary"
843
+ },
844
+ TryWriteExponentLittleEndian: {
845
+ kind: "method",
846
+ methodKind: "ordinary"
847
+ },
848
+ TryWriteSignificandBigEndian: {
849
+ kind: "method",
850
+ methodKind: "ordinary"
851
+ },
852
+ TryWriteSignificandLittleEndian: {
853
+ kind: "method",
854
+ methodKind: "ordinary"
855
+ },
856
+ WriteExponentBigEndian: {
857
+ kind: "method",
858
+ methodKind: "ordinary"
859
+ },
860
+ WriteExponentLittleEndian: {
861
+ kind: "method",
862
+ methodKind: "ordinary"
863
+ },
864
+ WriteSignificandBigEndian: {
865
+ kind: "method",
866
+ methodKind: "ordinary"
867
+ },
868
+ WriteSignificandLittleEndian: {
869
+ kind: "method",
870
+ methodKind: "ordinary"
871
+ }
872
+ }
873
+ },
874
+ IFloatingPointConstants: {
875
+ kind: "interface",
876
+ members: {
877
+ E: {
878
+ kind: "property",
879
+ type: undefined,
880
+ isStatic: true,
881
+ isAbstract: true
882
+ },
883
+ Pi: {
884
+ kind: "property",
885
+ type: undefined,
886
+ isStatic: true,
887
+ isAbstract: true
888
+ },
889
+ Tau: {
890
+ kind: "property",
891
+ type: undefined,
892
+ isStatic: true,
893
+ isAbstract: true
894
+ }
895
+ }
896
+ },
897
+ IFloatingPointIeee754: {
898
+ kind: "interface",
899
+ members: {
900
+ Atan2: {
901
+ kind: "method",
902
+ methodKind: "ordinary",
903
+ isStatic: true,
904
+ isAbstract: true
905
+ },
906
+ Atan2Pi: {
907
+ kind: "method",
908
+ methodKind: "ordinary",
909
+ isStatic: true,
910
+ isAbstract: true
911
+ },
912
+ BitDecrement: {
913
+ kind: "method",
914
+ methodKind: "ordinary",
915
+ isStatic: true,
916
+ isAbstract: true
917
+ },
918
+ BitIncrement: {
919
+ kind: "method",
920
+ methodKind: "ordinary",
921
+ isStatic: true,
922
+ isAbstract: true
923
+ },
924
+ FusedMultiplyAdd: {
925
+ kind: "method",
926
+ methodKind: "ordinary",
927
+ isStatic: true,
928
+ isAbstract: true
929
+ },
930
+ Ieee754Remainder: {
931
+ kind: "method",
932
+ methodKind: "ordinary",
933
+ isStatic: true,
934
+ isAbstract: true
935
+ },
936
+ ILogB: {
937
+ kind: "method",
938
+ methodKind: "ordinary",
939
+ isStatic: true,
940
+ isAbstract: true
941
+ },
942
+ Lerp: {
943
+ kind: "method",
944
+ methodKind: "ordinary",
945
+ isStatic: true
946
+ },
947
+ ReciprocalEstimate: {
948
+ kind: "method",
949
+ methodKind: "ordinary",
950
+ isStatic: true
951
+ },
952
+ ReciprocalSqrtEstimate: {
953
+ kind: "method",
954
+ methodKind: "ordinary",
955
+ isStatic: true
956
+ },
957
+ ScaleB: {
958
+ kind: "method",
959
+ methodKind: "ordinary",
960
+ isStatic: true,
961
+ isAbstract: true
962
+ },
963
+ Epsilon: {
964
+ kind: "property",
965
+ type: undefined,
966
+ isStatic: true,
967
+ isAbstract: true
968
+ },
969
+ NaN: {
970
+ kind: "property",
971
+ type: undefined,
972
+ isStatic: true,
973
+ isAbstract: true
974
+ },
975
+ NegativeInfinity: {
976
+ kind: "property",
977
+ type: undefined,
978
+ isStatic: true,
979
+ isAbstract: true
980
+ },
981
+ NegativeZero: {
982
+ kind: "property",
983
+ type: undefined,
984
+ isStatic: true,
985
+ isAbstract: true
986
+ },
987
+ PositiveInfinity: {
988
+ kind: "property",
989
+ type: undefined,
990
+ isStatic: true,
991
+ isAbstract: true
992
+ }
993
+ }
994
+ },
995
+ IHyperbolicFunctions: {
996
+ kind: "interface",
997
+ members: {
998
+ Acosh: {
999
+ kind: "method",
1000
+ methodKind: "ordinary",
1001
+ isStatic: true,
1002
+ isAbstract: true
1003
+ },
1004
+ Asinh: {
1005
+ kind: "method",
1006
+ methodKind: "ordinary",
1007
+ isStatic: true,
1008
+ isAbstract: true
1009
+ },
1010
+ Atanh: {
1011
+ kind: "method",
1012
+ methodKind: "ordinary",
1013
+ isStatic: true,
1014
+ isAbstract: true
1015
+ },
1016
+ Cosh: {
1017
+ kind: "method",
1018
+ methodKind: "ordinary",
1019
+ isStatic: true,
1020
+ isAbstract: true
1021
+ },
1022
+ Sinh: {
1023
+ kind: "method",
1024
+ methodKind: "ordinary",
1025
+ isStatic: true,
1026
+ isAbstract: true
1027
+ },
1028
+ Tanh: {
1029
+ kind: "method",
1030
+ methodKind: "ordinary",
1031
+ isStatic: true,
1032
+ isAbstract: true
1033
+ }
1034
+ }
1035
+ },
1036
+ IIncrementOperators: {
1037
+ kind: "interface",
1038
+ members: {}
1039
+ },
1040
+ ILogarithmicFunctions: {
1041
+ kind: "interface",
1042
+ members: {
1043
+ Log: {
1044
+ kind: "method",
1045
+ methodKind: "ordinary",
1046
+ isStatic: true,
1047
+ isAbstract: true
1048
+ },
1049
+ Log10: {
1050
+ kind: "method",
1051
+ methodKind: "ordinary",
1052
+ isStatic: true,
1053
+ isAbstract: true
1054
+ },
1055
+ Log10P1: {
1056
+ kind: "method",
1057
+ methodKind: "ordinary",
1058
+ isStatic: true
1059
+ },
1060
+ Log2: {
1061
+ kind: "method",
1062
+ methodKind: "ordinary",
1063
+ isStatic: true,
1064
+ isAbstract: true
1065
+ },
1066
+ Log2P1: {
1067
+ kind: "method",
1068
+ methodKind: "ordinary",
1069
+ isStatic: true
1070
+ },
1071
+ LogP1: {
1072
+ kind: "method",
1073
+ methodKind: "ordinary",
1074
+ isStatic: true
1075
+ }
1076
+ }
1077
+ },
1078
+ IMinMaxValue: {
1079
+ kind: "interface",
1080
+ members: {
1081
+ MaxValue: {
1082
+ kind: "property",
1083
+ type: undefined,
1084
+ isStatic: true,
1085
+ isAbstract: true
1086
+ },
1087
+ MinValue: {
1088
+ kind: "property",
1089
+ type: undefined,
1090
+ isStatic: true,
1091
+ isAbstract: true
1092
+ }
1093
+ }
1094
+ },
1095
+ IModulusOperators: {
1096
+ kind: "interface",
1097
+ members: {}
1098
+ },
1099
+ IMultiplicativeIdentity: {
1100
+ kind: "interface",
1101
+ members: {
1102
+ MultiplicativeIdentity: {
1103
+ kind: "property",
1104
+ type: undefined,
1105
+ isStatic: true,
1106
+ isAbstract: true
1107
+ }
1108
+ }
1109
+ },
1110
+ IMultiplyOperators: {
1111
+ kind: "interface",
1112
+ members: {}
1113
+ },
1114
+ INumber: {
1115
+ kind: "interface",
1116
+ members: {
1117
+ Clamp: {
1118
+ kind: "method",
1119
+ methodKind: "ordinary",
1120
+ isStatic: true
1121
+ },
1122
+ CopySign: {
1123
+ kind: "method",
1124
+ methodKind: "ordinary",
1125
+ isStatic: true
1126
+ },
1127
+ Max: {
1128
+ kind: "method",
1129
+ methodKind: "ordinary",
1130
+ isStatic: true
1131
+ },
1132
+ MaxNumber: {
1133
+ kind: "method",
1134
+ methodKind: "ordinary",
1135
+ isStatic: true
1136
+ },
1137
+ Min: {
1138
+ kind: "method",
1139
+ methodKind: "ordinary",
1140
+ isStatic: true
1141
+ },
1142
+ MinNumber: {
1143
+ kind: "method",
1144
+ methodKind: "ordinary",
1145
+ isStatic: true
1146
+ },
1147
+ Sign: {
1148
+ kind: "method",
1149
+ methodKind: "ordinary",
1150
+ isStatic: true
1151
+ }
1152
+ }
1153
+ },
1154
+ INumberBase: {
1155
+ kind: "interface",
1156
+ members: {
1157
+ Abs: {
1158
+ kind: "method",
1159
+ methodKind: "ordinary",
1160
+ isStatic: true,
1161
+ isAbstract: true
1162
+ },
1163
+ IsCanonical: {
1164
+ kind: "method",
1165
+ methodKind: "ordinary",
1166
+ isStatic: true,
1167
+ isAbstract: true
1168
+ },
1169
+ IsComplexNumber: {
1170
+ kind: "method",
1171
+ methodKind: "ordinary",
1172
+ isStatic: true,
1173
+ isAbstract: true
1174
+ },
1175
+ IsEvenInteger: {
1176
+ kind: "method",
1177
+ methodKind: "ordinary",
1178
+ isStatic: true,
1179
+ isAbstract: true
1180
+ },
1181
+ IsFinite: {
1182
+ kind: "method",
1183
+ methodKind: "ordinary",
1184
+ isStatic: true,
1185
+ isAbstract: true
1186
+ },
1187
+ IsImaginaryNumber: {
1188
+ kind: "method",
1189
+ methodKind: "ordinary",
1190
+ isStatic: true,
1191
+ isAbstract: true
1192
+ },
1193
+ IsInfinity: {
1194
+ kind: "method",
1195
+ methodKind: "ordinary",
1196
+ isStatic: true,
1197
+ isAbstract: true
1198
+ },
1199
+ IsInteger: {
1200
+ kind: "method",
1201
+ methodKind: "ordinary",
1202
+ isStatic: true,
1203
+ isAbstract: true
1204
+ },
1205
+ IsNaN: {
1206
+ kind: "method",
1207
+ methodKind: "ordinary",
1208
+ isStatic: true,
1209
+ isAbstract: true
1210
+ },
1211
+ IsNegative: {
1212
+ kind: "method",
1213
+ methodKind: "ordinary",
1214
+ isStatic: true,
1215
+ isAbstract: true
1216
+ },
1217
+ IsNegativeInfinity: {
1218
+ kind: "method",
1219
+ methodKind: "ordinary",
1220
+ isStatic: true,
1221
+ isAbstract: true
1222
+ },
1223
+ IsNormal: {
1224
+ kind: "method",
1225
+ methodKind: "ordinary",
1226
+ isStatic: true,
1227
+ isAbstract: true
1228
+ },
1229
+ IsOddInteger: {
1230
+ kind: "method",
1231
+ methodKind: "ordinary",
1232
+ isStatic: true,
1233
+ isAbstract: true
1234
+ },
1235
+ IsPositive: {
1236
+ kind: "method",
1237
+ methodKind: "ordinary",
1238
+ isStatic: true,
1239
+ isAbstract: true
1240
+ },
1241
+ IsPositiveInfinity: {
1242
+ kind: "method",
1243
+ methodKind: "ordinary",
1244
+ isStatic: true,
1245
+ isAbstract: true
1246
+ },
1247
+ IsRealNumber: {
1248
+ kind: "method",
1249
+ methodKind: "ordinary",
1250
+ isStatic: true,
1251
+ isAbstract: true
1252
+ },
1253
+ IsSubnormal: {
1254
+ kind: "method",
1255
+ methodKind: "ordinary",
1256
+ isStatic: true,
1257
+ isAbstract: true
1258
+ },
1259
+ IsZero: {
1260
+ kind: "method",
1261
+ methodKind: "ordinary",
1262
+ isStatic: true,
1263
+ isAbstract: true
1264
+ },
1265
+ MaxMagnitude: {
1266
+ kind: "method",
1267
+ methodKind: "ordinary",
1268
+ isStatic: true,
1269
+ isAbstract: true
1270
+ },
1271
+ MaxMagnitudeNumber: {
1272
+ kind: "method",
1273
+ methodKind: "ordinary",
1274
+ isStatic: true,
1275
+ isAbstract: true
1276
+ },
1277
+ MinMagnitude: {
1278
+ kind: "method",
1279
+ methodKind: "ordinary",
1280
+ isStatic: true,
1281
+ isAbstract: true
1282
+ },
1283
+ MinMagnitudeNumber: {
1284
+ kind: "method",
1285
+ methodKind: "ordinary",
1286
+ isStatic: true,
1287
+ isAbstract: true
1288
+ },
1289
+ MultiplyAddEstimate: {
1290
+ kind: "method",
1291
+ methodKind: "ordinary",
1292
+ isStatic: true
1293
+ },
1294
+ Parse: {
1295
+ kind: "method",
1296
+ methodKind: "ordinary",
1297
+ isStatic: true
1298
+ },
1299
+ TryParse: {
1300
+ kind: "method",
1301
+ methodKind: "ordinary",
1302
+ isStatic: true
1303
+ },
1304
+ One: {
1305
+ kind: "property",
1306
+ type: undefined,
1307
+ isStatic: true,
1308
+ isAbstract: true
1309
+ },
1310
+ Radix: {
1311
+ kind: "property",
1312
+ type: () => {
1313
+ return System.Int32;
1314
+ },
1315
+ isStatic: true,
1316
+ isAbstract: true
1317
+ },
1318
+ Zero: {
1319
+ kind: "property",
1320
+ type: undefined,
1321
+ isStatic: true,
1322
+ isAbstract: true
1323
+ }
1324
+ }
1325
+ },
1326
+ IPowerFunctions: {
1327
+ kind: "interface",
1328
+ members: {
1329
+ Pow: {
1330
+ kind: "method",
1331
+ methodKind: "ordinary",
1332
+ isStatic: true,
1333
+ isAbstract: true
1334
+ }
1335
+ }
1336
+ },
1337
+ IRootFunctions: {
1338
+ kind: "interface",
1339
+ members: {
1340
+ Cbrt: {
1341
+ kind: "method",
1342
+ methodKind: "ordinary",
1343
+ isStatic: true,
1344
+ isAbstract: true
1345
+ },
1346
+ Hypot: {
1347
+ kind: "method",
1348
+ methodKind: "ordinary",
1349
+ isStatic: true,
1350
+ isAbstract: true
1351
+ },
1352
+ RootN: {
1353
+ kind: "method",
1354
+ methodKind: "ordinary",
1355
+ isStatic: true,
1356
+ isAbstract: true
1357
+ },
1358
+ Sqrt: {
1359
+ kind: "method",
1360
+ methodKind: "ordinary",
1361
+ isStatic: true,
1362
+ isAbstract: true
1363
+ }
1364
+ }
1365
+ },
1366
+ IShiftOperators: {
1367
+ kind: "interface",
1368
+ members: {}
1369
+ },
1370
+ ISignedNumber: {
1371
+ kind: "interface",
1372
+ members: {
1373
+ NegativeOne: {
1374
+ kind: "property",
1375
+ type: undefined,
1376
+ isStatic: true,
1377
+ isAbstract: true
1378
+ }
1379
+ }
1380
+ },
1381
+ ISubtractionOperators: {
1382
+ kind: "interface",
1383
+ members: {}
1384
+ },
1385
+ ITrigonometricFunctions: {
1386
+ kind: "interface",
1387
+ members: {
1388
+ Acos: {
1389
+ kind: "method",
1390
+ methodKind: "ordinary",
1391
+ isStatic: true,
1392
+ isAbstract: true
1393
+ },
1394
+ AcosPi: {
1395
+ kind: "method",
1396
+ methodKind: "ordinary",
1397
+ isStatic: true,
1398
+ isAbstract: true
1399
+ },
1400
+ Asin: {
1401
+ kind: "method",
1402
+ methodKind: "ordinary",
1403
+ isStatic: true,
1404
+ isAbstract: true
1405
+ },
1406
+ AsinPi: {
1407
+ kind: "method",
1408
+ methodKind: "ordinary",
1409
+ isStatic: true,
1410
+ isAbstract: true
1411
+ },
1412
+ Atan: {
1413
+ kind: "method",
1414
+ methodKind: "ordinary",
1415
+ isStatic: true,
1416
+ isAbstract: true
1417
+ },
1418
+ AtanPi: {
1419
+ kind: "method",
1420
+ methodKind: "ordinary",
1421
+ isStatic: true,
1422
+ isAbstract: true
1423
+ },
1424
+ Cos: {
1425
+ kind: "method",
1426
+ methodKind: "ordinary",
1427
+ isStatic: true,
1428
+ isAbstract: true
1429
+ },
1430
+ CosPi: {
1431
+ kind: "method",
1432
+ methodKind: "ordinary",
1433
+ isStatic: true,
1434
+ isAbstract: true
1435
+ },
1436
+ DegreesToRadians: {
1437
+ kind: "method",
1438
+ methodKind: "ordinary",
1439
+ isStatic: true
1440
+ },
1441
+ RadiansToDegrees: {
1442
+ kind: "method",
1443
+ methodKind: "ordinary",
1444
+ isStatic: true
1445
+ },
1446
+ Sin: {
1447
+ kind: "method",
1448
+ methodKind: "ordinary",
1449
+ isStatic: true,
1450
+ isAbstract: true
1451
+ },
1452
+ SinCos: {
1453
+ kind: "method",
1454
+ methodKind: "ordinary",
1455
+ isStatic: true,
1456
+ isAbstract: true
1457
+ },
1458
+ SinCosPi: {
1459
+ kind: "method",
1460
+ methodKind: "ordinary",
1461
+ isStatic: true,
1462
+ isAbstract: true
1463
+ },
1464
+ SinPi: {
1465
+ kind: "method",
1466
+ methodKind: "ordinary",
1467
+ isStatic: true,
1468
+ isAbstract: true
1469
+ },
1470
+ Tan: {
1471
+ kind: "method",
1472
+ methodKind: "ordinary",
1473
+ isStatic: true,
1474
+ isAbstract: true
1475
+ },
1476
+ TanPi: {
1477
+ kind: "method",
1478
+ methodKind: "ordinary",
1479
+ isStatic: true,
1480
+ isAbstract: true
1481
+ }
1482
+ }
1483
+ },
1484
+ IUnaryNegationOperators: {
1485
+ kind: "interface",
1486
+ members: {}
1487
+ },
1488
+ IUnaryPlusOperators: {
1489
+ kind: "interface",
1490
+ members: {}
1491
+ },
1492
+ IUnsignedNumber: {
1493
+ kind: "interface",
1494
+ members: {}
1495
+ },
1496
+ Matrix3x2: {
1497
+ kind: "struct",
1498
+ members: {
1499
+ M11: {
1500
+ kind: "field",
1501
+ type: () => {
1502
+ return System.Single;
1503
+ }
1504
+ },
1505
+ M12: {
1506
+ kind: "field",
1507
+ type: () => {
1508
+ return System.Single;
1509
+ }
1510
+ },
1511
+ M21: {
1512
+ kind: "field",
1513
+ type: () => {
1514
+ return System.Single;
1515
+ }
1516
+ },
1517
+ M22: {
1518
+ kind: "field",
1519
+ type: () => {
1520
+ return System.Single;
1521
+ }
1522
+ },
1523
+ M31: {
1524
+ kind: "field",
1525
+ type: () => {
1526
+ return System.Single;
1527
+ }
1528
+ },
1529
+ M32: {
1530
+ kind: "field",
1531
+ type: () => {
1532
+ return System.Single;
1533
+ }
1534
+ },
1535
+ Matrix3x2: {
1536
+ kind: "method",
1537
+ methodKind: "constructor"
1538
+ },
1539
+ Add: {
1540
+ kind: "method",
1541
+ methodKind: "ordinary",
1542
+ isStatic: true
1543
+ },
1544
+ CreateRotation: {
1545
+ kind: "method",
1546
+ methodKind: "ordinary",
1547
+ isStatic: true
1548
+ },
1549
+ CreateScale: {
1550
+ kind: "method",
1551
+ methodKind: "ordinary",
1552
+ isStatic: true
1553
+ },
1554
+ CreateSkew: {
1555
+ kind: "method",
1556
+ methodKind: "ordinary",
1557
+ isStatic: true
1558
+ },
1559
+ CreateTranslation: {
1560
+ kind: "method",
1561
+ methodKind: "ordinary",
1562
+ isStatic: true
1563
+ },
1564
+ Equals: {
1565
+ kind: "method",
1566
+ methodKind: "ordinary",
1567
+ isReadOnly: true
1568
+ },
1569
+ GetDeterminant: {
1570
+ kind: "method",
1571
+ methodKind: "ordinary",
1572
+ isReadOnly: true
1573
+ },
1574
+ GetHashCode: {
1575
+ kind: "method",
1576
+ methodKind: "ordinary",
1577
+ isOverride: true,
1578
+ isReadOnly: true
1579
+ },
1580
+ Invert: {
1581
+ kind: "method",
1582
+ methodKind: "ordinary",
1583
+ isStatic: true
1584
+ },
1585
+ Lerp: {
1586
+ kind: "method",
1587
+ methodKind: "ordinary",
1588
+ isStatic: true
1589
+ },
1590
+ Multiply: {
1591
+ kind: "method",
1592
+ methodKind: "ordinary",
1593
+ isStatic: true
1594
+ },
1595
+ Negate: {
1596
+ kind: "method",
1597
+ methodKind: "ordinary",
1598
+ isStatic: true
1599
+ },
1600
+ Subtract: {
1601
+ kind: "method",
1602
+ methodKind: "ordinary",
1603
+ isStatic: true
1604
+ },
1605
+ ToString: {
1606
+ kind: "method",
1607
+ methodKind: "ordinary",
1608
+ isOverride: true,
1609
+ isReadOnly: true
1610
+ },
1611
+ Identity: {
1612
+ kind: "property",
1613
+ type: () => {
1614
+ return Numerics.Matrix3x2;
1615
+ },
1616
+ isStatic: true
1617
+ },
1618
+ Item: {
1619
+ kind: "property",
1620
+ type: () => {
1621
+ return System.Single;
1622
+ },
1623
+ isReadOnly: true
1624
+ },
1625
+ IsIdentity: {
1626
+ kind: "property",
1627
+ type: () => {
1628
+ return System.Boolean;
1629
+ },
1630
+ isReadOnly: true
1631
+ },
1632
+ Translation: {
1633
+ kind: "property",
1634
+ type: () => {
1635
+ return Numerics.Vector2;
1636
+ },
1637
+ isReadOnly: true
1638
+ }
1639
+ }
1640
+ },
1641
+ Matrix4x4: {
1642
+ kind: "struct",
1643
+ members: {
1644
+ M11: {
1645
+ kind: "field",
1646
+ type: () => {
1647
+ return System.Single;
1648
+ }
1649
+ },
1650
+ M12: {
1651
+ kind: "field",
1652
+ type: () => {
1653
+ return System.Single;
1654
+ }
1655
+ },
1656
+ M13: {
1657
+ kind: "field",
1658
+ type: () => {
1659
+ return System.Single;
1660
+ }
1661
+ },
1662
+ M14: {
1663
+ kind: "field",
1664
+ type: () => {
1665
+ return System.Single;
1666
+ }
1667
+ },
1668
+ M21: {
1669
+ kind: "field",
1670
+ type: () => {
1671
+ return System.Single;
1672
+ }
1673
+ },
1674
+ M22: {
1675
+ kind: "field",
1676
+ type: () => {
1677
+ return System.Single;
1678
+ }
1679
+ },
1680
+ M23: {
1681
+ kind: "field",
1682
+ type: () => {
1683
+ return System.Single;
1684
+ }
1685
+ },
1686
+ M24: {
1687
+ kind: "field",
1688
+ type: () => {
1689
+ return System.Single;
1690
+ }
1691
+ },
1692
+ M31: {
1693
+ kind: "field",
1694
+ type: () => {
1695
+ return System.Single;
1696
+ }
1697
+ },
1698
+ M32: {
1699
+ kind: "field",
1700
+ type: () => {
1701
+ return System.Single;
1702
+ }
1703
+ },
1704
+ M33: {
1705
+ kind: "field",
1706
+ type: () => {
1707
+ return System.Single;
1708
+ }
1709
+ },
1710
+ M34: {
1711
+ kind: "field",
1712
+ type: () => {
1713
+ return System.Single;
1714
+ }
1715
+ },
1716
+ M41: {
1717
+ kind: "field",
1718
+ type: () => {
1719
+ return System.Single;
1720
+ }
1721
+ },
1722
+ M42: {
1723
+ kind: "field",
1724
+ type: () => {
1725
+ return System.Single;
1726
+ }
1727
+ },
1728
+ M43: {
1729
+ kind: "field",
1730
+ type: () => {
1731
+ return System.Single;
1732
+ }
1733
+ },
1734
+ M44: {
1735
+ kind: "field",
1736
+ type: () => {
1737
+ return System.Single;
1738
+ }
1739
+ },
1740
+ Matrix4x4: {
1741
+ kind: "method",
1742
+ methodKind: "constructor"
1743
+ },
1744
+ Add: {
1745
+ kind: "method",
1746
+ methodKind: "ordinary",
1747
+ isStatic: true
1748
+ },
1749
+ CreateBillboard: {
1750
+ kind: "method",
1751
+ methodKind: "ordinary",
1752
+ isStatic: true
1753
+ },
1754
+ CreateConstrainedBillboard: {
1755
+ kind: "method",
1756
+ methodKind: "ordinary",
1757
+ isStatic: true
1758
+ },
1759
+ CreateFromAxisAngle: {
1760
+ kind: "method",
1761
+ methodKind: "ordinary",
1762
+ isStatic: true
1763
+ },
1764
+ CreateFromQuaternion: {
1765
+ kind: "method",
1766
+ methodKind: "ordinary",
1767
+ isStatic: true
1768
+ },
1769
+ CreateFromYawPitchRoll: {
1770
+ kind: "method",
1771
+ methodKind: "ordinary",
1772
+ isStatic: true
1773
+ },
1774
+ CreateLookAt: {
1775
+ kind: "method",
1776
+ methodKind: "ordinary",
1777
+ isStatic: true
1778
+ },
1779
+ CreateLookAtLeftHanded: {
1780
+ kind: "method",
1781
+ methodKind: "ordinary",
1782
+ isStatic: true
1783
+ },
1784
+ CreateLookTo: {
1785
+ kind: "method",
1786
+ methodKind: "ordinary",
1787
+ isStatic: true
1788
+ },
1789
+ CreateLookToLeftHanded: {
1790
+ kind: "method",
1791
+ methodKind: "ordinary",
1792
+ isStatic: true
1793
+ },
1794
+ CreateOrthographic: {
1795
+ kind: "method",
1796
+ methodKind: "ordinary",
1797
+ isStatic: true
1798
+ },
1799
+ CreateOrthographicLeftHanded: {
1800
+ kind: "method",
1801
+ methodKind: "ordinary",
1802
+ isStatic: true
1803
+ },
1804
+ CreateOrthographicOffCenter: {
1805
+ kind: "method",
1806
+ methodKind: "ordinary",
1807
+ isStatic: true
1808
+ },
1809
+ CreateOrthographicOffCenterLeftHanded: {
1810
+ kind: "method",
1811
+ methodKind: "ordinary",
1812
+ isStatic: true
1813
+ },
1814
+ CreatePerspective: {
1815
+ kind: "method",
1816
+ methodKind: "ordinary",
1817
+ isStatic: true
1818
+ },
1819
+ CreatePerspectiveLeftHanded: {
1820
+ kind: "method",
1821
+ methodKind: "ordinary",
1822
+ isStatic: true
1823
+ },
1824
+ CreatePerspectiveFieldOfView: {
1825
+ kind: "method",
1826
+ methodKind: "ordinary",
1827
+ isStatic: true
1828
+ },
1829
+ CreatePerspectiveFieldOfViewLeftHanded: {
1830
+ kind: "method",
1831
+ methodKind: "ordinary",
1832
+ isStatic: true
1833
+ },
1834
+ CreatePerspectiveOffCenter: {
1835
+ kind: "method",
1836
+ methodKind: "ordinary",
1837
+ isStatic: true
1838
+ },
1839
+ CreatePerspectiveOffCenterLeftHanded: {
1840
+ kind: "method",
1841
+ methodKind: "ordinary",
1842
+ isStatic: true
1843
+ },
1844
+ CreateReflection: {
1845
+ kind: "method",
1846
+ methodKind: "ordinary",
1847
+ isStatic: true
1848
+ },
1849
+ CreateRotationX: {
1850
+ kind: "method",
1851
+ methodKind: "ordinary",
1852
+ isStatic: true
1853
+ },
1854
+ CreateRotationY: {
1855
+ kind: "method",
1856
+ methodKind: "ordinary",
1857
+ isStatic: true
1858
+ },
1859
+ CreateRotationZ: {
1860
+ kind: "method",
1861
+ methodKind: "ordinary",
1862
+ isStatic: true
1863
+ },
1864
+ CreateScale: {
1865
+ kind: "method",
1866
+ methodKind: "ordinary",
1867
+ isStatic: true
1868
+ },
1869
+ CreateShadow: {
1870
+ kind: "method",
1871
+ methodKind: "ordinary",
1872
+ isStatic: true
1873
+ },
1874
+ CreateTranslation: {
1875
+ kind: "method",
1876
+ methodKind: "ordinary",
1877
+ isStatic: true
1878
+ },
1879
+ CreateViewport: {
1880
+ kind: "method",
1881
+ methodKind: "ordinary",
1882
+ isStatic: true
1883
+ },
1884
+ CreateViewportLeftHanded: {
1885
+ kind: "method",
1886
+ methodKind: "ordinary",
1887
+ isStatic: true
1888
+ },
1889
+ CreateWorld: {
1890
+ kind: "method",
1891
+ methodKind: "ordinary",
1892
+ isStatic: true
1893
+ },
1894
+ Decompose: {
1895
+ kind: "method",
1896
+ methodKind: "ordinary",
1897
+ isStatic: true
1898
+ },
1899
+ Equals: {
1900
+ kind: "method",
1901
+ methodKind: "ordinary",
1902
+ isReadOnly: true
1903
+ },
1904
+ GetDeterminant: {
1905
+ kind: "method",
1906
+ methodKind: "ordinary",
1907
+ isReadOnly: true
1908
+ },
1909
+ GetHashCode: {
1910
+ kind: "method",
1911
+ methodKind: "ordinary",
1912
+ isOverride: true,
1913
+ isReadOnly: true
1914
+ },
1915
+ Invert: {
1916
+ kind: "method",
1917
+ methodKind: "ordinary",
1918
+ isStatic: true
1919
+ },
1920
+ Lerp: {
1921
+ kind: "method",
1922
+ methodKind: "ordinary",
1923
+ isStatic: true
1924
+ },
1925
+ Multiply: {
1926
+ kind: "method",
1927
+ methodKind: "ordinary",
1928
+ isStatic: true
1929
+ },
1930
+ Negate: {
1931
+ kind: "method",
1932
+ methodKind: "ordinary",
1933
+ isStatic: true
1934
+ },
1935
+ Subtract: {
1936
+ kind: "method",
1937
+ methodKind: "ordinary",
1938
+ isStatic: true
1939
+ },
1940
+ ToString: {
1941
+ kind: "method",
1942
+ methodKind: "ordinary",
1943
+ isOverride: true,
1944
+ isReadOnly: true
1945
+ },
1946
+ Transform: {
1947
+ kind: "method",
1948
+ methodKind: "ordinary",
1949
+ isStatic: true
1950
+ },
1951
+ Transpose: {
1952
+ kind: "method",
1953
+ methodKind: "ordinary",
1954
+ isStatic: true
1955
+ },
1956
+ Identity: {
1957
+ kind: "property",
1958
+ type: () => {
1959
+ return Numerics.Matrix4x4;
1960
+ },
1961
+ isStatic: true
1962
+ },
1963
+ Item: {
1964
+ kind: "property",
1965
+ type: () => {
1966
+ return System.Single;
1967
+ },
1968
+ isReadOnly: true
1969
+ },
1970
+ IsIdentity: {
1971
+ kind: "property",
1972
+ type: () => {
1973
+ return System.Boolean;
1974
+ },
1975
+ isReadOnly: true
1976
+ },
1977
+ Translation: {
1978
+ kind: "property",
1979
+ type: () => {
1980
+ return Numerics.Vector3;
1981
+ },
1982
+ isReadOnly: true
1983
+ }
1984
+ }
1985
+ },
1986
+ Plane: {
1987
+ kind: "struct",
1988
+ members: {
1989
+ Normal: {
1990
+ kind: "field",
1991
+ type: () => {
1992
+ return Numerics.Vector3;
1993
+ }
1994
+ },
1995
+ D: {
1996
+ kind: "field",
1997
+ type: () => {
1998
+ return System.Single;
1999
+ }
2000
+ },
2001
+ Plane: {
2002
+ kind: "method",
2003
+ methodKind: "constructor"
2004
+ },
2005
+ CreateFromVertices: {
2006
+ kind: "method",
2007
+ methodKind: "ordinary",
2008
+ isStatic: true
2009
+ },
2010
+ Dot: {
2011
+ kind: "method",
2012
+ methodKind: "ordinary",
2013
+ isStatic: true
2014
+ },
2015
+ DotCoordinate: {
2016
+ kind: "method",
2017
+ methodKind: "ordinary",
2018
+ isStatic: true
2019
+ },
2020
+ DotNormal: {
2021
+ kind: "method",
2022
+ methodKind: "ordinary",
2023
+ isStatic: true
2024
+ },
2025
+ Equals: {
2026
+ kind: "method",
2027
+ methodKind: "ordinary",
2028
+ isReadOnly: true
2029
+ },
2030
+ GetHashCode: {
2031
+ kind: "method",
2032
+ methodKind: "ordinary",
2033
+ isOverride: true,
2034
+ isReadOnly: true
2035
+ },
2036
+ Normalize: {
2037
+ kind: "method",
2038
+ methodKind: "ordinary",
2039
+ isStatic: true
2040
+ },
2041
+ ToString: {
2042
+ kind: "method",
2043
+ methodKind: "ordinary",
2044
+ isOverride: true,
2045
+ isReadOnly: true
2046
+ },
2047
+ Transform: {
2048
+ kind: "method",
2049
+ methodKind: "ordinary",
2050
+ isStatic: true
2051
+ }
2052
+ }
2053
+ },
2054
+ Quaternion: {
2055
+ kind: "struct",
2056
+ members: {
2057
+ X: {
2058
+ kind: "field",
2059
+ type: () => {
2060
+ return System.Single;
2061
+ }
2062
+ },
2063
+ Y: {
2064
+ kind: "field",
2065
+ type: () => {
2066
+ return System.Single;
2067
+ }
2068
+ },
2069
+ Z: {
2070
+ kind: "field",
2071
+ type: () => {
2072
+ return System.Single;
2073
+ }
2074
+ },
2075
+ W: {
2076
+ kind: "field",
2077
+ type: () => {
2078
+ return System.Single;
2079
+ }
2080
+ },
2081
+ Quaternion: {
2082
+ kind: "method",
2083
+ methodKind: "constructor"
2084
+ },
2085
+ Add: {
2086
+ kind: "method",
2087
+ methodKind: "ordinary",
2088
+ isStatic: true
2089
+ },
2090
+ Concatenate: {
2091
+ kind: "method",
2092
+ methodKind: "ordinary",
2093
+ isStatic: true
2094
+ },
2095
+ Conjugate: {
2096
+ kind: "method",
2097
+ methodKind: "ordinary",
2098
+ isStatic: true
2099
+ },
2100
+ CreateFromAxisAngle: {
2101
+ kind: "method",
2102
+ methodKind: "ordinary",
2103
+ isStatic: true
2104
+ },
2105
+ CreateFromRotationMatrix: {
2106
+ kind: "method",
2107
+ methodKind: "ordinary",
2108
+ isStatic: true
2109
+ },
2110
+ CreateFromYawPitchRoll: {
2111
+ kind: "method",
2112
+ methodKind: "ordinary",
2113
+ isStatic: true
2114
+ },
2115
+ Divide: {
2116
+ kind: "method",
2117
+ methodKind: "ordinary",
2118
+ isStatic: true
2119
+ },
2120
+ Dot: {
2121
+ kind: "method",
2122
+ methodKind: "ordinary",
2123
+ isStatic: true
2124
+ },
2125
+ Equals: {
2126
+ kind: "method",
2127
+ methodKind: "ordinary",
2128
+ isReadOnly: true
2129
+ },
2130
+ GetHashCode: {
2131
+ kind: "method",
2132
+ methodKind: "ordinary",
2133
+ isOverride: true,
2134
+ isReadOnly: true
2135
+ },
2136
+ Inverse: {
2137
+ kind: "method",
2138
+ methodKind: "ordinary",
2139
+ isStatic: true
2140
+ },
2141
+ Length: {
2142
+ kind: "method",
2143
+ methodKind: "ordinary",
2144
+ isReadOnly: true
2145
+ },
2146
+ LengthSquared: {
2147
+ kind: "method",
2148
+ methodKind: "ordinary",
2149
+ isReadOnly: true
2150
+ },
2151
+ Lerp: {
2152
+ kind: "method",
2153
+ methodKind: "ordinary",
2154
+ isStatic: true
2155
+ },
2156
+ Multiply: {
2157
+ kind: "method",
2158
+ methodKind: "ordinary",
2159
+ isStatic: true
2160
+ },
2161
+ Negate: {
2162
+ kind: "method",
2163
+ methodKind: "ordinary",
2164
+ isStatic: true
2165
+ },
2166
+ Normalize: {
2167
+ kind: "method",
2168
+ methodKind: "ordinary",
2169
+ isStatic: true
2170
+ },
2171
+ Slerp: {
2172
+ kind: "method",
2173
+ methodKind: "ordinary",
2174
+ isStatic: true
2175
+ },
2176
+ Subtract: {
2177
+ kind: "method",
2178
+ methodKind: "ordinary",
2179
+ isStatic: true
2180
+ },
2181
+ ToString: {
2182
+ kind: "method",
2183
+ methodKind: "ordinary",
2184
+ isOverride: true,
2185
+ isReadOnly: true
2186
+ },
2187
+ Zero: {
2188
+ kind: "property",
2189
+ type: () => {
2190
+ return Numerics.Quaternion;
2191
+ },
2192
+ isStatic: true
2193
+ },
2194
+ Identity: {
2195
+ kind: "property",
2196
+ type: () => {
2197
+ return Numerics.Quaternion;
2198
+ },
2199
+ isStatic: true
2200
+ },
2201
+ Item: {
2202
+ kind: "property",
2203
+ type: () => {
2204
+ return System.Single;
2205
+ },
2206
+ isReadOnly: true
2207
+ },
2208
+ IsIdentity: {
2209
+ kind: "property",
2210
+ type: () => {
2211
+ return System.Boolean;
2212
+ },
2213
+ isReadOnly: true
2214
+ }
2215
+ }
2216
+ },
2217
+ TotalOrderIeee754Comparer: {
2218
+ kind: "struct",
2219
+ members: {
2220
+ Compare: {
2221
+ kind: "method",
2222
+ methodKind: "ordinary"
2223
+ },
2224
+ Equals: {
2225
+ kind: "method",
2226
+ methodKind: "ordinary"
2227
+ },
2228
+ GetHashCode: {
2229
+ kind: "method",
2230
+ methodKind: "ordinary",
2231
+ isOverride: true
2232
+ }
2233
+ }
2234
+ },
2235
+ Vector: {
2236
+ kind: "struct",
2237
+ members: {
2238
+ Vector: {
2239
+ kind: "method",
2240
+ methodKind: "constructor"
2241
+ },
2242
+ CopyTo: {
2243
+ kind: "method",
2244
+ methodKind: "ordinary"
2245
+ },
2246
+ Equals: {
2247
+ kind: "method",
2248
+ methodKind: "ordinary"
2249
+ },
2250
+ GetHashCode: {
2251
+ kind: "method",
2252
+ methodKind: "ordinary",
2253
+ isOverride: true
2254
+ },
2255
+ ToString: {
2256
+ kind: "method",
2257
+ methodKind: "ordinary",
2258
+ isOverride: true
2259
+ },
2260
+ TryCopyTo: {
2261
+ kind: "method",
2262
+ methodKind: "ordinary"
2263
+ },
2264
+ AllBitsSet: {
2265
+ kind: "property",
2266
+ type: () => {
2267
+ return Numerics.Vector;
2268
+ },
2269
+ isStatic: true
2270
+ },
2271
+ Count: {
2272
+ kind: "property",
2273
+ type: () => {
2274
+ return System.Int32;
2275
+ },
2276
+ isStatic: true
2277
+ },
2278
+ Indices: {
2279
+ kind: "property",
2280
+ type: () => {
2281
+ return Numerics.Vector;
2282
+ },
2283
+ isStatic: true
2284
+ },
2285
+ IsSupported: {
2286
+ kind: "property",
2287
+ type: () => {
2288
+ return System.Boolean;
2289
+ },
2290
+ isStatic: true
2291
+ },
2292
+ Item: {
2293
+ kind: "property",
2294
+ type: undefined
2295
+ },
2296
+ One: {
2297
+ kind: "property",
2298
+ type: () => {
2299
+ return Numerics.Vector;
2300
+ },
2301
+ isStatic: true
2302
+ },
2303
+ Zero: {
2304
+ kind: "property",
2305
+ type: () => {
2306
+ return Numerics.Vector;
2307
+ },
2308
+ isStatic: true
2309
+ }
2310
+ }
2311
+ },
2312
+ Vector2: {
2313
+ kind: "struct",
2314
+ members: {
2315
+ X: {
2316
+ kind: "field",
2317
+ type: () => {
2318
+ return System.Single;
2319
+ }
2320
+ },
2321
+ Y: {
2322
+ kind: "field",
2323
+ type: () => {
2324
+ return System.Single;
2325
+ }
2326
+ },
2327
+ Vector2: {
2328
+ kind: "method",
2329
+ methodKind: "constructor"
2330
+ },
2331
+ Abs: {
2332
+ kind: "method",
2333
+ methodKind: "ordinary",
2334
+ isStatic: true
2335
+ },
2336
+ Add: {
2337
+ kind: "method",
2338
+ methodKind: "ordinary",
2339
+ isStatic: true
2340
+ },
2341
+ Clamp: {
2342
+ kind: "method",
2343
+ methodKind: "ordinary",
2344
+ isStatic: true
2345
+ },
2346
+ ClampNative: {
2347
+ kind: "method",
2348
+ methodKind: "ordinary",
2349
+ isStatic: true
2350
+ },
2351
+ CopySign: {
2352
+ kind: "method",
2353
+ methodKind: "ordinary",
2354
+ isStatic: true
2355
+ },
2356
+ Create: {
2357
+ kind: "method",
2358
+ methodKind: "ordinary",
2359
+ isStatic: true
2360
+ },
2361
+ CopyTo: {
2362
+ kind: "method",
2363
+ methodKind: "ordinary",
2364
+ isReadOnly: true
2365
+ },
2366
+ Cos: {
2367
+ kind: "method",
2368
+ methodKind: "ordinary",
2369
+ isStatic: true
2370
+ },
2371
+ TryCopyTo: {
2372
+ kind: "method",
2373
+ methodKind: "ordinary",
2374
+ isReadOnly: true
2375
+ },
2376
+ DegreesToRadians: {
2377
+ kind: "method",
2378
+ methodKind: "ordinary",
2379
+ isStatic: true
2380
+ },
2381
+ Distance: {
2382
+ kind: "method",
2383
+ methodKind: "ordinary",
2384
+ isStatic: true
2385
+ },
2386
+ DistanceSquared: {
2387
+ kind: "method",
2388
+ methodKind: "ordinary",
2389
+ isStatic: true
2390
+ },
2391
+ Divide: {
2392
+ kind: "method",
2393
+ methodKind: "ordinary",
2394
+ isStatic: true
2395
+ },
2396
+ Dot: {
2397
+ kind: "method",
2398
+ methodKind: "ordinary",
2399
+ isStatic: true
2400
+ },
2401
+ Equals: {
2402
+ kind: "method",
2403
+ methodKind: "ordinary",
2404
+ isReadOnly: true
2405
+ },
2406
+ Exp: {
2407
+ kind: "method",
2408
+ methodKind: "ordinary",
2409
+ isStatic: true
2410
+ },
2411
+ FusedMultiplyAdd: {
2412
+ kind: "method",
2413
+ methodKind: "ordinary",
2414
+ isStatic: true
2415
+ },
2416
+ GetHashCode: {
2417
+ kind: "method",
2418
+ methodKind: "ordinary",
2419
+ isOverride: true,
2420
+ isReadOnly: true
2421
+ },
2422
+ Hypot: {
2423
+ kind: "method",
2424
+ methodKind: "ordinary",
2425
+ isStatic: true
2426
+ },
2427
+ Length: {
2428
+ kind: "method",
2429
+ methodKind: "ordinary",
2430
+ isReadOnly: true
2431
+ },
2432
+ LengthSquared: {
2433
+ kind: "method",
2434
+ methodKind: "ordinary",
2435
+ isReadOnly: true
2436
+ },
2437
+ Lerp: {
2438
+ kind: "method",
2439
+ methodKind: "ordinary",
2440
+ isStatic: true
2441
+ },
2442
+ Log: {
2443
+ kind: "method",
2444
+ methodKind: "ordinary",
2445
+ isStatic: true
2446
+ },
2447
+ Log2: {
2448
+ kind: "method",
2449
+ methodKind: "ordinary",
2450
+ isStatic: true
2451
+ },
2452
+ Max: {
2453
+ kind: "method",
2454
+ methodKind: "ordinary",
2455
+ isStatic: true
2456
+ },
2457
+ MaxMagnitude: {
2458
+ kind: "method",
2459
+ methodKind: "ordinary",
2460
+ isStatic: true
2461
+ },
2462
+ MaxMagnitudeNumber: {
2463
+ kind: "method",
2464
+ methodKind: "ordinary",
2465
+ isStatic: true
2466
+ },
2467
+ MaxNative: {
2468
+ kind: "method",
2469
+ methodKind: "ordinary",
2470
+ isStatic: true
2471
+ },
2472
+ MaxNumber: {
2473
+ kind: "method",
2474
+ methodKind: "ordinary",
2475
+ isStatic: true
2476
+ },
2477
+ Min: {
2478
+ kind: "method",
2479
+ methodKind: "ordinary",
2480
+ isStatic: true
2481
+ },
2482
+ MinMagnitude: {
2483
+ kind: "method",
2484
+ methodKind: "ordinary",
2485
+ isStatic: true
2486
+ },
2487
+ MinMagnitudeNumber: {
2488
+ kind: "method",
2489
+ methodKind: "ordinary",
2490
+ isStatic: true
2491
+ },
2492
+ MinNative: {
2493
+ kind: "method",
2494
+ methodKind: "ordinary",
2495
+ isStatic: true
2496
+ },
2497
+ MinNumber: {
2498
+ kind: "method",
2499
+ methodKind: "ordinary",
2500
+ isStatic: true
2501
+ },
2502
+ Multiply: {
2503
+ kind: "method",
2504
+ methodKind: "ordinary",
2505
+ isStatic: true
2506
+ },
2507
+ MultiplyAddEstimate: {
2508
+ kind: "method",
2509
+ methodKind: "ordinary",
2510
+ isStatic: true
2511
+ },
2512
+ Negate: {
2513
+ kind: "method",
2514
+ methodKind: "ordinary",
2515
+ isStatic: true
2516
+ },
2517
+ Normalize: {
2518
+ kind: "method",
2519
+ methodKind: "ordinary",
2520
+ isStatic: true
2521
+ },
2522
+ RadiansToDegrees: {
2523
+ kind: "method",
2524
+ methodKind: "ordinary",
2525
+ isStatic: true
2526
+ },
2527
+ Round: {
2528
+ kind: "method",
2529
+ methodKind: "ordinary",
2530
+ isStatic: true
2531
+ },
2532
+ Reflect: {
2533
+ kind: "method",
2534
+ methodKind: "ordinary",
2535
+ isStatic: true
2536
+ },
2537
+ Sin: {
2538
+ kind: "method",
2539
+ methodKind: "ordinary",
2540
+ isStatic: true
2541
+ },
2542
+ SinCos: {
2543
+ kind: "method",
2544
+ methodKind: "ordinary",
2545
+ isStatic: true
2546
+ },
2547
+ SquareRoot: {
2548
+ kind: "method",
2549
+ methodKind: "ordinary",
2550
+ isStatic: true
2551
+ },
2552
+ Subtract: {
2553
+ kind: "method",
2554
+ methodKind: "ordinary",
2555
+ isStatic: true
2556
+ },
2557
+ ToString: {
2558
+ kind: "method",
2559
+ methodKind: "ordinary",
2560
+ isOverride: true,
2561
+ isReadOnly: true
2562
+ },
2563
+ Transform: {
2564
+ kind: "method",
2565
+ methodKind: "ordinary",
2566
+ isStatic: true
2567
+ },
2568
+ TransformNormal: {
2569
+ kind: "method",
2570
+ methodKind: "ordinary",
2571
+ isStatic: true
2572
+ },
2573
+ Truncate: {
2574
+ kind: "method",
2575
+ methodKind: "ordinary",
2576
+ isStatic: true
2577
+ },
2578
+ E: {
2579
+ kind: "property",
2580
+ type: () => {
2581
+ return Numerics.Vector2;
2582
+ },
2583
+ isStatic: true
2584
+ },
2585
+ Epsilon: {
2586
+ kind: "property",
2587
+ type: () => {
2588
+ return Numerics.Vector2;
2589
+ },
2590
+ isStatic: true
2591
+ },
2592
+ NaN: {
2593
+ kind: "property",
2594
+ type: () => {
2595
+ return Numerics.Vector2;
2596
+ },
2597
+ isStatic: true
2598
+ },
2599
+ NegativeInfinity: {
2600
+ kind: "property",
2601
+ type: () => {
2602
+ return Numerics.Vector2;
2603
+ },
2604
+ isStatic: true
2605
+ },
2606
+ NegativeZero: {
2607
+ kind: "property",
2608
+ type: () => {
2609
+ return Numerics.Vector2;
2610
+ },
2611
+ isStatic: true
2612
+ },
2613
+ One: {
2614
+ kind: "property",
2615
+ type: () => {
2616
+ return Numerics.Vector2;
2617
+ },
2618
+ isStatic: true
2619
+ },
2620
+ Pi: {
2621
+ kind: "property",
2622
+ type: () => {
2623
+ return Numerics.Vector2;
2624
+ },
2625
+ isStatic: true
2626
+ },
2627
+ PositiveInfinity: {
2628
+ kind: "property",
2629
+ type: () => {
2630
+ return Numerics.Vector2;
2631
+ },
2632
+ isStatic: true
2633
+ },
2634
+ Tau: {
2635
+ kind: "property",
2636
+ type: () => {
2637
+ return Numerics.Vector2;
2638
+ },
2639
+ isStatic: true
2640
+ },
2641
+ UnitX: {
2642
+ kind: "property",
2643
+ type: () => {
2644
+ return Numerics.Vector2;
2645
+ },
2646
+ isStatic: true
2647
+ },
2648
+ UnitY: {
2649
+ kind: "property",
2650
+ type: () => {
2651
+ return Numerics.Vector2;
2652
+ },
2653
+ isStatic: true
2654
+ },
2655
+ Item: {
2656
+ kind: "property",
2657
+ type: () => {
2658
+ return System.Single;
2659
+ },
2660
+ isReadOnly: true
2661
+ },
2662
+ Zero: {
2663
+ kind: "property",
2664
+ type: () => {
2665
+ return Numerics.Vector2;
2666
+ },
2667
+ isStatic: true
2668
+ }
2669
+ }
2670
+ },
2671
+ Vector3: {
2672
+ kind: "struct",
2673
+ members: {
2674
+ X: {
2675
+ kind: "field",
2676
+ type: () => {
2677
+ return System.Single;
2678
+ }
2679
+ },
2680
+ Y: {
2681
+ kind: "field",
2682
+ type: () => {
2683
+ return System.Single;
2684
+ }
2685
+ },
2686
+ Z: {
2687
+ kind: "field",
2688
+ type: () => {
2689
+ return System.Single;
2690
+ }
2691
+ },
2692
+ Vector3: {
2693
+ kind: "method",
2694
+ methodKind: "constructor"
2695
+ },
2696
+ Abs: {
2697
+ kind: "method",
2698
+ methodKind: "ordinary",
2699
+ isStatic: true
2700
+ },
2701
+ Add: {
2702
+ kind: "method",
2703
+ methodKind: "ordinary",
2704
+ isStatic: true
2705
+ },
2706
+ Clamp: {
2707
+ kind: "method",
2708
+ methodKind: "ordinary",
2709
+ isStatic: true
2710
+ },
2711
+ ClampNative: {
2712
+ kind: "method",
2713
+ methodKind: "ordinary",
2714
+ isStatic: true
2715
+ },
2716
+ CopySign: {
2717
+ kind: "method",
2718
+ methodKind: "ordinary",
2719
+ isStatic: true
2720
+ },
2721
+ Create: {
2722
+ kind: "method",
2723
+ methodKind: "ordinary",
2724
+ isStatic: true
2725
+ },
2726
+ CopyTo: {
2727
+ kind: "method",
2728
+ methodKind: "ordinary",
2729
+ isReadOnly: true
2730
+ },
2731
+ Cos: {
2732
+ kind: "method",
2733
+ methodKind: "ordinary",
2734
+ isStatic: true
2735
+ },
2736
+ TryCopyTo: {
2737
+ kind: "method",
2738
+ methodKind: "ordinary",
2739
+ isReadOnly: true
2740
+ },
2741
+ Cross: {
2742
+ kind: "method",
2743
+ methodKind: "ordinary",
2744
+ isStatic: true
2745
+ },
2746
+ DegreesToRadians: {
2747
+ kind: "method",
2748
+ methodKind: "ordinary",
2749
+ isStatic: true
2750
+ },
2751
+ Distance: {
2752
+ kind: "method",
2753
+ methodKind: "ordinary",
2754
+ isStatic: true
2755
+ },
2756
+ DistanceSquared: {
2757
+ kind: "method",
2758
+ methodKind: "ordinary",
2759
+ isStatic: true
2760
+ },
2761
+ Divide: {
2762
+ kind: "method",
2763
+ methodKind: "ordinary",
2764
+ isStatic: true
2765
+ },
2766
+ Dot: {
2767
+ kind: "method",
2768
+ methodKind: "ordinary",
2769
+ isStatic: true
2770
+ },
2771
+ Equals: {
2772
+ kind: "method",
2773
+ methodKind: "ordinary",
2774
+ isReadOnly: true
2775
+ },
2776
+ Exp: {
2777
+ kind: "method",
2778
+ methodKind: "ordinary",
2779
+ isStatic: true
2780
+ },
2781
+ FusedMultiplyAdd: {
2782
+ kind: "method",
2783
+ methodKind: "ordinary",
2784
+ isStatic: true
2785
+ },
2786
+ GetHashCode: {
2787
+ kind: "method",
2788
+ methodKind: "ordinary",
2789
+ isOverride: true,
2790
+ isReadOnly: true
2791
+ },
2792
+ Length: {
2793
+ kind: "method",
2794
+ methodKind: "ordinary",
2795
+ isReadOnly: true
2796
+ },
2797
+ LengthSquared: {
2798
+ kind: "method",
2799
+ methodKind: "ordinary",
2800
+ isReadOnly: true
2801
+ },
2802
+ Hypot: {
2803
+ kind: "method",
2804
+ methodKind: "ordinary",
2805
+ isStatic: true
2806
+ },
2807
+ Lerp: {
2808
+ kind: "method",
2809
+ methodKind: "ordinary",
2810
+ isStatic: true
2811
+ },
2812
+ Log: {
2813
+ kind: "method",
2814
+ methodKind: "ordinary",
2815
+ isStatic: true
2816
+ },
2817
+ Log2: {
2818
+ kind: "method",
2819
+ methodKind: "ordinary",
2820
+ isStatic: true
2821
+ },
2822
+ Max: {
2823
+ kind: "method",
2824
+ methodKind: "ordinary",
2825
+ isStatic: true
2826
+ },
2827
+ MaxMagnitude: {
2828
+ kind: "method",
2829
+ methodKind: "ordinary",
2830
+ isStatic: true
2831
+ },
2832
+ MaxMagnitudeNumber: {
2833
+ kind: "method",
2834
+ methodKind: "ordinary",
2835
+ isStatic: true
2836
+ },
2837
+ MaxNative: {
2838
+ kind: "method",
2839
+ methodKind: "ordinary",
2840
+ isStatic: true
2841
+ },
2842
+ MaxNumber: {
2843
+ kind: "method",
2844
+ methodKind: "ordinary",
2845
+ isStatic: true
2846
+ },
2847
+ Min: {
2848
+ kind: "method",
2849
+ methodKind: "ordinary",
2850
+ isStatic: true
2851
+ },
2852
+ MinMagnitude: {
2853
+ kind: "method",
2854
+ methodKind: "ordinary",
2855
+ isStatic: true
2856
+ },
2857
+ MinMagnitudeNumber: {
2858
+ kind: "method",
2859
+ methodKind: "ordinary",
2860
+ isStatic: true
2861
+ },
2862
+ MinNative: {
2863
+ kind: "method",
2864
+ methodKind: "ordinary",
2865
+ isStatic: true
2866
+ },
2867
+ MinNumber: {
2868
+ kind: "method",
2869
+ methodKind: "ordinary",
2870
+ isStatic: true
2871
+ },
2872
+ Multiply: {
2873
+ kind: "method",
2874
+ methodKind: "ordinary",
2875
+ isStatic: true
2876
+ },
2877
+ MultiplyAddEstimate: {
2878
+ kind: "method",
2879
+ methodKind: "ordinary",
2880
+ isStatic: true
2881
+ },
2882
+ Negate: {
2883
+ kind: "method",
2884
+ methodKind: "ordinary",
2885
+ isStatic: true
2886
+ },
2887
+ Normalize: {
2888
+ kind: "method",
2889
+ methodKind: "ordinary",
2890
+ isStatic: true
2891
+ },
2892
+ RadiansToDegrees: {
2893
+ kind: "method",
2894
+ methodKind: "ordinary",
2895
+ isStatic: true
2896
+ },
2897
+ Reflect: {
2898
+ kind: "method",
2899
+ methodKind: "ordinary",
2900
+ isStatic: true
2901
+ },
2902
+ Round: {
2903
+ kind: "method",
2904
+ methodKind: "ordinary",
2905
+ isStatic: true
2906
+ },
2907
+ Sin: {
2908
+ kind: "method",
2909
+ methodKind: "ordinary",
2910
+ isStatic: true
2911
+ },
2912
+ SinCos: {
2913
+ kind: "method",
2914
+ methodKind: "ordinary",
2915
+ isStatic: true
2916
+ },
2917
+ SquareRoot: {
2918
+ kind: "method",
2919
+ methodKind: "ordinary",
2920
+ isStatic: true
2921
+ },
2922
+ Subtract: {
2923
+ kind: "method",
2924
+ methodKind: "ordinary",
2925
+ isStatic: true
2926
+ },
2927
+ ToString: {
2928
+ kind: "method",
2929
+ methodKind: "ordinary",
2930
+ isOverride: true,
2931
+ isReadOnly: true
2932
+ },
2933
+ Transform: {
2934
+ kind: "method",
2935
+ methodKind: "ordinary",
2936
+ isStatic: true
2937
+ },
2938
+ TransformNormal: {
2939
+ kind: "method",
2940
+ methodKind: "ordinary",
2941
+ isStatic: true
2942
+ },
2943
+ Truncate: {
2944
+ kind: "method",
2945
+ methodKind: "ordinary",
2946
+ isStatic: true
2947
+ },
2948
+ E: {
2949
+ kind: "property",
2950
+ type: () => {
2951
+ return Numerics.Vector3;
2952
+ },
2953
+ isStatic: true
2954
+ },
2955
+ Epsilon: {
2956
+ kind: "property",
2957
+ type: () => {
2958
+ return Numerics.Vector3;
2959
+ },
2960
+ isStatic: true
2961
+ },
2962
+ NaN: {
2963
+ kind: "property",
2964
+ type: () => {
2965
+ return Numerics.Vector3;
2966
+ },
2967
+ isStatic: true
2968
+ },
2969
+ NegativeInfinity: {
2970
+ kind: "property",
2971
+ type: () => {
2972
+ return Numerics.Vector3;
2973
+ },
2974
+ isStatic: true
2975
+ },
2976
+ NegativeZero: {
2977
+ kind: "property",
2978
+ type: () => {
2979
+ return Numerics.Vector3;
2980
+ },
2981
+ isStatic: true
2982
+ },
2983
+ One: {
2984
+ kind: "property",
2985
+ type: () => {
2986
+ return Numerics.Vector3;
2987
+ },
2988
+ isStatic: true
2989
+ },
2990
+ Pi: {
2991
+ kind: "property",
2992
+ type: () => {
2993
+ return Numerics.Vector3;
2994
+ },
2995
+ isStatic: true
2996
+ },
2997
+ PositiveInfinity: {
2998
+ kind: "property",
2999
+ type: () => {
3000
+ return Numerics.Vector3;
3001
+ },
3002
+ isStatic: true
3003
+ },
3004
+ Tau: {
3005
+ kind: "property",
3006
+ type: () => {
3007
+ return Numerics.Vector3;
3008
+ },
3009
+ isStatic: true
3010
+ },
3011
+ UnitX: {
3012
+ kind: "property",
3013
+ type: () => {
3014
+ return Numerics.Vector3;
3015
+ },
3016
+ isStatic: true
3017
+ },
3018
+ UnitY: {
3019
+ kind: "property",
3020
+ type: () => {
3021
+ return Numerics.Vector3;
3022
+ },
3023
+ isStatic: true
3024
+ },
3025
+ UnitZ: {
3026
+ kind: "property",
3027
+ type: () => {
3028
+ return Numerics.Vector3;
3029
+ },
3030
+ isStatic: true
3031
+ },
3032
+ Item: {
3033
+ kind: "property",
3034
+ type: () => {
3035
+ return System.Single;
3036
+ },
3037
+ isReadOnly: true
3038
+ },
3039
+ Zero: {
3040
+ kind: "property",
3041
+ type: () => {
3042
+ return Numerics.Vector3;
3043
+ },
3044
+ isStatic: true
3045
+ }
3046
+ }
3047
+ },
3048
+ Vector4: {
3049
+ kind: "struct",
3050
+ members: {
3051
+ X: {
3052
+ kind: "field",
3053
+ type: () => {
3054
+ return System.Single;
3055
+ }
3056
+ },
3057
+ Y: {
3058
+ kind: "field",
3059
+ type: () => {
3060
+ return System.Single;
3061
+ }
3062
+ },
3063
+ Z: {
3064
+ kind: "field",
3065
+ type: () => {
3066
+ return System.Single;
3067
+ }
3068
+ },
3069
+ W: {
3070
+ kind: "field",
3071
+ type: () => {
3072
+ return System.Single;
3073
+ }
3074
+ },
3075
+ Vector4: {
3076
+ kind: "method",
3077
+ methodKind: "constructor"
3078
+ },
3079
+ Abs: {
3080
+ kind: "method",
3081
+ methodKind: "ordinary",
3082
+ isStatic: true
3083
+ },
3084
+ Add: {
3085
+ kind: "method",
3086
+ methodKind: "ordinary",
3087
+ isStatic: true
3088
+ },
3089
+ Clamp: {
3090
+ kind: "method",
3091
+ methodKind: "ordinary",
3092
+ isStatic: true
3093
+ },
3094
+ ClampNative: {
3095
+ kind: "method",
3096
+ methodKind: "ordinary",
3097
+ isStatic: true
3098
+ },
3099
+ CopySign: {
3100
+ kind: "method",
3101
+ methodKind: "ordinary",
3102
+ isStatic: true
3103
+ },
3104
+ Create: {
3105
+ kind: "method",
3106
+ methodKind: "ordinary",
3107
+ isStatic: true
3108
+ },
3109
+ CopyTo: {
3110
+ kind: "method",
3111
+ methodKind: "ordinary",
3112
+ isReadOnly: true
3113
+ },
3114
+ Cos: {
3115
+ kind: "method",
3116
+ methodKind: "ordinary",
3117
+ isStatic: true
3118
+ },
3119
+ TryCopyTo: {
940
3120
  kind: "method",
941
- methodKind: "ordinary"
3121
+ methodKind: "ordinary",
3122
+ isReadOnly: true
3123
+ },
3124
+ DegreesToRadians: {
3125
+ kind: "method",
3126
+ methodKind: "ordinary",
3127
+ isStatic: true
3128
+ },
3129
+ Distance: {
3130
+ kind: "method",
3131
+ methodKind: "ordinary",
3132
+ isStatic: true
3133
+ },
3134
+ DistanceSquared: {
3135
+ kind: "method",
3136
+ methodKind: "ordinary",
3137
+ isStatic: true
3138
+ },
3139
+ Divide: {
3140
+ kind: "method",
3141
+ methodKind: "ordinary",
3142
+ isStatic: true
3143
+ },
3144
+ Dot: {
3145
+ kind: "method",
3146
+ methodKind: "ordinary",
3147
+ isStatic: true
3148
+ },
3149
+ Equals: {
3150
+ kind: "method",
3151
+ methodKind: "ordinary",
3152
+ isReadOnly: true
3153
+ },
3154
+ Exp: {
3155
+ kind: "method",
3156
+ methodKind: "ordinary",
3157
+ isStatic: true
3158
+ },
3159
+ FusedMultiplyAdd: {
3160
+ kind: "method",
3161
+ methodKind: "ordinary",
3162
+ isStatic: true
942
3163
  },
943
3164
  GetHashCode: {
944
3165
  kind: "method",
945
3166
  methodKind: "ordinary",
946
- isOverride: true
3167
+ isOverride: true,
3168
+ isReadOnly: true
3169
+ },
3170
+ Length: {
3171
+ kind: "method",
3172
+ methodKind: "ordinary",
3173
+ isReadOnly: true
3174
+ },
3175
+ LengthSquared: {
3176
+ kind: "method",
3177
+ methodKind: "ordinary",
3178
+ isReadOnly: true
3179
+ },
3180
+ Hypot: {
3181
+ kind: "method",
3182
+ methodKind: "ordinary",
3183
+ isStatic: true
3184
+ },
3185
+ Lerp: {
3186
+ kind: "method",
3187
+ methodKind: "ordinary",
3188
+ isStatic: true
3189
+ },
3190
+ Log: {
3191
+ kind: "method",
3192
+ methodKind: "ordinary",
3193
+ isStatic: true
3194
+ },
3195
+ Log2: {
3196
+ kind: "method",
3197
+ methodKind: "ordinary",
3198
+ isStatic: true
3199
+ },
3200
+ Max: {
3201
+ kind: "method",
3202
+ methodKind: "ordinary",
3203
+ isStatic: true
3204
+ },
3205
+ MaxMagnitude: {
3206
+ kind: "method",
3207
+ methodKind: "ordinary",
3208
+ isStatic: true
3209
+ },
3210
+ MaxMagnitudeNumber: {
3211
+ kind: "method",
3212
+ methodKind: "ordinary",
3213
+ isStatic: true
3214
+ },
3215
+ MaxNative: {
3216
+ kind: "method",
3217
+ methodKind: "ordinary",
3218
+ isStatic: true
3219
+ },
3220
+ MaxNumber: {
3221
+ kind: "method",
3222
+ methodKind: "ordinary",
3223
+ isStatic: true
3224
+ },
3225
+ Min: {
3226
+ kind: "method",
3227
+ methodKind: "ordinary",
3228
+ isStatic: true
3229
+ },
3230
+ MinMagnitude: {
3231
+ kind: "method",
3232
+ methodKind: "ordinary",
3233
+ isStatic: true
3234
+ },
3235
+ MinMagnitudeNumber: {
3236
+ kind: "method",
3237
+ methodKind: "ordinary",
3238
+ isStatic: true
3239
+ },
3240
+ MinNative: {
3241
+ kind: "method",
3242
+ methodKind: "ordinary",
3243
+ isStatic: true
3244
+ },
3245
+ MinNumber: {
3246
+ kind: "method",
3247
+ methodKind: "ordinary",
3248
+ isStatic: true
3249
+ },
3250
+ Multiply: {
3251
+ kind: "method",
3252
+ methodKind: "ordinary",
3253
+ isStatic: true
3254
+ },
3255
+ MultiplyAddEstimate: {
3256
+ kind: "method",
3257
+ methodKind: "ordinary",
3258
+ isStatic: true
3259
+ },
3260
+ Negate: {
3261
+ kind: "method",
3262
+ methodKind: "ordinary",
3263
+ isStatic: true
3264
+ },
3265
+ Normalize: {
3266
+ kind: "method",
3267
+ methodKind: "ordinary",
3268
+ isStatic: true
3269
+ },
3270
+ RadiansToDegrees: {
3271
+ kind: "method",
3272
+ methodKind: "ordinary",
3273
+ isStatic: true
3274
+ },
3275
+ Round: {
3276
+ kind: "method",
3277
+ methodKind: "ordinary",
3278
+ isStatic: true
3279
+ },
3280
+ Sin: {
3281
+ kind: "method",
3282
+ methodKind: "ordinary",
3283
+ isStatic: true
3284
+ },
3285
+ SinCos: {
3286
+ kind: "method",
3287
+ methodKind: "ordinary",
3288
+ isStatic: true
3289
+ },
3290
+ SquareRoot: {
3291
+ kind: "method",
3292
+ methodKind: "ordinary",
3293
+ isStatic: true
3294
+ },
3295
+ Subtract: {
3296
+ kind: "method",
3297
+ methodKind: "ordinary",
3298
+ isStatic: true
3299
+ },
3300
+ ToString: {
3301
+ kind: "method",
3302
+ methodKind: "ordinary",
3303
+ isOverride: true,
3304
+ isReadOnly: true
3305
+ },
3306
+ Transform: {
3307
+ kind: "method",
3308
+ methodKind: "ordinary",
3309
+ isStatic: true
3310
+ },
3311
+ Truncate: {
3312
+ kind: "method",
3313
+ methodKind: "ordinary",
3314
+ isStatic: true
3315
+ },
3316
+ E: {
3317
+ kind: "property",
3318
+ type: () => {
3319
+ return Numerics.Vector4;
3320
+ },
3321
+ isStatic: true
3322
+ },
3323
+ Epsilon: {
3324
+ kind: "property",
3325
+ type: () => {
3326
+ return Numerics.Vector4;
3327
+ },
3328
+ isStatic: true
3329
+ },
3330
+ NaN: {
3331
+ kind: "property",
3332
+ type: () => {
3333
+ return Numerics.Vector4;
3334
+ },
3335
+ isStatic: true
3336
+ },
3337
+ NegativeInfinity: {
3338
+ kind: "property",
3339
+ type: () => {
3340
+ return Numerics.Vector4;
3341
+ },
3342
+ isStatic: true
3343
+ },
3344
+ NegativeZero: {
3345
+ kind: "property",
3346
+ type: () => {
3347
+ return Numerics.Vector4;
3348
+ },
3349
+ isStatic: true
3350
+ },
3351
+ One: {
3352
+ kind: "property",
3353
+ type: () => {
3354
+ return Numerics.Vector4;
3355
+ },
3356
+ isStatic: true
3357
+ },
3358
+ Pi: {
3359
+ kind: "property",
3360
+ type: () => {
3361
+ return Numerics.Vector4;
3362
+ },
3363
+ isStatic: true
3364
+ },
3365
+ PositiveInfinity: {
3366
+ kind: "property",
3367
+ type: () => {
3368
+ return Numerics.Vector4;
3369
+ },
3370
+ isStatic: true
3371
+ },
3372
+ Tau: {
3373
+ kind: "property",
3374
+ type: () => {
3375
+ return Numerics.Vector4;
3376
+ },
3377
+ isStatic: true
3378
+ },
3379
+ UnitW: {
3380
+ kind: "property",
3381
+ type: () => {
3382
+ return Numerics.Vector4;
3383
+ },
3384
+ isStatic: true
3385
+ },
3386
+ UnitX: {
3387
+ kind: "property",
3388
+ type: () => {
3389
+ return Numerics.Vector4;
3390
+ },
3391
+ isStatic: true
3392
+ },
3393
+ UnitY: {
3394
+ kind: "property",
3395
+ type: () => {
3396
+ return Numerics.Vector4;
3397
+ },
3398
+ isStatic: true
3399
+ },
3400
+ UnitZ: {
3401
+ kind: "property",
3402
+ type: () => {
3403
+ return Numerics.Vector4;
3404
+ },
3405
+ isStatic: true
3406
+ },
3407
+ Item: {
3408
+ kind: "property",
3409
+ type: () => {
3410
+ return System.Single;
3411
+ },
3412
+ isReadOnly: true
3413
+ },
3414
+ Zero: {
3415
+ kind: "property",
3416
+ type: () => {
3417
+ return Numerics.Vector4;
3418
+ },
3419
+ isStatic: true
947
3420
  }
948
3421
  }
949
3422
  }