@alloy-js/csharp 0.23.0-dev.1 → 0.23.0-dev.10

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 (743) hide show
  1. package/CHANGELOG.md +1 -14
  2. package/dist/dev/scripts/components/library-interface.js +67 -0
  3. package/dist/dev/scripts/components/library-interface.js.map +1 -0
  4. package/dist/dev/scripts/components/namespace-directory.js +160 -0
  5. package/dist/dev/scripts/components/namespace-directory.js.map +1 -0
  6. package/dist/dev/scripts/generate-builtins.js +45 -0
  7. package/dist/dev/scripts/generate-builtins.js.map +1 -0
  8. package/dist/dev/scripts/process-docfx.js +316 -0
  9. package/dist/dev/scripts/process-docfx.js.map +1 -0
  10. package/dist/dev/src/access.js +73 -0
  11. package/dist/dev/src/access.js.map +1 -0
  12. package/dist/dev/src/access.test.js +43 -0
  13. package/dist/dev/src/access.test.js.map +1 -0
  14. package/dist/dev/src/builtins/Microsoft/CSharp/RuntimeBinder/index.js +23 -0
  15. package/dist/dev/src/builtins/Microsoft/CSharp/RuntimeBinder/index.js.map +1 -0
  16. package/dist/dev/src/builtins/Microsoft/CSharp/index.js +5 -0
  17. package/dist/dev/src/builtins/Microsoft/CSharp/index.js.map +1 -0
  18. package/dist/dev/src/builtins/Microsoft/VisualBasic/FileIO/index.js +473 -0
  19. package/dist/dev/src/builtins/Microsoft/VisualBasic/FileIO/index.js.map +1 -0
  20. package/dist/dev/src/builtins/Microsoft/VisualBasic/index.js +2534 -0
  21. package/dist/dev/src/builtins/Microsoft/VisualBasic/index.js.map +1 -0
  22. package/dist/dev/src/builtins/Microsoft/Win32/SafeHandles/index.js +320 -0
  23. package/dist/dev/src/builtins/Microsoft/Win32/SafeHandles/index.js.map +1 -0
  24. package/dist/dev/src/builtins/Microsoft/Win32/index.js +362 -0
  25. package/dist/dev/src/builtins/Microsoft/Win32/index.js.map +1 -0
  26. package/dist/dev/src/builtins/Microsoft/index.js +7 -0
  27. package/dist/dev/src/builtins/Microsoft/index.js.map +1 -0
  28. package/dist/dev/src/builtins/System/Buffers/Binary/index.js +536 -0
  29. package/dist/dev/src/builtins/System/Buffers/Binary/index.js.map +1 -0
  30. package/dist/dev/src/builtins/System/Buffers/Text/index.js +144 -0
  31. package/dist/dev/src/builtins/System/Buffers/Text/index.js.map +1 -0
  32. package/dist/dev/src/builtins/System/Buffers/index.js +605 -0
  33. package/dist/dev/src/builtins/System/Buffers/index.js.map +1 -0
  34. package/dist/dev/src/builtins/System/CodeDom/Compiler/index.js +131 -0
  35. package/dist/dev/src/builtins/System/CodeDom/Compiler/index.js.map +1 -0
  36. package/dist/dev/src/builtins/System/CodeDom/index.js +5 -0
  37. package/dist/dev/src/builtins/System/CodeDom/index.js.map +1 -0
  38. package/dist/dev/src/builtins/System/Collections/Concurrent/index.js +399 -0
  39. package/dist/dev/src/builtins/System/Collections/Concurrent/index.js.map +1 -0
  40. package/dist/dev/src/builtins/System/Collections/Frozen/index.js +88 -0
  41. package/dist/dev/src/builtins/System/Collections/Frozen/index.js.map +1 -0
  42. package/dist/dev/src/builtins/System/Collections/Generic/index.js +978 -0
  43. package/dist/dev/src/builtins/System/Collections/Generic/index.js.map +1 -0
  44. package/dist/dev/src/builtins/System/Collections/Immutable/index.js +1049 -0
  45. package/dist/dev/src/builtins/System/Collections/Immutable/index.js.map +1 -0
  46. package/dist/dev/src/builtins/System/Collections/ObjectModel/index.js +394 -0
  47. package/dist/dev/src/builtins/System/Collections/ObjectModel/index.js.map +1 -0
  48. package/dist/dev/src/builtins/System/Collections/Specialized/index.js +716 -0
  49. package/dist/dev/src/builtins/System/Collections/Specialized/index.js.map +1 -0
  50. package/dist/dev/src/builtins/System/Collections/index.js +1355 -0
  51. package/dist/dev/src/builtins/System/Collections/index.js.map +1 -0
  52. package/dist/dev/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.js +143 -0
  53. package/dist/dev/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.js.map +1 -0
  54. package/dist/dev/src/builtins/System/ComponentModel/DataAnnotations/index.js +1237 -0
  55. package/dist/dev/src/builtins/System/ComponentModel/DataAnnotations/index.js.map +1 -0
  56. package/dist/dev/src/builtins/System/ComponentModel/Design/Serialization/index.js +535 -0
  57. package/dist/dev/src/builtins/System/ComponentModel/Design/Serialization/index.js.map +1 -0
  58. package/dist/dev/src/builtins/System/ComponentModel/Design/index.js +2008 -0
  59. package/dist/dev/src/builtins/System/ComponentModel/Design/index.js.map +1 -0
  60. package/dist/dev/src/builtins/System/ComponentModel/index.js +6649 -0
  61. package/dist/dev/src/builtins/System/ComponentModel/index.js.map +1 -0
  62. package/dist/dev/src/builtins/System/Configuration/Assemblies/index.js +69 -0
  63. package/dist/dev/src/builtins/System/Configuration/Assemblies/index.js.map +1 -0
  64. package/dist/dev/src/builtins/System/Configuration/index.js +5 -0
  65. package/dist/dev/src/builtins/System/Configuration/index.js.map +1 -0
  66. package/dist/dev/src/builtins/System/Data/Common/index.js +3279 -0
  67. package/dist/dev/src/builtins/System/Data/Common/index.js.map +1 -0
  68. package/dist/dev/src/builtins/System/Data/SqlTypes/index.js +2655 -0
  69. package/dist/dev/src/builtins/System/Data/SqlTypes/index.js.map +1 -0
  70. package/dist/dev/src/builtins/System/Data/index.js +4504 -0
  71. package/dist/dev/src/builtins/System/Data/index.js.map +1 -0
  72. package/dist/dev/src/builtins/System/Diagnostics/CodeAnalysis/index.js +705 -0
  73. package/dist/dev/src/builtins/System/Diagnostics/CodeAnalysis/index.js.map +1 -0
  74. package/dist/dev/src/builtins/System/Diagnostics/Contracts/index.js +309 -0
  75. package/dist/dev/src/builtins/System/Diagnostics/Contracts/index.js.map +1 -0
  76. package/dist/dev/src/builtins/System/Diagnostics/Metrics/index.js +323 -0
  77. package/dist/dev/src/builtins/System/Diagnostics/Metrics/index.js.map +1 -0
  78. package/dist/dev/src/builtins/System/Diagnostics/SymbolStore/index.js +610 -0
  79. package/dist/dev/src/builtins/System/Diagnostics/SymbolStore/index.js.map +1 -0
  80. package/dist/dev/src/builtins/System/Diagnostics/Tracing/index.js +954 -0
  81. package/dist/dev/src/builtins/System/Diagnostics/Tracing/index.js.map +1 -0
  82. package/dist/dev/src/builtins/System/Diagnostics/index.js +3826 -0
  83. package/dist/dev/src/builtins/System/Diagnostics/index.js.map +1 -0
  84. package/dist/dev/src/builtins/System/Drawing/index.js +3305 -0
  85. package/dist/dev/src/builtins/System/Drawing/index.js.map +1 -0
  86. package/dist/dev/src/builtins/System/Dynamic/index.js +795 -0
  87. package/dist/dev/src/builtins/System/Dynamic/index.js.map +1 -0
  88. package/dist/dev/src/builtins/System/Formats/Asn1/index.js +843 -0
  89. package/dist/dev/src/builtins/System/Formats/Asn1/index.js.map +1 -0
  90. package/dist/dev/src/builtins/System/Formats/Tar/index.js +436 -0
  91. package/dist/dev/src/builtins/System/Formats/Tar/index.js.map +1 -0
  92. package/dist/dev/src/builtins/System/Formats/index.js +6 -0
  93. package/dist/dev/src/builtins/System/Formats/index.js.map +1 -0
  94. package/dist/dev/src/builtins/System/Globalization/index.js +3848 -0
  95. package/dist/dev/src/builtins/System/Globalization/index.js.map +1 -0
  96. package/dist/dev/src/builtins/System/IO/Compression/index.js +894 -0
  97. package/dist/dev/src/builtins/System/IO/Compression/index.js.map +1 -0
  98. package/dist/dev/src/builtins/System/IO/Enumeration/index.js +218 -0
  99. package/dist/dev/src/builtins/System/IO/Enumeration/index.js.map +1 -0
  100. package/dist/dev/src/builtins/System/IO/IsolatedStorage/index.js +495 -0
  101. package/dist/dev/src/builtins/System/IO/IsolatedStorage/index.js.map +1 -0
  102. package/dist/dev/src/builtins/System/IO/MemoryMappedFiles/index.js +251 -0
  103. package/dist/dev/src/builtins/System/IO/MemoryMappedFiles/index.js.map +1 -0
  104. package/dist/dev/src/builtins/System/IO/Pipelines/index.js +415 -0
  105. package/dist/dev/src/builtins/System/IO/Pipelines/index.js.map +1 -0
  106. package/dist/dev/src/builtins/System/IO/Pipes/index.js +723 -0
  107. package/dist/dev/src/builtins/System/IO/Pipes/index.js.map +1 -0
  108. package/dist/dev/src/builtins/System/IO/index.js +3713 -0
  109. package/dist/dev/src/builtins/System/IO/index.js.map +1 -0
  110. package/dist/dev/src/builtins/System/Linq/Expressions/index.js +2253 -0
  111. package/dist/dev/src/builtins/System/Linq/Expressions/index.js.map +1 -0
  112. package/dist/dev/src/builtins/System/Linq/index.js +275 -0
  113. package/dist/dev/src/builtins/System/Linq/index.js.map +1 -0
  114. package/dist/dev/src/builtins/System/Net/Cache/index.js +217 -0
  115. package/dist/dev/src/builtins/System/Net/Cache/index.js.map +1 -0
  116. package/dist/dev/src/builtins/System/Net/Http/Headers/index.js +1668 -0
  117. package/dist/dev/src/builtins/System/Net/Http/Headers/index.js.map +1 -0
  118. package/dist/dev/src/builtins/System/Net/Http/Json/index.js +72 -0
  119. package/dist/dev/src/builtins/System/Net/Http/Json/index.js.map +1 -0
  120. package/dist/dev/src/builtins/System/Net/Http/Metrics/index.js +40 -0
  121. package/dist/dev/src/builtins/System/Net/Http/Metrics/index.js.map +1 -0
  122. package/dist/dev/src/builtins/System/Net/Http/index.js +1458 -0
  123. package/dist/dev/src/builtins/System/Net/Http/index.js.map +1 -0
  124. package/dist/dev/src/builtins/System/Net/Mail/index.js +871 -0
  125. package/dist/dev/src/builtins/System/Net/Mail/index.js.map +1 -0
  126. package/dist/dev/src/builtins/System/Net/Mime/index.js +500 -0
  127. package/dist/dev/src/builtins/System/Net/Mime/index.js.map +1 -0
  128. package/dist/dev/src/builtins/System/Net/NetworkInformation/index.js +2776 -0
  129. package/dist/dev/src/builtins/System/Net/NetworkInformation/index.js.map +1 -0
  130. package/dist/dev/src/builtins/System/Net/Quic/index.js +635 -0
  131. package/dist/dev/src/builtins/System/Net/Quic/index.js.map +1 -0
  132. package/dist/dev/src/builtins/System/Net/Security/index.js +1432 -0
  133. package/dist/dev/src/builtins/System/Net/Security/index.js.map +1 -0
  134. package/dist/dev/src/builtins/System/Net/Sockets/index.js +3095 -0
  135. package/dist/dev/src/builtins/System/Net/Sockets/index.js.map +1 -0
  136. package/dist/dev/src/builtins/System/Net/WebSockets/index.js +876 -0
  137. package/dist/dev/src/builtins/System/Net/WebSockets/index.js.map +1 -0
  138. package/dist/dev/src/builtins/System/Net/index.js +5481 -0
  139. package/dist/dev/src/builtins/System/Net/index.js.map +1 -0
  140. package/dist/dev/src/builtins/System/Numerics/index.js +3425 -0
  141. package/dist/dev/src/builtins/System/Numerics/index.js.map +1 -0
  142. package/dist/dev/src/builtins/System/Reflection/Emit/index.js +4293 -0
  143. package/dist/dev/src/builtins/System/Reflection/Emit/index.js.map +1 -0
  144. package/dist/dev/src/builtins/System/Reflection/Metadata/Ecma335/index.js +2218 -0
  145. package/dist/dev/src/builtins/System/Reflection/Metadata/Ecma335/index.js.map +1 -0
  146. package/dist/dev/src/builtins/System/Reflection/Metadata/index.js +6045 -0
  147. package/dist/dev/src/builtins/System/Reflection/Metadata/index.js.map +1 -0
  148. package/dist/dev/src/builtins/System/Reflection/PortableExecutable/index.js +2020 -0
  149. package/dist/dev/src/builtins/System/Reflection/PortableExecutable/index.js.map +1 -0
  150. package/dist/dev/src/builtins/System/Reflection/index.js +5244 -0
  151. package/dist/dev/src/builtins/System/Reflection/index.js.map +1 -0
  152. package/dist/dev/src/builtins/System/Resources/index.js +289 -0
  153. package/dist/dev/src/builtins/System/Resources/index.js.map +1 -0
  154. package/dist/dev/src/builtins/System/Runtime/CompilerServices/index.js +1896 -0
  155. package/dist/dev/src/builtins/System/Runtime/CompilerServices/index.js.map +1 -0
  156. package/dist/dev/src/builtins/System/Runtime/ConstrainedExecution/index.js +103 -0
  157. package/dist/dev/src/builtins/System/Runtime/ConstrainedExecution/index.js.map +1 -0
  158. package/dist/dev/src/builtins/System/Runtime/ExceptionServices/index.js +62 -0
  159. package/dist/dev/src/builtins/System/Runtime/ExceptionServices/index.js.map +1 -0
  160. package/dist/dev/src/builtins/System/Runtime/InteropServices/ComTypes/index.js +67 -0
  161. package/dist/dev/src/builtins/System/Runtime/InteropServices/ComTypes/index.js.map +1 -0
  162. package/dist/dev/src/builtins/System/Runtime/InteropServices/JavaScript/index.js +210 -0
  163. package/dist/dev/src/builtins/System/Runtime/InteropServices/JavaScript/index.js.map +1 -0
  164. package/dist/dev/src/builtins/System/Runtime/InteropServices/Marshalling/index.js +1012 -0
  165. package/dist/dev/src/builtins/System/Runtime/InteropServices/Marshalling/index.js.map +1 -0
  166. package/dist/dev/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.js +79 -0
  167. package/dist/dev/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.js.map +1 -0
  168. package/dist/dev/src/builtins/System/Runtime/InteropServices/Swift/index.js +49 -0
  169. package/dist/dev/src/builtins/System/Runtime/InteropServices/Swift/index.js.map +1 -0
  170. package/dist/dev/src/builtins/System/Runtime/InteropServices/index.js +3626 -0
  171. package/dist/dev/src/builtins/System/Runtime/InteropServices/index.js.map +1 -0
  172. package/dist/dev/src/builtins/System/Runtime/Intrinsics/Arm/index.js +1297 -0
  173. package/dist/dev/src/builtins/System/Runtime/Intrinsics/Arm/index.js.map +1 -0
  174. package/dist/dev/src/builtins/System/Runtime/Intrinsics/Wasm/index.js +338 -0
  175. package/dist/dev/src/builtins/System/Runtime/Intrinsics/Wasm/index.js.map +1 -0
  176. package/dist/dev/src/builtins/System/Runtime/Intrinsics/X86/index.js +1372 -0
  177. package/dist/dev/src/builtins/System/Runtime/Intrinsics/X86/index.js.map +1 -0
  178. package/dist/dev/src/builtins/System/Runtime/Intrinsics/index.js +273 -0
  179. package/dist/dev/src/builtins/System/Runtime/Intrinsics/index.js.map +1 -0
  180. package/dist/dev/src/builtins/System/Runtime/Loader/index.js +140 -0
  181. package/dist/dev/src/builtins/System/Runtime/Loader/index.js.map +1 -0
  182. package/dist/dev/src/builtins/System/Runtime/Remoting/index.js +18 -0
  183. package/dist/dev/src/builtins/System/Runtime/Remoting/index.js.map +1 -0
  184. package/dist/dev/src/builtins/System/Runtime/Serialization/DataContracts/index.js +265 -0
  185. package/dist/dev/src/builtins/System/Runtime/Serialization/DataContracts/index.js.map +1 -0
  186. package/dist/dev/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.js +61 -0
  187. package/dist/dev/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.js.map +1 -0
  188. package/dist/dev/src/builtins/System/Runtime/Serialization/Formatters/index.js +83 -0
  189. package/dist/dev/src/builtins/System/Runtime/Serialization/Formatters/index.js.map +1 -0
  190. package/dist/dev/src/builtins/System/Runtime/Serialization/Json/index.js +192 -0
  191. package/dist/dev/src/builtins/System/Runtime/Serialization/Json/index.js.map +1 -0
  192. package/dist/dev/src/builtins/System/Runtime/Serialization/index.js +1611 -0
  193. package/dist/dev/src/builtins/System/Runtime/Serialization/index.js.map +1 -0
  194. package/dist/dev/src/builtins/System/Runtime/Versioning/index.js +336 -0
  195. package/dist/dev/src/builtins/System/Runtime/Versioning/index.js.map +1 -0
  196. package/dist/dev/src/builtins/System/Runtime/index.js +245 -0
  197. package/dist/dev/src/builtins/System/Runtime/index.js.map +1 -0
  198. package/dist/dev/src/builtins/System/Security/AccessControl/index.js +2343 -0
  199. package/dist/dev/src/builtins/System/Security/AccessControl/index.js.map +1 -0
  200. package/dist/dev/src/builtins/System/Security/Authentication/ExtendedProtection/index.js +169 -0
  201. package/dist/dev/src/builtins/System/Security/Authentication/ExtendedProtection/index.js.map +1 -0
  202. package/dist/dev/src/builtins/System/Security/Authentication/index.js +212 -0
  203. package/dist/dev/src/builtins/System/Security/Authentication/index.js.map +1 -0
  204. package/dist/dev/src/builtins/System/Security/Claims/index.js +844 -0
  205. package/dist/dev/src/builtins/System/Security/Claims/index.js.map +1 -0
  206. package/dist/dev/src/builtins/System/Security/Cryptography/X509Certificates/index.js +2633 -0
  207. package/dist/dev/src/builtins/System/Security/Cryptography/X509Certificates/index.js.map +1 -0
  208. package/dist/dev/src/builtins/System/Security/Cryptography/index.js +6673 -0
  209. package/dist/dev/src/builtins/System/Security/Cryptography/index.js.map +1 -0
  210. package/dist/dev/src/builtins/System/Security/Permissions/index.js +325 -0
  211. package/dist/dev/src/builtins/System/Security/Permissions/index.js.map +1 -0
  212. package/dist/dev/src/builtins/System/Security/Policy/index.js +101 -0
  213. package/dist/dev/src/builtins/System/Security/Policy/index.js.map +1 -0
  214. package/dist/dev/src/builtins/System/Security/Principal/index.js +1338 -0
  215. package/dist/dev/src/builtins/System/Security/Principal/index.js.map +1 -0
  216. package/dist/dev/src/builtins/System/Security/index.js +672 -0
  217. package/dist/dev/src/builtins/System/Security/index.js.map +1 -0
  218. package/dist/dev/src/builtins/System/Text/Encodings/Web/index.js +162 -0
  219. package/dist/dev/src/builtins/System/Text/Encodings/Web/index.js.map +1 -0
  220. package/dist/dev/src/builtins/System/Text/Encodings/index.js +5 -0
  221. package/dist/dev/src/builtins/System/Text/Encodings/index.js.map +1 -0
  222. package/dist/dev/src/builtins/System/Text/Json/Nodes/index.js +250 -0
  223. package/dist/dev/src/builtins/System/Text/Json/Nodes/index.js.map +1 -0
  224. package/dist/dev/src/builtins/System/Text/Json/Schema/index.js +78 -0
  225. package/dist/dev/src/builtins/System/Text/Json/Schema/index.js.map +1 -0
  226. package/dist/dev/src/builtins/System/Text/Json/Serialization/Metadata/index.js +328 -0
  227. package/dist/dev/src/builtins/System/Text/Json/Serialization/Metadata/index.js.map +1 -0
  228. package/dist/dev/src/builtins/System/Text/Json/Serialization/index.js +840 -0
  229. package/dist/dev/src/builtins/System/Text/Json/Serialization/index.js.map +1 -0
  230. package/dist/dev/src/builtins/System/Text/Json/index.js +1185 -0
  231. package/dist/dev/src/builtins/System/Text/Json/index.js.map +1 -0
  232. package/dist/dev/src/builtins/System/Text/RegularExpressions/index.js +732 -0
  233. package/dist/dev/src/builtins/System/Text/RegularExpressions/index.js.map +1 -0
  234. package/dist/dev/src/builtins/System/Text/Unicode/index.js +1199 -0
  235. package/dist/dev/src/builtins/System/Text/Unicode/index.js.map +1 -0
  236. package/dist/dev/src/builtins/System/Text/index.js +1748 -0
  237. package/dist/dev/src/builtins/System/Text/index.js.map +1 -0
  238. package/dist/dev/src/builtins/System/Threading/Channels/index.js +229 -0
  239. package/dist/dev/src/builtins/System/Threading/Channels/index.js.map +1 -0
  240. package/dist/dev/src/builtins/System/Threading/Tasks/Dataflow/index.js +676 -0
  241. package/dist/dev/src/builtins/System/Threading/Tasks/Dataflow/index.js.map +1 -0
  242. package/dist/dev/src/builtins/System/Threading/Tasks/Sources/index.js +117 -0
  243. package/dist/dev/src/builtins/System/Threading/Tasks/Sources/index.js.map +1 -0
  244. package/dist/dev/src/builtins/System/Threading/Tasks/index.js +721 -0
  245. package/dist/dev/src/builtins/System/Threading/Tasks/index.js.map +1 -0
  246. package/dist/dev/src/builtins/System/Threading/index.js +2292 -0
  247. package/dist/dev/src/builtins/System/Threading/index.js.map +1 -0
  248. package/dist/dev/src/builtins/System/Timers/index.js +129 -0
  249. package/dist/dev/src/builtins/System/Timers/index.js.map +1 -0
  250. package/dist/dev/src/builtins/System/Transactions/index.js +727 -0
  251. package/dist/dev/src/builtins/System/Transactions/index.js.map +1 -0
  252. package/dist/dev/src/builtins/System/Web/index.js +84 -0
  253. package/dist/dev/src/builtins/System/Web/index.js.map +1 -0
  254. package/dist/dev/src/builtins/System/Windows/Input/index.js +18 -0
  255. package/dist/dev/src/builtins/System/Windows/Input/index.js.map +1 -0
  256. package/dist/dev/src/builtins/System/Windows/Markup/index.js +28 -0
  257. package/dist/dev/src/builtins/System/Windows/Markup/index.js.map +1 -0
  258. package/dist/dev/src/builtins/System/Windows/index.js +6 -0
  259. package/dist/dev/src/builtins/System/Windows/index.js.map +1 -0
  260. package/dist/dev/src/builtins/System/Xml/Linq/index.js +1086 -0
  261. package/dist/dev/src/builtins/System/Xml/Linq/index.js.map +1 -0
  262. package/dist/dev/src/builtins/System/Xml/Resolvers/index.js +86 -0
  263. package/dist/dev/src/builtins/System/Xml/Resolvers/index.js.map +1 -0
  264. package/dist/dev/src/builtins/System/Xml/Schema/index.js +2993 -0
  265. package/dist/dev/src/builtins/System/Xml/Schema/index.js.map +1 -0
  266. package/dist/dev/src/builtins/System/Xml/Serialization/index.js +2356 -0
  267. package/dist/dev/src/builtins/System/Xml/Serialization/index.js.map +1 -0
  268. package/dist/dev/src/builtins/System/Xml/XPath/index.js +917 -0
  269. package/dist/dev/src/builtins/System/Xml/XPath/index.js.map +1 -0
  270. package/dist/dev/src/builtins/System/Xml/Xsl/index.js +315 -0
  271. package/dist/dev/src/builtins/System/Xml/Xsl/index.js.map +1 -0
  272. package/dist/dev/src/builtins/System/Xml/index.js +5736 -0
  273. package/dist/dev/src/builtins/System/Xml/index.js.map +1 -0
  274. package/dist/dev/src/builtins/System/index.js +14587 -0
  275. package/dist/dev/src/builtins/System/index.js.map +1 -0
  276. package/dist/dev/src/builtins/index.js +3 -0
  277. package/dist/dev/src/builtins/index.js.map +1 -0
  278. package/dist/dev/src/components/Declaration.js +9 -0
  279. package/dist/dev/src/components/Declaration.js.map +1 -0
  280. package/dist/dev/src/components/Name.js +12 -0
  281. package/dist/dev/src/components/Name.js.map +1 -0
  282. package/dist/dev/src/components/Reference.js +13 -0
  283. package/dist/dev/src/components/Reference.js.map +1 -0
  284. package/dist/dev/src/components/access-expression/access-expression.js +288 -0
  285. package/dist/dev/src/components/access-expression/access-expression.js.map +1 -0
  286. package/dist/dev/src/components/access-expression/access-expression.test.js +608 -0
  287. package/dist/dev/src/components/access-expression/access-expression.test.js.map +1 -0
  288. package/dist/dev/src/components/access-expression/part-descriptors.js +14 -0
  289. package/dist/dev/src/components/access-expression/part-descriptors.js.map +1 -0
  290. package/dist/dev/src/components/attributes/attributes.js +113 -0
  291. package/dist/dev/src/components/attributes/attributes.js.map +1 -0
  292. package/dist/dev/src/components/attributes/attributes.test.js +201 -0
  293. package/dist/dev/src/components/attributes/attributes.test.js.map +1 -0
  294. package/dist/dev/src/components/class/declaration.js +123 -0
  295. package/dist/dev/src/components/class/declaration.js.map +1 -0
  296. package/dist/dev/src/components/class/declaration.test.js +893 -0
  297. package/dist/dev/src/components/class/declaration.test.js.map +1 -0
  298. package/dist/dev/src/components/constructor/constructor.js +129 -0
  299. package/dist/dev/src/components/constructor/constructor.js.map +1 -0
  300. package/dist/dev/src/components/constructor/constructor.test.js +228 -0
  301. package/dist/dev/src/components/constructor/constructor.test.js.map +1 -0
  302. package/dist/dev/src/components/csproj-file/csproj-file.js +32 -0
  303. package/dist/dev/src/components/csproj-file/csproj-file.js.map +1 -0
  304. package/dist/dev/src/components/csproj-file/csproj-file.test.js +70 -0
  305. package/dist/dev/src/components/csproj-file/csproj-file.test.js.map +1 -0
  306. package/dist/dev/src/components/doc/comment.js +129 -0
  307. package/dist/dev/src/components/doc/comment.js.map +1 -0
  308. package/dist/dev/src/components/doc/comment.test.js +577 -0
  309. package/dist/dev/src/components/doc/comment.test.js.map +1 -0
  310. package/dist/dev/src/components/doc/from-markdown.js +83 -0
  311. package/dist/dev/src/components/doc/from-markdown.js.map +1 -0
  312. package/dist/dev/src/components/doc/from-markdown.test.js +112 -0
  313. package/dist/dev/src/components/doc/from-markdown.test.js.map +1 -0
  314. package/dist/dev/src/components/enum/declaration.js +80 -0
  315. package/dist/dev/src/components/enum/declaration.js.map +1 -0
  316. package/dist/dev/src/components/enum/declaration.ref.test.js +221 -0
  317. package/dist/dev/src/components/enum/declaration.ref.test.js.map +1 -0
  318. package/dist/dev/src/components/enum/declaration.test.js +122 -0
  319. package/dist/dev/src/components/enum/declaration.test.js.map +1 -0
  320. package/dist/dev/src/components/enum/member.js +47 -0
  321. package/dist/dev/src/components/enum/member.js.map +1 -0
  322. package/dist/dev/src/components/enum/member.test.js +126 -0
  323. package/dist/dev/src/components/enum/member.test.js.map +1 -0
  324. package/dist/dev/src/components/field/field.js +43 -0
  325. package/dist/dev/src/components/field/field.js.map +1 -0
  326. package/dist/dev/src/components/field/field.test.js +242 -0
  327. package/dist/dev/src/components/field/field.test.js.map +1 -0
  328. package/dist/dev/src/components/if/if-statement.js +56 -0
  329. package/dist/dev/src/components/if/if-statement.js.map +1 -0
  330. package/dist/dev/src/components/if/if-statement.test.js +41 -0
  331. package/dist/dev/src/components/if/if-statement.test.js.map +1 -0
  332. package/dist/dev/src/components/index.js +31 -0
  333. package/dist/dev/src/components/index.js.map +1 -0
  334. package/dist/dev/src/components/interface/declaration.js +114 -0
  335. package/dist/dev/src/components/interface/declaration.js.map +1 -0
  336. package/dist/dev/src/components/interface/declaration.test.js +264 -0
  337. package/dist/dev/src/components/interface/declaration.test.js.map +1 -0
  338. package/dist/dev/src/components/interface/method.js +100 -0
  339. package/dist/dev/src/components/interface/method.js.map +1 -0
  340. package/dist/dev/src/components/interface/method.test.js +432 -0
  341. package/dist/dev/src/components/interface/method.test.js.map +1 -0
  342. package/dist/dev/src/components/interface/property.js +80 -0
  343. package/dist/dev/src/components/interface/property.js.map +1 -0
  344. package/dist/dev/src/components/interface/property.test.js +305 -0
  345. package/dist/dev/src/components/interface/property.test.js.map +1 -0
  346. package/dist/dev/src/components/invocation-expression/invocation-expression.js +94 -0
  347. package/dist/dev/src/components/invocation-expression/invocation-expression.js.map +1 -0
  348. package/dist/dev/src/components/invocation-expression/invocation-expression.test.js +153 -0
  349. package/dist/dev/src/components/invocation-expression/invocation-expression.test.js.map +1 -0
  350. package/dist/dev/src/components/lexical-scope.js +30 -0
  351. package/dist/dev/src/components/lexical-scope.js.map +1 -0
  352. package/dist/dev/src/components/method/method.js +134 -0
  353. package/dist/dev/src/components/method/method.js.map +1 -0
  354. package/dist/dev/src/components/method/method.test.js +358 -0
  355. package/dist/dev/src/components/method/method.test.js.map +1 -0
  356. package/dist/dev/src/components/method-scope.js +30 -0
  357. package/dist/dev/src/components/method-scope.js.map +1 -0
  358. package/dist/dev/src/components/namespace/namespace-name.js +20 -0
  359. package/dist/dev/src/components/namespace/namespace-name.js.map +1 -0
  360. package/dist/dev/src/components/namespace/namespace.js +61 -0
  361. package/dist/dev/src/components/namespace/namespace.js.map +1 -0
  362. package/dist/dev/src/components/namespace/namespace.test.js +419 -0
  363. package/dist/dev/src/components/namespace/namespace.test.js.map +1 -0
  364. package/dist/dev/src/components/namespace-scopes.js +68 -0
  365. package/dist/dev/src/components/namespace-scopes.js.map +1 -0
  366. package/dist/dev/src/components/namespace.ref.test.js +431 -0
  367. package/dist/dev/src/components/namespace.ref.test.js.map +1 -0
  368. package/dist/dev/src/components/parameters/parameters.js +96 -0
  369. package/dist/dev/src/components/parameters/parameters.js.map +1 -0
  370. package/dist/dev/src/components/parameters/parameters.test.js +317 -0
  371. package/dist/dev/src/components/parameters/parameters.test.js.map +1 -0
  372. package/dist/dev/src/components/property/property.js +192 -0
  373. package/dist/dev/src/components/property/property.js.map +1 -0
  374. package/dist/dev/src/components/property/property.test.js +535 -0
  375. package/dist/dev/src/components/property/property.test.js.map +1 -0
  376. package/dist/dev/src/components/record/declaration.js +132 -0
  377. package/dist/dev/src/components/record/declaration.js.map +1 -0
  378. package/dist/dev/src/components/record/declaration.test.js +231 -0
  379. package/dist/dev/src/components/record/declaration.test.js.map +1 -0
  380. package/dist/dev/src/components/region/region.js +14 -0
  381. package/dist/dev/src/components/region/region.js.map +1 -0
  382. package/dist/dev/src/components/region/region.test.js +39 -0
  383. package/dist/dev/src/components/region/region.test.js.map +1 -0
  384. package/dist/dev/src/components/source-file/source-file.js +164 -0
  385. package/dist/dev/src/components/source-file/source-file.js.map +1 -0
  386. package/dist/dev/src/components/source-file/source-file.test.js +271 -0
  387. package/dist/dev/src/components/source-file/source-file.test.js.map +1 -0
  388. package/dist/dev/src/components/source-file/using.test.js +201 -0
  389. package/dist/dev/src/components/source-file/using.test.js.map +1 -0
  390. package/dist/dev/src/components/stc/index.js +13 -0
  391. package/dist/dev/src/components/stc/index.js.map +1 -0
  392. package/dist/dev/src/components/struct/declaration.js +113 -0
  393. package/dist/dev/src/components/struct/declaration.js.map +1 -0
  394. package/dist/dev/src/components/struct/declaration.test.js +400 -0
  395. package/dist/dev/src/components/struct/declaration.test.js.map +1 -0
  396. package/dist/dev/src/components/type-parameters/type-parameter-constraints.js +73 -0
  397. package/dist/dev/src/components/type-parameters/type-parameter-constraints.js.map +1 -0
  398. package/dist/dev/src/components/type-parameters/type-parameter-constraints.test.js +92 -0
  399. package/dist/dev/src/components/type-parameters/type-parameter-constraints.test.js.map +1 -0
  400. package/dist/dev/src/components/type-parameters/type-parameter.js +28 -0
  401. package/dist/dev/src/components/type-parameters/type-parameter.js.map +1 -0
  402. package/dist/dev/src/components/type-parameters/type-parameters.js +71 -0
  403. package/dist/dev/src/components/type-parameters/type-parameters.js.map +1 -0
  404. package/dist/dev/src/components/type-parameters/type-parameters.test.js +103 -0
  405. package/dist/dev/src/components/type-parameters/type-parameters.test.js.map +1 -0
  406. package/dist/dev/src/components/using/using.js +45 -0
  407. package/dist/dev/src/components/using/using.js.map +1 -0
  408. package/dist/dev/src/components/using/using.test.js +27 -0
  409. package/dist/dev/src/components/using/using.test.js.map +1 -0
  410. package/dist/dev/src/components/var/declaration.js +72 -0
  411. package/dist/dev/src/components/var/declaration.js.map +1 -0
  412. package/dist/dev/src/components/var/declaration.test.js +167 -0
  413. package/dist/dev/src/components/var/declaration.test.js.map +1 -0
  414. package/dist/dev/src/contexts/format-options.js +9 -0
  415. package/dist/dev/src/contexts/format-options.js.map +1 -0
  416. package/dist/dev/src/contexts/global-namespace.js +30 -0
  417. package/dist/dev/src/contexts/global-namespace.js.map +1 -0
  418. package/dist/dev/src/contexts/namespace.js +6 -0
  419. package/dist/dev/src/contexts/namespace.js.map +1 -0
  420. package/dist/dev/src/contexts/reference-context.js +15 -0
  421. package/dist/dev/src/contexts/reference-context.js.map +1 -0
  422. package/dist/dev/src/create-library.js +136 -0
  423. package/dist/dev/src/create-library.js.map +1 -0
  424. package/dist/dev/src/create-library.test.js +289 -0
  425. package/dist/dev/src/create-library.test.js.map +1 -0
  426. package/dist/dev/src/index.js +9 -0
  427. package/dist/dev/src/index.js.map +1 -0
  428. package/dist/dev/src/modifiers.js +21 -0
  429. package/dist/dev/src/modifiers.js.map +1 -0
  430. package/dist/dev/src/name-policy.js +36 -0
  431. package/dist/dev/src/name-policy.js.map +1 -0
  432. package/dist/dev/src/scopes/class.js +11 -0
  433. package/dist/dev/src/scopes/class.js.map +1 -0
  434. package/dist/dev/src/scopes/contexts.js +34 -0
  435. package/dist/dev/src/scopes/contexts.js.map +1 -0
  436. package/dist/dev/src/scopes/csharp.js +25 -0
  437. package/dist/dev/src/scopes/csharp.js.map +1 -0
  438. package/dist/dev/src/scopes/factories.js +25 -0
  439. package/dist/dev/src/scopes/factories.js.map +1 -0
  440. package/dist/dev/src/scopes/index.js +10 -0
  441. package/dist/dev/src/scopes/index.js.map +1 -0
  442. package/dist/dev/src/scopes/lexical.js +8 -0
  443. package/dist/dev/src/scopes/lexical.js.map +1 -0
  444. package/dist/dev/src/scopes/method.js +14 -0
  445. package/dist/dev/src/scopes/method.js.map +1 -0
  446. package/dist/dev/src/scopes/named-type.js +33 -0
  447. package/dist/dev/src/scopes/named-type.js.map +1 -0
  448. package/dist/dev/src/scopes/namespace.js +39 -0
  449. package/dist/dev/src/scopes/namespace.js.map +1 -0
  450. package/dist/dev/src/scopes/source-file.js +44 -0
  451. package/dist/dev/src/scopes/source-file.js.map +1 -0
  452. package/dist/dev/src/symbols/csharp.js +263 -0
  453. package/dist/dev/src/symbols/csharp.js.map +1 -0
  454. package/dist/dev/src/symbols/factories.js +145 -0
  455. package/dist/dev/src/symbols/factories.js.map +1 -0
  456. package/dist/dev/src/symbols/index.js +7 -0
  457. package/dist/dev/src/symbols/index.js.map +1 -0
  458. package/dist/dev/src/symbols/method.js +16 -0
  459. package/dist/dev/src/symbols/method.js.map +1 -0
  460. package/dist/dev/src/symbols/named-type.js +42 -0
  461. package/dist/dev/src/symbols/named-type.js.map +1 -0
  462. package/dist/dev/src/symbols/namespace.js +55 -0
  463. package/dist/dev/src/symbols/namespace.js.map +1 -0
  464. package/dist/dev/src/symbols/reference.js +79 -0
  465. package/dist/dev/src/symbols/reference.js.map +1 -0
  466. package/dist/dev/test/utils.js +111 -0
  467. package/dist/dev/test/utils.js.map +1 -0
  468. package/dist/dev/test/vitest.setup.js +2 -0
  469. package/dist/dev/test/vitest.setup.js.map +1 -0
  470. package/dist/dev/testing/create-wrapper.js +13 -0
  471. package/dist/dev/testing/create-wrapper.js.map +1 -0
  472. package/dist/dev/testing/create-wrapper.test.js +300 -0
  473. package/dist/dev/testing/create-wrapper.test.js.map +1 -0
  474. package/dist/dev/testing/index.js +2 -0
  475. package/dist/dev/testing/index.js.map +1 -0
  476. package/dist/src/components/access-expression/access-expression.d.ts +7 -2
  477. package/dist/src/components/access-expression/access-expression.d.ts.map +1 -1
  478. package/dist/src/components/access-expression/access-expression.js +108 -197
  479. package/dist/src/components/access-expression/access-expression.js.map +1 -1
  480. package/dist/src/components/access-expression/part-descriptors.d.ts +0 -31
  481. package/dist/src/components/access-expression/part-descriptors.d.ts.map +1 -1
  482. package/dist/src/components/access-expression/part-descriptors.js +0 -105
  483. package/dist/src/components/access-expression/part-descriptors.js.map +1 -1
  484. package/dist/src/components/constructor/constructor.d.ts +34 -0
  485. package/dist/src/components/constructor/constructor.d.ts.map +1 -1
  486. package/dist/src/components/constructor/constructor.js +41 -4
  487. package/dist/src/components/constructor/constructor.js.map +1 -1
  488. package/dist/src/components/constructor/constructor.test.js +114 -0
  489. package/dist/src/components/constructor/constructor.test.js.map +1 -1
  490. package/dist/src/components/doc/from-markdown.js +1 -1
  491. package/dist/src/components/doc/from-markdown.js.map +1 -1
  492. package/dist/src/components/enum/declaration.d.ts +2 -0
  493. package/dist/src/components/enum/declaration.d.ts.map +1 -1
  494. package/dist/src/components/enum/declaration.js +6 -1
  495. package/dist/src/components/enum/declaration.js.map +1 -1
  496. package/dist/src/components/enum/declaration.test.js +24 -0
  497. package/dist/src/components/enum/declaration.test.js.map +1 -1
  498. package/dist/src/components/enum/member.d.ts +4 -2
  499. package/dist/src/components/enum/member.d.ts.map +1 -1
  500. package/dist/src/components/enum/member.js +8 -3
  501. package/dist/src/components/enum/member.js.map +1 -1
  502. package/dist/src/components/enum/member.test.js +26 -0
  503. package/dist/src/components/enum/member.test.js.map +1 -1
  504. package/dist/src/components/lexical-scope.d.ts.map +1 -1
  505. package/dist/src/components/lexical-scope.js +4 -3
  506. package/dist/src/components/lexical-scope.js.map +1 -1
  507. package/dist/src/components/method-scope.d.ts.map +1 -1
  508. package/dist/src/components/method-scope.js +4 -3
  509. package/dist/src/components/method-scope.js.map +1 -1
  510. package/dist/src/components/namespace/namespace.d.ts.map +1 -1
  511. package/dist/src/components/namespace/namespace.js +13 -14
  512. package/dist/src/components/namespace/namespace.js.map +1 -1
  513. package/dist/src/components/namespace/namespace.test.js +66 -4
  514. package/dist/src/components/namespace/namespace.test.js.map +1 -1
  515. package/dist/src/components/namespace-scopes.d.ts +16 -0
  516. package/dist/src/components/namespace-scopes.d.ts.map +1 -1
  517. package/dist/src/components/namespace-scopes.js +8 -1
  518. package/dist/src/components/namespace-scopes.js.map +1 -1
  519. package/dist/src/components/namespace.ref.test.js +62 -9
  520. package/dist/src/components/namespace.ref.test.js.map +1 -1
  521. package/dist/src/components/property/property.d.ts +42 -4
  522. package/dist/src/components/property/property.d.ts.map +1 -1
  523. package/dist/src/components/property/property.js +64 -11
  524. package/dist/src/components/property/property.js.map +1 -1
  525. package/dist/src/components/property/property.test.js +104 -0
  526. package/dist/src/components/property/property.test.js.map +1 -1
  527. package/dist/src/components/source-file/source-file.d.ts.map +1 -1
  528. package/dist/src/components/source-file/source-file.js +9 -5
  529. package/dist/src/components/source-file/source-file.js.map +1 -1
  530. package/dist/src/contexts/global-namespace.d.ts.map +1 -1
  531. package/dist/src/contexts/global-namespace.js +4 -4
  532. package/dist/src/contexts/global-namespace.js.map +1 -1
  533. package/dist/src/create-library.d.ts.map +1 -1
  534. package/dist/src/create-library.js +7 -7
  535. package/dist/src/create-library.js.map +1 -1
  536. package/dist/src/scopes/csharp.d.ts +1 -0
  537. package/dist/src/scopes/csharp.d.ts.map +1 -1
  538. package/dist/src/scopes/csharp.js +10 -0
  539. package/dist/src/scopes/csharp.js.map +1 -1
  540. package/dist/src/scopes/factories.d.ts.map +1 -1
  541. package/dist/src/scopes/factories.js +4 -3
  542. package/dist/src/scopes/factories.js.map +1 -1
  543. package/dist/src/scopes/namespace.js +2 -2
  544. package/dist/src/scopes/namespace.js.map +1 -1
  545. package/dist/src/symbols/csharp.d.ts +1 -0
  546. package/dist/src/symbols/csharp.d.ts.map +1 -1
  547. package/dist/src/symbols/csharp.js +19 -2
  548. package/dist/src/symbols/csharp.js.map +1 -1
  549. package/dist/src/symbols/factories.d.ts.map +1 -1
  550. package/dist/src/symbols/factories.js +42 -10
  551. package/dist/src/symbols/factories.js.map +1 -1
  552. package/dist/src/symbols/named-type.d.ts +1 -0
  553. package/dist/src/symbols/named-type.d.ts.map +1 -1
  554. package/dist/src/symbols/named-type.js +12 -1
  555. package/dist/src/symbols/named-type.js.map +1 -1
  556. package/dist/src/symbols/namespace.d.ts +1 -0
  557. package/dist/src/symbols/namespace.d.ts.map +1 -1
  558. package/dist/src/symbols/namespace.js +11 -1
  559. package/dist/src/symbols/namespace.js.map +1 -1
  560. package/dist/testing/create-wrapper.d.ts.map +1 -1
  561. package/dist/testing/create-wrapper.js +2 -1
  562. package/dist/testing/create-wrapper.js.map +1 -1
  563. package/dist/tsconfig.tsbuildinfo +1 -1
  564. package/docs/api/components/AttributeList.md +34 -0
  565. package/docs/api/components/ClassDeclaration.md +104 -0
  566. package/docs/api/components/Constructor.md +61 -0
  567. package/docs/api/components/CsprojFile.md +34 -0
  568. package/docs/api/components/Declaration.md +32 -0
  569. package/docs/api/components/DocC.md +27 -0
  570. package/docs/api/components/DocCode.md +27 -0
  571. package/docs/api/components/DocComment.md +27 -0
  572. package/docs/api/components/DocDescription.md +27 -0
  573. package/docs/api/components/DocExample.md +27 -0
  574. package/docs/api/components/DocException.md +27 -0
  575. package/docs/api/components/DocFromMarkdown.md +27 -0
  576. package/docs/api/components/DocInclude.md +26 -0
  577. package/docs/api/components/DocList.md +26 -0
  578. package/docs/api/components/DocPara.md +27 -0
  579. package/docs/api/components/DocParam.md +28 -0
  580. package/docs/api/components/DocParamRef.md +25 -0
  581. package/docs/api/components/DocPermission.md +27 -0
  582. package/docs/api/components/DocRemarks.md +27 -0
  583. package/docs/api/components/DocReturns.md +27 -0
  584. package/docs/api/components/DocSee.md +30 -0
  585. package/docs/api/components/DocSeeAlso.md +29 -0
  586. package/docs/api/components/DocSummary.md +27 -0
  587. package/docs/api/components/DocTypeParam.md +28 -0
  588. package/docs/api/components/DocTypeParamRef.md +25 -0
  589. package/docs/api/components/DocValue.md +27 -0
  590. package/docs/api/components/DocWhen.md +27 -0
  591. package/docs/api/components/ElseClause.md +29 -0
  592. package/docs/api/components/ElseIfClause.md +30 -0
  593. package/docs/api/components/EnumDeclaration.md +76 -0
  594. package/docs/api/components/EnumMember.md +31 -0
  595. package/docs/api/components/Field.md +67 -0
  596. package/docs/api/components/IfStatement.md +30 -0
  597. package/docs/api/components/InterfaceDeclaration.md +82 -0
  598. package/docs/api/components/InterfaceMethod.md +68 -0
  599. package/docs/api/components/InterfaceProperty.md +78 -0
  600. package/docs/api/components/InvocationExpression.md +49 -0
  601. package/docs/api/components/LexicalScope.md +65 -0
  602. package/docs/api/components/Method.md +92 -0
  603. package/docs/api/components/MethodScope.md +65 -0
  604. package/docs/api/components/Name.md +19 -0
  605. package/docs/api/components/Namespace.md +35 -0
  606. package/docs/api/components/Parameter.md +58 -0
  607. package/docs/api/components/Parameters_2.md +27 -0
  608. package/docs/api/components/Property.md +110 -0
  609. package/docs/api/components/RecordDeclaration.md +84 -0
  610. package/docs/api/components/Reference.md +25 -0
  611. package/docs/api/components/Region.md +28 -0
  612. package/docs/api/components/SourceFile.md +45 -0
  613. package/docs/api/components/StructDeclaration.md +94 -0
  614. package/docs/api/components/UsingNamespaceDirective.md +25 -0
  615. package/docs/api/components/Usings.md +40 -0
  616. package/docs/api/components/VarDeclaration.md +74 -0
  617. package/docs/api/components/index.md +55 -0
  618. package/docs/api/functions/access.md +35 -0
  619. package/docs/api/functions/accessibilityFromProps.md +18 -0
  620. package/docs/api/functions/computeModifiersPrefix.md +20 -0
  621. package/docs/api/functions/createCSharpNamePolicy.md +17 -0
  622. package/docs/api/functions/createCSharpNamespaceScope.md +18 -0
  623. package/docs/api/functions/createClassScope.md +27 -0
  624. package/docs/api/functions/createFieldSymbol.md +43 -0
  625. package/docs/api/functions/createLibrary.md +19 -0
  626. package/docs/api/functions/createMethodScope.md +26 -0
  627. package/docs/api/functions/createMethodSymbol.md +34 -0
  628. package/docs/api/functions/createNamedTypeScope.md +27 -0
  629. package/docs/api/functions/createNamedTypeSymbol.md +35 -0
  630. package/docs/api/functions/createNamespaceSymbol.md +43 -0
  631. package/docs/api/functions/createParameterSymbol.md +45 -0
  632. package/docs/api/functions/createPropertySymbol.md +43 -0
  633. package/docs/api/functions/createTypeParameterSymbol.md +34 -0
  634. package/docs/api/functions/createVariableSymbol.md +43 -0
  635. package/docs/api/functions/getAccessModifier.md +18 -0
  636. package/docs/api/functions/getAsyncModifier.md +18 -0
  637. package/docs/api/functions/index.md +33 -0
  638. package/docs/api/functions/makeModifiers.md +18 -0
  639. package/docs/api/functions/nonAccessibilityFromProps.md +18 -0
  640. package/docs/api/functions/ref.md +18 -0
  641. package/docs/api/functions/useCSharpNamePolicy.md +17 -0
  642. package/docs/api/functions/useCSharpScope.md +17 -0
  643. package/docs/api/functions/useCsharpFormatOptions.md +18 -0
  644. package/docs/api/functions/useEnclosingNamespaceScope.md +17 -0
  645. package/docs/api/functions/useLexicalScope.md +17 -0
  646. package/docs/api/functions/useMethodScope.md +17 -0
  647. package/docs/api/functions/useNamedTypeScope.md +17 -0
  648. package/docs/api/functions/useNamespace.md +17 -0
  649. package/docs/api/functions/useSourceFileScope.md +17 -0
  650. package/docs/api/index.md +6 -0
  651. package/docs/api/types/AccessExpressionBuilder.md +11 -0
  652. package/docs/api/types/AccessExpressionPartProps.md +17 -0
  653. package/docs/api/types/AccessModifiers.md +13 -0
  654. package/docs/api/types/AttributeProps.md +8 -0
  655. package/docs/api/types/AttributesProp.md +5 -0
  656. package/docs/api/types/CSharpClassScope.md +9 -0
  657. package/docs/api/types/CSharpElements.md +5 -0
  658. package/docs/api/types/CSharpFormatOptions.md +5 -0
  659. package/docs/api/types/CSharpLexicalScope.md +10 -0
  660. package/docs/api/types/CSharpMethodScope.md +12 -0
  661. package/docs/api/types/CSharpNamedTypeScope.md +16 -0
  662. package/docs/api/types/CSharpNamespaceScope.md +10 -0
  663. package/docs/api/types/CSharpProjectSdk.md +5 -0
  664. package/docs/api/types/CSharpScope.md +12 -0
  665. package/docs/api/types/CSharpSourceFileScope.md +13 -0
  666. package/docs/api/types/CSharpSymbol.md +30 -0
  667. package/docs/api/types/CSharpSymbolKinds.md +5 -0
  668. package/docs/api/types/CSharpSymbolOptions.md +17 -0
  669. package/docs/api/types/ClassDescriptor.md +9 -0
  670. package/docs/api/types/ClassModifiers.md +10 -0
  671. package/docs/api/types/CreateMethodSymbolOptions.md +9 -0
  672. package/docs/api/types/CreateTypeParameterSymbolOptions.md +9 -0
  673. package/docs/api/types/DeclarationModifiers.md +8 -0
  674. package/docs/api/types/DeclaredAccessibility.md +5 -0
  675. package/docs/api/types/Descriptor.md +5 -0
  676. package/docs/api/types/DocCommentTagProps.md +7 -0
  677. package/docs/api/types/EnumDescriptor.md +9 -0
  678. package/docs/api/types/FieldDescriptor.md +9 -0
  679. package/docs/api/types/FieldModifiers.md +12 -0
  680. package/docs/api/types/GenericDescriptor.md +7 -0
  681. package/docs/api/types/InterfaceDescriptor.md +9 -0
  682. package/docs/api/types/InterfaceMethodModifiers.md +9 -0
  683. package/docs/api/types/InterfaceModifiers.md +7 -0
  684. package/docs/api/types/InterfacePropertyModifiers.md +9 -0
  685. package/docs/api/types/LexicalScopeProps.md +5 -0
  686. package/docs/api/types/LibraryFrom.md +7 -0
  687. package/docs/api/types/MemberDescriptor.md +16 -0
  688. package/docs/api/types/MethodDescriptor.md +10 -0
  689. package/docs/api/types/MethodKinds.md +5 -0
  690. package/docs/api/types/MethodModifiers.md +15 -0
  691. package/docs/api/types/MethodScopeProps.md +5 -0
  692. package/docs/api/types/MethodSymbol.md +13 -0
  693. package/docs/api/types/NamedTypeDescriptor.md +11 -0
  694. package/docs/api/types/NamedTypeSymbol.md +17 -0
  695. package/docs/api/types/NamedTypeSymbolKind.md +5 -0
  696. package/docs/api/types/NamedTypeTypeKind.md +5 -0
  697. package/docs/api/types/NamespaceDescriptor.md +8 -0
  698. package/docs/api/types/NamespaceSymbol.md +16 -0
  699. package/docs/api/types/NamespaceSymbolOptions.md +9 -0
  700. package/docs/api/types/NonAccessModifiers.md +13 -0
  701. package/docs/api/types/PropertyDescriptor_2.md +9 -0
  702. package/docs/api/types/PropertyModifiers.md +17 -0
  703. package/docs/api/types/RecordDescriptor.md +9 -0
  704. package/docs/api/types/RecordModifiers.md +7 -0
  705. package/docs/api/types/ResolveDescriptor.md +7 -0
  706. package/docs/api/types/StructDescriptor.md +9 -0
  707. package/docs/api/types/StructModifiers.md +10 -0
  708. package/docs/api/types/TypeParameterProps.md +11 -0
  709. package/docs/api/types/VarModifiers.md +8 -0
  710. package/docs/api/types/index.md +62 -0
  711. package/docs/api/variables/Attribute.md +21 -0
  712. package/docs/api/variables/index.md +3 -0
  713. package/package.json +19 -8
  714. package/src/components/access-expression/access-expression.tsx +146 -243
  715. package/src/components/access-expression/part-descriptors.ts +0 -186
  716. package/src/components/constructor/constructor.test.tsx +91 -0
  717. package/src/components/constructor/constructor.tsx +86 -1
  718. package/src/components/doc/from-markdown.tsx +4 -1
  719. package/src/components/enum/declaration.test.tsx +20 -0
  720. package/src/components/enum/declaration.tsx +4 -0
  721. package/src/components/enum/member.test.tsx +21 -0
  722. package/src/components/enum/member.tsx +21 -5
  723. package/src/components/lexical-scope.tsx +15 -4
  724. package/src/components/method-scope.tsx +15 -4
  725. package/src/components/namespace/namespace.test.tsx +47 -3
  726. package/src/components/namespace/namespace.tsx +17 -9
  727. package/src/components/namespace-scopes.tsx +25 -1
  728. package/src/components/namespace.ref.test.tsx +50 -9
  729. package/src/components/property/property.test.tsx +89 -0
  730. package/src/components/property/property.tsx +111 -16
  731. package/src/components/source-file/source-file.tsx +12 -6
  732. package/src/contexts/global-namespace.ts +11 -6
  733. package/src/create-library.ts +18 -9
  734. package/src/scopes/csharp.ts +11 -0
  735. package/src/scopes/factories.ts +4 -4
  736. package/src/scopes/namespace.ts +2 -2
  737. package/src/symbols/csharp.ts +20 -1
  738. package/src/symbols/factories.ts +46 -34
  739. package/src/symbols/named-type.ts +15 -3
  740. package/src/symbols/namespace.ts +12 -2
  741. package/temp/api.json +309 -248
  742. package/testing/create-wrapper.tsx +2 -1
  743. package/vitest.config.ts +8 -0
