@alloy-js/csharp 0.23.0-dev.1 → 0.23.0-dev.11

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 (784) hide show
  1. package/CHANGELOG.md +1 -14
  2. package/dist/dev/scripts/components/library-interface.js +67 -0
  3. package/dist/dev/scripts/components/library-interface.js.map +1 -0
  4. package/dist/dev/scripts/components/namespace-directory.js +160 -0
  5. package/dist/dev/scripts/components/namespace-directory.js.map +1 -0
  6. package/dist/dev/scripts/generate-builtins.js +45 -0
  7. package/dist/dev/scripts/generate-builtins.js.map +1 -0
  8. package/dist/dev/scripts/process-docfx.js +316 -0
  9. package/dist/dev/scripts/process-docfx.js.map +1 -0
  10. package/dist/dev/src/access.js +73 -0
  11. package/dist/dev/src/access.js.map +1 -0
  12. package/dist/dev/src/access.test.js +43 -0
  13. package/dist/dev/src/access.test.js.map +1 -0
  14. package/dist/dev/src/builtins/Microsoft/CSharp/RuntimeBinder/index.js +23 -0
  15. package/dist/dev/src/builtins/Microsoft/CSharp/RuntimeBinder/index.js.map +1 -0
  16. package/dist/dev/src/builtins/Microsoft/CSharp/index.js +5 -0
  17. package/dist/dev/src/builtins/Microsoft/CSharp/index.js.map +1 -0
  18. package/dist/dev/src/builtins/Microsoft/VisualBasic/FileIO/index.js +473 -0
  19. package/dist/dev/src/builtins/Microsoft/VisualBasic/FileIO/index.js.map +1 -0
  20. package/dist/dev/src/builtins/Microsoft/VisualBasic/index.js +2534 -0
  21. package/dist/dev/src/builtins/Microsoft/VisualBasic/index.js.map +1 -0
  22. package/dist/dev/src/builtins/Microsoft/Win32/SafeHandles/index.js +320 -0
  23. package/dist/dev/src/builtins/Microsoft/Win32/SafeHandles/index.js.map +1 -0
  24. package/dist/dev/src/builtins/Microsoft/Win32/index.js +362 -0
  25. package/dist/dev/src/builtins/Microsoft/Win32/index.js.map +1 -0
  26. package/dist/dev/src/builtins/Microsoft/index.js +7 -0
  27. package/dist/dev/src/builtins/Microsoft/index.js.map +1 -0
  28. package/dist/dev/src/builtins/System/Buffers/Binary/index.js +536 -0
  29. package/dist/dev/src/builtins/System/Buffers/Binary/index.js.map +1 -0
  30. package/dist/dev/src/builtins/System/Buffers/Text/index.js +144 -0
  31. package/dist/dev/src/builtins/System/Buffers/Text/index.js.map +1 -0
  32. package/dist/dev/src/builtins/System/Buffers/index.js +605 -0
  33. package/dist/dev/src/builtins/System/Buffers/index.js.map +1 -0
  34. package/dist/dev/src/builtins/System/CodeDom/Compiler/index.js +131 -0
  35. package/dist/dev/src/builtins/System/CodeDom/Compiler/index.js.map +1 -0
  36. package/dist/dev/src/builtins/System/CodeDom/index.js +5 -0
  37. package/dist/dev/src/builtins/System/CodeDom/index.js.map +1 -0
  38. package/dist/dev/src/builtins/System/Collections/Concurrent/index.js +399 -0
  39. package/dist/dev/src/builtins/System/Collections/Concurrent/index.js.map +1 -0
  40. package/dist/dev/src/builtins/System/Collections/Frozen/index.js +88 -0
  41. package/dist/dev/src/builtins/System/Collections/Frozen/index.js.map +1 -0
  42. package/dist/dev/src/builtins/System/Collections/Generic/index.js +978 -0
  43. package/dist/dev/src/builtins/System/Collections/Generic/index.js.map +1 -0
  44. package/dist/dev/src/builtins/System/Collections/Immutable/index.js +1049 -0
  45. package/dist/dev/src/builtins/System/Collections/Immutable/index.js.map +1 -0
  46. package/dist/dev/src/builtins/System/Collections/ObjectModel/index.js +394 -0
  47. package/dist/dev/src/builtins/System/Collections/ObjectModel/index.js.map +1 -0
  48. package/dist/dev/src/builtins/System/Collections/Specialized/index.js +716 -0
  49. package/dist/dev/src/builtins/System/Collections/Specialized/index.js.map +1 -0
  50. package/dist/dev/src/builtins/System/Collections/index.js +1355 -0
  51. package/dist/dev/src/builtins/System/Collections/index.js.map +1 -0
  52. package/dist/dev/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.js +143 -0
  53. package/dist/dev/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.js.map +1 -0
  54. package/dist/dev/src/builtins/System/ComponentModel/DataAnnotations/index.js +1237 -0
  55. package/dist/dev/src/builtins/System/ComponentModel/DataAnnotations/index.js.map +1 -0
  56. package/dist/dev/src/builtins/System/ComponentModel/Design/Serialization/index.js +535 -0
  57. package/dist/dev/src/builtins/System/ComponentModel/Design/Serialization/index.js.map +1 -0
  58. package/dist/dev/src/builtins/System/ComponentModel/Design/index.js +2008 -0
  59. package/dist/dev/src/builtins/System/ComponentModel/Design/index.js.map +1 -0
  60. package/dist/dev/src/builtins/System/ComponentModel/index.js +6649 -0
  61. package/dist/dev/src/builtins/System/ComponentModel/index.js.map +1 -0
  62. package/dist/dev/src/builtins/System/Configuration/Assemblies/index.js +69 -0
  63. package/dist/dev/src/builtins/System/Configuration/Assemblies/index.js.map +1 -0
  64. package/dist/dev/src/builtins/System/Configuration/index.js +5 -0
  65. package/dist/dev/src/builtins/System/Configuration/index.js.map +1 -0
  66. package/dist/dev/src/builtins/System/Data/Common/index.js +3279 -0
  67. package/dist/dev/src/builtins/System/Data/Common/index.js.map +1 -0
  68. package/dist/dev/src/builtins/System/Data/SqlTypes/index.js +2655 -0
  69. package/dist/dev/src/builtins/System/Data/SqlTypes/index.js.map +1 -0
  70. package/dist/dev/src/builtins/System/Data/index.js +4504 -0
  71. package/dist/dev/src/builtins/System/Data/index.js.map +1 -0
  72. package/dist/dev/src/builtins/System/Diagnostics/CodeAnalysis/index.js +705 -0
  73. package/dist/dev/src/builtins/System/Diagnostics/CodeAnalysis/index.js.map +1 -0
  74. package/dist/dev/src/builtins/System/Diagnostics/Contracts/index.js +309 -0
  75. package/dist/dev/src/builtins/System/Diagnostics/Contracts/index.js.map +1 -0
  76. package/dist/dev/src/builtins/System/Diagnostics/Metrics/index.js +323 -0
  77. package/dist/dev/src/builtins/System/Diagnostics/Metrics/index.js.map +1 -0
  78. package/dist/dev/src/builtins/System/Diagnostics/SymbolStore/index.js +610 -0
  79. package/dist/dev/src/builtins/System/Diagnostics/SymbolStore/index.js.map +1 -0
  80. package/dist/dev/src/builtins/System/Diagnostics/Tracing/index.js +954 -0
  81. package/dist/dev/src/builtins/System/Diagnostics/Tracing/index.js.map +1 -0
  82. package/dist/dev/src/builtins/System/Diagnostics/index.js +3826 -0
  83. package/dist/dev/src/builtins/System/Diagnostics/index.js.map +1 -0
  84. package/dist/dev/src/builtins/System/Drawing/index.js +3305 -0
  85. package/dist/dev/src/builtins/System/Drawing/index.js.map +1 -0
  86. package/dist/dev/src/builtins/System/Dynamic/index.js +795 -0
  87. package/dist/dev/src/builtins/System/Dynamic/index.js.map +1 -0
  88. package/dist/dev/src/builtins/System/Formats/Asn1/index.js +843 -0
  89. package/dist/dev/src/builtins/System/Formats/Asn1/index.js.map +1 -0
  90. package/dist/dev/src/builtins/System/Formats/Tar/index.js +436 -0
  91. package/dist/dev/src/builtins/System/Formats/Tar/index.js.map +1 -0
  92. package/dist/dev/src/builtins/System/Formats/index.js +6 -0
  93. package/dist/dev/src/builtins/System/Formats/index.js.map +1 -0
  94. package/dist/dev/src/builtins/System/Globalization/index.js +3848 -0
  95. package/dist/dev/src/builtins/System/Globalization/index.js.map +1 -0
  96. package/dist/dev/src/builtins/System/IO/Compression/index.js +894 -0
  97. package/dist/dev/src/builtins/System/IO/Compression/index.js.map +1 -0
  98. package/dist/dev/src/builtins/System/IO/Enumeration/index.js +218 -0
  99. package/dist/dev/src/builtins/System/IO/Enumeration/index.js.map +1 -0
  100. package/dist/dev/src/builtins/System/IO/IsolatedStorage/index.js +495 -0
  101. package/dist/dev/src/builtins/System/IO/IsolatedStorage/index.js.map +1 -0
  102. package/dist/dev/src/builtins/System/IO/MemoryMappedFiles/index.js +251 -0
  103. package/dist/dev/src/builtins/System/IO/MemoryMappedFiles/index.js.map +1 -0
  104. package/dist/dev/src/builtins/System/IO/Pipelines/index.js +415 -0
  105. package/dist/dev/src/builtins/System/IO/Pipelines/index.js.map +1 -0
  106. package/dist/dev/src/builtins/System/IO/Pipes/index.js +723 -0
  107. package/dist/dev/src/builtins/System/IO/Pipes/index.js.map +1 -0
  108. package/dist/dev/src/builtins/System/IO/index.js +3713 -0
  109. package/dist/dev/src/builtins/System/IO/index.js.map +1 -0
  110. package/dist/dev/src/builtins/System/Linq/Expressions/index.js +2253 -0
  111. package/dist/dev/src/builtins/System/Linq/Expressions/index.js.map +1 -0
  112. package/dist/dev/src/builtins/System/Linq/index.js +275 -0
  113. package/dist/dev/src/builtins/System/Linq/index.js.map +1 -0
  114. package/dist/dev/src/builtins/System/Net/Cache/index.js +217 -0
  115. package/dist/dev/src/builtins/System/Net/Cache/index.js.map +1 -0
  116. package/dist/dev/src/builtins/System/Net/Http/Headers/index.js +1668 -0
  117. package/dist/dev/src/builtins/System/Net/Http/Headers/index.js.map +1 -0
  118. package/dist/dev/src/builtins/System/Net/Http/Json/index.js +72 -0
  119. package/dist/dev/src/builtins/System/Net/Http/Json/index.js.map +1 -0
  120. package/dist/dev/src/builtins/System/Net/Http/Metrics/index.js +40 -0
  121. package/dist/dev/src/builtins/System/Net/Http/Metrics/index.js.map +1 -0
  122. package/dist/dev/src/builtins/System/Net/Http/index.js +1458 -0
  123. package/dist/dev/src/builtins/System/Net/Http/index.js.map +1 -0
  124. package/dist/dev/src/builtins/System/Net/Mail/index.js +871 -0
  125. package/dist/dev/src/builtins/System/Net/Mail/index.js.map +1 -0
  126. package/dist/dev/src/builtins/System/Net/Mime/index.js +500 -0
  127. package/dist/dev/src/builtins/System/Net/Mime/index.js.map +1 -0
  128. package/dist/dev/src/builtins/System/Net/NetworkInformation/index.js +2776 -0
  129. package/dist/dev/src/builtins/System/Net/NetworkInformation/index.js.map +1 -0
  130. package/dist/dev/src/builtins/System/Net/Quic/index.js +635 -0
  131. package/dist/dev/src/builtins/System/Net/Quic/index.js.map +1 -0
  132. package/dist/dev/src/builtins/System/Net/Security/index.js +1432 -0
  133. package/dist/dev/src/builtins/System/Net/Security/index.js.map +1 -0
  134. package/dist/dev/src/builtins/System/Net/Sockets/index.js +3095 -0
  135. package/dist/dev/src/builtins/System/Net/Sockets/index.js.map +1 -0
  136. package/dist/dev/src/builtins/System/Net/WebSockets/index.js +876 -0
  137. package/dist/dev/src/builtins/System/Net/WebSockets/index.js.map +1 -0
  138. package/dist/dev/src/builtins/System/Net/index.js +5481 -0
  139. package/dist/dev/src/builtins/System/Net/index.js.map +1 -0
  140. package/dist/dev/src/builtins/System/Numerics/index.js +3425 -0
  141. package/dist/dev/src/builtins/System/Numerics/index.js.map +1 -0
  142. package/dist/dev/src/builtins/System/Reflection/Emit/index.js +4293 -0
  143. package/dist/dev/src/builtins/System/Reflection/Emit/index.js.map +1 -0
  144. package/dist/dev/src/builtins/System/Reflection/Metadata/Ecma335/index.js +2218 -0
  145. package/dist/dev/src/builtins/System/Reflection/Metadata/Ecma335/index.js.map +1 -0
  146. package/dist/dev/src/builtins/System/Reflection/Metadata/index.js +6045 -0
  147. package/dist/dev/src/builtins/System/Reflection/Metadata/index.js.map +1 -0
  148. package/dist/dev/src/builtins/System/Reflection/PortableExecutable/index.js +2020 -0
  149. package/dist/dev/src/builtins/System/Reflection/PortableExecutable/index.js.map +1 -0
  150. package/dist/dev/src/builtins/System/Reflection/index.js +5244 -0
  151. package/dist/dev/src/builtins/System/Reflection/index.js.map +1 -0
  152. package/dist/dev/src/builtins/System/Resources/index.js +289 -0
  153. package/dist/dev/src/builtins/System/Resources/index.js.map +1 -0
  154. package/dist/dev/src/builtins/System/Runtime/CompilerServices/index.js +1896 -0
  155. package/dist/dev/src/builtins/System/Runtime/CompilerServices/index.js.map +1 -0
  156. package/dist/dev/src/builtins/System/Runtime/ConstrainedExecution/index.js +103 -0
  157. package/dist/dev/src/builtins/System/Runtime/ConstrainedExecution/index.js.map +1 -0
  158. package/dist/dev/src/builtins/System/Runtime/ExceptionServices/index.js +62 -0
  159. package/dist/dev/src/builtins/System/Runtime/ExceptionServices/index.js.map +1 -0
  160. package/dist/dev/src/builtins/System/Runtime/InteropServices/ComTypes/index.js +67 -0
  161. package/dist/dev/src/builtins/System/Runtime/InteropServices/ComTypes/index.js.map +1 -0
  162. package/dist/dev/src/builtins/System/Runtime/InteropServices/JavaScript/index.js +210 -0
  163. package/dist/dev/src/builtins/System/Runtime/InteropServices/JavaScript/index.js.map +1 -0
  164. package/dist/dev/src/builtins/System/Runtime/InteropServices/Marshalling/index.js +1012 -0
  165. package/dist/dev/src/builtins/System/Runtime/InteropServices/Marshalling/index.js.map +1 -0
  166. package/dist/dev/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.js +79 -0
  167. package/dist/dev/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.js.map +1 -0
  168. package/dist/dev/src/builtins/System/Runtime/InteropServices/Swift/index.js +49 -0
  169. package/dist/dev/src/builtins/System/Runtime/InteropServices/Swift/index.js.map +1 -0
  170. package/dist/dev/src/builtins/System/Runtime/InteropServices/index.js +3626 -0
  171. package/dist/dev/src/builtins/System/Runtime/InteropServices/index.js.map +1 -0
  172. package/dist/dev/src/builtins/System/Runtime/Intrinsics/Arm/index.js +1297 -0
  173. package/dist/dev/src/builtins/System/Runtime/Intrinsics/Arm/index.js.map +1 -0
  174. package/dist/dev/src/builtins/System/Runtime/Intrinsics/Wasm/index.js +338 -0
  175. package/dist/dev/src/builtins/System/Runtime/Intrinsics/Wasm/index.js.map +1 -0
  176. package/dist/dev/src/builtins/System/Runtime/Intrinsics/X86/index.js +1372 -0
  177. package/dist/dev/src/builtins/System/Runtime/Intrinsics/X86/index.js.map +1 -0
  178. package/dist/dev/src/builtins/System/Runtime/Intrinsics/index.js +273 -0
  179. package/dist/dev/src/builtins/System/Runtime/Intrinsics/index.js.map +1 -0
  180. package/dist/dev/src/builtins/System/Runtime/Loader/index.js +140 -0
  181. package/dist/dev/src/builtins/System/Runtime/Loader/index.js.map +1 -0
  182. package/dist/dev/src/builtins/System/Runtime/Remoting/index.js +18 -0
  183. package/dist/dev/src/builtins/System/Runtime/Remoting/index.js.map +1 -0
  184. package/dist/dev/src/builtins/System/Runtime/Serialization/DataContracts/index.js +265 -0
  185. package/dist/dev/src/builtins/System/Runtime/Serialization/DataContracts/index.js.map +1 -0
  186. package/dist/dev/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.js +61 -0
  187. package/dist/dev/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.js.map +1 -0
  188. package/dist/dev/src/builtins/System/Runtime/Serialization/Formatters/index.js +83 -0
  189. package/dist/dev/src/builtins/System/Runtime/Serialization/Formatters/index.js.map +1 -0
  190. package/dist/dev/src/builtins/System/Runtime/Serialization/Json/index.js +192 -0
  191. package/dist/dev/src/builtins/System/Runtime/Serialization/Json/index.js.map +1 -0
  192. package/dist/dev/src/builtins/System/Runtime/Serialization/index.js +1611 -0
  193. package/dist/dev/src/builtins/System/Runtime/Serialization/index.js.map +1 -0
  194. package/dist/dev/src/builtins/System/Runtime/Versioning/index.js +336 -0
  195. package/dist/dev/src/builtins/System/Runtime/Versioning/index.js.map +1 -0
  196. package/dist/dev/src/builtins/System/Runtime/index.js +245 -0
  197. package/dist/dev/src/builtins/System/Runtime/index.js.map +1 -0
  198. package/dist/dev/src/builtins/System/Security/AccessControl/index.js +2343 -0
  199. package/dist/dev/src/builtins/System/Security/AccessControl/index.js.map +1 -0
  200. package/dist/dev/src/builtins/System/Security/Authentication/ExtendedProtection/index.js +169 -0
  201. package/dist/dev/src/builtins/System/Security/Authentication/ExtendedProtection/index.js.map +1 -0
  202. package/dist/dev/src/builtins/System/Security/Authentication/index.js +212 -0
  203. package/dist/dev/src/builtins/System/Security/Authentication/index.js.map +1 -0
  204. package/dist/dev/src/builtins/System/Security/Claims/index.js +844 -0
  205. package/dist/dev/src/builtins/System/Security/Claims/index.js.map +1 -0
  206. package/dist/dev/src/builtins/System/Security/Cryptography/X509Certificates/index.js +2633 -0
  207. package/dist/dev/src/builtins/System/Security/Cryptography/X509Certificates/index.js.map +1 -0
  208. package/dist/dev/src/builtins/System/Security/Cryptography/index.js +6673 -0
  209. package/dist/dev/src/builtins/System/Security/Cryptography/index.js.map +1 -0
  210. package/dist/dev/src/builtins/System/Security/Permissions/index.js +325 -0
  211. package/dist/dev/src/builtins/System/Security/Permissions/index.js.map +1 -0
  212. package/dist/dev/src/builtins/System/Security/Policy/index.js +101 -0
  213. package/dist/dev/src/builtins/System/Security/Policy/index.js.map +1 -0
  214. package/dist/dev/src/builtins/System/Security/Principal/index.js +1338 -0
  215. package/dist/dev/src/builtins/System/Security/Principal/index.js.map +1 -0
  216. package/dist/dev/src/builtins/System/Security/index.js +672 -0
  217. package/dist/dev/src/builtins/System/Security/index.js.map +1 -0
  218. package/dist/dev/src/builtins/System/Text/Encodings/Web/index.js +162 -0
  219. package/dist/dev/src/builtins/System/Text/Encodings/Web/index.js.map +1 -0
  220. package/dist/dev/src/builtins/System/Text/Encodings/index.js +5 -0
  221. package/dist/dev/src/builtins/System/Text/Encodings/index.js.map +1 -0
  222. package/dist/dev/src/builtins/System/Text/Json/Nodes/index.js +250 -0
  223. package/dist/dev/src/builtins/System/Text/Json/Nodes/index.js.map +1 -0
  224. package/dist/dev/src/builtins/System/Text/Json/Schema/index.js +78 -0
  225. package/dist/dev/src/builtins/System/Text/Json/Schema/index.js.map +1 -0
  226. package/dist/dev/src/builtins/System/Text/Json/Serialization/Metadata/index.js +328 -0
  227. package/dist/dev/src/builtins/System/Text/Json/Serialization/Metadata/index.js.map +1 -0
  228. package/dist/dev/src/builtins/System/Text/Json/Serialization/index.js +840 -0
  229. package/dist/dev/src/builtins/System/Text/Json/Serialization/index.js.map +1 -0
  230. package/dist/dev/src/builtins/System/Text/Json/index.js +1185 -0
  231. package/dist/dev/src/builtins/System/Text/Json/index.js.map +1 -0
  232. package/dist/dev/src/builtins/System/Text/RegularExpressions/index.js +732 -0
  233. package/dist/dev/src/builtins/System/Text/RegularExpressions/index.js.map +1 -0
  234. package/dist/dev/src/builtins/System/Text/Unicode/index.js +1199 -0
  235. package/dist/dev/src/builtins/System/Text/Unicode/index.js.map +1 -0
  236. package/dist/dev/src/builtins/System/Text/index.js +1748 -0
  237. package/dist/dev/src/builtins/System/Text/index.js.map +1 -0
  238. package/dist/dev/src/builtins/System/Threading/Channels/index.js +229 -0
  239. package/dist/dev/src/builtins/System/Threading/Channels/index.js.map +1 -0
  240. package/dist/dev/src/builtins/System/Threading/Tasks/Dataflow/index.js +676 -0
  241. package/dist/dev/src/builtins/System/Threading/Tasks/Dataflow/index.js.map +1 -0
  242. package/dist/dev/src/builtins/System/Threading/Tasks/Sources/index.js +117 -0
  243. package/dist/dev/src/builtins/System/Threading/Tasks/Sources/index.js.map +1 -0
  244. package/dist/dev/src/builtins/System/Threading/Tasks/index.js +721 -0
  245. package/dist/dev/src/builtins/System/Threading/Tasks/index.js.map +1 -0
  246. package/dist/dev/src/builtins/System/Threading/index.js +2292 -0
  247. package/dist/dev/src/builtins/System/Threading/index.js.map +1 -0
  248. package/dist/dev/src/builtins/System/Timers/index.js +129 -0
  249. package/dist/dev/src/builtins/System/Timers/index.js.map +1 -0
  250. package/dist/dev/src/builtins/System/Transactions/index.js +727 -0
  251. package/dist/dev/src/builtins/System/Transactions/index.js.map +1 -0
  252. package/dist/dev/src/builtins/System/Web/index.js +84 -0
  253. package/dist/dev/src/builtins/System/Web/index.js.map +1 -0
  254. package/dist/dev/src/builtins/System/Windows/Input/index.js +18 -0
  255. package/dist/dev/src/builtins/System/Windows/Input/index.js.map +1 -0
  256. package/dist/dev/src/builtins/System/Windows/Markup/index.js +28 -0
  257. package/dist/dev/src/builtins/System/Windows/Markup/index.js.map +1 -0
  258. package/dist/dev/src/builtins/System/Windows/index.js +6 -0
  259. package/dist/dev/src/builtins/System/Windows/index.js.map +1 -0
  260. package/dist/dev/src/builtins/System/Xml/Linq/index.js +1086 -0
  261. package/dist/dev/src/builtins/System/Xml/Linq/index.js.map +1 -0
  262. package/dist/dev/src/builtins/System/Xml/Resolvers/index.js +86 -0
  263. package/dist/dev/src/builtins/System/Xml/Resolvers/index.js.map +1 -0
  264. package/dist/dev/src/builtins/System/Xml/Schema/index.js +2993 -0
  265. package/dist/dev/src/builtins/System/Xml/Schema/index.js.map +1 -0
  266. package/dist/dev/src/builtins/System/Xml/Serialization/index.js +2356 -0
  267. package/dist/dev/src/builtins/System/Xml/Serialization/index.js.map +1 -0
  268. package/dist/dev/src/builtins/System/Xml/XPath/index.js +917 -0
  269. package/dist/dev/src/builtins/System/Xml/XPath/index.js.map +1 -0
  270. package/dist/dev/src/builtins/System/Xml/Xsl/index.js +315 -0
  271. package/dist/dev/src/builtins/System/Xml/Xsl/index.js.map +1 -0
  272. package/dist/dev/src/builtins/System/Xml/index.js +5736 -0
  273. package/dist/dev/src/builtins/System/Xml/index.js.map +1 -0
  274. package/dist/dev/src/builtins/System/index.js +14587 -0
  275. package/dist/dev/src/builtins/System/index.js.map +1 -0
  276. package/dist/dev/src/builtins/index.js +3 -0
  277. package/dist/dev/src/builtins/index.js.map +1 -0
  278. package/dist/dev/src/components/Declaration.js +9 -0
  279. package/dist/dev/src/components/Declaration.js.map +1 -0
  280. package/dist/dev/src/components/Name.js +12 -0
  281. package/dist/dev/src/components/Name.js.map +1 -0
  282. package/dist/dev/src/components/Reference.js +13 -0
  283. package/dist/dev/src/components/Reference.js.map +1 -0
  284. package/dist/dev/src/components/access-expression/access-expression.js +288 -0
  285. package/dist/dev/src/components/access-expression/access-expression.js.map +1 -0
  286. package/dist/dev/src/components/access-expression/access-expression.test.js +608 -0
  287. package/dist/dev/src/components/access-expression/access-expression.test.js.map +1 -0
  288. package/dist/dev/src/components/access-expression/part-descriptors.js +14 -0
  289. package/dist/dev/src/components/access-expression/part-descriptors.js.map +1 -0
  290. package/dist/dev/src/components/attributes/attributes.js +113 -0
  291. package/dist/dev/src/components/attributes/attributes.js.map +1 -0
  292. package/dist/dev/src/components/attributes/attributes.test.js +201 -0
  293. package/dist/dev/src/components/attributes/attributes.test.js.map +1 -0
  294. package/dist/dev/src/components/class/declaration.js +123 -0
  295. package/dist/dev/src/components/class/declaration.js.map +1 -0
  296. package/dist/dev/src/components/class/declaration.test.js +893 -0
  297. package/dist/dev/src/components/class/declaration.test.js.map +1 -0
  298. package/dist/dev/src/components/constructor/constructor.js +129 -0
  299. package/dist/dev/src/components/constructor/constructor.js.map +1 -0
  300. package/dist/dev/src/components/constructor/constructor.test.js +228 -0
  301. package/dist/dev/src/components/constructor/constructor.test.js.map +1 -0
  302. package/dist/dev/src/components/csproj-file/csproj-file.js +32 -0
  303. package/dist/dev/src/components/csproj-file/csproj-file.js.map +1 -0
  304. package/dist/dev/src/components/csproj-file/csproj-file.test.js +70 -0
  305. package/dist/dev/src/components/csproj-file/csproj-file.test.js.map +1 -0
  306. package/dist/dev/src/components/doc/comment.js +129 -0
  307. package/dist/dev/src/components/doc/comment.js.map +1 -0
  308. package/dist/dev/src/components/doc/comment.test.js +577 -0
  309. package/dist/dev/src/components/doc/comment.test.js.map +1 -0
  310. package/dist/dev/src/components/doc/from-markdown.js +83 -0
  311. package/dist/dev/src/components/doc/from-markdown.js.map +1 -0
  312. package/dist/dev/src/components/doc/from-markdown.test.js +112 -0
  313. package/dist/dev/src/components/doc/from-markdown.test.js.map +1 -0
  314. package/dist/dev/src/components/enum/declaration.js +80 -0
  315. package/dist/dev/src/components/enum/declaration.js.map +1 -0
  316. package/dist/dev/src/components/enum/declaration.ref.test.js +221 -0
  317. package/dist/dev/src/components/enum/declaration.ref.test.js.map +1 -0
  318. package/dist/dev/src/components/enum/declaration.test.js +122 -0
  319. package/dist/dev/src/components/enum/declaration.test.js.map +1 -0
  320. package/dist/dev/src/components/enum/member.js +47 -0
  321. package/dist/dev/src/components/enum/member.js.map +1 -0
  322. package/dist/dev/src/components/enum/member.test.js +126 -0
  323. package/dist/dev/src/components/enum/member.test.js.map +1 -0
  324. package/dist/dev/src/components/field/field.js +43 -0
  325. package/dist/dev/src/components/field/field.js.map +1 -0
  326. package/dist/dev/src/components/field/field.test.js +242 -0
  327. package/dist/dev/src/components/field/field.test.js.map +1 -0
  328. package/dist/dev/src/components/if/if-statement.js +56 -0
  329. package/dist/dev/src/components/if/if-statement.js.map +1 -0
  330. package/dist/dev/src/components/if/if-statement.test.js +41 -0
  331. package/dist/dev/src/components/if/if-statement.test.js.map +1 -0
  332. package/dist/dev/src/components/index.js +31 -0
  333. package/dist/dev/src/components/index.js.map +1 -0
  334. package/dist/dev/src/components/interface/declaration.js +114 -0
  335. package/dist/dev/src/components/interface/declaration.js.map +1 -0
  336. package/dist/dev/src/components/interface/declaration.test.js +264 -0
  337. package/dist/dev/src/components/interface/declaration.test.js.map +1 -0
  338. package/dist/dev/src/components/interface/method.js +100 -0
  339. package/dist/dev/src/components/interface/method.js.map +1 -0
  340. package/dist/dev/src/components/interface/method.test.js +432 -0
  341. package/dist/dev/src/components/interface/method.test.js.map +1 -0
  342. package/dist/dev/src/components/interface/property.js +80 -0
  343. package/dist/dev/src/components/interface/property.js.map +1 -0
  344. package/dist/dev/src/components/interface/property.test.js +305 -0
  345. package/dist/dev/src/components/interface/property.test.js.map +1 -0
  346. package/dist/dev/src/components/invocation-expression/invocation-expression.js +94 -0
  347. package/dist/dev/src/components/invocation-expression/invocation-expression.js.map +1 -0
  348. package/dist/dev/src/components/invocation-expression/invocation-expression.test.js +153 -0
  349. package/dist/dev/src/components/invocation-expression/invocation-expression.test.js.map +1 -0
  350. package/dist/dev/src/components/lexical-scope.js +30 -0
  351. package/dist/dev/src/components/lexical-scope.js.map +1 -0
  352. package/dist/dev/src/components/method/method.js +134 -0
  353. package/dist/dev/src/components/method/method.js.map +1 -0
  354. package/dist/dev/src/components/method/method.test.js +422 -0
  355. package/dist/dev/src/components/method/method.test.js.map +1 -0
  356. package/dist/dev/src/components/method-scope.js +30 -0
  357. package/dist/dev/src/components/method-scope.js.map +1 -0
  358. package/dist/dev/src/components/namespace/namespace-name.js +20 -0
  359. package/dist/dev/src/components/namespace/namespace-name.js.map +1 -0
  360. package/dist/dev/src/components/namespace/namespace.js +61 -0
  361. package/dist/dev/src/components/namespace/namespace.js.map +1 -0
  362. package/dist/dev/src/components/namespace/namespace.test.js +419 -0
  363. package/dist/dev/src/components/namespace/namespace.test.js.map +1 -0
  364. package/dist/dev/src/components/namespace-scopes.js +68 -0
  365. package/dist/dev/src/components/namespace-scopes.js.map +1 -0
  366. package/dist/dev/src/components/namespace.ref.test.js +431 -0
  367. package/dist/dev/src/components/namespace.ref.test.js.map +1 -0
  368. package/dist/dev/src/components/parameters/parameters.js +96 -0
  369. package/dist/dev/src/components/parameters/parameters.js.map +1 -0
  370. package/dist/dev/src/components/parameters/parameters.test.js +317 -0
  371. package/dist/dev/src/components/parameters/parameters.test.js.map +1 -0
  372. package/dist/dev/src/components/property/property.js +192 -0
  373. package/dist/dev/src/components/property/property.js.map +1 -0
  374. package/dist/dev/src/components/property/property.test.js +535 -0
  375. package/dist/dev/src/components/property/property.test.js.map +1 -0
  376. package/dist/dev/src/components/record/declaration.js +132 -0
  377. package/dist/dev/src/components/record/declaration.js.map +1 -0
  378. package/dist/dev/src/components/record/declaration.test.js +231 -0
  379. package/dist/dev/src/components/record/declaration.test.js.map +1 -0
  380. package/dist/dev/src/components/region/region.js +14 -0
  381. package/dist/dev/src/components/region/region.js.map +1 -0
  382. package/dist/dev/src/components/region/region.test.js +39 -0
  383. package/dist/dev/src/components/region/region.test.js.map +1 -0
  384. package/dist/dev/src/components/source-file/source-file.js +164 -0
  385. package/dist/dev/src/components/source-file/source-file.js.map +1 -0
  386. package/dist/dev/src/components/source-file/source-file.test.js +271 -0
  387. package/dist/dev/src/components/source-file/source-file.test.js.map +1 -0
  388. package/dist/dev/src/components/source-file/using.test.js +201 -0
  389. package/dist/dev/src/components/source-file/using.test.js.map +1 -0
  390. package/dist/dev/src/components/stc/index.js +13 -0
  391. package/dist/dev/src/components/stc/index.js.map +1 -0
  392. package/dist/dev/src/components/struct/declaration.js +113 -0
  393. package/dist/dev/src/components/struct/declaration.js.map +1 -0
  394. package/dist/dev/src/components/struct/declaration.test.js +400 -0
  395. package/dist/dev/src/components/struct/declaration.test.js.map +1 -0
  396. package/dist/dev/src/components/type-parameters/type-parameter-constraints.js +73 -0
  397. package/dist/dev/src/components/type-parameters/type-parameter-constraints.js.map +1 -0
  398. package/dist/dev/src/components/type-parameters/type-parameter-constraints.test.js +92 -0
  399. package/dist/dev/src/components/type-parameters/type-parameter-constraints.test.js.map +1 -0
  400. package/dist/dev/src/components/type-parameters/type-parameter.js +28 -0
  401. package/dist/dev/src/components/type-parameters/type-parameter.js.map +1 -0
  402. package/dist/dev/src/components/type-parameters/type-parameters.js +71 -0
  403. package/dist/dev/src/components/type-parameters/type-parameters.js.map +1 -0
  404. package/dist/dev/src/components/type-parameters/type-parameters.test.js +103 -0
  405. package/dist/dev/src/components/type-parameters/type-parameters.test.js.map +1 -0
  406. package/dist/dev/src/components/using/using.js +45 -0
  407. package/dist/dev/src/components/using/using.js.map +1 -0
  408. package/dist/dev/src/components/using/using.test.js +27 -0
  409. package/dist/dev/src/components/using/using.test.js.map +1 -0
  410. package/dist/dev/src/components/var/declaration.js +72 -0
  411. package/dist/dev/src/components/var/declaration.js.map +1 -0
  412. package/dist/dev/src/components/var/declaration.test.js +167 -0
  413. package/dist/dev/src/components/var/declaration.test.js.map +1 -0
  414. package/dist/dev/src/contexts/format-options.js +9 -0
  415. package/dist/dev/src/contexts/format-options.js.map +1 -0
  416. package/dist/dev/src/contexts/global-namespace.js +30 -0
  417. package/dist/dev/src/contexts/global-namespace.js.map +1 -0
  418. package/dist/dev/src/contexts/namespace.js +6 -0
  419. package/dist/dev/src/contexts/namespace.js.map +1 -0
  420. package/dist/dev/src/contexts/reference-context.js +15 -0
  421. package/dist/dev/src/contexts/reference-context.js.map +1 -0
  422. package/dist/dev/src/create-library.js +136 -0
  423. package/dist/dev/src/create-library.js.map +1 -0
  424. package/dist/dev/src/create-library.test.js +289 -0
  425. package/dist/dev/src/create-library.test.js.map +1 -0
  426. package/dist/dev/src/identifier-utils.js +45 -0
  427. package/dist/dev/src/identifier-utils.js.map +1 -0
  428. package/dist/dev/src/index.js +11 -0
  429. package/dist/dev/src/index.js.map +1 -0
  430. package/dist/dev/src/keywords.js +39 -0
  431. package/dist/dev/src/keywords.js.map +1 -0
  432. package/dist/dev/src/modifiers.js +21 -0
  433. package/dist/dev/src/modifiers.js.map +1 -0
  434. package/dist/dev/src/name-policy.js +59 -0
  435. package/dist/dev/src/name-policy.js.map +1 -0
  436. package/dist/dev/src/name-policy.test.js +167 -0
  437. package/dist/dev/src/name-policy.test.js.map +1 -0
  438. package/dist/dev/src/scopes/class.js +11 -0
  439. package/dist/dev/src/scopes/class.js.map +1 -0
  440. package/dist/dev/src/scopes/contexts.js +34 -0
  441. package/dist/dev/src/scopes/contexts.js.map +1 -0
  442. package/dist/dev/src/scopes/csharp.js +25 -0
  443. package/dist/dev/src/scopes/csharp.js.map +1 -0
  444. package/dist/dev/src/scopes/factories.js +25 -0
  445. package/dist/dev/src/scopes/factories.js.map +1 -0
  446. package/dist/dev/src/scopes/index.js +10 -0
  447. package/dist/dev/src/scopes/index.js.map +1 -0
  448. package/dist/dev/src/scopes/lexical.js +8 -0
  449. package/dist/dev/src/scopes/lexical.js.map +1 -0
  450. package/dist/dev/src/scopes/method.js +14 -0
  451. package/dist/dev/src/scopes/method.js.map +1 -0
  452. package/dist/dev/src/scopes/named-type.js +33 -0
  453. package/dist/dev/src/scopes/named-type.js.map +1 -0
  454. package/dist/dev/src/scopes/namespace.js +39 -0
  455. package/dist/dev/src/scopes/namespace.js.map +1 -0
  456. package/dist/dev/src/scopes/source-file.js +44 -0
  457. package/dist/dev/src/scopes/source-file.js.map +1 -0
  458. package/dist/dev/src/symbols/csharp.js +263 -0
  459. package/dist/dev/src/symbols/csharp.js.map +1 -0
  460. package/dist/dev/src/symbols/factories.js +145 -0
  461. package/dist/dev/src/symbols/factories.js.map +1 -0
  462. package/dist/dev/src/symbols/index.js +7 -0
  463. package/dist/dev/src/symbols/index.js.map +1 -0
  464. package/dist/dev/src/symbols/method.js +16 -0
  465. package/dist/dev/src/symbols/method.js.map +1 -0
  466. package/dist/dev/src/symbols/named-type.js +42 -0
  467. package/dist/dev/src/symbols/named-type.js.map +1 -0
  468. package/dist/dev/src/symbols/namespace.js +55 -0
  469. package/dist/dev/src/symbols/namespace.js.map +1 -0
  470. package/dist/dev/src/symbols/reference.js +79 -0
  471. package/dist/dev/src/symbols/reference.js.map +1 -0
  472. package/dist/dev/test/utils.js +111 -0
  473. package/dist/dev/test/utils.js.map +1 -0
  474. package/dist/dev/test/vitest.setup.js +2 -0
  475. package/dist/dev/test/vitest.setup.js.map +1 -0
  476. package/dist/dev/testing/create-wrapper.js +13 -0
  477. package/dist/dev/testing/create-wrapper.js.map +1 -0
  478. package/dist/dev/testing/create-wrapper.test.js +300 -0
  479. package/dist/dev/testing/create-wrapper.test.js.map +1 -0
  480. package/dist/dev/testing/index.js +2 -0
  481. package/dist/dev/testing/index.js.map +1 -0
  482. package/dist/src/components/access-expression/access-expression.d.ts +7 -2
  483. package/dist/src/components/access-expression/access-expression.d.ts.map +1 -1
  484. package/dist/src/components/access-expression/access-expression.js +108 -197
  485. package/dist/src/components/access-expression/access-expression.js.map +1 -1
  486. package/dist/src/components/access-expression/part-descriptors.d.ts +0 -31
  487. package/dist/src/components/access-expression/part-descriptors.d.ts.map +1 -1
  488. package/dist/src/components/access-expression/part-descriptors.js +0 -105
  489. package/dist/src/components/access-expression/part-descriptors.js.map +1 -1
  490. package/dist/src/components/constructor/constructor.d.ts +34 -0
  491. package/dist/src/components/constructor/constructor.d.ts.map +1 -1
  492. package/dist/src/components/constructor/constructor.js +41 -4
  493. package/dist/src/components/constructor/constructor.js.map +1 -1
  494. package/dist/src/components/constructor/constructor.test.js +114 -0
  495. package/dist/src/components/constructor/constructor.test.js.map +1 -1
  496. package/dist/src/components/doc/from-markdown.js +1 -1
  497. package/dist/src/components/doc/from-markdown.js.map +1 -1
  498. package/dist/src/components/enum/declaration.d.ts +2 -0
  499. package/dist/src/components/enum/declaration.d.ts.map +1 -1
  500. package/dist/src/components/enum/declaration.js +6 -1
  501. package/dist/src/components/enum/declaration.js.map +1 -1
  502. package/dist/src/components/enum/declaration.test.js +24 -0
  503. package/dist/src/components/enum/declaration.test.js.map +1 -1
  504. package/dist/src/components/enum/member.d.ts +4 -2
  505. package/dist/src/components/enum/member.d.ts.map +1 -1
  506. package/dist/src/components/enum/member.js +8 -3
  507. package/dist/src/components/enum/member.js.map +1 -1
  508. package/dist/src/components/enum/member.test.js +26 -0
  509. package/dist/src/components/enum/member.test.js.map +1 -1
  510. package/dist/src/components/lexical-scope.d.ts.map +1 -1
  511. package/dist/src/components/lexical-scope.js +4 -3
  512. package/dist/src/components/lexical-scope.js.map +1 -1
  513. package/dist/src/components/method/method.test.js +48 -0
  514. package/dist/src/components/method/method.test.js.map +1 -1
  515. package/dist/src/components/method-scope.d.ts.map +1 -1
  516. package/dist/src/components/method-scope.js +4 -3
  517. package/dist/src/components/method-scope.js.map +1 -1
  518. package/dist/src/components/namespace/namespace.d.ts.map +1 -1
  519. package/dist/src/components/namespace/namespace.js +13 -14
  520. package/dist/src/components/namespace/namespace.js.map +1 -1
  521. package/dist/src/components/namespace/namespace.test.js +66 -4
  522. package/dist/src/components/namespace/namespace.test.js.map +1 -1
  523. package/dist/src/components/namespace-scopes.d.ts +16 -0
  524. package/dist/src/components/namespace-scopes.d.ts.map +1 -1
  525. package/dist/src/components/namespace-scopes.js +8 -1
  526. package/dist/src/components/namespace-scopes.js.map +1 -1
  527. package/dist/src/components/namespace.ref.test.js +62 -9
  528. package/dist/src/components/namespace.ref.test.js.map +1 -1
  529. package/dist/src/components/property/property.d.ts +42 -4
  530. package/dist/src/components/property/property.d.ts.map +1 -1
  531. package/dist/src/components/property/property.js +64 -11
  532. package/dist/src/components/property/property.js.map +1 -1
  533. package/dist/src/components/property/property.test.js +104 -0
  534. package/dist/src/components/property/property.test.js.map +1 -1
  535. package/dist/src/components/source-file/source-file.d.ts.map +1 -1
  536. package/dist/src/components/source-file/source-file.js +9 -5
  537. package/dist/src/components/source-file/source-file.js.map +1 -1
  538. package/dist/src/contexts/global-namespace.d.ts.map +1 -1
  539. package/dist/src/contexts/global-namespace.js +4 -4
  540. package/dist/src/contexts/global-namespace.js.map +1 -1
  541. package/dist/src/create-library.d.ts.map +1 -1
  542. package/dist/src/create-library.js +7 -7
  543. package/dist/src/create-library.js.map +1 -1
  544. package/dist/src/identifier-utils.d.ts +22 -0
  545. package/dist/src/identifier-utils.d.ts.map +1 -0
  546. package/dist/src/identifier-utils.js +45 -0
  547. package/dist/src/identifier-utils.js.map +1 -0
  548. package/dist/src/index.d.ts +2 -0
  549. package/dist/src/index.d.ts.map +1 -1
  550. package/dist/src/index.js +2 -0
  551. package/dist/src/index.js.map +1 -1
  552. package/dist/src/keywords.d.ts +32 -0
  553. package/dist/src/keywords.d.ts.map +1 -0
  554. package/dist/src/keywords.js +39 -0
  555. package/dist/src/keywords.js.map +1 -0
  556. package/dist/src/name-policy.d.ts +7 -0
  557. package/dist/src/name-policy.d.ts.map +1 -1
  558. package/dist/src/name-policy.js +29 -6
  559. package/dist/src/name-policy.js.map +1 -1
  560. package/dist/src/name-policy.test.d.ts +2 -0
  561. package/dist/src/name-policy.test.d.ts.map +1 -0
  562. package/dist/src/name-policy.test.js +167 -0
  563. package/dist/src/name-policy.test.js.map +1 -0
  564. package/dist/src/scopes/csharp.d.ts +1 -0
  565. package/dist/src/scopes/csharp.d.ts.map +1 -1
  566. package/dist/src/scopes/csharp.js +10 -0
  567. package/dist/src/scopes/csharp.js.map +1 -1
  568. package/dist/src/scopes/factories.d.ts.map +1 -1
  569. package/dist/src/scopes/factories.js +4 -3
  570. package/dist/src/scopes/factories.js.map +1 -1
  571. package/dist/src/scopes/namespace.js +2 -2
  572. package/dist/src/scopes/namespace.js.map +1 -1
  573. package/dist/src/symbols/csharp.d.ts +1 -0
  574. package/dist/src/symbols/csharp.d.ts.map +1 -1
  575. package/dist/src/symbols/csharp.js +19 -2
  576. package/dist/src/symbols/csharp.js.map +1 -1
  577. package/dist/src/symbols/factories.d.ts.map +1 -1
  578. package/dist/src/symbols/factories.js +42 -10
  579. package/dist/src/symbols/factories.js.map +1 -1
  580. package/dist/src/symbols/named-type.d.ts +1 -0
  581. package/dist/src/symbols/named-type.d.ts.map +1 -1
  582. package/dist/src/symbols/named-type.js +12 -1
  583. package/dist/src/symbols/named-type.js.map +1 -1
  584. package/dist/src/symbols/namespace.d.ts +1 -0
  585. package/dist/src/symbols/namespace.d.ts.map +1 -1
  586. package/dist/src/symbols/namespace.js +11 -1
  587. package/dist/src/symbols/namespace.js.map +1 -1
  588. package/dist/testing/create-wrapper.d.ts.map +1 -1
  589. package/dist/testing/create-wrapper.js +2 -1
  590. package/dist/testing/create-wrapper.js.map +1 -1
  591. package/dist/tsconfig.tsbuildinfo +1 -1
  592. package/docs/api/components/AttributeList.md +34 -0
  593. package/docs/api/components/ClassDeclaration.md +104 -0
  594. package/docs/api/components/Constructor.md +61 -0
  595. package/docs/api/components/CsprojFile.md +34 -0
  596. package/docs/api/components/Declaration.md +32 -0
  597. package/docs/api/components/DocC.md +27 -0
  598. package/docs/api/components/DocCode.md +27 -0
  599. package/docs/api/components/DocComment.md +27 -0
  600. package/docs/api/components/DocDescription.md +27 -0
  601. package/docs/api/components/DocExample.md +27 -0
  602. package/docs/api/components/DocException.md +27 -0
  603. package/docs/api/components/DocFromMarkdown.md +27 -0
  604. package/docs/api/components/DocInclude.md +26 -0
  605. package/docs/api/components/DocList.md +26 -0
  606. package/docs/api/components/DocPara.md +27 -0
  607. package/docs/api/components/DocParam.md +28 -0
  608. package/docs/api/components/DocParamRef.md +25 -0
  609. package/docs/api/components/DocPermission.md +27 -0
  610. package/docs/api/components/DocRemarks.md +27 -0
  611. package/docs/api/components/DocReturns.md +27 -0
  612. package/docs/api/components/DocSee.md +30 -0
  613. package/docs/api/components/DocSeeAlso.md +29 -0
  614. package/docs/api/components/DocSummary.md +27 -0
  615. package/docs/api/components/DocTypeParam.md +28 -0
  616. package/docs/api/components/DocTypeParamRef.md +25 -0
  617. package/docs/api/components/DocValue.md +27 -0
  618. package/docs/api/components/DocWhen.md +27 -0
  619. package/docs/api/components/ElseClause.md +29 -0
  620. package/docs/api/components/ElseIfClause.md +30 -0
  621. package/docs/api/components/EnumDeclaration.md +76 -0
  622. package/docs/api/components/EnumMember.md +31 -0
  623. package/docs/api/components/Field.md +67 -0
  624. package/docs/api/components/IfStatement.md +30 -0
  625. package/docs/api/components/InterfaceDeclaration.md +82 -0
  626. package/docs/api/components/InterfaceMethod.md +68 -0
  627. package/docs/api/components/InterfaceProperty.md +78 -0
  628. package/docs/api/components/InvocationExpression.md +49 -0
  629. package/docs/api/components/LexicalScope.md +65 -0
  630. package/docs/api/components/Method.md +92 -0
  631. package/docs/api/components/MethodScope.md +65 -0
  632. package/docs/api/components/Name.md +19 -0
  633. package/docs/api/components/Namespace.md +35 -0
  634. package/docs/api/components/Parameter.md +58 -0
  635. package/docs/api/components/Parameters_2.md +27 -0
  636. package/docs/api/components/Property.md +110 -0
  637. package/docs/api/components/RecordDeclaration.md +84 -0
  638. package/docs/api/components/Reference.md +25 -0
  639. package/docs/api/components/Region.md +28 -0
  640. package/docs/api/components/SourceFile.md +45 -0
  641. package/docs/api/components/StructDeclaration.md +94 -0
  642. package/docs/api/components/UsingNamespaceDirective.md +25 -0
  643. package/docs/api/components/Usings.md +40 -0
  644. package/docs/api/components/VarDeclaration.md +74 -0
  645. package/docs/api/components/index.md +55 -0
  646. package/docs/api/contexts/csharp-context.md +21 -0
  647. package/docs/api/contexts/index.md +3 -0
  648. package/docs/api/functions/access.md +35 -0
  649. package/docs/api/functions/accessibilityFromProps.md +18 -0
  650. package/docs/api/functions/computeModifiersPrefix.md +20 -0
  651. package/docs/api/functions/createCSharpNamePolicy.md +21 -0
  652. package/docs/api/functions/createCSharpNamespaceScope.md +18 -0
  653. package/docs/api/functions/createClassScope.md +27 -0
  654. package/docs/api/functions/createFieldSymbol.md +43 -0
  655. package/docs/api/functions/createLibrary.md +19 -0
  656. package/docs/api/functions/createMethodScope.md +26 -0
  657. package/docs/api/functions/createMethodSymbol.md +34 -0
  658. package/docs/api/functions/createNamedTypeScope.md +27 -0
  659. package/docs/api/functions/createNamedTypeSymbol.md +35 -0
  660. package/docs/api/functions/createNamespaceSymbol.md +43 -0
  661. package/docs/api/functions/createParameterSymbol.md +45 -0
  662. package/docs/api/functions/createPropertySymbol.md +43 -0
  663. package/docs/api/functions/createTypeParameterSymbol.md +34 -0
  664. package/docs/api/functions/createVariableSymbol.md +43 -0
  665. package/docs/api/functions/getAccessModifier.md +18 -0
  666. package/docs/api/functions/getAsyncModifier.md +18 -0
  667. package/docs/api/functions/index.md +37 -0
  668. package/docs/api/functions/isCSharpContextualKeyword.md +20 -0
  669. package/docs/api/functions/isCSharpKeyword.md +22 -0
  670. package/docs/api/functions/isValidCSharpIdentifier.md +20 -0
  671. package/docs/api/functions/makeModifiers.md +18 -0
  672. package/docs/api/functions/nonAccessibilityFromProps.md +18 -0
  673. package/docs/api/functions/ref.md +18 -0
  674. package/docs/api/functions/sanitizeCSharpIdentifier.md +24 -0
  675. package/docs/api/functions/useCSharpNamePolicy.md +17 -0
  676. package/docs/api/functions/useCSharpScope.md +17 -0
  677. package/docs/api/functions/useCsharpFormatOptions.md +18 -0
  678. package/docs/api/functions/useEnclosingNamespaceScope.md +17 -0
  679. package/docs/api/functions/useLexicalScope.md +17 -0
  680. package/docs/api/functions/useMethodScope.md +17 -0
  681. package/docs/api/functions/useNamedTypeScope.md +17 -0
  682. package/docs/api/functions/useNamespace.md +17 -0
  683. package/docs/api/functions/useSourceFileScope.md +17 -0
  684. package/docs/api/index.md +7 -0
  685. package/docs/api/types/AccessExpressionBuilder.md +11 -0
  686. package/docs/api/types/AccessExpressionPartProps.md +17 -0
  687. package/docs/api/types/AccessModifiers.md +13 -0
  688. package/docs/api/types/AttributeProps.md +8 -0
  689. package/docs/api/types/AttributesProp.md +5 -0
  690. package/docs/api/types/CSharpClassScope.md +9 -0
  691. package/docs/api/types/CSharpElements.md +5 -0
  692. package/docs/api/types/CSharpFormatOptions.md +5 -0
  693. package/docs/api/types/CSharpLexicalScope.md +10 -0
  694. package/docs/api/types/CSharpMethodScope.md +12 -0
  695. package/docs/api/types/CSharpNamedTypeScope.md +16 -0
  696. package/docs/api/types/CSharpNamespaceScope.md +10 -0
  697. package/docs/api/types/CSharpProjectSdk.md +5 -0
  698. package/docs/api/types/CSharpScope.md +12 -0
  699. package/docs/api/types/CSharpSourceFileScope.md +13 -0
  700. package/docs/api/types/CSharpSymbol.md +30 -0
  701. package/docs/api/types/CSharpSymbolKinds.md +5 -0
  702. package/docs/api/types/CSharpSymbolOptions.md +17 -0
  703. package/docs/api/types/ClassDescriptor.md +9 -0
  704. package/docs/api/types/ClassModifiers.md +10 -0
  705. package/docs/api/types/CreateMethodSymbolOptions.md +9 -0
  706. package/docs/api/types/CreateTypeParameterSymbolOptions.md +9 -0
  707. package/docs/api/types/DeclarationModifiers.md +8 -0
  708. package/docs/api/types/DeclaredAccessibility.md +5 -0
  709. package/docs/api/types/Descriptor.md +5 -0
  710. package/docs/api/types/DocCommentTagProps.md +7 -0
  711. package/docs/api/types/EnumDescriptor.md +9 -0
  712. package/docs/api/types/FieldDescriptor.md +9 -0
  713. package/docs/api/types/FieldModifiers.md +12 -0
  714. package/docs/api/types/GenericDescriptor.md +7 -0
  715. package/docs/api/types/InterfaceDescriptor.md +9 -0
  716. package/docs/api/types/InterfaceMethodModifiers.md +9 -0
  717. package/docs/api/types/InterfaceModifiers.md +7 -0
  718. package/docs/api/types/InterfacePropertyModifiers.md +9 -0
  719. package/docs/api/types/LexicalScopeProps.md +5 -0
  720. package/docs/api/types/LibraryFrom.md +7 -0
  721. package/docs/api/types/MemberDescriptor.md +16 -0
  722. package/docs/api/types/MethodDescriptor.md +10 -0
  723. package/docs/api/types/MethodKinds.md +5 -0
  724. package/docs/api/types/MethodModifiers.md +15 -0
  725. package/docs/api/types/MethodScopeProps.md +5 -0
  726. package/docs/api/types/MethodSymbol.md +13 -0
  727. package/docs/api/types/NamedTypeDescriptor.md +11 -0
  728. package/docs/api/types/NamedTypeSymbol.md +17 -0
  729. package/docs/api/types/NamedTypeSymbolKind.md +5 -0
  730. package/docs/api/types/NamedTypeTypeKind.md +5 -0
  731. package/docs/api/types/NamespaceDescriptor.md +8 -0
  732. package/docs/api/types/NamespaceSymbol.md +16 -0
  733. package/docs/api/types/NamespaceSymbolOptions.md +9 -0
  734. package/docs/api/types/NonAccessModifiers.md +13 -0
  735. package/docs/api/types/PropertyDescriptor_2.md +9 -0
  736. package/docs/api/types/PropertyModifiers.md +17 -0
  737. package/docs/api/types/RecordDescriptor.md +9 -0
  738. package/docs/api/types/RecordModifiers.md +7 -0
  739. package/docs/api/types/ResolveDescriptor.md +7 -0
  740. package/docs/api/types/StructDescriptor.md +9 -0
  741. package/docs/api/types/StructModifiers.md +10 -0
  742. package/docs/api/types/TypeParameterProps.md +11 -0
  743. package/docs/api/types/VarModifiers.md +8 -0
  744. package/docs/api/types/index.md +62 -0
  745. package/docs/api/variables/Attribute.md +21 -0
  746. package/docs/api/variables/csharpKeywords.md +11 -0
  747. package/docs/api/variables/index.md +4 -0
  748. package/package.json +19 -8
  749. package/src/components/access-expression/access-expression.tsx +146 -243
  750. package/src/components/access-expression/part-descriptors.ts +0 -186
  751. package/src/components/constructor/constructor.test.tsx +91 -0
  752. package/src/components/constructor/constructor.tsx +86 -1
  753. package/src/components/doc/from-markdown.tsx +4 -1
  754. package/src/components/enum/declaration.test.tsx +20 -0
  755. package/src/components/enum/declaration.tsx +4 -0
  756. package/src/components/enum/member.test.tsx +21 -0
  757. package/src/components/enum/member.tsx +21 -5
  758. package/src/components/lexical-scope.tsx +15 -4
  759. package/src/components/method/method.test.tsx +36 -0
  760. package/src/components/method-scope.tsx +15 -4
  761. package/src/components/namespace/namespace.test.tsx +47 -3
  762. package/src/components/namespace/namespace.tsx +17 -9
  763. package/src/components/namespace-scopes.tsx +25 -1
  764. package/src/components/namespace.ref.test.tsx +50 -9
  765. package/src/components/property/property.test.tsx +89 -0
  766. package/src/components/property/property.tsx +111 -16
  767. package/src/components/source-file/source-file.tsx +12 -6
  768. package/src/contexts/global-namespace.ts +11 -6
  769. package/src/create-library.ts +18 -9
  770. package/src/identifier-utils.ts +45 -0
  771. package/src/index.ts +2 -0
  772. package/src/keywords.ts +162 -0
  773. package/src/name-policy.test.ts +210 -0
  774. package/src/name-policy.ts +30 -6
  775. package/src/scopes/csharp.ts +11 -0
  776. package/src/scopes/factories.ts +4 -4
  777. package/src/scopes/namespace.ts +2 -2
  778. package/src/symbols/csharp.ts +20 -1
  779. package/src/symbols/factories.ts +46 -34
  780. package/src/symbols/named-type.ts +15 -3
  781. package/src/symbols/namespace.ts +12 -2
  782. package/temp/api.json +546 -249
  783. package/testing/create-wrapper.tsx +2 -1
  784. package/vitest.config.ts +8 -0
