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

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 (441) hide show
  1. package/dist/scripts/components/library-interface.d.ts +9 -0
  2. package/dist/scripts/components/library-interface.d.ts.map +1 -0
  3. package/dist/scripts/components/library-interface.js +43 -0
  4. package/dist/scripts/components/library-interface.js.map +1 -0
  5. package/dist/scripts/components/namespace-directory.d.ts +7 -0
  6. package/dist/scripts/components/namespace-directory.d.ts.map +1 -0
  7. package/dist/scripts/components/namespace-directory.js +96 -0
  8. package/dist/scripts/components/namespace-directory.js.map +1 -0
  9. package/dist/scripts/generate-builtins.d.ts +11 -0
  10. package/dist/scripts/generate-builtins.d.ts.map +1 -0
  11. package/dist/scripts/generate-builtins.js +35 -0
  12. package/dist/scripts/generate-builtins.js.map +1 -0
  13. package/dist/scripts/process-docfx.d.ts +3 -0
  14. package/dist/scripts/process-docfx.d.ts.map +1 -0
  15. package/dist/scripts/process-docfx.js +288 -0
  16. package/dist/scripts/process-docfx.js.map +1 -0
  17. package/dist/src/access.d.ts +13 -0
  18. package/dist/src/access.d.ts.map +1 -0
  19. package/dist/src/access.js +65 -0
  20. package/dist/src/access.js.map +1 -0
  21. package/dist/src/access.test.d.ts +2 -0
  22. package/dist/src/access.test.d.ts.map +1 -0
  23. package/dist/src/access.test.js +43 -0
  24. package/dist/src/access.test.js.map +1 -0
  25. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.d.ts +32 -0
  26. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.d.ts.map +1 -0
  27. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.js +117 -0
  28. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.js.map +1 -0
  29. package/dist/src/builtins/Microsoft/Win32/index.d.ts +6 -0
  30. package/dist/src/builtins/Microsoft/Win32/index.d.ts.map +1 -0
  31. package/dist/src/builtins/Microsoft/Win32/index.js +5 -0
  32. package/dist/src/builtins/Microsoft/Win32/index.js.map +1 -0
  33. package/dist/src/builtins/Microsoft/index.d.ts +6 -0
  34. package/dist/src/builtins/Microsoft/index.d.ts.map +1 -0
  35. package/dist/src/builtins/Microsoft/index.js +5 -0
  36. package/dist/src/builtins/Microsoft/index.js.map +1 -0
  37. package/dist/src/builtins/System/Buffers/Text/index.d.ts +31 -0
  38. package/dist/src/builtins/System/Buffers/Text/index.d.ts.map +1 -0
  39. package/dist/src/builtins/System/Buffers/Text/index.js +122 -0
  40. package/dist/src/builtins/System/Buffers/Text/index.js.map +1 -0
  41. package/dist/src/builtins/System/Buffers/index.d.ts +57 -0
  42. package/dist/src/builtins/System/Buffers/index.d.ts.map +1 -0
  43. package/dist/src/builtins/System/Buffers/index.js +214 -0
  44. package/dist/src/builtins/System/Buffers/index.js.map +1 -0
  45. package/dist/src/builtins/System/CodeDom/Compiler/index.d.ts +31 -0
  46. package/dist/src/builtins/System/CodeDom/Compiler/index.d.ts.map +1 -0
  47. package/dist/src/builtins/System/CodeDom/Compiler/index.js +131 -0
  48. package/dist/src/builtins/System/CodeDom/Compiler/index.js.map +1 -0
  49. package/dist/src/builtins/System/CodeDom/index.d.ts +6 -0
  50. package/dist/src/builtins/System/CodeDom/index.d.ts.map +1 -0
  51. package/dist/src/builtins/System/CodeDom/index.js +5 -0
  52. package/dist/src/builtins/System/CodeDom/index.js.map +1 -0
  53. package/dist/src/builtins/System/Collections/Generic/index.d.ts +99 -0
  54. package/dist/src/builtins/System/Collections/Generic/index.d.ts.map +1 -0
  55. package/dist/src/builtins/System/Collections/Generic/index.js +342 -0
  56. package/dist/src/builtins/System/Collections/Generic/index.js.map +1 -0
  57. package/dist/src/builtins/System/Collections/ObjectModel/index.d.ts +49 -0
  58. package/dist/src/builtins/System/Collections/ObjectModel/index.d.ts.map +1 -0
  59. package/dist/src/builtins/System/Collections/ObjectModel/index.js +185 -0
  60. package/dist/src/builtins/System/Collections/ObjectModel/index.js.map +1 -0
  61. package/dist/src/builtins/System/Collections/index.d.ts +142 -0
  62. package/dist/src/builtins/System/Collections/index.d.ts.map +1 -0
  63. package/dist/src/builtins/System/Collections/index.js +634 -0
  64. package/dist/src/builtins/System/Collections/index.js.map +1 -0
  65. package/dist/src/builtins/System/ComponentModel/index.d.ts +24 -0
  66. package/dist/src/builtins/System/ComponentModel/index.d.ts.map +1 -0
  67. package/dist/src/builtins/System/ComponentModel/index.js +86 -0
  68. package/dist/src/builtins/System/ComponentModel/index.js.map +1 -0
  69. package/dist/src/builtins/System/Configuration/Assemblies/index.d.ts +19 -0
  70. package/dist/src/builtins/System/Configuration/Assemblies/index.d.ts.map +1 -0
  71. package/dist/src/builtins/System/Configuration/Assemblies/index.js +69 -0
  72. package/dist/src/builtins/System/Configuration/Assemblies/index.js.map +1 -0
  73. package/dist/src/builtins/System/Configuration/index.d.ts +6 -0
  74. package/dist/src/builtins/System/Configuration/index.d.ts.map +1 -0
  75. package/dist/src/builtins/System/Configuration/index.js +5 -0
  76. package/dist/src/builtins/System/Configuration/index.js.map +1 -0
  77. package/dist/src/builtins/System/Diagnostics/CodeAnalysis/index.d.ts +155 -0
  78. package/dist/src/builtins/System/Diagnostics/CodeAnalysis/index.d.ts.map +1 -0
  79. package/dist/src/builtins/System/Diagnostics/CodeAnalysis/index.js +705 -0
  80. package/dist/src/builtins/System/Diagnostics/CodeAnalysis/index.js.map +1 -0
  81. package/dist/src/builtins/System/Diagnostics/index.d.ts +115 -0
  82. package/dist/src/builtins/System/Diagnostics/index.d.ts.map +1 -0
  83. package/dist/src/builtins/System/Diagnostics/index.js +509 -0
  84. package/dist/src/builtins/System/Diagnostics/index.js.map +1 -0
  85. package/dist/src/builtins/System/Globalization/index.d.ts +737 -0
  86. package/dist/src/builtins/System/Globalization/index.d.ts.map +1 -0
  87. package/dist/src/builtins/System/Globalization/index.js +3848 -0
  88. package/dist/src/builtins/System/Globalization/index.js.map +1 -0
  89. package/dist/src/builtins/System/IO/Enumeration/index.d.ts +53 -0
  90. package/dist/src/builtins/System/IO/Enumeration/index.d.ts.map +1 -0
  91. package/dist/src/builtins/System/IO/Enumeration/index.js +218 -0
  92. package/dist/src/builtins/System/IO/Enumeration/index.js.map +1 -0
  93. package/dist/src/builtins/System/IO/index.d.ts +622 -0
  94. package/dist/src/builtins/System/IO/index.d.ts.map +1 -0
  95. package/dist/src/builtins/System/IO/index.js +3083 -0
  96. package/dist/src/builtins/System/IO/index.js.map +1 -0
  97. package/dist/src/builtins/System/Net/index.d.ts +14 -0
  98. package/dist/src/builtins/System/Net/index.d.ts.map +1 -0
  99. package/dist/src/builtins/System/Net/index.js +41 -0
  100. package/dist/src/builtins/System/Net/index.js.map +1 -0
  101. package/dist/src/builtins/System/Numerics/index.d.ts +204 -0
  102. package/dist/src/builtins/System/Numerics/index.d.ts.map +1 -0
  103. package/dist/src/builtins/System/Numerics/index.js +952 -0
  104. package/dist/src/builtins/System/Numerics/index.js.map +1 -0
  105. package/dist/src/builtins/System/Reflection/index.d.ts +918 -0
  106. package/dist/src/builtins/System/Reflection/index.d.ts.map +1 -0
  107. package/dist/src/builtins/System/Reflection/index.js +4675 -0
  108. package/dist/src/builtins/System/Reflection/index.js.map +1 -0
  109. package/dist/src/builtins/System/Resources/index.d.ts +56 -0
  110. package/dist/src/builtins/System/Resources/index.d.ts.map +1 -0
  111. package/dist/src/builtins/System/Resources/index.js +235 -0
  112. package/dist/src/builtins/System/Resources/index.js.map +1 -0
  113. package/dist/src/builtins/System/Runtime/CompilerServices/index.d.ts +396 -0
  114. package/dist/src/builtins/System/Runtime/CompilerServices/index.d.ts.map +1 -0
  115. package/dist/src/builtins/System/Runtime/CompilerServices/index.js +1531 -0
  116. package/dist/src/builtins/System/Runtime/CompilerServices/index.js.map +1 -0
  117. package/dist/src/builtins/System/Runtime/ConstrainedExecution/index.d.ts +29 -0
  118. package/dist/src/builtins/System/Runtime/ConstrainedExecution/index.d.ts.map +1 -0
  119. package/dist/src/builtins/System/Runtime/ConstrainedExecution/index.js +103 -0
  120. package/dist/src/builtins/System/Runtime/ConstrainedExecution/index.js.map +1 -0
  121. package/dist/src/builtins/System/Runtime/ExceptionServices/index.d.ts +20 -0
  122. package/dist/src/builtins/System/Runtime/ExceptionServices/index.d.ts.map +1 -0
  123. package/dist/src/builtins/System/Runtime/ExceptionServices/index.js +62 -0
  124. package/dist/src/builtins/System/Runtime/ExceptionServices/index.js.map +1 -0
  125. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.d.ts +84 -0
  126. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.d.ts.map +1 -0
  127. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.js +310 -0
  128. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.js.map +1 -0
  129. package/dist/src/builtins/System/Runtime/InteropServices/Swift/index.d.ts +18 -0
  130. package/dist/src/builtins/System/Runtime/InteropServices/Swift/index.d.ts.map +1 -0
  131. package/dist/src/builtins/System/Runtime/InteropServices/Swift/index.js +49 -0
  132. package/dist/src/builtins/System/Runtime/InteropServices/Swift/index.js.map +1 -0
  133. package/dist/src/builtins/System/Runtime/InteropServices/index.d.ts +165 -0
  134. package/dist/src/builtins/System/Runtime/InteropServices/index.d.ts.map +1 -0
  135. package/dist/src/builtins/System/Runtime/InteropServices/index.js +774 -0
  136. package/dist/src/builtins/System/Runtime/InteropServices/index.js.map +1 -0
  137. package/dist/src/builtins/System/Runtime/Remoting/index.d.ts +10 -0
  138. package/dist/src/builtins/System/Runtime/Remoting/index.d.ts.map +1 -0
  139. package/dist/src/builtins/System/Runtime/Remoting/index.js +18 -0
  140. package/dist/src/builtins/System/Runtime/Remoting/index.js.map +1 -0
  141. package/dist/src/builtins/System/Runtime/Serialization/index.d.ts +118 -0
  142. package/dist/src/builtins/System/Runtime/Serialization/index.d.ts.map +1 -0
  143. package/dist/src/builtins/System/Runtime/Serialization/index.js +468 -0
  144. package/dist/src/builtins/System/Runtime/Serialization/index.js.map +1 -0
  145. package/dist/src/builtins/System/Runtime/Versioning/index.d.ts +81 -0
  146. package/dist/src/builtins/System/Runtime/Versioning/index.d.ts.map +1 -0
  147. package/dist/src/builtins/System/Runtime/Versioning/index.js +336 -0
  148. package/dist/src/builtins/System/Runtime/Versioning/index.js.map +1 -0
  149. package/dist/src/builtins/System/Runtime/index.d.ts +65 -0
  150. package/dist/src/builtins/System/Runtime/index.d.ts.map +1 -0
  151. package/dist/src/builtins/System/Runtime/index.js +243 -0
  152. package/dist/src/builtins/System/Runtime/index.js.map +1 -0
  153. package/dist/src/builtins/System/Security/Cryptography/index.d.ts +9 -0
  154. package/dist/src/builtins/System/Security/Cryptography/index.d.ts.map +1 -0
  155. package/dist/src/builtins/System/Security/Cryptography/index.js +14 -0
  156. package/dist/src/builtins/System/Security/Cryptography/index.js.map +1 -0
  157. package/dist/src/builtins/System/Security/Permissions/index.d.ts +67 -0
  158. package/dist/src/builtins/System/Security/Permissions/index.d.ts.map +1 -0
  159. package/dist/src/builtins/System/Security/Permissions/index.js +325 -0
  160. package/dist/src/builtins/System/Security/Permissions/index.js.map +1 -0
  161. package/dist/src/builtins/System/Security/Principal/index.d.ts +27 -0
  162. package/dist/src/builtins/System/Security/Principal/index.d.ts.map +1 -0
  163. package/dist/src/builtins/System/Security/Principal/index.js +104 -0
  164. package/dist/src/builtins/System/Security/Principal/index.js.map +1 -0
  165. package/dist/src/builtins/System/Security/index.d.ts +141 -0
  166. package/dist/src/builtins/System/Security/index.d.ts.map +1 -0
  167. package/dist/src/builtins/System/Security/index.js +590 -0
  168. package/dist/src/builtins/System/Security/index.js.map +1 -0
  169. package/dist/src/builtins/System/Text/Unicode/index.d.ts +12 -0
  170. package/dist/src/builtins/System/Text/Unicode/index.d.ts.map +1 -0
  171. package/dist/src/builtins/System/Text/Unicode/index.js +31 -0
  172. package/dist/src/builtins/System/Text/Unicode/index.js.map +1 -0
  173. package/dist/src/builtins/System/Text/index.d.ts +268 -0
  174. package/dist/src/builtins/System/Text/index.d.ts.map +1 -0
  175. package/dist/src/builtins/System/Text/index.js +1278 -0
  176. package/dist/src/builtins/System/Text/index.js.map +1 -0
  177. package/dist/src/builtins/System/Threading/Tasks/Sources/index.d.ts +32 -0
  178. package/dist/src/builtins/System/Threading/Tasks/Sources/index.d.ts.map +1 -0
  179. package/dist/src/builtins/System/Threading/Tasks/Sources/index.js +117 -0
  180. package/dist/src/builtins/System/Threading/Tasks/Sources/index.js.map +1 -0
  181. package/dist/src/builtins/System/Threading/Tasks/index.d.ts +140 -0
  182. package/dist/src/builtins/System/Threading/Tasks/index.d.ts.map +1 -0
  183. package/dist/src/builtins/System/Threading/Tasks/index.js +621 -0
  184. package/dist/src/builtins/System/Threading/Tasks/index.js.map +1 -0
  185. package/dist/src/builtins/System/Threading/index.d.ts +92 -0
  186. package/dist/src/builtins/System/Threading/index.d.ts.map +1 -0
  187. package/dist/src/builtins/System/Threading/index.js +372 -0
  188. package/dist/src/builtins/System/Threading/index.js.map +1 -0
  189. package/dist/src/builtins/System/index.d.ts +2746 -0
  190. package/dist/src/builtins/System/index.d.ts.map +1 -0
  191. package/dist/src/builtins/System/index.js +13070 -0
  192. package/dist/src/builtins/System/index.js.map +1 -0
  193. package/dist/src/builtins/index.d.ts +3 -0
  194. package/dist/src/builtins/index.d.ts.map +1 -0
  195. package/dist/src/builtins/index.js +3 -0
  196. package/dist/src/builtins/index.js.map +1 -0
  197. package/dist/src/components/access-expression/access-expression.d.ts +3 -3
  198. package/dist/src/components/access-expression/access-expression.d.ts.map +1 -1
  199. package/dist/src/components/enum/declaration.d.ts +2 -2
  200. package/dist/src/components/enum/declaration.d.ts.map +1 -1
  201. package/dist/src/components/enum/declaration.js +3 -3
  202. package/dist/src/components/enum/declaration.js.map +1 -1
  203. package/dist/src/components/enum/declaration.ref.test.js +1 -1
  204. package/dist/src/components/enum/declaration.test.js +15 -1
  205. package/dist/src/components/enum/declaration.test.js.map +1 -1
  206. package/dist/src/components/enum/member.d.ts +2 -2
  207. package/dist/src/components/enum/member.d.ts.map +1 -1
  208. package/dist/src/components/enum/member.js +3 -3
  209. package/dist/src/components/enum/member.js.map +1 -1
  210. package/dist/src/components/enum/member.test.js +24 -1
  211. package/dist/src/components/enum/member.test.js.map +1 -1
  212. package/dist/src/components/field/field.d.ts +2 -2
  213. package/dist/src/components/field/field.d.ts.map +1 -1
  214. package/dist/src/components/field/field.js.map +1 -1
  215. package/dist/src/components/field/field.test.js +19 -1
  216. package/dist/src/components/field/field.test.js.map +1 -1
  217. package/dist/src/components/if/if-statement.d.ts +25 -0
  218. package/dist/src/components/if/if-statement.d.ts.map +1 -0
  219. package/dist/src/components/if/if-statement.js +36 -0
  220. package/dist/src/components/if/if-statement.js.map +1 -0
  221. package/dist/src/components/if/if-statement.test.d.ts +2 -0
  222. package/dist/src/components/if/if-statement.test.d.ts.map +1 -0
  223. package/dist/src/components/if/if-statement.test.js +29 -0
  224. package/dist/src/components/if/if-statement.test.js.map +1 -0
  225. package/dist/src/components/index.d.ts +3 -1
  226. package/dist/src/components/index.d.ts.map +1 -1
  227. package/dist/src/components/index.js +3 -2
  228. package/dist/src/components/index.js.map +1 -1
  229. package/dist/src/components/interface/declaration.d.ts +1 -1
  230. package/dist/src/components/interface/declaration.d.ts.map +1 -1
  231. package/dist/src/components/interface/declaration.js +3 -3
  232. package/dist/src/components/interface/declaration.js.map +1 -1
  233. package/dist/src/components/interface/declaration.test.js +14 -1
  234. package/dist/src/components/interface/declaration.test.js.map +1 -1
  235. package/dist/src/components/interface/method.d.ts +2 -2
  236. package/dist/src/components/interface/method.d.ts.map +1 -1
  237. package/dist/src/components/interface/method.js.map +1 -1
  238. package/dist/src/components/interface/method.test.js +17 -1
  239. package/dist/src/components/interface/method.test.js.map +1 -1
  240. package/dist/src/components/interface/property.d.ts +2 -2
  241. package/dist/src/components/interface/property.d.ts.map +1 -1
  242. package/dist/src/components/interface/property.js.map +1 -1
  243. package/dist/src/components/interface/property.test.js +19 -0
  244. package/dist/src/components/interface/property.test.js.map +1 -1
  245. package/dist/src/components/method/method.js +10 -2
  246. package/dist/src/components/method/method.js.map +1 -1
  247. package/dist/src/components/method/method.test.js +61 -0
  248. package/dist/src/components/method/method.test.js.map +1 -1
  249. package/dist/src/components/namespace/namespace-name.d.ts +10 -0
  250. package/dist/src/components/namespace/namespace-name.d.ts.map +1 -0
  251. package/dist/src/components/namespace/namespace-name.js +20 -0
  252. package/dist/src/components/namespace/namespace-name.js.map +1 -0
  253. package/dist/src/components/{namespace.d.ts → namespace/namespace.d.ts} +3 -1
  254. package/dist/src/components/namespace/namespace.d.ts.map +1 -0
  255. package/dist/src/components/{namespace.js → namespace/namespace.js} +12 -13
  256. package/dist/src/components/namespace/namespace.js.map +1 -0
  257. package/dist/src/components/namespace/namespace.test.d.ts.map +1 -0
  258. package/dist/src/components/namespace/namespace.test.js +207 -0
  259. package/dist/src/components/namespace/namespace.test.js.map +1 -0
  260. package/dist/src/components/namespace.ref.test.js +42 -10
  261. package/dist/src/components/namespace.ref.test.js.map +1 -1
  262. package/dist/src/components/parameters/parameters.d.ts.map +1 -1
  263. package/dist/src/components/parameters/parameters.js +2 -2
  264. package/dist/src/components/parameters/parameters.js.map +1 -1
  265. package/dist/src/components/property/property.d.ts.map +1 -1
  266. package/dist/src/components/property/property.js +21 -12
  267. package/dist/src/components/property/property.js.map +1 -1
  268. package/dist/src/components/property/property.test.js +28 -0
  269. package/dist/src/components/property/property.test.js.map +1 -1
  270. package/dist/src/components/record/declaration.d.ts +1 -1
  271. package/dist/src/components/record/declaration.d.ts.map +1 -1
  272. package/dist/src/components/record/declaration.js +3 -4
  273. package/dist/src/components/record/declaration.js.map +1 -1
  274. package/dist/src/components/record/declaration.test.js +14 -1
  275. package/dist/src/components/record/declaration.test.js.map +1 -1
  276. package/dist/src/components/source-file/source-file.d.ts.map +1 -1
  277. package/dist/src/components/source-file/source-file.js +4 -2
  278. package/dist/src/components/source-file/source-file.js.map +1 -1
  279. package/dist/src/components/source-file/source-file.test.js +1 -1
  280. package/dist/src/components/source-file/using.test.js +1 -1
  281. package/dist/src/components/struct/declaration.d.ts +1 -1
  282. package/dist/src/components/struct/declaration.d.ts.map +1 -1
  283. package/dist/src/components/struct/declaration.js +3 -3
  284. package/dist/src/components/struct/declaration.js.map +1 -1
  285. package/dist/src/components/struct/declaration.test.js +14 -1
  286. package/dist/src/components/struct/declaration.test.js.map +1 -1
  287. package/dist/src/components/type-parameters/type-parameter.d.ts +2 -2
  288. package/dist/src/components/type-parameters/type-parameter.d.ts.map +1 -1
  289. package/dist/src/components/type-parameters/type-parameter.js.map +1 -1
  290. package/dist/src/components/type-parameters/type-parameters.test.js +14 -0
  291. package/dist/src/components/type-parameters/type-parameters.test.js.map +1 -1
  292. package/dist/src/components/var/declaration.d.ts +4 -2
  293. package/dist/src/components/var/declaration.d.ts.map +1 -1
  294. package/dist/src/components/var/declaration.js +17 -3
  295. package/dist/src/components/var/declaration.js.map +1 -1
  296. package/dist/src/components/var/declaration.test.js +22 -1
  297. package/dist/src/components/var/declaration.test.js.map +1 -1
  298. package/dist/src/contexts/global-namespace.d.ts +1 -0
  299. package/dist/src/contexts/global-namespace.d.ts.map +1 -1
  300. package/dist/src/contexts/global-namespace.js +6 -1
  301. package/dist/src/contexts/global-namespace.js.map +1 -1
  302. package/dist/src/create-library.d.ts +62 -0
  303. package/dist/src/create-library.d.ts.map +1 -0
  304. package/dist/src/create-library.js +128 -0
  305. package/dist/src/create-library.js.map +1 -0
  306. package/dist/src/create-library.test.d.ts +10 -0
  307. package/dist/src/create-library.test.d.ts.map +1 -0
  308. package/dist/src/create-library.test.js +220 -0
  309. package/dist/src/create-library.test.js.map +1 -0
  310. package/dist/src/index.d.ts +2 -0
  311. package/dist/src/index.d.ts.map +1 -1
  312. package/dist/src/index.js +2 -0
  313. package/dist/src/index.js.map +1 -1
  314. package/dist/src/name-policy.d.ts +1 -1
  315. package/dist/src/name-policy.d.ts.map +1 -1
  316. package/dist/src/name-policy.js +1 -0
  317. package/dist/src/name-policy.js.map +1 -1
  318. package/dist/src/symbols/factories.d.ts +1 -1
  319. package/dist/src/symbols/factories.d.ts.map +1 -1
  320. package/dist/src/symbols/factories.js +27 -7
  321. package/dist/src/symbols/factories.js.map +1 -1
  322. package/dist/src/symbols/named-type.d.ts +3 -3
  323. package/dist/src/symbols/named-type.d.ts.map +1 -1
  324. package/dist/src/symbols/named-type.js.map +1 -1
  325. package/dist/src/symbols/namespace.d.ts +2 -2
  326. package/dist/src/symbols/namespace.d.ts.map +1 -1
  327. package/dist/src/symbols/namespace.js.map +1 -1
  328. package/dist/src/symbols/reference.d.ts.map +1 -1
  329. package/dist/src/symbols/reference.js +3 -3
  330. package/dist/src/symbols/reference.js.map +1 -1
  331. package/dist/test/utils.d.ts +4 -2
  332. package/dist/test/utils.d.ts.map +1 -1
  333. package/dist/test/utils.js +5 -4
  334. package/dist/test/utils.js.map +1 -1
  335. package/dist/tsconfig.tsbuildinfo +1 -1
  336. package/package.json +14 -3
  337. package/scripts/components/library-interface.tsx +41 -0
  338. package/scripts/components/namespace-directory.tsx +104 -0
  339. package/scripts/generate-builtins.tsx +35 -0
  340. package/scripts/process-docfx.tsx +309 -0
  341. package/src/access.test.tsx +49 -0
  342. package/src/access.tsx +70 -0
  343. package/src/builtins/Microsoft/Win32/SafeHandles/index.ts +147 -0
  344. package/src/builtins/Microsoft/Win32/index.ts +8 -0
  345. package/src/builtins/Microsoft/index.ts +8 -0
  346. package/src/builtins/System/Buffers/Text/index.ts +150 -0
  347. package/src/builtins/System/Buffers/index.ts +267 -0
  348. package/src/builtins/System/CodeDom/Compiler/index.ts +160 -0
  349. package/src/builtins/System/CodeDom/index.ts +8 -0
  350. package/src/builtins/System/Collections/Generic/index.ts +439 -0
  351. package/src/builtins/System/Collections/ObjectModel/index.ts +232 -0
  352. package/src/builtins/System/Collections/index.ts +771 -0
  353. package/src/builtins/System/ComponentModel/index.ts +108 -0
  354. package/src/builtins/System/Configuration/Assemblies/index.ts +85 -0
  355. package/src/builtins/System/Configuration/index.ts +8 -0
  356. package/src/builtins/System/Diagnostics/CodeAnalysis/index.ts +858 -0
  357. package/src/builtins/System/Diagnostics/index.ts +620 -0
  358. package/src/builtins/System/Globalization/index.ts +4583 -0
  359. package/src/builtins/System/IO/Enumeration/index.ts +269 -0
  360. package/src/builtins/System/IO/index.ts +3701 -0
  361. package/src/builtins/System/Net/index.ts +52 -0
  362. package/src/builtins/System/Numerics/index.ts +1184 -0
  363. package/src/builtins/System/Reflection/index.ts +5591 -0
  364. package/src/builtins/System/Resources/index.ts +289 -0
  365. package/src/builtins/System/Runtime/CompilerServices/index.ts +1929 -0
  366. package/src/builtins/System/Runtime/ConstrainedExecution/index.ts +129 -0
  367. package/src/builtins/System/Runtime/ExceptionServices/index.ts +80 -0
  368. package/src/builtins/System/Runtime/InteropServices/Marshalling/index.ts +394 -0
  369. package/src/builtins/System/Runtime/InteropServices/Swift/index.ts +65 -0
  370. package/src/builtins/System/Runtime/InteropServices/index.ts +934 -0
  371. package/src/builtins/System/Runtime/Remoting/index.ts +25 -0
  372. package/src/builtins/System/Runtime/Serialization/index.ts +584 -0
  373. package/src/builtins/System/Runtime/Versioning/index.ts +415 -0
  374. package/src/builtins/System/Runtime/index.ts +298 -0
  375. package/src/builtins/System/Security/Cryptography/index.ts +20 -0
  376. package/src/builtins/System/Security/Permissions/index.ts +390 -0
  377. package/src/builtins/System/Security/Principal/index.ts +129 -0
  378. package/src/builtins/System/Security/index.ts +725 -0
  379. package/src/builtins/System/Text/Unicode/index.ts +40 -0
  380. package/src/builtins/System/Text/index.ts +1542 -0
  381. package/src/builtins/System/Threading/Tasks/Sources/index.ts +147 -0
  382. package/src/builtins/System/Threading/Tasks/index.ts +757 -0
  383. package/src/builtins/System/Threading/index.ts +460 -0
  384. package/src/builtins/System/index.ts +15803 -0
  385. package/src/builtins/index.ts +2 -0
  386. package/src/components/access-expression/access-expression.tsx +2 -2
  387. package/src/components/enum/declaration.ref.test.tsx +1 -1
  388. package/src/components/enum/declaration.test.tsx +14 -1
  389. package/src/components/enum/declaration.tsx +4 -3
  390. package/src/components/enum/member.test.tsx +22 -1
  391. package/src/components/enum/member.tsx +4 -4
  392. package/src/components/field/field.test.tsx +14 -1
  393. package/src/components/field/field.tsx +2 -2
  394. package/src/components/if/if-statement.test.tsx +26 -0
  395. package/src/components/if/if-statement.tsx +50 -0
  396. package/src/components/index.ts +3 -1
  397. package/src/components/interface/declaration.test.tsx +11 -1
  398. package/src/components/interface/declaration.tsx +3 -4
  399. package/src/components/interface/method.test.tsx +14 -1
  400. package/src/components/interface/method.tsx +2 -1
  401. package/src/components/interface/property.test.tsx +13 -0
  402. package/src/components/interface/property.tsx +2 -1
  403. package/src/components/method/method.test.tsx +49 -0
  404. package/src/components/method/method.tsx +7 -4
  405. package/src/components/namespace/namespace-name.tsx +31 -0
  406. package/src/components/namespace/namespace.test.tsx +145 -0
  407. package/src/components/{namespace.tsx → namespace/namespace.tsx} +12 -15
  408. package/src/components/namespace.ref.test.tsx +34 -9
  409. package/src/components/parameters/parameters.tsx +7 -2
  410. package/src/components/property/property.test.tsx +25 -0
  411. package/src/components/property/property.tsx +22 -11
  412. package/src/components/record/declaration.test.tsx +11 -1
  413. package/src/components/record/declaration.tsx +3 -4
  414. package/src/components/source-file/source-file.test.tsx +1 -1
  415. package/src/components/source-file/source-file.tsx +2 -2
  416. package/src/components/source-file/using.test.tsx +1 -1
  417. package/src/components/struct/declaration.test.tsx +11 -1
  418. package/src/components/struct/declaration.tsx +3 -4
  419. package/src/components/type-parameters/type-parameter.tsx +2 -1
  420. package/src/components/type-parameters/type-parameters.test.tsx +9 -0
  421. package/src/components/var/declaration.test.tsx +16 -1
  422. package/src/components/var/declaration.tsx +17 -2
  423. package/src/contexts/global-namespace.ts +8 -1
  424. package/src/create-library.test.tsx +202 -0
  425. package/src/create-library.ts +270 -0
  426. package/src/index.ts +2 -0
  427. package/src/name-policy.ts +3 -1
  428. package/src/symbols/factories.ts +47 -10
  429. package/src/symbols/named-type.ts +3 -3
  430. package/src/symbols/namespace.ts +2 -2
  431. package/src/symbols/reference.tsx +10 -3
  432. package/temp/api.json +3868 -712
  433. package/test/utils.tsx +6 -3
  434. package/tsconfig.json +11 -2
  435. package/dist/src/components/namespace.d.ts.map +0 -1
  436. package/dist/src/components/namespace.js.map +0 -1
  437. package/dist/src/components/namespace.test.d.ts.map +0 -1
  438. package/dist/src/components/namespace.test.js +0 -79
  439. package/dist/src/components/namespace.test.js.map +0 -1
  440. package/src/components/namespace.test.tsx +0 -52
  441. /package/dist/src/components/{namespace.test.d.ts → namespace/namespace.test.d.ts} +0 -0
