@alloy-js/csharp 0.21.0-dev.2 → 0.21.0-dev.21

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 (872) 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 +37 -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 +300 -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/CSharp/RuntimeBinder/index.d.ts +12 -0
  26. package/dist/src/builtins/Microsoft/CSharp/RuntimeBinder/index.d.ts.map +1 -0
  27. package/dist/src/builtins/Microsoft/CSharp/RuntimeBinder/index.js +23 -0
  28. package/dist/src/builtins/Microsoft/CSharp/RuntimeBinder/index.js.map +1 -0
  29. package/dist/src/builtins/Microsoft/CSharp/index.d.ts +6 -0
  30. package/dist/src/builtins/Microsoft/CSharp/index.d.ts.map +1 -0
  31. package/dist/src/builtins/Microsoft/CSharp/index.js +5 -0
  32. package/dist/src/builtins/Microsoft/CSharp/index.js.map +1 -0
  33. package/dist/src/builtins/Microsoft/VisualBasic/FileIO/index.d.ts +102 -0
  34. package/dist/src/builtins/Microsoft/VisualBasic/FileIO/index.d.ts.map +1 -0
  35. package/dist/src/builtins/Microsoft/VisualBasic/FileIO/index.js +473 -0
  36. package/dist/src/builtins/Microsoft/VisualBasic/FileIO/index.js.map +1 -0
  37. package/dist/src/builtins/Microsoft/VisualBasic/index.d.ts +491 -0
  38. package/dist/src/builtins/Microsoft/VisualBasic/index.d.ts.map +1 -0
  39. package/dist/src/builtins/Microsoft/VisualBasic/index.js +2534 -0
  40. package/dist/src/builtins/Microsoft/VisualBasic/index.js.map +1 -0
  41. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.d.ts +82 -0
  42. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.d.ts.map +1 -0
  43. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.js +320 -0
  44. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.js.map +1 -0
  45. package/dist/src/builtins/Microsoft/Win32/index.d.ts +79 -0
  46. package/dist/src/builtins/Microsoft/Win32/index.d.ts.map +1 -0
  47. package/dist/src/builtins/Microsoft/Win32/index.js +362 -0
  48. package/dist/src/builtins/Microsoft/Win32/index.js.map +1 -0
  49. package/dist/src/builtins/Microsoft/index.d.ts +8 -0
  50. package/dist/src/builtins/Microsoft/index.d.ts.map +1 -0
  51. package/dist/src/builtins/Microsoft/index.js +7 -0
  52. package/dist/src/builtins/Microsoft/index.js.map +1 -0
  53. package/dist/src/builtins/System/Buffers/Binary/index.d.ts +113 -0
  54. package/dist/src/builtins/System/Buffers/Binary/index.d.ts.map +1 -0
  55. package/dist/src/builtins/System/Buffers/Binary/index.js +536 -0
  56. package/dist/src/builtins/System/Buffers/Binary/index.js.map +1 -0
  57. package/dist/src/builtins/System/Buffers/Text/index.d.ts +37 -0
  58. package/dist/src/builtins/System/Buffers/Text/index.d.ts.map +1 -0
  59. package/dist/src/builtins/System/Buffers/Text/index.js +144 -0
  60. package/dist/src/builtins/System/Buffers/Text/index.js.map +1 -0
  61. package/dist/src/builtins/System/Buffers/index.d.ts +142 -0
  62. package/dist/src/builtins/System/Buffers/index.d.ts.map +1 -0
  63. package/dist/src/builtins/System/Buffers/index.js +605 -0
  64. package/dist/src/builtins/System/Buffers/index.js.map +1 -0
  65. package/dist/src/builtins/System/CodeDom/Compiler/index.d.ts +31 -0
  66. package/dist/src/builtins/System/CodeDom/Compiler/index.d.ts.map +1 -0
  67. package/dist/src/builtins/System/CodeDom/Compiler/index.js +131 -0
  68. package/dist/src/builtins/System/CodeDom/Compiler/index.js.map +1 -0
  69. package/dist/src/builtins/System/CodeDom/index.d.ts +6 -0
  70. package/dist/src/builtins/System/CodeDom/index.d.ts.map +1 -0
  71. package/dist/src/builtins/System/CodeDom/index.js +5 -0
  72. package/dist/src/builtins/System/CodeDom/index.js.map +1 -0
  73. package/dist/src/builtins/System/Collections/Concurrent/index.d.ts +100 -0
  74. package/dist/src/builtins/System/Collections/Concurrent/index.d.ts.map +1 -0
  75. package/dist/src/builtins/System/Collections/Concurrent/index.js +399 -0
  76. package/dist/src/builtins/System/Collections/Concurrent/index.js.map +1 -0
  77. package/dist/src/builtins/System/Collections/Frozen/index.d.ts +29 -0
  78. package/dist/src/builtins/System/Collections/Frozen/index.d.ts.map +1 -0
  79. package/dist/src/builtins/System/Collections/Frozen/index.js +88 -0
  80. package/dist/src/builtins/System/Collections/Frozen/index.js.map +1 -0
  81. package/dist/src/builtins/System/Collections/Generic/index.d.ts +275 -0
  82. package/dist/src/builtins/System/Collections/Generic/index.d.ts.map +1 -0
  83. package/dist/src/builtins/System/Collections/Generic/index.js +978 -0
  84. package/dist/src/builtins/System/Collections/Generic/index.js.map +1 -0
  85. package/dist/src/builtins/System/Collections/Immutable/index.d.ts +273 -0
  86. package/dist/src/builtins/System/Collections/Immutable/index.d.ts.map +1 -0
  87. package/dist/src/builtins/System/Collections/Immutable/index.js +1049 -0
  88. package/dist/src/builtins/System/Collections/Immutable/index.js.map +1 -0
  89. package/dist/src/builtins/System/Collections/ObjectModel/index.d.ts +97 -0
  90. package/dist/src/builtins/System/Collections/ObjectModel/index.d.ts.map +1 -0
  91. package/dist/src/builtins/System/Collections/ObjectModel/index.js +394 -0
  92. package/dist/src/builtins/System/Collections/ObjectModel/index.js.map +1 -0
  93. package/dist/src/builtins/System/Collections/Specialized/index.d.ts +162 -0
  94. package/dist/src/builtins/System/Collections/Specialized/index.d.ts.map +1 -0
  95. package/dist/src/builtins/System/Collections/Specialized/index.js +716 -0
  96. package/dist/src/builtins/System/Collections/Specialized/index.js.map +1 -0
  97. package/dist/src/builtins/System/Collections/index.d.ts +293 -0
  98. package/dist/src/builtins/System/Collections/index.d.ts.map +1 -0
  99. package/dist/src/builtins/System/Collections/index.js +1355 -0
  100. package/dist/src/builtins/System/Collections/index.js.map +1 -0
  101. package/dist/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.d.ts +40 -0
  102. package/dist/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.d.ts.map +1 -0
  103. package/dist/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.js +143 -0
  104. package/dist/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.js.map +1 -0
  105. package/dist/src/builtins/System/ComponentModel/DataAnnotations/index.d.ts +274 -0
  106. package/dist/src/builtins/System/ComponentModel/DataAnnotations/index.d.ts.map +1 -0
  107. package/dist/src/builtins/System/ComponentModel/DataAnnotations/index.js +1237 -0
  108. package/dist/src/builtins/System/ComponentModel/DataAnnotations/index.js.map +1 -0
  109. package/dist/src/builtins/System/ComponentModel/Design/Serialization/index.d.ts +128 -0
  110. package/dist/src/builtins/System/ComponentModel/Design/Serialization/index.d.ts.map +1 -0
  111. package/dist/src/builtins/System/ComponentModel/Design/Serialization/index.js +535 -0
  112. package/dist/src/builtins/System/ComponentModel/Design/Serialization/index.js.map +1 -0
  113. package/dist/src/builtins/System/ComponentModel/Design/index.d.ts +428 -0
  114. package/dist/src/builtins/System/ComponentModel/Design/index.d.ts.map +1 -0
  115. package/dist/src/builtins/System/ComponentModel/Design/index.js +2008 -0
  116. package/dist/src/builtins/System/ComponentModel/Design/index.js.map +1 -0
  117. package/dist/src/builtins/System/ComponentModel/index.d.ts +1431 -0
  118. package/dist/src/builtins/System/ComponentModel/index.d.ts.map +1 -0
  119. package/dist/src/builtins/System/ComponentModel/index.js +6649 -0
  120. package/dist/src/builtins/System/ComponentModel/index.js.map +1 -0
  121. package/dist/src/builtins/System/Configuration/Assemblies/index.d.ts +19 -0
  122. package/dist/src/builtins/System/Configuration/Assemblies/index.d.ts.map +1 -0
  123. package/dist/src/builtins/System/Configuration/Assemblies/index.js +69 -0
  124. package/dist/src/builtins/System/Configuration/Assemblies/index.js.map +1 -0
  125. package/dist/src/builtins/System/Configuration/index.d.ts +6 -0
  126. package/dist/src/builtins/System/Configuration/index.d.ts.map +1 -0
  127. package/dist/src/builtins/System/Configuration/index.js +5 -0
  128. package/dist/src/builtins/System/Configuration/index.js.map +1 -0
  129. package/dist/src/builtins/System/Data/Common/index.d.ts +611 -0
  130. package/dist/src/builtins/System/Data/Common/index.d.ts.map +1 -0
  131. package/dist/src/builtins/System/Data/Common/index.js +3279 -0
  132. package/dist/src/builtins/System/Data/Common/index.js.map +1 -0
  133. package/dist/src/builtins/System/Data/SqlTypes/index.d.ts +541 -0
  134. package/dist/src/builtins/System/Data/SqlTypes/index.d.ts.map +1 -0
  135. package/dist/src/builtins/System/Data/SqlTypes/index.js +2655 -0
  136. package/dist/src/builtins/System/Data/SqlTypes/index.js.map +1 -0
  137. package/dist/src/builtins/System/Data/index.d.ts +967 -0
  138. package/dist/src/builtins/System/Data/index.d.ts.map +1 -0
  139. package/dist/src/builtins/System/Data/index.js +4504 -0
  140. package/dist/src/builtins/System/Data/index.js.map +1 -0
  141. package/dist/src/builtins/System/Diagnostics/CodeAnalysis/index.d.ts +155 -0
  142. package/dist/src/builtins/System/Diagnostics/CodeAnalysis/index.d.ts.map +1 -0
  143. package/dist/src/builtins/System/Diagnostics/CodeAnalysis/index.js +705 -0
  144. package/dist/src/builtins/System/Diagnostics/CodeAnalysis/index.js.map +1 -0
  145. package/dist/src/builtins/System/Diagnostics/Contracts/index.d.ts +76 -0
  146. package/dist/src/builtins/System/Diagnostics/Contracts/index.d.ts.map +1 -0
  147. package/dist/src/builtins/System/Diagnostics/Contracts/index.js +309 -0
  148. package/dist/src/builtins/System/Diagnostics/Contracts/index.js.map +1 -0
  149. package/dist/src/builtins/System/Diagnostics/Metrics/index.d.ts +83 -0
  150. package/dist/src/builtins/System/Diagnostics/Metrics/index.d.ts.map +1 -0
  151. package/dist/src/builtins/System/Diagnostics/Metrics/index.js +323 -0
  152. package/dist/src/builtins/System/Diagnostics/Metrics/index.js.map +1 -0
  153. package/dist/src/builtins/System/Diagnostics/SymbolStore/index.d.ts +138 -0
  154. package/dist/src/builtins/System/Diagnostics/SymbolStore/index.d.ts.map +1 -0
  155. package/dist/src/builtins/System/Diagnostics/SymbolStore/index.js +610 -0
  156. package/dist/src/builtins/System/Diagnostics/SymbolStore/index.js.map +1 -0
  157. package/dist/src/builtins/System/Diagnostics/Tracing/index.d.ts +206 -0
  158. package/dist/src/builtins/System/Diagnostics/Tracing/index.d.ts.map +1 -0
  159. package/dist/src/builtins/System/Diagnostics/Tracing/index.js +954 -0
  160. package/dist/src/builtins/System/Diagnostics/Tracing/index.js.map +1 -0
  161. package/dist/src/builtins/System/Diagnostics/index.d.ts +800 -0
  162. package/dist/src/builtins/System/Diagnostics/index.d.ts.map +1 -0
  163. package/dist/src/builtins/System/Diagnostics/index.js +3826 -0
  164. package/dist/src/builtins/System/Diagnostics/index.js.map +1 -0
  165. package/dist/src/builtins/System/Drawing/index.d.ts +558 -0
  166. package/dist/src/builtins/System/Drawing/index.d.ts.map +1 -0
  167. package/dist/src/builtins/System/Drawing/index.js +3305 -0
  168. package/dist/src/builtins/System/Drawing/index.js.map +1 -0
  169. package/dist/src/builtins/System/Dynamic/index.d.ts +170 -0
  170. package/dist/src/builtins/System/Dynamic/index.d.ts.map +1 -0
  171. package/dist/src/builtins/System/Dynamic/index.js +795 -0
  172. package/dist/src/builtins/System/Dynamic/index.js.map +1 -0
  173. package/dist/src/builtins/System/Formats/Asn1/index.d.ts +173 -0
  174. package/dist/src/builtins/System/Formats/Asn1/index.d.ts.map +1 -0
  175. package/dist/src/builtins/System/Formats/Asn1/index.js +843 -0
  176. package/dist/src/builtins/System/Formats/Asn1/index.js.map +1 -0
  177. package/dist/src/builtins/System/Formats/Tar/index.d.ts +96 -0
  178. package/dist/src/builtins/System/Formats/Tar/index.d.ts.map +1 -0
  179. package/dist/src/builtins/System/Formats/Tar/index.js +436 -0
  180. package/dist/src/builtins/System/Formats/Tar/index.js.map +1 -0
  181. package/dist/src/builtins/System/Formats/index.d.ts +7 -0
  182. package/dist/src/builtins/System/Formats/index.d.ts.map +1 -0
  183. package/dist/src/builtins/System/Formats/index.js +6 -0
  184. package/dist/src/builtins/System/Formats/index.js.map +1 -0
  185. package/dist/src/builtins/System/Globalization/index.d.ts +737 -0
  186. package/dist/src/builtins/System/Globalization/index.d.ts.map +1 -0
  187. package/dist/src/builtins/System/Globalization/index.js +3848 -0
  188. package/dist/src/builtins/System/Globalization/index.js.map +1 -0
  189. package/dist/src/builtins/System/IO/Compression/index.d.ts +186 -0
  190. package/dist/src/builtins/System/IO/Compression/index.d.ts.map +1 -0
  191. package/dist/src/builtins/System/IO/Compression/index.js +894 -0
  192. package/dist/src/builtins/System/IO/Compression/index.js.map +1 -0
  193. package/dist/src/builtins/System/IO/Enumeration/index.d.ts +53 -0
  194. package/dist/src/builtins/System/IO/Enumeration/index.d.ts.map +1 -0
  195. package/dist/src/builtins/System/IO/Enumeration/index.js +218 -0
  196. package/dist/src/builtins/System/IO/Enumeration/index.js.map +1 -0
  197. package/dist/src/builtins/System/IO/IsolatedStorage/index.d.ts +103 -0
  198. package/dist/src/builtins/System/IO/IsolatedStorage/index.d.ts.map +1 -0
  199. package/dist/src/builtins/System/IO/IsolatedStorage/index.js +495 -0
  200. package/dist/src/builtins/System/IO/IsolatedStorage/index.js.map +1 -0
  201. package/dist/src/builtins/System/IO/MemoryMappedFiles/index.d.ts +56 -0
  202. package/dist/src/builtins/System/IO/MemoryMappedFiles/index.d.ts.map +1 -0
  203. package/dist/src/builtins/System/IO/MemoryMappedFiles/index.js +251 -0
  204. package/dist/src/builtins/System/IO/MemoryMappedFiles/index.js.map +1 -0
  205. package/dist/src/builtins/System/IO/Pipelines/index.d.ts +93 -0
  206. package/dist/src/builtins/System/IO/Pipelines/index.d.ts.map +1 -0
  207. package/dist/src/builtins/System/IO/Pipelines/index.js +415 -0
  208. package/dist/src/builtins/System/IO/Pipelines/index.js.map +1 -0
  209. package/dist/src/builtins/System/IO/Pipes/index.d.ts +157 -0
  210. package/dist/src/builtins/System/IO/Pipes/index.d.ts.map +1 -0
  211. package/dist/src/builtins/System/IO/Pipes/index.js +723 -0
  212. package/dist/src/builtins/System/IO/Pipes/index.js.map +1 -0
  213. package/dist/src/builtins/System/IO/index.d.ts +762 -0
  214. package/dist/src/builtins/System/IO/index.d.ts.map +1 -0
  215. package/dist/src/builtins/System/IO/index.js +3713 -0
  216. package/dist/src/builtins/System/IO/index.js.map +1 -0
  217. package/dist/src/builtins/System/Linq/Expressions/index.d.ts +429 -0
  218. package/dist/src/builtins/System/Linq/Expressions/index.d.ts.map +1 -0
  219. package/dist/src/builtins/System/Linq/Expressions/index.js +2253 -0
  220. package/dist/src/builtins/System/Linq/Expressions/index.js.map +1 -0
  221. package/dist/src/builtins/System/Linq/index.d.ts +73 -0
  222. package/dist/src/builtins/System/Linq/index.d.ts.map +1 -0
  223. package/dist/src/builtins/System/Linq/index.js +275 -0
  224. package/dist/src/builtins/System/Linq/index.js.map +1 -0
  225. package/dist/src/builtins/System/Net/Cache/index.d.ts +48 -0
  226. package/dist/src/builtins/System/Net/Cache/index.d.ts.map +1 -0
  227. package/dist/src/builtins/System/Net/Cache/index.js +217 -0
  228. package/dist/src/builtins/System/Net/Cache/index.js.map +1 -0
  229. package/dist/src/builtins/System/Net/Http/Headers/index.d.ts +335 -0
  230. package/dist/src/builtins/System/Net/Http/Headers/index.d.ts.map +1 -0
  231. package/dist/src/builtins/System/Net/Http/Headers/index.js +1668 -0
  232. package/dist/src/builtins/System/Net/Http/Headers/index.js.map +1 -0
  233. package/dist/src/builtins/System/Net/Http/Json/index.d.ts +21 -0
  234. package/dist/src/builtins/System/Net/Http/Json/index.d.ts.map +1 -0
  235. package/dist/src/builtins/System/Net/Http/Json/index.js +72 -0
  236. package/dist/src/builtins/System/Net/Http/Json/index.js.map +1 -0
  237. package/dist/src/builtins/System/Net/Http/Metrics/index.d.ts +13 -0
  238. package/dist/src/builtins/System/Net/Http/Metrics/index.d.ts.map +1 -0
  239. package/dist/src/builtins/System/Net/Http/Metrics/index.js +40 -0
  240. package/dist/src/builtins/System/Net/Http/Metrics/index.js.map +1 -0
  241. package/dist/src/builtins/System/Net/Http/index.d.ts +305 -0
  242. package/dist/src/builtins/System/Net/Http/index.d.ts.map +1 -0
  243. package/dist/src/builtins/System/Net/Http/index.js +1458 -0
  244. package/dist/src/builtins/System/Net/Http/index.js.map +1 -0
  245. package/dist/src/builtins/System/Net/Mail/index.d.ts +182 -0
  246. package/dist/src/builtins/System/Net/Mail/index.d.ts.map +1 -0
  247. package/dist/src/builtins/System/Net/Mail/index.js +871 -0
  248. package/dist/src/builtins/System/Net/Mail/index.js.map +1 -0
  249. package/dist/src/builtins/System/Net/Mime/index.d.ts +100 -0
  250. package/dist/src/builtins/System/Net/Mime/index.d.ts.map +1 -0
  251. package/dist/src/builtins/System/Net/Mime/index.js +500 -0
  252. package/dist/src/builtins/System/Net/Mime/index.js.map +1 -0
  253. package/dist/src/builtins/System/Net/NetworkInformation/index.d.ts +506 -0
  254. package/dist/src/builtins/System/Net/NetworkInformation/index.d.ts.map +1 -0
  255. package/dist/src/builtins/System/Net/NetworkInformation/index.js +2776 -0
  256. package/dist/src/builtins/System/Net/NetworkInformation/index.js.map +1 -0
  257. package/dist/src/builtins/System/Net/Quic/index.d.ts +129 -0
  258. package/dist/src/builtins/System/Net/Quic/index.d.ts.map +1 -0
  259. package/dist/src/builtins/System/Net/Quic/index.js +635 -0
  260. package/dist/src/builtins/System/Net/Quic/index.js.map +1 -0
  261. package/dist/src/builtins/System/Net/Security/index.d.ts +277 -0
  262. package/dist/src/builtins/System/Net/Security/index.d.ts.map +1 -0
  263. package/dist/src/builtins/System/Net/Security/index.js +1432 -0
  264. package/dist/src/builtins/System/Net/Security/index.js.map +1 -0
  265. package/dist/src/builtins/System/Net/Sockets/index.d.ts +593 -0
  266. package/dist/src/builtins/System/Net/Sockets/index.d.ts.map +1 -0
  267. package/dist/src/builtins/System/Net/Sockets/index.js +3095 -0
  268. package/dist/src/builtins/System/Net/Sockets/index.js.map +1 -0
  269. package/dist/src/builtins/System/Net/WebSockets/index.d.ts +165 -0
  270. package/dist/src/builtins/System/Net/WebSockets/index.d.ts.map +1 -0
  271. package/dist/src/builtins/System/Net/WebSockets/index.js +876 -0
  272. package/dist/src/builtins/System/Net/WebSockets/index.js.map +1 -0
  273. package/dist/src/builtins/System/Net/index.d.ts +1066 -0
  274. package/dist/src/builtins/System/Net/index.d.ts.map +1 -0
  275. package/dist/src/builtins/System/Net/index.js +5481 -0
  276. package/dist/src/builtins/System/Net/index.js.map +1 -0
  277. package/dist/src/builtins/System/Numerics/index.d.ts +673 -0
  278. package/dist/src/builtins/System/Numerics/index.d.ts.map +1 -0
  279. package/dist/src/builtins/System/Numerics/index.js +3425 -0
  280. package/dist/src/builtins/System/Numerics/index.js.map +1 -0
  281. package/dist/src/builtins/System/Reflection/Emit/index.d.ts +769 -0
  282. package/dist/src/builtins/System/Reflection/Emit/index.d.ts.map +1 -0
  283. package/dist/src/builtins/System/Reflection/Emit/index.js +4293 -0
  284. package/dist/src/builtins/System/Reflection/Emit/index.js.map +1 -0
  285. package/dist/src/builtins/System/Reflection/Metadata/Ecma335/index.d.ts +513 -0
  286. package/dist/src/builtins/System/Reflection/Metadata/Ecma335/index.d.ts.map +1 -0
  287. package/dist/src/builtins/System/Reflection/Metadata/Ecma335/index.js +2218 -0
  288. package/dist/src/builtins/System/Reflection/Metadata/Ecma335/index.js.map +1 -0
  289. package/dist/src/builtins/System/Reflection/Metadata/index.d.ts +1333 -0
  290. package/dist/src/builtins/System/Reflection/Metadata/index.d.ts.map +1 -0
  291. package/dist/src/builtins/System/Reflection/Metadata/index.js +6045 -0
  292. package/dist/src/builtins/System/Reflection/Metadata/index.js.map +1 -0
  293. package/dist/src/builtins/System/Reflection/PortableExecutable/index.d.ts +383 -0
  294. package/dist/src/builtins/System/Reflection/PortableExecutable/index.d.ts.map +1 -0
  295. package/dist/src/builtins/System/Reflection/PortableExecutable/index.js +2020 -0
  296. package/dist/src/builtins/System/Reflection/PortableExecutable/index.js.map +1 -0
  297. package/dist/src/builtins/System/Reflection/index.d.ts +1038 -0
  298. package/dist/src/builtins/System/Reflection/index.d.ts.map +1 -0
  299. package/dist/src/builtins/System/Reflection/index.js +5244 -0
  300. package/dist/src/builtins/System/Reflection/index.js.map +1 -0
  301. package/dist/src/builtins/System/Resources/index.d.ts +70 -0
  302. package/dist/src/builtins/System/Resources/index.d.ts.map +1 -0
  303. package/dist/src/builtins/System/Resources/index.js +289 -0
  304. package/dist/src/builtins/System/Resources/index.js.map +1 -0
  305. package/dist/src/builtins/System/Runtime/CompilerServices/index.d.ts +486 -0
  306. package/dist/src/builtins/System/Runtime/CompilerServices/index.d.ts.map +1 -0
  307. package/dist/src/builtins/System/Runtime/CompilerServices/index.js +1896 -0
  308. package/dist/src/builtins/System/Runtime/CompilerServices/index.js.map +1 -0
  309. package/dist/src/builtins/System/Runtime/ConstrainedExecution/index.d.ts +29 -0
  310. package/dist/src/builtins/System/Runtime/ConstrainedExecution/index.d.ts.map +1 -0
  311. package/dist/src/builtins/System/Runtime/ConstrainedExecution/index.js +103 -0
  312. package/dist/src/builtins/System/Runtime/ConstrainedExecution/index.js.map +1 -0
  313. package/dist/src/builtins/System/Runtime/ExceptionServices/index.d.ts +20 -0
  314. package/dist/src/builtins/System/Runtime/ExceptionServices/index.d.ts.map +1 -0
  315. package/dist/src/builtins/System/Runtime/ExceptionServices/index.js +62 -0
  316. package/dist/src/builtins/System/Runtime/ExceptionServices/index.js.map +1 -0
  317. package/dist/src/builtins/System/Runtime/InteropServices/ComTypes/index.d.ts +23 -0
  318. package/dist/src/builtins/System/Runtime/InteropServices/ComTypes/index.d.ts.map +1 -0
  319. package/dist/src/builtins/System/Runtime/InteropServices/ComTypes/index.js +67 -0
  320. package/dist/src/builtins/System/Runtime/InteropServices/ComTypes/index.js.map +1 -0
  321. package/dist/src/builtins/System/Runtime/InteropServices/JavaScript/index.d.ts +54 -0
  322. package/dist/src/builtins/System/Runtime/InteropServices/JavaScript/index.d.ts.map +1 -0
  323. package/dist/src/builtins/System/Runtime/InteropServices/JavaScript/index.js +210 -0
  324. package/dist/src/builtins/System/Runtime/InteropServices/JavaScript/index.js.map +1 -0
  325. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.d.ts +259 -0
  326. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.d.ts.map +1 -0
  327. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.js +1012 -0
  328. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.js.map +1 -0
  329. package/dist/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.d.ts +24 -0
  330. package/dist/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.d.ts.map +1 -0
  331. package/dist/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.js +79 -0
  332. package/dist/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.js.map +1 -0
  333. package/dist/src/builtins/System/Runtime/InteropServices/Swift/index.d.ts +18 -0
  334. package/dist/src/builtins/System/Runtime/InteropServices/Swift/index.d.ts.map +1 -0
  335. package/dist/src/builtins/System/Runtime/InteropServices/Swift/index.js +49 -0
  336. package/dist/src/builtins/System/Runtime/InteropServices/Swift/index.js.map +1 -0
  337. package/dist/src/builtins/System/Runtime/InteropServices/index.d.ts +781 -0
  338. package/dist/src/builtins/System/Runtime/InteropServices/index.d.ts.map +1 -0
  339. package/dist/src/builtins/System/Runtime/InteropServices/index.js +3626 -0
  340. package/dist/src/builtins/System/Runtime/InteropServices/index.js.map +1 -0
  341. package/dist/src/builtins/System/Runtime/Intrinsics/Arm/index.d.ts +273 -0
  342. package/dist/src/builtins/System/Runtime/Intrinsics/Arm/index.d.ts.map +1 -0
  343. package/dist/src/builtins/System/Runtime/Intrinsics/Arm/index.js +1297 -0
  344. package/dist/src/builtins/System/Runtime/Intrinsics/Arm/index.js.map +1 -0
  345. package/dist/src/builtins/System/Runtime/Intrinsics/Wasm/index.d.ts +73 -0
  346. package/dist/src/builtins/System/Runtime/Intrinsics/Wasm/index.d.ts.map +1 -0
  347. package/dist/src/builtins/System/Runtime/Intrinsics/Wasm/index.js +338 -0
  348. package/dist/src/builtins/System/Runtime/Intrinsics/Wasm/index.js.map +1 -0
  349. package/dist/src/builtins/System/Runtime/Intrinsics/X86/index.d.ts +311 -0
  350. package/dist/src/builtins/System/Runtime/Intrinsics/X86/index.d.ts.map +1 -0
  351. package/dist/src/builtins/System/Runtime/Intrinsics/X86/index.js +1372 -0
  352. package/dist/src/builtins/System/Runtime/Intrinsics/X86/index.js.map +1 -0
  353. package/dist/src/builtins/System/Runtime/Intrinsics/index.d.ts +57 -0
  354. package/dist/src/builtins/System/Runtime/Intrinsics/index.d.ts.map +1 -0
  355. package/dist/src/builtins/System/Runtime/Intrinsics/index.js +273 -0
  356. package/dist/src/builtins/System/Runtime/Intrinsics/index.js.map +1 -0
  357. package/dist/src/builtins/System/Runtime/Loader/index.d.ts +35 -0
  358. package/dist/src/builtins/System/Runtime/Loader/index.d.ts.map +1 -0
  359. package/dist/src/builtins/System/Runtime/Loader/index.js +140 -0
  360. package/dist/src/builtins/System/Runtime/Loader/index.js.map +1 -0
  361. package/dist/src/builtins/System/Runtime/Remoting/index.d.ts +10 -0
  362. package/dist/src/builtins/System/Runtime/Remoting/index.d.ts.map +1 -0
  363. package/dist/src/builtins/System/Runtime/Remoting/index.js +18 -0
  364. package/dist/src/builtins/System/Runtime/Remoting/index.js.map +1 -0
  365. package/dist/src/builtins/System/Runtime/Serialization/DataContracts/index.d.ts +51 -0
  366. package/dist/src/builtins/System/Runtime/Serialization/DataContracts/index.d.ts.map +1 -0
  367. package/dist/src/builtins/System/Runtime/Serialization/DataContracts/index.js +265 -0
  368. package/dist/src/builtins/System/Runtime/Serialization/DataContracts/index.js.map +1 -0
  369. package/dist/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.d.ts +17 -0
  370. package/dist/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.d.ts.map +1 -0
  371. package/dist/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.js +61 -0
  372. package/dist/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.js.map +1 -0
  373. package/dist/src/builtins/System/Runtime/Serialization/Formatters/index.d.ts +24 -0
  374. package/dist/src/builtins/System/Runtime/Serialization/Formatters/index.d.ts.map +1 -0
  375. package/dist/src/builtins/System/Runtime/Serialization/Formatters/index.js +83 -0
  376. package/dist/src/builtins/System/Runtime/Serialization/Formatters/index.js.map +1 -0
  377. package/dist/src/builtins/System/Runtime/Serialization/Json/index.d.ts +45 -0
  378. package/dist/src/builtins/System/Runtime/Serialization/Json/index.d.ts.map +1 -0
  379. package/dist/src/builtins/System/Runtime/Serialization/Json/index.js +192 -0
  380. package/dist/src/builtins/System/Runtime/Serialization/Json/index.js.map +1 -0
  381. package/dist/src/builtins/System/Runtime/Serialization/index.d.ts +374 -0
  382. package/dist/src/builtins/System/Runtime/Serialization/index.d.ts.map +1 -0
  383. package/dist/src/builtins/System/Runtime/Serialization/index.js +1611 -0
  384. package/dist/src/builtins/System/Runtime/Serialization/index.js.map +1 -0
  385. package/dist/src/builtins/System/Runtime/Versioning/index.d.ts +81 -0
  386. package/dist/src/builtins/System/Runtime/Versioning/index.d.ts.map +1 -0
  387. package/dist/src/builtins/System/Runtime/Versioning/index.js +336 -0
  388. package/dist/src/builtins/System/Runtime/Versioning/index.js.map +1 -0
  389. package/dist/src/builtins/System/Runtime/index.d.ts +67 -0
  390. package/dist/src/builtins/System/Runtime/index.d.ts.map +1 -0
  391. package/dist/src/builtins/System/Runtime/index.js +245 -0
  392. package/dist/src/builtins/System/Runtime/index.js.map +1 -0
  393. package/dist/src/builtins/System/Security/AccessControl/index.d.ts +485 -0
  394. package/dist/src/builtins/System/Security/AccessControl/index.d.ts.map +1 -0
  395. package/dist/src/builtins/System/Security/AccessControl/index.js +2343 -0
  396. package/dist/src/builtins/System/Security/AccessControl/index.js.map +1 -0
  397. package/dist/src/builtins/System/Security/Authentication/ExtendedProtection/index.d.ts +43 -0
  398. package/dist/src/builtins/System/Security/Authentication/ExtendedProtection/index.d.ts.map +1 -0
  399. package/dist/src/builtins/System/Security/Authentication/ExtendedProtection/index.js +169 -0
  400. package/dist/src/builtins/System/Security/Authentication/ExtendedProtection/index.js.map +1 -0
  401. package/dist/src/builtins/System/Security/Authentication/index.d.ts +49 -0
  402. package/dist/src/builtins/System/Security/Authentication/index.d.ts.map +1 -0
  403. package/dist/src/builtins/System/Security/Authentication/index.js +212 -0
  404. package/dist/src/builtins/System/Security/Authentication/index.js.map +1 -0
  405. package/dist/src/builtins/System/Security/Claims/index.d.ts +152 -0
  406. package/dist/src/builtins/System/Security/Claims/index.d.ts.map +1 -0
  407. package/dist/src/builtins/System/Security/Claims/index.js +844 -0
  408. package/dist/src/builtins/System/Security/Claims/index.js.map +1 -0
  409. package/dist/src/builtins/System/Security/Cryptography/X509Certificates/index.d.ts +551 -0
  410. package/dist/src/builtins/System/Security/Cryptography/X509Certificates/index.d.ts.map +1 -0
  411. package/dist/src/builtins/System/Security/Cryptography/X509Certificates/index.js +2633 -0
  412. package/dist/src/builtins/System/Security/Cryptography/X509Certificates/index.js.map +1 -0
  413. package/dist/src/builtins/System/Security/Cryptography/index.d.ts +1378 -0
  414. package/dist/src/builtins/System/Security/Cryptography/index.d.ts.map +1 -0
  415. package/dist/src/builtins/System/Security/Cryptography/index.js +6673 -0
  416. package/dist/src/builtins/System/Security/Cryptography/index.js.map +1 -0
  417. package/dist/src/builtins/System/Security/Permissions/index.d.ts +67 -0
  418. package/dist/src/builtins/System/Security/Permissions/index.d.ts.map +1 -0
  419. package/dist/src/builtins/System/Security/Permissions/index.js +325 -0
  420. package/dist/src/builtins/System/Security/Permissions/index.js.map +1 -0
  421. package/dist/src/builtins/System/Security/Policy/index.d.ts +28 -0
  422. package/dist/src/builtins/System/Security/Policy/index.d.ts.map +1 -0
  423. package/dist/src/builtins/System/Security/Policy/index.js +101 -0
  424. package/dist/src/builtins/System/Security/Policy/index.js.map +1 -0
  425. package/dist/src/builtins/System/Security/Principal/index.d.ts +252 -0
  426. package/dist/src/builtins/System/Security/Principal/index.d.ts.map +1 -0
  427. package/dist/src/builtins/System/Security/Principal/index.js +1338 -0
  428. package/dist/src/builtins/System/Security/Principal/index.js.map +1 -0
  429. package/dist/src/builtins/System/Security/index.d.ts +164 -0
  430. package/dist/src/builtins/System/Security/index.d.ts.map +1 -0
  431. package/dist/src/builtins/System/Security/index.js +672 -0
  432. package/dist/src/builtins/System/Security/index.js.map +1 -0
  433. package/dist/src/builtins/System/Text/Encodings/Web/index.d.ts +41 -0
  434. package/dist/src/builtins/System/Text/Encodings/Web/index.d.ts.map +1 -0
  435. package/dist/src/builtins/System/Text/Encodings/Web/index.js +162 -0
  436. package/dist/src/builtins/System/Text/Encodings/Web/index.js.map +1 -0
  437. package/dist/src/builtins/System/Text/Encodings/index.d.ts +6 -0
  438. package/dist/src/builtins/System/Text/Encodings/index.d.ts.map +1 -0
  439. package/dist/src/builtins/System/Text/Encodings/index.js +5 -0
  440. package/dist/src/builtins/System/Text/Encodings/index.js.map +1 -0
  441. package/dist/src/builtins/System/Text/Json/Nodes/index.d.ts +63 -0
  442. package/dist/src/builtins/System/Text/Json/Nodes/index.d.ts.map +1 -0
  443. package/dist/src/builtins/System/Text/Json/Nodes/index.js +250 -0
  444. package/dist/src/builtins/System/Text/Json/Nodes/index.js.map +1 -0
  445. package/dist/src/builtins/System/Text/Json/Schema/index.d.ts +21 -0
  446. package/dist/src/builtins/System/Text/Json/Schema/index.d.ts.map +1 -0
  447. package/dist/src/builtins/System/Text/Json/Schema/index.js +78 -0
  448. package/dist/src/builtins/System/Text/Json/Schema/index.js.map +1 -0
  449. package/dist/src/builtins/System/Text/Json/Serialization/Metadata/index.d.ts +69 -0
  450. package/dist/src/builtins/System/Text/Json/Serialization/Metadata/index.d.ts.map +1 -0
  451. package/dist/src/builtins/System/Text/Json/Serialization/Metadata/index.js +328 -0
  452. package/dist/src/builtins/System/Text/Json/Serialization/Metadata/index.js.map +1 -0
  453. package/dist/src/builtins/System/Text/Json/Serialization/index.d.ts +194 -0
  454. package/dist/src/builtins/System/Text/Json/Serialization/index.d.ts.map +1 -0
  455. package/dist/src/builtins/System/Text/Json/Serialization/index.js +840 -0
  456. package/dist/src/builtins/System/Text/Json/Serialization/index.js.map +1 -0
  457. package/dist/src/builtins/System/Text/Json/index.d.ts +251 -0
  458. package/dist/src/builtins/System/Text/Json/index.d.ts.map +1 -0
  459. package/dist/src/builtins/System/Text/Json/index.js +1185 -0
  460. package/dist/src/builtins/System/Text/Json/index.js.map +1 -0
  461. package/dist/src/builtins/System/Text/RegularExpressions/index.d.ts +152 -0
  462. package/dist/src/builtins/System/Text/RegularExpressions/index.d.ts.map +1 -0
  463. package/dist/src/builtins/System/Text/RegularExpressions/index.js +732 -0
  464. package/dist/src/builtins/System/Text/RegularExpressions/index.js.map +1 -0
  465. package/dist/src/builtins/System/Text/Unicode/index.d.ts +182 -0
  466. package/dist/src/builtins/System/Text/Unicode/index.d.ts.map +1 -0
  467. package/dist/src/builtins/System/Text/Unicode/index.js +1199 -0
  468. package/dist/src/builtins/System/Text/Unicode/index.js.map +1 -0
  469. package/dist/src/builtins/System/Text/index.d.ts +372 -0
  470. package/dist/src/builtins/System/Text/index.d.ts.map +1 -0
  471. package/dist/src/builtins/System/Text/index.js +1748 -0
  472. package/dist/src/builtins/System/Text/index.js.map +1 -0
  473. package/dist/src/builtins/System/Threading/Channels/index.d.ts +56 -0
  474. package/dist/src/builtins/System/Threading/Channels/index.d.ts.map +1 -0
  475. package/dist/src/builtins/System/Threading/Channels/index.js +229 -0
  476. package/dist/src/builtins/System/Threading/Channels/index.js.map +1 -0
  477. package/dist/src/builtins/System/Threading/Tasks/Dataflow/index.d.ts +159 -0
  478. package/dist/src/builtins/System/Threading/Tasks/Dataflow/index.d.ts.map +1 -0
  479. package/dist/src/builtins/System/Threading/Tasks/Dataflow/index.js +676 -0
  480. package/dist/src/builtins/System/Threading/Tasks/Dataflow/index.js.map +1 -0
  481. package/dist/src/builtins/System/Threading/Tasks/Sources/index.d.ts +32 -0
  482. package/dist/src/builtins/System/Threading/Tasks/Sources/index.d.ts.map +1 -0
  483. package/dist/src/builtins/System/Threading/Tasks/Sources/index.js +117 -0
  484. package/dist/src/builtins/System/Threading/Tasks/Sources/index.js.map +1 -0
  485. package/dist/src/builtins/System/Threading/Tasks/index.d.ts +163 -0
  486. package/dist/src/builtins/System/Threading/Tasks/index.d.ts.map +1 -0
  487. package/dist/src/builtins/System/Threading/Tasks/index.js +721 -0
  488. package/dist/src/builtins/System/Threading/Tasks/index.js.map +1 -0
  489. package/dist/src/builtins/System/Threading/index.d.ts +533 -0
  490. package/dist/src/builtins/System/Threading/index.d.ts.map +1 -0
  491. package/dist/src/builtins/System/Threading/index.js +2292 -0
  492. package/dist/src/builtins/System/Threading/index.js.map +1 -0
  493. package/dist/src/builtins/System/Timers/index.d.ts +34 -0
  494. package/dist/src/builtins/System/Timers/index.d.ts.map +1 -0
  495. package/dist/src/builtins/System/Timers/index.js +129 -0
  496. package/dist/src/builtins/System/Timers/index.js.map +1 -0
  497. package/dist/src/builtins/System/Transactions/index.d.ts +183 -0
  498. package/dist/src/builtins/System/Transactions/index.d.ts.map +1 -0
  499. package/dist/src/builtins/System/Transactions/index.js +727 -0
  500. package/dist/src/builtins/System/Transactions/index.js.map +1 -0
  501. package/dist/src/builtins/System/Web/index.d.ts +24 -0
  502. package/dist/src/builtins/System/Web/index.d.ts.map +1 -0
  503. package/dist/src/builtins/System/Web/index.js +84 -0
  504. package/dist/src/builtins/System/Web/index.js.map +1 -0
  505. package/dist/src/builtins/System/Windows/Input/index.d.ts +10 -0
  506. package/dist/src/builtins/System/Windows/Input/index.d.ts.map +1 -0
  507. package/dist/src/builtins/System/Windows/Input/index.js +18 -0
  508. package/dist/src/builtins/System/Windows/Input/index.js.map +1 -0
  509. package/dist/src/builtins/System/Windows/Markup/index.d.ts +11 -0
  510. package/dist/src/builtins/System/Windows/Markup/index.d.ts.map +1 -0
  511. package/dist/src/builtins/System/Windows/Markup/index.js +28 -0
  512. package/dist/src/builtins/System/Windows/Markup/index.js.map +1 -0
  513. package/dist/src/builtins/System/Windows/index.d.ts +7 -0
  514. package/dist/src/builtins/System/Windows/index.d.ts.map +1 -0
  515. package/dist/src/builtins/System/Windows/index.js +6 -0
  516. package/dist/src/builtins/System/Windows/index.js.map +1 -0
  517. package/dist/src/builtins/System/Xml/Linq/index.d.ts +234 -0
  518. package/dist/src/builtins/System/Xml/Linq/index.d.ts.map +1 -0
  519. package/dist/src/builtins/System/Xml/Linq/index.js +1086 -0
  520. package/dist/src/builtins/System/Xml/Linq/index.js.map +1 -0
  521. package/dist/src/builtins/System/Xml/Resolvers/index.d.ts +23 -0
  522. package/dist/src/builtins/System/Xml/Resolvers/index.d.ts.map +1 -0
  523. package/dist/src/builtins/System/Xml/Resolvers/index.js +86 -0
  524. package/dist/src/builtins/System/Xml/Resolvers/index.js.map +1 -0
  525. package/dist/src/builtins/System/Xml/Schema/index.d.ts +630 -0
  526. package/dist/src/builtins/System/Xml/Schema/index.d.ts.map +1 -0
  527. package/dist/src/builtins/System/Xml/Schema/index.js +2993 -0
  528. package/dist/src/builtins/System/Xml/Schema/index.js.map +1 -0
  529. package/dist/src/builtins/System/Xml/Serialization/index.d.ts +534 -0
  530. package/dist/src/builtins/System/Xml/Serialization/index.d.ts.map +1 -0
  531. package/dist/src/builtins/System/Xml/Serialization/index.js +2356 -0
  532. package/dist/src/builtins/System/Xml/Serialization/index.js.map +1 -0
  533. package/dist/src/builtins/System/Xml/XPath/index.d.ts +180 -0
  534. package/dist/src/builtins/System/Xml/XPath/index.d.ts.map +1 -0
  535. package/dist/src/builtins/System/Xml/XPath/index.js +917 -0
  536. package/dist/src/builtins/System/Xml/XPath/index.js.map +1 -0
  537. package/dist/src/builtins/System/Xml/Xsl/index.d.ts +76 -0
  538. package/dist/src/builtins/System/Xml/Xsl/index.d.ts.map +1 -0
  539. package/dist/src/builtins/System/Xml/Xsl/index.js +315 -0
  540. package/dist/src/builtins/System/Xml/Xsl/index.js.map +1 -0
  541. package/dist/src/builtins/System/Xml/index.d.ts +1114 -0
  542. package/dist/src/builtins/System/Xml/index.d.ts.map +1 -0
  543. package/dist/src/builtins/System/Xml/index.js +5736 -0
  544. package/dist/src/builtins/System/Xml/index.js.map +1 -0
  545. package/dist/src/builtins/System/index.d.ts +3029 -0
  546. package/dist/src/builtins/System/index.d.ts.map +1 -0
  547. package/dist/src/builtins/System/index.js +14587 -0
  548. package/dist/src/builtins/System/index.js.map +1 -0
  549. package/dist/src/builtins/index.d.ts +3 -0
  550. package/dist/src/builtins/index.d.ts.map +1 -0
  551. package/dist/src/builtins/index.js +3 -0
  552. package/dist/src/builtins/index.js.map +1 -0
  553. package/dist/src/components/access-expression/access-expression.d.ts +8 -3
  554. package/dist/src/components/access-expression/access-expression.d.ts.map +1 -1
  555. package/dist/src/components/access-expression/access-expression.js.map +1 -1
  556. package/dist/src/components/access-expression/part-descriptors.d.ts +8 -0
  557. package/dist/src/components/access-expression/part-descriptors.d.ts.map +1 -1
  558. package/dist/src/components/access-expression/part-descriptors.js +22 -2
  559. package/dist/src/components/access-expression/part-descriptors.js.map +1 -1
  560. package/dist/src/components/attributes/attributes.d.ts +2 -6
  561. package/dist/src/components/attributes/attributes.d.ts.map +1 -1
  562. package/dist/src/components/attributes/attributes.js +15 -1
  563. package/dist/src/components/attributes/attributes.js.map +1 -1
  564. package/dist/src/components/attributes/attributes.test.js +54 -1
  565. package/dist/src/components/attributes/attributes.test.js.map +1 -1
  566. package/dist/src/components/csproj-file/csproj-file.d.ts +15 -0
  567. package/dist/src/components/csproj-file/csproj-file.d.ts.map +1 -0
  568. package/dist/src/components/csproj-file/csproj-file.js +24 -0
  569. package/dist/src/components/csproj-file/csproj-file.js.map +1 -0
  570. package/dist/src/components/csproj-file/csproj-file.test.d.ts +2 -0
  571. package/dist/src/components/csproj-file/csproj-file.test.d.ts.map +1 -0
  572. package/dist/src/components/csproj-file/csproj-file.test.js +21 -0
  573. package/dist/src/components/csproj-file/csproj-file.test.js.map +1 -0
  574. package/dist/src/components/enum/declaration.ref.test.js +1 -1
  575. package/dist/src/components/if/if-statement.d.ts +25 -0
  576. package/dist/src/components/if/if-statement.d.ts.map +1 -0
  577. package/dist/src/components/if/if-statement.js +36 -0
  578. package/dist/src/components/if/if-statement.js.map +1 -0
  579. package/dist/src/components/if/if-statement.test.d.ts +2 -0
  580. package/dist/src/components/if/if-statement.test.d.ts.map +1 -0
  581. package/dist/src/components/if/if-statement.test.js +29 -0
  582. package/dist/src/components/if/if-statement.test.js.map +1 -0
  583. package/dist/src/components/index.d.ts +4 -2
  584. package/dist/src/components/index.d.ts.map +1 -1
  585. package/dist/src/components/index.js +4 -3
  586. package/dist/src/components/index.js.map +1 -1
  587. package/dist/src/components/method/method.js +10 -2
  588. package/dist/src/components/method/method.js.map +1 -1
  589. package/dist/src/components/method/method.test.js +61 -0
  590. package/dist/src/components/method/method.test.js.map +1 -1
  591. package/dist/src/components/namespace/namespace-name.d.ts +10 -0
  592. package/dist/src/components/namespace/namespace-name.d.ts.map +1 -0
  593. package/dist/src/components/namespace/namespace-name.js +20 -0
  594. package/dist/src/components/namespace/namespace-name.js.map +1 -0
  595. package/dist/src/components/{namespace.d.ts → namespace/namespace.d.ts} +1 -1
  596. package/dist/src/components/namespace/namespace.d.ts.map +1 -0
  597. package/dist/src/components/{namespace.js → namespace/namespace.js} +9 -12
  598. package/dist/src/components/namespace/namespace.js.map +1 -0
  599. package/dist/src/components/namespace/namespace.test.d.ts.map +1 -0
  600. package/dist/src/components/namespace/namespace.test.js +207 -0
  601. package/dist/src/components/namespace/namespace.test.js.map +1 -0
  602. package/dist/src/components/namespace.ref.test.js +1 -1
  603. package/dist/src/components/parameters/parameters.d.ts +35 -0
  604. package/dist/src/components/parameters/parameters.d.ts.map +1 -1
  605. package/dist/src/components/parameters/parameters.js +16 -3
  606. package/dist/src/components/parameters/parameters.js.map +1 -1
  607. package/dist/src/components/parameters/parameters.test.js +67 -0
  608. package/dist/src/components/parameters/parameters.test.js.map +1 -1
  609. package/dist/src/components/property/property.d.ts.map +1 -1
  610. package/dist/src/components/property/property.js +21 -12
  611. package/dist/src/components/property/property.js.map +1 -1
  612. package/dist/src/components/property/property.test.js +28 -0
  613. package/dist/src/components/property/property.test.js.map +1 -1
  614. package/dist/src/components/source-file/source-file.d.ts.map +1 -1
  615. package/dist/src/components/source-file/source-file.js +4 -2
  616. package/dist/src/components/source-file/source-file.js.map +1 -1
  617. package/dist/src/components/source-file/source-file.test.js +1 -1
  618. package/dist/src/components/source-file/using.test.js +1 -1
  619. package/dist/src/components/stc/index.d.ts +0 -1
  620. package/dist/src/components/stc/index.d.ts.map +1 -1
  621. package/dist/src/components/stc/index.js +0 -1
  622. package/dist/src/components/stc/index.js.map +1 -1
  623. package/dist/src/components/var/declaration.d.ts +7 -1
  624. package/dist/src/components/var/declaration.d.ts.map +1 -1
  625. package/dist/src/components/var/declaration.js +20 -3
  626. package/dist/src/components/var/declaration.js.map +1 -1
  627. package/dist/src/components/var/declaration.test.js +19 -2
  628. package/dist/src/components/var/declaration.test.js.map +1 -1
  629. package/dist/src/contexts/global-namespace.d.ts +1 -0
  630. package/dist/src/contexts/global-namespace.d.ts.map +1 -1
  631. package/dist/src/contexts/global-namespace.js +6 -1
  632. package/dist/src/contexts/global-namespace.js.map +1 -1
  633. package/dist/src/contexts/reference-context.d.ts +12 -0
  634. package/dist/src/contexts/reference-context.d.ts.map +1 -0
  635. package/dist/src/contexts/reference-context.js +15 -0
  636. package/dist/src/contexts/reference-context.js.map +1 -0
  637. package/dist/src/create-library.d.ts +62 -0
  638. package/dist/src/create-library.d.ts.map +1 -0
  639. package/dist/src/create-library.js +136 -0
  640. package/dist/src/create-library.js.map +1 -0
  641. package/dist/src/create-library.test.d.ts +2 -0
  642. package/dist/src/create-library.test.d.ts.map +1 -0
  643. package/dist/src/create-library.test.js +237 -0
  644. package/dist/src/create-library.test.js.map +1 -0
  645. package/dist/src/index.d.ts +2 -0
  646. package/dist/src/index.d.ts.map +1 -1
  647. package/dist/src/index.js +2 -0
  648. package/dist/src/index.js.map +1 -1
  649. package/dist/src/symbols/factories.d.ts +1 -1
  650. package/dist/src/symbols/factories.d.ts.map +1 -1
  651. package/dist/src/symbols/factories.js +24 -6
  652. package/dist/src/symbols/factories.js.map +1 -1
  653. package/dist/src/symbols/named-type.d.ts +3 -3
  654. package/dist/src/symbols/named-type.d.ts.map +1 -1
  655. package/dist/src/symbols/named-type.js.map +1 -1
  656. package/dist/src/symbols/reference.d.ts.map +1 -1
  657. package/dist/src/symbols/reference.js +7 -4
  658. package/dist/src/symbols/reference.js.map +1 -1
  659. package/dist/test/utils.d.ts +4 -2
  660. package/dist/test/utils.d.ts.map +1 -1
  661. package/dist/test/utils.js +5 -4
  662. package/dist/test/utils.js.map +1 -1
  663. package/dist/testing/create-wrapper.d.ts +3 -0
  664. package/dist/testing/create-wrapper.d.ts.map +1 -0
  665. package/dist/testing/create-wrapper.js +12 -0
  666. package/dist/testing/create-wrapper.js.map +1 -0
  667. package/dist/testing/create-wrapper.test.d.ts +2 -0
  668. package/dist/testing/create-wrapper.test.d.ts.map +1 -0
  669. package/dist/testing/create-wrapper.test.js +212 -0
  670. package/dist/testing/create-wrapper.test.js.map +1 -0
  671. package/dist/testing/index.d.ts +2 -0
  672. package/dist/testing/index.d.ts.map +1 -0
  673. package/dist/testing/index.js +2 -0
  674. package/dist/testing/index.js.map +1 -0
  675. package/dist/tsconfig.tsbuildinfo +1 -1
  676. package/package.json +18 -2
  677. package/scripts/components/library-interface.tsx +41 -0
  678. package/scripts/components/namespace-directory.tsx +104 -0
  679. package/scripts/generate-builtins.tsx +36 -0
  680. package/scripts/process-docfx.tsx +321 -0
  681. package/src/access.test.tsx +49 -0
  682. package/src/access.tsx +70 -0
  683. package/src/builtins/Microsoft/CSharp/RuntimeBinder/index.ts +32 -0
  684. package/src/builtins/Microsoft/CSharp/index.ts +8 -0
  685. package/src/builtins/Microsoft/VisualBasic/FileIO/index.ts +573 -0
  686. package/src/builtins/Microsoft/VisualBasic/index.ts +3021 -0
  687. package/src/builtins/Microsoft/Win32/SafeHandles/index.ts +400 -0
  688. package/src/builtins/Microsoft/Win32/index.ts +437 -0
  689. package/src/builtins/Microsoft/index.ts +10 -0
  690. package/src/builtins/System/Buffers/Binary/index.ts +646 -0
  691. package/src/builtins/System/Buffers/Text/index.ts +178 -0
  692. package/src/builtins/System/Buffers/index.ts +744 -0
  693. package/src/builtins/System/CodeDom/Compiler/index.ts +160 -0
  694. package/src/builtins/System/CodeDom/index.ts +8 -0
  695. package/src/builtins/System/Collections/Concurrent/index.ts +497 -0
  696. package/src/builtins/System/Collections/Frozen/index.ts +115 -0
  697. package/src/builtins/System/Collections/Generic/index.ts +1253 -0
  698. package/src/builtins/System/Collections/Immutable/index.ts +1322 -0
  699. package/src/builtins/System/Collections/ObjectModel/index.ts +489 -0
  700. package/src/builtins/System/Collections/Specialized/index.ts +878 -0
  701. package/src/builtins/System/Collections/index.ts +1639 -0
  702. package/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.ts +181 -0
  703. package/src/builtins/System/ComponentModel/DataAnnotations/index.ts +1507 -0
  704. package/src/builtins/System/ComponentModel/Design/Serialization/index.ts +661 -0
  705. package/src/builtins/System/ComponentModel/Design/index.ts +2432 -0
  706. package/src/builtins/System/ComponentModel/index.ts +8079 -0
  707. package/src/builtins/System/Configuration/Assemblies/index.ts +85 -0
  708. package/src/builtins/System/Configuration/index.ts +8 -0
  709. package/src/builtins/System/Data/Common/index.ts +3888 -0
  710. package/src/builtins/System/Data/SqlTypes/index.ts +3194 -0
  711. package/src/builtins/System/Data/index.ts +5476 -0
  712. package/src/builtins/System/Diagnostics/CodeAnalysis/index.ts +858 -0
  713. package/src/builtins/System/Diagnostics/Contracts/index.ts +383 -0
  714. package/src/builtins/System/Diagnostics/Metrics/index.ts +404 -0
  715. package/src/builtins/System/Diagnostics/SymbolStore/index.ts +746 -0
  716. package/src/builtins/System/Diagnostics/Tracing/index.ts +1160 -0
  717. package/src/builtins/System/Diagnostics/index.ts +4618 -0
  718. package/src/builtins/System/Drawing/index.ts +3861 -0
  719. package/src/builtins/System/Dynamic/index.ts +963 -0
  720. package/src/builtins/System/Formats/Asn1/index.ts +1014 -0
  721. package/src/builtins/System/Formats/Tar/index.ts +530 -0
  722. package/src/builtins/System/Formats/index.ts +9 -0
  723. package/src/builtins/System/Globalization/index.ts +4583 -0
  724. package/src/builtins/System/IO/Compression/index.ts +1078 -0
  725. package/src/builtins/System/IO/Enumeration/index.ts +269 -0
  726. package/src/builtins/System/IO/IsolatedStorage/index.ts +596 -0
  727. package/src/builtins/System/IO/MemoryMappedFiles/index.ts +305 -0
  728. package/src/builtins/System/IO/Pipelines/index.ts +506 -0
  729. package/src/builtins/System/IO/Pipes/index.ts +878 -0
  730. package/src/builtins/System/IO/index.ts +4466 -0
  731. package/src/builtins/System/Linq/Expressions/index.ts +2680 -0
  732. package/src/builtins/System/Linq/index.ts +352 -0
  733. package/src/builtins/System/Net/Cache/index.ts +263 -0
  734. package/src/builtins/System/Net/Http/Headers/index.ts +2001 -0
  735. package/src/builtins/System/Net/Http/Json/index.ts +91 -0
  736. package/src/builtins/System/Net/Http/Metrics/index.ts +51 -0
  737. package/src/builtins/System/Net/Http/index.ts +1757 -0
  738. package/src/builtins/System/Net/Mail/index.ts +1051 -0
  739. package/src/builtins/System/Net/Mime/index.ts +598 -0
  740. package/src/builtins/System/Net/NetworkInformation/index.ts +3282 -0
  741. package/src/builtins/System/Net/Quic/index.ts +762 -0
  742. package/src/builtins/System/Net/Security/index.ts +1709 -0
  743. package/src/builtins/System/Net/Sockets/index.ts +3686 -0
  744. package/src/builtins/System/Net/WebSockets/index.ts +1039 -0
  745. package/src/builtins/System/Net/index.ts +6535 -0
  746. package/src/builtins/System/Numerics/index.ts +4126 -0
  747. package/src/builtins/System/Reflection/Emit/index.ts +5060 -0
  748. package/src/builtins/System/Reflection/Metadata/Ecma335/index.ts +2729 -0
  749. package/src/builtins/System/Reflection/Metadata/index.ts +7374 -0
  750. package/src/builtins/System/Reflection/PortableExecutable/index.ts +2401 -0
  751. package/src/builtins/System/Reflection/index.ts +6276 -0
  752. package/src/builtins/System/Resources/index.ts +357 -0
  753. package/src/builtins/System/Runtime/CompilerServices/index.ts +2406 -0
  754. package/src/builtins/System/Runtime/ConstrainedExecution/index.ts +129 -0
  755. package/src/builtins/System/Runtime/ExceptionServices/index.ts +80 -0
  756. package/src/builtins/System/Runtime/InteropServices/ComTypes/index.ts +87 -0
  757. package/src/builtins/System/Runtime/InteropServices/JavaScript/index.ts +290 -0
  758. package/src/builtins/System/Runtime/InteropServices/Marshalling/index.ts +1271 -0
  759. package/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.ts +100 -0
  760. package/src/builtins/System/Runtime/InteropServices/Swift/index.ts +65 -0
  761. package/src/builtins/System/Runtime/InteropServices/index.ts +4405 -0
  762. package/src/builtins/System/Runtime/Intrinsics/Arm/index.ts +1568 -0
  763. package/src/builtins/System/Runtime/Intrinsics/Wasm/index.ts +409 -0
  764. package/src/builtins/System/Runtime/Intrinsics/X86/index.ts +1681 -0
  765. package/src/builtins/System/Runtime/Intrinsics/index.ts +324 -0
  766. package/src/builtins/System/Runtime/Loader/index.ts +173 -0
  767. package/src/builtins/System/Runtime/Remoting/index.ts +25 -0
  768. package/src/builtins/System/Runtime/Serialization/DataContracts/index.ts +314 -0
  769. package/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.ts +76 -0
  770. package/src/builtins/System/Runtime/Serialization/Formatters/index.ts +103 -0
  771. package/src/builtins/System/Runtime/Serialization/Json/index.ts +235 -0
  772. package/src/builtins/System/Runtime/Serialization/index.ts +1981 -0
  773. package/src/builtins/System/Runtime/Versioning/index.ts +415 -0
  774. package/src/builtins/System/Runtime/index.ts +300 -0
  775. package/src/builtins/System/Security/AccessControl/index.ts +2826 -0
  776. package/src/builtins/System/Security/Authentication/ExtendedProtection/index.ts +210 -0
  777. package/src/builtins/System/Security/Authentication/index.ts +256 -0
  778. package/src/builtins/System/Security/Claims/index.ts +994 -0
  779. package/src/builtins/System/Security/Cryptography/X509Certificates/index.ts +3182 -0
  780. package/src/builtins/System/Security/Cryptography/index.ts +8047 -0
  781. package/src/builtins/System/Security/Permissions/index.ts +390 -0
  782. package/src/builtins/System/Security/Policy/index.ts +127 -0
  783. package/src/builtins/System/Security/Principal/index.ts +1588 -0
  784. package/src/builtins/System/Security/index.ts +826 -0
  785. package/src/builtins/System/Text/Encodings/Web/index.ts +200 -0
  786. package/src/builtins/System/Text/Encodings/index.ts +8 -0
  787. package/src/builtins/System/Text/Json/Nodes/index.ts +311 -0
  788. package/src/builtins/System/Text/Json/Schema/index.ts +97 -0
  789. package/src/builtins/System/Text/Json/Serialization/Metadata/index.ts +395 -0
  790. package/src/builtins/System/Text/Json/Serialization/index.ts +1030 -0
  791. package/src/builtins/System/Text/Json/index.ts +1430 -0
  792. package/src/builtins/System/Text/RegularExpressions/index.ts +882 -0
  793. package/src/builtins/System/Text/Unicode/index.ts +1379 -0
  794. package/src/builtins/System/Text/index.ts +2113 -0
  795. package/src/builtins/System/Threading/Channels/index.ts +283 -0
  796. package/src/builtins/System/Threading/Tasks/Dataflow/index.ts +837 -0
  797. package/src/builtins/System/Threading/Tasks/Sources/index.ts +147 -0
  798. package/src/builtins/System/Threading/Tasks/index.ts +879 -0
  799. package/src/builtins/System/Threading/index.ts +2824 -0
  800. package/src/builtins/System/Timers/index.ts +161 -0
  801. package/src/builtins/System/Transactions/index.ts +908 -0
  802. package/src/builtins/System/Web/index.ts +105 -0
  803. package/src/builtins/System/Windows/Input/index.ts +25 -0
  804. package/src/builtins/System/Windows/Markup/index.ts +37 -0
  805. package/src/builtins/System/Windows/index.ts +9 -0
  806. package/src/builtins/System/Xml/Linq/index.ts +1318 -0
  807. package/src/builtins/System/Xml/Resolvers/index.ts +107 -0
  808. package/src/builtins/System/Xml/Schema/index.ts +3621 -0
  809. package/src/builtins/System/Xml/Serialization/index.ts +2890 -0
  810. package/src/builtins/System/Xml/XPath/index.ts +1095 -0
  811. package/src/builtins/System/Xml/Xsl/index.ts +389 -0
  812. package/src/builtins/System/Xml/index.ts +6841 -0
  813. package/src/builtins/System/index.ts +17593 -0
  814. package/src/builtins/index.ts +2 -0
  815. package/src/components/access-expression/access-expression.tsx +8 -2
  816. package/src/components/access-expression/part-descriptors.ts +26 -2
  817. package/src/components/attributes/attributes.test.tsx +43 -2
  818. package/src/components/attributes/attributes.tsx +14 -7
  819. package/src/components/csproj-file/csproj-file.test.tsx +19 -0
  820. package/src/components/csproj-file/csproj-file.tsx +32 -0
  821. package/src/components/enum/declaration.ref.test.tsx +1 -1
  822. package/src/components/if/if-statement.test.tsx +26 -0
  823. package/src/components/if/if-statement.tsx +50 -0
  824. package/src/components/index.ts +4 -2
  825. package/src/components/method/method.test.tsx +49 -0
  826. package/src/components/method/method.tsx +7 -4
  827. package/src/components/namespace/namespace-name.tsx +31 -0
  828. package/src/components/namespace/namespace.test.tsx +145 -0
  829. package/src/components/{namespace.tsx → namespace/namespace.tsx} +7 -13
  830. package/src/components/namespace.ref.test.tsx +1 -1
  831. package/src/components/parameters/parameters.test.tsx +70 -0
  832. package/src/components/parameters/parameters.tsx +62 -2
  833. package/src/components/property/property.test.tsx +25 -0
  834. package/src/components/property/property.tsx +22 -11
  835. package/src/components/source-file/source-file.test.tsx +1 -1
  836. package/src/components/source-file/source-file.tsx +2 -2
  837. package/src/components/source-file/using.test.tsx +1 -1
  838. package/src/components/stc/index.ts +0 -1
  839. package/src/components/var/declaration.test.tsx +15 -1
  840. package/src/components/var/declaration.tsx +25 -2
  841. package/src/contexts/global-namespace.ts +8 -1
  842. package/src/contexts/reference-context.ts +18 -0
  843. package/src/create-library.test.tsx +213 -0
  844. package/src/create-library.ts +306 -0
  845. package/src/index.ts +2 -0
  846. package/src/symbols/factories.ts +39 -10
  847. package/src/symbols/named-type.ts +3 -3
  848. package/src/symbols/reference.tsx +19 -4
  849. package/temp/api.json +5560 -2489
  850. package/test/utils.tsx +6 -3
  851. package/testing/create-wrapper.test.tsx +145 -0
  852. package/testing/create-wrapper.tsx +12 -0
  853. package/testing/index.ts +1 -0
  854. package/tsconfig.json +13 -2
  855. package/tsdoc.json +4 -0
  856. package/dist/src/components/ProjectDirectory.d.ts +0 -12
  857. package/dist/src/components/ProjectDirectory.d.ts.map +0 -1
  858. package/dist/src/components/ProjectDirectory.js +0 -47
  859. package/dist/src/components/ProjectDirectory.js.map +0 -1
  860. package/dist/src/components/namespace.d.ts.map +0 -1
  861. package/dist/src/components/namespace.js.map +0 -1
  862. package/dist/src/components/namespace.test.d.ts.map +0 -1
  863. package/dist/src/components/namespace.test.js +0 -93
  864. package/dist/src/components/namespace.test.js.map +0 -1
  865. package/dist/test/project-directory.test.d.ts +0 -2
  866. package/dist/test/project-directory.test.d.ts.map +0 -1
  867. package/dist/test/project-directory.test.js +0 -133
  868. package/dist/test/project-directory.test.js.map +0 -1
  869. package/src/components/ProjectDirectory.tsx +0 -56
  870. package/src/components/namespace.test.tsx +0 -65
  871. package/test/project-directory.test.tsx +0 -121
  872. /package/dist/src/components/{namespace.test.d.ts → namespace/namespace.test.d.ts} +0 -0