@@ -0,0 +1,1237 @@
1
+ import Generic from "../../Collections/Generic/index.js";
2
+ import System from "../../index.js";
3
+ import { createLibrary } from "#createLibrary";
4
+ export { default as Schema } from "./Schema/index.js";
5
+ const DataAnnotations = createLibrary("System.ComponentModel.DataAnnotations", {
6
+ AllowedValuesAttribute: {
7
+ kind: "class",
8
+ members: {
9
+ AllowedValuesAttribute: {
10
+ kind: "method",
11
+ methodKind: "constructor"
12
+ },
13
+ IsValid: {
14
+ kind: "method",
15
+ methodKind: "ordinary",
16
+ isOverride: true
17
+ },
18
+ Values: {
19
+ kind: "property",
20
+ type: () => {
21
+ return System.Array;
22
+ }
23
+ }
24
+ }
25
+ },
26
+ AssociatedMetadataTypeTypeDescriptionProvider: {
27
+ kind: "class",
28
+ members: {
29
+ AssociatedMetadataTypeTypeDescriptionProvider: {
30
+ kind: "method",
31
+ methodKind: "constructor"
32
+ },
33
+ GetTypeDescriptor: {
34
+ kind: "method",
35
+ methodKind: "ordinary",
36
+ isOverride: true
37
+ }
38
+ }
39
+ },
40
+ AssociationAttribute: {
41
+ kind: "class",
42
+ members: {
43
+ AssociationAttribute: {
44
+ kind: "method",
45
+ methodKind: "constructor"
46
+ },
47
+ IsForeignKey: {
48
+ kind: "property",
49
+ type: () => {
50
+ return System.Boolean;
51
+ }
52
+ },
53
+ Name: {
54
+ kind: "property",
55
+ type: () => {
56
+ return System.String;
57
+ }
58
+ },
59
+ OtherKey: {
60
+ kind: "property",
61
+ type: () => {
62
+ return System.String;
63
+ }
64
+ },
65
+ OtherKeyMembers: {
66
+ kind: "property",
67
+ type: () => {
68
+ return Generic.IEnumerable;
69
+ }
70
+ },
71
+ ThisKey: {
72
+ kind: "property",
73
+ type: () => {
74
+ return System.String;
75
+ }
76
+ },
77
+ ThisKeyMembers: {
78
+ kind: "property",
79
+ type: () => {
80
+ return Generic.IEnumerable;
81
+ }
82
+ }
83
+ },
84
+ isSealed: true
85
+ },
86
+ Base64StringAttribute: {
87
+ kind: "class",
88
+ members: {
89
+ Base64StringAttribute: {
90
+ kind: "method",
91
+ methodKind: "constructor"
92
+ },
93
+ IsValid: {
94
+ kind: "method",
95
+ methodKind: "ordinary",
96
+ isOverride: true
97
+ }
98
+ }
99
+ },
100
+ CompareAttribute: {
101
+ kind: "class",
102
+ members: {
103
+ CompareAttribute: {
104
+ kind: "method",
105
+ methodKind: "constructor"
106
+ },
107
+ FormatErrorMessage: {
108
+ kind: "method",
109
+ methodKind: "ordinary",
110
+ isOverride: true
111
+ },
112
+ IsValid: {
113
+ kind: "method",
114
+ methodKind: "ordinary",
115
+ isOverride: true
116
+ },
117
+ OtherProperty: {
118
+ kind: "property",
119
+ type: () => {
120
+ return System.String;
121
+ }
122
+ },
123
+ OtherPropertyDisplayName: {
124
+ kind: "property",
125
+ type: () => {
126
+ return System.String;
127
+ },
128
+ isNullable: true
129
+ },
130
+ RequiresValidationContext: {
131
+ kind: "property",
132
+ type: () => {
133
+ return System.Boolean;
134
+ },
135
+ isOverride: true
136
+ }
137
+ }
138
+ },
139
+ ConcurrencyCheckAttribute: {
140
+ kind: "class",
141
+ members: {
142
+ ConcurrencyCheckAttribute: {
143
+ kind: "method",
144
+ methodKind: "constructor"
145
+ }
146
+ },
147
+ isSealed: true
148
+ },
149
+ CreditCardAttribute: {
150
+ kind: "class",
151
+ members: {
152
+ CreditCardAttribute: {
153
+ kind: "method",
154
+ methodKind: "constructor"
155
+ },
156
+ IsValid: {
157
+ kind: "method",
158
+ methodKind: "ordinary",
159
+ isOverride: true
160
+ }
161
+ },
162
+ isSealed: true
163
+ },
164
+ CustomValidationAttribute: {
165
+ kind: "class",
166
+ members: {
167
+ CustomValidationAttribute: {
168
+ kind: "method",
169
+ methodKind: "constructor"
170
+ },
171
+ FormatErrorMessage: {
172
+ kind: "method",
173
+ methodKind: "ordinary",
174
+ isOverride: true
175
+ },
176
+ IsValid: {
177
+ kind: "method",
178
+ methodKind: "ordinary",
179
+ isOverride: true
180
+ },
181
+ Method: {
182
+ kind: "property",
183
+ type: () => {
184
+ return System.String;
185
+ }
186
+ },
187
+ ValidatorType: {
188
+ kind: "property",
189
+ type: () => {
190
+ return System.Type;
191
+ }
192
+ }
193
+ },
194
+ isSealed: true
195
+ },
196
+ DataType: {
197
+ kind: "enum",
198
+ members: {
199
+ Custom: {
200
+ kind: "field",
201
+ type: () => {
202
+ return DataAnnotations.DataType;
203
+ }
204
+ },
205
+ DateTime: {
206
+ kind: "field",
207
+ type: () => {
208
+ return DataAnnotations.DataType;
209
+ }
210
+ },
211
+ Date: {
212
+ kind: "field",
213
+ type: () => {
214
+ return DataAnnotations.DataType;
215
+ }
216
+ },
217
+ Time: {
218
+ kind: "field",
219
+ type: () => {
220
+ return DataAnnotations.DataType;
221
+ }
222
+ },
223
+ Duration: {
224
+ kind: "field",
225
+ type: () => {
226
+ return DataAnnotations.DataType;
227
+ }
228
+ },
229
+ PhoneNumber: {
230
+ kind: "field",
231
+ type: () => {
232
+ return DataAnnotations.DataType;
233
+ }
234
+ },
235
+ Currency: {
236
+ kind: "field",
237
+ type: () => {
238
+ return DataAnnotations.DataType;
239
+ }
240
+ },
241
+ Text: {
242
+ kind: "field",
243
+ type: () => {
244
+ return DataAnnotations.DataType;
245
+ }
246
+ },
247
+ Html: {
248
+ kind: "field",
249
+ type: () => {
250
+ return DataAnnotations.DataType;
251
+ }
252
+ },
253
+ MultilineText: {
254
+ kind: "field",
255
+ type: () => {
256
+ return DataAnnotations.DataType;
257
+ }
258
+ },
259
+ EmailAddress: {
260
+ kind: "field",
261
+ type: () => {
262
+ return DataAnnotations.DataType;
263
+ }
264
+ },
265
+ Password: {
266
+ kind: "field",
267
+ type: () => {
268
+ return DataAnnotations.DataType;
269
+ }
270
+ },
271
+ Url: {
272
+ kind: "field",
273
+ type: () => {
274
+ return DataAnnotations.DataType;
275
+ }
276
+ },
277
+ ImageUrl: {
278
+ kind: "field",
279
+ type: () => {
280
+ return DataAnnotations.DataType;
281
+ }
282
+ },
283
+ CreditCard: {
284
+ kind: "field",
285
+ type: () => {
286
+ return DataAnnotations.DataType;
287
+ }
288
+ },
289
+ PostalCode: {
290
+ kind: "field",
291
+ type: () => {
292
+ return DataAnnotations.DataType;
293
+ }
294
+ },
295
+ Upload: {
296
+ kind: "field",
297
+ type: () => {
298
+ return DataAnnotations.DataType;
299
+ }
300
+ }
301
+ }
302
+ },
303
+ DataTypeAttribute: {
304
+ kind: "class",
305
+ members: {
306
+ DataTypeAttribute: {
307
+ kind: "method",
308
+ methodKind: "constructor"
309
+ },
310
+ GetDataTypeName: {
311
+ kind: "method",
312
+ methodKind: "ordinary",
313
+ isVirtual: true
314
+ },
315
+ IsValid: {
316
+ kind: "method",
317
+ methodKind: "ordinary",
318
+ isOverride: true
319
+ },
320
+ CustomDataType: {
321
+ kind: "property",
322
+ type: () => {
323
+ return System.String;
324
+ },
325
+ isNullable: true
326
+ },
327
+ DataType: {
328
+ kind: "property",
329
+ type: () => {
330
+ return DataAnnotations.DataType;
331
+ }
332
+ },
333
+ DisplayFormat: {
334
+ kind: "property",
335
+ type: () => {
336
+ return DataAnnotations.DisplayFormatAttribute;
337
+ }
338
+ }
339
+ }
340
+ },
341
+ DeniedValuesAttribute: {
342
+ kind: "class",
343
+ members: {
344
+ DeniedValuesAttribute: {
345
+ kind: "method",
346
+ methodKind: "constructor"
347
+ },
348
+ IsValid: {
349
+ kind: "method",
350
+ methodKind: "ordinary",
351
+ isOverride: true
352
+ },
353
+ Values: {
354
+ kind: "property",
355
+ type: () => {
356
+ return System.Array;
357
+ }
358
+ }
359
+ }
360
+ },
361
+ DisplayAttribute: {
362
+ kind: "class",
363
+ members: {
364
+ DisplayAttribute: {
365
+ kind: "method",
366
+ methodKind: "constructor"
367
+ },
368
+ GetAutoGenerateField: {
369
+ kind: "method",
370
+ methodKind: "ordinary"
371
+ },
372
+ GetAutoGenerateFilter: {
373
+ kind: "method",
374
+ methodKind: "ordinary"
375
+ },
376
+ GetDescription: {
377
+ kind: "method",
378
+ methodKind: "ordinary"
379
+ },
380
+ GetGroupName: {
381
+ kind: "method",
382
+ methodKind: "ordinary"
383
+ },
384
+ GetName: {
385
+ kind: "method",
386
+ methodKind: "ordinary"
387
+ },
388
+ GetOrder: {
389
+ kind: "method",
390
+ methodKind: "ordinary"
391
+ },
392
+ GetPrompt: {
393
+ kind: "method",
394
+ methodKind: "ordinary"
395
+ },
396
+ GetShortName: {
397
+ kind: "method",
398
+ methodKind: "ordinary"
399
+ },
400
+ AutoGenerateField: {
401
+ kind: "property",
402
+ type: () => {
403
+ return System.Boolean;
404
+ }
405
+ },
406
+ AutoGenerateFilter: {
407
+ kind: "property",
408
+ type: () => {
409
+ return System.Boolean;
410
+ }
411
+ },
412
+ Description: {
413
+ kind: "property",
414
+ type: () => {
415
+ return System.String;
416
+ },
417
+ isNullable: true
418
+ },
419
+ GroupName: {
420
+ kind: "property",
421
+ type: () => {
422
+ return System.String;
423
+ },
424
+ isNullable: true
425
+ },
426
+ Name: {
427
+ kind: "property",
428
+ type: () => {
429
+ return System.String;
430
+ },
431
+ isNullable: true
432
+ },
433
+ Order: {
434
+ kind: "property",
435
+ type: () => {
436
+ return System.Int32;
437
+ }
438
+ },
439
+ Prompt: {
440
+ kind: "property",
441
+ type: () => {
442
+ return System.String;
443
+ },
444
+ isNullable: true
445
+ },
446
+ ResourceType: {
447
+ kind: "property",
448
+ type: () => {
449
+ return System.Type;
450
+ },
451
+ isNullable: true
452
+ },
453
+ ShortName: {
454
+ kind: "property",
455
+ type: () => {
456
+ return System.String;
457
+ },
458
+ isNullable: true
459
+ }
460
+ },
461
+ isSealed: true
462
+ },
463
+ DisplayColumnAttribute: {
464
+ kind: "class",
465
+ members: {
466
+ DisplayColumnAttribute: {
467
+ kind: "method",
468
+ methodKind: "constructor"
469
+ },
470
+ DisplayColumn: {
471
+ kind: "property",
472
+ type: () => {
473
+ return System.String;
474
+ }
475
+ },
476
+ SortColumn: {
477
+ kind: "property",
478
+ type: () => {
479
+ return System.String;
480
+ },
481
+ isNullable: true
482
+ },
483
+ SortDescending: {
484
+ kind: "property",
485
+ type: () => {
486
+ return System.Boolean;
487
+ }
488
+ }
489
+ }
490
+ },
491
+ DisplayFormatAttribute: {
492
+ kind: "class",
493
+ members: {
494
+ DisplayFormatAttribute: {
495
+ kind: "method",
496
+ methodKind: "constructor"
497
+ },
498
+ GetNullDisplayText: {
499
+ kind: "method",
500
+ methodKind: "ordinary"
501
+ },
502
+ ApplyFormatInEditMode: {
503
+ kind: "property",
504
+ type: () => {
505
+ return System.Boolean;
506
+ }
507
+ },
508
+ ConvertEmptyStringToNull: {
509
+ kind: "property",
510
+ type: () => {
511
+ return System.Boolean;
512
+ }
513
+ },
514
+ DataFormatString: {
515
+ kind: "property",
516
+ type: () => {
517
+ return System.String;
518
+ },
519
+ isNullable: true
520
+ },
521
+ HtmlEncode: {
522
+ kind: "property",
523
+ type: () => {
524
+ return System.Boolean;
525
+ }
526
+ },
527
+ NullDisplayText: {
528
+ kind: "property",
529
+ type: () => {
530
+ return System.String;
531
+ },
532
+ isNullable: true
533
+ },
534
+ NullDisplayTextResourceType: {
535
+ kind: "property",
536
+ type: () => {
537
+ return System.Type;
538
+ },
539
+ isNullable: true
540
+ }
541
+ }
542
+ },
543
+ EditableAttribute: {
544
+ kind: "class",
545
+ members: {
546
+ EditableAttribute: {
547
+ kind: "method",
548
+ methodKind: "constructor"
549
+ },
550
+ AllowEdit: {
551
+ kind: "property",
552
+ type: () => {
553
+ return System.Boolean;
554
+ }
555
+ },
556
+ AllowInitialValue: {
557
+ kind: "property",
558
+ type: () => {
559
+ return System.Boolean;
560
+ }
561
+ }
562
+ },
563
+ isSealed: true
564
+ },
565
+ EmailAddressAttribute: {
566
+ kind: "class",
567
+ members: {
568
+ EmailAddressAttribute: {
569
+ kind: "method",
570
+ methodKind: "constructor"
571
+ },
572
+ IsValid: {
573
+ kind: "method",
574
+ methodKind: "ordinary",
575
+ isOverride: true
576
+ }
577
+ },
578
+ isSealed: true
579
+ },
580
+ EnumDataTypeAttribute: {
581
+ kind: "class",
582
+ members: {
583
+ EnumDataTypeAttribute: {
584
+ kind: "method",
585
+ methodKind: "constructor"
586
+ },
587
+ IsValid: {
588
+ kind: "method",
589
+ methodKind: "ordinary",
590
+ isOverride: true
591
+ },
592
+ EnumType: {
593
+ kind: "property",
594
+ type: () => {
595
+ return System.Type;
596
+ }
597
+ }
598
+ },
599
+ isSealed: true
600
+ },
601
+ FileExtensionsAttribute: {
602
+ kind: "class",
603
+ members: {
604
+ FileExtensionsAttribute: {
605
+ kind: "method",
606
+ methodKind: "constructor"
607
+ },
608
+ FormatErrorMessage: {
609
+ kind: "method",
610
+ methodKind: "ordinary",
611
+ isOverride: true
612
+ },
613
+ IsValid: {
614
+ kind: "method",
615
+ methodKind: "ordinary",
616
+ isOverride: true
617
+ },
618
+ Extensions: {
619
+ kind: "property",
620
+ type: () => {
621
+ return System.String;
622
+ }
623
+ }
624
+ },
625
+ isSealed: true
626
+ },
627
+ FilterUIHintAttribute: {
628
+ kind: "class",
629
+ members: {
630
+ FilterUIHintAttribute: {
631
+ kind: "method",
632
+ methodKind: "constructor"
633
+ },
634
+ Equals: {
635
+ kind: "method",
636
+ methodKind: "ordinary",
637
+ isOverride: true
638
+ },
639
+ GetHashCode: {
640
+ kind: "method",
641
+ methodKind: "ordinary",
642
+ isOverride: true
643
+ },
644
+ ControlParameters: {
645
+ kind: "property",
646
+ type: () => {
647
+ return Generic.IDictionary;
648
+ }
649
+ },
650
+ FilterUIHint: {
651
+ kind: "property",
652
+ type: () => {
653
+ return System.String;
654
+ }
655
+ },
656
+ PresentationLayer: {
657
+ kind: "property",
658
+ type: () => {
659
+ return System.String;
660
+ },
661
+ isNullable: true
662
+ }
663
+ },
664
+ isSealed: true
665
+ },
666
+ IValidatableObject: {
667
+ kind: "interface",
668
+ members: {
669
+ Validate: {
670
+ kind: "method",
671
+ methodKind: "ordinary"
672
+ }
673
+ }
674
+ },
675
+ KeyAttribute: {
676
+ kind: "class",
677
+ members: {
678
+ KeyAttribute: {
679
+ kind: "method",
680
+ methodKind: "constructor"
681
+ }
682
+ },
683
+ isSealed: true
684
+ },
685
+ LengthAttribute: {
686
+ kind: "class",
687
+ members: {
688
+ LengthAttribute: {
689
+ kind: "method",
690
+ methodKind: "constructor"
691
+ },
692
+ FormatErrorMessage: {
693
+ kind: "method",
694
+ methodKind: "ordinary",
695
+ isOverride: true
696
+ },
697
+ IsValid: {
698
+ kind: "method",
699
+ methodKind: "ordinary",
700
+ isOverride: true
701
+ },
702
+ MaximumLength: {
703
+ kind: "property",
704
+ type: () => {
705
+ return System.Int32;
706
+ }
707
+ },
708
+ MinimumLength: {
709
+ kind: "property",
710
+ type: () => {
711
+ return System.Int32;
712
+ }
713
+ }
714
+ }
715
+ },
716
+ MaxLengthAttribute: {
717
+ kind: "class",
718
+ members: {
719
+ MaxLengthAttribute: {
720
+ kind: "method",
721
+ methodKind: "constructor"
722
+ },
723
+ FormatErrorMessage: {
724
+ kind: "method",
725
+ methodKind: "ordinary",
726
+ isOverride: true
727
+ },
728
+ IsValid: {
729
+ kind: "method",
730
+ methodKind: "ordinary",
731
+ isOverride: true
732
+ },
733
+ Length: {
734
+ kind: "property",
735
+ type: () => {
736
+ return System.Int32;
737
+ }
738
+ }
739
+ }
740
+ },
741
+ MetadataTypeAttribute: {
742
+ kind: "class",
743
+ members: {
744
+ MetadataTypeAttribute: {
745
+ kind: "method",
746
+ methodKind: "constructor"
747
+ },
748
+ MetadataClassType: {
749
+ kind: "property",
750
+ type: () => {
751
+ return System.Type;
752
+ }
753
+ }
754
+ },
755
+ isSealed: true
756
+ },
757
+ MinLengthAttribute: {
758
+ kind: "class",
759
+ members: {
760
+ MinLengthAttribute: {
761
+ kind: "method",
762
+ methodKind: "constructor"
763
+ },
764
+ FormatErrorMessage: {
765
+ kind: "method",
766
+ methodKind: "ordinary",
767
+ isOverride: true
768
+ },
769
+ IsValid: {
770
+ kind: "method",
771
+ methodKind: "ordinary",
772
+ isOverride: true
773
+ },
774
+ Length: {
775
+ kind: "property",
776
+ type: () => {
777
+ return System.Int32;
778
+ }
779
+ }
780
+ }
781
+ },
782
+ PhoneAttribute: {
783
+ kind: "class",
784
+ members: {
785
+ PhoneAttribute: {
786
+ kind: "method",
787
+ methodKind: "constructor"
788
+ },
789
+ IsValid: {
790
+ kind: "method",
791
+ methodKind: "ordinary",
792
+ isOverride: true
793
+ }
794
+ },
795
+ isSealed: true
796
+ },
797
+ RangeAttribute: {
798
+ kind: "class",
799
+ members: {
800
+ RangeAttribute: {
801
+ kind: "method",
802
+ methodKind: "constructor"
803
+ },
804
+ FormatErrorMessage: {
805
+ kind: "method",
806
+ methodKind: "ordinary",
807
+ isOverride: true
808
+ },
809
+ IsValid: {
810
+ kind: "method",
811
+ methodKind: "ordinary",
812
+ isOverride: true
813
+ },
814
+ ConvertValueInInvariantCulture: {
815
+ kind: "property",
816
+ type: () => {
817
+ return System.Boolean;
818
+ }
819
+ },
820
+ Maximum: {
821
+ kind: "property",
822
+ type: () => {
823
+ return System.Object;
824
+ }
825
+ },
826
+ MaximumIsExclusive: {
827
+ kind: "property",
828
+ type: () => {
829
+ return System.Boolean;
830
+ }
831
+ },
832
+ Minimum: {
833
+ kind: "property",
834
+ type: () => {
835
+ return System.Object;
836
+ }
837
+ },
838
+ MinimumIsExclusive: {
839
+ kind: "property",
840
+ type: () => {
841
+ return System.Boolean;
842
+ }
843
+ },
844
+ OperandType: {
845
+ kind: "property",
846
+ type: () => {
847
+ return System.Type;
848
+ }
849
+ },
850
+ ParseLimitsInInvariantCulture: {
851
+ kind: "property",
852
+ type: () => {
853
+ return System.Boolean;
854
+ }
855
+ }
856
+ }
857
+ },
858
+ RegularExpressionAttribute: {
859
+ kind: "class",
860
+ members: {
861
+ RegularExpressionAttribute: {
862
+ kind: "method",
863
+ methodKind: "constructor"
864
+ },
865
+ FormatErrorMessage: {
866
+ kind: "method",
867
+ methodKind: "ordinary",
868
+ isOverride: true
869
+ },
870
+ IsValid: {
871
+ kind: "method",
872
+ methodKind: "ordinary",
873
+ isOverride: true
874
+ },
875
+ MatchTimeout: {
876
+ kind: "property",
877
+ type: () => {
878
+ return System.TimeSpan;
879
+ }
880
+ },
881
+ MatchTimeoutInMilliseconds: {
882
+ kind: "property",
883
+ type: () => {
884
+ return System.Int32;
885
+ }
886
+ },
887
+ Pattern: {
888
+ kind: "property",
889
+ type: () => {
890
+ return System.String;
891
+ }
892
+ }
893
+ }
894
+ },
895
+ RequiredAttribute: {
896
+ kind: "class",
897
+ members: {
898
+ RequiredAttribute: {
899
+ kind: "method",
900
+ methodKind: "constructor"
901
+ },
902
+ IsValid: {
903
+ kind: "method",
904
+ methodKind: "ordinary",
905
+ isOverride: true
906
+ },
907
+ AllowEmptyStrings: {
908
+ kind: "property",
909
+ type: () => {
910
+ return System.Boolean;
911
+ }
912
+ }
913
+ }
914
+ },
915
+ ScaffoldColumnAttribute: {
916
+ kind: "class",
917
+ members: {
918
+ ScaffoldColumnAttribute: {
919
+ kind: "method",
920
+ methodKind: "constructor"
921
+ },
922
+ Scaffold: {
923
+ kind: "property",
924
+ type: () => {
925
+ return System.Boolean;
926
+ }
927
+ }
928
+ }
929
+ },
930
+ StringLengthAttribute: {
931
+ kind: "class",
932
+ members: {
933
+ StringLengthAttribute: {
934
+ kind: "method",
935
+ methodKind: "constructor"
936
+ },
937
+ FormatErrorMessage: {
938
+ kind: "method",
939
+ methodKind: "ordinary",
940
+ isOverride: true
941
+ },
942
+ IsValid: {
943
+ kind: "method",
944
+ methodKind: "ordinary",
945
+ isOverride: true
946
+ },
947
+ MaximumLength: {
948
+ kind: "property",
949
+ type: () => {
950
+ return System.Int32;
951
+ }
952
+ },
953
+ MinimumLength: {
954
+ kind: "property",
955
+ type: () => {
956
+ return System.Int32;
957
+ }
958
+ }
959
+ }
960
+ },
961
+ TimestampAttribute: {
962
+ kind: "class",
963
+ members: {
964
+ TimestampAttribute: {
965
+ kind: "method",
966
+ methodKind: "constructor"
967
+ }
968
+ },
969
+ isSealed: true
970
+ },
971
+ UIHintAttribute: {
972
+ kind: "class",
973
+ members: {
974
+ UIHintAttribute: {
975
+ kind: "method",
976
+ methodKind: "constructor"
977
+ },
978
+ Equals: {
979
+ kind: "method",
980
+ methodKind: "ordinary",
981
+ isOverride: true
982
+ },
983
+ GetHashCode: {
984
+ kind: "method",
985
+ methodKind: "ordinary",
986
+ isOverride: true
987
+ },
988
+ ControlParameters: {
989
+ kind: "property",
990
+ type: () => {
991
+ return Generic.IDictionary;
992
+ }
993
+ },
994
+ PresentationLayer: {
995
+ kind: "property",
996
+ type: () => {
997
+ return System.String;
998
+ },
999
+ isNullable: true
1000
+ },
1001
+ UIHint: {
1002
+ kind: "property",
1003
+ type: () => {
1004
+ return System.String;
1005
+ }
1006
+ }
1007
+ }
1008
+ },
1009
+ UrlAttribute: {
1010
+ kind: "class",
1011
+ members: {
1012
+ UrlAttribute: {
1013
+ kind: "method",
1014
+ methodKind: "constructor"
1015
+ },
1016
+ IsValid: {
1017
+ kind: "method",
1018
+ methodKind: "ordinary",
1019
+ isOverride: true
1020
+ }
1021
+ },
1022
+ isSealed: true
1023
+ },
1024
+ ValidationAttribute: {
1025
+ kind: "class",
1026
+ members: {
1027
+ ValidationAttribute: {
1028
+ kind: "method",
1029
+ methodKind: "constructor"
1030
+ },
1031
+ FormatErrorMessage: {
1032
+ kind: "method",
1033
+ methodKind: "ordinary",
1034
+ isVirtual: true
1035
+ },
1036
+ GetValidationResult: {
1037
+ kind: "method",
1038
+ methodKind: "ordinary"
1039
+ },
1040
+ IsValid: {
1041
+ kind: "method",
1042
+ methodKind: "ordinary",
1043
+ isVirtual: true
1044
+ },
1045
+ Validate: {
1046
+ kind: "method",
1047
+ methodKind: "ordinary"
1048
+ },
1049
+ ErrorMessage: {
1050
+ kind: "property",
1051
+ type: () => {
1052
+ return System.String;
1053
+ },
1054
+ isNullable: true
1055
+ },
1056
+ ErrorMessageResourceName: {
1057
+ kind: "property",
1058
+ type: () => {
1059
+ return System.String;
1060
+ },
1061
+ isNullable: true
1062
+ },
1063
+ ErrorMessageResourceType: {
1064
+ kind: "property",
1065
+ type: () => {
1066
+ return System.Type;
1067
+ },
1068
+ isNullable: true
1069
+ },
1070
+ ErrorMessageString: {
1071
+ kind: "property",
1072
+ type: () => {
1073
+ return System.String;
1074
+ }
1075
+ },
1076
+ RequiresValidationContext: {
1077
+ kind: "property",
1078
+ type: () => {
1079
+ return System.Boolean;
1080
+ },
1081
+ isVirtual: true
1082
+ }
1083
+ },
1084
+ isAbstract: true
1085
+ },
1086
+ ValidationContext: {
1087
+ kind: "class",
1088
+ members: {
1089
+ ValidationContext: {
1090
+ kind: "method",
1091
+ methodKind: "constructor"
1092
+ },
1093
+ GetService: {
1094
+ kind: "method",
1095
+ methodKind: "ordinary"
1096
+ },
1097
+ InitializeServiceProvider: {
1098
+ kind: "method",
1099
+ methodKind: "ordinary"
1100
+ },
1101
+ DisplayName: {
1102
+ kind: "property",
1103
+ type: () => {
1104
+ return System.String;
1105
+ }
1106
+ },
1107
+ Items: {
1108
+ kind: "property",
1109
+ type: () => {
1110
+ return Generic.IDictionary;
1111
+ }
1112
+ },
1113
+ MemberName: {
1114
+ kind: "property",
1115
+ type: () => {
1116
+ return System.String;
1117
+ },
1118
+ isNullable: true
1119
+ },
1120
+ ObjectInstance: {
1121
+ kind: "property",
1122
+ type: () => {
1123
+ return System.Object;
1124
+ }
1125
+ },
1126
+ ObjectType: {
1127
+ kind: "property",
1128
+ type: () => {
1129
+ return System.Type;
1130
+ }
1131
+ }
1132
+ },
1133
+ isSealed: true
1134
+ },
1135
+ ValidationException: {
1136
+ kind: "class",
1137
+ members: {
1138
+ ValidationException: {
1139
+ kind: "method",
1140
+ methodKind: "constructor"
1141
+ },
1142
+ ValidationAttribute: {
1143
+ kind: "property",
1144
+ type: () => {
1145
+ return DataAnnotations.ValidationAttribute;
1146
+ }
1147
+ },
1148
+ ValidationResult: {
1149
+ kind: "property",
1150
+ type: () => {
1151
+ return DataAnnotations.ValidationResult;
1152
+ }
1153
+ },
1154
+ Value: {
1155
+ kind: "property",
1156
+ type: () => {
1157
+ return System.Object;
1158
+ },
1159
+ isNullable: true
1160
+ }
1161
+ }
1162
+ },
1163
+ ValidationResult: {
1164
+ kind: "class",
1165
+ members: {
1166
+ Success: {
1167
+ kind: "field",
1168
+ type: () => {
1169
+ return DataAnnotations.ValidationResult;
1170
+ },
1171
+ isNullable: true,
1172
+ isStatic: true,
1173
+ isReadOnly: true
1174
+ },
1175
+ ValidationResult: {
1176
+ kind: "method",
1177
+ methodKind: "constructor"
1178
+ },
1179
+ ToString: {
1180
+ kind: "method",
1181
+ methodKind: "ordinary",
1182
+ isOverride: true
1183
+ },
1184
+ ErrorMessage: {
1185
+ kind: "property",
1186
+ type: () => {
1187
+ return System.String;
1188
+ },
1189
+ isNullable: true
1190
+ },
1191
+ MemberNames: {
1192
+ kind: "property",
1193
+ type: () => {
1194
+ return Generic.IEnumerable;
1195
+ }
1196
+ }
1197
+ }
1198
+ },
1199
+ Validator: {
1200
+ kind: "class",
1201
+ members: {
1202
+ TryValidateObject: {
1203
+ kind: "method",
1204
+ methodKind: "ordinary",
1205
+ isStatic: true
1206
+ },
1207
+ TryValidateProperty: {
1208
+ kind: "method",
1209
+ methodKind: "ordinary",
1210
+ isStatic: true
1211
+ },
1212
+ TryValidateValue: {
1213
+ kind: "method",
1214
+ methodKind: "ordinary",
1215
+ isStatic: true
1216
+ },
1217
+ ValidateObject: {
1218
+ kind: "method",
1219
+ methodKind: "ordinary",
1220
+ isStatic: true
1221
+ },
1222
+ ValidateProperty: {
1223
+ kind: "method",
1224
+ methodKind: "ordinary",
1225
+ isStatic: true
1226
+ },
1227
+ ValidateValue: {
1228
+ kind: "method",
1229
+ methodKind: "ordinary",
1230
+ isStatic: true
1231
+ }
1232
+ },
1233
+ isStatic: true
1234
+ }
1235
+ });
1236
+ export default DataAnnotations;
1237
+ //# sourceMappingURL=index.js.map