@@ -0,0 +1,952 @@
1
+ import System from "../index.js";
2
+ import { createLibrary } from "#createLibrary";
3
+ const Numerics = createLibrary("System.Numerics", {
4
+ BitOperations: {
5
+ kind: "class",
6
+ members: {
7
+ Crc32C: {
8
+ kind: "method",
9
+ methodKind: "ordinary",
10
+ isStatic: true
11
+ },
12
+ IsPow2: {
13
+ kind: "method",
14
+ methodKind: "ordinary",
15
+ isStatic: true
16
+ },
17
+ LeadingZeroCount: {
18
+ kind: "method",
19
+ methodKind: "ordinary",
20
+ isStatic: true
21
+ },
22
+ Log2: {
23
+ kind: "method",
24
+ methodKind: "ordinary",
25
+ isStatic: true
26
+ },
27
+ PopCount: {
28
+ kind: "method",
29
+ methodKind: "ordinary",
30
+ isStatic: true
31
+ },
32
+ RotateLeft: {
33
+ kind: "method",
34
+ methodKind: "ordinary",
35
+ isStatic: true
36
+ },
37
+ RotateRight: {
38
+ kind: "method",
39
+ methodKind: "ordinary",
40
+ isStatic: true
41
+ },
42
+ RoundUpToPowerOf2: {
43
+ kind: "method",
44
+ methodKind: "ordinary",
45
+ isStatic: true
46
+ },
47
+ TrailingZeroCount: {
48
+ kind: "method",
49
+ methodKind: "ordinary",
50
+ isStatic: true
51
+ }
52
+ },
53
+ isStatic: true
54
+ },
55
+ IAdditionOperators: {
56
+ kind: "interface",
57
+ members: {}
58
+ },
59
+ IAdditiveIdentity: {
60
+ kind: "interface",
61
+ members: {
62
+ AdditiveIdentity: {
63
+ kind: "property",
64
+ type: undefined,
65
+ isStatic: true,
66
+ isAbstract: true
67
+ }
68
+ }
69
+ },
70
+ IBinaryFloatingPointIeee754: {
71
+ kind: "interface",
72
+ members: {}
73
+ },
74
+ IBinaryInteger: {
75
+ kind: "interface",
76
+ members: {
77
+ DivRem: {
78
+ kind: "method",
79
+ methodKind: "ordinary",
80
+ isStatic: true
81
+ },
82
+ GetByteCount: {
83
+ kind: "method",
84
+ methodKind: "ordinary"
85
+ },
86
+ GetShortestBitLength: {
87
+ kind: "method",
88
+ methodKind: "ordinary"
89
+ },
90
+ LeadingZeroCount: {
91
+ kind: "method",
92
+ methodKind: "ordinary",
93
+ isStatic: true
94
+ },
95
+ PopCount: {
96
+ kind: "method",
97
+ methodKind: "ordinary",
98
+ isStatic: true,
99
+ isAbstract: true
100
+ },
101
+ ReadBigEndian: {
102
+ kind: "method",
103
+ methodKind: "ordinary",
104
+ isStatic: true
105
+ },
106
+ ReadLittleEndian: {
107
+ kind: "method",
108
+ methodKind: "ordinary",
109
+ isStatic: true
110
+ },
111
+ RotateLeft: {
112
+ kind: "method",
113
+ methodKind: "ordinary",
114
+ isStatic: true
115
+ },
116
+ RotateRight: {
117
+ kind: "method",
118
+ methodKind: "ordinary",
119
+ isStatic: true
120
+ },
121
+ TrailingZeroCount: {
122
+ kind: "method",
123
+ methodKind: "ordinary",
124
+ isStatic: true,
125
+ isAbstract: true
126
+ },
127
+ TryReadBigEndian: {
128
+ kind: "method",
129
+ methodKind: "ordinary",
130
+ isStatic: true,
131
+ isAbstract: true
132
+ },
133
+ TryReadLittleEndian: {
134
+ kind: "method",
135
+ methodKind: "ordinary",
136
+ isStatic: true,
137
+ isAbstract: true
138
+ },
139
+ TryWriteBigEndian: {
140
+ kind: "method",
141
+ methodKind: "ordinary"
142
+ },
143
+ TryWriteLittleEndian: {
144
+ kind: "method",
145
+ methodKind: "ordinary"
146
+ },
147
+ WriteBigEndian: {
148
+ kind: "method",
149
+ methodKind: "ordinary"
150
+ },
151
+ WriteLittleEndian: {
152
+ kind: "method",
153
+ methodKind: "ordinary"
154
+ }
155
+ }
156
+ },
157
+ IBinaryNumber: {
158
+ kind: "interface",
159
+ members: {
160
+ IsPow2: {
161
+ kind: "method",
162
+ methodKind: "ordinary",
163
+ isStatic: true,
164
+ isAbstract: true
165
+ },
166
+ Log2: {
167
+ kind: "method",
168
+ methodKind: "ordinary",
169
+ isStatic: true,
170
+ isAbstract: true
171
+ },
172
+ AllBitsSet: {
173
+ kind: "property",
174
+ type: undefined,
175
+ isStatic: true
176
+ }
177
+ }
178
+ },
179
+ IBitwiseOperators: {
180
+ kind: "interface",
181
+ members: {}
182
+ },
183
+ IComparisonOperators: {
184
+ kind: "interface",
185
+ members: {}
186
+ },
187
+ IDecrementOperators: {
188
+ kind: "interface",
189
+ members: {}
190
+ },
191
+ IDivisionOperators: {
192
+ kind: "interface",
193
+ members: {}
194
+ },
195
+ IEqualityOperators: {
196
+ kind: "interface",
197
+ members: {}
198
+ },
199
+ IExponentialFunctions: {
200
+ kind: "interface",
201
+ members: {
202
+ Exp: {
203
+ kind: "method",
204
+ methodKind: "ordinary",
205
+ isStatic: true,
206
+ isAbstract: true
207
+ },
208
+ Exp10: {
209
+ kind: "method",
210
+ methodKind: "ordinary",
211
+ isStatic: true,
212
+ isAbstract: true
213
+ },
214
+ Exp10M1: {
215
+ kind: "method",
216
+ methodKind: "ordinary",
217
+ isStatic: true
218
+ },
219
+ Exp2: {
220
+ kind: "method",
221
+ methodKind: "ordinary",
222
+ isStatic: true,
223
+ isAbstract: true
224
+ },
225
+ Exp2M1: {
226
+ kind: "method",
227
+ methodKind: "ordinary",
228
+ isStatic: true
229
+ },
230
+ ExpM1: {
231
+ kind: "method",
232
+ methodKind: "ordinary",
233
+ isStatic: true
234
+ }
235
+ }
236
+ },
237
+ IFloatingPoint: {
238
+ kind: "interface",
239
+ members: {
240
+ Ceiling: {
241
+ kind: "method",
242
+ methodKind: "ordinary",
243
+ isStatic: true
244
+ },
245
+ Floor: {
246
+ kind: "method",
247
+ methodKind: "ordinary",
248
+ isStatic: true
249
+ },
250
+ GetExponentByteCount: {
251
+ kind: "method",
252
+ methodKind: "ordinary"
253
+ },
254
+ GetExponentShortestBitLength: {
255
+ kind: "method",
256
+ methodKind: "ordinary"
257
+ },
258
+ GetSignificandBitLength: {
259
+ kind: "method",
260
+ methodKind: "ordinary"
261
+ },
262
+ GetSignificandByteCount: {
263
+ kind: "method",
264
+ methodKind: "ordinary"
265
+ },
266
+ Round: {
267
+ kind: "method",
268
+ methodKind: "ordinary",
269
+ isStatic: true
270
+ },
271
+ Truncate: {
272
+ kind: "method",
273
+ methodKind: "ordinary",
274
+ isStatic: true
275
+ },
276
+ TryWriteExponentBigEndian: {
277
+ kind: "method",
278
+ methodKind: "ordinary"
279
+ },
280
+ TryWriteExponentLittleEndian: {
281
+ kind: "method",
282
+ methodKind: "ordinary"
283
+ },
284
+ TryWriteSignificandBigEndian: {
285
+ kind: "method",
286
+ methodKind: "ordinary"
287
+ },
288
+ TryWriteSignificandLittleEndian: {
289
+ kind: "method",
290
+ methodKind: "ordinary"
291
+ },
292
+ WriteExponentBigEndian: {
293
+ kind: "method",
294
+ methodKind: "ordinary"
295
+ },
296
+ WriteExponentLittleEndian: {
297
+ kind: "method",
298
+ methodKind: "ordinary"
299
+ },
300
+ WriteSignificandBigEndian: {
301
+ kind: "method",
302
+ methodKind: "ordinary"
303
+ },
304
+ WriteSignificandLittleEndian: {
305
+ kind: "method",
306
+ methodKind: "ordinary"
307
+ }
308
+ }
309
+ },
310
+ IFloatingPointConstants: {
311
+ kind: "interface",
312
+ members: {
313
+ E: {
314
+ kind: "property",
315
+ type: undefined,
316
+ isStatic: true,
317
+ isAbstract: true
318
+ },
319
+ Pi: {
320
+ kind: "property",
321
+ type: undefined,
322
+ isStatic: true,
323
+ isAbstract: true
324
+ },
325
+ Tau: {
326
+ kind: "property",
327
+ type: undefined,
328
+ isStatic: true,
329
+ isAbstract: true
330
+ }
331
+ }
332
+ },
333
+ IFloatingPointIeee754: {
334
+ kind: "interface",
335
+ members: {
336
+ Atan2: {
337
+ kind: "method",
338
+ methodKind: "ordinary",
339
+ isStatic: true,
340
+ isAbstract: true
341
+ },
342
+ Atan2Pi: {
343
+ kind: "method",
344
+ methodKind: "ordinary",
345
+ isStatic: true,
346
+ isAbstract: true
347
+ },
348
+ BitDecrement: {
349
+ kind: "method",
350
+ methodKind: "ordinary",
351
+ isStatic: true,
352
+ isAbstract: true
353
+ },
354
+ BitIncrement: {
355
+ kind: "method",
356
+ methodKind: "ordinary",
357
+ isStatic: true,
358
+ isAbstract: true
359
+ },
360
+ FusedMultiplyAdd: {
361
+ kind: "method",
362
+ methodKind: "ordinary",
363
+ isStatic: true,
364
+ isAbstract: true
365
+ },
366
+ Ieee754Remainder: {
367
+ kind: "method",
368
+ methodKind: "ordinary",
369
+ isStatic: true,
370
+ isAbstract: true
371
+ },
372
+ ILogB: {
373
+ kind: "method",
374
+ methodKind: "ordinary",
375
+ isStatic: true,
376
+ isAbstract: true
377
+ },
378
+ Lerp: {
379
+ kind: "method",
380
+ methodKind: "ordinary",
381
+ isStatic: true
382
+ },
383
+ ReciprocalEstimate: {
384
+ kind: "method",
385
+ methodKind: "ordinary",
386
+ isStatic: true
387
+ },
388
+ ReciprocalSqrtEstimate: {
389
+ kind: "method",
390
+ methodKind: "ordinary",
391
+ isStatic: true
392
+ },
393
+ ScaleB: {
394
+ kind: "method",
395
+ methodKind: "ordinary",
396
+ isStatic: true,
397
+ isAbstract: true
398
+ },
399
+ Epsilon: {
400
+ kind: "property",
401
+ type: undefined,
402
+ isStatic: true,
403
+ isAbstract: true
404
+ },
405
+ NaN: {
406
+ kind: "property",
407
+ type: undefined,
408
+ isStatic: true,
409
+ isAbstract: true
410
+ },
411
+ NegativeInfinity: {
412
+ kind: "property",
413
+ type: undefined,
414
+ isStatic: true,
415
+ isAbstract: true
416
+ },
417
+ NegativeZero: {
418
+ kind: "property",
419
+ type: undefined,
420
+ isStatic: true,
421
+ isAbstract: true
422
+ },
423
+ PositiveInfinity: {
424
+ kind: "property",
425
+ type: undefined,
426
+ isStatic: true,
427
+ isAbstract: true
428
+ }
429
+ }
430
+ },
431
+ IHyperbolicFunctions: {
432
+ kind: "interface",
433
+ members: {
434
+ Acosh: {
435
+ kind: "method",
436
+ methodKind: "ordinary",
437
+ isStatic: true,
438
+ isAbstract: true
439
+ },
440
+ Asinh: {
441
+ kind: "method",
442
+ methodKind: "ordinary",
443
+ isStatic: true,
444
+ isAbstract: true
445
+ },
446
+ Atanh: {
447
+ kind: "method",
448
+ methodKind: "ordinary",
449
+ isStatic: true,
450
+ isAbstract: true
451
+ },
452
+ Cosh: {
453
+ kind: "method",
454
+ methodKind: "ordinary",
455
+ isStatic: true,
456
+ isAbstract: true
457
+ },
458
+ Sinh: {
459
+ kind: "method",
460
+ methodKind: "ordinary",
461
+ isStatic: true,
462
+ isAbstract: true
463
+ },
464
+ Tanh: {
465
+ kind: "method",
466
+ methodKind: "ordinary",
467
+ isStatic: true,
468
+ isAbstract: true
469
+ }
470
+ }
471
+ },
472
+ IIncrementOperators: {
473
+ kind: "interface",
474
+ members: {}
475
+ },
476
+ ILogarithmicFunctions: {
477
+ kind: "interface",
478
+ members: {
479
+ Log: {
480
+ kind: "method",
481
+ methodKind: "ordinary",
482
+ isStatic: true,
483
+ isAbstract: true
484
+ },
485
+ Log10: {
486
+ kind: "method",
487
+ methodKind: "ordinary",
488
+ isStatic: true,
489
+ isAbstract: true
490
+ },
491
+ Log10P1: {
492
+ kind: "method",
493
+ methodKind: "ordinary",
494
+ isStatic: true
495
+ },
496
+ Log2: {
497
+ kind: "method",
498
+ methodKind: "ordinary",
499
+ isStatic: true,
500
+ isAbstract: true
501
+ },
502
+ Log2P1: {
503
+ kind: "method",
504
+ methodKind: "ordinary",
505
+ isStatic: true
506
+ },
507
+ LogP1: {
508
+ kind: "method",
509
+ methodKind: "ordinary",
510
+ isStatic: true
511
+ }
512
+ }
513
+ },
514
+ IMinMaxValue: {
515
+ kind: "interface",
516
+ members: {
517
+ MaxValue: {
518
+ kind: "property",
519
+ type: undefined,
520
+ isStatic: true,
521
+ isAbstract: true
522
+ },
523
+ MinValue: {
524
+ kind: "property",
525
+ type: undefined,
526
+ isStatic: true,
527
+ isAbstract: true
528
+ }
529
+ }
530
+ },
531
+ IModulusOperators: {
532
+ kind: "interface",
533
+ members: {}
534
+ },
535
+ IMultiplicativeIdentity: {
536
+ kind: "interface",
537
+ members: {
538
+ MultiplicativeIdentity: {
539
+ kind: "property",
540
+ type: undefined,
541
+ isStatic: true,
542
+ isAbstract: true
543
+ }
544
+ }
545
+ },
546
+ IMultiplyOperators: {
547
+ kind: "interface",
548
+ members: {}
549
+ },
550
+ INumber: {
551
+ kind: "interface",
552
+ members: {
553
+ Clamp: {
554
+ kind: "method",
555
+ methodKind: "ordinary",
556
+ isStatic: true
557
+ },
558
+ CopySign: {
559
+ kind: "method",
560
+ methodKind: "ordinary",
561
+ isStatic: true
562
+ },
563
+ Max: {
564
+ kind: "method",
565
+ methodKind: "ordinary",
566
+ isStatic: true
567
+ },
568
+ MaxNumber: {
569
+ kind: "method",
570
+ methodKind: "ordinary",
571
+ isStatic: true
572
+ },
573
+ Min: {
574
+ kind: "method",
575
+ methodKind: "ordinary",
576
+ isStatic: true
577
+ },
578
+ MinNumber: {
579
+ kind: "method",
580
+ methodKind: "ordinary",
581
+ isStatic: true
582
+ },
583
+ Sign: {
584
+ kind: "method",
585
+ methodKind: "ordinary",
586
+ isStatic: true
587
+ }
588
+ }
589
+ },
590
+ INumberBase: {
591
+ kind: "interface",
592
+ members: {
593
+ Abs: {
594
+ kind: "method",
595
+ methodKind: "ordinary",
596
+ isStatic: true,
597
+ isAbstract: true
598
+ },
599
+ IsCanonical: {
600
+ kind: "method",
601
+ methodKind: "ordinary",
602
+ isStatic: true,
603
+ isAbstract: true
604
+ },
605
+ IsComplexNumber: {
606
+ kind: "method",
607
+ methodKind: "ordinary",
608
+ isStatic: true,
609
+ isAbstract: true
610
+ },
611
+ IsEvenInteger: {
612
+ kind: "method",
613
+ methodKind: "ordinary",
614
+ isStatic: true,
615
+ isAbstract: true
616
+ },
617
+ IsFinite: {
618
+ kind: "method",
619
+ methodKind: "ordinary",
620
+ isStatic: true,
621
+ isAbstract: true
622
+ },
623
+ IsImaginaryNumber: {
624
+ kind: "method",
625
+ methodKind: "ordinary",
626
+ isStatic: true,
627
+ isAbstract: true
628
+ },
629
+ IsInfinity: {
630
+ kind: "method",
631
+ methodKind: "ordinary",
632
+ isStatic: true,
633
+ isAbstract: true
634
+ },
635
+ IsInteger: {
636
+ kind: "method",
637
+ methodKind: "ordinary",
638
+ isStatic: true,
639
+ isAbstract: true
640
+ },
641
+ IsNaN: {
642
+ kind: "method",
643
+ methodKind: "ordinary",
644
+ isStatic: true,
645
+ isAbstract: true
646
+ },
647
+ IsNegative: {
648
+ kind: "method",
649
+ methodKind: "ordinary",
650
+ isStatic: true,
651
+ isAbstract: true
652
+ },
653
+ IsNegativeInfinity: {
654
+ kind: "method",
655
+ methodKind: "ordinary",
656
+ isStatic: true,
657
+ isAbstract: true
658
+ },
659
+ IsNormal: {
660
+ kind: "method",
661
+ methodKind: "ordinary",
662
+ isStatic: true,
663
+ isAbstract: true
664
+ },
665
+ IsOddInteger: {
666
+ kind: "method",
667
+ methodKind: "ordinary",
668
+ isStatic: true,
669
+ isAbstract: true
670
+ },
671
+ IsPositive: {
672
+ kind: "method",
673
+ methodKind: "ordinary",
674
+ isStatic: true,
675
+ isAbstract: true
676
+ },
677
+ IsPositiveInfinity: {
678
+ kind: "method",
679
+ methodKind: "ordinary",
680
+ isStatic: true,
681
+ isAbstract: true
682
+ },
683
+ IsRealNumber: {
684
+ kind: "method",
685
+ methodKind: "ordinary",
686
+ isStatic: true,
687
+ isAbstract: true
688
+ },
689
+ IsSubnormal: {
690
+ kind: "method",
691
+ methodKind: "ordinary",
692
+ isStatic: true,
693
+ isAbstract: true
694
+ },
695
+ IsZero: {
696
+ kind: "method",
697
+ methodKind: "ordinary",
698
+ isStatic: true,
699
+ isAbstract: true
700
+ },
701
+ MaxMagnitude: {
702
+ kind: "method",
703
+ methodKind: "ordinary",
704
+ isStatic: true,
705
+ isAbstract: true
706
+ },
707
+ MaxMagnitudeNumber: {
708
+ kind: "method",
709
+ methodKind: "ordinary",
710
+ isStatic: true,
711
+ isAbstract: true
712
+ },
713
+ MinMagnitude: {
714
+ kind: "method",
715
+ methodKind: "ordinary",
716
+ isStatic: true,
717
+ isAbstract: true
718
+ },
719
+ MinMagnitudeNumber: {
720
+ kind: "method",
721
+ methodKind: "ordinary",
722
+ isStatic: true,
723
+ isAbstract: true
724
+ },
725
+ MultiplyAddEstimate: {
726
+ kind: "method",
727
+ methodKind: "ordinary",
728
+ isStatic: true
729
+ },
730
+ Parse: {
731
+ kind: "method",
732
+ methodKind: "ordinary",
733
+ isStatic: true
734
+ },
735
+ TryParse: {
736
+ kind: "method",
737
+ methodKind: "ordinary",
738
+ isStatic: true
739
+ },
740
+ One: {
741
+ kind: "property",
742
+ type: undefined,
743
+ isStatic: true,
744
+ isAbstract: true
745
+ },
746
+ Radix: {
747
+ kind: "property",
748
+ type: () => {
749
+ return System.Int32;
750
+ },
751
+ isStatic: true,
752
+ isAbstract: true
753
+ },
754
+ Zero: {
755
+ kind: "property",
756
+ type: undefined,
757
+ isStatic: true,
758
+ isAbstract: true
759
+ }
760
+ }
761
+ },
762
+ IPowerFunctions: {
763
+ kind: "interface",
764
+ members: {
765
+ Pow: {
766
+ kind: "method",
767
+ methodKind: "ordinary",
768
+ isStatic: true,
769
+ isAbstract: true
770
+ }
771
+ }
772
+ },
773
+ IRootFunctions: {
774
+ kind: "interface",
775
+ members: {
776
+ Cbrt: {
777
+ kind: "method",
778
+ methodKind: "ordinary",
779
+ isStatic: true,
780
+ isAbstract: true
781
+ },
782
+ Hypot: {
783
+ kind: "method",
784
+ methodKind: "ordinary",
785
+ isStatic: true,
786
+ isAbstract: true
787
+ },
788
+ RootN: {
789
+ kind: "method",
790
+ methodKind: "ordinary",
791
+ isStatic: true,
792
+ isAbstract: true
793
+ },
794
+ Sqrt: {
795
+ kind: "method",
796
+ methodKind: "ordinary",
797
+ isStatic: true,
798
+ isAbstract: true
799
+ }
800
+ }
801
+ },
802
+ IShiftOperators: {
803
+ kind: "interface",
804
+ members: {}
805
+ },
806
+ ISignedNumber: {
807
+ kind: "interface",
808
+ members: {
809
+ NegativeOne: {
810
+ kind: "property",
811
+ type: undefined,
812
+ isStatic: true,
813
+ isAbstract: true
814
+ }
815
+ }
816
+ },
817
+ ISubtractionOperators: {
818
+ kind: "interface",
819
+ members: {}
820
+ },
821
+ ITrigonometricFunctions: {
822
+ kind: "interface",
823
+ members: {
824
+ Acos: {
825
+ kind: "method",
826
+ methodKind: "ordinary",
827
+ isStatic: true,
828
+ isAbstract: true
829
+ },
830
+ AcosPi: {
831
+ kind: "method",
832
+ methodKind: "ordinary",
833
+ isStatic: true,
834
+ isAbstract: true
835
+ },
836
+ Asin: {
837
+ kind: "method",
838
+ methodKind: "ordinary",
839
+ isStatic: true,
840
+ isAbstract: true
841
+ },
842
+ AsinPi: {
843
+ kind: "method",
844
+ methodKind: "ordinary",
845
+ isStatic: true,
846
+ isAbstract: true
847
+ },
848
+ Atan: {
849
+ kind: "method",
850
+ methodKind: "ordinary",
851
+ isStatic: true,
852
+ isAbstract: true
853
+ },
854
+ AtanPi: {
855
+ kind: "method",
856
+ methodKind: "ordinary",
857
+ isStatic: true,
858
+ isAbstract: true
859
+ },
860
+ Cos: {
861
+ kind: "method",
862
+ methodKind: "ordinary",
863
+ isStatic: true,
864
+ isAbstract: true
865
+ },
866
+ CosPi: {
867
+ kind: "method",
868
+ methodKind: "ordinary",
869
+ isStatic: true,
870
+ isAbstract: true
871
+ },
872
+ DegreesToRadians: {
873
+ kind: "method",
874
+ methodKind: "ordinary",
875
+ isStatic: true
876
+ },
877
+ RadiansToDegrees: {
878
+ kind: "method",
879
+ methodKind: "ordinary",
880
+ isStatic: true
881
+ },
882
+ Sin: {
883
+ kind: "method",
884
+ methodKind: "ordinary",
885
+ isStatic: true,
886
+ isAbstract: true
887
+ },
888
+ SinCos: {
889
+ kind: "method",
890
+ methodKind: "ordinary",
891
+ isStatic: true,
892
+ isAbstract: true
893
+ },
894
+ SinCosPi: {
895
+ kind: "method",
896
+ methodKind: "ordinary",
897
+ isStatic: true,
898
+ isAbstract: true
899
+ },
900
+ SinPi: {
901
+ kind: "method",
902
+ methodKind: "ordinary",
903
+ isStatic: true,
904
+ isAbstract: true
905
+ },
906
+ Tan: {
907
+ kind: "method",
908
+ methodKind: "ordinary",
909
+ isStatic: true,
910
+ isAbstract: true
911
+ },
912
+ TanPi: {
913
+ kind: "method",
914
+ methodKind: "ordinary",
915
+ isStatic: true,
916
+ isAbstract: true
917
+ }
918
+ }
919
+ },
920
+ IUnaryNegationOperators: {
921
+ kind: "interface",
922
+ members: {}
923
+ },
924
+ IUnaryPlusOperators: {
925
+ kind: "interface",
926
+ members: {}
927
+ },
928
+ IUnsignedNumber: {
929
+ kind: "interface",
930
+ members: {}
931
+ },
932
+ TotalOrderIeee754Comparer: {
933
+ kind: "struct",
934
+ members: {
935
+ Compare: {
936
+ kind: "method",
937
+ methodKind: "ordinary"
938
+ },
939
+ Equals: {
940
+ kind: "method",
941
+ methodKind: "ordinary"
942
+ },
943
+ GetHashCode: {
944
+ kind: "method",
945
+ methodKind: "ordinary",
946
+ isOverride: true
947
+ }
948
+ }
949
+ }
950
+ });
951
+ export default Numerics;
952
+ //# sourceMappingURL=index.js.map