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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (467) hide show
  1. package/dist/scripts/components/library-interface.d.ts +9 -0
  2. package/dist/scripts/components/library-interface.d.ts.map +1 -0
  3. package/dist/scripts/components/library-interface.js +43 -0
  4. package/dist/scripts/components/library-interface.js.map +1 -0
  5. package/dist/scripts/components/namespace-directory.d.ts +7 -0
  6. package/dist/scripts/components/namespace-directory.d.ts.map +1 -0
  7. package/dist/scripts/components/namespace-directory.js +96 -0
  8. package/dist/scripts/components/namespace-directory.js.map +1 -0
  9. package/dist/scripts/generate-builtins.d.ts +11 -0
  10. package/dist/scripts/generate-builtins.d.ts.map +1 -0
  11. package/dist/scripts/generate-builtins.js +35 -0
  12. package/dist/scripts/generate-builtins.js.map +1 -0
  13. package/dist/scripts/process-docfx.d.ts +3 -0
  14. package/dist/scripts/process-docfx.d.ts.map +1 -0
  15. package/dist/scripts/process-docfx.js +288 -0
  16. package/dist/scripts/process-docfx.js.map +1 -0
  17. package/dist/src/access.d.ts +13 -0
  18. package/dist/src/access.d.ts.map +1 -0
  19. package/dist/src/access.js +65 -0
  20. package/dist/src/access.js.map +1 -0
  21. package/dist/src/access.test.d.ts +2 -0
  22. package/dist/src/access.test.d.ts.map +1 -0
  23. package/dist/src/access.test.js +43 -0
  24. package/dist/src/access.test.js.map +1 -0
  25. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.d.ts +32 -0
  26. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.d.ts.map +1 -0
  27. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.js +117 -0
  28. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.js.map +1 -0
  29. package/dist/src/builtins/Microsoft/Win32/index.d.ts +6 -0
  30. package/dist/src/builtins/Microsoft/Win32/index.d.ts.map +1 -0
  31. package/dist/src/builtins/Microsoft/Win32/index.js +5 -0
  32. package/dist/src/builtins/Microsoft/Win32/index.js.map +1 -0
  33. package/dist/src/builtins/Microsoft/index.d.ts +6 -0
  34. package/dist/src/builtins/Microsoft/index.d.ts.map +1 -0
  35. package/dist/src/builtins/Microsoft/index.js +5 -0
  36. package/dist/src/builtins/Microsoft/index.js.map +1 -0
  37. package/dist/src/builtins/System/Buffers/Text/index.d.ts +31 -0
  38. package/dist/src/builtins/System/Buffers/Text/index.d.ts.map +1 -0
  39. package/dist/src/builtins/System/Buffers/Text/index.js +122 -0
  40. package/dist/src/builtins/System/Buffers/Text/index.js.map +1 -0
  41. package/dist/src/builtins/System/Buffers/index.d.ts +57 -0
  42. package/dist/src/builtins/System/Buffers/index.d.ts.map +1 -0
  43. package/dist/src/builtins/System/Buffers/index.js +214 -0
  44. package/dist/src/builtins/System/Buffers/index.js.map +1 -0
  45. package/dist/src/builtins/System/CodeDom/Compiler/index.d.ts +31 -0
  46. package/dist/src/builtins/System/CodeDom/Compiler/index.d.ts.map +1 -0
  47. package/dist/src/builtins/System/CodeDom/Compiler/index.js +131 -0
  48. package/dist/src/builtins/System/CodeDom/Compiler/index.js.map +1 -0
  49. package/dist/src/builtins/System/CodeDom/index.d.ts +6 -0
  50. package/dist/src/builtins/System/CodeDom/index.d.ts.map +1 -0
  51. package/dist/src/builtins/System/CodeDom/index.js +5 -0
  52. package/dist/src/builtins/System/CodeDom/index.js.map +1 -0
  53. package/dist/src/builtins/System/Collections/Generic/index.d.ts +99 -0
  54. package/dist/src/builtins/System/Collections/Generic/index.d.ts.map +1 -0
  55. package/dist/src/builtins/System/Collections/Generic/index.js +342 -0
  56. package/dist/src/builtins/System/Collections/Generic/index.js.map +1 -0
  57. package/dist/src/builtins/System/Collections/ObjectModel/index.d.ts +49 -0
  58. package/dist/src/builtins/System/Collections/ObjectModel/index.d.ts.map +1 -0
  59. package/dist/src/builtins/System/Collections/ObjectModel/index.js +185 -0
  60. package/dist/src/builtins/System/Collections/ObjectModel/index.js.map +1 -0
  61. package/dist/src/builtins/System/Collections/index.d.ts +142 -0
  62. package/dist/src/builtins/System/Collections/index.d.ts.map +1 -0
  63. package/dist/src/builtins/System/Collections/index.js +634 -0
  64. package/dist/src/builtins/System/Collections/index.js.map +1 -0
  65. package/dist/src/builtins/System/ComponentModel/index.d.ts +24 -0
  66. package/dist/src/builtins/System/ComponentModel/index.d.ts.map +1 -0
  67. package/dist/src/builtins/System/ComponentModel/index.js +86 -0
  68. package/dist/src/builtins/System/ComponentModel/index.js.map +1 -0
  69. package/dist/src/builtins/System/Configuration/Assemblies/index.d.ts +19 -0
  70. package/dist/src/builtins/System/Configuration/Assemblies/index.d.ts.map +1 -0
  71. package/dist/src/builtins/System/Configuration/Assemblies/index.js +69 -0
  72. package/dist/src/builtins/System/Configuration/Assemblies/index.js.map +1 -0
  73. package/dist/src/builtins/System/Configuration/index.d.ts +6 -0
  74. package/dist/src/builtins/System/Configuration/index.d.ts.map +1 -0
  75. package/dist/src/builtins/System/Configuration/index.js +5 -0
  76. package/dist/src/builtins/System/Configuration/index.js.map +1 -0
  77. package/dist/src/builtins/System/Diagnostics/CodeAnalysis/index.d.ts +155 -0
  78. package/dist/src/builtins/System/Diagnostics/CodeAnalysis/index.d.ts.map +1 -0
  79. package/dist/src/builtins/System/Diagnostics/CodeAnalysis/index.js +705 -0
  80. package/dist/src/builtins/System/Diagnostics/CodeAnalysis/index.js.map +1 -0
  81. package/dist/src/builtins/System/Diagnostics/index.d.ts +115 -0
  82. package/dist/src/builtins/System/Diagnostics/index.d.ts.map +1 -0
  83. package/dist/src/builtins/System/Diagnostics/index.js +509 -0
  84. package/dist/src/builtins/System/Diagnostics/index.js.map +1 -0
  85. package/dist/src/builtins/System/Globalization/index.d.ts +737 -0
  86. package/dist/src/builtins/System/Globalization/index.d.ts.map +1 -0
  87. package/dist/src/builtins/System/Globalization/index.js +3848 -0
  88. package/dist/src/builtins/System/Globalization/index.js.map +1 -0
  89. package/dist/src/builtins/System/IO/Enumeration/index.d.ts +53 -0
  90. package/dist/src/builtins/System/IO/Enumeration/index.d.ts.map +1 -0
  91. package/dist/src/builtins/System/IO/Enumeration/index.js +218 -0
  92. package/dist/src/builtins/System/IO/Enumeration/index.js.map +1 -0
  93. package/dist/src/builtins/System/IO/index.d.ts +622 -0
  94. package/dist/src/builtins/System/IO/index.d.ts.map +1 -0
  95. package/dist/src/builtins/System/IO/index.js +3083 -0
  96. package/dist/src/builtins/System/IO/index.js.map +1 -0
  97. package/dist/src/builtins/System/Net/index.d.ts +14 -0
  98. package/dist/src/builtins/System/Net/index.d.ts.map +1 -0
  99. package/dist/src/builtins/System/Net/index.js +41 -0
  100. package/dist/src/builtins/System/Net/index.js.map +1 -0
  101. package/dist/src/builtins/System/Numerics/index.d.ts +204 -0
  102. package/dist/src/builtins/System/Numerics/index.d.ts.map +1 -0
  103. package/dist/src/builtins/System/Numerics/index.js +952 -0
  104. package/dist/src/builtins/System/Numerics/index.js.map +1 -0
  105. package/dist/src/builtins/System/Reflection/index.d.ts +918 -0
  106. package/dist/src/builtins/System/Reflection/index.d.ts.map +1 -0
  107. package/dist/src/builtins/System/Reflection/index.js +4675 -0
  108. package/dist/src/builtins/System/Reflection/index.js.map +1 -0
  109. package/dist/src/builtins/System/Resources/index.d.ts +56 -0
  110. package/dist/src/builtins/System/Resources/index.d.ts.map +1 -0
  111. package/dist/src/builtins/System/Resources/index.js +235 -0
  112. package/dist/src/builtins/System/Resources/index.js.map +1 -0
  113. package/dist/src/builtins/System/Runtime/CompilerServices/index.d.ts +396 -0
  114. package/dist/src/builtins/System/Runtime/CompilerServices/index.d.ts.map +1 -0
  115. package/dist/src/builtins/System/Runtime/CompilerServices/index.js +1531 -0
  116. package/dist/src/builtins/System/Runtime/CompilerServices/index.js.map +1 -0
  117. package/dist/src/builtins/System/Runtime/ConstrainedExecution/index.d.ts +29 -0
  118. package/dist/src/builtins/System/Runtime/ConstrainedExecution/index.d.ts.map +1 -0
  119. package/dist/src/builtins/System/Runtime/ConstrainedExecution/index.js +103 -0
  120. package/dist/src/builtins/System/Runtime/ConstrainedExecution/index.js.map +1 -0
  121. package/dist/src/builtins/System/Runtime/ExceptionServices/index.d.ts +20 -0
  122. package/dist/src/builtins/System/Runtime/ExceptionServices/index.d.ts.map +1 -0
  123. package/dist/src/builtins/System/Runtime/ExceptionServices/index.js +62 -0
  124. package/dist/src/builtins/System/Runtime/ExceptionServices/index.js.map +1 -0
  125. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.d.ts +84 -0
  126. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.d.ts.map +1 -0
  127. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.js +310 -0
  128. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.js.map +1 -0
  129. package/dist/src/builtins/System/Runtime/InteropServices/Swift/index.d.ts +18 -0
  130. package/dist/src/builtins/System/Runtime/InteropServices/Swift/index.d.ts.map +1 -0
  131. package/dist/src/builtins/System/Runtime/InteropServices/Swift/index.js +49 -0
  132. package/dist/src/builtins/System/Runtime/InteropServices/Swift/index.js.map +1 -0
  133. package/dist/src/builtins/System/Runtime/InteropServices/index.d.ts +165 -0
  134. package/dist/src/builtins/System/Runtime/InteropServices/index.d.ts.map +1 -0
  135. package/dist/src/builtins/System/Runtime/InteropServices/index.js +774 -0
  136. package/dist/src/builtins/System/Runtime/InteropServices/index.js.map +1 -0
  137. package/dist/src/builtins/System/Runtime/Remoting/index.d.ts +10 -0
  138. package/dist/src/builtins/System/Runtime/Remoting/index.d.ts.map +1 -0
  139. package/dist/src/builtins/System/Runtime/Remoting/index.js +18 -0
  140. package/dist/src/builtins/System/Runtime/Remoting/index.js.map +1 -0
  141. package/dist/src/builtins/System/Runtime/Serialization/index.d.ts +118 -0
  142. package/dist/src/builtins/System/Runtime/Serialization/index.d.ts.map +1 -0
  143. package/dist/src/builtins/System/Runtime/Serialization/index.js +468 -0
  144. package/dist/src/builtins/System/Runtime/Serialization/index.js.map +1 -0
  145. package/dist/src/builtins/System/Runtime/Versioning/index.d.ts +81 -0
  146. package/dist/src/builtins/System/Runtime/Versioning/index.d.ts.map +1 -0
  147. package/dist/src/builtins/System/Runtime/Versioning/index.js +336 -0
  148. package/dist/src/builtins/System/Runtime/Versioning/index.js.map +1 -0
  149. package/dist/src/builtins/System/Runtime/index.d.ts +65 -0
  150. package/dist/src/builtins/System/Runtime/index.d.ts.map +1 -0
  151. package/dist/src/builtins/System/Runtime/index.js +243 -0
  152. package/dist/src/builtins/System/Runtime/index.js.map +1 -0
  153. package/dist/src/builtins/System/Security/Cryptography/index.d.ts +9 -0
  154. package/dist/src/builtins/System/Security/Cryptography/index.d.ts.map +1 -0
  155. package/dist/src/builtins/System/Security/Cryptography/index.js +14 -0
  156. package/dist/src/builtins/System/Security/Cryptography/index.js.map +1 -0
  157. package/dist/src/builtins/System/Security/Permissions/index.d.ts +67 -0
  158. package/dist/src/builtins/System/Security/Permissions/index.d.ts.map +1 -0
  159. package/dist/src/builtins/System/Security/Permissions/index.js +325 -0
  160. package/dist/src/builtins/System/Security/Permissions/index.js.map +1 -0
  161. package/dist/src/builtins/System/Security/Principal/index.d.ts +27 -0
  162. package/dist/src/builtins/System/Security/Principal/index.d.ts.map +1 -0
  163. package/dist/src/builtins/System/Security/Principal/index.js +104 -0
  164. package/dist/src/builtins/System/Security/Principal/index.js.map +1 -0
  165. package/dist/src/builtins/System/Security/index.d.ts +141 -0
  166. package/dist/src/builtins/System/Security/index.d.ts.map +1 -0
  167. package/dist/src/builtins/System/Security/index.js +590 -0
  168. package/dist/src/builtins/System/Security/index.js.map +1 -0
  169. package/dist/src/builtins/System/Text/Unicode/index.d.ts +12 -0
  170. package/dist/src/builtins/System/Text/Unicode/index.d.ts.map +1 -0
  171. package/dist/src/builtins/System/Text/Unicode/index.js +31 -0
  172. package/dist/src/builtins/System/Text/Unicode/index.js.map +1 -0
  173. package/dist/src/builtins/System/Text/index.d.ts +268 -0
  174. package/dist/src/builtins/System/Text/index.d.ts.map +1 -0
  175. package/dist/src/builtins/System/Text/index.js +1278 -0
  176. package/dist/src/builtins/System/Text/index.js.map +1 -0
  177. package/dist/src/builtins/System/Threading/Tasks/Sources/index.d.ts +32 -0
  178. package/dist/src/builtins/System/Threading/Tasks/Sources/index.d.ts.map +1 -0
  179. package/dist/src/builtins/System/Threading/Tasks/Sources/index.js +117 -0
  180. package/dist/src/builtins/System/Threading/Tasks/Sources/index.js.map +1 -0
  181. package/dist/src/builtins/System/Threading/Tasks/index.d.ts +140 -0
  182. package/dist/src/builtins/System/Threading/Tasks/index.d.ts.map +1 -0
  183. package/dist/src/builtins/System/Threading/Tasks/index.js +621 -0
  184. package/dist/src/builtins/System/Threading/Tasks/index.js.map +1 -0
  185. package/dist/src/builtins/System/Threading/index.d.ts +92 -0
  186. package/dist/src/builtins/System/Threading/index.d.ts.map +1 -0
  187. package/dist/src/builtins/System/Threading/index.js +372 -0
  188. package/dist/src/builtins/System/Threading/index.js.map +1 -0
  189. package/dist/src/builtins/System/index.d.ts +2746 -0
  190. package/dist/src/builtins/System/index.d.ts.map +1 -0
  191. package/dist/src/builtins/System/index.js +13070 -0
  192. package/dist/src/builtins/System/index.js.map +1 -0
  193. package/dist/src/builtins/index.d.ts +3 -0
  194. package/dist/src/builtins/index.d.ts.map +1 -0
  195. package/dist/src/builtins/index.js +3 -0
  196. package/dist/src/builtins/index.js.map +1 -0
  197. package/dist/src/components/access-expression/access-expression.d.ts +3 -3
  198. package/dist/src/components/access-expression/access-expression.d.ts.map +1 -1
  199. package/dist/src/components/enum/declaration.d.ts +2 -2
  200. package/dist/src/components/enum/declaration.d.ts.map +1 -1
  201. package/dist/src/components/enum/declaration.js +3 -3
  202. package/dist/src/components/enum/declaration.js.map +1 -1
  203. package/dist/src/components/enum/declaration.ref.test.js +1 -1
  204. package/dist/src/components/enum/declaration.test.js +15 -1
  205. package/dist/src/components/enum/declaration.test.js.map +1 -1
  206. package/dist/src/components/enum/member.d.ts +2 -2
  207. package/dist/src/components/enum/member.d.ts.map +1 -1
  208. package/dist/src/components/enum/member.js +3 -3
  209. package/dist/src/components/enum/member.js.map +1 -1
  210. package/dist/src/components/enum/member.test.js +24 -1
  211. package/dist/src/components/enum/member.test.js.map +1 -1
  212. package/dist/src/components/field/field.d.ts +2 -2
  213. package/dist/src/components/field/field.d.ts.map +1 -1
  214. package/dist/src/components/field/field.js.map +1 -1
  215. package/dist/src/components/field/field.test.js +19 -1
  216. package/dist/src/components/field/field.test.js.map +1 -1
  217. package/dist/src/components/if/if-statement.d.ts +25 -0
  218. package/dist/src/components/if/if-statement.d.ts.map +1 -0
  219. package/dist/src/components/if/if-statement.js +36 -0
  220. package/dist/src/components/if/if-statement.js.map +1 -0
  221. package/dist/src/components/if/if-statement.test.d.ts +2 -0
  222. package/dist/src/components/if/if-statement.test.d.ts.map +1 -0
  223. package/dist/src/components/if/if-statement.test.js +29 -0
  224. package/dist/src/components/if/if-statement.test.js.map +1 -0
  225. package/dist/src/components/index.d.ts +4 -2
  226. package/dist/src/components/index.d.ts.map +1 -1
  227. package/dist/src/components/index.js +4 -3
  228. package/dist/src/components/index.js.map +1 -1
  229. package/dist/src/components/interface/declaration.d.ts +1 -1
  230. package/dist/src/components/interface/declaration.d.ts.map +1 -1
  231. package/dist/src/components/interface/declaration.js +3 -3
  232. package/dist/src/components/interface/declaration.js.map +1 -1
  233. package/dist/src/components/interface/declaration.test.js +14 -1
  234. package/dist/src/components/interface/declaration.test.js.map +1 -1
  235. package/dist/src/components/interface/method.d.ts +2 -2
  236. package/dist/src/components/interface/method.d.ts.map +1 -1
  237. package/dist/src/components/interface/method.js.map +1 -1
  238. package/dist/src/components/interface/method.test.js +17 -1
  239. package/dist/src/components/interface/method.test.js.map +1 -1
  240. package/dist/src/components/interface/property.d.ts +2 -2
  241. package/dist/src/components/interface/property.d.ts.map +1 -1
  242. package/dist/src/components/interface/property.js.map +1 -1
  243. package/dist/src/components/interface/property.test.js +19 -0
  244. package/dist/src/components/interface/property.test.js.map +1 -1
  245. package/dist/src/components/method/method.js +10 -2
  246. package/dist/src/components/method/method.js.map +1 -1
  247. package/dist/src/components/method/method.test.js +61 -0
  248. package/dist/src/components/method/method.test.js.map +1 -1
  249. package/dist/src/components/namespace/namespace-name.d.ts +10 -0
  250. package/dist/src/components/namespace/namespace-name.d.ts.map +1 -0
  251. package/dist/src/components/namespace/namespace-name.js +20 -0
  252. package/dist/src/components/namespace/namespace-name.js.map +1 -0
  253. package/dist/src/components/{namespace.d.ts → namespace/namespace.d.ts} +3 -1
  254. package/dist/src/components/namespace/namespace.d.ts.map +1 -0
  255. package/dist/src/components/{namespace.js → namespace/namespace.js} +12 -13
  256. package/dist/src/components/namespace/namespace.js.map +1 -0
  257. package/dist/src/components/namespace/namespace.test.d.ts.map +1 -0
  258. package/dist/src/components/namespace/namespace.test.js +207 -0
  259. package/dist/src/components/namespace/namespace.test.js.map +1 -0
  260. package/dist/src/components/namespace.ref.test.js +42 -10
  261. package/dist/src/components/namespace.ref.test.js.map +1 -1
  262. package/dist/src/components/parameters/parameters.d.ts.map +1 -1
  263. package/dist/src/components/parameters/parameters.js +2 -2
  264. package/dist/src/components/parameters/parameters.js.map +1 -1
  265. package/dist/src/components/property/property.d.ts.map +1 -1
  266. package/dist/src/components/property/property.js +21 -12
  267. package/dist/src/components/property/property.js.map +1 -1
  268. package/dist/src/components/property/property.test.js +28 -0
  269. package/dist/src/components/property/property.test.js.map +1 -1
  270. package/dist/src/components/record/declaration.d.ts +1 -1
  271. package/dist/src/components/record/declaration.d.ts.map +1 -1
  272. package/dist/src/components/record/declaration.js +3 -4
  273. package/dist/src/components/record/declaration.js.map +1 -1
  274. package/dist/src/components/record/declaration.test.js +14 -1
  275. package/dist/src/components/record/declaration.test.js.map +1 -1
  276. package/dist/src/components/source-file/source-file.d.ts.map +1 -1
  277. package/dist/src/components/source-file/source-file.js +6 -4
  278. package/dist/src/components/source-file/source-file.js.map +1 -1
  279. package/dist/src/components/source-file/source-file.test.js +1 -1
  280. package/dist/src/components/source-file/using.test.d.ts.map +1 -0
  281. package/dist/{test → src/components/source-file}/using.test.js +30 -49
  282. package/dist/src/components/source-file/using.test.js.map +1 -0
  283. package/dist/src/components/stc/index.d.ts +1 -1
  284. package/dist/src/components/stc/index.d.ts.map +1 -1
  285. package/dist/src/components/stc/index.js +1 -1
  286. package/dist/src/components/stc/index.js.map +1 -1
  287. package/dist/src/components/struct/declaration.d.ts +1 -1
  288. package/dist/src/components/struct/declaration.d.ts.map +1 -1
  289. package/dist/src/components/struct/declaration.js +3 -3
  290. package/dist/src/components/struct/declaration.js.map +1 -1
  291. package/dist/src/components/struct/declaration.test.js +14 -1
  292. package/dist/src/components/struct/declaration.test.js.map +1 -1
  293. package/dist/src/components/type-parameters/type-parameter.d.ts +2 -2
  294. package/dist/src/components/type-parameters/type-parameter.d.ts.map +1 -1
  295. package/dist/src/components/type-parameters/type-parameter.js.map +1 -1
  296. package/dist/src/components/type-parameters/type-parameters.test.js +14 -0
  297. package/dist/src/components/type-parameters/type-parameters.test.js.map +1 -1
  298. package/dist/src/components/using/using.d.ts +28 -0
  299. package/dist/src/components/using/using.d.ts.map +1 -0
  300. package/dist/src/components/using/using.js +37 -0
  301. package/dist/src/components/using/using.js.map +1 -0
  302. package/dist/src/components/using/using.test.d.ts +2 -0
  303. package/dist/src/components/using/using.test.d.ts.map +1 -0
  304. package/dist/src/components/using/using.test.js +19 -0
  305. package/dist/src/components/using/using.test.js.map +1 -0
  306. package/dist/src/components/var/declaration.d.ts +4 -2
  307. package/dist/src/components/var/declaration.d.ts.map +1 -1
  308. package/dist/src/components/var/declaration.js +17 -3
  309. package/dist/src/components/var/declaration.js.map +1 -1
  310. package/dist/src/components/var/declaration.test.js +22 -1
  311. package/dist/src/components/var/declaration.test.js.map +1 -1
  312. package/dist/src/contexts/global-namespace.d.ts +1 -0
  313. package/dist/src/contexts/global-namespace.d.ts.map +1 -1
  314. package/dist/src/contexts/global-namespace.js +6 -1
  315. package/dist/src/contexts/global-namespace.js.map +1 -1
  316. package/dist/src/create-library.d.ts +62 -0
  317. package/dist/src/create-library.d.ts.map +1 -0
  318. package/dist/src/create-library.js +128 -0
  319. package/dist/src/create-library.js.map +1 -0
  320. package/dist/src/create-library.test.d.ts +10 -0
  321. package/dist/src/create-library.test.d.ts.map +1 -0
  322. package/dist/src/create-library.test.js +220 -0
  323. package/dist/src/create-library.test.js.map +1 -0
  324. package/dist/src/index.d.ts +2 -0
  325. package/dist/src/index.d.ts.map +1 -1
  326. package/dist/src/index.js +2 -0
  327. package/dist/src/index.js.map +1 -1
  328. package/dist/src/name-policy.d.ts +1 -1
  329. package/dist/src/name-policy.d.ts.map +1 -1
  330. package/dist/src/name-policy.js +1 -0
  331. package/dist/src/name-policy.js.map +1 -1
  332. package/dist/src/symbols/factories.d.ts +1 -1
  333. package/dist/src/symbols/factories.d.ts.map +1 -1
  334. package/dist/src/symbols/factories.js +27 -7
  335. package/dist/src/symbols/factories.js.map +1 -1
  336. package/dist/src/symbols/named-type.d.ts +3 -3
  337. package/dist/src/symbols/named-type.d.ts.map +1 -1
  338. package/dist/src/symbols/named-type.js.map +1 -1
  339. package/dist/src/symbols/namespace.d.ts +2 -2
  340. package/dist/src/symbols/namespace.d.ts.map +1 -1
  341. package/dist/src/symbols/namespace.js.map +1 -1
  342. package/dist/src/symbols/reference.d.ts.map +1 -1
  343. package/dist/src/symbols/reference.js +3 -3
  344. package/dist/src/symbols/reference.js.map +1 -1
  345. package/dist/test/utils.d.ts +4 -2
  346. package/dist/test/utils.d.ts.map +1 -1
  347. package/dist/test/utils.js +5 -4
  348. package/dist/test/utils.js.map +1 -1
  349. package/dist/tsconfig.tsbuildinfo +1 -1
  350. package/package.json +14 -3
  351. package/scripts/components/library-interface.tsx +41 -0
  352. package/scripts/components/namespace-directory.tsx +104 -0
  353. package/scripts/generate-builtins.tsx +35 -0
  354. package/scripts/process-docfx.tsx +309 -0
  355. package/src/access.test.tsx +49 -0
  356. package/src/access.tsx +70 -0
  357. package/src/builtins/Microsoft/Win32/SafeHandles/index.ts +147 -0
  358. package/src/builtins/Microsoft/Win32/index.ts +8 -0
  359. package/src/builtins/Microsoft/index.ts +8 -0
  360. package/src/builtins/System/Buffers/Text/index.ts +150 -0
  361. package/src/builtins/System/Buffers/index.ts +267 -0
  362. package/src/builtins/System/CodeDom/Compiler/index.ts +160 -0
  363. package/src/builtins/System/CodeDom/index.ts +8 -0
  364. package/src/builtins/System/Collections/Generic/index.ts +439 -0
  365. package/src/builtins/System/Collections/ObjectModel/index.ts +232 -0
  366. package/src/builtins/System/Collections/index.ts +771 -0
  367. package/src/builtins/System/ComponentModel/index.ts +108 -0
  368. package/src/builtins/System/Configuration/Assemblies/index.ts +85 -0
  369. package/src/builtins/System/Configuration/index.ts +8 -0
  370. package/src/builtins/System/Diagnostics/CodeAnalysis/index.ts +858 -0
  371. package/src/builtins/System/Diagnostics/index.ts +620 -0
  372. package/src/builtins/System/Globalization/index.ts +4583 -0
  373. package/src/builtins/System/IO/Enumeration/index.ts +269 -0
  374. package/src/builtins/System/IO/index.ts +3701 -0
  375. package/src/builtins/System/Net/index.ts +52 -0
  376. package/src/builtins/System/Numerics/index.ts +1184 -0
  377. package/src/builtins/System/Reflection/index.ts +5591 -0
  378. package/src/builtins/System/Resources/index.ts +289 -0
  379. package/src/builtins/System/Runtime/CompilerServices/index.ts +1929 -0
  380. package/src/builtins/System/Runtime/ConstrainedExecution/index.ts +129 -0
  381. package/src/builtins/System/Runtime/ExceptionServices/index.ts +80 -0
  382. package/src/builtins/System/Runtime/InteropServices/Marshalling/index.ts +394 -0
  383. package/src/builtins/System/Runtime/InteropServices/Swift/index.ts +65 -0
  384. package/src/builtins/System/Runtime/InteropServices/index.ts +934 -0
  385. package/src/builtins/System/Runtime/Remoting/index.ts +25 -0
  386. package/src/builtins/System/Runtime/Serialization/index.ts +584 -0
  387. package/src/builtins/System/Runtime/Versioning/index.ts +415 -0
  388. package/src/builtins/System/Runtime/index.ts +298 -0
  389. package/src/builtins/System/Security/Cryptography/index.ts +20 -0
  390. package/src/builtins/System/Security/Permissions/index.ts +390 -0
  391. package/src/builtins/System/Security/Principal/index.ts +129 -0
  392. package/src/builtins/System/Security/index.ts +725 -0
  393. package/src/builtins/System/Text/Unicode/index.ts +40 -0
  394. package/src/builtins/System/Text/index.ts +1542 -0
  395. package/src/builtins/System/Threading/Tasks/Sources/index.ts +147 -0
  396. package/src/builtins/System/Threading/Tasks/index.ts +757 -0
  397. package/src/builtins/System/Threading/index.ts +460 -0
  398. package/src/builtins/System/index.ts +15803 -0
  399. package/src/builtins/index.ts +2 -0
  400. package/src/components/access-expression/access-expression.tsx +2 -2
  401. package/src/components/enum/declaration.ref.test.tsx +1 -1
  402. package/src/components/enum/declaration.test.tsx +14 -1
  403. package/src/components/enum/declaration.tsx +4 -3
  404. package/src/components/enum/member.test.tsx +22 -1
  405. package/src/components/enum/member.tsx +4 -4
  406. package/src/components/field/field.test.tsx +14 -1
  407. package/src/components/field/field.tsx +2 -2
  408. package/src/components/if/if-statement.test.tsx +26 -0
  409. package/src/components/if/if-statement.tsx +50 -0
  410. package/src/components/index.ts +4 -2
  411. package/src/components/interface/declaration.test.tsx +11 -1
  412. package/src/components/interface/declaration.tsx +3 -4
  413. package/src/components/interface/method.test.tsx +14 -1
  414. package/src/components/interface/method.tsx +2 -1
  415. package/src/components/interface/property.test.tsx +13 -0
  416. package/src/components/interface/property.tsx +2 -1
  417. package/src/components/method/method.test.tsx +49 -0
  418. package/src/components/method/method.tsx +7 -4
  419. package/src/components/namespace/namespace-name.tsx +31 -0
  420. package/src/components/namespace/namespace.test.tsx +145 -0
  421. package/src/components/{namespace.tsx → namespace/namespace.tsx} +12 -15
  422. package/src/components/namespace.ref.test.tsx +34 -9
  423. package/src/components/parameters/parameters.tsx +7 -2
  424. package/src/components/property/property.test.tsx +25 -0
  425. package/src/components/property/property.tsx +22 -11
  426. package/src/components/record/declaration.test.tsx +11 -1
  427. package/src/components/record/declaration.tsx +3 -4
  428. package/src/components/source-file/source-file.test.tsx +1 -1
  429. package/src/components/source-file/source-file.tsx +4 -4
  430. package/src/components/source-file/using.test.tsx +94 -0
  431. package/src/components/stc/index.ts +1 -1
  432. package/src/components/struct/declaration.test.tsx +11 -1
  433. package/src/components/struct/declaration.tsx +3 -4
  434. package/src/components/type-parameters/type-parameter.tsx +2 -1
  435. package/src/components/type-parameters/type-parameters.test.tsx +9 -0
  436. package/src/components/using/using.test.tsx +15 -0
  437. package/src/components/using/using.tsx +52 -0
  438. package/src/components/var/declaration.test.tsx +16 -1
  439. package/src/components/var/declaration.tsx +17 -2
  440. package/src/contexts/global-namespace.ts +8 -1
  441. package/src/create-library.test.tsx +202 -0
  442. package/src/create-library.ts +270 -0
  443. package/src/index.ts +2 -0
  444. package/src/name-policy.ts +3 -1
  445. package/src/symbols/factories.ts +47 -10
  446. package/src/symbols/named-type.ts +3 -3
  447. package/src/symbols/namespace.ts +2 -2
  448. package/src/symbols/reference.tsx +10 -3
  449. package/temp/api.json +3934 -683
  450. package/test/utils.tsx +6 -3
  451. package/tsconfig.json +11 -2
  452. package/dist/src/components/UsingDirective.d.ts +0 -10
  453. package/dist/src/components/UsingDirective.d.ts.map +0 -1
  454. package/dist/src/components/UsingDirective.js +0 -15
  455. package/dist/src/components/UsingDirective.js.map +0 -1
  456. package/dist/src/components/namespace.d.ts.map +0 -1
  457. package/dist/src/components/namespace.js.map +0 -1
  458. package/dist/src/components/namespace.test.d.ts.map +0 -1
  459. package/dist/src/components/namespace.test.js +0 -79
  460. package/dist/src/components/namespace.test.js.map +0 -1
  461. package/dist/test/using.test.d.ts.map +0 -1
  462. package/dist/test/using.test.js.map +0 -1
  463. package/src/components/UsingDirective.tsx +0 -28
  464. package/src/components/namespace.test.tsx +0 -52
  465. package/test/using.test.tsx +0 -118
  466. /package/dist/src/components/{namespace.test.d.ts → namespace/namespace.test.d.ts} +0 -0
  467. /package/dist/{test → src/components/source-file}/using.test.d.ts +0 -0
