@alloy-js/csharp 0.21.0-dev.0 → 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 (467) 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 +4 -2
  226. package/dist/src/components/index.d.ts.map +1 -1
  227. package/dist/src/components/index.js +4 -3
  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 +6 -4
  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.d.ts.map +1 -0
  281. package/dist/{test → src/components/source-file}/using.test.js +30 -49
  282. package/dist/src/components/source-file/using.test.js.map +1 -0
  283. package/dist/src/components/stc/index.d.ts +1 -1
  284. package/dist/src/components/stc/index.d.ts.map +1 -1
  285. package/dist/src/components/stc/index.js +1 -1
  286. package/dist/src/components/stc/index.js.map +1 -1
  287. package/dist/src/components/struct/declaration.d.ts +1 -1
  288. package/dist/src/components/struct/declaration.d.ts.map +1 -1
  289. package/dist/src/components/struct/declaration.js +3 -3
  290. package/dist/src/components/struct/declaration.js.map +1 -1
  291. package/dist/src/components/struct/declaration.test.js +14 -1
  292. package/dist/src/components/struct/declaration.test.js.map +1 -1
  293. package/dist/src/components/type-parameters/type-parameter.d.ts +2 -2
  294. package/dist/src/components/type-parameters/type-parameter.d.ts.map +1 -1
  295. package/dist/src/components/type-parameters/type-parameter.js.map +1 -1
  296. package/dist/src/components/type-parameters/type-parameters.test.js +14 -0
  297. package/dist/src/components/type-parameters/type-parameters.test.js.map +1 -1
  298. package/dist/src/components/using/using.d.ts +28 -0
  299. package/dist/src/components/using/using.d.ts.map +1 -0
  300. package/dist/src/components/using/using.js +37 -0
  301. package/dist/src/components/using/using.js.map +1 -0
  302. package/dist/src/components/using/using.test.d.ts +2 -0
  303. package/dist/src/components/using/using.test.d.ts.map +1 -0
  304. package/dist/src/components/using/using.test.js +19 -0
  305. package/dist/src/components/using/using.test.js.map +1 -0
  306. package/dist/src/components/var/declaration.d.ts +4 -2
  307. package/dist/src/components/var/declaration.d.ts.map +1 -1
  308. package/dist/src/components/var/declaration.js +17 -3
  309. package/dist/src/components/var/declaration.js.map +1 -1
  310. package/dist/src/components/var/declaration.test.js +22 -1
  311. package/dist/src/components/var/declaration.test.js.map +1 -1
  312. package/dist/src/contexts/global-namespace.d.ts +1 -0
  313. package/dist/src/contexts/global-namespace.d.ts.map +1 -1
  314. package/dist/src/contexts/global-namespace.js +6 -1
  315. package/dist/src/contexts/global-namespace.js.map +1 -1
  316. package/dist/src/create-library.d.ts +62 -0
  317. package/dist/src/create-library.d.ts.map +1 -0
  318. package/dist/src/create-library.js +128 -0
  319. package/dist/src/create-library.js.map +1 -0
  320. package/dist/src/create-library.test.d.ts +10 -0
  321. package/dist/src/create-library.test.d.ts.map +1 -0
  322. package/dist/src/create-library.test.js +220 -0
  323. package/dist/src/create-library.test.js.map +1 -0
  324. package/dist/src/index.d.ts +2 -0
  325. package/dist/src/index.d.ts.map +1 -1
  326. package/dist/src/index.js +2 -0
  327. package/dist/src/index.js.map +1 -1
  328. package/dist/src/name-policy.d.ts +1 -1
  329. package/dist/src/name-policy.d.ts.map +1 -1
  330. package/dist/src/name-policy.js +1 -0
  331. package/dist/src/name-policy.js.map +1 -1
  332. package/dist/src/symbols/factories.d.ts +1 -1
  333. package/dist/src/symbols/factories.d.ts.map +1 -1
  334. package/dist/src/symbols/factories.js +27 -7
  335. package/dist/src/symbols/factories.js.map +1 -1
  336. package/dist/src/symbols/named-type.d.ts +3 -3
  337. package/dist/src/symbols/named-type.d.ts.map +1 -1
  338. package/dist/src/symbols/named-type.js.map +1 -1
  339. package/dist/src/symbols/namespace.d.ts +2 -2
  340. package/dist/src/symbols/namespace.d.ts.map +1 -1
  341. package/dist/src/symbols/namespace.js.map +1 -1
  342. package/dist/src/symbols/reference.d.ts.map +1 -1
  343. package/dist/src/symbols/reference.js +3 -3
  344. package/dist/src/symbols/reference.js.map +1 -1
  345. package/dist/test/utils.d.ts +4 -2
  346. package/dist/test/utils.d.ts.map +1 -1
  347. package/dist/test/utils.js +5 -4
  348. package/dist/test/utils.js.map +1 -1
  349. package/dist/tsconfig.tsbuildinfo +1 -1
  350. package/package.json +14 -3
  351. package/scripts/components/library-interface.tsx +41 -0
  352. package/scripts/components/namespace-directory.tsx +104 -0
  353. package/scripts/generate-builtins.tsx +35 -0
  354. package/scripts/process-docfx.tsx +309 -0
  355. package/src/access.test.tsx +49 -0
  356. package/src/access.tsx +70 -0
  357. package/src/builtins/Microsoft/Win32/SafeHandles/index.ts +147 -0
  358. package/src/builtins/Microsoft/Win32/index.ts +8 -0
  359. package/src/builtins/Microsoft/index.ts +8 -0
  360. package/src/builtins/System/Buffers/Text/index.ts +150 -0
  361. package/src/builtins/System/Buffers/index.ts +267 -0
  362. package/src/builtins/System/CodeDom/Compiler/index.ts +160 -0
  363. package/src/builtins/System/CodeDom/index.ts +8 -0
  364. package/src/builtins/System/Collections/Generic/index.ts +439 -0
  365. package/src/builtins/System/Collections/ObjectModel/index.ts +232 -0
  366. package/src/builtins/System/Collections/index.ts +771 -0
  367. package/src/builtins/System/ComponentModel/index.ts +108 -0
  368. package/src/builtins/System/Configuration/Assemblies/index.ts +85 -0
  369. package/src/builtins/System/Configuration/index.ts +8 -0
  370. package/src/builtins/System/Diagnostics/CodeAnalysis/index.ts +858 -0
  371. package/src/builtins/System/Diagnostics/index.ts +620 -0
  372. package/src/builtins/System/Globalization/index.ts +4583 -0
  373. package/src/builtins/System/IO/Enumeration/index.ts +269 -0
  374. package/src/builtins/System/IO/index.ts +3701 -0
  375. package/src/builtins/System/Net/index.ts +52 -0
  376. package/src/builtins/System/Numerics/index.ts +1184 -0
  377. package/src/builtins/System/Reflection/index.ts +5591 -0
  378. package/src/builtins/System/Resources/index.ts +289 -0
  379. package/src/builtins/System/Runtime/CompilerServices/index.ts +1929 -0
  380. package/src/builtins/System/Runtime/ConstrainedExecution/index.ts +129 -0
  381. package/src/builtins/System/Runtime/ExceptionServices/index.ts +80 -0
  382. package/src/builtins/System/Runtime/InteropServices/Marshalling/index.ts +394 -0
  383. package/src/builtins/System/Runtime/InteropServices/Swift/index.ts +65 -0
  384. package/src/builtins/System/Runtime/InteropServices/index.ts +934 -0
  385. package/src/builtins/System/Runtime/Remoting/index.ts +25 -0
  386. package/src/builtins/System/Runtime/Serialization/index.ts +584 -0
  387. package/src/builtins/System/Runtime/Versioning/index.ts +415 -0
  388. package/src/builtins/System/Runtime/index.ts +298 -0
  389. package/src/builtins/System/Security/Cryptography/index.ts +20 -0
  390. package/src/builtins/System/Security/Permissions/index.ts +390 -0
  391. package/src/builtins/System/Security/Principal/index.ts +129 -0
  392. package/src/builtins/System/Security/index.ts +725 -0
  393. package/src/builtins/System/Text/Unicode/index.ts +40 -0
  394. package/src/builtins/System/Text/index.ts +1542 -0
  395. package/src/builtins/System/Threading/Tasks/Sources/index.ts +147 -0
  396. package/src/builtins/System/Threading/Tasks/index.ts +757 -0
  397. package/src/builtins/System/Threading/index.ts +460 -0
  398. package/src/builtins/System/index.ts +15803 -0
  399. package/src/builtins/index.ts +2 -0
  400. package/src/components/access-expression/access-expression.tsx +2 -2
  401. package/src/components/enum/declaration.ref.test.tsx +1 -1
  402. package/src/components/enum/declaration.test.tsx +14 -1
  403. package/src/components/enum/declaration.tsx +4 -3
  404. package/src/components/enum/member.test.tsx +22 -1
  405. package/src/components/enum/member.tsx +4 -4
  406. package/src/components/field/field.test.tsx +14 -1
  407. package/src/components/field/field.tsx +2 -2
  408. package/src/components/if/if-statement.test.tsx +26 -0
  409. package/src/components/if/if-statement.tsx +50 -0
  410. package/src/components/index.ts +4 -2
  411. package/src/components/interface/declaration.test.tsx +11 -1
  412. package/src/components/interface/declaration.tsx +3 -4
  413. package/src/components/interface/method.test.tsx +14 -1
  414. package/src/components/interface/method.tsx +2 -1
  415. package/src/components/interface/property.test.tsx +13 -0
  416. package/src/components/interface/property.tsx +2 -1
  417. package/src/components/method/method.test.tsx +49 -0
  418. package/src/components/method/method.tsx +7 -4
  419. package/src/components/namespace/namespace-name.tsx +31 -0
  420. package/src/components/namespace/namespace.test.tsx +145 -0
  421. package/src/components/{namespace.tsx → namespace/namespace.tsx} +12 -15
  422. package/src/components/namespace.ref.test.tsx +34 -9
  423. package/src/components/parameters/parameters.tsx +7 -2
  424. package/src/components/property/property.test.tsx +25 -0
  425. package/src/components/property/property.tsx +22 -11
  426. package/src/components/record/declaration.test.tsx +11 -1
  427. package/src/components/record/declaration.tsx +3 -4
  428. package/src/components/source-file/source-file.test.tsx +1 -1
  429. package/src/components/source-file/source-file.tsx +4 -4
  430. package/src/components/source-file/using.test.tsx +94 -0
  431. package/src/components/stc/index.ts +1 -1
  432. package/src/components/struct/declaration.test.tsx +11 -1
  433. package/src/components/struct/declaration.tsx +3 -4
  434. package/src/components/type-parameters/type-parameter.tsx +2 -1
  435. package/src/components/type-parameters/type-parameters.test.tsx +9 -0
  436. package/src/components/using/using.test.tsx +15 -0
  437. package/src/components/using/using.tsx +52 -0
  438. package/src/components/var/declaration.test.tsx +16 -1
  439. package/src/components/var/declaration.tsx +17 -2
  440. package/src/contexts/global-namespace.ts +8 -1
  441. package/src/create-library.test.tsx +202 -0
  442. package/src/create-library.ts +270 -0
  443. package/src/index.ts +2 -0
  444. package/src/name-policy.ts +3 -1
  445. package/src/symbols/factories.ts +47 -10
  446. package/src/symbols/named-type.ts +3 -3
  447. package/src/symbols/namespace.ts +2 -2
  448. package/src/symbols/reference.tsx +10 -3
  449. package/temp/api.json +3934 -683
  450. package/test/utils.tsx +6 -3
  451. package/tsconfig.json +11 -2
  452. package/dist/src/components/UsingDirective.d.ts +0 -10
  453. package/dist/src/components/UsingDirective.d.ts.map +0 -1
  454. package/dist/src/components/UsingDirective.js +0 -15
  455. package/dist/src/components/UsingDirective.js.map +0 -1
  456. package/dist/src/components/namespace.d.ts.map +0 -1
  457. package/dist/src/components/namespace.js.map +0 -1
  458. package/dist/src/components/namespace.test.d.ts.map +0 -1
  459. package/dist/src/components/namespace.test.js +0 -79
  460. package/dist/src/components/namespace.test.js.map +0 -1
  461. package/dist/test/using.test.d.ts.map +0 -1
  462. package/dist/test/using.test.js.map +0 -1
  463. package/src/components/UsingDirective.tsx +0 -28
  464. package/src/components/namespace.test.tsx +0 -52
  465. package/test/using.test.tsx +0 -118
  466. /package/dist/src/components/{namespace.test.d.ts → namespace/namespace.test.d.ts} +0 -0
  467. /package/dist/{test → src/components/source-file}/using.test.d.ts +0 -0
