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

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 (743) 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 +358 -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/index.js +9 -0
  427. package/dist/dev/src/index.js.map +1 -0
  428. package/dist/dev/src/modifiers.js +21 -0
  429. package/dist/dev/src/modifiers.js.map +1 -0
  430. package/dist/dev/src/name-policy.js +36 -0
  431. package/dist/dev/src/name-policy.js.map +1 -0
  432. package/dist/dev/src/scopes/class.js +11 -0
  433. package/dist/dev/src/scopes/class.js.map +1 -0
  434. package/dist/dev/src/scopes/contexts.js +34 -0
  435. package/dist/dev/src/scopes/contexts.js.map +1 -0
  436. package/dist/dev/src/scopes/csharp.js +25 -0
  437. package/dist/dev/src/scopes/csharp.js.map +1 -0
  438. package/dist/dev/src/scopes/factories.js +25 -0
  439. package/dist/dev/src/scopes/factories.js.map +1 -0
  440. package/dist/dev/src/scopes/index.js +10 -0
  441. package/dist/dev/src/scopes/index.js.map +1 -0
  442. package/dist/dev/src/scopes/lexical.js +8 -0
  443. package/dist/dev/src/scopes/lexical.js.map +1 -0
  444. package/dist/dev/src/scopes/method.js +14 -0
  445. package/dist/dev/src/scopes/method.js.map +1 -0
  446. package/dist/dev/src/scopes/named-type.js +33 -0
  447. package/dist/dev/src/scopes/named-type.js.map +1 -0
  448. package/dist/dev/src/scopes/namespace.js +39 -0
  449. package/dist/dev/src/scopes/namespace.js.map +1 -0
  450. package/dist/dev/src/scopes/source-file.js +44 -0
  451. package/dist/dev/src/scopes/source-file.js.map +1 -0
  452. package/dist/dev/src/symbols/csharp.js +263 -0
  453. package/dist/dev/src/symbols/csharp.js.map +1 -0
  454. package/dist/dev/src/symbols/factories.js +145 -0
  455. package/dist/dev/src/symbols/factories.js.map +1 -0
  456. package/dist/dev/src/symbols/index.js +7 -0
  457. package/dist/dev/src/symbols/index.js.map +1 -0
  458. package/dist/dev/src/symbols/method.js +16 -0
  459. package/dist/dev/src/symbols/method.js.map +1 -0
  460. package/dist/dev/src/symbols/named-type.js +42 -0
  461. package/dist/dev/src/symbols/named-type.js.map +1 -0
  462. package/dist/dev/src/symbols/namespace.js +55 -0
  463. package/dist/dev/src/symbols/namespace.js.map +1 -0
  464. package/dist/dev/src/symbols/reference.js +79 -0
  465. package/dist/dev/src/symbols/reference.js.map +1 -0
  466. package/dist/dev/test/utils.js +111 -0
  467. package/dist/dev/test/utils.js.map +1 -0
  468. package/dist/dev/test/vitest.setup.js +2 -0
  469. package/dist/dev/test/vitest.setup.js.map +1 -0
  470. package/dist/dev/testing/create-wrapper.js +13 -0
  471. package/dist/dev/testing/create-wrapper.js.map +1 -0
  472. package/dist/dev/testing/create-wrapper.test.js +300 -0
  473. package/dist/dev/testing/create-wrapper.test.js.map +1 -0
  474. package/dist/dev/testing/index.js +2 -0
  475. package/dist/dev/testing/index.js.map +1 -0
  476. package/dist/src/components/access-expression/access-expression.d.ts +7 -2
  477. package/dist/src/components/access-expression/access-expression.d.ts.map +1 -1
  478. package/dist/src/components/access-expression/access-expression.js +108 -197
  479. package/dist/src/components/access-expression/access-expression.js.map +1 -1
  480. package/dist/src/components/access-expression/part-descriptors.d.ts +0 -31
  481. package/dist/src/components/access-expression/part-descriptors.d.ts.map +1 -1
  482. package/dist/src/components/access-expression/part-descriptors.js +0 -105
  483. package/dist/src/components/access-expression/part-descriptors.js.map +1 -1
  484. package/dist/src/components/constructor/constructor.d.ts +34 -0
  485. package/dist/src/components/constructor/constructor.d.ts.map +1 -1
  486. package/dist/src/components/constructor/constructor.js +41 -4
  487. package/dist/src/components/constructor/constructor.js.map +1 -1
  488. package/dist/src/components/constructor/constructor.test.js +114 -0
  489. package/dist/src/components/constructor/constructor.test.js.map +1 -1
  490. package/dist/src/components/doc/from-markdown.js +1 -1
  491. package/dist/src/components/doc/from-markdown.js.map +1 -1
  492. package/dist/src/components/enum/declaration.d.ts +2 -0
  493. package/dist/src/components/enum/declaration.d.ts.map +1 -1
  494. package/dist/src/components/enum/declaration.js +6 -1
  495. package/dist/src/components/enum/declaration.js.map +1 -1
  496. package/dist/src/components/enum/declaration.test.js +24 -0
  497. package/dist/src/components/enum/declaration.test.js.map +1 -1
  498. package/dist/src/components/enum/member.d.ts +4 -2
  499. package/dist/src/components/enum/member.d.ts.map +1 -1
  500. package/dist/src/components/enum/member.js +8 -3
  501. package/dist/src/components/enum/member.js.map +1 -1
  502. package/dist/src/components/enum/member.test.js +26 -0
  503. package/dist/src/components/enum/member.test.js.map +1 -1
  504. package/dist/src/components/lexical-scope.d.ts.map +1 -1
  505. package/dist/src/components/lexical-scope.js +4 -3
  506. package/dist/src/components/lexical-scope.js.map +1 -1
  507. package/dist/src/components/method-scope.d.ts.map +1 -1
  508. package/dist/src/components/method-scope.js +4 -3
  509. package/dist/src/components/method-scope.js.map +1 -1
  510. package/dist/src/components/namespace/namespace.d.ts.map +1 -1
  511. package/dist/src/components/namespace/namespace.js +13 -14
  512. package/dist/src/components/namespace/namespace.js.map +1 -1
  513. package/dist/src/components/namespace/namespace.test.js +66 -4
  514. package/dist/src/components/namespace/namespace.test.js.map +1 -1
  515. package/dist/src/components/namespace-scopes.d.ts +16 -0
  516. package/dist/src/components/namespace-scopes.d.ts.map +1 -1
  517. package/dist/src/components/namespace-scopes.js +8 -1
  518. package/dist/src/components/namespace-scopes.js.map +1 -1
  519. package/dist/src/components/namespace.ref.test.js +62 -9
  520. package/dist/src/components/namespace.ref.test.js.map +1 -1
  521. package/dist/src/components/property/property.d.ts +42 -4
  522. package/dist/src/components/property/property.d.ts.map +1 -1
  523. package/dist/src/components/property/property.js +64 -11
  524. package/dist/src/components/property/property.js.map +1 -1
  525. package/dist/src/components/property/property.test.js +104 -0
  526. package/dist/src/components/property/property.test.js.map +1 -1
  527. package/dist/src/components/source-file/source-file.d.ts.map +1 -1
  528. package/dist/src/components/source-file/source-file.js +9 -5
  529. package/dist/src/components/source-file/source-file.js.map +1 -1
  530. package/dist/src/contexts/global-namespace.d.ts.map +1 -1
  531. package/dist/src/contexts/global-namespace.js +4 -4
  532. package/dist/src/contexts/global-namespace.js.map +1 -1
  533. package/dist/src/create-library.d.ts.map +1 -1
  534. package/dist/src/create-library.js +7 -7
  535. package/dist/src/create-library.js.map +1 -1
  536. package/dist/src/scopes/csharp.d.ts +1 -0
  537. package/dist/src/scopes/csharp.d.ts.map +1 -1
  538. package/dist/src/scopes/csharp.js +10 -0
  539. package/dist/src/scopes/csharp.js.map +1 -1
  540. package/dist/src/scopes/factories.d.ts.map +1 -1
  541. package/dist/src/scopes/factories.js +4 -3
  542. package/dist/src/scopes/factories.js.map +1 -1
  543. package/dist/src/scopes/namespace.js +2 -2
  544. package/dist/src/scopes/namespace.js.map +1 -1
  545. package/dist/src/symbols/csharp.d.ts +1 -0
  546. package/dist/src/symbols/csharp.d.ts.map +1 -1
  547. package/dist/src/symbols/csharp.js +19 -2
  548. package/dist/src/symbols/csharp.js.map +1 -1
  549. package/dist/src/symbols/factories.d.ts.map +1 -1
  550. package/dist/src/symbols/factories.js +42 -10
  551. package/dist/src/symbols/factories.js.map +1 -1
  552. package/dist/src/symbols/named-type.d.ts +1 -0
  553. package/dist/src/symbols/named-type.d.ts.map +1 -1
  554. package/dist/src/symbols/named-type.js +12 -1
  555. package/dist/src/symbols/named-type.js.map +1 -1
  556. package/dist/src/symbols/namespace.d.ts +1 -0
  557. package/dist/src/symbols/namespace.d.ts.map +1 -1
  558. package/dist/src/symbols/namespace.js +11 -1
  559. package/dist/src/symbols/namespace.js.map +1 -1
  560. package/dist/testing/create-wrapper.d.ts.map +1 -1
  561. package/dist/testing/create-wrapper.js +2 -1
  562. package/dist/testing/create-wrapper.js.map +1 -1
  563. package/dist/tsconfig.tsbuildinfo +1 -1
  564. package/docs/api/components/AttributeList.md +34 -0
  565. package/docs/api/components/ClassDeclaration.md +104 -0
  566. package/docs/api/components/Constructor.md +61 -0
  567. package/docs/api/components/CsprojFile.md +34 -0
  568. package/docs/api/components/Declaration.md +32 -0
  569. package/docs/api/components/DocC.md +27 -0
  570. package/docs/api/components/DocCode.md +27 -0
  571. package/docs/api/components/DocComment.md +27 -0
  572. package/docs/api/components/DocDescription.md +27 -0
  573. package/docs/api/components/DocExample.md +27 -0
  574. package/docs/api/components/DocException.md +27 -0
  575. package/docs/api/components/DocFromMarkdown.md +27 -0
  576. package/docs/api/components/DocInclude.md +26 -0
  577. package/docs/api/components/DocList.md +26 -0
  578. package/docs/api/components/DocPara.md +27 -0
  579. package/docs/api/components/DocParam.md +28 -0
  580. package/docs/api/components/DocParamRef.md +25 -0
  581. package/docs/api/components/DocPermission.md +27 -0
  582. package/docs/api/components/DocRemarks.md +27 -0
  583. package/docs/api/components/DocReturns.md +27 -0
  584. package/docs/api/components/DocSee.md +30 -0
  585. package/docs/api/components/DocSeeAlso.md +29 -0
  586. package/docs/api/components/DocSummary.md +27 -0
  587. package/docs/api/components/DocTypeParam.md +28 -0
  588. package/docs/api/components/DocTypeParamRef.md +25 -0
  589. package/docs/api/components/DocValue.md +27 -0
  590. package/docs/api/components/DocWhen.md +27 -0
  591. package/docs/api/components/ElseClause.md +29 -0
  592. package/docs/api/components/ElseIfClause.md +30 -0
  593. package/docs/api/components/EnumDeclaration.md +76 -0
  594. package/docs/api/components/EnumMember.md +31 -0
  595. package/docs/api/components/Field.md +67 -0
  596. package/docs/api/components/IfStatement.md +30 -0
  597. package/docs/api/components/InterfaceDeclaration.md +82 -0
  598. package/docs/api/components/InterfaceMethod.md +68 -0
  599. package/docs/api/components/InterfaceProperty.md +78 -0
  600. package/docs/api/components/InvocationExpression.md +49 -0
  601. package/docs/api/components/LexicalScope.md +65 -0
  602. package/docs/api/components/Method.md +92 -0
  603. package/docs/api/components/MethodScope.md +65 -0
  604. package/docs/api/components/Name.md +19 -0
  605. package/docs/api/components/Namespace.md +35 -0
  606. package/docs/api/components/Parameter.md +58 -0
  607. package/docs/api/components/Parameters_2.md +27 -0
  608. package/docs/api/components/Property.md +110 -0
  609. package/docs/api/components/RecordDeclaration.md +84 -0
  610. package/docs/api/components/Reference.md +25 -0
  611. package/docs/api/components/Region.md +28 -0
  612. package/docs/api/components/SourceFile.md +45 -0
  613. package/docs/api/components/StructDeclaration.md +94 -0
  614. package/docs/api/components/UsingNamespaceDirective.md +25 -0
  615. package/docs/api/components/Usings.md +40 -0
  616. package/docs/api/components/VarDeclaration.md +74 -0
  617. package/docs/api/components/index.md +55 -0
  618. package/docs/api/functions/access.md +35 -0
  619. package/docs/api/functions/accessibilityFromProps.md +18 -0
  620. package/docs/api/functions/computeModifiersPrefix.md +20 -0
  621. package/docs/api/functions/createCSharpNamePolicy.md +17 -0
  622. package/docs/api/functions/createCSharpNamespaceScope.md +18 -0
  623. package/docs/api/functions/createClassScope.md +27 -0
  624. package/docs/api/functions/createFieldSymbol.md +43 -0
  625. package/docs/api/functions/createLibrary.md +19 -0
  626. package/docs/api/functions/createMethodScope.md +26 -0
  627. package/docs/api/functions/createMethodSymbol.md +34 -0
  628. package/docs/api/functions/createNamedTypeScope.md +27 -0
  629. package/docs/api/functions/createNamedTypeSymbol.md +35 -0
  630. package/docs/api/functions/createNamespaceSymbol.md +43 -0
  631. package/docs/api/functions/createParameterSymbol.md +45 -0
  632. package/docs/api/functions/createPropertySymbol.md +43 -0
  633. package/docs/api/functions/createTypeParameterSymbol.md +34 -0
  634. package/docs/api/functions/createVariableSymbol.md +43 -0
  635. package/docs/api/functions/getAccessModifier.md +18 -0
  636. package/docs/api/functions/getAsyncModifier.md +18 -0
  637. package/docs/api/functions/index.md +33 -0
  638. package/docs/api/functions/makeModifiers.md +18 -0
  639. package/docs/api/functions/nonAccessibilityFromProps.md +18 -0
  640. package/docs/api/functions/ref.md +18 -0
  641. package/docs/api/functions/useCSharpNamePolicy.md +17 -0
  642. package/docs/api/functions/useCSharpScope.md +17 -0
  643. package/docs/api/functions/useCsharpFormatOptions.md +18 -0
  644. package/docs/api/functions/useEnclosingNamespaceScope.md +17 -0
  645. package/docs/api/functions/useLexicalScope.md +17 -0
  646. package/docs/api/functions/useMethodScope.md +17 -0
  647. package/docs/api/functions/useNamedTypeScope.md +17 -0
  648. package/docs/api/functions/useNamespace.md +17 -0
  649. package/docs/api/functions/useSourceFileScope.md +17 -0
  650. package/docs/api/index.md +6 -0
  651. package/docs/api/types/AccessExpressionBuilder.md +11 -0
  652. package/docs/api/types/AccessExpressionPartProps.md +17 -0
  653. package/docs/api/types/AccessModifiers.md +13 -0
  654. package/docs/api/types/AttributeProps.md +8 -0
  655. package/docs/api/types/AttributesProp.md +5 -0
  656. package/docs/api/types/CSharpClassScope.md +9 -0
  657. package/docs/api/types/CSharpElements.md +5 -0
  658. package/docs/api/types/CSharpFormatOptions.md +5 -0
  659. package/docs/api/types/CSharpLexicalScope.md +10 -0
  660. package/docs/api/types/CSharpMethodScope.md +12 -0
  661. package/docs/api/types/CSharpNamedTypeScope.md +16 -0
  662. package/docs/api/types/CSharpNamespaceScope.md +10 -0
  663. package/docs/api/types/CSharpProjectSdk.md +5 -0
  664. package/docs/api/types/CSharpScope.md +12 -0
  665. package/docs/api/types/CSharpSourceFileScope.md +13 -0
  666. package/docs/api/types/CSharpSymbol.md +30 -0
  667. package/docs/api/types/CSharpSymbolKinds.md +5 -0
  668. package/docs/api/types/CSharpSymbolOptions.md +17 -0
  669. package/docs/api/types/ClassDescriptor.md +9 -0
  670. package/docs/api/types/ClassModifiers.md +10 -0
  671. package/docs/api/types/CreateMethodSymbolOptions.md +9 -0
  672. package/docs/api/types/CreateTypeParameterSymbolOptions.md +9 -0
  673. package/docs/api/types/DeclarationModifiers.md +8 -0
  674. package/docs/api/types/DeclaredAccessibility.md +5 -0
  675. package/docs/api/types/Descriptor.md +5 -0
  676. package/docs/api/types/DocCommentTagProps.md +7 -0
  677. package/docs/api/types/EnumDescriptor.md +9 -0
  678. package/docs/api/types/FieldDescriptor.md +9 -0
  679. package/docs/api/types/FieldModifiers.md +12 -0
  680. package/docs/api/types/GenericDescriptor.md +7 -0
  681. package/docs/api/types/InterfaceDescriptor.md +9 -0
  682. package/docs/api/types/InterfaceMethodModifiers.md +9 -0
  683. package/docs/api/types/InterfaceModifiers.md +7 -0
  684. package/docs/api/types/InterfacePropertyModifiers.md +9 -0
  685. package/docs/api/types/LexicalScopeProps.md +5 -0
  686. package/docs/api/types/LibraryFrom.md +7 -0
  687. package/docs/api/types/MemberDescriptor.md +16 -0
  688. package/docs/api/types/MethodDescriptor.md +10 -0
  689. package/docs/api/types/MethodKinds.md +5 -0
  690. package/docs/api/types/MethodModifiers.md +15 -0
  691. package/docs/api/types/MethodScopeProps.md +5 -0
  692. package/docs/api/types/MethodSymbol.md +13 -0
  693. package/docs/api/types/NamedTypeDescriptor.md +11 -0
  694. package/docs/api/types/NamedTypeSymbol.md +17 -0
  695. package/docs/api/types/NamedTypeSymbolKind.md +5 -0
  696. package/docs/api/types/NamedTypeTypeKind.md +5 -0
  697. package/docs/api/types/NamespaceDescriptor.md +8 -0
  698. package/docs/api/types/NamespaceSymbol.md +16 -0
  699. package/docs/api/types/NamespaceSymbolOptions.md +9 -0
  700. package/docs/api/types/NonAccessModifiers.md +13 -0
  701. package/docs/api/types/PropertyDescriptor_2.md +9 -0
  702. package/docs/api/types/PropertyModifiers.md +17 -0
  703. package/docs/api/types/RecordDescriptor.md +9 -0
  704. package/docs/api/types/RecordModifiers.md +7 -0
  705. package/docs/api/types/ResolveDescriptor.md +7 -0
  706. package/docs/api/types/StructDescriptor.md +9 -0
  707. package/docs/api/types/StructModifiers.md +10 -0
  708. package/docs/api/types/TypeParameterProps.md +11 -0
  709. package/docs/api/types/VarModifiers.md +8 -0
  710. package/docs/api/types/index.md +62 -0
  711. package/docs/api/variables/Attribute.md +21 -0
  712. package/docs/api/variables/index.md +3 -0
  713. package/package.json +19 -8
  714. package/src/components/access-expression/access-expression.tsx +146 -243
  715. package/src/components/access-expression/part-descriptors.ts +0 -186
  716. package/src/components/constructor/constructor.test.tsx +91 -0
  717. package/src/components/constructor/constructor.tsx +86 -1
  718. package/src/components/doc/from-markdown.tsx +4 -1
  719. package/src/components/enum/declaration.test.tsx +20 -0
  720. package/src/components/enum/declaration.tsx +4 -0
  721. package/src/components/enum/member.test.tsx +21 -0
  722. package/src/components/enum/member.tsx +21 -5
  723. package/src/components/lexical-scope.tsx +15 -4
  724. package/src/components/method-scope.tsx +15 -4
  725. package/src/components/namespace/namespace.test.tsx +47 -3
  726. package/src/components/namespace/namespace.tsx +17 -9
  727. package/src/components/namespace-scopes.tsx +25 -1
  728. package/src/components/namespace.ref.test.tsx +50 -9
  729. package/src/components/property/property.test.tsx +89 -0
  730. package/src/components/property/property.tsx +111 -16
  731. package/src/components/source-file/source-file.tsx +12 -6
  732. package/src/contexts/global-namespace.ts +11 -6
  733. package/src/create-library.ts +18 -9
  734. package/src/scopes/csharp.ts +11 -0
  735. package/src/scopes/factories.ts +4 -4
  736. package/src/scopes/namespace.ts +2 -2
  737. package/src/symbols/csharp.ts +20 -1
  738. package/src/symbols/factories.ts +46 -34
  739. package/src/symbols/named-type.ts +15 -3
  740. package/src/symbols/namespace.ts +12 -2
  741. package/temp/api.json +309 -248
  742. package/testing/create-wrapper.tsx +2 -1
  743. package/vitest.config.ts +8 -0