@@ -0,0 +1,732 @@
1
+ import Generic from "../../Collections/Generic/index.js";
2
+ import System from "../../index.js";
3
+ import { createLibrary } from "#createLibrary";
4
+ const RegularExpressions = createLibrary("System.Text.RegularExpressions", {
5
+ Capture: {
6
+ kind: "class",
7
+ members: {
8
+ ToString: {
9
+ kind: "method",
10
+ methodKind: "ordinary",
11
+ isOverride: true
12
+ },
13
+ Index: {
14
+ kind: "property",
15
+ type: () => {
16
+ return System.Int32;
17
+ }
18
+ },
19
+ Length: {
20
+ kind: "property",
21
+ type: () => {
22
+ return System.Int32;
23
+ }
24
+ },
25
+ Value: {
26
+ kind: "property",
27
+ type: () => {
28
+ return System.String;
29
+ }
30
+ },
31
+ ValueSpan: {
32
+ kind: "property",
33
+ type: () => {
34
+ return System.ReadOnlySpan;
35
+ }
36
+ }
37
+ }
38
+ },
39
+ CaptureCollection: {
40
+ kind: "class",
41
+ members: {
42
+ CopyTo: {
43
+ kind: "method",
44
+ methodKind: "ordinary"
45
+ },
46
+ GetEnumerator: {
47
+ kind: "method",
48
+ methodKind: "ordinary"
49
+ },
50
+ Count: {
51
+ kind: "property",
52
+ type: () => {
53
+ return System.Int32;
54
+ }
55
+ },
56
+ IsReadOnly: {
57
+ kind: "property",
58
+ type: () => {
59
+ return System.Boolean;
60
+ }
61
+ },
62
+ IsSynchronized: {
63
+ kind: "property",
64
+ type: () => {
65
+ return System.Boolean;
66
+ }
67
+ },
68
+ Item: {
69
+ kind: "property",
70
+ type: () => {
71
+ return RegularExpressions.Capture;
72
+ }
73
+ },
74
+ SyncRoot: {
75
+ kind: "property",
76
+ type: () => {
77
+ return System.Object;
78
+ }
79
+ }
80
+ }
81
+ },
82
+ GeneratedRegexAttribute: {
83
+ kind: "class",
84
+ members: {
85
+ GeneratedRegexAttribute: {
86
+ kind: "method",
87
+ methodKind: "constructor"
88
+ },
89
+ CultureName: {
90
+ kind: "property",
91
+ type: () => {
92
+ return System.String;
93
+ }
94
+ },
95
+ Pattern: {
96
+ kind: "property",
97
+ type: () => {
98
+ return System.String;
99
+ }
100
+ },
101
+ Options: {
102
+ kind: "property",
103
+ type: () => {
104
+ return RegularExpressions.RegexOptions;
105
+ }
106
+ },
107
+ MatchTimeoutMilliseconds: {
108
+ kind: "property",
109
+ type: () => {
110
+ return System.Int32;
111
+ }
112
+ }
113
+ },
114
+ isSealed: true
115
+ },
116
+ Group: {
117
+ kind: "class",
118
+ members: {
119
+ Synchronized: {
120
+ kind: "method",
121
+ methodKind: "ordinary",
122
+ isStatic: true
123
+ },
124
+ Captures: {
125
+ kind: "property",
126
+ type: () => {
127
+ return RegularExpressions.CaptureCollection;
128
+ }
129
+ },
130
+ Name: {
131
+ kind: "property",
132
+ type: () => {
133
+ return System.String;
134
+ }
135
+ },
136
+ Success: {
137
+ kind: "property",
138
+ type: () => {
139
+ return System.Boolean;
140
+ }
141
+ }
142
+ }
143
+ },
144
+ GroupCollection: {
145
+ kind: "class",
146
+ members: {
147
+ ContainsKey: {
148
+ kind: "method",
149
+ methodKind: "ordinary"
150
+ },
151
+ CopyTo: {
152
+ kind: "method",
153
+ methodKind: "ordinary"
154
+ },
155
+ GetEnumerator: {
156
+ kind: "method",
157
+ methodKind: "ordinary"
158
+ },
159
+ TryGetValue: {
160
+ kind: "method",
161
+ methodKind: "ordinary"
162
+ },
163
+ Count: {
164
+ kind: "property",
165
+ type: () => {
166
+ return System.Int32;
167
+ }
168
+ },
169
+ IsReadOnly: {
170
+ kind: "property",
171
+ type: () => {
172
+ return System.Boolean;
173
+ }
174
+ },
175
+ IsSynchronized: {
176
+ kind: "property",
177
+ type: () => {
178
+ return System.Boolean;
179
+ }
180
+ },
181
+ Item: {
182
+ kind: "property",
183
+ type: () => {
184
+ return RegularExpressions.Group;
185
+ }
186
+ },
187
+ Keys: {
188
+ kind: "property",
189
+ type: () => {
190
+ return Generic.IEnumerable;
191
+ }
192
+ },
193
+ SyncRoot: {
194
+ kind: "property",
195
+ type: () => {
196
+ return System.Object;
197
+ }
198
+ },
199
+ Values: {
200
+ kind: "property",
201
+ type: () => {
202
+ return Generic.IEnumerable;
203
+ }
204
+ }
205
+ }
206
+ },
207
+ Match: {
208
+ kind: "class",
209
+ members: {
210
+ NextMatch: {
211
+ kind: "method",
212
+ methodKind: "ordinary"
213
+ },
214
+ Result: {
215
+ kind: "method",
216
+ methodKind: "ordinary",
217
+ isVirtual: true
218
+ },
219
+ Synchronized: {
220
+ kind: "method",
221
+ methodKind: "ordinary",
222
+ isStatic: true
223
+ },
224
+ Empty: {
225
+ kind: "property",
226
+ type: () => {
227
+ return RegularExpressions.Match;
228
+ },
229
+ isStatic: true
230
+ },
231
+ Groups: {
232
+ kind: "property",
233
+ type: () => {
234
+ return RegularExpressions.GroupCollection;
235
+ },
236
+ isVirtual: true
237
+ }
238
+ }
239
+ },
240
+ MatchCollection: {
241
+ kind: "class",
242
+ members: {
243
+ CopyTo: {
244
+ kind: "method",
245
+ methodKind: "ordinary"
246
+ },
247
+ GetEnumerator: {
248
+ kind: "method",
249
+ methodKind: "ordinary"
250
+ },
251
+ Count: {
252
+ kind: "property",
253
+ type: () => {
254
+ return System.Int32;
255
+ }
256
+ },
257
+ IsReadOnly: {
258
+ kind: "property",
259
+ type: () => {
260
+ return System.Boolean;
261
+ }
262
+ },
263
+ IsSynchronized: {
264
+ kind: "property",
265
+ type: () => {
266
+ return System.Boolean;
267
+ }
268
+ },
269
+ Item: {
270
+ kind: "property",
271
+ type: () => {
272
+ return RegularExpressions.Match;
273
+ },
274
+ isVirtual: true
275
+ },
276
+ SyncRoot: {
277
+ kind: "property",
278
+ type: () => {
279
+ return System.Object;
280
+ }
281
+ }
282
+ }
283
+ },
284
+ MatchEvaluator: {
285
+ kind: "generic",
286
+ members: {
287
+ MatchEvaluator: {
288
+ kind: "method",
289
+ methodKind: "constructor"
290
+ },
291
+ Invoke: {
292
+ kind: "method",
293
+ methodKind: "ordinary",
294
+ isVirtual: true
295
+ },
296
+ BeginInvoke: {
297
+ kind: "method",
298
+ methodKind: "ordinary",
299
+ isVirtual: true
300
+ },
301
+ EndInvoke: {
302
+ kind: "method",
303
+ methodKind: "ordinary",
304
+ isVirtual: true
305
+ }
306
+ }
307
+ },
308
+ Regex: {
309
+ kind: "class",
310
+ members: {
311
+ ValueMatchEnumerator: {
312
+ kind: "struct",
313
+ members: {
314
+ GetEnumerator: {
315
+ kind: "method",
316
+ methodKind: "ordinary",
317
+ isReadOnly: true
318
+ },
319
+ MoveNext: {
320
+ kind: "method",
321
+ methodKind: "ordinary"
322
+ },
323
+ Current: {
324
+ kind: "property",
325
+ type: () => {
326
+ return RegularExpressions.ValueMatch;
327
+ },
328
+ isReadOnly: true
329
+ }
330
+ }
331
+ },
332
+ ValueSplitEnumerator: {
333
+ kind: "struct",
334
+ members: {
335
+ GetEnumerator: {
336
+ kind: "method",
337
+ methodKind: "ordinary",
338
+ isReadOnly: true
339
+ },
340
+ MoveNext: {
341
+ kind: "method",
342
+ methodKind: "ordinary"
343
+ },
344
+ Current: {
345
+ kind: "property",
346
+ type: () => {
347
+ return System.Range;
348
+ },
349
+ isReadOnly: true
350
+ }
351
+ }
352
+ }
353
+ }
354
+ },
355
+ RegexCompilationInfo: {
356
+ kind: "class",
357
+ members: {
358
+ RegexCompilationInfo: {
359
+ kind: "method",
360
+ methodKind: "constructor"
361
+ },
362
+ IsPublic: {
363
+ kind: "property",
364
+ type: () => {
365
+ return System.Boolean;
366
+ }
367
+ },
368
+ MatchTimeout: {
369
+ kind: "property",
370
+ type: () => {
371
+ return System.TimeSpan;
372
+ }
373
+ },
374
+ Name: {
375
+ kind: "property",
376
+ type: () => {
377
+ return System.String;
378
+ }
379
+ },
380
+ Namespace: {
381
+ kind: "property",
382
+ type: () => {
383
+ return System.String;
384
+ }
385
+ },
386
+ Options: {
387
+ kind: "property",
388
+ type: () => {
389
+ return RegularExpressions.RegexOptions;
390
+ }
391
+ },
392
+ Pattern: {
393
+ kind: "property",
394
+ type: () => {
395
+ return System.String;
396
+ }
397
+ }
398
+ }
399
+ },
400
+ RegexMatchTimeoutException: {
401
+ kind: "class",
402
+ members: {
403
+ RegexMatchTimeoutException: {
404
+ kind: "method",
405
+ methodKind: "constructor"
406
+ },
407
+ Input: {
408
+ kind: "property",
409
+ type: () => {
410
+ return System.String;
411
+ }
412
+ },
413
+ MatchTimeout: {
414
+ kind: "property",
415
+ type: () => {
416
+ return System.TimeSpan;
417
+ }
418
+ },
419
+ Pattern: {
420
+ kind: "property",
421
+ type: () => {
422
+ return System.String;
423
+ }
424
+ }
425
+ }
426
+ },
427
+ RegexOptions: {
428
+ kind: "enum",
429
+ members: {
430
+ None: {
431
+ kind: "field",
432
+ type: () => {
433
+ return RegularExpressions.RegexOptions;
434
+ }
435
+ },
436
+ IgnoreCase: {
437
+ kind: "field",
438
+ type: () => {
439
+ return RegularExpressions.RegexOptions;
440
+ }
441
+ },
442
+ Multiline: {
443
+ kind: "field",
444
+ type: () => {
445
+ return RegularExpressions.RegexOptions;
446
+ }
447
+ },
448
+ ExplicitCapture: {
449
+ kind: "field",
450
+ type: () => {
451
+ return RegularExpressions.RegexOptions;
452
+ }
453
+ },
454
+ Compiled: {
455
+ kind: "field",
456
+ type: () => {
457
+ return RegularExpressions.RegexOptions;
458
+ }
459
+ },
460
+ Singleline: {
461
+ kind: "field",
462
+ type: () => {
463
+ return RegularExpressions.RegexOptions;
464
+ }
465
+ },
466
+ IgnorePatternWhitespace: {
467
+ kind: "field",
468
+ type: () => {
469
+ return RegularExpressions.RegexOptions;
470
+ }
471
+ },
472
+ RightToLeft: {
473
+ kind: "field",
474
+ type: () => {
475
+ return RegularExpressions.RegexOptions;
476
+ }
477
+ },
478
+ ECMAScript: {
479
+ kind: "field",
480
+ type: () => {
481
+ return RegularExpressions.RegexOptions;
482
+ }
483
+ },
484
+ CultureInvariant: {
485
+ kind: "field",
486
+ type: () => {
487
+ return RegularExpressions.RegexOptions;
488
+ }
489
+ },
490
+ NonBacktracking: {
491
+ kind: "field",
492
+ type: () => {
493
+ return RegularExpressions.RegexOptions;
494
+ }
495
+ }
496
+ }
497
+ },
498
+ RegexParseError: {
499
+ kind: "enum",
500
+ members: {
501
+ Unknown: {
502
+ kind: "field",
503
+ type: () => {
504
+ return RegularExpressions.RegexParseError;
505
+ }
506
+ },
507
+ AlternationHasTooManyConditions: {
508
+ kind: "field",
509
+ type: () => {
510
+ return RegularExpressions.RegexParseError;
511
+ }
512
+ },
513
+ AlternationHasMalformedCondition: {
514
+ kind: "field",
515
+ type: () => {
516
+ return RegularExpressions.RegexParseError;
517
+ }
518
+ },
519
+ InvalidUnicodePropertyEscape: {
520
+ kind: "field",
521
+ type: () => {
522
+ return RegularExpressions.RegexParseError;
523
+ }
524
+ },
525
+ MalformedUnicodePropertyEscape: {
526
+ kind: "field",
527
+ type: () => {
528
+ return RegularExpressions.RegexParseError;
529
+ }
530
+ },
531
+ UnrecognizedEscape: {
532
+ kind: "field",
533
+ type: () => {
534
+ return RegularExpressions.RegexParseError;
535
+ }
536
+ },
537
+ UnrecognizedControlCharacter: {
538
+ kind: "field",
539
+ type: () => {
540
+ return RegularExpressions.RegexParseError;
541
+ }
542
+ },
543
+ MissingControlCharacter: {
544
+ kind: "field",
545
+ type: () => {
546
+ return RegularExpressions.RegexParseError;
547
+ }
548
+ },
549
+ InsufficientOrInvalidHexDigits: {
550
+ kind: "field",
551
+ type: () => {
552
+ return RegularExpressions.RegexParseError;
553
+ }
554
+ },
555
+ QuantifierOrCaptureGroupOutOfRange: {
556
+ kind: "field",
557
+ type: () => {
558
+ return RegularExpressions.RegexParseError;
559
+ }
560
+ },
561
+ UndefinedNamedReference: {
562
+ kind: "field",
563
+ type: () => {
564
+ return RegularExpressions.RegexParseError;
565
+ }
566
+ },
567
+ UndefinedNumberedReference: {
568
+ kind: "field",
569
+ type: () => {
570
+ return RegularExpressions.RegexParseError;
571
+ }
572
+ },
573
+ MalformedNamedReference: {
574
+ kind: "field",
575
+ type: () => {
576
+ return RegularExpressions.RegexParseError;
577
+ }
578
+ },
579
+ UnescapedEndingBackslash: {
580
+ kind: "field",
581
+ type: () => {
582
+ return RegularExpressions.RegexParseError;
583
+ }
584
+ },
585
+ UnterminatedComment: {
586
+ kind: "field",
587
+ type: () => {
588
+ return RegularExpressions.RegexParseError;
589
+ }
590
+ },
591
+ InvalidGroupingConstruct: {
592
+ kind: "field",
593
+ type: () => {
594
+ return RegularExpressions.RegexParseError;
595
+ }
596
+ },
597
+ AlternationHasNamedCapture: {
598
+ kind: "field",
599
+ type: () => {
600
+ return RegularExpressions.RegexParseError;
601
+ }
602
+ },
603
+ AlternationHasComment: {
604
+ kind: "field",
605
+ type: () => {
606
+ return RegularExpressions.RegexParseError;
607
+ }
608
+ },
609
+ AlternationHasMalformedReference: {
610
+ kind: "field",
611
+ type: () => {
612
+ return RegularExpressions.RegexParseError;
613
+ }
614
+ },
615
+ AlternationHasUndefinedReference: {
616
+ kind: "field",
617
+ type: () => {
618
+ return RegularExpressions.RegexParseError;
619
+ }
620
+ },
621
+ CaptureGroupNameInvalid: {
622
+ kind: "field",
623
+ type: () => {
624
+ return RegularExpressions.RegexParseError;
625
+ }
626
+ },
627
+ CaptureGroupOfZero: {
628
+ kind: "field",
629
+ type: () => {
630
+ return RegularExpressions.RegexParseError;
631
+ }
632
+ },
633
+ UnterminatedBracket: {
634
+ kind: "field",
635
+ type: () => {
636
+ return RegularExpressions.RegexParseError;
637
+ }
638
+ },
639
+ ExclusionGroupNotLast: {
640
+ kind: "field",
641
+ type: () => {
642
+ return RegularExpressions.RegexParseError;
643
+ }
644
+ },
645
+ ReversedCharacterRange: {
646
+ kind: "field",
647
+ type: () => {
648
+ return RegularExpressions.RegexParseError;
649
+ }
650
+ },
651
+ ShorthandClassInCharacterRange: {
652
+ kind: "field",
653
+ type: () => {
654
+ return RegularExpressions.RegexParseError;
655
+ }
656
+ },
657
+ InsufficientClosingParentheses: {
658
+ kind: "field",
659
+ type: () => {
660
+ return RegularExpressions.RegexParseError;
661
+ }
662
+ },
663
+ ReversedQuantifierRange: {
664
+ kind: "field",
665
+ type: () => {
666
+ return RegularExpressions.RegexParseError;
667
+ }
668
+ },
669
+ NestedQuantifiersNotParenthesized: {
670
+ kind: "field",
671
+ type: () => {
672
+ return RegularExpressions.RegexParseError;
673
+ }
674
+ },
675
+ QuantifierAfterNothing: {
676
+ kind: "field",
677
+ type: () => {
678
+ return RegularExpressions.RegexParseError;
679
+ }
680
+ },
681
+ InsufficientOpeningParentheses: {
682
+ kind: "field",
683
+ type: () => {
684
+ return RegularExpressions.RegexParseError;
685
+ }
686
+ },
687
+ UnrecognizedUnicodeProperty: {
688
+ kind: "field",
689
+ type: () => {
690
+ return RegularExpressions.RegexParseError;
691
+ }
692
+ }
693
+ }
694
+ },
695
+ RegexParseException: {
696
+ kind: "class",
697
+ members: {
698
+ Error: {
699
+ kind: "property",
700
+ type: () => {
701
+ return RegularExpressions.RegexParseError;
702
+ }
703
+ },
704
+ Offset: {
705
+ kind: "property",
706
+ type: () => {
707
+ return System.Int32;
708
+ }
709
+ }
710
+ },
711
+ isSealed: true
712
+ },
713
+ ValueMatch: {
714
+ kind: "struct",
715
+ members: {
716
+ Index: {
717
+ kind: "property",
718
+ type: () => {
719
+ return System.Int32;
720
+ }
721
+ },
722
+ Length: {
723
+ kind: "property",
724
+ type: () => {
725
+ return System.Int32;
726
+ }
727
+ }
728
+ }
729
+ }
730
+ });
731
+ export default RegularExpressions;
732
+ //# sourceMappingURL=index.js.map