@alloy-js/csharp 0.23.0-dev.3 → 0.23.0-dev.5

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 (491) hide show
  1. package/dist/dev/scripts/components/library-interface.js +67 -0
  2. package/dist/dev/scripts/components/library-interface.js.map +1 -0
  3. package/dist/dev/scripts/components/namespace-directory.js +160 -0
  4. package/dist/dev/scripts/components/namespace-directory.js.map +1 -0
  5. package/dist/dev/scripts/generate-builtins.js +45 -0
  6. package/dist/dev/scripts/generate-builtins.js.map +1 -0
  7. package/dist/dev/scripts/process-docfx.js +316 -0
  8. package/dist/dev/scripts/process-docfx.js.map +1 -0
  9. package/dist/dev/src/access.js +73 -0
  10. package/dist/dev/src/access.js.map +1 -0
  11. package/dist/dev/src/access.test.js +43 -0
  12. package/dist/dev/src/access.test.js.map +1 -0
  13. package/dist/dev/src/builtins/Microsoft/CSharp/RuntimeBinder/index.js +23 -0
  14. package/dist/dev/src/builtins/Microsoft/CSharp/RuntimeBinder/index.js.map +1 -0
  15. package/dist/dev/src/builtins/Microsoft/CSharp/index.js +5 -0
  16. package/dist/dev/src/builtins/Microsoft/CSharp/index.js.map +1 -0
  17. package/dist/dev/src/builtins/Microsoft/VisualBasic/FileIO/index.js +473 -0
  18. package/dist/dev/src/builtins/Microsoft/VisualBasic/FileIO/index.js.map +1 -0
  19. package/dist/dev/src/builtins/Microsoft/VisualBasic/index.js +2534 -0
  20. package/dist/dev/src/builtins/Microsoft/VisualBasic/index.js.map +1 -0
  21. package/dist/dev/src/builtins/Microsoft/Win32/SafeHandles/index.js +320 -0
  22. package/dist/dev/src/builtins/Microsoft/Win32/SafeHandles/index.js.map +1 -0
  23. package/dist/dev/src/builtins/Microsoft/Win32/index.js +362 -0
  24. package/dist/dev/src/builtins/Microsoft/Win32/index.js.map +1 -0
  25. package/dist/dev/src/builtins/Microsoft/index.js +7 -0
  26. package/dist/dev/src/builtins/Microsoft/index.js.map +1 -0
  27. package/dist/dev/src/builtins/System/Buffers/Binary/index.js +536 -0
  28. package/dist/dev/src/builtins/System/Buffers/Binary/index.js.map +1 -0
  29. package/dist/dev/src/builtins/System/Buffers/Text/index.js +144 -0
  30. package/dist/dev/src/builtins/System/Buffers/Text/index.js.map +1 -0
  31. package/dist/dev/src/builtins/System/Buffers/index.js +605 -0
  32. package/dist/dev/src/builtins/System/Buffers/index.js.map +1 -0
  33. package/dist/dev/src/builtins/System/CodeDom/Compiler/index.js +131 -0
  34. package/dist/dev/src/builtins/System/CodeDom/Compiler/index.js.map +1 -0
  35. package/dist/dev/src/builtins/System/CodeDom/index.js +5 -0
  36. package/dist/dev/src/builtins/System/CodeDom/index.js.map +1 -0
  37. package/dist/dev/src/builtins/System/Collections/Concurrent/index.js +399 -0
  38. package/dist/dev/src/builtins/System/Collections/Concurrent/index.js.map +1 -0
  39. package/dist/dev/src/builtins/System/Collections/Frozen/index.js +88 -0
  40. package/dist/dev/src/builtins/System/Collections/Frozen/index.js.map +1 -0
  41. package/dist/dev/src/builtins/System/Collections/Generic/index.js +978 -0
  42. package/dist/dev/src/builtins/System/Collections/Generic/index.js.map +1 -0
  43. package/dist/dev/src/builtins/System/Collections/Immutable/index.js +1049 -0
  44. package/dist/dev/src/builtins/System/Collections/Immutable/index.js.map +1 -0
  45. package/dist/dev/src/builtins/System/Collections/ObjectModel/index.js +394 -0
  46. package/dist/dev/src/builtins/System/Collections/ObjectModel/index.js.map +1 -0
  47. package/dist/dev/src/builtins/System/Collections/Specialized/index.js +716 -0
  48. package/dist/dev/src/builtins/System/Collections/Specialized/index.js.map +1 -0
  49. package/dist/dev/src/builtins/System/Collections/index.js +1355 -0
  50. package/dist/dev/src/builtins/System/Collections/index.js.map +1 -0
  51. package/dist/dev/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.js +143 -0
  52. package/dist/dev/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.js.map +1 -0
  53. package/dist/dev/src/builtins/System/ComponentModel/DataAnnotations/index.js +1237 -0
  54. package/dist/dev/src/builtins/System/ComponentModel/DataAnnotations/index.js.map +1 -0
  55. package/dist/dev/src/builtins/System/ComponentModel/Design/Serialization/index.js +535 -0
  56. package/dist/dev/src/builtins/System/ComponentModel/Design/Serialization/index.js.map +1 -0
  57. package/dist/dev/src/builtins/System/ComponentModel/Design/index.js +2008 -0
  58. package/dist/dev/src/builtins/System/ComponentModel/Design/index.js.map +1 -0
  59. package/dist/dev/src/builtins/System/ComponentModel/index.js +6649 -0
  60. package/dist/dev/src/builtins/System/ComponentModel/index.js.map +1 -0
  61. package/dist/dev/src/builtins/System/Configuration/Assemblies/index.js +69 -0
  62. package/dist/dev/src/builtins/System/Configuration/Assemblies/index.js.map +1 -0
  63. package/dist/dev/src/builtins/System/Configuration/index.js +5 -0
  64. package/dist/dev/src/builtins/System/Configuration/index.js.map +1 -0
  65. package/dist/dev/src/builtins/System/Data/Common/index.js +3279 -0
  66. package/dist/dev/src/builtins/System/Data/Common/index.js.map +1 -0
  67. package/dist/dev/src/builtins/System/Data/SqlTypes/index.js +2655 -0
  68. package/dist/dev/src/builtins/System/Data/SqlTypes/index.js.map +1 -0
  69. package/dist/dev/src/builtins/System/Data/index.js +4504 -0
  70. package/dist/dev/src/builtins/System/Data/index.js.map +1 -0
  71. package/dist/dev/src/builtins/System/Diagnostics/CodeAnalysis/index.js +705 -0
  72. package/dist/dev/src/builtins/System/Diagnostics/CodeAnalysis/index.js.map +1 -0
  73. package/dist/dev/src/builtins/System/Diagnostics/Contracts/index.js +309 -0
  74. package/dist/dev/src/builtins/System/Diagnostics/Contracts/index.js.map +1 -0
  75. package/dist/dev/src/builtins/System/Diagnostics/Metrics/index.js +323 -0
  76. package/dist/dev/src/builtins/System/Diagnostics/Metrics/index.js.map +1 -0
  77. package/dist/dev/src/builtins/System/Diagnostics/SymbolStore/index.js +610 -0
  78. package/dist/dev/src/builtins/System/Diagnostics/SymbolStore/index.js.map +1 -0
  79. package/dist/dev/src/builtins/System/Diagnostics/Tracing/index.js +954 -0
  80. package/dist/dev/src/builtins/System/Diagnostics/Tracing/index.js.map +1 -0
  81. package/dist/dev/src/builtins/System/Diagnostics/index.js +3826 -0
  82. package/dist/dev/src/builtins/System/Diagnostics/index.js.map +1 -0
  83. package/dist/dev/src/builtins/System/Drawing/index.js +3305 -0
  84. package/dist/dev/src/builtins/System/Drawing/index.js.map +1 -0
  85. package/dist/dev/src/builtins/System/Dynamic/index.js +795 -0
  86. package/dist/dev/src/builtins/System/Dynamic/index.js.map +1 -0
  87. package/dist/dev/src/builtins/System/Formats/Asn1/index.js +843 -0
  88. package/dist/dev/src/builtins/System/Formats/Asn1/index.js.map +1 -0
  89. package/dist/dev/src/builtins/System/Formats/Tar/index.js +436 -0
  90. package/dist/dev/src/builtins/System/Formats/Tar/index.js.map +1 -0
  91. package/dist/dev/src/builtins/System/Formats/index.js +6 -0
  92. package/dist/dev/src/builtins/System/Formats/index.js.map +1 -0
  93. package/dist/dev/src/builtins/System/Globalization/index.js +3848 -0
  94. package/dist/dev/src/builtins/System/Globalization/index.js.map +1 -0
  95. package/dist/dev/src/builtins/System/IO/Compression/index.js +894 -0
  96. package/dist/dev/src/builtins/System/IO/Compression/index.js.map +1 -0
  97. package/dist/dev/src/builtins/System/IO/Enumeration/index.js +218 -0
  98. package/dist/dev/src/builtins/System/IO/Enumeration/index.js.map +1 -0
  99. package/dist/dev/src/builtins/System/IO/IsolatedStorage/index.js +495 -0
  100. package/dist/dev/src/builtins/System/IO/IsolatedStorage/index.js.map +1 -0
  101. package/dist/dev/src/builtins/System/IO/MemoryMappedFiles/index.js +251 -0
  102. package/dist/dev/src/builtins/System/IO/MemoryMappedFiles/index.js.map +1 -0
  103. package/dist/dev/src/builtins/System/IO/Pipelines/index.js +415 -0
  104. package/dist/dev/src/builtins/System/IO/Pipelines/index.js.map +1 -0
  105. package/dist/dev/src/builtins/System/IO/Pipes/index.js +723 -0
  106. package/dist/dev/src/builtins/System/IO/Pipes/index.js.map +1 -0
  107. package/dist/dev/src/builtins/System/IO/index.js +3713 -0
  108. package/dist/dev/src/builtins/System/IO/index.js.map +1 -0
  109. package/dist/dev/src/builtins/System/Linq/Expressions/index.js +2253 -0
  110. package/dist/dev/src/builtins/System/Linq/Expressions/index.js.map +1 -0
  111. package/dist/dev/src/builtins/System/Linq/index.js +275 -0
  112. package/dist/dev/src/builtins/System/Linq/index.js.map +1 -0
  113. package/dist/dev/src/builtins/System/Net/Cache/index.js +217 -0
  114. package/dist/dev/src/builtins/System/Net/Cache/index.js.map +1 -0
  115. package/dist/dev/src/builtins/System/Net/Http/Headers/index.js +1668 -0
  116. package/dist/dev/src/builtins/System/Net/Http/Headers/index.js.map +1 -0
  117. package/dist/dev/src/builtins/System/Net/Http/Json/index.js +72 -0
  118. package/dist/dev/src/builtins/System/Net/Http/Json/index.js.map +1 -0
  119. package/dist/dev/src/builtins/System/Net/Http/Metrics/index.js +40 -0
  120. package/dist/dev/src/builtins/System/Net/Http/Metrics/index.js.map +1 -0
  121. package/dist/dev/src/builtins/System/Net/Http/index.js +1458 -0
  122. package/dist/dev/src/builtins/System/Net/Http/index.js.map +1 -0
  123. package/dist/dev/src/builtins/System/Net/Mail/index.js +871 -0
  124. package/dist/dev/src/builtins/System/Net/Mail/index.js.map +1 -0
  125. package/dist/dev/src/builtins/System/Net/Mime/index.js +500 -0
  126. package/dist/dev/src/builtins/System/Net/Mime/index.js.map +1 -0
  127. package/dist/dev/src/builtins/System/Net/NetworkInformation/index.js +2776 -0
  128. package/dist/dev/src/builtins/System/Net/NetworkInformation/index.js.map +1 -0
  129. package/dist/dev/src/builtins/System/Net/Quic/index.js +635 -0
  130. package/dist/dev/src/builtins/System/Net/Quic/index.js.map +1 -0
  131. package/dist/dev/src/builtins/System/Net/Security/index.js +1432 -0
  132. package/dist/dev/src/builtins/System/Net/Security/index.js.map +1 -0
  133. package/dist/dev/src/builtins/System/Net/Sockets/index.js +3095 -0
  134. package/dist/dev/src/builtins/System/Net/Sockets/index.js.map +1 -0
  135. package/dist/dev/src/builtins/System/Net/WebSockets/index.js +876 -0
  136. package/dist/dev/src/builtins/System/Net/WebSockets/index.js.map +1 -0
  137. package/dist/dev/src/builtins/System/Net/index.js +5481 -0
  138. package/dist/dev/src/builtins/System/Net/index.js.map +1 -0
  139. package/dist/dev/src/builtins/System/Numerics/index.js +3425 -0
  140. package/dist/dev/src/builtins/System/Numerics/index.js.map +1 -0
  141. package/dist/dev/src/builtins/System/Reflection/Emit/index.js +4293 -0
  142. package/dist/dev/src/builtins/System/Reflection/Emit/index.js.map +1 -0
  143. package/dist/dev/src/builtins/System/Reflection/Metadata/Ecma335/index.js +2218 -0
  144. package/dist/dev/src/builtins/System/Reflection/Metadata/Ecma335/index.js.map +1 -0
  145. package/dist/dev/src/builtins/System/Reflection/Metadata/index.js +6045 -0
  146. package/dist/dev/src/builtins/System/Reflection/Metadata/index.js.map +1 -0
  147. package/dist/dev/src/builtins/System/Reflection/PortableExecutable/index.js +2020 -0
  148. package/dist/dev/src/builtins/System/Reflection/PortableExecutable/index.js.map +1 -0
  149. package/dist/dev/src/builtins/System/Reflection/index.js +5244 -0
  150. package/dist/dev/src/builtins/System/Reflection/index.js.map +1 -0
  151. package/dist/dev/src/builtins/System/Resources/index.js +289 -0
  152. package/dist/dev/src/builtins/System/Resources/index.js.map +1 -0
  153. package/dist/dev/src/builtins/System/Runtime/CompilerServices/index.js +1896 -0
  154. package/dist/dev/src/builtins/System/Runtime/CompilerServices/index.js.map +1 -0
  155. package/dist/dev/src/builtins/System/Runtime/ConstrainedExecution/index.js +103 -0
  156. package/dist/dev/src/builtins/System/Runtime/ConstrainedExecution/index.js.map +1 -0
  157. package/dist/dev/src/builtins/System/Runtime/ExceptionServices/index.js +62 -0
  158. package/dist/dev/src/builtins/System/Runtime/ExceptionServices/index.js.map +1 -0
  159. package/dist/dev/src/builtins/System/Runtime/InteropServices/ComTypes/index.js +67 -0
  160. package/dist/dev/src/builtins/System/Runtime/InteropServices/ComTypes/index.js.map +1 -0
  161. package/dist/dev/src/builtins/System/Runtime/InteropServices/JavaScript/index.js +210 -0
  162. package/dist/dev/src/builtins/System/Runtime/InteropServices/JavaScript/index.js.map +1 -0
  163. package/dist/dev/src/builtins/System/Runtime/InteropServices/Marshalling/index.js +1012 -0
  164. package/dist/dev/src/builtins/System/Runtime/InteropServices/Marshalling/index.js.map +1 -0
  165. package/dist/dev/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.js +79 -0
  166. package/dist/dev/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.js.map +1 -0
  167. package/dist/dev/src/builtins/System/Runtime/InteropServices/Swift/index.js +49 -0
  168. package/dist/dev/src/builtins/System/Runtime/InteropServices/Swift/index.js.map +1 -0
  169. package/dist/dev/src/builtins/System/Runtime/InteropServices/index.js +3626 -0
  170. package/dist/dev/src/builtins/System/Runtime/InteropServices/index.js.map +1 -0
  171. package/dist/dev/src/builtins/System/Runtime/Intrinsics/Arm/index.js +1297 -0
  172. package/dist/dev/src/builtins/System/Runtime/Intrinsics/Arm/index.js.map +1 -0
  173. package/dist/dev/src/builtins/System/Runtime/Intrinsics/Wasm/index.js +338 -0
  174. package/dist/dev/src/builtins/System/Runtime/Intrinsics/Wasm/index.js.map +1 -0
  175. package/dist/dev/src/builtins/System/Runtime/Intrinsics/X86/index.js +1372 -0
  176. package/dist/dev/src/builtins/System/Runtime/Intrinsics/X86/index.js.map +1 -0
  177. package/dist/dev/src/builtins/System/Runtime/Intrinsics/index.js +273 -0
  178. package/dist/dev/src/builtins/System/Runtime/Intrinsics/index.js.map +1 -0
  179. package/dist/dev/src/builtins/System/Runtime/Loader/index.js +140 -0
  180. package/dist/dev/src/builtins/System/Runtime/Loader/index.js.map +1 -0
  181. package/dist/dev/src/builtins/System/Runtime/Remoting/index.js +18 -0
  182. package/dist/dev/src/builtins/System/Runtime/Remoting/index.js.map +1 -0
  183. package/dist/dev/src/builtins/System/Runtime/Serialization/DataContracts/index.js +265 -0
  184. package/dist/dev/src/builtins/System/Runtime/Serialization/DataContracts/index.js.map +1 -0
  185. package/dist/dev/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.js +61 -0
  186. package/dist/dev/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.js.map +1 -0
  187. package/dist/dev/src/builtins/System/Runtime/Serialization/Formatters/index.js +83 -0
  188. package/dist/dev/src/builtins/System/Runtime/Serialization/Formatters/index.js.map +1 -0
  189. package/dist/dev/src/builtins/System/Runtime/Serialization/Json/index.js +192 -0
  190. package/dist/dev/src/builtins/System/Runtime/Serialization/Json/index.js.map +1 -0
  191. package/dist/dev/src/builtins/System/Runtime/Serialization/index.js +1611 -0
  192. package/dist/dev/src/builtins/System/Runtime/Serialization/index.js.map +1 -0
  193. package/dist/dev/src/builtins/System/Runtime/Versioning/index.js +336 -0
  194. package/dist/dev/src/builtins/System/Runtime/Versioning/index.js.map +1 -0
  195. package/dist/dev/src/builtins/System/Runtime/index.js +245 -0
  196. package/dist/dev/src/builtins/System/Runtime/index.js.map +1 -0
  197. package/dist/dev/src/builtins/System/Security/AccessControl/index.js +2343 -0
  198. package/dist/dev/src/builtins/System/Security/AccessControl/index.js.map +1 -0
  199. package/dist/dev/src/builtins/System/Security/Authentication/ExtendedProtection/index.js +169 -0
  200. package/dist/dev/src/builtins/System/Security/Authentication/ExtendedProtection/index.js.map +1 -0
  201. package/dist/dev/src/builtins/System/Security/Authentication/index.js +212 -0
  202. package/dist/dev/src/builtins/System/Security/Authentication/index.js.map +1 -0
  203. package/dist/dev/src/builtins/System/Security/Claims/index.js +844 -0
  204. package/dist/dev/src/builtins/System/Security/Claims/index.js.map +1 -0
  205. package/dist/dev/src/builtins/System/Security/Cryptography/X509Certificates/index.js +2633 -0
  206. package/dist/dev/src/builtins/System/Security/Cryptography/X509Certificates/index.js.map +1 -0
  207. package/dist/dev/src/builtins/System/Security/Cryptography/index.js +6673 -0
  208. package/dist/dev/src/builtins/System/Security/Cryptography/index.js.map +1 -0
  209. package/dist/dev/src/builtins/System/Security/Permissions/index.js +325 -0
  210. package/dist/dev/src/builtins/System/Security/Permissions/index.js.map +1 -0
  211. package/dist/dev/src/builtins/System/Security/Policy/index.js +101 -0
  212. package/dist/dev/src/builtins/System/Security/Policy/index.js.map +1 -0
  213. package/dist/dev/src/builtins/System/Security/Principal/index.js +1338 -0
  214. package/dist/dev/src/builtins/System/Security/Principal/index.js.map +1 -0
  215. package/dist/dev/src/builtins/System/Security/index.js +672 -0
  216. package/dist/dev/src/builtins/System/Security/index.js.map +1 -0
  217. package/dist/dev/src/builtins/System/Text/Encodings/Web/index.js +162 -0
  218. package/dist/dev/src/builtins/System/Text/Encodings/Web/index.js.map +1 -0
  219. package/dist/dev/src/builtins/System/Text/Encodings/index.js +5 -0
  220. package/dist/dev/src/builtins/System/Text/Encodings/index.js.map +1 -0
  221. package/dist/dev/src/builtins/System/Text/Json/Nodes/index.js +250 -0
  222. package/dist/dev/src/builtins/System/Text/Json/Nodes/index.js.map +1 -0
  223. package/dist/dev/src/builtins/System/Text/Json/Schema/index.js +78 -0
  224. package/dist/dev/src/builtins/System/Text/Json/Schema/index.js.map +1 -0
  225. package/dist/dev/src/builtins/System/Text/Json/Serialization/Metadata/index.js +328 -0
  226. package/dist/dev/src/builtins/System/Text/Json/Serialization/Metadata/index.js.map +1 -0
  227. package/dist/dev/src/builtins/System/Text/Json/Serialization/index.js +840 -0
  228. package/dist/dev/src/builtins/System/Text/Json/Serialization/index.js.map +1 -0
  229. package/dist/dev/src/builtins/System/Text/Json/index.js +1185 -0
  230. package/dist/dev/src/builtins/System/Text/Json/index.js.map +1 -0
  231. package/dist/dev/src/builtins/System/Text/RegularExpressions/index.js +732 -0
  232. package/dist/dev/src/builtins/System/Text/RegularExpressions/index.js.map +1 -0
  233. package/dist/dev/src/builtins/System/Text/Unicode/index.js +1199 -0
  234. package/dist/dev/src/builtins/System/Text/Unicode/index.js.map +1 -0
  235. package/dist/dev/src/builtins/System/Text/index.js +1748 -0
  236. package/dist/dev/src/builtins/System/Text/index.js.map +1 -0
  237. package/dist/dev/src/builtins/System/Threading/Channels/index.js +229 -0
  238. package/dist/dev/src/builtins/System/Threading/Channels/index.js.map +1 -0
  239. package/dist/dev/src/builtins/System/Threading/Tasks/Dataflow/index.js +676 -0
  240. package/dist/dev/src/builtins/System/Threading/Tasks/Dataflow/index.js.map +1 -0
  241. package/dist/dev/src/builtins/System/Threading/Tasks/Sources/index.js +117 -0
  242. package/dist/dev/src/builtins/System/Threading/Tasks/Sources/index.js.map +1 -0
  243. package/dist/dev/src/builtins/System/Threading/Tasks/index.js +721 -0
  244. package/dist/dev/src/builtins/System/Threading/Tasks/index.js.map +1 -0
  245. package/dist/dev/src/builtins/System/Threading/index.js +2292 -0
  246. package/dist/dev/src/builtins/System/Threading/index.js.map +1 -0
  247. package/dist/dev/src/builtins/System/Timers/index.js +129 -0
  248. package/dist/dev/src/builtins/System/Timers/index.js.map +1 -0
  249. package/dist/dev/src/builtins/System/Transactions/index.js +727 -0
  250. package/dist/dev/src/builtins/System/Transactions/index.js.map +1 -0
  251. package/dist/dev/src/builtins/System/Web/index.js +84 -0
  252. package/dist/dev/src/builtins/System/Web/index.js.map +1 -0
  253. package/dist/dev/src/builtins/System/Windows/Input/index.js +18 -0
  254. package/dist/dev/src/builtins/System/Windows/Input/index.js.map +1 -0
  255. package/dist/dev/src/builtins/System/Windows/Markup/index.js +28 -0
  256. package/dist/dev/src/builtins/System/Windows/Markup/index.js.map +1 -0
  257. package/dist/dev/src/builtins/System/Windows/index.js +6 -0
  258. package/dist/dev/src/builtins/System/Windows/index.js.map +1 -0
  259. package/dist/dev/src/builtins/System/Xml/Linq/index.js +1086 -0
  260. package/dist/dev/src/builtins/System/Xml/Linq/index.js.map +1 -0
  261. package/dist/dev/src/builtins/System/Xml/Resolvers/index.js +86 -0
  262. package/dist/dev/src/builtins/System/Xml/Resolvers/index.js.map +1 -0
  263. package/dist/dev/src/builtins/System/Xml/Schema/index.js +2993 -0
  264. package/dist/dev/src/builtins/System/Xml/Schema/index.js.map +1 -0
  265. package/dist/dev/src/builtins/System/Xml/Serialization/index.js +2356 -0
  266. package/dist/dev/src/builtins/System/Xml/Serialization/index.js.map +1 -0
  267. package/dist/dev/src/builtins/System/Xml/XPath/index.js +917 -0
  268. package/dist/dev/src/builtins/System/Xml/XPath/index.js.map +1 -0
  269. package/dist/dev/src/builtins/System/Xml/Xsl/index.js +315 -0
  270. package/dist/dev/src/builtins/System/Xml/Xsl/index.js.map +1 -0
  271. package/dist/dev/src/builtins/System/Xml/index.js +5736 -0
  272. package/dist/dev/src/builtins/System/Xml/index.js.map +1 -0
  273. package/dist/dev/src/builtins/System/index.js +14587 -0
  274. package/dist/dev/src/builtins/System/index.js.map +1 -0
  275. package/dist/dev/src/builtins/index.js +3 -0
  276. package/dist/dev/src/builtins/index.js.map +1 -0
  277. package/dist/dev/src/components/Declaration.js +9 -0
  278. package/dist/dev/src/components/Declaration.js.map +1 -0
  279. package/dist/dev/src/components/Name.js +12 -0
  280. package/dist/dev/src/components/Name.js.map +1 -0
  281. package/dist/dev/src/components/Reference.js +13 -0
  282. package/dist/dev/src/components/Reference.js.map +1 -0
  283. package/dist/dev/src/components/access-expression/access-expression.js +288 -0
  284. package/dist/dev/src/components/access-expression/access-expression.js.map +1 -0
  285. package/dist/dev/src/components/access-expression/access-expression.test.js +608 -0
  286. package/dist/dev/src/components/access-expression/access-expression.test.js.map +1 -0
  287. package/dist/dev/src/components/access-expression/part-descriptors.js +14 -0
  288. package/dist/dev/src/components/access-expression/part-descriptors.js.map +1 -0
  289. package/dist/dev/src/components/attributes/attributes.js +113 -0
  290. package/dist/dev/src/components/attributes/attributes.js.map +1 -0
  291. package/dist/dev/src/components/attributes/attributes.test.js +201 -0
  292. package/dist/dev/src/components/attributes/attributes.test.js.map +1 -0
  293. package/dist/dev/src/components/class/declaration.js +123 -0
  294. package/dist/dev/src/components/class/declaration.js.map +1 -0
  295. package/dist/dev/src/components/class/declaration.test.js +893 -0
  296. package/dist/dev/src/components/class/declaration.test.js.map +1 -0
  297. package/dist/dev/src/components/constructor/constructor.js +60 -0
  298. package/dist/dev/src/components/constructor/constructor.js.map +1 -0
  299. package/dist/dev/src/components/constructor/constructor.test.js +62 -0
  300. package/dist/dev/src/components/constructor/constructor.test.js.map +1 -0
  301. package/dist/dev/src/components/csproj-file/csproj-file.js +32 -0
  302. package/dist/dev/src/components/csproj-file/csproj-file.js.map +1 -0
  303. package/dist/dev/src/components/csproj-file/csproj-file.test.js +70 -0
  304. package/dist/dev/src/components/csproj-file/csproj-file.test.js.map +1 -0
  305. package/dist/dev/src/components/doc/comment.js +129 -0
  306. package/dist/dev/src/components/doc/comment.js.map +1 -0
  307. package/dist/dev/src/components/doc/comment.test.js +577 -0
  308. package/dist/dev/src/components/doc/comment.test.js.map +1 -0
  309. package/dist/dev/src/components/doc/from-markdown.js +83 -0
  310. package/dist/dev/src/components/doc/from-markdown.js.map +1 -0
  311. package/dist/dev/src/components/doc/from-markdown.test.js +112 -0
  312. package/dist/dev/src/components/doc/from-markdown.test.js.map +1 -0
  313. package/dist/dev/src/components/enum/declaration.js +71 -0
  314. package/dist/dev/src/components/enum/declaration.js.map +1 -0
  315. package/dist/dev/src/components/enum/declaration.ref.test.js +221 -0
  316. package/dist/dev/src/components/enum/declaration.ref.test.js.map +1 -0
  317. package/dist/dev/src/components/enum/declaration.test.js +82 -0
  318. package/dist/dev/src/components/enum/declaration.test.js.map +1 -0
  319. package/dist/dev/src/components/enum/member.js +38 -0
  320. package/dist/dev/src/components/enum/member.js.map +1 -0
  321. package/dist/dev/src/components/enum/member.test.js +84 -0
  322. package/dist/dev/src/components/enum/member.test.js.map +1 -0
  323. package/dist/dev/src/components/field/field.js +43 -0
  324. package/dist/dev/src/components/field/field.js.map +1 -0
  325. package/dist/dev/src/components/field/field.test.js +242 -0
  326. package/dist/dev/src/components/field/field.test.js.map +1 -0
  327. package/dist/dev/src/components/if/if-statement.js +56 -0
  328. package/dist/dev/src/components/if/if-statement.js.map +1 -0
  329. package/dist/dev/src/components/if/if-statement.test.js +41 -0
  330. package/dist/dev/src/components/if/if-statement.test.js.map +1 -0
  331. package/dist/dev/src/components/index.js +31 -0
  332. package/dist/dev/src/components/index.js.map +1 -0
  333. package/dist/dev/src/components/interface/declaration.js +114 -0
  334. package/dist/dev/src/components/interface/declaration.js.map +1 -0
  335. package/dist/dev/src/components/interface/declaration.test.js +264 -0
  336. package/dist/dev/src/components/interface/declaration.test.js.map +1 -0
  337. package/dist/dev/src/components/interface/method.js +100 -0
  338. package/dist/dev/src/components/interface/method.js.map +1 -0
  339. package/dist/dev/src/components/interface/method.test.js +432 -0
  340. package/dist/dev/src/components/interface/method.test.js.map +1 -0
  341. package/dist/dev/src/components/interface/property.js +80 -0
  342. package/dist/dev/src/components/interface/property.js.map +1 -0
  343. package/dist/dev/src/components/interface/property.test.js +305 -0
  344. package/dist/dev/src/components/interface/property.test.js.map +1 -0
  345. package/dist/dev/src/components/invocation-expression/invocation-expression.js +94 -0
  346. package/dist/dev/src/components/invocation-expression/invocation-expression.js.map +1 -0
  347. package/dist/dev/src/components/invocation-expression/invocation-expression.test.js +153 -0
  348. package/dist/dev/src/components/invocation-expression/invocation-expression.test.js.map +1 -0
  349. package/dist/dev/src/components/lexical-scope.js +30 -0
  350. package/dist/dev/src/components/lexical-scope.js.map +1 -0
  351. package/dist/dev/src/components/method/method.js +134 -0
  352. package/dist/dev/src/components/method/method.js.map +1 -0
  353. package/dist/dev/src/components/method/method.test.js +358 -0
  354. package/dist/dev/src/components/method/method.test.js.map +1 -0
  355. package/dist/dev/src/components/method-scope.js +30 -0
  356. package/dist/dev/src/components/method-scope.js.map +1 -0
  357. package/dist/dev/src/components/namespace/namespace-name.js +20 -0
  358. package/dist/dev/src/components/namespace/namespace-name.js.map +1 -0
  359. package/dist/dev/src/components/namespace/namespace.js +66 -0
  360. package/dist/dev/src/components/namespace/namespace.js.map +1 -0
  361. package/dist/dev/src/components/namespace/namespace.test.js +329 -0
  362. package/dist/dev/src/components/namespace/namespace.test.js.map +1 -0
  363. package/dist/dev/src/components/namespace-scopes.js +61 -0
  364. package/dist/dev/src/components/namespace-scopes.js.map +1 -0
  365. package/dist/dev/src/components/namespace.ref.test.js +350 -0
  366. package/dist/dev/src/components/namespace.ref.test.js.map +1 -0
  367. package/dist/dev/src/components/parameters/parameters.js +96 -0
  368. package/dist/dev/src/components/parameters/parameters.js.map +1 -0
  369. package/dist/dev/src/components/parameters/parameters.test.js +317 -0
  370. package/dist/dev/src/components/parameters/parameters.test.js.map +1 -0
  371. package/dist/dev/src/components/property/property.js +115 -0
  372. package/dist/dev/src/components/property/property.js.map +1 -0
  373. package/dist/dev/src/components/property/property.test.js +395 -0
  374. package/dist/dev/src/components/property/property.test.js.map +1 -0
  375. package/dist/dev/src/components/record/declaration.js +132 -0
  376. package/dist/dev/src/components/record/declaration.js.map +1 -0
  377. package/dist/dev/src/components/record/declaration.test.js +231 -0
  378. package/dist/dev/src/components/record/declaration.test.js.map +1 -0
  379. package/dist/dev/src/components/region/region.js +14 -0
  380. package/dist/dev/src/components/region/region.js.map +1 -0
  381. package/dist/dev/src/components/region/region.test.js +39 -0
  382. package/dist/dev/src/components/region/region.test.js.map +1 -0
  383. package/dist/dev/src/components/source-file/source-file.js +163 -0
  384. package/dist/dev/src/components/source-file/source-file.js.map +1 -0
  385. package/dist/dev/src/components/source-file/source-file.test.js +271 -0
  386. package/dist/dev/src/components/source-file/source-file.test.js.map +1 -0
  387. package/dist/dev/src/components/source-file/using.test.js +201 -0
  388. package/dist/dev/src/components/source-file/using.test.js.map +1 -0
  389. package/dist/dev/src/components/stc/index.js +13 -0
  390. package/dist/dev/src/components/stc/index.js.map +1 -0
  391. package/dist/dev/src/components/struct/declaration.js +113 -0
  392. package/dist/dev/src/components/struct/declaration.js.map +1 -0
  393. package/dist/dev/src/components/struct/declaration.test.js +400 -0
  394. package/dist/dev/src/components/struct/declaration.test.js.map +1 -0
  395. package/dist/dev/src/components/type-parameters/type-parameter-constraints.js +73 -0
  396. package/dist/dev/src/components/type-parameters/type-parameter-constraints.js.map +1 -0
  397. package/dist/dev/src/components/type-parameters/type-parameter-constraints.test.js +92 -0
  398. package/dist/dev/src/components/type-parameters/type-parameter-constraints.test.js.map +1 -0
  399. package/dist/dev/src/components/type-parameters/type-parameter.js +28 -0
  400. package/dist/dev/src/components/type-parameters/type-parameter.js.map +1 -0
  401. package/dist/dev/src/components/type-parameters/type-parameters.js +71 -0
  402. package/dist/dev/src/components/type-parameters/type-parameters.js.map +1 -0
  403. package/dist/dev/src/components/type-parameters/type-parameters.test.js +103 -0
  404. package/dist/dev/src/components/type-parameters/type-parameters.test.js.map +1 -0
  405. package/dist/dev/src/components/using/using.js +45 -0
  406. package/dist/dev/src/components/using/using.js.map +1 -0
  407. package/dist/dev/src/components/using/using.test.js +27 -0
  408. package/dist/dev/src/components/using/using.test.js.map +1 -0
  409. package/dist/dev/src/components/var/declaration.js +72 -0
  410. package/dist/dev/src/components/var/declaration.js.map +1 -0
  411. package/dist/dev/src/components/var/declaration.test.js +167 -0
  412. package/dist/dev/src/components/var/declaration.test.js.map +1 -0
  413. package/dist/dev/src/contexts/format-options.js +9 -0
  414. package/dist/dev/src/contexts/format-options.js.map +1 -0
  415. package/dist/dev/src/contexts/global-namespace.js +30 -0
  416. package/dist/dev/src/contexts/global-namespace.js.map +1 -0
  417. package/dist/dev/src/contexts/namespace.js +6 -0
  418. package/dist/dev/src/contexts/namespace.js.map +1 -0
  419. package/dist/dev/src/contexts/reference-context.js +15 -0
  420. package/dist/dev/src/contexts/reference-context.js.map +1 -0
  421. package/dist/dev/src/create-library.js +136 -0
  422. package/dist/dev/src/create-library.js.map +1 -0
  423. package/dist/dev/src/create-library.test.js +289 -0
  424. package/dist/dev/src/create-library.test.js.map +1 -0
  425. package/dist/dev/src/index.js +9 -0
  426. package/dist/dev/src/index.js.map +1 -0
  427. package/dist/dev/src/modifiers.js +21 -0
  428. package/dist/dev/src/modifiers.js.map +1 -0
  429. package/dist/dev/src/name-policy.js +36 -0
  430. package/dist/dev/src/name-policy.js.map +1 -0
  431. package/dist/dev/src/scopes/class.js +11 -0
  432. package/dist/dev/src/scopes/class.js.map +1 -0
  433. package/dist/dev/src/scopes/contexts.js +34 -0
  434. package/dist/dev/src/scopes/contexts.js.map +1 -0
  435. package/dist/dev/src/scopes/csharp.js +25 -0
  436. package/dist/dev/src/scopes/csharp.js.map +1 -0
  437. package/dist/dev/src/scopes/factories.js +25 -0
  438. package/dist/dev/src/scopes/factories.js.map +1 -0
  439. package/dist/dev/src/scopes/index.js +10 -0
  440. package/dist/dev/src/scopes/index.js.map +1 -0
  441. package/dist/dev/src/scopes/lexical.js +8 -0
  442. package/dist/dev/src/scopes/lexical.js.map +1 -0
  443. package/dist/dev/src/scopes/method.js +14 -0
  444. package/dist/dev/src/scopes/method.js.map +1 -0
  445. package/dist/dev/src/scopes/named-type.js +33 -0
  446. package/dist/dev/src/scopes/named-type.js.map +1 -0
  447. package/dist/dev/src/scopes/namespace.js +39 -0
  448. package/dist/dev/src/scopes/namespace.js.map +1 -0
  449. package/dist/dev/src/scopes/source-file.js +44 -0
  450. package/dist/dev/src/scopes/source-file.js.map +1 -0
  451. package/dist/dev/src/symbols/csharp.js +263 -0
  452. package/dist/dev/src/symbols/csharp.js.map +1 -0
  453. package/dist/dev/src/symbols/factories.js +145 -0
  454. package/dist/dev/src/symbols/factories.js.map +1 -0
  455. package/dist/dev/src/symbols/index.js +7 -0
  456. package/dist/dev/src/symbols/index.js.map +1 -0
  457. package/dist/dev/src/symbols/method.js +16 -0
  458. package/dist/dev/src/symbols/method.js.map +1 -0
  459. package/dist/dev/src/symbols/named-type.js +42 -0
  460. package/dist/dev/src/symbols/named-type.js.map +1 -0
  461. package/dist/dev/src/symbols/namespace.js +55 -0
  462. package/dist/dev/src/symbols/namespace.js.map +1 -0
  463. package/dist/dev/src/symbols/reference.js +79 -0
  464. package/dist/dev/src/symbols/reference.js.map +1 -0
  465. package/dist/dev/test/utils.js +111 -0
  466. package/dist/dev/test/utils.js.map +1 -0
  467. package/dist/dev/test/vitest.setup.js +2 -0
  468. package/dist/dev/test/vitest.setup.js.map +1 -0
  469. package/dist/dev/testing/create-wrapper.js +13 -0
  470. package/dist/dev/testing/create-wrapper.js.map +1 -0
  471. package/dist/dev/testing/create-wrapper.test.js +300 -0
  472. package/dist/dev/testing/create-wrapper.test.js.map +1 -0
  473. package/dist/dev/testing/index.js +2 -0
  474. package/dist/dev/testing/index.js.map +1 -0
  475. package/dist/src/components/access-expression/access-expression.d.ts +6 -1
  476. package/dist/src/components/access-expression/access-expression.d.ts.map +1 -1
  477. package/dist/src/components/access-expression/access-expression.js +108 -197
  478. package/dist/src/components/access-expression/access-expression.js.map +1 -1
  479. package/dist/src/components/access-expression/part-descriptors.d.ts +0 -31
  480. package/dist/src/components/access-expression/part-descriptors.d.ts.map +1 -1
  481. package/dist/src/components/access-expression/part-descriptors.js +0 -105
  482. package/dist/src/components/access-expression/part-descriptors.js.map +1 -1
  483. package/dist/src/components/doc/from-markdown.js +1 -1
  484. package/dist/src/components/doc/from-markdown.js.map +1 -1
  485. package/dist/tsconfig.tsbuildinfo +1 -1
  486. package/package.json +13 -6
  487. package/src/components/access-expression/access-expression.tsx +146 -243
  488. package/src/components/access-expression/part-descriptors.ts +0 -186
  489. package/src/components/doc/from-markdown.tsx +4 -1
  490. package/temp/api.json +3 -3
  491. package/vitest.config.ts +8 -0