@@ -0,0 +1,2993 @@
1
+ import Collections from "../../Collections/index.js";
2
+ import System from "../../index.js";
3
+ import Xml from "../index.js";
4
+ import Serialization from "../Serialization/index.js";
5
+ import { createLibrary } from "#createLibrary";
6
+ const Schema = createLibrary("System.Xml.Schema", {
7
+ Extensions: {
8
+ kind: "class",
9
+ members: {
10
+ GetSchemaInfo: {
11
+ kind: "method",
12
+ methodKind: "ordinary",
13
+ isStatic: true
14
+ },
15
+ Validate: {
16
+ kind: "method",
17
+ methodKind: "ordinary",
18
+ isStatic: true
19
+ }
20
+ },
21
+ isStatic: true
22
+ },
23
+ IXmlSchemaInfo: {
24
+ kind: "interface",
25
+ members: {
26
+ IsDefault: {
27
+ kind: "property",
28
+ type: () => {
29
+ return System.Boolean;
30
+ }
31
+ },
32
+ IsNil: {
33
+ kind: "property",
34
+ type: () => {
35
+ return System.Boolean;
36
+ }
37
+ },
38
+ MemberType: {
39
+ kind: "property",
40
+ type: () => {
41
+ return Schema.XmlSchemaSimpleType;
42
+ },
43
+ isNullable: true
44
+ },
45
+ SchemaAttribute: {
46
+ kind: "property",
47
+ type: () => {
48
+ return Schema.XmlSchemaAttribute;
49
+ }
50
+ },
51
+ SchemaElement: {
52
+ kind: "property",
53
+ type: () => {
54
+ return Schema.XmlSchemaElement;
55
+ }
56
+ },
57
+ SchemaType: {
58
+ kind: "property",
59
+ type: () => {
60
+ return Schema.XmlSchemaType;
61
+ }
62
+ },
63
+ Validity: {
64
+ kind: "property",
65
+ type: () => {
66
+ return Schema.XmlSchemaValidity;
67
+ }
68
+ }
69
+ }
70
+ },
71
+ ValidationEventArgs: {
72
+ kind: "class",
73
+ members: {
74
+ Exception: {
75
+ kind: "property",
76
+ type: () => {
77
+ return Schema.XmlSchemaException;
78
+ }
79
+ },
80
+ Message: {
81
+ kind: "property",
82
+ type: () => {
83
+ return System.String;
84
+ }
85
+ },
86
+ Severity: {
87
+ kind: "property",
88
+ type: () => {
89
+ return Schema.XmlSeverityType;
90
+ }
91
+ }
92
+ }
93
+ },
94
+ ValidationEventHandler: {
95
+ kind: "generic",
96
+ members: {
97
+ ValidationEventHandler: {
98
+ kind: "method",
99
+ methodKind: "constructor"
100
+ },
101
+ Invoke: {
102
+ kind: "method",
103
+ methodKind: "ordinary",
104
+ isVirtual: true
105
+ },
106
+ BeginInvoke: {
107
+ kind: "method",
108
+ methodKind: "ordinary",
109
+ isVirtual: true
110
+ },
111
+ EndInvoke: {
112
+ kind: "method",
113
+ methodKind: "ordinary",
114
+ isVirtual: true
115
+ }
116
+ }
117
+ },
118
+ XmlAtomicValue: {
119
+ kind: "class",
120
+ members: {
121
+ Clone: {
122
+ kind: "method",
123
+ methodKind: "ordinary"
124
+ },
125
+ ToString: {
126
+ kind: "method",
127
+ methodKind: "ordinary",
128
+ isOverride: true
129
+ },
130
+ ValueAs: {
131
+ kind: "method",
132
+ methodKind: "ordinary",
133
+ isOverride: true
134
+ },
135
+ IsNode: {
136
+ kind: "property",
137
+ type: () => {
138
+ return System.Boolean;
139
+ },
140
+ isOverride: true
141
+ },
142
+ TypedValue: {
143
+ kind: "property",
144
+ type: () => {
145
+ return System.Object;
146
+ },
147
+ isOverride: true
148
+ },
149
+ Value: {
150
+ kind: "property",
151
+ type: () => {
152
+ return System.String;
153
+ },
154
+ isOverride: true
155
+ },
156
+ ValueAsBoolean: {
157
+ kind: "property",
158
+ type: () => {
159
+ return System.Boolean;
160
+ },
161
+ isOverride: true
162
+ },
163
+ ValueAsDateTime: {
164
+ kind: "property",
165
+ type: () => {
166
+ return System.DateTime;
167
+ },
168
+ isOverride: true
169
+ },
170
+ ValueAsDouble: {
171
+ kind: "property",
172
+ type: () => {
173
+ return System.Double;
174
+ },
175
+ isOverride: true
176
+ },
177
+ ValueAsInt: {
178
+ kind: "property",
179
+ type: () => {
180
+ return System.Int32;
181
+ },
182
+ isOverride: true
183
+ },
184
+ ValueAsLong: {
185
+ kind: "property",
186
+ type: () => {
187
+ return System.Int64;
188
+ },
189
+ isOverride: true
190
+ },
191
+ ValueType: {
192
+ kind: "property",
193
+ type: () => {
194
+ return System.Type;
195
+ },
196
+ isOverride: true
197
+ },
198
+ XmlType: {
199
+ kind: "property",
200
+ type: () => {
201
+ return Schema.XmlSchemaType;
202
+ },
203
+ isOverride: true
204
+ }
205
+ },
206
+ isSealed: true
207
+ },
208
+ XmlSchema: {
209
+ kind: "class",
210
+ members: {
211
+ InstanceNamespace: {
212
+ kind: "field",
213
+ type: () => {
214
+ return System.String;
215
+ }
216
+ },
217
+ Namespace: {
218
+ kind: "field",
219
+ type: () => {
220
+ return System.String;
221
+ }
222
+ },
223
+ XmlSchema: {
224
+ kind: "method",
225
+ methodKind: "constructor"
226
+ },
227
+ Compile: {
228
+ kind: "method",
229
+ methodKind: "ordinary"
230
+ },
231
+ Read: {
232
+ kind: "method",
233
+ methodKind: "ordinary",
234
+ isStatic: true
235
+ },
236
+ Write: {
237
+ kind: "method",
238
+ methodKind: "ordinary"
239
+ },
240
+ AttributeFormDefault: {
241
+ kind: "property",
242
+ type: () => {
243
+ return Schema.XmlSchemaForm;
244
+ }
245
+ },
246
+ AttributeGroups: {
247
+ kind: "property",
248
+ type: () => {
249
+ return Schema.XmlSchemaObjectTable;
250
+ }
251
+ },
252
+ Attributes: {
253
+ kind: "property",
254
+ type: () => {
255
+ return Schema.XmlSchemaObjectTable;
256
+ }
257
+ },
258
+ BlockDefault: {
259
+ kind: "property",
260
+ type: () => {
261
+ return Schema.XmlSchemaDerivationMethod;
262
+ }
263
+ },
264
+ ElementFormDefault: {
265
+ kind: "property",
266
+ type: () => {
267
+ return Schema.XmlSchemaForm;
268
+ }
269
+ },
270
+ Elements: {
271
+ kind: "property",
272
+ type: () => {
273
+ return Schema.XmlSchemaObjectTable;
274
+ }
275
+ },
276
+ FinalDefault: {
277
+ kind: "property",
278
+ type: () => {
279
+ return Schema.XmlSchemaDerivationMethod;
280
+ }
281
+ },
282
+ Groups: {
283
+ kind: "property",
284
+ type: () => {
285
+ return Schema.XmlSchemaObjectTable;
286
+ }
287
+ },
288
+ Id: {
289
+ kind: "property",
290
+ type: () => {
291
+ return System.String;
292
+ },
293
+ isNullable: true
294
+ },
295
+ Includes: {
296
+ kind: "property",
297
+ type: () => {
298
+ return Schema.XmlSchemaObjectCollection;
299
+ }
300
+ },
301
+ IsCompiled: {
302
+ kind: "property",
303
+ type: () => {
304
+ return System.Boolean;
305
+ }
306
+ },
307
+ Items: {
308
+ kind: "property",
309
+ type: () => {
310
+ return Schema.XmlSchemaObjectCollection;
311
+ }
312
+ },
313
+ Notations: {
314
+ kind: "property",
315
+ type: () => {
316
+ return Schema.XmlSchemaObjectTable;
317
+ }
318
+ },
319
+ SchemaTypes: {
320
+ kind: "property",
321
+ type: () => {
322
+ return Schema.XmlSchemaObjectTable;
323
+ }
324
+ },
325
+ TargetNamespace: {
326
+ kind: "property",
327
+ type: () => {
328
+ return System.String;
329
+ },
330
+ isNullable: true
331
+ },
332
+ UnhandledAttributes: {
333
+ kind: "property",
334
+ type: () => {
335
+ return System.Array;
336
+ },
337
+ isNullable: true
338
+ },
339
+ Version: {
340
+ kind: "property",
341
+ type: () => {
342
+ return System.String;
343
+ },
344
+ isNullable: true
345
+ }
346
+ }
347
+ },
348
+ XmlSchemaAll: {
349
+ kind: "class",
350
+ members: {
351
+ XmlSchemaAll: {
352
+ kind: "method",
353
+ methodKind: "constructor"
354
+ },
355
+ Items: {
356
+ kind: "property",
357
+ type: () => {
358
+ return Schema.XmlSchemaObjectCollection;
359
+ },
360
+ isOverride: true
361
+ }
362
+ }
363
+ },
364
+ XmlSchemaAnnotated: {
365
+ kind: "class",
366
+ members: {
367
+ XmlSchemaAnnotated: {
368
+ kind: "method",
369
+ methodKind: "constructor"
370
+ },
371
+ Annotation: {
372
+ kind: "property",
373
+ type: () => {
374
+ return Schema.XmlSchemaAnnotation;
375
+ }
376
+ },
377
+ Id: {
378
+ kind: "property",
379
+ type: () => {
380
+ return System.String;
381
+ },
382
+ isNullable: true
383
+ },
384
+ UnhandledAttributes: {
385
+ kind: "property",
386
+ type: () => {
387
+ return System.Array;
388
+ },
389
+ isNullable: true
390
+ }
391
+ }
392
+ },
393
+ XmlSchemaAnnotation: {
394
+ kind: "class",
395
+ members: {
396
+ XmlSchemaAnnotation: {
397
+ kind: "method",
398
+ methodKind: "constructor"
399
+ },
400
+ Id: {
401
+ kind: "property",
402
+ type: () => {
403
+ return System.String;
404
+ },
405
+ isNullable: true
406
+ },
407
+ Items: {
408
+ kind: "property",
409
+ type: () => {
410
+ return Schema.XmlSchemaObjectCollection;
411
+ }
412
+ },
413
+ UnhandledAttributes: {
414
+ kind: "property",
415
+ type: () => {
416
+ return System.Array;
417
+ },
418
+ isNullable: true
419
+ }
420
+ }
421
+ },
422
+ XmlSchemaAny: {
423
+ kind: "class",
424
+ members: {
425
+ XmlSchemaAny: {
426
+ kind: "method",
427
+ methodKind: "constructor"
428
+ },
429
+ Namespace: {
430
+ kind: "property",
431
+ type: () => {
432
+ return System.String;
433
+ },
434
+ isNullable: true
435
+ },
436
+ ProcessContents: {
437
+ kind: "property",
438
+ type: () => {
439
+ return Schema.XmlSchemaContentProcessing;
440
+ }
441
+ }
442
+ }
443
+ },
444
+ XmlSchemaAnyAttribute: {
445
+ kind: "class",
446
+ members: {
447
+ XmlSchemaAnyAttribute: {
448
+ kind: "method",
449
+ methodKind: "constructor"
450
+ },
451
+ Namespace: {
452
+ kind: "property",
453
+ type: () => {
454
+ return System.String;
455
+ },
456
+ isNullable: true
457
+ },
458
+ ProcessContents: {
459
+ kind: "property",
460
+ type: () => {
461
+ return Schema.XmlSchemaContentProcessing;
462
+ }
463
+ }
464
+ }
465
+ },
466
+ XmlSchemaAppInfo: {
467
+ kind: "class",
468
+ members: {
469
+ XmlSchemaAppInfo: {
470
+ kind: "method",
471
+ methodKind: "constructor"
472
+ },
473
+ Markup: {
474
+ kind: "property",
475
+ type: () => {
476
+ return System.Array;
477
+ },
478
+ isNullable: true
479
+ },
480
+ Source: {
481
+ kind: "property",
482
+ type: () => {
483
+ return System.String;
484
+ },
485
+ isNullable: true
486
+ }
487
+ }
488
+ },
489
+ XmlSchemaAttribute: {
490
+ kind: "class",
491
+ members: {
492
+ XmlSchemaAttribute: {
493
+ kind: "method",
494
+ methodKind: "constructor"
495
+ },
496
+ AttributeSchemaType: {
497
+ kind: "property",
498
+ type: () => {
499
+ return Schema.XmlSchemaSimpleType;
500
+ },
501
+ isNullable: true
502
+ },
503
+ AttributeType: {
504
+ kind: "property",
505
+ type: () => {
506
+ return System.Object;
507
+ }
508
+ },
509
+ DefaultValue: {
510
+ kind: "property",
511
+ type: () => {
512
+ return System.String;
513
+ },
514
+ isNullable: true
515
+ },
516
+ FixedValue: {
517
+ kind: "property",
518
+ type: () => {
519
+ return System.String;
520
+ },
521
+ isNullable: true
522
+ },
523
+ Form: {
524
+ kind: "property",
525
+ type: () => {
526
+ return Schema.XmlSchemaForm;
527
+ }
528
+ },
529
+ Name: {
530
+ kind: "property",
531
+ type: () => {
532
+ return System.String;
533
+ },
534
+ isNullable: true
535
+ },
536
+ QualifiedName: {
537
+ kind: "property",
538
+ type: () => {
539
+ return Xml.XmlQualifiedName;
540
+ }
541
+ },
542
+ RefName: {
543
+ kind: "property",
544
+ type: () => {
545
+ return Xml.XmlQualifiedName;
546
+ }
547
+ },
548
+ SchemaType: {
549
+ kind: "property",
550
+ type: () => {
551
+ return Schema.XmlSchemaSimpleType;
552
+ },
553
+ isNullable: true
554
+ },
555
+ SchemaTypeName: {
556
+ kind: "property",
557
+ type: () => {
558
+ return Xml.XmlQualifiedName;
559
+ }
560
+ },
561
+ Use: {
562
+ kind: "property",
563
+ type: () => {
564
+ return Schema.XmlSchemaUse;
565
+ }
566
+ }
567
+ }
568
+ },
569
+ XmlSchemaAttributeGroup: {
570
+ kind: "class",
571
+ members: {
572
+ XmlSchemaAttributeGroup: {
573
+ kind: "method",
574
+ methodKind: "constructor"
575
+ },
576
+ AnyAttribute: {
577
+ kind: "property",
578
+ type: () => {
579
+ return Schema.XmlSchemaAnyAttribute;
580
+ }
581
+ },
582
+ Attributes: {
583
+ kind: "property",
584
+ type: () => {
585
+ return Schema.XmlSchemaObjectCollection;
586
+ }
587
+ },
588
+ Name: {
589
+ kind: "property",
590
+ type: () => {
591
+ return System.String;
592
+ },
593
+ isNullable: true
594
+ },
595
+ QualifiedName: {
596
+ kind: "property",
597
+ type: () => {
598
+ return Xml.XmlQualifiedName;
599
+ }
600
+ },
601
+ RedefinedAttributeGroup: {
602
+ kind: "property",
603
+ type: () => {
604
+ return Schema.XmlSchemaAttributeGroup;
605
+ },
606
+ isNullable: true
607
+ }
608
+ }
609
+ },
610
+ XmlSchemaAttributeGroupRef: {
611
+ kind: "class",
612
+ members: {
613
+ XmlSchemaAttributeGroupRef: {
614
+ kind: "method",
615
+ methodKind: "constructor"
616
+ },
617
+ RefName: {
618
+ kind: "property",
619
+ type: () => {
620
+ return Xml.XmlQualifiedName;
621
+ }
622
+ }
623
+ }
624
+ },
625
+ XmlSchemaChoice: {
626
+ kind: "class",
627
+ members: {
628
+ XmlSchemaChoice: {
629
+ kind: "method",
630
+ methodKind: "constructor"
631
+ },
632
+ Items: {
633
+ kind: "property",
634
+ type: () => {
635
+ return Schema.XmlSchemaObjectCollection;
636
+ },
637
+ isOverride: true
638
+ }
639
+ }
640
+ },
641
+ XmlSchemaCollection: {
642
+ kind: "class",
643
+ members: {
644
+ XmlSchemaCollection: {
645
+ kind: "method",
646
+ methodKind: "constructor"
647
+ },
648
+ Add: {
649
+ kind: "method",
650
+ methodKind: "ordinary"
651
+ },
652
+ Contains: {
653
+ kind: "method",
654
+ methodKind: "ordinary"
655
+ },
656
+ CopyTo: {
657
+ kind: "method",
658
+ methodKind: "ordinary"
659
+ },
660
+ GetEnumerator: {
661
+ kind: "method",
662
+ methodKind: "ordinary"
663
+ },
664
+ Count: {
665
+ kind: "property",
666
+ type: () => {
667
+ return System.Int32;
668
+ }
669
+ },
670
+ Item: {
671
+ kind: "property",
672
+ type: () => {
673
+ return Schema.XmlSchema;
674
+ }
675
+ },
676
+ NameTable: {
677
+ kind: "property",
678
+ type: () => {
679
+ return Xml.XmlNameTable;
680
+ }
681
+ }
682
+ },
683
+ isSealed: true
684
+ },
685
+ XmlSchemaCollectionEnumerator: {
686
+ kind: "class",
687
+ members: {
688
+ MoveNext: {
689
+ kind: "method",
690
+ methodKind: "ordinary"
691
+ },
692
+ Current: {
693
+ kind: "property",
694
+ type: () => {
695
+ return Schema.XmlSchema;
696
+ },
697
+ isNullable: true
698
+ }
699
+ },
700
+ isSealed: true
701
+ },
702
+ XmlSchemaCompilationSettings: {
703
+ kind: "class",
704
+ members: {
705
+ XmlSchemaCompilationSettings: {
706
+ kind: "method",
707
+ methodKind: "constructor"
708
+ },
709
+ EnableUpaCheck: {
710
+ kind: "property",
711
+ type: () => {
712
+ return System.Boolean;
713
+ }
714
+ }
715
+ },
716
+ isSealed: true
717
+ },
718
+ XmlSchemaComplexContent: {
719
+ kind: "class",
720
+ members: {
721
+ XmlSchemaComplexContent: {
722
+ kind: "method",
723
+ methodKind: "constructor"
724
+ },
725
+ Content: {
726
+ kind: "property",
727
+ type: () => {
728
+ return Schema.XmlSchemaContent;
729
+ },
730
+ isOverride: true
731
+ },
732
+ IsMixed: {
733
+ kind: "property",
734
+ type: () => {
735
+ return System.Boolean;
736
+ }
737
+ }
738
+ }
739
+ },
740
+ XmlSchemaComplexContentExtension: {
741
+ kind: "class",
742
+ members: {
743
+ XmlSchemaComplexContentExtension: {
744
+ kind: "method",
745
+ methodKind: "constructor"
746
+ },
747
+ AnyAttribute: {
748
+ kind: "property",
749
+ type: () => {
750
+ return Schema.XmlSchemaAnyAttribute;
751
+ }
752
+ },
753
+ Attributes: {
754
+ kind: "property",
755
+ type: () => {
756
+ return Schema.XmlSchemaObjectCollection;
757
+ }
758
+ },
759
+ BaseTypeName: {
760
+ kind: "property",
761
+ type: () => {
762
+ return Xml.XmlQualifiedName;
763
+ }
764
+ },
765
+ Particle: {
766
+ kind: "property",
767
+ type: () => {
768
+ return Schema.XmlSchemaParticle;
769
+ }
770
+ }
771
+ }
772
+ },
773
+ XmlSchemaComplexContentRestriction: {
774
+ kind: "class",
775
+ members: {
776
+ XmlSchemaComplexContentRestriction: {
777
+ kind: "method",
778
+ methodKind: "constructor"
779
+ },
780
+ AnyAttribute: {
781
+ kind: "property",
782
+ type: () => {
783
+ return Schema.XmlSchemaAnyAttribute;
784
+ }
785
+ },
786
+ Attributes: {
787
+ kind: "property",
788
+ type: () => {
789
+ return Schema.XmlSchemaObjectCollection;
790
+ }
791
+ },
792
+ BaseTypeName: {
793
+ kind: "property",
794
+ type: () => {
795
+ return Xml.XmlQualifiedName;
796
+ }
797
+ },
798
+ Particle: {
799
+ kind: "property",
800
+ type: () => {
801
+ return Schema.XmlSchemaParticle;
802
+ }
803
+ }
804
+ }
805
+ },
806
+ XmlSchemaComplexType: {
807
+ kind: "class",
808
+ members: {
809
+ XmlSchemaComplexType: {
810
+ kind: "method",
811
+ methodKind: "constructor"
812
+ },
813
+ AnyAttribute: {
814
+ kind: "property",
815
+ type: () => {
816
+ return Schema.XmlSchemaAnyAttribute;
817
+ }
818
+ },
819
+ Attributes: {
820
+ kind: "property",
821
+ type: () => {
822
+ return Schema.XmlSchemaObjectCollection;
823
+ }
824
+ },
825
+ AttributeUses: {
826
+ kind: "property",
827
+ type: () => {
828
+ return Schema.XmlSchemaObjectTable;
829
+ }
830
+ },
831
+ AttributeWildcard: {
832
+ kind: "property",
833
+ type: () => {
834
+ return Schema.XmlSchemaAnyAttribute;
835
+ },
836
+ isNullable: true
837
+ },
838
+ Block: {
839
+ kind: "property",
840
+ type: () => {
841
+ return Schema.XmlSchemaDerivationMethod;
842
+ }
843
+ },
844
+ BlockResolved: {
845
+ kind: "property",
846
+ type: () => {
847
+ return Schema.XmlSchemaDerivationMethod;
848
+ }
849
+ },
850
+ ContentModel: {
851
+ kind: "property",
852
+ type: () => {
853
+ return Schema.XmlSchemaContentModel;
854
+ }
855
+ },
856
+ ContentType: {
857
+ kind: "property",
858
+ type: () => {
859
+ return Schema.XmlSchemaContentType;
860
+ }
861
+ },
862
+ ContentTypeParticle: {
863
+ kind: "property",
864
+ type: () => {
865
+ return Schema.XmlSchemaParticle;
866
+ }
867
+ },
868
+ IsAbstract: {
869
+ kind: "property",
870
+ type: () => {
871
+ return System.Boolean;
872
+ }
873
+ },
874
+ IsMixed: {
875
+ kind: "property",
876
+ type: () => {
877
+ return System.Boolean;
878
+ },
879
+ isOverride: true
880
+ },
881
+ Particle: {
882
+ kind: "property",
883
+ type: () => {
884
+ return Schema.XmlSchemaParticle;
885
+ }
886
+ }
887
+ }
888
+ },
889
+ XmlSchemaContent: {
890
+ kind: "class",
891
+ members: {
892
+ XmlSchemaContent: {
893
+ kind: "method",
894
+ methodKind: "constructor"
895
+ }
896
+ },
897
+ isAbstract: true
898
+ },
899
+ XmlSchemaContentModel: {
900
+ kind: "class",
901
+ members: {
902
+ XmlSchemaContentModel: {
903
+ kind: "method",
904
+ methodKind: "constructor"
905
+ },
906
+ Content: {
907
+ kind: "property",
908
+ type: () => {
909
+ return Schema.XmlSchemaContent;
910
+ },
911
+ isAbstract: true
912
+ }
913
+ },
914
+ isAbstract: true
915
+ },
916
+ XmlSchemaContentProcessing: {
917
+ kind: "enum",
918
+ members: {
919
+ None: {
920
+ kind: "field",
921
+ type: () => {
922
+ return Schema.XmlSchemaContentProcessing;
923
+ }
924
+ },
925
+ Skip: {
926
+ kind: "field",
927
+ type: () => {
928
+ return Schema.XmlSchemaContentProcessing;
929
+ }
930
+ },
931
+ Lax: {
932
+ kind: "field",
933
+ type: () => {
934
+ return Schema.XmlSchemaContentProcessing;
935
+ }
936
+ },
937
+ Strict: {
938
+ kind: "field",
939
+ type: () => {
940
+ return Schema.XmlSchemaContentProcessing;
941
+ }
942
+ }
943
+ }
944
+ },
945
+ XmlSchemaContentType: {
946
+ kind: "enum",
947
+ members: {
948
+ TextOnly: {
949
+ kind: "field",
950
+ type: () => {
951
+ return Schema.XmlSchemaContentType;
952
+ }
953
+ },
954
+ Empty: {
955
+ kind: "field",
956
+ type: () => {
957
+ return Schema.XmlSchemaContentType;
958
+ }
959
+ },
960
+ ElementOnly: {
961
+ kind: "field",
962
+ type: () => {
963
+ return Schema.XmlSchemaContentType;
964
+ }
965
+ },
966
+ Mixed: {
967
+ kind: "field",
968
+ type: () => {
969
+ return Schema.XmlSchemaContentType;
970
+ }
971
+ }
972
+ }
973
+ },
974
+ XmlSchemaDatatype: {
975
+ kind: "class",
976
+ members: {
977
+ ChangeType: {
978
+ kind: "method",
979
+ methodKind: "ordinary",
980
+ isVirtual: true
981
+ },
982
+ IsDerivedFrom: {
983
+ kind: "method",
984
+ methodKind: "ordinary",
985
+ isVirtual: true
986
+ },
987
+ ParseValue: {
988
+ kind: "method",
989
+ methodKind: "ordinary",
990
+ isAbstract: true
991
+ },
992
+ TokenizedType: {
993
+ kind: "property",
994
+ type: () => {
995
+ return Xml.XmlTokenizedType;
996
+ },
997
+ isAbstract: true
998
+ },
999
+ TypeCode: {
1000
+ kind: "property",
1001
+ type: () => {
1002
+ return Schema.XmlTypeCode;
1003
+ },
1004
+ isVirtual: true
1005
+ },
1006
+ ValueType: {
1007
+ kind: "property",
1008
+ type: () => {
1009
+ return System.Type;
1010
+ },
1011
+ isAbstract: true
1012
+ },
1013
+ Variety: {
1014
+ kind: "property",
1015
+ type: () => {
1016
+ return Schema.XmlSchemaDatatypeVariety;
1017
+ },
1018
+ isVirtual: true
1019
+ }
1020
+ },
1021
+ isAbstract: true
1022
+ },
1023
+ XmlSchemaDatatypeVariety: {
1024
+ kind: "enum",
1025
+ members: {
1026
+ Atomic: {
1027
+ kind: "field",
1028
+ type: () => {
1029
+ return Schema.XmlSchemaDatatypeVariety;
1030
+ }
1031
+ },
1032
+ List: {
1033
+ kind: "field",
1034
+ type: () => {
1035
+ return Schema.XmlSchemaDatatypeVariety;
1036
+ }
1037
+ },
1038
+ Union: {
1039
+ kind: "field",
1040
+ type: () => {
1041
+ return Schema.XmlSchemaDatatypeVariety;
1042
+ }
1043
+ }
1044
+ }
1045
+ },
1046
+ XmlSchemaDerivationMethod: {
1047
+ kind: "enum",
1048
+ members: {
1049
+ Empty: {
1050
+ kind: "field",
1051
+ type: () => {
1052
+ return Schema.XmlSchemaDerivationMethod;
1053
+ }
1054
+ },
1055
+ Substitution: {
1056
+ kind: "field",
1057
+ type: () => {
1058
+ return Schema.XmlSchemaDerivationMethod;
1059
+ }
1060
+ },
1061
+ Extension: {
1062
+ kind: "field",
1063
+ type: () => {
1064
+ return Schema.XmlSchemaDerivationMethod;
1065
+ }
1066
+ },
1067
+ Restriction: {
1068
+ kind: "field",
1069
+ type: () => {
1070
+ return Schema.XmlSchemaDerivationMethod;
1071
+ }
1072
+ },
1073
+ List: {
1074
+ kind: "field",
1075
+ type: () => {
1076
+ return Schema.XmlSchemaDerivationMethod;
1077
+ }
1078
+ },
1079
+ Union: {
1080
+ kind: "field",
1081
+ type: () => {
1082
+ return Schema.XmlSchemaDerivationMethod;
1083
+ }
1084
+ },
1085
+ All: {
1086
+ kind: "field",
1087
+ type: () => {
1088
+ return Schema.XmlSchemaDerivationMethod;
1089
+ }
1090
+ },
1091
+ None: {
1092
+ kind: "field",
1093
+ type: () => {
1094
+ return Schema.XmlSchemaDerivationMethod;
1095
+ }
1096
+ }
1097
+ }
1098
+ },
1099
+ XmlSchemaDocumentation: {
1100
+ kind: "class",
1101
+ members: {
1102
+ XmlSchemaDocumentation: {
1103
+ kind: "method",
1104
+ methodKind: "constructor"
1105
+ },
1106
+ Language: {
1107
+ kind: "property",
1108
+ type: () => {
1109
+ return System.String;
1110
+ },
1111
+ isNullable: true
1112
+ },
1113
+ Markup: {
1114
+ kind: "property",
1115
+ type: () => {
1116
+ return System.Array;
1117
+ },
1118
+ isNullable: true
1119
+ },
1120
+ Source: {
1121
+ kind: "property",
1122
+ type: () => {
1123
+ return System.String;
1124
+ },
1125
+ isNullable: true
1126
+ }
1127
+ }
1128
+ },
1129
+ XmlSchemaElement: {
1130
+ kind: "class",
1131
+ members: {
1132
+ XmlSchemaElement: {
1133
+ kind: "method",
1134
+ methodKind: "constructor"
1135
+ },
1136
+ Block: {
1137
+ kind: "property",
1138
+ type: () => {
1139
+ return Schema.XmlSchemaDerivationMethod;
1140
+ }
1141
+ },
1142
+ BlockResolved: {
1143
+ kind: "property",
1144
+ type: () => {
1145
+ return Schema.XmlSchemaDerivationMethod;
1146
+ }
1147
+ },
1148
+ Constraints: {
1149
+ kind: "property",
1150
+ type: () => {
1151
+ return Schema.XmlSchemaObjectCollection;
1152
+ }
1153
+ },
1154
+ DefaultValue: {
1155
+ kind: "property",
1156
+ type: () => {
1157
+ return System.String;
1158
+ },
1159
+ isNullable: true
1160
+ },
1161
+ ElementSchemaType: {
1162
+ kind: "property",
1163
+ type: () => {
1164
+ return Schema.XmlSchemaType;
1165
+ },
1166
+ isNullable: true
1167
+ },
1168
+ ElementType: {
1169
+ kind: "property",
1170
+ type: () => {
1171
+ return System.Object;
1172
+ }
1173
+ },
1174
+ Final: {
1175
+ kind: "property",
1176
+ type: () => {
1177
+ return Schema.XmlSchemaDerivationMethod;
1178
+ }
1179
+ },
1180
+ FinalResolved: {
1181
+ kind: "property",
1182
+ type: () => {
1183
+ return Schema.XmlSchemaDerivationMethod;
1184
+ }
1185
+ },
1186
+ FixedValue: {
1187
+ kind: "property",
1188
+ type: () => {
1189
+ return System.String;
1190
+ },
1191
+ isNullable: true
1192
+ },
1193
+ Form: {
1194
+ kind: "property",
1195
+ type: () => {
1196
+ return Schema.XmlSchemaForm;
1197
+ }
1198
+ },
1199
+ IsAbstract: {
1200
+ kind: "property",
1201
+ type: () => {
1202
+ return System.Boolean;
1203
+ }
1204
+ },
1205
+ IsNillable: {
1206
+ kind: "property",
1207
+ type: () => {
1208
+ return System.Boolean;
1209
+ }
1210
+ },
1211
+ Name: {
1212
+ kind: "property",
1213
+ type: () => {
1214
+ return System.String;
1215
+ },
1216
+ isNullable: true
1217
+ },
1218
+ QualifiedName: {
1219
+ kind: "property",
1220
+ type: () => {
1221
+ return Xml.XmlQualifiedName;
1222
+ }
1223
+ },
1224
+ RefName: {
1225
+ kind: "property",
1226
+ type: () => {
1227
+ return Xml.XmlQualifiedName;
1228
+ }
1229
+ },
1230
+ SchemaType: {
1231
+ kind: "property",
1232
+ type: () => {
1233
+ return Schema.XmlSchemaType;
1234
+ }
1235
+ },
1236
+ SchemaTypeName: {
1237
+ kind: "property",
1238
+ type: () => {
1239
+ return Xml.XmlQualifiedName;
1240
+ }
1241
+ },
1242
+ SubstitutionGroup: {
1243
+ kind: "property",
1244
+ type: () => {
1245
+ return Xml.XmlQualifiedName;
1246
+ }
1247
+ }
1248
+ }
1249
+ },
1250
+ XmlSchemaEnumerationFacet: {
1251
+ kind: "class",
1252
+ members: {
1253
+ XmlSchemaEnumerationFacet: {
1254
+ kind: "method",
1255
+ methodKind: "constructor"
1256
+ }
1257
+ }
1258
+ },
1259
+ XmlSchemaException: {
1260
+ kind: "class",
1261
+ members: {
1262
+ XmlSchemaException: {
1263
+ kind: "method",
1264
+ methodKind: "constructor"
1265
+ },
1266
+ LineNumber: {
1267
+ kind: "property",
1268
+ type: () => {
1269
+ return System.Int32;
1270
+ }
1271
+ },
1272
+ LinePosition: {
1273
+ kind: "property",
1274
+ type: () => {
1275
+ return System.Int32;
1276
+ }
1277
+ },
1278
+ Message: {
1279
+ kind: "property",
1280
+ type: () => {
1281
+ return System.String;
1282
+ },
1283
+ isOverride: true
1284
+ },
1285
+ SourceSchemaObject: {
1286
+ kind: "property",
1287
+ type: () => {
1288
+ return Schema.XmlSchemaObject;
1289
+ },
1290
+ isNullable: true
1291
+ },
1292
+ SourceUri: {
1293
+ kind: "property",
1294
+ type: () => {
1295
+ return System.String;
1296
+ },
1297
+ isNullable: true
1298
+ }
1299
+ }
1300
+ },
1301
+ XmlSchemaExternal: {
1302
+ kind: "class",
1303
+ members: {
1304
+ XmlSchemaExternal: {
1305
+ kind: "method",
1306
+ methodKind: "constructor"
1307
+ },
1308
+ Id: {
1309
+ kind: "property",
1310
+ type: () => {
1311
+ return System.String;
1312
+ },
1313
+ isNullable: true
1314
+ },
1315
+ Schema: {
1316
+ kind: "property",
1317
+ type: () => {
1318
+ return Schema.XmlSchema;
1319
+ }
1320
+ },
1321
+ SchemaLocation: {
1322
+ kind: "property",
1323
+ type: () => {
1324
+ return System.String;
1325
+ },
1326
+ isNullable: true
1327
+ },
1328
+ UnhandledAttributes: {
1329
+ kind: "property",
1330
+ type: () => {
1331
+ return System.Array;
1332
+ },
1333
+ isNullable: true
1334
+ }
1335
+ },
1336
+ isAbstract: true
1337
+ },
1338
+ XmlSchemaFacet: {
1339
+ kind: "class",
1340
+ members: {
1341
+ XmlSchemaFacet: {
1342
+ kind: "method",
1343
+ methodKind: "constructor"
1344
+ },
1345
+ IsFixed: {
1346
+ kind: "property",
1347
+ type: () => {
1348
+ return System.Boolean;
1349
+ },
1350
+ isVirtual: true
1351
+ },
1352
+ Value: {
1353
+ kind: "property",
1354
+ type: () => {
1355
+ return System.String;
1356
+ },
1357
+ isNullable: true
1358
+ }
1359
+ },
1360
+ isAbstract: true
1361
+ },
1362
+ XmlSchemaForm: {
1363
+ kind: "enum",
1364
+ members: {
1365
+ None: {
1366
+ kind: "field",
1367
+ type: () => {
1368
+ return Schema.XmlSchemaForm;
1369
+ }
1370
+ },
1371
+ Qualified: {
1372
+ kind: "field",
1373
+ type: () => {
1374
+ return Schema.XmlSchemaForm;
1375
+ }
1376
+ },
1377
+ Unqualified: {
1378
+ kind: "field",
1379
+ type: () => {
1380
+ return Schema.XmlSchemaForm;
1381
+ }
1382
+ }
1383
+ }
1384
+ },
1385
+ XmlSchemaFractionDigitsFacet: {
1386
+ kind: "class",
1387
+ members: {
1388
+ XmlSchemaFractionDigitsFacet: {
1389
+ kind: "method",
1390
+ methodKind: "constructor"
1391
+ }
1392
+ }
1393
+ },
1394
+ XmlSchemaGroup: {
1395
+ kind: "class",
1396
+ members: {
1397
+ XmlSchemaGroup: {
1398
+ kind: "method",
1399
+ methodKind: "constructor"
1400
+ },
1401
+ Name: {
1402
+ kind: "property",
1403
+ type: () => {
1404
+ return System.String;
1405
+ },
1406
+ isNullable: true
1407
+ },
1408
+ Particle: {
1409
+ kind: "property",
1410
+ type: () => {
1411
+ return Schema.XmlSchemaGroupBase;
1412
+ },
1413
+ isNullable: true
1414
+ },
1415
+ QualifiedName: {
1416
+ kind: "property",
1417
+ type: () => {
1418
+ return Xml.XmlQualifiedName;
1419
+ }
1420
+ }
1421
+ }
1422
+ },
1423
+ XmlSchemaGroupBase: {
1424
+ kind: "class",
1425
+ members: {
1426
+ Items: {
1427
+ kind: "property",
1428
+ type: () => {
1429
+ return Schema.XmlSchemaObjectCollection;
1430
+ },
1431
+ isAbstract: true
1432
+ }
1433
+ },
1434
+ isAbstract: true
1435
+ },
1436
+ XmlSchemaGroupRef: {
1437
+ kind: "class",
1438
+ members: {
1439
+ XmlSchemaGroupRef: {
1440
+ kind: "method",
1441
+ methodKind: "constructor"
1442
+ },
1443
+ Particle: {
1444
+ kind: "property",
1445
+ type: () => {
1446
+ return Schema.XmlSchemaGroupBase;
1447
+ },
1448
+ isNullable: true
1449
+ },
1450
+ RefName: {
1451
+ kind: "property",
1452
+ type: () => {
1453
+ return Xml.XmlQualifiedName;
1454
+ }
1455
+ }
1456
+ }
1457
+ },
1458
+ XmlSchemaIdentityConstraint: {
1459
+ kind: "class",
1460
+ members: {
1461
+ XmlSchemaIdentityConstraint: {
1462
+ kind: "method",
1463
+ methodKind: "constructor"
1464
+ },
1465
+ Fields: {
1466
+ kind: "property",
1467
+ type: () => {
1468
+ return Schema.XmlSchemaObjectCollection;
1469
+ }
1470
+ },
1471
+ Name: {
1472
+ kind: "property",
1473
+ type: () => {
1474
+ return System.String;
1475
+ },
1476
+ isNullable: true
1477
+ },
1478
+ QualifiedName: {
1479
+ kind: "property",
1480
+ type: () => {
1481
+ return Xml.XmlQualifiedName;
1482
+ }
1483
+ },
1484
+ Selector: {
1485
+ kind: "property",
1486
+ type: () => {
1487
+ return Schema.XmlSchemaXPath;
1488
+ },
1489
+ isNullable: true
1490
+ }
1491
+ }
1492
+ },
1493
+ XmlSchemaImport: {
1494
+ kind: "class",
1495
+ members: {
1496
+ XmlSchemaImport: {
1497
+ kind: "method",
1498
+ methodKind: "constructor"
1499
+ },
1500
+ Annotation: {
1501
+ kind: "property",
1502
+ type: () => {
1503
+ return Schema.XmlSchemaAnnotation;
1504
+ }
1505
+ },
1506
+ Namespace: {
1507
+ kind: "property",
1508
+ type: () => {
1509
+ return System.String;
1510
+ },
1511
+ isNullable: true
1512
+ }
1513
+ }
1514
+ },
1515
+ XmlSchemaInclude: {
1516
+ kind: "class",
1517
+ members: {
1518
+ XmlSchemaInclude: {
1519
+ kind: "method",
1520
+ methodKind: "constructor"
1521
+ },
1522
+ Annotation: {
1523
+ kind: "property",
1524
+ type: () => {
1525
+ return Schema.XmlSchemaAnnotation;
1526
+ }
1527
+ }
1528
+ }
1529
+ },
1530
+ XmlSchemaInference: {
1531
+ kind: "class",
1532
+ members: {
1533
+ InferenceOption: {
1534
+ kind: "enum",
1535
+ members: {
1536
+ Restricted: {
1537
+ kind: "field",
1538
+ type: () => {
1539
+ return Schema.XmlSchemaInference.InferenceOption;
1540
+ }
1541
+ },
1542
+ Relaxed: {
1543
+ kind: "field",
1544
+ type: () => {
1545
+ return Schema.XmlSchemaInference.InferenceOption;
1546
+ }
1547
+ }
1548
+ }
1549
+ }
1550
+ }
1551
+ },
1552
+ XmlSchemaInferenceException: {
1553
+ kind: "class",
1554
+ members: {
1555
+ XmlSchemaInferenceException: {
1556
+ kind: "method",
1557
+ methodKind: "constructor"
1558
+ }
1559
+ }
1560
+ },
1561
+ XmlSchemaInfo: {
1562
+ kind: "class",
1563
+ members: {
1564
+ XmlSchemaInfo: {
1565
+ kind: "method",
1566
+ methodKind: "constructor"
1567
+ },
1568
+ ContentType: {
1569
+ kind: "property",
1570
+ type: () => {
1571
+ return Schema.XmlSchemaContentType;
1572
+ }
1573
+ },
1574
+ IsDefault: {
1575
+ kind: "property",
1576
+ type: () => {
1577
+ return System.Boolean;
1578
+ }
1579
+ },
1580
+ IsNil: {
1581
+ kind: "property",
1582
+ type: () => {
1583
+ return System.Boolean;
1584
+ }
1585
+ },
1586
+ MemberType: {
1587
+ kind: "property",
1588
+ type: () => {
1589
+ return Schema.XmlSchemaSimpleType;
1590
+ },
1591
+ isNullable: true
1592
+ },
1593
+ SchemaAttribute: {
1594
+ kind: "property",
1595
+ type: () => {
1596
+ return Schema.XmlSchemaAttribute;
1597
+ }
1598
+ },
1599
+ SchemaElement: {
1600
+ kind: "property",
1601
+ type: () => {
1602
+ return Schema.XmlSchemaElement;
1603
+ }
1604
+ },
1605
+ SchemaType: {
1606
+ kind: "property",
1607
+ type: () => {
1608
+ return Schema.XmlSchemaType;
1609
+ }
1610
+ },
1611
+ Validity: {
1612
+ kind: "property",
1613
+ type: () => {
1614
+ return Schema.XmlSchemaValidity;
1615
+ }
1616
+ }
1617
+ }
1618
+ },
1619
+ XmlSchemaKey: {
1620
+ kind: "class",
1621
+ members: {
1622
+ XmlSchemaKey: {
1623
+ kind: "method",
1624
+ methodKind: "constructor"
1625
+ }
1626
+ }
1627
+ },
1628
+ XmlSchemaKeyref: {
1629
+ kind: "class",
1630
+ members: {
1631
+ XmlSchemaKeyref: {
1632
+ kind: "method",
1633
+ methodKind: "constructor"
1634
+ },
1635
+ Refer: {
1636
+ kind: "property",
1637
+ type: () => {
1638
+ return Xml.XmlQualifiedName;
1639
+ }
1640
+ }
1641
+ }
1642
+ },
1643
+ XmlSchemaLengthFacet: {
1644
+ kind: "class",
1645
+ members: {
1646
+ XmlSchemaLengthFacet: {
1647
+ kind: "method",
1648
+ methodKind: "constructor"
1649
+ }
1650
+ }
1651
+ },
1652
+ XmlSchemaMaxExclusiveFacet: {
1653
+ kind: "class",
1654
+ members: {
1655
+ XmlSchemaMaxExclusiveFacet: {
1656
+ kind: "method",
1657
+ methodKind: "constructor"
1658
+ }
1659
+ }
1660
+ },
1661
+ XmlSchemaMaxInclusiveFacet: {
1662
+ kind: "class",
1663
+ members: {
1664
+ XmlSchemaMaxInclusiveFacet: {
1665
+ kind: "method",
1666
+ methodKind: "constructor"
1667
+ }
1668
+ }
1669
+ },
1670
+ XmlSchemaMaxLengthFacet: {
1671
+ kind: "class",
1672
+ members: {
1673
+ XmlSchemaMaxLengthFacet: {
1674
+ kind: "method",
1675
+ methodKind: "constructor"
1676
+ }
1677
+ }
1678
+ },
1679
+ XmlSchemaMinExclusiveFacet: {
1680
+ kind: "class",
1681
+ members: {
1682
+ XmlSchemaMinExclusiveFacet: {
1683
+ kind: "method",
1684
+ methodKind: "constructor"
1685
+ }
1686
+ }
1687
+ },
1688
+ XmlSchemaMinInclusiveFacet: {
1689
+ kind: "class",
1690
+ members: {
1691
+ XmlSchemaMinInclusiveFacet: {
1692
+ kind: "method",
1693
+ methodKind: "constructor"
1694
+ }
1695
+ }
1696
+ },
1697
+ XmlSchemaMinLengthFacet: {
1698
+ kind: "class",
1699
+ members: {
1700
+ XmlSchemaMinLengthFacet: {
1701
+ kind: "method",
1702
+ methodKind: "constructor"
1703
+ }
1704
+ }
1705
+ },
1706
+ XmlSchemaNotation: {
1707
+ kind: "class",
1708
+ members: {
1709
+ XmlSchemaNotation: {
1710
+ kind: "method",
1711
+ methodKind: "constructor"
1712
+ },
1713
+ Name: {
1714
+ kind: "property",
1715
+ type: () => {
1716
+ return System.String;
1717
+ },
1718
+ isNullable: true
1719
+ },
1720
+ Public: {
1721
+ kind: "property",
1722
+ type: () => {
1723
+ return System.String;
1724
+ },
1725
+ isNullable: true
1726
+ },
1727
+ System: {
1728
+ kind: "property",
1729
+ type: () => {
1730
+ return System.String;
1731
+ },
1732
+ isNullable: true
1733
+ }
1734
+ }
1735
+ },
1736
+ XmlSchemaNumericFacet: {
1737
+ kind: "class",
1738
+ members: {
1739
+ XmlSchemaNumericFacet: {
1740
+ kind: "method",
1741
+ methodKind: "constructor"
1742
+ }
1743
+ },
1744
+ isAbstract: true
1745
+ },
1746
+ XmlSchemaObject: {
1747
+ kind: "class",
1748
+ members: {
1749
+ XmlSchemaObject: {
1750
+ kind: "method",
1751
+ methodKind: "constructor"
1752
+ },
1753
+ LineNumber: {
1754
+ kind: "property",
1755
+ type: () => {
1756
+ return System.Int32;
1757
+ }
1758
+ },
1759
+ LinePosition: {
1760
+ kind: "property",
1761
+ type: () => {
1762
+ return System.Int32;
1763
+ }
1764
+ },
1765
+ Namespaces: {
1766
+ kind: "property",
1767
+ type: () => {
1768
+ return Serialization.XmlSerializerNamespaces;
1769
+ }
1770
+ },
1771
+ Parent: {
1772
+ kind: "property",
1773
+ type: () => {
1774
+ return Schema.XmlSchemaObject;
1775
+ },
1776
+ isNullable: true
1777
+ },
1778
+ SourceUri: {
1779
+ kind: "property",
1780
+ type: () => {
1781
+ return System.String;
1782
+ },
1783
+ isNullable: true
1784
+ }
1785
+ },
1786
+ isAbstract: true
1787
+ },
1788
+ XmlSchemaObjectCollection: {
1789
+ kind: "class",
1790
+ members: {
1791
+ XmlSchemaObjectCollection: {
1792
+ kind: "method",
1793
+ methodKind: "constructor"
1794
+ },
1795
+ Add: {
1796
+ kind: "method",
1797
+ methodKind: "ordinary"
1798
+ },
1799
+ Contains: {
1800
+ kind: "method",
1801
+ methodKind: "ordinary"
1802
+ },
1803
+ CopyTo: {
1804
+ kind: "method",
1805
+ methodKind: "ordinary"
1806
+ },
1807
+ GetEnumerator: {
1808
+ kind: "method",
1809
+ methodKind: "ordinary"
1810
+ },
1811
+ IndexOf: {
1812
+ kind: "method",
1813
+ methodKind: "ordinary"
1814
+ },
1815
+ Insert: {
1816
+ kind: "method",
1817
+ methodKind: "ordinary"
1818
+ },
1819
+ OnClear: {
1820
+ kind: "method",
1821
+ methodKind: "ordinary",
1822
+ isOverride: true
1823
+ },
1824
+ OnInsert: {
1825
+ kind: "method",
1826
+ methodKind: "ordinary",
1827
+ isOverride: true
1828
+ },
1829
+ OnRemove: {
1830
+ kind: "method",
1831
+ methodKind: "ordinary",
1832
+ isOverride: true
1833
+ },
1834
+ OnSet: {
1835
+ kind: "method",
1836
+ methodKind: "ordinary",
1837
+ isOverride: true
1838
+ },
1839
+ Remove: {
1840
+ kind: "method",
1841
+ methodKind: "ordinary"
1842
+ },
1843
+ Item: {
1844
+ kind: "property",
1845
+ type: () => {
1846
+ return Schema.XmlSchemaObject;
1847
+ },
1848
+ isVirtual: true
1849
+ }
1850
+ }
1851
+ },
1852
+ XmlSchemaObjectEnumerator: {
1853
+ kind: "class",
1854
+ members: {
1855
+ MoveNext: {
1856
+ kind: "method",
1857
+ methodKind: "ordinary"
1858
+ },
1859
+ Reset: {
1860
+ kind: "method",
1861
+ methodKind: "ordinary"
1862
+ },
1863
+ Current: {
1864
+ kind: "property",
1865
+ type: () => {
1866
+ return Schema.XmlSchemaObject;
1867
+ }
1868
+ }
1869
+ }
1870
+ },
1871
+ XmlSchemaObjectTable: {
1872
+ kind: "class",
1873
+ members: {
1874
+ Contains: {
1875
+ kind: "method",
1876
+ methodKind: "ordinary"
1877
+ },
1878
+ GetEnumerator: {
1879
+ kind: "method",
1880
+ methodKind: "ordinary"
1881
+ },
1882
+ Count: {
1883
+ kind: "property",
1884
+ type: () => {
1885
+ return System.Int32;
1886
+ }
1887
+ },
1888
+ Item: {
1889
+ kind: "property",
1890
+ type: () => {
1891
+ return Schema.XmlSchemaObject;
1892
+ }
1893
+ },
1894
+ Names: {
1895
+ kind: "property",
1896
+ type: () => {
1897
+ return Collections.ICollection;
1898
+ }
1899
+ },
1900
+ Values: {
1901
+ kind: "property",
1902
+ type: () => {
1903
+ return Collections.ICollection;
1904
+ }
1905
+ }
1906
+ }
1907
+ },
1908
+ XmlSchemaParticle: {
1909
+ kind: "class",
1910
+ members: {
1911
+ XmlSchemaParticle: {
1912
+ kind: "method",
1913
+ methodKind: "constructor"
1914
+ },
1915
+ MaxOccurs: {
1916
+ kind: "property",
1917
+ type: () => {
1918
+ return System.Decimal;
1919
+ }
1920
+ },
1921
+ MaxOccursString: {
1922
+ kind: "property",
1923
+ type: () => {
1924
+ return System.String;
1925
+ },
1926
+ isNullable: true
1927
+ },
1928
+ MinOccurs: {
1929
+ kind: "property",
1930
+ type: () => {
1931
+ return System.Decimal;
1932
+ }
1933
+ },
1934
+ MinOccursString: {
1935
+ kind: "property",
1936
+ type: () => {
1937
+ return System.String;
1938
+ },
1939
+ isNullable: true
1940
+ }
1941
+ },
1942
+ isAbstract: true
1943
+ },
1944
+ XmlSchemaPatternFacet: {
1945
+ kind: "class",
1946
+ members: {
1947
+ XmlSchemaPatternFacet: {
1948
+ kind: "method",
1949
+ methodKind: "constructor"
1950
+ }
1951
+ }
1952
+ },
1953
+ XmlSchemaRedefine: {
1954
+ kind: "class",
1955
+ members: {
1956
+ XmlSchemaRedefine: {
1957
+ kind: "method",
1958
+ methodKind: "constructor"
1959
+ },
1960
+ AttributeGroups: {
1961
+ kind: "property",
1962
+ type: () => {
1963
+ return Schema.XmlSchemaObjectTable;
1964
+ }
1965
+ },
1966
+ Groups: {
1967
+ kind: "property",
1968
+ type: () => {
1969
+ return Schema.XmlSchemaObjectTable;
1970
+ }
1971
+ },
1972
+ Items: {
1973
+ kind: "property",
1974
+ type: () => {
1975
+ return Schema.XmlSchemaObjectCollection;
1976
+ }
1977
+ },
1978
+ SchemaTypes: {
1979
+ kind: "property",
1980
+ type: () => {
1981
+ return Schema.XmlSchemaObjectTable;
1982
+ }
1983
+ }
1984
+ }
1985
+ },
1986
+ XmlSchemaSequence: {
1987
+ kind: "class",
1988
+ members: {
1989
+ XmlSchemaSequence: {
1990
+ kind: "method",
1991
+ methodKind: "constructor"
1992
+ },
1993
+ Items: {
1994
+ kind: "property",
1995
+ type: () => {
1996
+ return Schema.XmlSchemaObjectCollection;
1997
+ },
1998
+ isOverride: true
1999
+ }
2000
+ }
2001
+ },
2002
+ XmlSchemaSet: {
2003
+ kind: "class",
2004
+ members: {
2005
+ XmlSchemaSet: {
2006
+ kind: "method",
2007
+ methodKind: "constructor"
2008
+ },
2009
+ Add: {
2010
+ kind: "method",
2011
+ methodKind: "ordinary"
2012
+ },
2013
+ Compile: {
2014
+ kind: "method",
2015
+ methodKind: "ordinary"
2016
+ },
2017
+ Contains: {
2018
+ kind: "method",
2019
+ methodKind: "ordinary"
2020
+ },
2021
+ CopyTo: {
2022
+ kind: "method",
2023
+ methodKind: "ordinary"
2024
+ },
2025
+ Remove: {
2026
+ kind: "method",
2027
+ methodKind: "ordinary"
2028
+ },
2029
+ RemoveRecursive: {
2030
+ kind: "method",
2031
+ methodKind: "ordinary"
2032
+ },
2033
+ Reprocess: {
2034
+ kind: "method",
2035
+ methodKind: "ordinary"
2036
+ },
2037
+ Schemas: {
2038
+ kind: "method",
2039
+ methodKind: "ordinary"
2040
+ },
2041
+ CompilationSettings: {
2042
+ kind: "property",
2043
+ type: () => {
2044
+ return Schema.XmlSchemaCompilationSettings;
2045
+ }
2046
+ },
2047
+ Count: {
2048
+ kind: "property",
2049
+ type: () => {
2050
+ return System.Int32;
2051
+ }
2052
+ },
2053
+ GlobalAttributes: {
2054
+ kind: "property",
2055
+ type: () => {
2056
+ return Schema.XmlSchemaObjectTable;
2057
+ }
2058
+ },
2059
+ GlobalElements: {
2060
+ kind: "property",
2061
+ type: () => {
2062
+ return Schema.XmlSchemaObjectTable;
2063
+ }
2064
+ },
2065
+ GlobalTypes: {
2066
+ kind: "property",
2067
+ type: () => {
2068
+ return Schema.XmlSchemaObjectTable;
2069
+ }
2070
+ },
2071
+ IsCompiled: {
2072
+ kind: "property",
2073
+ type: () => {
2074
+ return System.Boolean;
2075
+ }
2076
+ },
2077
+ NameTable: {
2078
+ kind: "property",
2079
+ type: () => {
2080
+ return Xml.XmlNameTable;
2081
+ }
2082
+ },
2083
+ XmlResolver: {
2084
+ kind: "property",
2085
+ type: () => {
2086
+ return Xml.XmlResolver;
2087
+ }
2088
+ }
2089
+ }
2090
+ },
2091
+ XmlSchemaSimpleContent: {
2092
+ kind: "class",
2093
+ members: {
2094
+ XmlSchemaSimpleContent: {
2095
+ kind: "method",
2096
+ methodKind: "constructor"
2097
+ },
2098
+ Content: {
2099
+ kind: "property",
2100
+ type: () => {
2101
+ return Schema.XmlSchemaContent;
2102
+ },
2103
+ isOverride: true
2104
+ }
2105
+ }
2106
+ },
2107
+ XmlSchemaSimpleContentExtension: {
2108
+ kind: "class",
2109
+ members: {
2110
+ XmlSchemaSimpleContentExtension: {
2111
+ kind: "method",
2112
+ methodKind: "constructor"
2113
+ },
2114
+ AnyAttribute: {
2115
+ kind: "property",
2116
+ type: () => {
2117
+ return Schema.XmlSchemaAnyAttribute;
2118
+ }
2119
+ },
2120
+ Attributes: {
2121
+ kind: "property",
2122
+ type: () => {
2123
+ return Schema.XmlSchemaObjectCollection;
2124
+ }
2125
+ },
2126
+ BaseTypeName: {
2127
+ kind: "property",
2128
+ type: () => {
2129
+ return Xml.XmlQualifiedName;
2130
+ }
2131
+ }
2132
+ }
2133
+ },
2134
+ XmlSchemaSimpleContentRestriction: {
2135
+ kind: "class",
2136
+ members: {
2137
+ XmlSchemaSimpleContentRestriction: {
2138
+ kind: "method",
2139
+ methodKind: "constructor"
2140
+ },
2141
+ AnyAttribute: {
2142
+ kind: "property",
2143
+ type: () => {
2144
+ return Schema.XmlSchemaAnyAttribute;
2145
+ }
2146
+ },
2147
+ Attributes: {
2148
+ kind: "property",
2149
+ type: () => {
2150
+ return Schema.XmlSchemaObjectCollection;
2151
+ }
2152
+ },
2153
+ BaseType: {
2154
+ kind: "property",
2155
+ type: () => {
2156
+ return Schema.XmlSchemaSimpleType;
2157
+ },
2158
+ isNullable: true
2159
+ },
2160
+ BaseTypeName: {
2161
+ kind: "property",
2162
+ type: () => {
2163
+ return Xml.XmlQualifiedName;
2164
+ }
2165
+ },
2166
+ Facets: {
2167
+ kind: "property",
2168
+ type: () => {
2169
+ return Schema.XmlSchemaObjectCollection;
2170
+ }
2171
+ }
2172
+ }
2173
+ },
2174
+ XmlSchemaSimpleType: {
2175
+ kind: "class",
2176
+ members: {
2177
+ XmlSchemaSimpleType: {
2178
+ kind: "method",
2179
+ methodKind: "constructor"
2180
+ },
2181
+ Content: {
2182
+ kind: "property",
2183
+ type: () => {
2184
+ return Schema.XmlSchemaSimpleTypeContent;
2185
+ }
2186
+ }
2187
+ }
2188
+ },
2189
+ XmlSchemaSimpleTypeContent: {
2190
+ kind: "class",
2191
+ members: {
2192
+ XmlSchemaSimpleTypeContent: {
2193
+ kind: "method",
2194
+ methodKind: "constructor"
2195
+ }
2196
+ },
2197
+ isAbstract: true
2198
+ },
2199
+ XmlSchemaSimpleTypeList: {
2200
+ kind: "class",
2201
+ members: {
2202
+ XmlSchemaSimpleTypeList: {
2203
+ kind: "method",
2204
+ methodKind: "constructor"
2205
+ },
2206
+ BaseItemType: {
2207
+ kind: "property",
2208
+ type: () => {
2209
+ return Schema.XmlSchemaSimpleType;
2210
+ },
2211
+ isNullable: true
2212
+ },
2213
+ ItemType: {
2214
+ kind: "property",
2215
+ type: () => {
2216
+ return Schema.XmlSchemaSimpleType;
2217
+ },
2218
+ isNullable: true
2219
+ },
2220
+ ItemTypeName: {
2221
+ kind: "property",
2222
+ type: () => {
2223
+ return Xml.XmlQualifiedName;
2224
+ }
2225
+ }
2226
+ }
2227
+ },
2228
+ XmlSchemaSimpleTypeRestriction: {
2229
+ kind: "class",
2230
+ members: {
2231
+ XmlSchemaSimpleTypeRestriction: {
2232
+ kind: "method",
2233
+ methodKind: "constructor"
2234
+ },
2235
+ BaseType: {
2236
+ kind: "property",
2237
+ type: () => {
2238
+ return Schema.XmlSchemaSimpleType;
2239
+ },
2240
+ isNullable: true
2241
+ },
2242
+ BaseTypeName: {
2243
+ kind: "property",
2244
+ type: () => {
2245
+ return Xml.XmlQualifiedName;
2246
+ }
2247
+ },
2248
+ Facets: {
2249
+ kind: "property",
2250
+ type: () => {
2251
+ return Schema.XmlSchemaObjectCollection;
2252
+ }
2253
+ }
2254
+ }
2255
+ },
2256
+ XmlSchemaSimpleTypeUnion: {
2257
+ kind: "class",
2258
+ members: {
2259
+ XmlSchemaSimpleTypeUnion: {
2260
+ kind: "method",
2261
+ methodKind: "constructor"
2262
+ },
2263
+ BaseMemberTypes: {
2264
+ kind: "property",
2265
+ type: () => {
2266
+ return System.Array;
2267
+ },
2268
+ isNullable: true
2269
+ },
2270
+ BaseTypes: {
2271
+ kind: "property",
2272
+ type: () => {
2273
+ return Schema.XmlSchemaObjectCollection;
2274
+ }
2275
+ },
2276
+ MemberTypes: {
2277
+ kind: "property",
2278
+ type: () => {
2279
+ return System.Array;
2280
+ },
2281
+ isNullable: true
2282
+ }
2283
+ }
2284
+ },
2285
+ XmlSchemaTotalDigitsFacet: {
2286
+ kind: "class",
2287
+ members: {
2288
+ XmlSchemaTotalDigitsFacet: {
2289
+ kind: "method",
2290
+ methodKind: "constructor"
2291
+ }
2292
+ }
2293
+ },
2294
+ XmlSchemaType: {
2295
+ kind: "class",
2296
+ members: {
2297
+ XmlSchemaType: {
2298
+ kind: "method",
2299
+ methodKind: "constructor"
2300
+ },
2301
+ GetBuiltInComplexType: {
2302
+ kind: "method",
2303
+ methodKind: "ordinary",
2304
+ isStatic: true
2305
+ },
2306
+ GetBuiltInSimpleType: {
2307
+ kind: "method",
2308
+ methodKind: "ordinary",
2309
+ isStatic: true
2310
+ },
2311
+ IsDerivedFrom: {
2312
+ kind: "method",
2313
+ methodKind: "ordinary",
2314
+ isStatic: true
2315
+ },
2316
+ BaseSchemaType: {
2317
+ kind: "property",
2318
+ type: () => {
2319
+ return System.Object;
2320
+ }
2321
+ },
2322
+ BaseXmlSchemaType: {
2323
+ kind: "property",
2324
+ type: () => {
2325
+ return Schema.XmlSchemaType;
2326
+ },
2327
+ isNullable: true
2328
+ },
2329
+ Datatype: {
2330
+ kind: "property",
2331
+ type: () => {
2332
+ return Schema.XmlSchemaDatatype;
2333
+ }
2334
+ },
2335
+ DerivedBy: {
2336
+ kind: "property",
2337
+ type: () => {
2338
+ return Schema.XmlSchemaDerivationMethod;
2339
+ }
2340
+ },
2341
+ Final: {
2342
+ kind: "property",
2343
+ type: () => {
2344
+ return Schema.XmlSchemaDerivationMethod;
2345
+ }
2346
+ },
2347
+ FinalResolved: {
2348
+ kind: "property",
2349
+ type: () => {
2350
+ return Schema.XmlSchemaDerivationMethod;
2351
+ }
2352
+ },
2353
+ IsMixed: {
2354
+ kind: "property",
2355
+ type: () => {
2356
+ return System.Boolean;
2357
+ },
2358
+ isVirtual: true
2359
+ },
2360
+ Name: {
2361
+ kind: "property",
2362
+ type: () => {
2363
+ return System.String;
2364
+ },
2365
+ isNullable: true
2366
+ },
2367
+ QualifiedName: {
2368
+ kind: "property",
2369
+ type: () => {
2370
+ return Xml.XmlQualifiedName;
2371
+ }
2372
+ },
2373
+ TypeCode: {
2374
+ kind: "property",
2375
+ type: () => {
2376
+ return Schema.XmlTypeCode;
2377
+ }
2378
+ }
2379
+ }
2380
+ },
2381
+ XmlSchemaUnique: {
2382
+ kind: "class",
2383
+ members: {
2384
+ XmlSchemaUnique: {
2385
+ kind: "method",
2386
+ methodKind: "constructor"
2387
+ }
2388
+ }
2389
+ },
2390
+ XmlSchemaUse: {
2391
+ kind: "enum",
2392
+ members: {
2393
+ None: {
2394
+ kind: "field",
2395
+ type: () => {
2396
+ return Schema.XmlSchemaUse;
2397
+ }
2398
+ },
2399
+ Optional: {
2400
+ kind: "field",
2401
+ type: () => {
2402
+ return Schema.XmlSchemaUse;
2403
+ }
2404
+ },
2405
+ Prohibited: {
2406
+ kind: "field",
2407
+ type: () => {
2408
+ return Schema.XmlSchemaUse;
2409
+ }
2410
+ },
2411
+ Required: {
2412
+ kind: "field",
2413
+ type: () => {
2414
+ return Schema.XmlSchemaUse;
2415
+ }
2416
+ }
2417
+ }
2418
+ },
2419
+ XmlSchemaValidationException: {
2420
+ kind: "class",
2421
+ members: {
2422
+ XmlSchemaValidationException: {
2423
+ kind: "method",
2424
+ methodKind: "constructor"
2425
+ },
2426
+ SetSourceObject: {
2427
+ kind: "method",
2428
+ methodKind: "ordinary"
2429
+ },
2430
+ SourceObject: {
2431
+ kind: "property",
2432
+ type: () => {
2433
+ return System.Object;
2434
+ },
2435
+ isNullable: true
2436
+ }
2437
+ }
2438
+ },
2439
+ XmlSchemaValidationFlags: {
2440
+ kind: "enum",
2441
+ members: {
2442
+ None: {
2443
+ kind: "field",
2444
+ type: () => {
2445
+ return Schema.XmlSchemaValidationFlags;
2446
+ }
2447
+ },
2448
+ ProcessInlineSchema: {
2449
+ kind: "field",
2450
+ type: () => {
2451
+ return Schema.XmlSchemaValidationFlags;
2452
+ }
2453
+ },
2454
+ ProcessSchemaLocation: {
2455
+ kind: "field",
2456
+ type: () => {
2457
+ return Schema.XmlSchemaValidationFlags;
2458
+ }
2459
+ },
2460
+ ReportValidationWarnings: {
2461
+ kind: "field",
2462
+ type: () => {
2463
+ return Schema.XmlSchemaValidationFlags;
2464
+ }
2465
+ },
2466
+ ProcessIdentityConstraints: {
2467
+ kind: "field",
2468
+ type: () => {
2469
+ return Schema.XmlSchemaValidationFlags;
2470
+ }
2471
+ },
2472
+ AllowXmlAttributes: {
2473
+ kind: "field",
2474
+ type: () => {
2475
+ return Schema.XmlSchemaValidationFlags;
2476
+ }
2477
+ }
2478
+ }
2479
+ },
2480
+ XmlSchemaValidator: {
2481
+ kind: "class",
2482
+ members: {
2483
+ XmlSchemaValidator: {
2484
+ kind: "method",
2485
+ methodKind: "constructor"
2486
+ },
2487
+ AddSchema: {
2488
+ kind: "method",
2489
+ methodKind: "ordinary"
2490
+ },
2491
+ EndValidation: {
2492
+ kind: "method",
2493
+ methodKind: "ordinary"
2494
+ },
2495
+ GetExpectedAttributes: {
2496
+ kind: "method",
2497
+ methodKind: "ordinary"
2498
+ },
2499
+ GetExpectedParticles: {
2500
+ kind: "method",
2501
+ methodKind: "ordinary"
2502
+ },
2503
+ GetUnspecifiedDefaultAttributes: {
2504
+ kind: "method",
2505
+ methodKind: "ordinary"
2506
+ },
2507
+ Initialize: {
2508
+ kind: "method",
2509
+ methodKind: "ordinary"
2510
+ },
2511
+ SkipToEndElement: {
2512
+ kind: "method",
2513
+ methodKind: "ordinary"
2514
+ },
2515
+ ValidateAttribute: {
2516
+ kind: "method",
2517
+ methodKind: "ordinary"
2518
+ },
2519
+ ValidateElement: {
2520
+ kind: "method",
2521
+ methodKind: "ordinary"
2522
+ },
2523
+ ValidateEndElement: {
2524
+ kind: "method",
2525
+ methodKind: "ordinary"
2526
+ },
2527
+ ValidateEndOfAttributes: {
2528
+ kind: "method",
2529
+ methodKind: "ordinary"
2530
+ },
2531
+ ValidateText: {
2532
+ kind: "method",
2533
+ methodKind: "ordinary"
2534
+ },
2535
+ ValidateWhitespace: {
2536
+ kind: "method",
2537
+ methodKind: "ordinary"
2538
+ },
2539
+ LineInfoProvider: {
2540
+ kind: "property",
2541
+ type: () => {
2542
+ return Xml.IXmlLineInfo;
2543
+ }
2544
+ },
2545
+ SourceUri: {
2546
+ kind: "property",
2547
+ type: () => {
2548
+ return System.Uri;
2549
+ },
2550
+ isNullable: true
2551
+ },
2552
+ ValidationEventSender: {
2553
+ kind: "property",
2554
+ type: () => {
2555
+ return System.Object;
2556
+ }
2557
+ },
2558
+ XmlResolver: {
2559
+ kind: "property",
2560
+ type: () => {
2561
+ return Xml.XmlResolver;
2562
+ }
2563
+ }
2564
+ },
2565
+ isSealed: true
2566
+ },
2567
+ XmlSchemaValidity: {
2568
+ kind: "enum",
2569
+ members: {
2570
+ NotKnown: {
2571
+ kind: "field",
2572
+ type: () => {
2573
+ return Schema.XmlSchemaValidity;
2574
+ }
2575
+ },
2576
+ Valid: {
2577
+ kind: "field",
2578
+ type: () => {
2579
+ return Schema.XmlSchemaValidity;
2580
+ }
2581
+ },
2582
+ Invalid: {
2583
+ kind: "field",
2584
+ type: () => {
2585
+ return Schema.XmlSchemaValidity;
2586
+ }
2587
+ }
2588
+ }
2589
+ },
2590
+ XmlSchemaWhiteSpaceFacet: {
2591
+ kind: "class",
2592
+ members: {
2593
+ XmlSchemaWhiteSpaceFacet: {
2594
+ kind: "method",
2595
+ methodKind: "constructor"
2596
+ }
2597
+ }
2598
+ },
2599
+ XmlSchemaXPath: {
2600
+ kind: "class",
2601
+ members: {
2602
+ XmlSchemaXPath: {
2603
+ kind: "method",
2604
+ methodKind: "constructor"
2605
+ },
2606
+ XPath: {
2607
+ kind: "property",
2608
+ type: () => {
2609
+ return System.String;
2610
+ },
2611
+ isNullable: true
2612
+ }
2613
+ }
2614
+ },
2615
+ XmlSeverityType: {
2616
+ kind: "enum",
2617
+ members: {
2618
+ Error: {
2619
+ kind: "field",
2620
+ type: () => {
2621
+ return Schema.XmlSeverityType;
2622
+ }
2623
+ },
2624
+ Warning: {
2625
+ kind: "field",
2626
+ type: () => {
2627
+ return Schema.XmlSeverityType;
2628
+ }
2629
+ }
2630
+ }
2631
+ },
2632
+ XmlTypeCode: {
2633
+ kind: "enum",
2634
+ members: {
2635
+ None: {
2636
+ kind: "field",
2637
+ type: () => {
2638
+ return Schema.XmlTypeCode;
2639
+ }
2640
+ },
2641
+ Item: {
2642
+ kind: "field",
2643
+ type: () => {
2644
+ return Schema.XmlTypeCode;
2645
+ }
2646
+ },
2647
+ Node: {
2648
+ kind: "field",
2649
+ type: () => {
2650
+ return Schema.XmlTypeCode;
2651
+ }
2652
+ },
2653
+ Document: {
2654
+ kind: "field",
2655
+ type: () => {
2656
+ return Schema.XmlTypeCode;
2657
+ }
2658
+ },
2659
+ Element: {
2660
+ kind: "field",
2661
+ type: () => {
2662
+ return Schema.XmlTypeCode;
2663
+ }
2664
+ },
2665
+ Attribute: {
2666
+ kind: "field",
2667
+ type: () => {
2668
+ return Schema.XmlTypeCode;
2669
+ }
2670
+ },
2671
+ Namespace: {
2672
+ kind: "field",
2673
+ type: () => {
2674
+ return Schema.XmlTypeCode;
2675
+ }
2676
+ },
2677
+ ProcessingInstruction: {
2678
+ kind: "field",
2679
+ type: () => {
2680
+ return Schema.XmlTypeCode;
2681
+ }
2682
+ },
2683
+ Comment: {
2684
+ kind: "field",
2685
+ type: () => {
2686
+ return Schema.XmlTypeCode;
2687
+ }
2688
+ },
2689
+ Text: {
2690
+ kind: "field",
2691
+ type: () => {
2692
+ return Schema.XmlTypeCode;
2693
+ }
2694
+ },
2695
+ AnyAtomicType: {
2696
+ kind: "field",
2697
+ type: () => {
2698
+ return Schema.XmlTypeCode;
2699
+ }
2700
+ },
2701
+ UntypedAtomic: {
2702
+ kind: "field",
2703
+ type: () => {
2704
+ return Schema.XmlTypeCode;
2705
+ }
2706
+ },
2707
+ String: {
2708
+ kind: "field",
2709
+ type: () => {
2710
+ return Schema.XmlTypeCode;
2711
+ }
2712
+ },
2713
+ Boolean: {
2714
+ kind: "field",
2715
+ type: () => {
2716
+ return Schema.XmlTypeCode;
2717
+ }
2718
+ },
2719
+ Decimal: {
2720
+ kind: "field",
2721
+ type: () => {
2722
+ return Schema.XmlTypeCode;
2723
+ }
2724
+ },
2725
+ Float: {
2726
+ kind: "field",
2727
+ type: () => {
2728
+ return Schema.XmlTypeCode;
2729
+ }
2730
+ },
2731
+ Double: {
2732
+ kind: "field",
2733
+ type: () => {
2734
+ return Schema.XmlTypeCode;
2735
+ }
2736
+ },
2737
+ Duration: {
2738
+ kind: "field",
2739
+ type: () => {
2740
+ return Schema.XmlTypeCode;
2741
+ }
2742
+ },
2743
+ DateTime: {
2744
+ kind: "field",
2745
+ type: () => {
2746
+ return Schema.XmlTypeCode;
2747
+ }
2748
+ },
2749
+ Time: {
2750
+ kind: "field",
2751
+ type: () => {
2752
+ return Schema.XmlTypeCode;
2753
+ }
2754
+ },
2755
+ Date: {
2756
+ kind: "field",
2757
+ type: () => {
2758
+ return Schema.XmlTypeCode;
2759
+ }
2760
+ },
2761
+ GYearMonth: {
2762
+ kind: "field",
2763
+ type: () => {
2764
+ return Schema.XmlTypeCode;
2765
+ }
2766
+ },
2767
+ GYear: {
2768
+ kind: "field",
2769
+ type: () => {
2770
+ return Schema.XmlTypeCode;
2771
+ }
2772
+ },
2773
+ GMonthDay: {
2774
+ kind: "field",
2775
+ type: () => {
2776
+ return Schema.XmlTypeCode;
2777
+ }
2778
+ },
2779
+ GDay: {
2780
+ kind: "field",
2781
+ type: () => {
2782
+ return Schema.XmlTypeCode;
2783
+ }
2784
+ },
2785
+ GMonth: {
2786
+ kind: "field",
2787
+ type: () => {
2788
+ return Schema.XmlTypeCode;
2789
+ }
2790
+ },
2791
+ HexBinary: {
2792
+ kind: "field",
2793
+ type: () => {
2794
+ return Schema.XmlTypeCode;
2795
+ }
2796
+ },
2797
+ Base64Binary: {
2798
+ kind: "field",
2799
+ type: () => {
2800
+ return Schema.XmlTypeCode;
2801
+ }
2802
+ },
2803
+ AnyUri: {
2804
+ kind: "field",
2805
+ type: () => {
2806
+ return Schema.XmlTypeCode;
2807
+ }
2808
+ },
2809
+ QName: {
2810
+ kind: "field",
2811
+ type: () => {
2812
+ return Schema.XmlTypeCode;
2813
+ }
2814
+ },
2815
+ Notation: {
2816
+ kind: "field",
2817
+ type: () => {
2818
+ return Schema.XmlTypeCode;
2819
+ }
2820
+ },
2821
+ NormalizedString: {
2822
+ kind: "field",
2823
+ type: () => {
2824
+ return Schema.XmlTypeCode;
2825
+ }
2826
+ },
2827
+ Token: {
2828
+ kind: "field",
2829
+ type: () => {
2830
+ return Schema.XmlTypeCode;
2831
+ }
2832
+ },
2833
+ Language: {
2834
+ kind: "field",
2835
+ type: () => {
2836
+ return Schema.XmlTypeCode;
2837
+ }
2838
+ },
2839
+ NmToken: {
2840
+ kind: "field",
2841
+ type: () => {
2842
+ return Schema.XmlTypeCode;
2843
+ }
2844
+ },
2845
+ Name: {
2846
+ kind: "field",
2847
+ type: () => {
2848
+ return Schema.XmlTypeCode;
2849
+ }
2850
+ },
2851
+ NCName: {
2852
+ kind: "field",
2853
+ type: () => {
2854
+ return Schema.XmlTypeCode;
2855
+ }
2856
+ },
2857
+ Id: {
2858
+ kind: "field",
2859
+ type: () => {
2860
+ return Schema.XmlTypeCode;
2861
+ }
2862
+ },
2863
+ Idref: {
2864
+ kind: "field",
2865
+ type: () => {
2866
+ return Schema.XmlTypeCode;
2867
+ }
2868
+ },
2869
+ Entity: {
2870
+ kind: "field",
2871
+ type: () => {
2872
+ return Schema.XmlTypeCode;
2873
+ }
2874
+ },
2875
+ Integer: {
2876
+ kind: "field",
2877
+ type: () => {
2878
+ return Schema.XmlTypeCode;
2879
+ }
2880
+ },
2881
+ NonPositiveInteger: {
2882
+ kind: "field",
2883
+ type: () => {
2884
+ return Schema.XmlTypeCode;
2885
+ }
2886
+ },
2887
+ NegativeInteger: {
2888
+ kind: "field",
2889
+ type: () => {
2890
+ return Schema.XmlTypeCode;
2891
+ }
2892
+ },
2893
+ Long: {
2894
+ kind: "field",
2895
+ type: () => {
2896
+ return Schema.XmlTypeCode;
2897
+ }
2898
+ },
2899
+ Int: {
2900
+ kind: "field",
2901
+ type: () => {
2902
+ return Schema.XmlTypeCode;
2903
+ }
2904
+ },
2905
+ Short: {
2906
+ kind: "field",
2907
+ type: () => {
2908
+ return Schema.XmlTypeCode;
2909
+ }
2910
+ },
2911
+ Byte: {
2912
+ kind: "field",
2913
+ type: () => {
2914
+ return Schema.XmlTypeCode;
2915
+ }
2916
+ },
2917
+ NonNegativeInteger: {
2918
+ kind: "field",
2919
+ type: () => {
2920
+ return Schema.XmlTypeCode;
2921
+ }
2922
+ },
2923
+ UnsignedLong: {
2924
+ kind: "field",
2925
+ type: () => {
2926
+ return Schema.XmlTypeCode;
2927
+ }
2928
+ },
2929
+ UnsignedInt: {
2930
+ kind: "field",
2931
+ type: () => {
2932
+ return Schema.XmlTypeCode;
2933
+ }
2934
+ },
2935
+ UnsignedShort: {
2936
+ kind: "field",
2937
+ type: () => {
2938
+ return Schema.XmlTypeCode;
2939
+ }
2940
+ },
2941
+ UnsignedByte: {
2942
+ kind: "field",
2943
+ type: () => {
2944
+ return Schema.XmlTypeCode;
2945
+ }
2946
+ },
2947
+ PositiveInteger: {
2948
+ kind: "field",
2949
+ type: () => {
2950
+ return Schema.XmlTypeCode;
2951
+ }
2952
+ },
2953
+ YearMonthDuration: {
2954
+ kind: "field",
2955
+ type: () => {
2956
+ return Schema.XmlTypeCode;
2957
+ }
2958
+ },
2959
+ DayTimeDuration: {
2960
+ kind: "field",
2961
+ type: () => {
2962
+ return Schema.XmlTypeCode;
2963
+ }
2964
+ }
2965
+ }
2966
+ },
2967
+ XmlValueGetter: {
2968
+ kind: "generic",
2969
+ members: {
2970
+ XmlValueGetter: {
2971
+ kind: "method",
2972
+ methodKind: "constructor"
2973
+ },
2974
+ Invoke: {
2975
+ kind: "method",
2976
+ methodKind: "ordinary",
2977
+ isVirtual: true
2978
+ },
2979
+ BeginInvoke: {
2980
+ kind: "method",
2981
+ methodKind: "ordinary",
2982
+ isVirtual: true
2983
+ },
2984
+ EndInvoke: {
2985
+ kind: "method",
2986
+ methodKind: "ordinary",
2987
+ isVirtual: true
2988
+ }
2989
+ }
2990
+ }
2991
+ });
2992
+ export default Schema;
2993
+ //# sourceMappingURL=index.js.map