@@ -0,0 +1,3425 @@
1
+ import System from "../index.js";
2
+ import { createLibrary } from "#createLibrary";
3
+ const Numerics = createLibrary("System.Numerics", {
4
+ BigInteger: {
5
+ kind: "struct",
6
+ members: {
7
+ BigInteger: {
8
+ kind: "method",
9
+ methodKind: "constructor"
10
+ },
11
+ Abs: {
12
+ kind: "method",
13
+ methodKind: "ordinary",
14
+ isStatic: true
15
+ },
16
+ Add: {
17
+ kind: "method",
18
+ methodKind: "ordinary",
19
+ isStatic: true
20
+ },
21
+ Clamp: {
22
+ kind: "method",
23
+ methodKind: "ordinary",
24
+ isStatic: true
25
+ },
26
+ Compare: {
27
+ kind: "method",
28
+ methodKind: "ordinary",
29
+ isStatic: true
30
+ },
31
+ CompareTo: {
32
+ kind: "method",
33
+ methodKind: "ordinary"
34
+ },
35
+ CopySign: {
36
+ kind: "method",
37
+ methodKind: "ordinary",
38
+ isStatic: true
39
+ },
40
+ Divide: {
41
+ kind: "method",
42
+ methodKind: "ordinary",
43
+ isStatic: true
44
+ },
45
+ DivRem: {
46
+ kind: "method",
47
+ methodKind: "ordinary",
48
+ isStatic: true
49
+ },
50
+ Equals: {
51
+ kind: "method",
52
+ methodKind: "ordinary"
53
+ },
54
+ GetBitLength: {
55
+ kind: "method",
56
+ methodKind: "ordinary"
57
+ },
58
+ GetByteCount: {
59
+ kind: "method",
60
+ methodKind: "ordinary"
61
+ },
62
+ GetHashCode: {
63
+ kind: "method",
64
+ methodKind: "ordinary",
65
+ isOverride: true
66
+ },
67
+ GreatestCommonDivisor: {
68
+ kind: "method",
69
+ methodKind: "ordinary",
70
+ isStatic: true
71
+ },
72
+ IsEvenInteger: {
73
+ kind: "method",
74
+ methodKind: "ordinary",
75
+ isStatic: true
76
+ },
77
+ IsNegative: {
78
+ kind: "method",
79
+ methodKind: "ordinary",
80
+ isStatic: true
81
+ },
82
+ IsOddInteger: {
83
+ kind: "method",
84
+ methodKind: "ordinary",
85
+ isStatic: true
86
+ },
87
+ IsPositive: {
88
+ kind: "method",
89
+ methodKind: "ordinary",
90
+ isStatic: true
91
+ },
92
+ IsPow2: {
93
+ kind: "method",
94
+ methodKind: "ordinary",
95
+ isStatic: true
96
+ },
97
+ LeadingZeroCount: {
98
+ kind: "method",
99
+ methodKind: "ordinary",
100
+ isStatic: true
101
+ },
102
+ Log: {
103
+ kind: "method",
104
+ methodKind: "ordinary",
105
+ isStatic: true
106
+ },
107
+ Log10: {
108
+ kind: "method",
109
+ methodKind: "ordinary",
110
+ isStatic: true
111
+ },
112
+ Log2: {
113
+ kind: "method",
114
+ methodKind: "ordinary",
115
+ isStatic: true
116
+ },
117
+ Max: {
118
+ kind: "method",
119
+ methodKind: "ordinary",
120
+ isStatic: true
121
+ },
122
+ MaxMagnitude: {
123
+ kind: "method",
124
+ methodKind: "ordinary",
125
+ isStatic: true
126
+ },
127
+ Min: {
128
+ kind: "method",
129
+ methodKind: "ordinary",
130
+ isStatic: true
131
+ },
132
+ MinMagnitude: {
133
+ kind: "method",
134
+ methodKind: "ordinary",
135
+ isStatic: true
136
+ },
137
+ ModPow: {
138
+ kind: "method",
139
+ methodKind: "ordinary",
140
+ isStatic: true
141
+ },
142
+ Multiply: {
143
+ kind: "method",
144
+ methodKind: "ordinary",
145
+ isStatic: true
146
+ },
147
+ Negate: {
148
+ kind: "method",
149
+ methodKind: "ordinary",
150
+ isStatic: true
151
+ },
152
+ Parse: {
153
+ kind: "method",
154
+ methodKind: "ordinary",
155
+ isStatic: true
156
+ },
157
+ PopCount: {
158
+ kind: "method",
159
+ methodKind: "ordinary",
160
+ isStatic: true
161
+ },
162
+ Pow: {
163
+ kind: "method",
164
+ methodKind: "ordinary",
165
+ isStatic: true
166
+ },
167
+ Remainder: {
168
+ kind: "method",
169
+ methodKind: "ordinary",
170
+ isStatic: true
171
+ },
172
+ RotateLeft: {
173
+ kind: "method",
174
+ methodKind: "ordinary",
175
+ isStatic: true
176
+ },
177
+ RotateRight: {
178
+ kind: "method",
179
+ methodKind: "ordinary",
180
+ isStatic: true
181
+ },
182
+ Subtract: {
183
+ kind: "method",
184
+ methodKind: "ordinary",
185
+ isStatic: true
186
+ },
187
+ ToByteArray: {
188
+ kind: "method",
189
+ methodKind: "ordinary"
190
+ },
191
+ ToString: {
192
+ kind: "method",
193
+ methodKind: "ordinary",
194
+ isOverride: true
195
+ },
196
+ TrailingZeroCount: {
197
+ kind: "method",
198
+ methodKind: "ordinary",
199
+ isStatic: true
200
+ },
201
+ TryFormat: {
202
+ kind: "method",
203
+ methodKind: "ordinary"
204
+ },
205
+ TryParse: {
206
+ kind: "method",
207
+ methodKind: "ordinary",
208
+ isStatic: true
209
+ },
210
+ TryWriteBytes: {
211
+ kind: "method",
212
+ methodKind: "ordinary"
213
+ },
214
+ IsEven: {
215
+ kind: "property",
216
+ type: () => {
217
+ return System.Boolean;
218
+ }
219
+ },
220
+ IsOne: {
221
+ kind: "property",
222
+ type: () => {
223
+ return System.Boolean;
224
+ }
225
+ },
226
+ IsPowerOfTwo: {
227
+ kind: "property",
228
+ type: () => {
229
+ return System.Boolean;
230
+ }
231
+ },
232
+ IsZero: {
233
+ kind: "property",
234
+ type: () => {
235
+ return System.Boolean;
236
+ }
237
+ },
238
+ MinusOne: {
239
+ kind: "property",
240
+ type: () => {
241
+ return Numerics.BigInteger;
242
+ },
243
+ isStatic: true
244
+ },
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: {
271
+ kind: "method",
272
+ methodKind: "ordinary",
273
+ isStatic: true
274
+ },
275
+ IsPow2: {
276
+ kind: "method",
277
+ methodKind: "ordinary",
278
+ isStatic: true
279
+ },
280
+ LeadingZeroCount: {
281
+ kind: "method",
282
+ methodKind: "ordinary",
283
+ isStatic: true
284
+ },
285
+ Log2: {
286
+ kind: "method",
287
+ methodKind: "ordinary",
288
+ isStatic: true
289
+ },
290
+ PopCount: {
291
+ kind: "method",
292
+ methodKind: "ordinary",
293
+ isStatic: true
294
+ },
295
+ RotateLeft: {
296
+ kind: "method",
297
+ methodKind: "ordinary",
298
+ isStatic: true
299
+ },
300
+ RotateRight: {
301
+ kind: "method",
302
+ methodKind: "ordinary",
303
+ isStatic: true
304
+ },
305
+ RoundUpToPowerOf2: {
306
+ kind: "method",
307
+ methodKind: "ordinary",
308
+ isStatic: true
309
+ },
310
+ TrailingZeroCount: {
311
+ kind: "method",
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
+ },
326
+ isStatic: true,
327
+ isReadOnly: true
328
+ },
329
+ Infinity: {
330
+ kind: "field",
331
+ type: () => {
332
+ return Numerics.Complex;
333
+ },
334
+ isStatic: true,
335
+ isReadOnly: true
336
+ },
337
+ NaN: {
338
+ kind: "field",
339
+ type: () => {
340
+ return Numerics.Complex;
341
+ },
342
+ isStatic: true,
343
+ isReadOnly: true
344
+ },
345
+ One: {
346
+ kind: "field",
347
+ type: () => {
348
+ return Numerics.Complex;
349
+ },
350
+ isStatic: true,
351
+ isReadOnly: true
352
+ },
353
+ Zero: {
354
+ kind: "field",
355
+ type: () => {
356
+ return Numerics.Complex;
357
+ },
358
+ isStatic: true,
359
+ isReadOnly: true
360
+ },
361
+ Complex: {
362
+ kind: "method",
363
+ methodKind: "constructor"
364
+ },
365
+ Abs: {
366
+ kind: "method",
367
+ methodKind: "ordinary",
368
+ isStatic: true
369
+ },
370
+ Acos: {
371
+ kind: "method",
372
+ methodKind: "ordinary",
373
+ isStatic: true
374
+ },
375
+ Add: {
376
+ kind: "method",
377
+ methodKind: "ordinary",
378
+ isStatic: true
379
+ },
380
+ Asin: {
381
+ kind: "method",
382
+ methodKind: "ordinary",
383
+ isStatic: true
384
+ },
385
+ Atan: {
386
+ kind: "method",
387
+ methodKind: "ordinary",
388
+ isStatic: true
389
+ },
390
+ Conjugate: {
391
+ kind: "method",
392
+ methodKind: "ordinary",
393
+ isStatic: true
394
+ },
395
+ Cos: {
396
+ kind: "method",
397
+ methodKind: "ordinary",
398
+ isStatic: true
399
+ },
400
+ Cosh: {
401
+ kind: "method",
402
+ methodKind: "ordinary",
403
+ isStatic: true
404
+ },
405
+ Divide: {
406
+ kind: "method",
407
+ methodKind: "ordinary",
408
+ isStatic: true
409
+ },
410
+ Equals: {
411
+ kind: "method",
412
+ methodKind: "ordinary"
413
+ },
414
+ Exp: {
415
+ kind: "method",
416
+ methodKind: "ordinary",
417
+ isStatic: true
418
+ },
419
+ FromPolarCoordinates: {
420
+ kind: "method",
421
+ methodKind: "ordinary",
422
+ isStatic: true
423
+ },
424
+ GetHashCode: {
425
+ kind: "method",
426
+ methodKind: "ordinary",
427
+ isOverride: true
428
+ },
429
+ IsComplexNumber: {
430
+ kind: "method",
431
+ methodKind: "ordinary",
432
+ isStatic: true
433
+ },
434
+ IsEvenInteger: {
435
+ kind: "method",
436
+ methodKind: "ordinary",
437
+ isStatic: true
438
+ },
439
+ IsFinite: {
440
+ kind: "method",
441
+ methodKind: "ordinary",
442
+ isStatic: true
443
+ },
444
+ IsImaginaryNumber: {
445
+ kind: "method",
446
+ methodKind: "ordinary",
447
+ isStatic: true
448
+ },
449
+ IsInfinity: {
450
+ kind: "method",
451
+ methodKind: "ordinary",
452
+ isStatic: true
453
+ },
454
+ IsInteger: {
455
+ kind: "method",
456
+ methodKind: "ordinary",
457
+ isStatic: true
458
+ },
459
+ IsNaN: {
460
+ kind: "method",
461
+ methodKind: "ordinary",
462
+ isStatic: true
463
+ },
464
+ IsNegative: {
465
+ kind: "method",
466
+ methodKind: "ordinary",
467
+ isStatic: true
468
+ },
469
+ IsNegativeInfinity: {
470
+ kind: "method",
471
+ methodKind: "ordinary",
472
+ isStatic: true
473
+ },
474
+ IsNormal: {
475
+ kind: "method",
476
+ methodKind: "ordinary",
477
+ isStatic: true
478
+ },
479
+ IsOddInteger: {
480
+ kind: "method",
481
+ methodKind: "ordinary",
482
+ isStatic: true
483
+ },
484
+ IsPositive: {
485
+ kind: "method",
486
+ methodKind: "ordinary",
487
+ isStatic: true
488
+ },
489
+ IsPositiveInfinity: {
490
+ kind: "method",
491
+ methodKind: "ordinary",
492
+ isStatic: true
493
+ },
494
+ IsRealNumber: {
495
+ kind: "method",
496
+ methodKind: "ordinary",
497
+ isStatic: true
498
+ },
499
+ IsSubnormal: {
500
+ kind: "method",
501
+ methodKind: "ordinary",
502
+ isStatic: true
503
+ },
504
+ Log: {
505
+ kind: "method",
506
+ methodKind: "ordinary",
507
+ isStatic: true
508
+ },
509
+ Log10: {
510
+ kind: "method",
511
+ methodKind: "ordinary",
512
+ isStatic: true
513
+ },
514
+ MaxMagnitude: {
515
+ kind: "method",
516
+ methodKind: "ordinary",
517
+ isStatic: true
518
+ },
519
+ MinMagnitude: {
520
+ kind: "method",
521
+ methodKind: "ordinary",
522
+ isStatic: true
523
+ },
524
+ Multiply: {
525
+ kind: "method",
526
+ methodKind: "ordinary",
527
+ isStatic: true
528
+ },
529
+ Negate: {
530
+ kind: "method",
531
+ methodKind: "ordinary",
532
+ isStatic: true
533
+ },
534
+ Parse: {
535
+ kind: "method",
536
+ methodKind: "ordinary",
537
+ isStatic: true
538
+ },
539
+ Pow: {
540
+ kind: "method",
541
+ methodKind: "ordinary",
542
+ isStatic: true
543
+ },
544
+ Reciprocal: {
545
+ kind: "method",
546
+ methodKind: "ordinary",
547
+ isStatic: true
548
+ },
549
+ Sin: {
550
+ kind: "method",
551
+ methodKind: "ordinary",
552
+ isStatic: true
553
+ },
554
+ Sinh: {
555
+ kind: "method",
556
+ methodKind: "ordinary",
557
+ isStatic: true
558
+ },
559
+ Sqrt: {
560
+ kind: "method",
561
+ methodKind: "ordinary",
562
+ isStatic: true
563
+ },
564
+ Subtract: {
565
+ kind: "method",
566
+ methodKind: "ordinary",
567
+ isStatic: true
568
+ },
569
+ Tan: {
570
+ kind: "method",
571
+ methodKind: "ordinary",
572
+ isStatic: true
573
+ },
574
+ Tanh: {
575
+ kind: "method",
576
+ methodKind: "ordinary",
577
+ isStatic: true
578
+ },
579
+ ToString: {
580
+ kind: "method",
581
+ methodKind: "ordinary",
582
+ isOverride: true
583
+ },
584
+ TryFormat: {
585
+ kind: "method",
586
+ methodKind: "ordinary"
587
+ },
588
+ TryParse: {
589
+ kind: "method",
590
+ methodKind: "ordinary",
591
+ isStatic: true
592
+ },
593
+ Imaginary: {
594
+ kind: "property",
595
+ type: () => {
596
+ return System.Double;
597
+ }
598
+ },
599
+ Magnitude: {
600
+ kind: "property",
601
+ type: () => {
602
+ return System.Double;
603
+ }
604
+ },
605
+ Phase: {
606
+ kind: "property",
607
+ type: () => {
608
+ return System.Double;
609
+ }
610
+ },
611
+ Real: {
612
+ kind: "property",
613
+ type: () => {
614
+ return System.Double;
615
+ }
616
+ }
617
+ }
618
+ },
619
+ IAdditionOperators: {
620
+ kind: "interface",
621
+ members: {}
622
+ },
623
+ IAdditiveIdentity: {
624
+ kind: "interface",
625
+ members: {
626
+ AdditiveIdentity: {
627
+ kind: "property",
628
+ type: undefined,
629
+ isStatic: true,
630
+ isAbstract: true
631
+ }
632
+ }
633
+ },
634
+ IBinaryFloatingPointIeee754: {
635
+ kind: "interface",
636
+ members: {}
637
+ },
638
+ IBinaryInteger: {
639
+ kind: "interface",
640
+ members: {
641
+ DivRem: {
642
+ kind: "method",
643
+ methodKind: "ordinary",
644
+ isStatic: true
645
+ },
646
+ GetByteCount: {
647
+ kind: "method",
648
+ methodKind: "ordinary"
649
+ },
650
+ GetShortestBitLength: {
651
+ kind: "method",
652
+ methodKind: "ordinary"
653
+ },
654
+ LeadingZeroCount: {
655
+ kind: "method",
656
+ methodKind: "ordinary",
657
+ isStatic: true
658
+ },
659
+ PopCount: {
660
+ kind: "method",
661
+ methodKind: "ordinary",
662
+ isStatic: true,
663
+ isAbstract: true
664
+ },
665
+ ReadBigEndian: {
666
+ kind: "method",
667
+ methodKind: "ordinary",
668
+ isStatic: true
669
+ },
670
+ ReadLittleEndian: {
671
+ kind: "method",
672
+ methodKind: "ordinary",
673
+ isStatic: true
674
+ },
675
+ RotateLeft: {
676
+ kind: "method",
677
+ methodKind: "ordinary",
678
+ isStatic: true
679
+ },
680
+ RotateRight: {
681
+ kind: "method",
682
+ methodKind: "ordinary",
683
+ isStatic: true
684
+ },
685
+ TrailingZeroCount: {
686
+ kind: "method",
687
+ methodKind: "ordinary",
688
+ isStatic: true,
689
+ isAbstract: true
690
+ },
691
+ TryReadBigEndian: {
692
+ kind: "method",
693
+ methodKind: "ordinary",
694
+ isStatic: true,
695
+ isAbstract: true
696
+ },
697
+ TryReadLittleEndian: {
698
+ kind: "method",
699
+ methodKind: "ordinary",
700
+ isStatic: true,
701
+ isAbstract: true
702
+ },
703
+ TryWriteBigEndian: {
704
+ kind: "method",
705
+ methodKind: "ordinary"
706
+ },
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: {
725
+ kind: "method",
726
+ methodKind: "ordinary",
727
+ isStatic: true,
728
+ isAbstract: true
729
+ },
730
+ Log2: {
731
+ kind: "method",
732
+ methodKind: "ordinary",
733
+ isStatic: true,
734
+ isAbstract: true
735
+ },
736
+ AllBitsSet: {
737
+ kind: "property",
738
+ type: undefined,
739
+ isStatic: true
740
+ }
741
+ }
742
+ },
743
+ IBitwiseOperators: {
744
+ kind: "interface",
745
+ members: {}
746
+ },
747
+ IComparisonOperators: {
748
+ kind: "interface",
749
+ members: {}
750
+ },
751
+ IDecrementOperators: {
752
+ kind: "interface",
753
+ members: {}
754
+ },
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: {
3120
+ kind: "method",
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
3163
+ },
3164
+ GetHashCode: {
3165
+ kind: "method",
3166
+ methodKind: "ordinary",
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
3420
+ }
3421
+ }
3422
+ }
3423
+ });
3424
+ export default Numerics;
3425
+ //# sourceMappingURL=index.js.map