@@ -0,0 +1,771 @@
1
+ import System from "../index.js";
2
+
3
+ import { createLibrary } from "#createLibrary";
4
+ import { LibrarySymbolReference } from "@alloy-js/core";export { default as Generic } from "./Generic/index.js";
5
+ export { default as ObjectModel } from "./ObjectModel/index.js";
6
+
7
+ type CollectionsLibrary = LibrarySymbolReference & {
8
+ ArrayList: LibrarySymbolReference & {
9
+ ArrayList: LibrarySymbolReference;
10
+ Adapter: LibrarySymbolReference;
11
+ Add: LibrarySymbolReference;
12
+ AddRange: LibrarySymbolReference;
13
+ BinarySearch: LibrarySymbolReference;
14
+ Clear: LibrarySymbolReference;
15
+ Clone: LibrarySymbolReference;
16
+ Contains: LibrarySymbolReference;
17
+ CopyTo: LibrarySymbolReference;
18
+ FixedSize: LibrarySymbolReference;
19
+ GetEnumerator: LibrarySymbolReference;
20
+ GetRange: LibrarySymbolReference;
21
+ IndexOf: LibrarySymbolReference;
22
+ Insert: LibrarySymbolReference;
23
+ InsertRange: LibrarySymbolReference;
24
+ LastIndexOf: LibrarySymbolReference;
25
+ ReadOnly: LibrarySymbolReference;
26
+ Remove: LibrarySymbolReference;
27
+ RemoveAt: LibrarySymbolReference;
28
+ RemoveRange: LibrarySymbolReference;
29
+ Repeat: LibrarySymbolReference;
30
+ Reverse: LibrarySymbolReference;
31
+ SetRange: LibrarySymbolReference;
32
+ Sort: LibrarySymbolReference;
33
+ Synchronized: LibrarySymbolReference;
34
+ ToArray: LibrarySymbolReference;
35
+ TrimToSize: LibrarySymbolReference;
36
+ Capacity: LibrarySymbolReference;
37
+ Count: LibrarySymbolReference;
38
+ IsFixedSize: LibrarySymbolReference;
39
+ IsReadOnly: LibrarySymbolReference;
40
+ IsSynchronized: LibrarySymbolReference;
41
+ Item: LibrarySymbolReference;
42
+ SyncRoot: LibrarySymbolReference
43
+ };
44
+ Comparer: LibrarySymbolReference & {
45
+ Default: LibrarySymbolReference;
46
+ DefaultInvariant: LibrarySymbolReference;
47
+ Comparer: LibrarySymbolReference;
48
+ Compare: LibrarySymbolReference
49
+ };
50
+ DictionaryEntry: LibrarySymbolReference & {
51
+ DictionaryEntry: LibrarySymbolReference;
52
+ Key: LibrarySymbolReference;
53
+ Value: LibrarySymbolReference
54
+ };
55
+ Hashtable: LibrarySymbolReference & {
56
+ Hashtable: LibrarySymbolReference;
57
+ Add: LibrarySymbolReference;
58
+ Clear: LibrarySymbolReference;
59
+ Clone: LibrarySymbolReference;
60
+ Contains: LibrarySymbolReference;
61
+ ContainsKey: LibrarySymbolReference;
62
+ ContainsValue: LibrarySymbolReference;
63
+ CopyTo: LibrarySymbolReference;
64
+ GetEnumerator: LibrarySymbolReference;
65
+ GetHash: LibrarySymbolReference;
66
+ KeyEquals: LibrarySymbolReference;
67
+ OnDeserialization: LibrarySymbolReference;
68
+ Remove: LibrarySymbolReference;
69
+ Synchronized: LibrarySymbolReference;
70
+ comparer: LibrarySymbolReference;
71
+ Count: LibrarySymbolReference;
72
+ EqualityComparer: LibrarySymbolReference;
73
+ hcp: LibrarySymbolReference;
74
+ IsFixedSize: LibrarySymbolReference;
75
+ IsReadOnly: LibrarySymbolReference;
76
+ IsSynchronized: LibrarySymbolReference;
77
+ Item: LibrarySymbolReference;
78
+ Keys: LibrarySymbolReference;
79
+ SyncRoot: LibrarySymbolReference;
80
+ Values: LibrarySymbolReference
81
+ };
82
+ ICollection: LibrarySymbolReference & {
83
+ CopyTo: LibrarySymbolReference;
84
+ Count: LibrarySymbolReference;
85
+ IsSynchronized: LibrarySymbolReference;
86
+ SyncRoot: LibrarySymbolReference
87
+ };
88
+ IComparer: LibrarySymbolReference & {
89
+ Compare: LibrarySymbolReference
90
+ };
91
+ IDictionary: LibrarySymbolReference & {
92
+ Add: LibrarySymbolReference;
93
+ Clear: LibrarySymbolReference;
94
+ Contains: LibrarySymbolReference;
95
+ GetEnumerator: LibrarySymbolReference;
96
+ Remove: LibrarySymbolReference;
97
+ IsFixedSize: LibrarySymbolReference;
98
+ IsReadOnly: LibrarySymbolReference;
99
+ Item: LibrarySymbolReference;
100
+ Keys: LibrarySymbolReference;
101
+ Values: LibrarySymbolReference
102
+ };
103
+ IDictionaryEnumerator: LibrarySymbolReference & {
104
+ Entry: LibrarySymbolReference;
105
+ Key: LibrarySymbolReference;
106
+ Value: LibrarySymbolReference
107
+ };
108
+ IEnumerable: LibrarySymbolReference & {
109
+ GetEnumerator: LibrarySymbolReference
110
+ };
111
+ IEnumerator: LibrarySymbolReference & {
112
+ MoveNext: LibrarySymbolReference;
113
+ Reset: LibrarySymbolReference;
114
+ Current: LibrarySymbolReference
115
+ };
116
+ IEqualityComparer: LibrarySymbolReference & {
117
+ Equals: LibrarySymbolReference;
118
+ GetHashCode: LibrarySymbolReference
119
+ };
120
+ IHashCodeProvider: LibrarySymbolReference & {
121
+ GetHashCode: LibrarySymbolReference
122
+ };
123
+ IList: LibrarySymbolReference & {
124
+ Add: LibrarySymbolReference;
125
+ Clear: LibrarySymbolReference;
126
+ Contains: LibrarySymbolReference;
127
+ IndexOf: LibrarySymbolReference;
128
+ Insert: LibrarySymbolReference;
129
+ Remove: LibrarySymbolReference;
130
+ RemoveAt: LibrarySymbolReference;
131
+ IsFixedSize: LibrarySymbolReference;
132
+ IsReadOnly: LibrarySymbolReference;
133
+ Item: LibrarySymbolReference
134
+ };
135
+ IStructuralComparable: LibrarySymbolReference & {
136
+ CompareTo: LibrarySymbolReference
137
+ };
138
+ IStructuralEquatable: LibrarySymbolReference & {
139
+ Equals: LibrarySymbolReference;
140
+ GetHashCode: LibrarySymbolReference
141
+ }
142
+ };
143
+ const Collections: CollectionsLibrary = createLibrary("System.Collections", {
144
+ ArrayList: {
145
+ kind: "class",
146
+ members: {
147
+ ArrayList: {
148
+ kind: "method",
149
+ methodKind: "constructor",
150
+ },
151
+ Adapter: {
152
+ kind: "method",
153
+ methodKind: "ordinary",
154
+ isStatic: true,
155
+ },
156
+ Add: {
157
+ kind: "method",
158
+ methodKind: "ordinary",
159
+ isVirtual: true,
160
+ },
161
+ AddRange: {
162
+ kind: "method",
163
+ methodKind: "ordinary",
164
+ isVirtual: true,
165
+ },
166
+ BinarySearch: {
167
+ kind: "method",
168
+ methodKind: "ordinary",
169
+ isVirtual: true,
170
+ },
171
+ Clear: {
172
+ kind: "method",
173
+ methodKind: "ordinary",
174
+ isVirtual: true,
175
+ },
176
+ Clone: {
177
+ kind: "method",
178
+ methodKind: "ordinary",
179
+ isVirtual: true,
180
+ },
181
+ Contains: {
182
+ kind: "method",
183
+ methodKind: "ordinary",
184
+ isVirtual: true,
185
+ },
186
+ CopyTo: {
187
+ kind: "method",
188
+ methodKind: "ordinary",
189
+ isVirtual: true,
190
+ },
191
+ FixedSize: {
192
+ kind: "method",
193
+ methodKind: "ordinary",
194
+ isStatic: true,
195
+ },
196
+ GetEnumerator: {
197
+ kind: "method",
198
+ methodKind: "ordinary",
199
+ isVirtual: true,
200
+ },
201
+ GetRange: {
202
+ kind: "method",
203
+ methodKind: "ordinary",
204
+ isVirtual: true,
205
+ },
206
+ IndexOf: {
207
+ kind: "method",
208
+ methodKind: "ordinary",
209
+ isVirtual: true,
210
+ },
211
+ Insert: {
212
+ kind: "method",
213
+ methodKind: "ordinary",
214
+ isVirtual: true,
215
+ },
216
+ InsertRange: {
217
+ kind: "method",
218
+ methodKind: "ordinary",
219
+ isVirtual: true,
220
+ },
221
+ LastIndexOf: {
222
+ kind: "method",
223
+ methodKind: "ordinary",
224
+ isVirtual: true,
225
+ },
226
+ ReadOnly: {
227
+ kind: "method",
228
+ methodKind: "ordinary",
229
+ isStatic: true,
230
+ },
231
+ Remove: {
232
+ kind: "method",
233
+ methodKind: "ordinary",
234
+ isVirtual: true,
235
+ },
236
+ RemoveAt: {
237
+ kind: "method",
238
+ methodKind: "ordinary",
239
+ isVirtual: true,
240
+ },
241
+ RemoveRange: {
242
+ kind: "method",
243
+ methodKind: "ordinary",
244
+ isVirtual: true,
245
+ },
246
+ Repeat: {
247
+ kind: "method",
248
+ methodKind: "ordinary",
249
+ isStatic: true,
250
+ },
251
+ Reverse: {
252
+ kind: "method",
253
+ methodKind: "ordinary",
254
+ isVirtual: true,
255
+ },
256
+ SetRange: {
257
+ kind: "method",
258
+ methodKind: "ordinary",
259
+ isVirtual: true,
260
+ },
261
+ Sort: {
262
+ kind: "method",
263
+ methodKind: "ordinary",
264
+ isVirtual: true,
265
+ },
266
+ Synchronized: {
267
+ kind: "method",
268
+ methodKind: "ordinary",
269
+ isStatic: true,
270
+ },
271
+ ToArray: {
272
+ kind: "method",
273
+ methodKind: "ordinary",
274
+ isVirtual: true,
275
+ },
276
+ TrimToSize: {
277
+ kind: "method",
278
+ methodKind: "ordinary",
279
+ isVirtual: true,
280
+ },
281
+ Capacity: {
282
+ kind: "property",
283
+ type: () => {
284
+ return System.Int32;
285
+ },
286
+ isVirtual: true,
287
+ },
288
+ Count: {
289
+ kind: "property",
290
+ type: () => {
291
+ return System.Int32;
292
+ },
293
+ isVirtual: true,
294
+ },
295
+ IsFixedSize: {
296
+ kind: "property",
297
+ type: () => {
298
+ return System.Boolean;
299
+ },
300
+ isVirtual: true,
301
+ },
302
+ IsReadOnly: {
303
+ kind: "property",
304
+ type: () => {
305
+ return System.Boolean;
306
+ },
307
+ isVirtual: true,
308
+ },
309
+ IsSynchronized: {
310
+ kind: "property",
311
+ type: () => {
312
+ return System.Boolean;
313
+ },
314
+ isVirtual: true,
315
+ },
316
+ Item: {
317
+ kind: "property",
318
+ type: () => {
319
+ return System.Object;
320
+ },
321
+ isVirtual: true,
322
+ },
323
+ SyncRoot: {
324
+ kind: "property",
325
+ type: () => {
326
+ return System.Object;
327
+ },
328
+ isVirtual: true,
329
+ },
330
+ },
331
+ },
332
+ Comparer: {
333
+ kind: "class",
334
+ members: {
335
+ Default: {
336
+ kind: "field",
337
+ type: () => {
338
+ return Collections.Comparer;
339
+ },
340
+ isStatic: true,
341
+ isReadOnly: true,
342
+ },
343
+ DefaultInvariant: {
344
+ kind: "field",
345
+ type: () => {
346
+ return Collections.Comparer;
347
+ },
348
+ isStatic: true,
349
+ isReadOnly: true,
350
+ },
351
+ Comparer: {
352
+ kind: "method",
353
+ methodKind: "constructor",
354
+ },
355
+ Compare: {
356
+ kind: "method",
357
+ methodKind: "ordinary",
358
+ },
359
+ },
360
+ isSealed: true,
361
+ },
362
+ DictionaryEntry: {
363
+ kind: "struct",
364
+ members: {
365
+ DictionaryEntry: {
366
+ kind: "method",
367
+ methodKind: "constructor",
368
+ },
369
+ Key: {
370
+ kind: "property",
371
+ type: () => {
372
+ return System.Object;
373
+ },
374
+ },
375
+ Value: {
376
+ kind: "property",
377
+ type: () => {
378
+ return System.Object;
379
+ },
380
+ isNullable: true,
381
+ },
382
+ },
383
+ },
384
+ Hashtable: {
385
+ kind: "class",
386
+ members: {
387
+ Hashtable: {
388
+ kind: "method",
389
+ methodKind: "constructor",
390
+ },
391
+ Add: {
392
+ kind: "method",
393
+ methodKind: "ordinary",
394
+ isVirtual: true,
395
+ },
396
+ Clear: {
397
+ kind: "method",
398
+ methodKind: "ordinary",
399
+ isVirtual: true,
400
+ },
401
+ Clone: {
402
+ kind: "method",
403
+ methodKind: "ordinary",
404
+ isVirtual: true,
405
+ },
406
+ Contains: {
407
+ kind: "method",
408
+ methodKind: "ordinary",
409
+ isVirtual: true,
410
+ },
411
+ ContainsKey: {
412
+ kind: "method",
413
+ methodKind: "ordinary",
414
+ isVirtual: true,
415
+ },
416
+ ContainsValue: {
417
+ kind: "method",
418
+ methodKind: "ordinary",
419
+ isVirtual: true,
420
+ },
421
+ CopyTo: {
422
+ kind: "method",
423
+ methodKind: "ordinary",
424
+ isVirtual: true,
425
+ },
426
+ GetEnumerator: {
427
+ kind: "method",
428
+ methodKind: "ordinary",
429
+ isVirtual: true,
430
+ },
431
+ GetHash: {
432
+ kind: "method",
433
+ methodKind: "ordinary",
434
+ isVirtual: true,
435
+ },
436
+ KeyEquals: {
437
+ kind: "method",
438
+ methodKind: "ordinary",
439
+ isVirtual: true,
440
+ },
441
+ OnDeserialization: {
442
+ kind: "method",
443
+ methodKind: "ordinary",
444
+ isVirtual: true,
445
+ },
446
+ Remove: {
447
+ kind: "method",
448
+ methodKind: "ordinary",
449
+ isVirtual: true,
450
+ },
451
+ Synchronized: {
452
+ kind: "method",
453
+ methodKind: "ordinary",
454
+ isStatic: true,
455
+ },
456
+ comparer: {
457
+ kind: "property",
458
+ type: () => {
459
+ return Collections.IComparer;
460
+ },
461
+ },
462
+ Count: {
463
+ kind: "property",
464
+ type: () => {
465
+ return System.Int32;
466
+ },
467
+ isVirtual: true,
468
+ },
469
+ EqualityComparer: {
470
+ kind: "property",
471
+ type: () => {
472
+ return Collections.IEqualityComparer;
473
+ },
474
+ },
475
+ hcp: {
476
+ kind: "property",
477
+ type: () => {
478
+ return Collections.IHashCodeProvider;
479
+ },
480
+ },
481
+ IsFixedSize: {
482
+ kind: "property",
483
+ type: () => {
484
+ return System.Boolean;
485
+ },
486
+ isVirtual: true,
487
+ },
488
+ IsReadOnly: {
489
+ kind: "property",
490
+ type: () => {
491
+ return System.Boolean;
492
+ },
493
+ isVirtual: true,
494
+ },
495
+ IsSynchronized: {
496
+ kind: "property",
497
+ type: () => {
498
+ return System.Boolean;
499
+ },
500
+ isVirtual: true,
501
+ },
502
+ Item: {
503
+ kind: "property",
504
+ type: () => {
505
+ return System.Object;
506
+ },
507
+ isVirtual: true,
508
+ },
509
+ Keys: {
510
+ kind: "property",
511
+ type: () => {
512
+ return Collections.ICollection;
513
+ },
514
+ isVirtual: true,
515
+ },
516
+ SyncRoot: {
517
+ kind: "property",
518
+ type: () => {
519
+ return System.Object;
520
+ },
521
+ isVirtual: true,
522
+ },
523
+ Values: {
524
+ kind: "property",
525
+ type: () => {
526
+ return Collections.ICollection;
527
+ },
528
+ isVirtual: true,
529
+ },
530
+ },
531
+ },
532
+ ICollection: {
533
+ kind: "interface",
534
+ members: {
535
+ CopyTo: {
536
+ kind: "method",
537
+ methodKind: "ordinary",
538
+ },
539
+ Count: {
540
+ kind: "property",
541
+ type: () => {
542
+ return System.Int32;
543
+ },
544
+ },
545
+ IsSynchronized: {
546
+ kind: "property",
547
+ type: () => {
548
+ return System.Boolean;
549
+ },
550
+ },
551
+ SyncRoot: {
552
+ kind: "property",
553
+ type: () => {
554
+ return System.Object;
555
+ },
556
+ },
557
+ },
558
+ },
559
+ IComparer: {
560
+ kind: "interface",
561
+ members: {
562
+ Compare: {
563
+ kind: "method",
564
+ methodKind: "ordinary",
565
+ },
566
+ },
567
+ },
568
+ IDictionary: {
569
+ kind: "interface",
570
+ members: {
571
+ Add: {
572
+ kind: "method",
573
+ methodKind: "ordinary",
574
+ },
575
+ Clear: {
576
+ kind: "method",
577
+ methodKind: "ordinary",
578
+ },
579
+ Contains: {
580
+ kind: "method",
581
+ methodKind: "ordinary",
582
+ },
583
+ GetEnumerator: {
584
+ kind: "method",
585
+ methodKind: "ordinary",
586
+ },
587
+ Remove: {
588
+ kind: "method",
589
+ methodKind: "ordinary",
590
+ },
591
+ IsFixedSize: {
592
+ kind: "property",
593
+ type: () => {
594
+ return System.Boolean;
595
+ },
596
+ },
597
+ IsReadOnly: {
598
+ kind: "property",
599
+ type: () => {
600
+ return System.Boolean;
601
+ },
602
+ },
603
+ Item: {
604
+ kind: "property",
605
+ type: () => {
606
+ return System.Object;
607
+ },
608
+ },
609
+ Keys: {
610
+ kind: "property",
611
+ type: () => {
612
+ return Collections.ICollection;
613
+ },
614
+ },
615
+ Values: {
616
+ kind: "property",
617
+ type: () => {
618
+ return Collections.ICollection;
619
+ },
620
+ },
621
+ },
622
+ },
623
+ IDictionaryEnumerator: {
624
+ kind: "interface",
625
+ members: {
626
+ Entry: {
627
+ kind: "property",
628
+ type: () => {
629
+ return Collections.DictionaryEntry;
630
+ },
631
+ },
632
+ Key: {
633
+ kind: "property",
634
+ type: () => {
635
+ return System.Object;
636
+ },
637
+ },
638
+ Value: {
639
+ kind: "property",
640
+ type: () => {
641
+ return System.Object;
642
+ },
643
+ isNullable: true,
644
+ },
645
+ },
646
+ },
647
+ IEnumerable: {
648
+ kind: "interface",
649
+ members: {
650
+ GetEnumerator: {
651
+ kind: "method",
652
+ methodKind: "ordinary",
653
+ },
654
+ },
655
+ },
656
+ IEnumerator: {
657
+ kind: "interface",
658
+ members: {
659
+ MoveNext: {
660
+ kind: "method",
661
+ methodKind: "ordinary",
662
+ },
663
+ Reset: {
664
+ kind: "method",
665
+ methodKind: "ordinary",
666
+ },
667
+ Current: {
668
+ kind: "property",
669
+ type: () => {
670
+ return System.Object;
671
+ },
672
+ },
673
+ },
674
+ },
675
+ IEqualityComparer: {
676
+ kind: "interface",
677
+ members: {
678
+ Equals: {
679
+ kind: "method",
680
+ methodKind: "ordinary",
681
+ },
682
+ GetHashCode: {
683
+ kind: "method",
684
+ methodKind: "ordinary",
685
+ },
686
+ },
687
+ },
688
+ IHashCodeProvider: {
689
+ kind: "interface",
690
+ members: {
691
+ GetHashCode: {
692
+ kind: "method",
693
+ methodKind: "ordinary",
694
+ },
695
+ },
696
+ },
697
+ IList: {
698
+ kind: "interface",
699
+ members: {
700
+ Add: {
701
+ kind: "method",
702
+ methodKind: "ordinary",
703
+ },
704
+ Clear: {
705
+ kind: "method",
706
+ methodKind: "ordinary",
707
+ },
708
+ Contains: {
709
+ kind: "method",
710
+ methodKind: "ordinary",
711
+ },
712
+ IndexOf: {
713
+ kind: "method",
714
+ methodKind: "ordinary",
715
+ },
716
+ Insert: {
717
+ kind: "method",
718
+ methodKind: "ordinary",
719
+ },
720
+ Remove: {
721
+ kind: "method",
722
+ methodKind: "ordinary",
723
+ },
724
+ RemoveAt: {
725
+ kind: "method",
726
+ methodKind: "ordinary",
727
+ },
728
+ IsFixedSize: {
729
+ kind: "property",
730
+ type: () => {
731
+ return System.Boolean;
732
+ },
733
+ },
734
+ IsReadOnly: {
735
+ kind: "property",
736
+ type: () => {
737
+ return System.Boolean;
738
+ },
739
+ },
740
+ Item: {
741
+ kind: "property",
742
+ type: () => {
743
+ return System.Object;
744
+ },
745
+ },
746
+ },
747
+ },
748
+ IStructuralComparable: {
749
+ kind: "interface",
750
+ members: {
751
+ CompareTo: {
752
+ kind: "method",
753
+ methodKind: "ordinary",
754
+ },
755
+ },
756
+ },
757
+ IStructuralEquatable: {
758
+ kind: "interface",
759
+ members: {
760
+ Equals: {
761
+ kind: "method",
762
+ methodKind: "ordinary",
763
+ },
764
+ GetHashCode: {
765
+ kind: "method",
766
+ methodKind: "ordinary",
767
+ },
768
+ },
769
+ },
770
+ });
771
+ export default Collections