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

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