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

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