@@ -0,0 +1,1278 @@
1
+ import System from "../index.js";
2
+ import { createLibrary } from "#createLibrary";
3
+ export { default as Unicode } from "./Unicode/index.js";
4
+ const Text = createLibrary("System.Text", {
5
+ Ascii: {
6
+ kind: "class",
7
+ members: {
8
+ Equals: {
9
+ kind: "method",
10
+ methodKind: "ordinary",
11
+ isStatic: true
12
+ },
13
+ EqualsIgnoreCase: {
14
+ kind: "method",
15
+ methodKind: "ordinary",
16
+ isStatic: true
17
+ },
18
+ FromUtf16: {
19
+ kind: "method",
20
+ methodKind: "ordinary",
21
+ isStatic: true
22
+ },
23
+ IsValid: {
24
+ kind: "method",
25
+ methodKind: "ordinary",
26
+ isStatic: true
27
+ },
28
+ ToLower: {
29
+ kind: "method",
30
+ methodKind: "ordinary",
31
+ isStatic: true
32
+ },
33
+ ToLowerInPlace: {
34
+ kind: "method",
35
+ methodKind: "ordinary",
36
+ isStatic: true
37
+ },
38
+ ToUpper: {
39
+ kind: "method",
40
+ methodKind: "ordinary",
41
+ isStatic: true
42
+ },
43
+ ToUpperInPlace: {
44
+ kind: "method",
45
+ methodKind: "ordinary",
46
+ isStatic: true
47
+ },
48
+ ToUtf16: {
49
+ kind: "method",
50
+ methodKind: "ordinary",
51
+ isStatic: true
52
+ },
53
+ Trim: {
54
+ kind: "method",
55
+ methodKind: "ordinary",
56
+ isStatic: true
57
+ },
58
+ TrimEnd: {
59
+ kind: "method",
60
+ methodKind: "ordinary",
61
+ isStatic: true
62
+ },
63
+ TrimStart: {
64
+ kind: "method",
65
+ methodKind: "ordinary",
66
+ isStatic: true
67
+ }
68
+ },
69
+ isStatic: true
70
+ },
71
+ CompositeFormat: {
72
+ kind: "class",
73
+ members: {
74
+ Parse: {
75
+ kind: "method",
76
+ methodKind: "ordinary",
77
+ isStatic: true
78
+ },
79
+ Format: {
80
+ kind: "property",
81
+ type: () => {
82
+ return System.String;
83
+ }
84
+ },
85
+ MinimumArgumentCount: {
86
+ kind: "property",
87
+ type: () => {
88
+ return System.Int32;
89
+ }
90
+ }
91
+ },
92
+ isSealed: true
93
+ },
94
+ Decoder: {
95
+ kind: "class",
96
+ members: {
97
+ Decoder: {
98
+ kind: "method",
99
+ methodKind: "constructor"
100
+ },
101
+ Convert: {
102
+ kind: "method",
103
+ methodKind: "ordinary",
104
+ isVirtual: true
105
+ },
106
+ GetCharCount: {
107
+ kind: "method",
108
+ methodKind: "ordinary",
109
+ isVirtual: true
110
+ },
111
+ GetChars: {
112
+ kind: "method",
113
+ methodKind: "ordinary",
114
+ isVirtual: true
115
+ },
116
+ Reset: {
117
+ kind: "method",
118
+ methodKind: "ordinary",
119
+ isVirtual: true
120
+ },
121
+ Fallback: {
122
+ kind: "property",
123
+ type: () => {
124
+ return Text.DecoderFallback;
125
+ }
126
+ },
127
+ FallbackBuffer: {
128
+ kind: "property",
129
+ type: () => {
130
+ return Text.DecoderFallbackBuffer;
131
+ }
132
+ }
133
+ },
134
+ isAbstract: true
135
+ },
136
+ DecoderExceptionFallback: {
137
+ kind: "class",
138
+ members: {
139
+ DecoderExceptionFallback: {
140
+ kind: "method",
141
+ methodKind: "constructor"
142
+ },
143
+ CreateFallbackBuffer: {
144
+ kind: "method",
145
+ methodKind: "ordinary",
146
+ isOverride: true
147
+ },
148
+ Equals: {
149
+ kind: "method",
150
+ methodKind: "ordinary",
151
+ isOverride: true
152
+ },
153
+ GetHashCode: {
154
+ kind: "method",
155
+ methodKind: "ordinary",
156
+ isOverride: true
157
+ },
158
+ MaxCharCount: {
159
+ kind: "property",
160
+ type: () => {
161
+ return System.Int32;
162
+ },
163
+ isOverride: true
164
+ }
165
+ },
166
+ isSealed: true
167
+ },
168
+ DecoderExceptionFallbackBuffer: {
169
+ kind: "class",
170
+ members: {
171
+ DecoderExceptionFallbackBuffer: {
172
+ kind: "method",
173
+ methodKind: "constructor"
174
+ },
175
+ Fallback: {
176
+ kind: "method",
177
+ methodKind: "ordinary",
178
+ isOverride: true
179
+ },
180
+ GetNextChar: {
181
+ kind: "method",
182
+ methodKind: "ordinary",
183
+ isOverride: true
184
+ },
185
+ MovePrevious: {
186
+ kind: "method",
187
+ methodKind: "ordinary",
188
+ isOverride: true
189
+ },
190
+ Remaining: {
191
+ kind: "property",
192
+ type: () => {
193
+ return System.Int32;
194
+ },
195
+ isOverride: true
196
+ }
197
+ },
198
+ isSealed: true
199
+ },
200
+ DecoderFallback: {
201
+ kind: "class",
202
+ members: {
203
+ DecoderFallback: {
204
+ kind: "method",
205
+ methodKind: "constructor"
206
+ },
207
+ CreateFallbackBuffer: {
208
+ kind: "method",
209
+ methodKind: "ordinary",
210
+ isAbstract: true
211
+ },
212
+ ExceptionFallback: {
213
+ kind: "property",
214
+ type: () => {
215
+ return Text.DecoderFallback;
216
+ },
217
+ isStatic: true
218
+ },
219
+ MaxCharCount: {
220
+ kind: "property",
221
+ type: () => {
222
+ return System.Int32;
223
+ },
224
+ isAbstract: true
225
+ },
226
+ ReplacementFallback: {
227
+ kind: "property",
228
+ type: () => {
229
+ return Text.DecoderFallback;
230
+ },
231
+ isStatic: true
232
+ }
233
+ },
234
+ isAbstract: true
235
+ },
236
+ DecoderFallbackBuffer: {
237
+ kind: "class",
238
+ members: {
239
+ DecoderFallbackBuffer: {
240
+ kind: "method",
241
+ methodKind: "constructor"
242
+ },
243
+ Fallback: {
244
+ kind: "method",
245
+ methodKind: "ordinary",
246
+ isAbstract: true
247
+ },
248
+ GetNextChar: {
249
+ kind: "method",
250
+ methodKind: "ordinary",
251
+ isAbstract: true
252
+ },
253
+ MovePrevious: {
254
+ kind: "method",
255
+ methodKind: "ordinary",
256
+ isAbstract: true
257
+ },
258
+ Reset: {
259
+ kind: "method",
260
+ methodKind: "ordinary",
261
+ isVirtual: true
262
+ },
263
+ Remaining: {
264
+ kind: "property",
265
+ type: () => {
266
+ return System.Int32;
267
+ },
268
+ isAbstract: true
269
+ }
270
+ },
271
+ isAbstract: true
272
+ },
273
+ DecoderFallbackException: {
274
+ kind: "class",
275
+ members: {
276
+ DecoderFallbackException: {
277
+ kind: "method",
278
+ methodKind: "constructor"
279
+ },
280
+ BytesUnknown: {
281
+ kind: "property",
282
+ type: () => {
283
+ return System.Array;
284
+ },
285
+ isNullable: true
286
+ },
287
+ Index: {
288
+ kind: "property",
289
+ type: () => {
290
+ return System.Int32;
291
+ }
292
+ }
293
+ },
294
+ isSealed: true
295
+ },
296
+ DecoderReplacementFallback: {
297
+ kind: "class",
298
+ members: {
299
+ DecoderReplacementFallback: {
300
+ kind: "method",
301
+ methodKind: "constructor"
302
+ },
303
+ CreateFallbackBuffer: {
304
+ kind: "method",
305
+ methodKind: "ordinary",
306
+ isOverride: true
307
+ },
308
+ Equals: {
309
+ kind: "method",
310
+ methodKind: "ordinary",
311
+ isOverride: true
312
+ },
313
+ GetHashCode: {
314
+ kind: "method",
315
+ methodKind: "ordinary",
316
+ isOverride: true
317
+ },
318
+ DefaultString: {
319
+ kind: "property",
320
+ type: () => {
321
+ return System.String;
322
+ }
323
+ },
324
+ MaxCharCount: {
325
+ kind: "property",
326
+ type: () => {
327
+ return System.Int32;
328
+ },
329
+ isOverride: true
330
+ }
331
+ },
332
+ isSealed: true
333
+ },
334
+ DecoderReplacementFallbackBuffer: {
335
+ kind: "class",
336
+ members: {
337
+ DecoderReplacementFallbackBuffer: {
338
+ kind: "method",
339
+ methodKind: "constructor"
340
+ },
341
+ Fallback: {
342
+ kind: "method",
343
+ methodKind: "ordinary",
344
+ isOverride: true
345
+ },
346
+ GetNextChar: {
347
+ kind: "method",
348
+ methodKind: "ordinary",
349
+ isOverride: true
350
+ },
351
+ MovePrevious: {
352
+ kind: "method",
353
+ methodKind: "ordinary",
354
+ isOverride: true
355
+ },
356
+ Reset: {
357
+ kind: "method",
358
+ methodKind: "ordinary",
359
+ isOverride: true
360
+ },
361
+ Remaining: {
362
+ kind: "property",
363
+ type: () => {
364
+ return System.Int32;
365
+ },
366
+ isOverride: true
367
+ }
368
+ },
369
+ isSealed: true
370
+ },
371
+ Encoder: {
372
+ kind: "class",
373
+ members: {
374
+ Encoder: {
375
+ kind: "method",
376
+ methodKind: "constructor"
377
+ },
378
+ Convert: {
379
+ kind: "method",
380
+ methodKind: "ordinary",
381
+ isVirtual: true
382
+ },
383
+ GetByteCount: {
384
+ kind: "method",
385
+ methodKind: "ordinary",
386
+ isVirtual: true
387
+ },
388
+ GetBytes: {
389
+ kind: "method",
390
+ methodKind: "ordinary",
391
+ isVirtual: true
392
+ },
393
+ Reset: {
394
+ kind: "method",
395
+ methodKind: "ordinary",
396
+ isVirtual: true
397
+ },
398
+ Fallback: {
399
+ kind: "property",
400
+ type: () => {
401
+ return Text.EncoderFallback;
402
+ }
403
+ },
404
+ FallbackBuffer: {
405
+ kind: "property",
406
+ type: () => {
407
+ return Text.EncoderFallbackBuffer;
408
+ }
409
+ }
410
+ },
411
+ isAbstract: true
412
+ },
413
+ EncoderExceptionFallback: {
414
+ kind: "class",
415
+ members: {
416
+ EncoderExceptionFallback: {
417
+ kind: "method",
418
+ methodKind: "constructor"
419
+ },
420
+ CreateFallbackBuffer: {
421
+ kind: "method",
422
+ methodKind: "ordinary",
423
+ isOverride: true
424
+ },
425
+ Equals: {
426
+ kind: "method",
427
+ methodKind: "ordinary",
428
+ isOverride: true
429
+ },
430
+ GetHashCode: {
431
+ kind: "method",
432
+ methodKind: "ordinary",
433
+ isOverride: true
434
+ },
435
+ MaxCharCount: {
436
+ kind: "property",
437
+ type: () => {
438
+ return System.Int32;
439
+ },
440
+ isOverride: true
441
+ }
442
+ },
443
+ isSealed: true
444
+ },
445
+ EncoderExceptionFallbackBuffer: {
446
+ kind: "class",
447
+ members: {
448
+ EncoderExceptionFallbackBuffer: {
449
+ kind: "method",
450
+ methodKind: "constructor"
451
+ },
452
+ Fallback: {
453
+ kind: "method",
454
+ methodKind: "ordinary",
455
+ isOverride: true
456
+ },
457
+ GetNextChar: {
458
+ kind: "method",
459
+ methodKind: "ordinary",
460
+ isOverride: true
461
+ },
462
+ MovePrevious: {
463
+ kind: "method",
464
+ methodKind: "ordinary",
465
+ isOverride: true
466
+ },
467
+ Remaining: {
468
+ kind: "property",
469
+ type: () => {
470
+ return System.Int32;
471
+ },
472
+ isOverride: true
473
+ }
474
+ },
475
+ isSealed: true
476
+ },
477
+ EncoderFallback: {
478
+ kind: "class",
479
+ members: {
480
+ EncoderFallback: {
481
+ kind: "method",
482
+ methodKind: "constructor"
483
+ },
484
+ CreateFallbackBuffer: {
485
+ kind: "method",
486
+ methodKind: "ordinary",
487
+ isAbstract: true
488
+ },
489
+ ExceptionFallback: {
490
+ kind: "property",
491
+ type: () => {
492
+ return Text.EncoderFallback;
493
+ },
494
+ isStatic: true
495
+ },
496
+ MaxCharCount: {
497
+ kind: "property",
498
+ type: () => {
499
+ return System.Int32;
500
+ },
501
+ isAbstract: true
502
+ },
503
+ ReplacementFallback: {
504
+ kind: "property",
505
+ type: () => {
506
+ return Text.EncoderFallback;
507
+ },
508
+ isStatic: true
509
+ }
510
+ },
511
+ isAbstract: true
512
+ },
513
+ EncoderFallbackBuffer: {
514
+ kind: "class",
515
+ members: {
516
+ EncoderFallbackBuffer: {
517
+ kind: "method",
518
+ methodKind: "constructor"
519
+ },
520
+ Fallback: {
521
+ kind: "method",
522
+ methodKind: "ordinary",
523
+ isAbstract: true
524
+ },
525
+ GetNextChar: {
526
+ kind: "method",
527
+ methodKind: "ordinary",
528
+ isAbstract: true
529
+ },
530
+ MovePrevious: {
531
+ kind: "method",
532
+ methodKind: "ordinary",
533
+ isAbstract: true
534
+ },
535
+ Reset: {
536
+ kind: "method",
537
+ methodKind: "ordinary",
538
+ isVirtual: true
539
+ },
540
+ Remaining: {
541
+ kind: "property",
542
+ type: () => {
543
+ return System.Int32;
544
+ },
545
+ isAbstract: true
546
+ }
547
+ },
548
+ isAbstract: true
549
+ },
550
+ EncoderFallbackException: {
551
+ kind: "class",
552
+ members: {
553
+ EncoderFallbackException: {
554
+ kind: "method",
555
+ methodKind: "constructor"
556
+ },
557
+ IsUnknownSurrogate: {
558
+ kind: "method",
559
+ methodKind: "ordinary"
560
+ },
561
+ CharUnknown: {
562
+ kind: "property",
563
+ type: () => {
564
+ return System.Char;
565
+ }
566
+ },
567
+ CharUnknownHigh: {
568
+ kind: "property",
569
+ type: () => {
570
+ return System.Char;
571
+ }
572
+ },
573
+ CharUnknownLow: {
574
+ kind: "property",
575
+ type: () => {
576
+ return System.Char;
577
+ }
578
+ },
579
+ Index: {
580
+ kind: "property",
581
+ type: () => {
582
+ return System.Int32;
583
+ }
584
+ }
585
+ },
586
+ isSealed: true
587
+ },
588
+ EncoderReplacementFallback: {
589
+ kind: "class",
590
+ members: {
591
+ EncoderReplacementFallback: {
592
+ kind: "method",
593
+ methodKind: "constructor"
594
+ },
595
+ CreateFallbackBuffer: {
596
+ kind: "method",
597
+ methodKind: "ordinary",
598
+ isOverride: true
599
+ },
600
+ Equals: {
601
+ kind: "method",
602
+ methodKind: "ordinary",
603
+ isOverride: true
604
+ },
605
+ GetHashCode: {
606
+ kind: "method",
607
+ methodKind: "ordinary",
608
+ isOverride: true
609
+ },
610
+ DefaultString: {
611
+ kind: "property",
612
+ type: () => {
613
+ return System.String;
614
+ }
615
+ },
616
+ MaxCharCount: {
617
+ kind: "property",
618
+ type: () => {
619
+ return System.Int32;
620
+ },
621
+ isOverride: true
622
+ }
623
+ },
624
+ isSealed: true
625
+ },
626
+ EncoderReplacementFallbackBuffer: {
627
+ kind: "class",
628
+ members: {
629
+ EncoderReplacementFallbackBuffer: {
630
+ kind: "method",
631
+ methodKind: "constructor"
632
+ },
633
+ Fallback: {
634
+ kind: "method",
635
+ methodKind: "ordinary",
636
+ isOverride: true
637
+ },
638
+ GetNextChar: {
639
+ kind: "method",
640
+ methodKind: "ordinary",
641
+ isOverride: true
642
+ },
643
+ MovePrevious: {
644
+ kind: "method",
645
+ methodKind: "ordinary",
646
+ isOverride: true
647
+ },
648
+ Reset: {
649
+ kind: "method",
650
+ methodKind: "ordinary",
651
+ isOverride: true
652
+ },
653
+ Remaining: {
654
+ kind: "property",
655
+ type: () => {
656
+ return System.Int32;
657
+ },
658
+ isOverride: true
659
+ }
660
+ },
661
+ isSealed: true
662
+ },
663
+ Encoding: {
664
+ kind: "class",
665
+ members: {
666
+ Encoding: {
667
+ kind: "method",
668
+ methodKind: "constructor"
669
+ },
670
+ Clone: {
671
+ kind: "method",
672
+ methodKind: "ordinary",
673
+ isVirtual: true
674
+ },
675
+ Convert: {
676
+ kind: "method",
677
+ methodKind: "ordinary",
678
+ isStatic: true
679
+ },
680
+ CreateTranscodingStream: {
681
+ kind: "method",
682
+ methodKind: "ordinary",
683
+ isStatic: true
684
+ },
685
+ Equals: {
686
+ kind: "method",
687
+ methodKind: "ordinary",
688
+ isOverride: true
689
+ },
690
+ GetByteCount: {
691
+ kind: "method",
692
+ methodKind: "ordinary",
693
+ isVirtual: true
694
+ },
695
+ GetBytes: {
696
+ kind: "method",
697
+ methodKind: "ordinary",
698
+ isVirtual: true
699
+ },
700
+ GetCharCount: {
701
+ kind: "method",
702
+ methodKind: "ordinary",
703
+ isVirtual: true
704
+ },
705
+ GetChars: {
706
+ kind: "method",
707
+ methodKind: "ordinary",
708
+ isVirtual: true
709
+ },
710
+ GetDecoder: {
711
+ kind: "method",
712
+ methodKind: "ordinary",
713
+ isVirtual: true
714
+ },
715
+ GetEncoder: {
716
+ kind: "method",
717
+ methodKind: "ordinary",
718
+ isVirtual: true
719
+ },
720
+ GetEncoding: {
721
+ kind: "method",
722
+ methodKind: "ordinary",
723
+ isStatic: true
724
+ },
725
+ GetEncodings: {
726
+ kind: "method",
727
+ methodKind: "ordinary",
728
+ isStatic: true
729
+ },
730
+ GetHashCode: {
731
+ kind: "method",
732
+ methodKind: "ordinary",
733
+ isOverride: true
734
+ },
735
+ GetMaxByteCount: {
736
+ kind: "method",
737
+ methodKind: "ordinary",
738
+ isAbstract: true
739
+ },
740
+ GetMaxCharCount: {
741
+ kind: "method",
742
+ methodKind: "ordinary",
743
+ isAbstract: true
744
+ },
745
+ GetPreamble: {
746
+ kind: "method",
747
+ methodKind: "ordinary",
748
+ isVirtual: true
749
+ },
750
+ GetString: {
751
+ kind: "method",
752
+ methodKind: "ordinary"
753
+ },
754
+ IsAlwaysNormalized: {
755
+ kind: "method",
756
+ methodKind: "ordinary"
757
+ },
758
+ RegisterProvider: {
759
+ kind: "method",
760
+ methodKind: "ordinary",
761
+ isStatic: true
762
+ },
763
+ TryGetBytes: {
764
+ kind: "method",
765
+ methodKind: "ordinary",
766
+ isVirtual: true
767
+ },
768
+ TryGetChars: {
769
+ kind: "method",
770
+ methodKind: "ordinary",
771
+ isVirtual: true
772
+ },
773
+ ASCII: {
774
+ kind: "property",
775
+ type: () => {
776
+ return Text.Encoding;
777
+ },
778
+ isStatic: true
779
+ },
780
+ BigEndianUnicode: {
781
+ kind: "property",
782
+ type: () => {
783
+ return Text.Encoding;
784
+ },
785
+ isStatic: true
786
+ },
787
+ BodyName: {
788
+ kind: "property",
789
+ type: () => {
790
+ return System.String;
791
+ },
792
+ isVirtual: true
793
+ },
794
+ CodePage: {
795
+ kind: "property",
796
+ type: () => {
797
+ return System.Int32;
798
+ },
799
+ isVirtual: true
800
+ },
801
+ DecoderFallback: {
802
+ kind: "property",
803
+ type: () => {
804
+ return Text.DecoderFallback;
805
+ }
806
+ },
807
+ Default: {
808
+ kind: "property",
809
+ type: () => {
810
+ return Text.Encoding;
811
+ },
812
+ isStatic: true
813
+ },
814
+ EncoderFallback: {
815
+ kind: "property",
816
+ type: () => {
817
+ return Text.EncoderFallback;
818
+ }
819
+ },
820
+ EncodingName: {
821
+ kind: "property",
822
+ type: () => {
823
+ return System.String;
824
+ },
825
+ isVirtual: true
826
+ },
827
+ HeaderName: {
828
+ kind: "property",
829
+ type: () => {
830
+ return System.String;
831
+ },
832
+ isVirtual: true
833
+ },
834
+ IsBrowserDisplay: {
835
+ kind: "property",
836
+ type: () => {
837
+ return System.Boolean;
838
+ },
839
+ isVirtual: true
840
+ },
841
+ IsBrowserSave: {
842
+ kind: "property",
843
+ type: () => {
844
+ return System.Boolean;
845
+ },
846
+ isVirtual: true
847
+ },
848
+ IsMailNewsDisplay: {
849
+ kind: "property",
850
+ type: () => {
851
+ return System.Boolean;
852
+ },
853
+ isVirtual: true
854
+ },
855
+ IsMailNewsSave: {
856
+ kind: "property",
857
+ type: () => {
858
+ return System.Boolean;
859
+ },
860
+ isVirtual: true
861
+ },
862
+ IsReadOnly: {
863
+ kind: "property",
864
+ type: () => {
865
+ return System.Boolean;
866
+ }
867
+ },
868
+ IsSingleByte: {
869
+ kind: "property",
870
+ type: () => {
871
+ return System.Boolean;
872
+ },
873
+ isVirtual: true
874
+ },
875
+ Latin1: {
876
+ kind: "property",
877
+ type: () => {
878
+ return Text.Encoding;
879
+ },
880
+ isStatic: true
881
+ },
882
+ Preamble: {
883
+ kind: "property",
884
+ type: () => {
885
+ return System.ReadOnlySpan;
886
+ },
887
+ isVirtual: true
888
+ },
889
+ Unicode: {
890
+ kind: "property",
891
+ type: () => {
892
+ return Text.Encoding;
893
+ },
894
+ isStatic: true
895
+ },
896
+ UTF32: {
897
+ kind: "property",
898
+ type: () => {
899
+ return Text.Encoding;
900
+ },
901
+ isStatic: true
902
+ },
903
+ UTF7: {
904
+ kind: "property",
905
+ type: () => {
906
+ return Text.Encoding;
907
+ },
908
+ isStatic: true
909
+ },
910
+ UTF8: {
911
+ kind: "property",
912
+ type: () => {
913
+ return Text.Encoding;
914
+ },
915
+ isStatic: true
916
+ },
917
+ WebName: {
918
+ kind: "property",
919
+ type: () => {
920
+ return System.String;
921
+ },
922
+ isVirtual: true
923
+ },
924
+ WindowsCodePage: {
925
+ kind: "property",
926
+ type: () => {
927
+ return System.Int32;
928
+ },
929
+ isVirtual: true
930
+ }
931
+ },
932
+ isAbstract: true
933
+ },
934
+ EncodingInfo: {
935
+ kind: "class",
936
+ members: {
937
+ EncodingInfo: {
938
+ kind: "method",
939
+ methodKind: "constructor"
940
+ },
941
+ Equals: {
942
+ kind: "method",
943
+ methodKind: "ordinary",
944
+ isOverride: true
945
+ },
946
+ GetEncoding: {
947
+ kind: "method",
948
+ methodKind: "ordinary"
949
+ },
950
+ GetHashCode: {
951
+ kind: "method",
952
+ methodKind: "ordinary",
953
+ isOverride: true
954
+ },
955
+ CodePage: {
956
+ kind: "property",
957
+ type: () => {
958
+ return System.Int32;
959
+ }
960
+ },
961
+ DisplayName: {
962
+ kind: "property",
963
+ type: () => {
964
+ return System.String;
965
+ }
966
+ },
967
+ Name: {
968
+ kind: "property",
969
+ type: () => {
970
+ return System.String;
971
+ }
972
+ }
973
+ },
974
+ isSealed: true
975
+ },
976
+ EncodingProvider: {
977
+ kind: "class",
978
+ members: {
979
+ EncodingProvider: {
980
+ kind: "method",
981
+ methodKind: "constructor"
982
+ },
983
+ GetEncoding: {
984
+ kind: "method",
985
+ methodKind: "ordinary",
986
+ isAbstract: true
987
+ },
988
+ GetEncodings: {
989
+ kind: "method",
990
+ methodKind: "ordinary",
991
+ isVirtual: true
992
+ }
993
+ },
994
+ isAbstract: true
995
+ },
996
+ NormalizationForm: {
997
+ kind: "enum",
998
+ members: {
999
+ FormC: {
1000
+ kind: "field",
1001
+ type: () => {
1002
+ return Text.NormalizationForm;
1003
+ }
1004
+ },
1005
+ FormD: {
1006
+ kind: "field",
1007
+ type: () => {
1008
+ return Text.NormalizationForm;
1009
+ }
1010
+ },
1011
+ FormKC: {
1012
+ kind: "field",
1013
+ type: () => {
1014
+ return Text.NormalizationForm;
1015
+ }
1016
+ },
1017
+ FormKD: {
1018
+ kind: "field",
1019
+ type: () => {
1020
+ return Text.NormalizationForm;
1021
+ }
1022
+ }
1023
+ }
1024
+ },
1025
+ Rune: {
1026
+ kind: "struct",
1027
+ members: {
1028
+ Rune: {
1029
+ kind: "method",
1030
+ methodKind: "constructor"
1031
+ },
1032
+ CompareTo: {
1033
+ kind: "method",
1034
+ methodKind: "ordinary"
1035
+ },
1036
+ DecodeFromUtf16: {
1037
+ kind: "method",
1038
+ methodKind: "ordinary",
1039
+ isStatic: true
1040
+ },
1041
+ DecodeFromUtf8: {
1042
+ kind: "method",
1043
+ methodKind: "ordinary",
1044
+ isStatic: true
1045
+ },
1046
+ DecodeLastFromUtf16: {
1047
+ kind: "method",
1048
+ methodKind: "ordinary",
1049
+ isStatic: true
1050
+ },
1051
+ DecodeLastFromUtf8: {
1052
+ kind: "method",
1053
+ methodKind: "ordinary",
1054
+ isStatic: true
1055
+ },
1056
+ EncodeToUtf16: {
1057
+ kind: "method",
1058
+ methodKind: "ordinary"
1059
+ },
1060
+ EncodeToUtf8: {
1061
+ kind: "method",
1062
+ methodKind: "ordinary"
1063
+ },
1064
+ Equals: {
1065
+ kind: "method",
1066
+ methodKind: "ordinary",
1067
+ isOverride: true
1068
+ },
1069
+ GetHashCode: {
1070
+ kind: "method",
1071
+ methodKind: "ordinary",
1072
+ isOverride: true
1073
+ },
1074
+ GetNumericValue: {
1075
+ kind: "method",
1076
+ methodKind: "ordinary",
1077
+ isStatic: true
1078
+ },
1079
+ GetRuneAt: {
1080
+ kind: "method",
1081
+ methodKind: "ordinary",
1082
+ isStatic: true
1083
+ },
1084
+ GetUnicodeCategory: {
1085
+ kind: "method",
1086
+ methodKind: "ordinary",
1087
+ isStatic: true
1088
+ },
1089
+ IsControl: {
1090
+ kind: "method",
1091
+ methodKind: "ordinary",
1092
+ isStatic: true
1093
+ },
1094
+ IsDigit: {
1095
+ kind: "method",
1096
+ methodKind: "ordinary",
1097
+ isStatic: true
1098
+ },
1099
+ IsLetter: {
1100
+ kind: "method",
1101
+ methodKind: "ordinary",
1102
+ isStatic: true
1103
+ },
1104
+ IsLetterOrDigit: {
1105
+ kind: "method",
1106
+ methodKind: "ordinary",
1107
+ isStatic: true
1108
+ },
1109
+ IsLower: {
1110
+ kind: "method",
1111
+ methodKind: "ordinary",
1112
+ isStatic: true
1113
+ },
1114
+ IsNumber: {
1115
+ kind: "method",
1116
+ methodKind: "ordinary",
1117
+ isStatic: true
1118
+ },
1119
+ IsPunctuation: {
1120
+ kind: "method",
1121
+ methodKind: "ordinary",
1122
+ isStatic: true
1123
+ },
1124
+ IsSeparator: {
1125
+ kind: "method",
1126
+ methodKind: "ordinary",
1127
+ isStatic: true
1128
+ },
1129
+ IsSymbol: {
1130
+ kind: "method",
1131
+ methodKind: "ordinary",
1132
+ isStatic: true
1133
+ },
1134
+ IsUpper: {
1135
+ kind: "method",
1136
+ methodKind: "ordinary",
1137
+ isStatic: true
1138
+ },
1139
+ IsValid: {
1140
+ kind: "method",
1141
+ methodKind: "ordinary",
1142
+ isStatic: true
1143
+ },
1144
+ IsWhiteSpace: {
1145
+ kind: "method",
1146
+ methodKind: "ordinary",
1147
+ isStatic: true
1148
+ },
1149
+ ToLower: {
1150
+ kind: "method",
1151
+ methodKind: "ordinary",
1152
+ isStatic: true
1153
+ },
1154
+ ToLowerInvariant: {
1155
+ kind: "method",
1156
+ methodKind: "ordinary",
1157
+ isStatic: true
1158
+ },
1159
+ ToString: {
1160
+ kind: "method",
1161
+ methodKind: "ordinary",
1162
+ isOverride: true
1163
+ },
1164
+ ToUpper: {
1165
+ kind: "method",
1166
+ methodKind: "ordinary",
1167
+ isStatic: true
1168
+ },
1169
+ ToUpperInvariant: {
1170
+ kind: "method",
1171
+ methodKind: "ordinary",
1172
+ isStatic: true
1173
+ },
1174
+ TryCreate: {
1175
+ kind: "method",
1176
+ methodKind: "ordinary",
1177
+ isStatic: true
1178
+ },
1179
+ TryEncodeToUtf16: {
1180
+ kind: "method",
1181
+ methodKind: "ordinary"
1182
+ },
1183
+ TryEncodeToUtf8: {
1184
+ kind: "method",
1185
+ methodKind: "ordinary"
1186
+ },
1187
+ TryGetRuneAt: {
1188
+ kind: "method",
1189
+ methodKind: "ordinary",
1190
+ isStatic: true
1191
+ },
1192
+ IsAscii: {
1193
+ kind: "property",
1194
+ type: () => {
1195
+ return System.Boolean;
1196
+ }
1197
+ },
1198
+ IsBmp: {
1199
+ kind: "property",
1200
+ type: () => {
1201
+ return System.Boolean;
1202
+ }
1203
+ },
1204
+ Plane: {
1205
+ kind: "property",
1206
+ type: () => {
1207
+ return System.Int32;
1208
+ }
1209
+ },
1210
+ ReplacementChar: {
1211
+ kind: "property",
1212
+ type: () => {
1213
+ return Text.Rune;
1214
+ },
1215
+ isStatic: true
1216
+ },
1217
+ Utf16SequenceLength: {
1218
+ kind: "property",
1219
+ type: () => {
1220
+ return System.Int32;
1221
+ }
1222
+ },
1223
+ Utf8SequenceLength: {
1224
+ kind: "property",
1225
+ type: () => {
1226
+ return System.Int32;
1227
+ }
1228
+ },
1229
+ Value: {
1230
+ kind: "property",
1231
+ type: () => {
1232
+ return System.Int32;
1233
+ }
1234
+ }
1235
+ }
1236
+ },
1237
+ StringBuilder: {
1238
+ kind: "class",
1239
+ members: {
1240
+ ChunkEnumerator: {
1241
+ kind: "struct",
1242
+ members: {
1243
+ MoveNext: {
1244
+ kind: "method",
1245
+ methodKind: "ordinary"
1246
+ },
1247
+ Current: {
1248
+ kind: "property",
1249
+ type: () => {
1250
+ return System.ReadOnlyMemory;
1251
+ }
1252
+ }
1253
+ }
1254
+ }
1255
+ }
1256
+ },
1257
+ StringRuneEnumerator: {
1258
+ kind: "struct",
1259
+ members: {
1260
+ GetEnumerator: {
1261
+ kind: "method",
1262
+ methodKind: "ordinary"
1263
+ },
1264
+ MoveNext: {
1265
+ kind: "method",
1266
+ methodKind: "ordinary"
1267
+ },
1268
+ Current: {
1269
+ kind: "property",
1270
+ type: () => {
1271
+ return Text.Rune;
1272
+ }
1273
+ }
1274
+ }
1275
+ }
1276
+ });
1277
+ export default Text;
1278
+ //# sourceMappingURL=index.js.map