@@ -0,0 +1,978 @@
1
+ import System from "../../index.js";
2
+ import { createLibrary } from "#createLibrary";
3
+ const Generic = createLibrary("System.Collections.Generic", {
4
+ CollectionExtensions: {
5
+ kind: "class",
6
+ members: {},
7
+ isStatic: true
8
+ },
9
+ Comparer: {
10
+ kind: "class",
11
+ members: {
12
+ Comparer: {
13
+ kind: "method",
14
+ methodKind: "constructor"
15
+ },
16
+ Compare: {
17
+ kind: "method",
18
+ methodKind: "ordinary",
19
+ isAbstract: true
20
+ },
21
+ Create: {
22
+ kind: "method",
23
+ methodKind: "ordinary",
24
+ isStatic: true
25
+ },
26
+ Default: {
27
+ kind: "property",
28
+ type: () => {
29
+ return Generic.Comparer;
30
+ },
31
+ isStatic: true
32
+ }
33
+ },
34
+ isAbstract: true
35
+ },
36
+ Dictionary: {
37
+ kind: "class",
38
+ members: {
39
+ AlternateLookup: {
40
+ kind: "struct",
41
+ members: {
42
+ ContainsKey: {
43
+ kind: "method",
44
+ methodKind: "ordinary"
45
+ },
46
+ TryAdd: {
47
+ kind: "method",
48
+ methodKind: "ordinary"
49
+ },
50
+ TryGetValue: {
51
+ kind: "method",
52
+ methodKind: "ordinary"
53
+ },
54
+ Remove: {
55
+ kind: "method",
56
+ methodKind: "ordinary"
57
+ },
58
+ Dictionary: {
59
+ kind: "property",
60
+ type: () => {
61
+ return Generic.Dictionary;
62
+ }
63
+ },
64
+ Item: {
65
+ kind: "property",
66
+ type: undefined
67
+ }
68
+ }
69
+ },
70
+ Enumerator: {
71
+ kind: "struct",
72
+ members: {
73
+ Dispose: {
74
+ kind: "method",
75
+ methodKind: "ordinary"
76
+ },
77
+ MoveNext: {
78
+ kind: "method",
79
+ methodKind: "ordinary"
80
+ },
81
+ Current: {
82
+ kind: "property",
83
+ type: () => {
84
+ return Generic.KeyValuePair;
85
+ }
86
+ }
87
+ }
88
+ },
89
+ KeyCollection: {
90
+ kind: "class",
91
+ members: {
92
+ Enumerator: {
93
+ kind: "struct",
94
+ members: {
95
+ Dispose: {
96
+ kind: "method",
97
+ methodKind: "ordinary"
98
+ },
99
+ MoveNext: {
100
+ kind: "method",
101
+ methodKind: "ordinary"
102
+ },
103
+ Current: {
104
+ kind: "property",
105
+ type: undefined
106
+ }
107
+ }
108
+ }
109
+ }
110
+ },
111
+ ValueCollection: {
112
+ kind: "class",
113
+ members: {
114
+ Enumerator: {
115
+ kind: "struct",
116
+ members: {
117
+ Dispose: {
118
+ kind: "method",
119
+ methodKind: "ordinary"
120
+ },
121
+ MoveNext: {
122
+ kind: "method",
123
+ methodKind: "ordinary"
124
+ },
125
+ Current: {
126
+ kind: "property",
127
+ type: undefined
128
+ }
129
+ }
130
+ }
131
+ }
132
+ }
133
+ }
134
+ },
135
+ EqualityComparer: {
136
+ kind: "class",
137
+ members: {
138
+ EqualityComparer: {
139
+ kind: "method",
140
+ methodKind: "constructor"
141
+ },
142
+ Create: {
143
+ kind: "method",
144
+ methodKind: "ordinary",
145
+ isStatic: true
146
+ },
147
+ Equals: {
148
+ kind: "method",
149
+ methodKind: "ordinary",
150
+ isAbstract: true
151
+ },
152
+ GetHashCode: {
153
+ kind: "method",
154
+ methodKind: "ordinary",
155
+ isAbstract: true
156
+ },
157
+ Default: {
158
+ kind: "property",
159
+ type: () => {
160
+ return Generic.EqualityComparer;
161
+ },
162
+ isStatic: true
163
+ }
164
+ },
165
+ isAbstract: true
166
+ },
167
+ HashSet: {
168
+ kind: "class",
169
+ members: {
170
+ AlternateLookup: {
171
+ kind: "struct",
172
+ members: {
173
+ Add: {
174
+ kind: "method",
175
+ methodKind: "ordinary"
176
+ },
177
+ Contains: {
178
+ kind: "method",
179
+ methodKind: "ordinary"
180
+ },
181
+ Remove: {
182
+ kind: "method",
183
+ methodKind: "ordinary"
184
+ },
185
+ TryGetValue: {
186
+ kind: "method",
187
+ methodKind: "ordinary"
188
+ },
189
+ Set: {
190
+ kind: "property",
191
+ type: () => {
192
+ return Generic.HashSet;
193
+ }
194
+ }
195
+ }
196
+ },
197
+ Enumerator: {
198
+ kind: "struct",
199
+ members: {
200
+ Dispose: {
201
+ kind: "method",
202
+ methodKind: "ordinary"
203
+ },
204
+ MoveNext: {
205
+ kind: "method",
206
+ methodKind: "ordinary"
207
+ },
208
+ Current: {
209
+ kind: "property",
210
+ type: undefined
211
+ }
212
+ }
213
+ }
214
+ }
215
+ },
216
+ IAlternateEqualityComparer: {
217
+ kind: "interface",
218
+ members: {
219
+ Equals: {
220
+ kind: "method",
221
+ methodKind: "ordinary"
222
+ },
223
+ GetHashCode: {
224
+ kind: "method",
225
+ methodKind: "ordinary"
226
+ },
227
+ Create: {
228
+ kind: "method",
229
+ methodKind: "ordinary"
230
+ }
231
+ }
232
+ },
233
+ IAsyncEnumerable: {
234
+ kind: "interface",
235
+ members: {
236
+ GetAsyncEnumerator: {
237
+ kind: "method",
238
+ methodKind: "ordinary"
239
+ }
240
+ }
241
+ },
242
+ IAsyncEnumerator: {
243
+ kind: "interface",
244
+ members: {
245
+ MoveNextAsync: {
246
+ kind: "method",
247
+ methodKind: "ordinary"
248
+ },
249
+ Current: {
250
+ kind: "property",
251
+ type: undefined
252
+ }
253
+ }
254
+ },
255
+ ICollection: {
256
+ kind: "interface",
257
+ members: {
258
+ Add: {
259
+ kind: "method",
260
+ methodKind: "ordinary"
261
+ },
262
+ Clear: {
263
+ kind: "method",
264
+ methodKind: "ordinary"
265
+ },
266
+ Contains: {
267
+ kind: "method",
268
+ methodKind: "ordinary"
269
+ },
270
+ CopyTo: {
271
+ kind: "method",
272
+ methodKind: "ordinary"
273
+ },
274
+ Remove: {
275
+ kind: "method",
276
+ methodKind: "ordinary"
277
+ },
278
+ Count: {
279
+ kind: "property",
280
+ type: () => {
281
+ return System.Int32;
282
+ }
283
+ },
284
+ IsReadOnly: {
285
+ kind: "property",
286
+ type: () => {
287
+ return System.Boolean;
288
+ }
289
+ }
290
+ }
291
+ },
292
+ IComparer: {
293
+ kind: "interface",
294
+ members: {
295
+ Compare: {
296
+ kind: "method",
297
+ methodKind: "ordinary"
298
+ }
299
+ }
300
+ },
301
+ IDictionary: {
302
+ kind: "interface",
303
+ members: {
304
+ Add: {
305
+ kind: "method",
306
+ methodKind: "ordinary"
307
+ },
308
+ ContainsKey: {
309
+ kind: "method",
310
+ methodKind: "ordinary"
311
+ },
312
+ Remove: {
313
+ kind: "method",
314
+ methodKind: "ordinary"
315
+ },
316
+ TryGetValue: {
317
+ kind: "method",
318
+ methodKind: "ordinary"
319
+ },
320
+ Item: {
321
+ kind: "property",
322
+ type: undefined
323
+ },
324
+ Keys: {
325
+ kind: "property",
326
+ type: () => {
327
+ return Generic.ICollection;
328
+ }
329
+ },
330
+ Values: {
331
+ kind: "property",
332
+ type: () => {
333
+ return Generic.ICollection;
334
+ }
335
+ }
336
+ }
337
+ },
338
+ IEnumerable: {
339
+ kind: "interface",
340
+ members: {
341
+ GetEnumerator: {
342
+ kind: "method",
343
+ methodKind: "ordinary"
344
+ }
345
+ }
346
+ },
347
+ IEnumerator: {
348
+ kind: "interface",
349
+ members: {
350
+ Current: {
351
+ kind: "property",
352
+ type: undefined
353
+ }
354
+ }
355
+ },
356
+ IEqualityComparer: {
357
+ kind: "interface",
358
+ members: {
359
+ Equals: {
360
+ kind: "method",
361
+ methodKind: "ordinary"
362
+ },
363
+ GetHashCode: {
364
+ kind: "method",
365
+ methodKind: "ordinary"
366
+ }
367
+ }
368
+ },
369
+ IList: {
370
+ kind: "interface",
371
+ members: {
372
+ IndexOf: {
373
+ kind: "method",
374
+ methodKind: "ordinary"
375
+ },
376
+ Insert: {
377
+ kind: "method",
378
+ methodKind: "ordinary"
379
+ },
380
+ RemoveAt: {
381
+ kind: "method",
382
+ methodKind: "ordinary"
383
+ },
384
+ Item: {
385
+ kind: "property",
386
+ type: undefined
387
+ }
388
+ }
389
+ },
390
+ IReadOnlyCollection: {
391
+ kind: "interface",
392
+ members: {
393
+ Count: {
394
+ kind: "property",
395
+ type: () => {
396
+ return System.Int32;
397
+ }
398
+ }
399
+ }
400
+ },
401
+ IReadOnlyDictionary: {
402
+ kind: "interface",
403
+ members: {
404
+ ContainsKey: {
405
+ kind: "method",
406
+ methodKind: "ordinary"
407
+ },
408
+ TryGetValue: {
409
+ kind: "method",
410
+ methodKind: "ordinary"
411
+ },
412
+ Item: {
413
+ kind: "property",
414
+ type: undefined
415
+ },
416
+ Keys: {
417
+ kind: "property",
418
+ type: () => {
419
+ return Generic.IEnumerable;
420
+ }
421
+ },
422
+ Values: {
423
+ kind: "property",
424
+ type: () => {
425
+ return Generic.IEnumerable;
426
+ }
427
+ }
428
+ }
429
+ },
430
+ IReadOnlyList: {
431
+ kind: "interface",
432
+ members: {
433
+ Item: {
434
+ kind: "property",
435
+ type: undefined
436
+ }
437
+ }
438
+ },
439
+ IReadOnlySet: {
440
+ kind: "interface",
441
+ members: {
442
+ Contains: {
443
+ kind: "method",
444
+ methodKind: "ordinary"
445
+ },
446
+ IsProperSubsetOf: {
447
+ kind: "method",
448
+ methodKind: "ordinary"
449
+ },
450
+ IsProperSupersetOf: {
451
+ kind: "method",
452
+ methodKind: "ordinary"
453
+ },
454
+ IsSubsetOf: {
455
+ kind: "method",
456
+ methodKind: "ordinary"
457
+ },
458
+ IsSupersetOf: {
459
+ kind: "method",
460
+ methodKind: "ordinary"
461
+ },
462
+ Overlaps: {
463
+ kind: "method",
464
+ methodKind: "ordinary"
465
+ },
466
+ SetEquals: {
467
+ kind: "method",
468
+ methodKind: "ordinary"
469
+ }
470
+ }
471
+ },
472
+ ISet: {
473
+ kind: "interface",
474
+ members: {
475
+ Add: {
476
+ kind: "method",
477
+ methodKind: "ordinary"
478
+ },
479
+ ExceptWith: {
480
+ kind: "method",
481
+ methodKind: "ordinary"
482
+ },
483
+ IntersectWith: {
484
+ kind: "method",
485
+ methodKind: "ordinary"
486
+ },
487
+ IsProperSubsetOf: {
488
+ kind: "method",
489
+ methodKind: "ordinary"
490
+ },
491
+ IsProperSupersetOf: {
492
+ kind: "method",
493
+ methodKind: "ordinary"
494
+ },
495
+ IsSubsetOf: {
496
+ kind: "method",
497
+ methodKind: "ordinary"
498
+ },
499
+ IsSupersetOf: {
500
+ kind: "method",
501
+ methodKind: "ordinary"
502
+ },
503
+ Overlaps: {
504
+ kind: "method",
505
+ methodKind: "ordinary"
506
+ },
507
+ SetEquals: {
508
+ kind: "method",
509
+ methodKind: "ordinary"
510
+ },
511
+ SymmetricExceptWith: {
512
+ kind: "method",
513
+ methodKind: "ordinary"
514
+ },
515
+ UnionWith: {
516
+ kind: "method",
517
+ methodKind: "ordinary"
518
+ }
519
+ }
520
+ },
521
+ KeyNotFoundException: {
522
+ kind: "class",
523
+ members: {
524
+ KeyNotFoundException: {
525
+ kind: "method",
526
+ methodKind: "constructor"
527
+ }
528
+ }
529
+ },
530
+ KeyValuePair: {
531
+ kind: "struct",
532
+ members: {
533
+ KeyValuePair: {
534
+ kind: "method",
535
+ methodKind: "constructor"
536
+ },
537
+ ToString: {
538
+ kind: "method",
539
+ methodKind: "ordinary",
540
+ isOverride: true
541
+ },
542
+ Key: {
543
+ kind: "property",
544
+ type: undefined
545
+ },
546
+ Value: {
547
+ kind: "property",
548
+ type: undefined
549
+ }
550
+ }
551
+ },
552
+ LinkedList: {
553
+ kind: "class",
554
+ members: {
555
+ Enumerator: {
556
+ kind: "struct",
557
+ members: {
558
+ Dispose: {
559
+ kind: "method",
560
+ methodKind: "ordinary"
561
+ },
562
+ MoveNext: {
563
+ kind: "method",
564
+ methodKind: "ordinary"
565
+ },
566
+ Current: {
567
+ kind: "property",
568
+ type: undefined
569
+ }
570
+ }
571
+ }
572
+ }
573
+ },
574
+ LinkedListNode: {
575
+ kind: "class",
576
+ members: {
577
+ LinkedListNode: {
578
+ kind: "method",
579
+ methodKind: "constructor"
580
+ },
581
+ List: {
582
+ kind: "property",
583
+ type: () => {
584
+ return Generic.LinkedList;
585
+ }
586
+ },
587
+ Next: {
588
+ kind: "property",
589
+ type: () => {
590
+ return Generic.LinkedListNode;
591
+ },
592
+ isNullable: true
593
+ },
594
+ Previous: {
595
+ kind: "property",
596
+ type: () => {
597
+ return Generic.LinkedListNode;
598
+ },
599
+ isNullable: true
600
+ },
601
+ Value: {
602
+ kind: "property",
603
+ type: undefined
604
+ },
605
+ ValueRef: {
606
+ kind: "property",
607
+ type: undefined
608
+ }
609
+ },
610
+ isSealed: true
611
+ },
612
+ List: {
613
+ kind: "class",
614
+ members: {
615
+ Enumerator: {
616
+ kind: "struct",
617
+ members: {
618
+ Dispose: {
619
+ kind: "method",
620
+ methodKind: "ordinary"
621
+ },
622
+ MoveNext: {
623
+ kind: "method",
624
+ methodKind: "ordinary"
625
+ },
626
+ Current: {
627
+ kind: "property",
628
+ type: undefined
629
+ }
630
+ }
631
+ }
632
+ }
633
+ },
634
+ OrderedDictionary: {
635
+ kind: "class",
636
+ members: {
637
+ Enumerator: {
638
+ kind: "struct",
639
+ members: {
640
+ MoveNext: {
641
+ kind: "method",
642
+ methodKind: "ordinary"
643
+ },
644
+ Current: {
645
+ kind: "property",
646
+ type: () => {
647
+ return Generic.KeyValuePair;
648
+ },
649
+ isReadOnly: true
650
+ }
651
+ }
652
+ },
653
+ KeyCollection: {
654
+ kind: "class",
655
+ members: {
656
+ Enumerator: {
657
+ kind: "struct",
658
+ members: {
659
+ MoveNext: {
660
+ kind: "method",
661
+ methodKind: "ordinary"
662
+ },
663
+ Current: {
664
+ kind: "property",
665
+ type: undefined,
666
+ isReadOnly: true
667
+ }
668
+ }
669
+ }
670
+ }
671
+ },
672
+ ValueCollection: {
673
+ kind: "class",
674
+ members: {
675
+ Enumerator: {
676
+ kind: "struct",
677
+ members: {
678
+ MoveNext: {
679
+ kind: "method",
680
+ methodKind: "ordinary"
681
+ },
682
+ Current: {
683
+ kind: "property",
684
+ type: undefined,
685
+ isReadOnly: true
686
+ }
687
+ }
688
+ }
689
+ }
690
+ }
691
+ }
692
+ },
693
+ PriorityQueue: {
694
+ kind: "class",
695
+ members: {
696
+ UnorderedItemsCollection: {
697
+ kind: "class",
698
+ members: {
699
+ Enumerator: {
700
+ kind: "struct",
701
+ members: {
702
+ Dispose: {
703
+ kind: "method",
704
+ methodKind: "ordinary"
705
+ },
706
+ MoveNext: {
707
+ kind: "method",
708
+ methodKind: "ordinary"
709
+ },
710
+ Current: {
711
+ kind: "property",
712
+ type: () => {
713
+ return System.ValueTuple;
714
+ }
715
+ }
716
+ }
717
+ }
718
+ }
719
+ }
720
+ }
721
+ },
722
+ Queue: {
723
+ kind: "class",
724
+ members: {
725
+ Enumerator: {
726
+ kind: "struct",
727
+ members: {
728
+ Dispose: {
729
+ kind: "method",
730
+ methodKind: "ordinary"
731
+ },
732
+ MoveNext: {
733
+ kind: "method",
734
+ methodKind: "ordinary"
735
+ },
736
+ Current: {
737
+ kind: "property",
738
+ type: undefined
739
+ }
740
+ }
741
+ }
742
+ }
743
+ },
744
+ ReferenceEqualityComparer: {
745
+ kind: "class",
746
+ members: {
747
+ Equals: {
748
+ kind: "method",
749
+ methodKind: "ordinary"
750
+ },
751
+ GetHashCode: {
752
+ kind: "method",
753
+ methodKind: "ordinary"
754
+ },
755
+ Instance: {
756
+ kind: "property",
757
+ type: () => {
758
+ return Generic.ReferenceEqualityComparer;
759
+ },
760
+ isStatic: true
761
+ }
762
+ },
763
+ isSealed: true
764
+ },
765
+ SortedDictionary: {
766
+ kind: "class",
767
+ members: {
768
+ Enumerator: {
769
+ kind: "struct",
770
+ members: {
771
+ Dispose: {
772
+ kind: "method",
773
+ methodKind: "ordinary"
774
+ },
775
+ MoveNext: {
776
+ kind: "method",
777
+ methodKind: "ordinary"
778
+ },
779
+ Current: {
780
+ kind: "property",
781
+ type: () => {
782
+ return Generic.KeyValuePair;
783
+ }
784
+ }
785
+ }
786
+ },
787
+ KeyCollection: {
788
+ kind: "class",
789
+ members: {
790
+ Enumerator: {
791
+ kind: "struct",
792
+ members: {
793
+ Dispose: {
794
+ kind: "method",
795
+ methodKind: "ordinary"
796
+ },
797
+ MoveNext: {
798
+ kind: "method",
799
+ methodKind: "ordinary"
800
+ },
801
+ Current: {
802
+ kind: "property",
803
+ type: undefined
804
+ }
805
+ }
806
+ }
807
+ }
808
+ },
809
+ ValueCollection: {
810
+ kind: "class",
811
+ members: {
812
+ Enumerator: {
813
+ kind: "struct",
814
+ members: {
815
+ Dispose: {
816
+ kind: "method",
817
+ methodKind: "ordinary"
818
+ },
819
+ MoveNext: {
820
+ kind: "method",
821
+ methodKind: "ordinary"
822
+ },
823
+ Current: {
824
+ kind: "property",
825
+ type: undefined
826
+ }
827
+ }
828
+ }
829
+ }
830
+ }
831
+ }
832
+ },
833
+ SortedList: {
834
+ kind: "class",
835
+ members: {
836
+ SortedList: {
837
+ kind: "method",
838
+ methodKind: "constructor"
839
+ },
840
+ Add: {
841
+ kind: "method",
842
+ methodKind: "ordinary"
843
+ },
844
+ Clear: {
845
+ kind: "method",
846
+ methodKind: "ordinary"
847
+ },
848
+ ContainsKey: {
849
+ kind: "method",
850
+ methodKind: "ordinary"
851
+ },
852
+ ContainsValue: {
853
+ kind: "method",
854
+ methodKind: "ordinary"
855
+ },
856
+ GetEnumerator: {
857
+ kind: "method",
858
+ methodKind: "ordinary"
859
+ },
860
+ GetKeyAtIndex: {
861
+ kind: "method",
862
+ methodKind: "ordinary"
863
+ },
864
+ GetValueAtIndex: {
865
+ kind: "method",
866
+ methodKind: "ordinary"
867
+ },
868
+ IndexOfKey: {
869
+ kind: "method",
870
+ methodKind: "ordinary"
871
+ },
872
+ IndexOfValue: {
873
+ kind: "method",
874
+ methodKind: "ordinary"
875
+ },
876
+ Remove: {
877
+ kind: "method",
878
+ methodKind: "ordinary"
879
+ },
880
+ RemoveAt: {
881
+ kind: "method",
882
+ methodKind: "ordinary"
883
+ },
884
+ SetValueAtIndex: {
885
+ kind: "method",
886
+ methodKind: "ordinary"
887
+ },
888
+ TrimExcess: {
889
+ kind: "method",
890
+ methodKind: "ordinary"
891
+ },
892
+ TryGetValue: {
893
+ kind: "method",
894
+ methodKind: "ordinary"
895
+ },
896
+ Capacity: {
897
+ kind: "property",
898
+ type: () => {
899
+ return System.Int32;
900
+ }
901
+ },
902
+ Comparer: {
903
+ kind: "property",
904
+ type: () => {
905
+ return Generic.IComparer;
906
+ }
907
+ },
908
+ Count: {
909
+ kind: "property",
910
+ type: () => {
911
+ return System.Int32;
912
+ }
913
+ },
914
+ Item: {
915
+ kind: "property",
916
+ type: undefined
917
+ },
918
+ Keys: {
919
+ kind: "property",
920
+ type: () => {
921
+ return Generic.IList;
922
+ }
923
+ },
924
+ Values: {
925
+ kind: "property",
926
+ type: () => {
927
+ return Generic.IList;
928
+ }
929
+ }
930
+ }
931
+ },
932
+ SortedSet: {
933
+ kind: "class",
934
+ members: {
935
+ Enumerator: {
936
+ kind: "struct",
937
+ members: {
938
+ Dispose: {
939
+ kind: "method",
940
+ methodKind: "ordinary"
941
+ },
942
+ MoveNext: {
943
+ kind: "method",
944
+ methodKind: "ordinary"
945
+ },
946
+ Current: {
947
+ kind: "property",
948
+ type: undefined
949
+ }
950
+ }
951
+ }
952
+ }
953
+ },
954
+ Stack: {
955
+ kind: "class",
956
+ members: {
957
+ Enumerator: {
958
+ kind: "struct",
959
+ members: {
960
+ Dispose: {
961
+ kind: "method",
962
+ methodKind: "ordinary"
963
+ },
964
+ MoveNext: {
965
+ kind: "method",
966
+ methodKind: "ordinary"
967
+ },
968
+ Current: {
969
+ kind: "property",
970
+ type: undefined
971
+ }
972
+ }
973
+ }
974
+ }
975
+ }
976
+ });
977
+ export default Generic;
978
+ //# sourceMappingURL=index.js.map