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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (477) hide show
  1. package/dist/dev/scripts/components/library-interface.js +67 -0
  2. package/dist/dev/scripts/components/library-interface.js.map +1 -0
  3. package/dist/dev/scripts/components/namespace-directory.js +160 -0
  4. package/dist/dev/scripts/components/namespace-directory.js.map +1 -0
  5. package/dist/dev/scripts/generate-builtins.js +45 -0
  6. package/dist/dev/scripts/generate-builtins.js.map +1 -0
  7. package/dist/dev/scripts/process-docfx.js +316 -0
  8. package/dist/dev/scripts/process-docfx.js.map +1 -0
  9. package/dist/dev/src/access.js +73 -0
  10. package/dist/dev/src/access.js.map +1 -0
  11. package/dist/dev/src/access.test.js +43 -0
  12. package/dist/dev/src/access.test.js.map +1 -0
  13. package/dist/dev/src/builtins/Microsoft/CSharp/RuntimeBinder/index.js +23 -0
  14. package/dist/dev/src/builtins/Microsoft/CSharp/RuntimeBinder/index.js.map +1 -0
  15. package/dist/dev/src/builtins/Microsoft/CSharp/index.js +5 -0
  16. package/dist/dev/src/builtins/Microsoft/CSharp/index.js.map +1 -0
  17. package/dist/dev/src/builtins/Microsoft/VisualBasic/FileIO/index.js +473 -0
  18. package/dist/dev/src/builtins/Microsoft/VisualBasic/FileIO/index.js.map +1 -0
  19. package/dist/dev/src/builtins/Microsoft/VisualBasic/index.js +2534 -0
  20. package/dist/dev/src/builtins/Microsoft/VisualBasic/index.js.map +1 -0
  21. package/dist/dev/src/builtins/Microsoft/Win32/SafeHandles/index.js +320 -0
  22. package/dist/dev/src/builtins/Microsoft/Win32/SafeHandles/index.js.map +1 -0
  23. package/dist/dev/src/builtins/Microsoft/Win32/index.js +362 -0
  24. package/dist/dev/src/builtins/Microsoft/Win32/index.js.map +1 -0
  25. package/dist/dev/src/builtins/Microsoft/index.js +7 -0
  26. package/dist/dev/src/builtins/Microsoft/index.js.map +1 -0
  27. package/dist/dev/src/builtins/System/Buffers/Binary/index.js +536 -0
  28. package/dist/dev/src/builtins/System/Buffers/Binary/index.js.map +1 -0
  29. package/dist/dev/src/builtins/System/Buffers/Text/index.js +144 -0
  30. package/dist/dev/src/builtins/System/Buffers/Text/index.js.map +1 -0
  31. package/dist/dev/src/builtins/System/Buffers/index.js +605 -0
  32. package/dist/dev/src/builtins/System/Buffers/index.js.map +1 -0
  33. package/dist/dev/src/builtins/System/CodeDom/Compiler/index.js +131 -0
  34. package/dist/dev/src/builtins/System/CodeDom/Compiler/index.js.map +1 -0
  35. package/dist/dev/src/builtins/System/CodeDom/index.js +5 -0
  36. package/dist/dev/src/builtins/System/CodeDom/index.js.map +1 -0
  37. package/dist/dev/src/builtins/System/Collections/Concurrent/index.js +399 -0
  38. package/dist/dev/src/builtins/System/Collections/Concurrent/index.js.map +1 -0
  39. package/dist/dev/src/builtins/System/Collections/Frozen/index.js +88 -0
  40. package/dist/dev/src/builtins/System/Collections/Frozen/index.js.map +1 -0
  41. package/dist/dev/src/builtins/System/Collections/Generic/index.js +978 -0
  42. package/dist/dev/src/builtins/System/Collections/Generic/index.js.map +1 -0
  43. package/dist/dev/src/builtins/System/Collections/Immutable/index.js +1049 -0
  44. package/dist/dev/src/builtins/System/Collections/Immutable/index.js.map +1 -0
  45. package/dist/dev/src/builtins/System/Collections/ObjectModel/index.js +394 -0
  46. package/dist/dev/src/builtins/System/Collections/ObjectModel/index.js.map +1 -0
  47. package/dist/dev/src/builtins/System/Collections/Specialized/index.js +716 -0
  48. package/dist/dev/src/builtins/System/Collections/Specialized/index.js.map +1 -0
  49. package/dist/dev/src/builtins/System/Collections/index.js +1355 -0
  50. package/dist/dev/src/builtins/System/Collections/index.js.map +1 -0
  51. package/dist/dev/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.js +143 -0
  52. package/dist/dev/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.js.map +1 -0
  53. package/dist/dev/src/builtins/System/ComponentModel/DataAnnotations/index.js +1237 -0
  54. package/dist/dev/src/builtins/System/ComponentModel/DataAnnotations/index.js.map +1 -0
  55. package/dist/dev/src/builtins/System/ComponentModel/Design/Serialization/index.js +535 -0
  56. package/dist/dev/src/builtins/System/ComponentModel/Design/Serialization/index.js.map +1 -0
  57. package/dist/dev/src/builtins/System/ComponentModel/Design/index.js +2008 -0
  58. package/dist/dev/src/builtins/System/ComponentModel/Design/index.js.map +1 -0
  59. package/dist/dev/src/builtins/System/ComponentModel/index.js +6649 -0
  60. package/dist/dev/src/builtins/System/ComponentModel/index.js.map +1 -0
  61. package/dist/dev/src/builtins/System/Configuration/Assemblies/index.js +69 -0
  62. package/dist/dev/src/builtins/System/Configuration/Assemblies/index.js.map +1 -0
  63. package/dist/dev/src/builtins/System/Configuration/index.js +5 -0
  64. package/dist/dev/src/builtins/System/Configuration/index.js.map +1 -0
  65. package/dist/dev/src/builtins/System/Data/Common/index.js +3279 -0
  66. package/dist/dev/src/builtins/System/Data/Common/index.js.map +1 -0
  67. package/dist/dev/src/builtins/System/Data/SqlTypes/index.js +2655 -0
  68. package/dist/dev/src/builtins/System/Data/SqlTypes/index.js.map +1 -0
  69. package/dist/dev/src/builtins/System/Data/index.js +4504 -0
  70. package/dist/dev/src/builtins/System/Data/index.js.map +1 -0
  71. package/dist/dev/src/builtins/System/Diagnostics/CodeAnalysis/index.js +705 -0
  72. package/dist/dev/src/builtins/System/Diagnostics/CodeAnalysis/index.js.map +1 -0
  73. package/dist/dev/src/builtins/System/Diagnostics/Contracts/index.js +309 -0
  74. package/dist/dev/src/builtins/System/Diagnostics/Contracts/index.js.map +1 -0
  75. package/dist/dev/src/builtins/System/Diagnostics/Metrics/index.js +323 -0
  76. package/dist/dev/src/builtins/System/Diagnostics/Metrics/index.js.map +1 -0
  77. package/dist/dev/src/builtins/System/Diagnostics/SymbolStore/index.js +610 -0
  78. package/dist/dev/src/builtins/System/Diagnostics/SymbolStore/index.js.map +1 -0
  79. package/dist/dev/src/builtins/System/Diagnostics/Tracing/index.js +954 -0
  80. package/dist/dev/src/builtins/System/Diagnostics/Tracing/index.js.map +1 -0
  81. package/dist/dev/src/builtins/System/Diagnostics/index.js +3826 -0
  82. package/dist/dev/src/builtins/System/Diagnostics/index.js.map +1 -0
  83. package/dist/dev/src/builtins/System/Drawing/index.js +3305 -0
  84. package/dist/dev/src/builtins/System/Drawing/index.js.map +1 -0
  85. package/dist/dev/src/builtins/System/Dynamic/index.js +795 -0
  86. package/dist/dev/src/builtins/System/Dynamic/index.js.map +1 -0
  87. package/dist/dev/src/builtins/System/Formats/Asn1/index.js +843 -0
  88. package/dist/dev/src/builtins/System/Formats/Asn1/index.js.map +1 -0
  89. package/dist/dev/src/builtins/System/Formats/Tar/index.js +436 -0
  90. package/dist/dev/src/builtins/System/Formats/Tar/index.js.map +1 -0
  91. package/dist/dev/src/builtins/System/Formats/index.js +6 -0
  92. package/dist/dev/src/builtins/System/Formats/index.js.map +1 -0
  93. package/dist/dev/src/builtins/System/Globalization/index.js +3848 -0
  94. package/dist/dev/src/builtins/System/Globalization/index.js.map +1 -0
  95. package/dist/dev/src/builtins/System/IO/Compression/index.js +894 -0
  96. package/dist/dev/src/builtins/System/IO/Compression/index.js.map +1 -0
  97. package/dist/dev/src/builtins/System/IO/Enumeration/index.js +218 -0
  98. package/dist/dev/src/builtins/System/IO/Enumeration/index.js.map +1 -0
  99. package/dist/dev/src/builtins/System/IO/IsolatedStorage/index.js +495 -0
  100. package/dist/dev/src/builtins/System/IO/IsolatedStorage/index.js.map +1 -0
  101. package/dist/dev/src/builtins/System/IO/MemoryMappedFiles/index.js +251 -0
  102. package/dist/dev/src/builtins/System/IO/MemoryMappedFiles/index.js.map +1 -0
  103. package/dist/dev/src/builtins/System/IO/Pipelines/index.js +415 -0
  104. package/dist/dev/src/builtins/System/IO/Pipelines/index.js.map +1 -0
  105. package/dist/dev/src/builtins/System/IO/Pipes/index.js +723 -0
  106. package/dist/dev/src/builtins/System/IO/Pipes/index.js.map +1 -0
  107. package/dist/dev/src/builtins/System/IO/index.js +3713 -0
  108. package/dist/dev/src/builtins/System/IO/index.js.map +1 -0
  109. package/dist/dev/src/builtins/System/Linq/Expressions/index.js +2253 -0
  110. package/dist/dev/src/builtins/System/Linq/Expressions/index.js.map +1 -0
  111. package/dist/dev/src/builtins/System/Linq/index.js +275 -0
  112. package/dist/dev/src/builtins/System/Linq/index.js.map +1 -0
  113. package/dist/dev/src/builtins/System/Net/Cache/index.js +217 -0
  114. package/dist/dev/src/builtins/System/Net/Cache/index.js.map +1 -0
  115. package/dist/dev/src/builtins/System/Net/Http/Headers/index.js +1668 -0
  116. package/dist/dev/src/builtins/System/Net/Http/Headers/index.js.map +1 -0
  117. package/dist/dev/src/builtins/System/Net/Http/Json/index.js +72 -0
  118. package/dist/dev/src/builtins/System/Net/Http/Json/index.js.map +1 -0
  119. package/dist/dev/src/builtins/System/Net/Http/Metrics/index.js +40 -0
  120. package/dist/dev/src/builtins/System/Net/Http/Metrics/index.js.map +1 -0
  121. package/dist/dev/src/builtins/System/Net/Http/index.js +1458 -0
  122. package/dist/dev/src/builtins/System/Net/Http/index.js.map +1 -0
  123. package/dist/dev/src/builtins/System/Net/Mail/index.js +871 -0
  124. package/dist/dev/src/builtins/System/Net/Mail/index.js.map +1 -0
  125. package/dist/dev/src/builtins/System/Net/Mime/index.js +500 -0
  126. package/dist/dev/src/builtins/System/Net/Mime/index.js.map +1 -0
  127. package/dist/dev/src/builtins/System/Net/NetworkInformation/index.js +2776 -0
  128. package/dist/dev/src/builtins/System/Net/NetworkInformation/index.js.map +1 -0
  129. package/dist/dev/src/builtins/System/Net/Quic/index.js +635 -0
  130. package/dist/dev/src/builtins/System/Net/Quic/index.js.map +1 -0
  131. package/dist/dev/src/builtins/System/Net/Security/index.js +1432 -0
  132. package/dist/dev/src/builtins/System/Net/Security/index.js.map +1 -0
  133. package/dist/dev/src/builtins/System/Net/Sockets/index.js +3095 -0
  134. package/dist/dev/src/builtins/System/Net/Sockets/index.js.map +1 -0
  135. package/dist/dev/src/builtins/System/Net/WebSockets/index.js +876 -0
  136. package/dist/dev/src/builtins/System/Net/WebSockets/index.js.map +1 -0
  137. package/dist/dev/src/builtins/System/Net/index.js +5481 -0
  138. package/dist/dev/src/builtins/System/Net/index.js.map +1 -0
  139. package/dist/dev/src/builtins/System/Numerics/index.js +3425 -0
  140. package/dist/dev/src/builtins/System/Numerics/index.js.map +1 -0
  141. package/dist/dev/src/builtins/System/Reflection/Emit/index.js +4293 -0
  142. package/dist/dev/src/builtins/System/Reflection/Emit/index.js.map +1 -0
  143. package/dist/dev/src/builtins/System/Reflection/Metadata/Ecma335/index.js +2218 -0
  144. package/dist/dev/src/builtins/System/Reflection/Metadata/Ecma335/index.js.map +1 -0
  145. package/dist/dev/src/builtins/System/Reflection/Metadata/index.js +6045 -0
  146. package/dist/dev/src/builtins/System/Reflection/Metadata/index.js.map +1 -0
  147. package/dist/dev/src/builtins/System/Reflection/PortableExecutable/index.js +2020 -0
  148. package/dist/dev/src/builtins/System/Reflection/PortableExecutable/index.js.map +1 -0
  149. package/dist/dev/src/builtins/System/Reflection/index.js +5244 -0
  150. package/dist/dev/src/builtins/System/Reflection/index.js.map +1 -0
  151. package/dist/dev/src/builtins/System/Resources/index.js +289 -0
  152. package/dist/dev/src/builtins/System/Resources/index.js.map +1 -0
  153. package/dist/dev/src/builtins/System/Runtime/CompilerServices/index.js +1896 -0
  154. package/dist/dev/src/builtins/System/Runtime/CompilerServices/index.js.map +1 -0
  155. package/dist/dev/src/builtins/System/Runtime/ConstrainedExecution/index.js +103 -0
  156. package/dist/dev/src/builtins/System/Runtime/ConstrainedExecution/index.js.map +1 -0
  157. package/dist/dev/src/builtins/System/Runtime/ExceptionServices/index.js +62 -0
  158. package/dist/dev/src/builtins/System/Runtime/ExceptionServices/index.js.map +1 -0
  159. package/dist/dev/src/builtins/System/Runtime/InteropServices/ComTypes/index.js +67 -0
  160. package/dist/dev/src/builtins/System/Runtime/InteropServices/ComTypes/index.js.map +1 -0
  161. package/dist/dev/src/builtins/System/Runtime/InteropServices/JavaScript/index.js +210 -0
  162. package/dist/dev/src/builtins/System/Runtime/InteropServices/JavaScript/index.js.map +1 -0
  163. package/dist/dev/src/builtins/System/Runtime/InteropServices/Marshalling/index.js +1012 -0
  164. package/dist/dev/src/builtins/System/Runtime/InteropServices/Marshalling/index.js.map +1 -0
  165. package/dist/dev/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.js +79 -0
  166. package/dist/dev/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.js.map +1 -0
  167. package/dist/dev/src/builtins/System/Runtime/InteropServices/Swift/index.js +49 -0
  168. package/dist/dev/src/builtins/System/Runtime/InteropServices/Swift/index.js.map +1 -0
  169. package/dist/dev/src/builtins/System/Runtime/InteropServices/index.js +3626 -0
  170. package/dist/dev/src/builtins/System/Runtime/InteropServices/index.js.map +1 -0
  171. package/dist/dev/src/builtins/System/Runtime/Intrinsics/Arm/index.js +1297 -0
  172. package/dist/dev/src/builtins/System/Runtime/Intrinsics/Arm/index.js.map +1 -0
  173. package/dist/dev/src/builtins/System/Runtime/Intrinsics/Wasm/index.js +338 -0
  174. package/dist/dev/src/builtins/System/Runtime/Intrinsics/Wasm/index.js.map +1 -0
  175. package/dist/dev/src/builtins/System/Runtime/Intrinsics/X86/index.js +1372 -0
  176. package/dist/dev/src/builtins/System/Runtime/Intrinsics/X86/index.js.map +1 -0
  177. package/dist/dev/src/builtins/System/Runtime/Intrinsics/index.js +273 -0
  178. package/dist/dev/src/builtins/System/Runtime/Intrinsics/index.js.map +1 -0
  179. package/dist/dev/src/builtins/System/Runtime/Loader/index.js +140 -0
  180. package/dist/dev/src/builtins/System/Runtime/Loader/index.js.map +1 -0
  181. package/dist/dev/src/builtins/System/Runtime/Remoting/index.js +18 -0
  182. package/dist/dev/src/builtins/System/Runtime/Remoting/index.js.map +1 -0
  183. package/dist/dev/src/builtins/System/Runtime/Serialization/DataContracts/index.js +265 -0
  184. package/dist/dev/src/builtins/System/Runtime/Serialization/DataContracts/index.js.map +1 -0
  185. package/dist/dev/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.js +61 -0
  186. package/dist/dev/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.js.map +1 -0
  187. package/dist/dev/src/builtins/System/Runtime/Serialization/Formatters/index.js +83 -0
  188. package/dist/dev/src/builtins/System/Runtime/Serialization/Formatters/index.js.map +1 -0
  189. package/dist/dev/src/builtins/System/Runtime/Serialization/Json/index.js +192 -0
  190. package/dist/dev/src/builtins/System/Runtime/Serialization/Json/index.js.map +1 -0
  191. package/dist/dev/src/builtins/System/Runtime/Serialization/index.js +1611 -0
  192. package/dist/dev/src/builtins/System/Runtime/Serialization/index.js.map +1 -0
  193. package/dist/dev/src/builtins/System/Runtime/Versioning/index.js +336 -0
  194. package/dist/dev/src/builtins/System/Runtime/Versioning/index.js.map +1 -0
  195. package/dist/dev/src/builtins/System/Runtime/index.js +245 -0
  196. package/dist/dev/src/builtins/System/Runtime/index.js.map +1 -0
  197. package/dist/dev/src/builtins/System/Security/AccessControl/index.js +2343 -0
  198. package/dist/dev/src/builtins/System/Security/AccessControl/index.js.map +1 -0
  199. package/dist/dev/src/builtins/System/Security/Authentication/ExtendedProtection/index.js +169 -0
  200. package/dist/dev/src/builtins/System/Security/Authentication/ExtendedProtection/index.js.map +1 -0
  201. package/dist/dev/src/builtins/System/Security/Authentication/index.js +212 -0
  202. package/dist/dev/src/builtins/System/Security/Authentication/index.js.map +1 -0
  203. package/dist/dev/src/builtins/System/Security/Claims/index.js +844 -0
  204. package/dist/dev/src/builtins/System/Security/Claims/index.js.map +1 -0
  205. package/dist/dev/src/builtins/System/Security/Cryptography/X509Certificates/index.js +2633 -0
  206. package/dist/dev/src/builtins/System/Security/Cryptography/X509Certificates/index.js.map +1 -0
  207. package/dist/dev/src/builtins/System/Security/Cryptography/index.js +6673 -0
  208. package/dist/dev/src/builtins/System/Security/Cryptography/index.js.map +1 -0
  209. package/dist/dev/src/builtins/System/Security/Permissions/index.js +325 -0
  210. package/dist/dev/src/builtins/System/Security/Permissions/index.js.map +1 -0
  211. package/dist/dev/src/builtins/System/Security/Policy/index.js +101 -0
  212. package/dist/dev/src/builtins/System/Security/Policy/index.js.map +1 -0
  213. package/dist/dev/src/builtins/System/Security/Principal/index.js +1338 -0
  214. package/dist/dev/src/builtins/System/Security/Principal/index.js.map +1 -0
  215. package/dist/dev/src/builtins/System/Security/index.js +672 -0
  216. package/dist/dev/src/builtins/System/Security/index.js.map +1 -0
  217. package/dist/dev/src/builtins/System/Text/Encodings/Web/index.js +162 -0
  218. package/dist/dev/src/builtins/System/Text/Encodings/Web/index.js.map +1 -0
  219. package/dist/dev/src/builtins/System/Text/Encodings/index.js +5 -0
  220. package/dist/dev/src/builtins/System/Text/Encodings/index.js.map +1 -0
  221. package/dist/dev/src/builtins/System/Text/Json/Nodes/index.js +250 -0
  222. package/dist/dev/src/builtins/System/Text/Json/Nodes/index.js.map +1 -0
  223. package/dist/dev/src/builtins/System/Text/Json/Schema/index.js +78 -0
  224. package/dist/dev/src/builtins/System/Text/Json/Schema/index.js.map +1 -0
  225. package/dist/dev/src/builtins/System/Text/Json/Serialization/Metadata/index.js +328 -0
  226. package/dist/dev/src/builtins/System/Text/Json/Serialization/Metadata/index.js.map +1 -0
  227. package/dist/dev/src/builtins/System/Text/Json/Serialization/index.js +840 -0
  228. package/dist/dev/src/builtins/System/Text/Json/Serialization/index.js.map +1 -0
  229. package/dist/dev/src/builtins/System/Text/Json/index.js +1185 -0
  230. package/dist/dev/src/builtins/System/Text/Json/index.js.map +1 -0
  231. package/dist/dev/src/builtins/System/Text/RegularExpressions/index.js +732 -0
  232. package/dist/dev/src/builtins/System/Text/RegularExpressions/index.js.map +1 -0
  233. package/dist/dev/src/builtins/System/Text/Unicode/index.js +1199 -0
  234. package/dist/dev/src/builtins/System/Text/Unicode/index.js.map +1 -0
  235. package/dist/dev/src/builtins/System/Text/index.js +1748 -0
  236. package/dist/dev/src/builtins/System/Text/index.js.map +1 -0
  237. package/dist/dev/src/builtins/System/Threading/Channels/index.js +229 -0
  238. package/dist/dev/src/builtins/System/Threading/Channels/index.js.map +1 -0
  239. package/dist/dev/src/builtins/System/Threading/Tasks/Dataflow/index.js +676 -0
  240. package/dist/dev/src/builtins/System/Threading/Tasks/Dataflow/index.js.map +1 -0
  241. package/dist/dev/src/builtins/System/Threading/Tasks/Sources/index.js +117 -0
  242. package/dist/dev/src/builtins/System/Threading/Tasks/Sources/index.js.map +1 -0
  243. package/dist/dev/src/builtins/System/Threading/Tasks/index.js +721 -0
  244. package/dist/dev/src/builtins/System/Threading/Tasks/index.js.map +1 -0
  245. package/dist/dev/src/builtins/System/Threading/index.js +2292 -0
  246. package/dist/dev/src/builtins/System/Threading/index.js.map +1 -0
  247. package/dist/dev/src/builtins/System/Timers/index.js +129 -0
  248. package/dist/dev/src/builtins/System/Timers/index.js.map +1 -0
  249. package/dist/dev/src/builtins/System/Transactions/index.js +727 -0
  250. package/dist/dev/src/builtins/System/Transactions/index.js.map +1 -0
  251. package/dist/dev/src/builtins/System/Web/index.js +84 -0
  252. package/dist/dev/src/builtins/System/Web/index.js.map +1 -0
  253. package/dist/dev/src/builtins/System/Windows/Input/index.js +18 -0
  254. package/dist/dev/src/builtins/System/Windows/Input/index.js.map +1 -0
  255. package/dist/dev/src/builtins/System/Windows/Markup/index.js +28 -0
  256. package/dist/dev/src/builtins/System/Windows/Markup/index.js.map +1 -0
  257. package/dist/dev/src/builtins/System/Windows/index.js +6 -0
  258. package/dist/dev/src/builtins/System/Windows/index.js.map +1 -0
  259. package/dist/dev/src/builtins/System/Xml/Linq/index.js +1086 -0
  260. package/dist/dev/src/builtins/System/Xml/Linq/index.js.map +1 -0
  261. package/dist/dev/src/builtins/System/Xml/Resolvers/index.js +86 -0
  262. package/dist/dev/src/builtins/System/Xml/Resolvers/index.js.map +1 -0
  263. package/dist/dev/src/builtins/System/Xml/Schema/index.js +2993 -0
  264. package/dist/dev/src/builtins/System/Xml/Schema/index.js.map +1 -0
  265. package/dist/dev/src/builtins/System/Xml/Serialization/index.js +2356 -0
  266. package/dist/dev/src/builtins/System/Xml/Serialization/index.js.map +1 -0
  267. package/dist/dev/src/builtins/System/Xml/XPath/index.js +917 -0
  268. package/dist/dev/src/builtins/System/Xml/XPath/index.js.map +1 -0
  269. package/dist/dev/src/builtins/System/Xml/Xsl/index.js +315 -0
  270. package/dist/dev/src/builtins/System/Xml/Xsl/index.js.map +1 -0
  271. package/dist/dev/src/builtins/System/Xml/index.js +5736 -0
  272. package/dist/dev/src/builtins/System/Xml/index.js.map +1 -0
  273. package/dist/dev/src/builtins/System/index.js +14587 -0
  274. package/dist/dev/src/builtins/System/index.js.map +1 -0
  275. package/dist/dev/src/builtins/index.js +3 -0
  276. package/dist/dev/src/builtins/index.js.map +1 -0
  277. package/dist/dev/src/components/Declaration.js +9 -0
  278. package/dist/dev/src/components/Declaration.js.map +1 -0
  279. package/dist/dev/src/components/Name.js +12 -0
  280. package/dist/dev/src/components/Name.js.map +1 -0
  281. package/dist/dev/src/components/Reference.js +13 -0
  282. package/dist/dev/src/components/Reference.js.map +1 -0
  283. package/dist/dev/src/components/access-expression/access-expression.js +288 -0
  284. package/dist/dev/src/components/access-expression/access-expression.js.map +1 -0
  285. package/dist/dev/src/components/access-expression/access-expression.test.js +608 -0
  286. package/dist/dev/src/components/access-expression/access-expression.test.js.map +1 -0
  287. package/dist/dev/src/components/access-expression/part-descriptors.js +14 -0
  288. package/dist/dev/src/components/access-expression/part-descriptors.js.map +1 -0
  289. package/dist/dev/src/components/attributes/attributes.js +113 -0
  290. package/dist/dev/src/components/attributes/attributes.js.map +1 -0
  291. package/dist/dev/src/components/attributes/attributes.test.js +201 -0
  292. package/dist/dev/src/components/attributes/attributes.test.js.map +1 -0
  293. package/dist/dev/src/components/class/declaration.js +123 -0
  294. package/dist/dev/src/components/class/declaration.js.map +1 -0
  295. package/dist/dev/src/components/class/declaration.test.js +893 -0
  296. package/dist/dev/src/components/class/declaration.test.js.map +1 -0
  297. package/dist/dev/src/components/constructor/constructor.js +60 -0
  298. package/dist/dev/src/components/constructor/constructor.js.map +1 -0
  299. package/dist/dev/src/components/constructor/constructor.test.js +62 -0
  300. package/dist/dev/src/components/constructor/constructor.test.js.map +1 -0
  301. package/dist/dev/src/components/csproj-file/csproj-file.js +32 -0
  302. package/dist/dev/src/components/csproj-file/csproj-file.js.map +1 -0
  303. package/dist/dev/src/components/csproj-file/csproj-file.test.js +70 -0
  304. package/dist/dev/src/components/csproj-file/csproj-file.test.js.map +1 -0
  305. package/dist/dev/src/components/doc/comment.js +129 -0
  306. package/dist/dev/src/components/doc/comment.js.map +1 -0
  307. package/dist/dev/src/components/doc/comment.test.js +577 -0
  308. package/dist/dev/src/components/doc/comment.test.js.map +1 -0
  309. package/dist/dev/src/components/doc/from-markdown.js +83 -0
  310. package/dist/dev/src/components/doc/from-markdown.js.map +1 -0
  311. package/dist/dev/src/components/doc/from-markdown.test.js +112 -0
  312. package/dist/dev/src/components/doc/from-markdown.test.js.map +1 -0
  313. package/dist/dev/src/components/enum/declaration.js +71 -0
  314. package/dist/dev/src/components/enum/declaration.js.map +1 -0
  315. package/dist/dev/src/components/enum/declaration.ref.test.js +221 -0
  316. package/dist/dev/src/components/enum/declaration.ref.test.js.map +1 -0
  317. package/dist/dev/src/components/enum/declaration.test.js +82 -0
  318. package/dist/dev/src/components/enum/declaration.test.js.map +1 -0
  319. package/dist/dev/src/components/enum/member.js +38 -0
  320. package/dist/dev/src/components/enum/member.js.map +1 -0
  321. package/dist/dev/src/components/enum/member.test.js +84 -0
  322. package/dist/dev/src/components/enum/member.test.js.map +1 -0
  323. package/dist/dev/src/components/field/field.js +43 -0
  324. package/dist/dev/src/components/field/field.js.map +1 -0
  325. package/dist/dev/src/components/field/field.test.js +242 -0
  326. package/dist/dev/src/components/field/field.test.js.map +1 -0
  327. package/dist/dev/src/components/if/if-statement.js +56 -0
  328. package/dist/dev/src/components/if/if-statement.js.map +1 -0
  329. package/dist/dev/src/components/if/if-statement.test.js +41 -0
  330. package/dist/dev/src/components/if/if-statement.test.js.map +1 -0
  331. package/dist/dev/src/components/index.js +31 -0
  332. package/dist/dev/src/components/index.js.map +1 -0
  333. package/dist/dev/src/components/interface/declaration.js +114 -0
  334. package/dist/dev/src/components/interface/declaration.js.map +1 -0
  335. package/dist/dev/src/components/interface/declaration.test.js +264 -0
  336. package/dist/dev/src/components/interface/declaration.test.js.map +1 -0
  337. package/dist/dev/src/components/interface/method.js +100 -0
  338. package/dist/dev/src/components/interface/method.js.map +1 -0
  339. package/dist/dev/src/components/interface/method.test.js +432 -0
  340. package/dist/dev/src/components/interface/method.test.js.map +1 -0
  341. package/dist/dev/src/components/interface/property.js +80 -0
  342. package/dist/dev/src/components/interface/property.js.map +1 -0
  343. package/dist/dev/src/components/interface/property.test.js +305 -0
  344. package/dist/dev/src/components/interface/property.test.js.map +1 -0
  345. package/dist/dev/src/components/invocation-expression/invocation-expression.js +94 -0
  346. package/dist/dev/src/components/invocation-expression/invocation-expression.js.map +1 -0
  347. package/dist/dev/src/components/invocation-expression/invocation-expression.test.js +153 -0
  348. package/dist/dev/src/components/invocation-expression/invocation-expression.test.js.map +1 -0
  349. package/dist/dev/src/components/lexical-scope.js +30 -0
  350. package/dist/dev/src/components/lexical-scope.js.map +1 -0
  351. package/dist/dev/src/components/method/method.js +134 -0
  352. package/dist/dev/src/components/method/method.js.map +1 -0
  353. package/dist/dev/src/components/method/method.test.js +358 -0
  354. package/dist/dev/src/components/method/method.test.js.map +1 -0
  355. package/dist/dev/src/components/method-scope.js +30 -0
  356. package/dist/dev/src/components/method-scope.js.map +1 -0
  357. package/dist/dev/src/components/namespace/namespace-name.js +20 -0
  358. package/dist/dev/src/components/namespace/namespace-name.js.map +1 -0
  359. package/dist/dev/src/components/namespace/namespace.js +66 -0
  360. package/dist/dev/src/components/namespace/namespace.js.map +1 -0
  361. package/dist/dev/src/components/namespace/namespace.test.js +329 -0
  362. package/dist/dev/src/components/namespace/namespace.test.js.map +1 -0
  363. package/dist/dev/src/components/namespace-scopes.js +61 -0
  364. package/dist/dev/src/components/namespace-scopes.js.map +1 -0
  365. package/dist/dev/src/components/namespace.ref.test.js +350 -0
  366. package/dist/dev/src/components/namespace.ref.test.js.map +1 -0
  367. package/dist/dev/src/components/parameters/parameters.js +96 -0
  368. package/dist/dev/src/components/parameters/parameters.js.map +1 -0
  369. package/dist/dev/src/components/parameters/parameters.test.js +317 -0
  370. package/dist/dev/src/components/parameters/parameters.test.js.map +1 -0
  371. package/dist/dev/src/components/property/property.js +115 -0
  372. package/dist/dev/src/components/property/property.js.map +1 -0
  373. package/dist/dev/src/components/property/property.test.js +395 -0
  374. package/dist/dev/src/components/property/property.test.js.map +1 -0
  375. package/dist/dev/src/components/record/declaration.js +132 -0
  376. package/dist/dev/src/components/record/declaration.js.map +1 -0
  377. package/dist/dev/src/components/record/declaration.test.js +231 -0
  378. package/dist/dev/src/components/record/declaration.test.js.map +1 -0
  379. package/dist/dev/src/components/region/region.js +14 -0
  380. package/dist/dev/src/components/region/region.js.map +1 -0
  381. package/dist/dev/src/components/region/region.test.js +39 -0
  382. package/dist/dev/src/components/region/region.test.js.map +1 -0
  383. package/dist/dev/src/components/source-file/source-file.js +163 -0
  384. package/dist/dev/src/components/source-file/source-file.js.map +1 -0
  385. package/dist/dev/src/components/source-file/source-file.test.js +271 -0
  386. package/dist/dev/src/components/source-file/source-file.test.js.map +1 -0
  387. package/dist/dev/src/components/source-file/using.test.js +201 -0
  388. package/dist/dev/src/components/source-file/using.test.js.map +1 -0
  389. package/dist/dev/src/components/stc/index.js +13 -0
  390. package/dist/dev/src/components/stc/index.js.map +1 -0
  391. package/dist/dev/src/components/struct/declaration.js +113 -0
  392. package/dist/dev/src/components/struct/declaration.js.map +1 -0
  393. package/dist/dev/src/components/struct/declaration.test.js +400 -0
  394. package/dist/dev/src/components/struct/declaration.test.js.map +1 -0
  395. package/dist/dev/src/components/type-parameters/type-parameter-constraints.js +73 -0
  396. package/dist/dev/src/components/type-parameters/type-parameter-constraints.js.map +1 -0
  397. package/dist/dev/src/components/type-parameters/type-parameter-constraints.test.js +92 -0
  398. package/dist/dev/src/components/type-parameters/type-parameter-constraints.test.js.map +1 -0
  399. package/dist/dev/src/components/type-parameters/type-parameter.js +28 -0
  400. package/dist/dev/src/components/type-parameters/type-parameter.js.map +1 -0
  401. package/dist/dev/src/components/type-parameters/type-parameters.js +71 -0
  402. package/dist/dev/src/components/type-parameters/type-parameters.js.map +1 -0
  403. package/dist/dev/src/components/type-parameters/type-parameters.test.js +103 -0
  404. package/dist/dev/src/components/type-parameters/type-parameters.test.js.map +1 -0
  405. package/dist/dev/src/components/using/using.js +45 -0
  406. package/dist/dev/src/components/using/using.js.map +1 -0
  407. package/dist/dev/src/components/using/using.test.js +27 -0
  408. package/dist/dev/src/components/using/using.test.js.map +1 -0
  409. package/dist/dev/src/components/var/declaration.js +72 -0
  410. package/dist/dev/src/components/var/declaration.js.map +1 -0
  411. package/dist/dev/src/components/var/declaration.test.js +167 -0
  412. package/dist/dev/src/components/var/declaration.test.js.map +1 -0
  413. package/dist/dev/src/contexts/format-options.js +9 -0
  414. package/dist/dev/src/contexts/format-options.js.map +1 -0
  415. package/dist/dev/src/contexts/global-namespace.js +30 -0
  416. package/dist/dev/src/contexts/global-namespace.js.map +1 -0
  417. package/dist/dev/src/contexts/namespace.js +6 -0
  418. package/dist/dev/src/contexts/namespace.js.map +1 -0
  419. package/dist/dev/src/contexts/reference-context.js +15 -0
  420. package/dist/dev/src/contexts/reference-context.js.map +1 -0
  421. package/dist/dev/src/create-library.js +136 -0
  422. package/dist/dev/src/create-library.js.map +1 -0
  423. package/dist/dev/src/create-library.test.js +289 -0
  424. package/dist/dev/src/create-library.test.js.map +1 -0
  425. package/dist/dev/src/index.js +9 -0
  426. package/dist/dev/src/index.js.map +1 -0
  427. package/dist/dev/src/modifiers.js +21 -0
  428. package/dist/dev/src/modifiers.js.map +1 -0
  429. package/dist/dev/src/name-policy.js +36 -0
  430. package/dist/dev/src/name-policy.js.map +1 -0
  431. package/dist/dev/src/scopes/class.js +11 -0
  432. package/dist/dev/src/scopes/class.js.map +1 -0
  433. package/dist/dev/src/scopes/contexts.js +34 -0
  434. package/dist/dev/src/scopes/contexts.js.map +1 -0
  435. package/dist/dev/src/scopes/csharp.js +25 -0
  436. package/dist/dev/src/scopes/csharp.js.map +1 -0
  437. package/dist/dev/src/scopes/factories.js +25 -0
  438. package/dist/dev/src/scopes/factories.js.map +1 -0
  439. package/dist/dev/src/scopes/index.js +10 -0
  440. package/dist/dev/src/scopes/index.js.map +1 -0
  441. package/dist/dev/src/scopes/lexical.js +8 -0
  442. package/dist/dev/src/scopes/lexical.js.map +1 -0
  443. package/dist/dev/src/scopes/method.js +14 -0
  444. package/dist/dev/src/scopes/method.js.map +1 -0
  445. package/dist/dev/src/scopes/named-type.js +33 -0
  446. package/dist/dev/src/scopes/named-type.js.map +1 -0
  447. package/dist/dev/src/scopes/namespace.js +39 -0
  448. package/dist/dev/src/scopes/namespace.js.map +1 -0
  449. package/dist/dev/src/scopes/source-file.js +44 -0
  450. package/dist/dev/src/scopes/source-file.js.map +1 -0
  451. package/dist/dev/src/symbols/csharp.js +263 -0
  452. package/dist/dev/src/symbols/csharp.js.map +1 -0
  453. package/dist/dev/src/symbols/factories.js +145 -0
  454. package/dist/dev/src/symbols/factories.js.map +1 -0
  455. package/dist/dev/src/symbols/index.js +7 -0
  456. package/dist/dev/src/symbols/index.js.map +1 -0
  457. package/dist/dev/src/symbols/method.js +16 -0
  458. package/dist/dev/src/symbols/method.js.map +1 -0
  459. package/dist/dev/src/symbols/named-type.js +42 -0
  460. package/dist/dev/src/symbols/named-type.js.map +1 -0
  461. package/dist/dev/src/symbols/namespace.js +55 -0
  462. package/dist/dev/src/symbols/namespace.js.map +1 -0
  463. package/dist/dev/src/symbols/reference.js +79 -0
  464. package/dist/dev/src/symbols/reference.js.map +1 -0
  465. package/dist/dev/test/utils.js +111 -0
  466. package/dist/dev/test/utils.js.map +1 -0
  467. package/dist/dev/test/vitest.setup.js +2 -0
  468. package/dist/dev/test/vitest.setup.js.map +1 -0
  469. package/dist/dev/testing/create-wrapper.js +13 -0
  470. package/dist/dev/testing/create-wrapper.js.map +1 -0
  471. package/dist/dev/testing/create-wrapper.test.js +300 -0
  472. package/dist/dev/testing/create-wrapper.test.js.map +1 -0
  473. package/dist/dev/testing/index.js +2 -0
  474. package/dist/dev/testing/index.js.map +1 -0
  475. package/dist/tsconfig.tsbuildinfo +1 -1
  476. package/package.json +13 -6
  477. package/vitest.config.ts +8 -0
@@ -0,0 +1,2356 @@
1
+ import Collections from "../../Collections/index.js";
2
+ import Specialized from "../../Collections/Specialized/index.js";
3
+ import System from "../../index.js";
4
+ import Xml from "../index.js";
5
+ import Schema from "../Schema/index.js";
6
+ import { createLibrary } from "#createLibrary";
7
+ const Serialization = createLibrary("System.Xml.Serialization", {
8
+ CodeGenerationOptions: {
9
+ kind: "enum",
10
+ members: {
11
+ None: {
12
+ kind: "field",
13
+ type: () => {
14
+ return Serialization.CodeGenerationOptions;
15
+ }
16
+ },
17
+ GenerateProperties: {
18
+ kind: "field",
19
+ type: () => {
20
+ return Serialization.CodeGenerationOptions;
21
+ }
22
+ },
23
+ GenerateNewAsync: {
24
+ kind: "field",
25
+ type: () => {
26
+ return Serialization.CodeGenerationOptions;
27
+ }
28
+ },
29
+ GenerateOldAsync: {
30
+ kind: "field",
31
+ type: () => {
32
+ return Serialization.CodeGenerationOptions;
33
+ }
34
+ },
35
+ GenerateOrder: {
36
+ kind: "field",
37
+ type: () => {
38
+ return Serialization.CodeGenerationOptions;
39
+ }
40
+ },
41
+ EnableDataBinding: {
42
+ kind: "field",
43
+ type: () => {
44
+ return Serialization.CodeGenerationOptions;
45
+ }
46
+ }
47
+ }
48
+ },
49
+ CodeIdentifier: {
50
+ kind: "class",
51
+ members: {
52
+ CodeIdentifier: {
53
+ kind: "method",
54
+ methodKind: "constructor",
55
+ isStatic: true
56
+ },
57
+ MakeCamel: {
58
+ kind: "method",
59
+ methodKind: "ordinary",
60
+ isStatic: true
61
+ },
62
+ MakePascal: {
63
+ kind: "method",
64
+ methodKind: "ordinary",
65
+ isStatic: true
66
+ },
67
+ MakeValid: {
68
+ kind: "method",
69
+ methodKind: "ordinary",
70
+ isStatic: true
71
+ }
72
+ }
73
+ },
74
+ CodeIdentifiers: {
75
+ kind: "class",
76
+ members: {
77
+ CodeIdentifiers: {
78
+ kind: "method",
79
+ methodKind: "constructor"
80
+ },
81
+ Add: {
82
+ kind: "method",
83
+ methodKind: "ordinary"
84
+ },
85
+ AddReserved: {
86
+ kind: "method",
87
+ methodKind: "ordinary"
88
+ },
89
+ AddUnique: {
90
+ kind: "method",
91
+ methodKind: "ordinary"
92
+ },
93
+ Clear: {
94
+ kind: "method",
95
+ methodKind: "ordinary"
96
+ },
97
+ IsInUse: {
98
+ kind: "method",
99
+ methodKind: "ordinary"
100
+ },
101
+ MakeRightCase: {
102
+ kind: "method",
103
+ methodKind: "ordinary"
104
+ },
105
+ MakeUnique: {
106
+ kind: "method",
107
+ methodKind: "ordinary"
108
+ },
109
+ Remove: {
110
+ kind: "method",
111
+ methodKind: "ordinary"
112
+ },
113
+ RemoveReserved: {
114
+ kind: "method",
115
+ methodKind: "ordinary"
116
+ },
117
+ ToArray: {
118
+ kind: "method",
119
+ methodKind: "ordinary"
120
+ },
121
+ UseCamelCasing: {
122
+ kind: "property",
123
+ type: () => {
124
+ return System.Boolean;
125
+ }
126
+ }
127
+ }
128
+ },
129
+ IXmlSerializable: {
130
+ kind: "interface",
131
+ members: {
132
+ ReadXml: {
133
+ kind: "method",
134
+ methodKind: "ordinary"
135
+ },
136
+ WriteXml: {
137
+ kind: "method",
138
+ methodKind: "ordinary"
139
+ }
140
+ }
141
+ },
142
+ IXmlTextParser: {
143
+ kind: "interface",
144
+ members: {
145
+ Normalized: {
146
+ kind: "property",
147
+ type: () => {
148
+ return System.Boolean;
149
+ }
150
+ },
151
+ WhitespaceHandling: {
152
+ kind: "property",
153
+ type: () => {
154
+ return Xml.WhitespaceHandling;
155
+ }
156
+ }
157
+ }
158
+ },
159
+ ImportContext: {
160
+ kind: "class",
161
+ members: {
162
+ ImportContext: {
163
+ kind: "method",
164
+ methodKind: "constructor"
165
+ },
166
+ ShareTypes: {
167
+ kind: "property",
168
+ type: () => {
169
+ return System.Boolean;
170
+ }
171
+ },
172
+ TypeIdentifiers: {
173
+ kind: "property",
174
+ type: () => {
175
+ return Serialization.CodeIdentifiers;
176
+ }
177
+ },
178
+ Warnings: {
179
+ kind: "property",
180
+ type: () => {
181
+ return Specialized.StringCollection;
182
+ }
183
+ }
184
+ }
185
+ },
186
+ SchemaImporter: {
187
+ kind: "class",
188
+ members: {},
189
+ isAbstract: true
190
+ },
191
+ SoapAttributeAttribute: {
192
+ kind: "class",
193
+ members: {
194
+ SoapAttributeAttribute: {
195
+ kind: "method",
196
+ methodKind: "constructor"
197
+ },
198
+ AttributeName: {
199
+ kind: "property",
200
+ type: () => {
201
+ return System.String;
202
+ }
203
+ },
204
+ DataType: {
205
+ kind: "property",
206
+ type: () => {
207
+ return System.String;
208
+ }
209
+ },
210
+ Namespace: {
211
+ kind: "property",
212
+ type: () => {
213
+ return System.String;
214
+ },
215
+ isNullable: true
216
+ }
217
+ }
218
+ },
219
+ SoapAttributeOverrides: {
220
+ kind: "class",
221
+ members: {
222
+ SoapAttributeOverrides: {
223
+ kind: "method",
224
+ methodKind: "constructor"
225
+ },
226
+ Add: {
227
+ kind: "method",
228
+ methodKind: "ordinary"
229
+ },
230
+ Item: {
231
+ kind: "property",
232
+ type: () => {
233
+ return Serialization.SoapAttributes;
234
+ }
235
+ }
236
+ }
237
+ },
238
+ SoapAttributes: {
239
+ kind: "class",
240
+ members: {
241
+ SoapAttributes: {
242
+ kind: "method",
243
+ methodKind: "constructor"
244
+ },
245
+ SoapAttribute: {
246
+ kind: "property",
247
+ type: () => {
248
+ return Serialization.SoapAttributeAttribute;
249
+ }
250
+ },
251
+ SoapDefaultValue: {
252
+ kind: "property",
253
+ type: () => {
254
+ return System.Object;
255
+ },
256
+ isNullable: true
257
+ },
258
+ SoapElement: {
259
+ kind: "property",
260
+ type: () => {
261
+ return Serialization.SoapElementAttribute;
262
+ }
263
+ },
264
+ SoapEnum: {
265
+ kind: "property",
266
+ type: () => {
267
+ return Serialization.SoapEnumAttribute;
268
+ }
269
+ },
270
+ SoapIgnore: {
271
+ kind: "property",
272
+ type: () => {
273
+ return System.Boolean;
274
+ }
275
+ },
276
+ SoapType: {
277
+ kind: "property",
278
+ type: () => {
279
+ return Serialization.SoapTypeAttribute;
280
+ }
281
+ }
282
+ }
283
+ },
284
+ SoapElementAttribute: {
285
+ kind: "class",
286
+ members: {
287
+ SoapElementAttribute: {
288
+ kind: "method",
289
+ methodKind: "constructor"
290
+ },
291
+ DataType: {
292
+ kind: "property",
293
+ type: () => {
294
+ return System.String;
295
+ }
296
+ },
297
+ ElementName: {
298
+ kind: "property",
299
+ type: () => {
300
+ return System.String;
301
+ }
302
+ },
303
+ IsNullable: {
304
+ kind: "property",
305
+ type: () => {
306
+ return System.Boolean;
307
+ }
308
+ }
309
+ }
310
+ },
311
+ SoapEnumAttribute: {
312
+ kind: "class",
313
+ members: {
314
+ SoapEnumAttribute: {
315
+ kind: "method",
316
+ methodKind: "constructor"
317
+ },
318
+ Name: {
319
+ kind: "property",
320
+ type: () => {
321
+ return System.String;
322
+ }
323
+ }
324
+ }
325
+ },
326
+ SoapIgnoreAttribute: {
327
+ kind: "class",
328
+ members: {
329
+ SoapIgnoreAttribute: {
330
+ kind: "method",
331
+ methodKind: "constructor"
332
+ }
333
+ }
334
+ },
335
+ SoapIncludeAttribute: {
336
+ kind: "class",
337
+ members: {
338
+ SoapIncludeAttribute: {
339
+ kind: "method",
340
+ methodKind: "constructor"
341
+ },
342
+ Type: {
343
+ kind: "property",
344
+ type: () => {
345
+ return System.Type;
346
+ }
347
+ }
348
+ }
349
+ },
350
+ SoapReflectionImporter: {
351
+ kind: "class",
352
+ members: {
353
+ SoapReflectionImporter: {
354
+ kind: "method",
355
+ methodKind: "constructor"
356
+ },
357
+ ImportMembersMapping: {
358
+ kind: "method",
359
+ methodKind: "ordinary"
360
+ },
361
+ ImportTypeMapping: {
362
+ kind: "method",
363
+ methodKind: "ordinary"
364
+ },
365
+ IncludeType: {
366
+ kind: "method",
367
+ methodKind: "ordinary"
368
+ },
369
+ IncludeTypes: {
370
+ kind: "method",
371
+ methodKind: "ordinary"
372
+ }
373
+ }
374
+ },
375
+ SoapSchemaMember: {
376
+ kind: "class",
377
+ members: {
378
+ SoapSchemaMember: {
379
+ kind: "method",
380
+ methodKind: "constructor"
381
+ },
382
+ MemberName: {
383
+ kind: "property",
384
+ type: () => {
385
+ return System.String;
386
+ }
387
+ },
388
+ MemberType: {
389
+ kind: "property",
390
+ type: () => {
391
+ return Xml.XmlQualifiedName;
392
+ },
393
+ isNullable: true
394
+ }
395
+ }
396
+ },
397
+ SoapTypeAttribute: {
398
+ kind: "class",
399
+ members: {
400
+ SoapTypeAttribute: {
401
+ kind: "method",
402
+ methodKind: "constructor"
403
+ },
404
+ IncludeInSchema: {
405
+ kind: "property",
406
+ type: () => {
407
+ return System.Boolean;
408
+ }
409
+ },
410
+ Namespace: {
411
+ kind: "property",
412
+ type: () => {
413
+ return System.String;
414
+ },
415
+ isNullable: true
416
+ },
417
+ TypeName: {
418
+ kind: "property",
419
+ type: () => {
420
+ return System.String;
421
+ }
422
+ }
423
+ }
424
+ },
425
+ UnreferencedObjectEventArgs: {
426
+ kind: "class",
427
+ members: {
428
+ UnreferencedObjectEventArgs: {
429
+ kind: "method",
430
+ methodKind: "constructor"
431
+ },
432
+ UnreferencedId: {
433
+ kind: "property",
434
+ type: () => {
435
+ return System.String;
436
+ },
437
+ isNullable: true
438
+ },
439
+ UnreferencedObject: {
440
+ kind: "property",
441
+ type: () => {
442
+ return System.Object;
443
+ },
444
+ isNullable: true
445
+ }
446
+ }
447
+ },
448
+ UnreferencedObjectEventHandler: {
449
+ kind: "generic",
450
+ members: {
451
+ UnreferencedObjectEventHandler: {
452
+ kind: "method",
453
+ methodKind: "constructor"
454
+ },
455
+ Invoke: {
456
+ kind: "method",
457
+ methodKind: "ordinary",
458
+ isVirtual: true
459
+ },
460
+ BeginInvoke: {
461
+ kind: "method",
462
+ methodKind: "ordinary",
463
+ isVirtual: true
464
+ },
465
+ EndInvoke: {
466
+ kind: "method",
467
+ methodKind: "ordinary",
468
+ isVirtual: true
469
+ }
470
+ }
471
+ },
472
+ XmlAnyAttributeAttribute: {
473
+ kind: "class",
474
+ members: {
475
+ XmlAnyAttributeAttribute: {
476
+ kind: "method",
477
+ methodKind: "constructor"
478
+ }
479
+ }
480
+ },
481
+ XmlAnyElementAttribute: {
482
+ kind: "class",
483
+ members: {
484
+ XmlAnyElementAttribute: {
485
+ kind: "method",
486
+ methodKind: "constructor"
487
+ },
488
+ Name: {
489
+ kind: "property",
490
+ type: () => {
491
+ return System.String;
492
+ }
493
+ },
494
+ Namespace: {
495
+ kind: "property",
496
+ type: () => {
497
+ return System.String;
498
+ },
499
+ isNullable: true
500
+ },
501
+ Order: {
502
+ kind: "property",
503
+ type: () => {
504
+ return System.Int32;
505
+ }
506
+ }
507
+ }
508
+ },
509
+ XmlAnyElementAttributes: {
510
+ kind: "class",
511
+ members: {
512
+ XmlAnyElementAttributes: {
513
+ kind: "method",
514
+ methodKind: "constructor"
515
+ },
516
+ Add: {
517
+ kind: "method",
518
+ methodKind: "ordinary"
519
+ },
520
+ Contains: {
521
+ kind: "method",
522
+ methodKind: "ordinary"
523
+ },
524
+ CopyTo: {
525
+ kind: "method",
526
+ methodKind: "ordinary"
527
+ },
528
+ IndexOf: {
529
+ kind: "method",
530
+ methodKind: "ordinary"
531
+ },
532
+ Insert: {
533
+ kind: "method",
534
+ methodKind: "ordinary"
535
+ },
536
+ Remove: {
537
+ kind: "method",
538
+ methodKind: "ordinary"
539
+ },
540
+ Item: {
541
+ kind: "property",
542
+ type: () => {
543
+ return Serialization.XmlAnyElementAttribute;
544
+ }
545
+ }
546
+ }
547
+ },
548
+ XmlArrayAttribute: {
549
+ kind: "class",
550
+ members: {
551
+ XmlArrayAttribute: {
552
+ kind: "method",
553
+ methodKind: "constructor"
554
+ },
555
+ ElementName: {
556
+ kind: "property",
557
+ type: () => {
558
+ return System.String;
559
+ }
560
+ },
561
+ Form: {
562
+ kind: "property",
563
+ type: () => {
564
+ return Schema.XmlSchemaForm;
565
+ }
566
+ },
567
+ IsNullable: {
568
+ kind: "property",
569
+ type: () => {
570
+ return System.Boolean;
571
+ }
572
+ },
573
+ Namespace: {
574
+ kind: "property",
575
+ type: () => {
576
+ return System.String;
577
+ },
578
+ isNullable: true
579
+ },
580
+ Order: {
581
+ kind: "property",
582
+ type: () => {
583
+ return System.Int32;
584
+ }
585
+ }
586
+ }
587
+ },
588
+ XmlArrayItemAttribute: {
589
+ kind: "class",
590
+ members: {
591
+ XmlArrayItemAttribute: {
592
+ kind: "method",
593
+ methodKind: "constructor"
594
+ },
595
+ DataType: {
596
+ kind: "property",
597
+ type: () => {
598
+ return System.String;
599
+ }
600
+ },
601
+ ElementName: {
602
+ kind: "property",
603
+ type: () => {
604
+ return System.String;
605
+ }
606
+ },
607
+ Form: {
608
+ kind: "property",
609
+ type: () => {
610
+ return Schema.XmlSchemaForm;
611
+ }
612
+ },
613
+ IsNullable: {
614
+ kind: "property",
615
+ type: () => {
616
+ return System.Boolean;
617
+ }
618
+ },
619
+ Namespace: {
620
+ kind: "property",
621
+ type: () => {
622
+ return System.String;
623
+ },
624
+ isNullable: true
625
+ },
626
+ NestingLevel: {
627
+ kind: "property",
628
+ type: () => {
629
+ return System.Int32;
630
+ }
631
+ },
632
+ Type: {
633
+ kind: "property",
634
+ type: () => {
635
+ return System.Type;
636
+ }
637
+ }
638
+ }
639
+ },
640
+ XmlArrayItemAttributes: {
641
+ kind: "class",
642
+ members: {
643
+ XmlArrayItemAttributes: {
644
+ kind: "method",
645
+ methodKind: "constructor"
646
+ },
647
+ Add: {
648
+ kind: "method",
649
+ methodKind: "ordinary"
650
+ },
651
+ Contains: {
652
+ kind: "method",
653
+ methodKind: "ordinary"
654
+ },
655
+ CopyTo: {
656
+ kind: "method",
657
+ methodKind: "ordinary"
658
+ },
659
+ IndexOf: {
660
+ kind: "method",
661
+ methodKind: "ordinary"
662
+ },
663
+ Insert: {
664
+ kind: "method",
665
+ methodKind: "ordinary"
666
+ },
667
+ Remove: {
668
+ kind: "method",
669
+ methodKind: "ordinary"
670
+ },
671
+ Item: {
672
+ kind: "property",
673
+ type: () => {
674
+ return Serialization.XmlArrayItemAttribute;
675
+ }
676
+ }
677
+ }
678
+ },
679
+ XmlAttributeAttribute: {
680
+ kind: "class",
681
+ members: {
682
+ XmlAttributeAttribute: {
683
+ kind: "method",
684
+ methodKind: "constructor"
685
+ },
686
+ AttributeName: {
687
+ kind: "property",
688
+ type: () => {
689
+ return System.String;
690
+ }
691
+ },
692
+ DataType: {
693
+ kind: "property",
694
+ type: () => {
695
+ return System.String;
696
+ }
697
+ },
698
+ Form: {
699
+ kind: "property",
700
+ type: () => {
701
+ return Schema.XmlSchemaForm;
702
+ }
703
+ },
704
+ Namespace: {
705
+ kind: "property",
706
+ type: () => {
707
+ return System.String;
708
+ },
709
+ isNullable: true
710
+ },
711
+ Type: {
712
+ kind: "property",
713
+ type: () => {
714
+ return System.Type;
715
+ }
716
+ }
717
+ }
718
+ },
719
+ XmlAttributeEventArgs: {
720
+ kind: "class",
721
+ members: {
722
+ Attr: {
723
+ kind: "property",
724
+ type: () => {
725
+ return Xml.XmlAttribute;
726
+ }
727
+ },
728
+ ExpectedAttributes: {
729
+ kind: "property",
730
+ type: () => {
731
+ return System.String;
732
+ }
733
+ },
734
+ LineNumber: {
735
+ kind: "property",
736
+ type: () => {
737
+ return System.Int32;
738
+ }
739
+ },
740
+ LinePosition: {
741
+ kind: "property",
742
+ type: () => {
743
+ return System.Int32;
744
+ }
745
+ },
746
+ ObjectBeingDeserialized: {
747
+ kind: "property",
748
+ type: () => {
749
+ return System.Object;
750
+ },
751
+ isNullable: true
752
+ }
753
+ }
754
+ },
755
+ XmlAttributeEventHandler: {
756
+ kind: "generic",
757
+ members: {
758
+ XmlAttributeEventHandler: {
759
+ kind: "method",
760
+ methodKind: "constructor"
761
+ },
762
+ Invoke: {
763
+ kind: "method",
764
+ methodKind: "ordinary",
765
+ isVirtual: true
766
+ },
767
+ BeginInvoke: {
768
+ kind: "method",
769
+ methodKind: "ordinary",
770
+ isVirtual: true
771
+ },
772
+ EndInvoke: {
773
+ kind: "method",
774
+ methodKind: "ordinary",
775
+ isVirtual: true
776
+ }
777
+ }
778
+ },
779
+ XmlAttributeOverrides: {
780
+ kind: "class",
781
+ members: {
782
+ XmlAttributeOverrides: {
783
+ kind: "method",
784
+ methodKind: "constructor"
785
+ },
786
+ Add: {
787
+ kind: "method",
788
+ methodKind: "ordinary"
789
+ },
790
+ Item: {
791
+ kind: "property",
792
+ type: () => {
793
+ return Serialization.XmlAttributes;
794
+ }
795
+ }
796
+ }
797
+ },
798
+ XmlAttributes: {
799
+ kind: "class",
800
+ members: {
801
+ XmlAttributes: {
802
+ kind: "method",
803
+ methodKind: "constructor"
804
+ },
805
+ XmlAnyAttribute: {
806
+ kind: "property",
807
+ type: () => {
808
+ return Serialization.XmlAnyAttributeAttribute;
809
+ }
810
+ },
811
+ XmlAnyElements: {
812
+ kind: "property",
813
+ type: () => {
814
+ return Serialization.XmlAnyElementAttributes;
815
+ }
816
+ },
817
+ XmlArray: {
818
+ kind: "property",
819
+ type: () => {
820
+ return Serialization.XmlArrayAttribute;
821
+ }
822
+ },
823
+ XmlArrayItems: {
824
+ kind: "property",
825
+ type: () => {
826
+ return Serialization.XmlArrayItemAttributes;
827
+ }
828
+ },
829
+ XmlAttribute: {
830
+ kind: "property",
831
+ type: () => {
832
+ return Serialization.XmlAttributeAttribute;
833
+ }
834
+ },
835
+ XmlChoiceIdentifier: {
836
+ kind: "property",
837
+ type: () => {
838
+ return Serialization.XmlChoiceIdentifierAttribute;
839
+ }
840
+ },
841
+ XmlDefaultValue: {
842
+ kind: "property",
843
+ type: () => {
844
+ return System.Object;
845
+ },
846
+ isNullable: true
847
+ },
848
+ XmlElements: {
849
+ kind: "property",
850
+ type: () => {
851
+ return Serialization.XmlElementAttributes;
852
+ }
853
+ },
854
+ XmlEnum: {
855
+ kind: "property",
856
+ type: () => {
857
+ return Serialization.XmlEnumAttribute;
858
+ }
859
+ },
860
+ XmlIgnore: {
861
+ kind: "property",
862
+ type: () => {
863
+ return System.Boolean;
864
+ }
865
+ },
866
+ Xmlns: {
867
+ kind: "property",
868
+ type: () => {
869
+ return System.Boolean;
870
+ }
871
+ },
872
+ XmlRoot: {
873
+ kind: "property",
874
+ type: () => {
875
+ return Serialization.XmlRootAttribute;
876
+ }
877
+ },
878
+ XmlText: {
879
+ kind: "property",
880
+ type: () => {
881
+ return Serialization.XmlTextAttribute;
882
+ }
883
+ },
884
+ XmlType: {
885
+ kind: "property",
886
+ type: () => {
887
+ return Serialization.XmlTypeAttribute;
888
+ }
889
+ }
890
+ }
891
+ },
892
+ XmlChoiceIdentifierAttribute: {
893
+ kind: "class",
894
+ members: {
895
+ XmlChoiceIdentifierAttribute: {
896
+ kind: "method",
897
+ methodKind: "constructor"
898
+ },
899
+ MemberName: {
900
+ kind: "property",
901
+ type: () => {
902
+ return System.String;
903
+ }
904
+ }
905
+ }
906
+ },
907
+ XmlDeserializationEvents: {
908
+ kind: "struct",
909
+ members: {
910
+ OnUnknownAttribute: {
911
+ kind: "property",
912
+ type: () => {
913
+ return Serialization.XmlAttributeEventHandler;
914
+ },
915
+ isNullable: true
916
+ },
917
+ OnUnknownElement: {
918
+ kind: "property",
919
+ type: () => {
920
+ return Serialization.XmlElementEventHandler;
921
+ },
922
+ isNullable: true
923
+ },
924
+ OnUnknownNode: {
925
+ kind: "property",
926
+ type: () => {
927
+ return Serialization.XmlNodeEventHandler;
928
+ },
929
+ isNullable: true
930
+ },
931
+ OnUnreferencedObject: {
932
+ kind: "property",
933
+ type: () => {
934
+ return Serialization.UnreferencedObjectEventHandler;
935
+ },
936
+ isNullable: true
937
+ }
938
+ }
939
+ },
940
+ XmlElementAttribute: {
941
+ kind: "class",
942
+ members: {
943
+ XmlElementAttribute: {
944
+ kind: "method",
945
+ methodKind: "constructor"
946
+ },
947
+ DataType: {
948
+ kind: "property",
949
+ type: () => {
950
+ return System.String;
951
+ }
952
+ },
953
+ ElementName: {
954
+ kind: "property",
955
+ type: () => {
956
+ return System.String;
957
+ }
958
+ },
959
+ Form: {
960
+ kind: "property",
961
+ type: () => {
962
+ return Schema.XmlSchemaForm;
963
+ }
964
+ },
965
+ IsNullable: {
966
+ kind: "property",
967
+ type: () => {
968
+ return System.Boolean;
969
+ }
970
+ },
971
+ Namespace: {
972
+ kind: "property",
973
+ type: () => {
974
+ return System.String;
975
+ },
976
+ isNullable: true
977
+ },
978
+ Order: {
979
+ kind: "property",
980
+ type: () => {
981
+ return System.Int32;
982
+ }
983
+ },
984
+ Type: {
985
+ kind: "property",
986
+ type: () => {
987
+ return System.Type;
988
+ }
989
+ }
990
+ }
991
+ },
992
+ XmlElementAttributes: {
993
+ kind: "class",
994
+ members: {
995
+ XmlElementAttributes: {
996
+ kind: "method",
997
+ methodKind: "constructor"
998
+ },
999
+ Add: {
1000
+ kind: "method",
1001
+ methodKind: "ordinary"
1002
+ },
1003
+ Contains: {
1004
+ kind: "method",
1005
+ methodKind: "ordinary"
1006
+ },
1007
+ CopyTo: {
1008
+ kind: "method",
1009
+ methodKind: "ordinary"
1010
+ },
1011
+ IndexOf: {
1012
+ kind: "method",
1013
+ methodKind: "ordinary"
1014
+ },
1015
+ Insert: {
1016
+ kind: "method",
1017
+ methodKind: "ordinary"
1018
+ },
1019
+ Remove: {
1020
+ kind: "method",
1021
+ methodKind: "ordinary"
1022
+ },
1023
+ Item: {
1024
+ kind: "property",
1025
+ type: () => {
1026
+ return Serialization.XmlElementAttribute;
1027
+ }
1028
+ }
1029
+ }
1030
+ },
1031
+ XmlElementEventArgs: {
1032
+ kind: "class",
1033
+ members: {
1034
+ Element: {
1035
+ kind: "property",
1036
+ type: () => {
1037
+ return Xml.XmlElement;
1038
+ }
1039
+ },
1040
+ ExpectedElements: {
1041
+ kind: "property",
1042
+ type: () => {
1043
+ return System.String;
1044
+ }
1045
+ },
1046
+ LineNumber: {
1047
+ kind: "property",
1048
+ type: () => {
1049
+ return System.Int32;
1050
+ }
1051
+ },
1052
+ LinePosition: {
1053
+ kind: "property",
1054
+ type: () => {
1055
+ return System.Int32;
1056
+ }
1057
+ },
1058
+ ObjectBeingDeserialized: {
1059
+ kind: "property",
1060
+ type: () => {
1061
+ return System.Object;
1062
+ },
1063
+ isNullable: true
1064
+ }
1065
+ }
1066
+ },
1067
+ XmlElementEventHandler: {
1068
+ kind: "generic",
1069
+ members: {
1070
+ XmlElementEventHandler: {
1071
+ kind: "method",
1072
+ methodKind: "constructor"
1073
+ },
1074
+ Invoke: {
1075
+ kind: "method",
1076
+ methodKind: "ordinary",
1077
+ isVirtual: true
1078
+ },
1079
+ BeginInvoke: {
1080
+ kind: "method",
1081
+ methodKind: "ordinary",
1082
+ isVirtual: true
1083
+ },
1084
+ EndInvoke: {
1085
+ kind: "method",
1086
+ methodKind: "ordinary",
1087
+ isVirtual: true
1088
+ }
1089
+ }
1090
+ },
1091
+ XmlEnumAttribute: {
1092
+ kind: "class",
1093
+ members: {
1094
+ XmlEnumAttribute: {
1095
+ kind: "method",
1096
+ methodKind: "constructor"
1097
+ },
1098
+ Name: {
1099
+ kind: "property",
1100
+ type: () => {
1101
+ return System.String;
1102
+ },
1103
+ isNullable: true
1104
+ }
1105
+ }
1106
+ },
1107
+ XmlIgnoreAttribute: {
1108
+ kind: "class",
1109
+ members: {
1110
+ XmlIgnoreAttribute: {
1111
+ kind: "method",
1112
+ methodKind: "constructor"
1113
+ }
1114
+ }
1115
+ },
1116
+ XmlIncludeAttribute: {
1117
+ kind: "class",
1118
+ members: {
1119
+ XmlIncludeAttribute: {
1120
+ kind: "method",
1121
+ methodKind: "constructor"
1122
+ },
1123
+ Type: {
1124
+ kind: "property",
1125
+ type: () => {
1126
+ return System.Type;
1127
+ }
1128
+ }
1129
+ }
1130
+ },
1131
+ XmlMapping: {
1132
+ kind: "class",
1133
+ members: {
1134
+ SetKey: {
1135
+ kind: "method",
1136
+ methodKind: "ordinary"
1137
+ },
1138
+ ElementName: {
1139
+ kind: "property",
1140
+ type: () => {
1141
+ return System.String;
1142
+ }
1143
+ },
1144
+ Namespace: {
1145
+ kind: "property",
1146
+ type: () => {
1147
+ return System.String;
1148
+ },
1149
+ isNullable: true
1150
+ },
1151
+ XsdElementName: {
1152
+ kind: "property",
1153
+ type: () => {
1154
+ return System.String;
1155
+ }
1156
+ }
1157
+ },
1158
+ isAbstract: true
1159
+ },
1160
+ XmlMappingAccess: {
1161
+ kind: "enum",
1162
+ members: {
1163
+ None: {
1164
+ kind: "field",
1165
+ type: () => {
1166
+ return Serialization.XmlMappingAccess;
1167
+ }
1168
+ },
1169
+ Read: {
1170
+ kind: "field",
1171
+ type: () => {
1172
+ return Serialization.XmlMappingAccess;
1173
+ }
1174
+ },
1175
+ Write: {
1176
+ kind: "field",
1177
+ type: () => {
1178
+ return Serialization.XmlMappingAccess;
1179
+ }
1180
+ }
1181
+ }
1182
+ },
1183
+ XmlMemberMapping: {
1184
+ kind: "class",
1185
+ members: {
1186
+ Any: {
1187
+ kind: "property",
1188
+ type: () => {
1189
+ return System.Boolean;
1190
+ }
1191
+ },
1192
+ CheckSpecified: {
1193
+ kind: "property",
1194
+ type: () => {
1195
+ return System.Boolean;
1196
+ }
1197
+ },
1198
+ ElementName: {
1199
+ kind: "property",
1200
+ type: () => {
1201
+ return System.String;
1202
+ }
1203
+ },
1204
+ MemberName: {
1205
+ kind: "property",
1206
+ type: () => {
1207
+ return System.String;
1208
+ }
1209
+ },
1210
+ Namespace: {
1211
+ kind: "property",
1212
+ type: () => {
1213
+ return System.String;
1214
+ },
1215
+ isNullable: true
1216
+ },
1217
+ TypeFullName: {
1218
+ kind: "property",
1219
+ type: () => {
1220
+ return System.String;
1221
+ }
1222
+ },
1223
+ TypeName: {
1224
+ kind: "property",
1225
+ type: () => {
1226
+ return System.String;
1227
+ },
1228
+ isNullable: true
1229
+ },
1230
+ TypeNamespace: {
1231
+ kind: "property",
1232
+ type: () => {
1233
+ return System.String;
1234
+ },
1235
+ isNullable: true
1236
+ },
1237
+ XsdElementName: {
1238
+ kind: "property",
1239
+ type: () => {
1240
+ return System.String;
1241
+ }
1242
+ }
1243
+ }
1244
+ },
1245
+ XmlMembersMapping: {
1246
+ kind: "class",
1247
+ members: {
1248
+ Count: {
1249
+ kind: "property",
1250
+ type: () => {
1251
+ return System.Int32;
1252
+ }
1253
+ },
1254
+ Item: {
1255
+ kind: "property",
1256
+ type: () => {
1257
+ return Serialization.XmlMemberMapping;
1258
+ }
1259
+ },
1260
+ TypeName: {
1261
+ kind: "property",
1262
+ type: () => {
1263
+ return System.String;
1264
+ },
1265
+ isNullable: true
1266
+ },
1267
+ TypeNamespace: {
1268
+ kind: "property",
1269
+ type: () => {
1270
+ return System.String;
1271
+ },
1272
+ isNullable: true
1273
+ }
1274
+ }
1275
+ },
1276
+ XmlNamespaceDeclarationsAttribute: {
1277
+ kind: "class",
1278
+ members: {
1279
+ XmlNamespaceDeclarationsAttribute: {
1280
+ kind: "method",
1281
+ methodKind: "constructor"
1282
+ }
1283
+ }
1284
+ },
1285
+ XmlNodeEventArgs: {
1286
+ kind: "class",
1287
+ members: {
1288
+ LineNumber: {
1289
+ kind: "property",
1290
+ type: () => {
1291
+ return System.Int32;
1292
+ }
1293
+ },
1294
+ LinePosition: {
1295
+ kind: "property",
1296
+ type: () => {
1297
+ return System.Int32;
1298
+ }
1299
+ },
1300
+ LocalName: {
1301
+ kind: "property",
1302
+ type: () => {
1303
+ return System.String;
1304
+ }
1305
+ },
1306
+ Name: {
1307
+ kind: "property",
1308
+ type: () => {
1309
+ return System.String;
1310
+ }
1311
+ },
1312
+ NamespaceURI: {
1313
+ kind: "property",
1314
+ type: () => {
1315
+ return System.String;
1316
+ }
1317
+ },
1318
+ NodeType: {
1319
+ kind: "property",
1320
+ type: () => {
1321
+ return Xml.XmlNodeType;
1322
+ }
1323
+ },
1324
+ ObjectBeingDeserialized: {
1325
+ kind: "property",
1326
+ type: () => {
1327
+ return System.Object;
1328
+ },
1329
+ isNullable: true
1330
+ },
1331
+ Text: {
1332
+ kind: "property",
1333
+ type: () => {
1334
+ return System.String;
1335
+ },
1336
+ isNullable: true
1337
+ }
1338
+ }
1339
+ },
1340
+ XmlNodeEventHandler: {
1341
+ kind: "generic",
1342
+ members: {
1343
+ XmlNodeEventHandler: {
1344
+ kind: "method",
1345
+ methodKind: "constructor"
1346
+ },
1347
+ Invoke: {
1348
+ kind: "method",
1349
+ methodKind: "ordinary",
1350
+ isVirtual: true
1351
+ },
1352
+ BeginInvoke: {
1353
+ kind: "method",
1354
+ methodKind: "ordinary",
1355
+ isVirtual: true
1356
+ },
1357
+ EndInvoke: {
1358
+ kind: "method",
1359
+ methodKind: "ordinary",
1360
+ isVirtual: true
1361
+ }
1362
+ }
1363
+ },
1364
+ XmlReflectionImporter: {
1365
+ kind: "class",
1366
+ members: {
1367
+ XmlReflectionImporter: {
1368
+ kind: "method",
1369
+ methodKind: "constructor"
1370
+ },
1371
+ ImportMembersMapping: {
1372
+ kind: "method",
1373
+ methodKind: "ordinary"
1374
+ },
1375
+ ImportTypeMapping: {
1376
+ kind: "method",
1377
+ methodKind: "ordinary"
1378
+ },
1379
+ IncludeType: {
1380
+ kind: "method",
1381
+ methodKind: "ordinary"
1382
+ },
1383
+ IncludeTypes: {
1384
+ kind: "method",
1385
+ methodKind: "ordinary"
1386
+ }
1387
+ }
1388
+ },
1389
+ XmlReflectionMember: {
1390
+ kind: "class",
1391
+ members: {
1392
+ XmlReflectionMember: {
1393
+ kind: "method",
1394
+ methodKind: "constructor"
1395
+ },
1396
+ IsReturnValue: {
1397
+ kind: "property",
1398
+ type: () => {
1399
+ return System.Boolean;
1400
+ }
1401
+ },
1402
+ MemberName: {
1403
+ kind: "property",
1404
+ type: () => {
1405
+ return System.String;
1406
+ }
1407
+ },
1408
+ MemberType: {
1409
+ kind: "property",
1410
+ type: () => {
1411
+ return System.Type;
1412
+ },
1413
+ isNullable: true
1414
+ },
1415
+ OverrideIsNullable: {
1416
+ kind: "property",
1417
+ type: () => {
1418
+ return System.Boolean;
1419
+ }
1420
+ },
1421
+ SoapAttributes: {
1422
+ kind: "property",
1423
+ type: () => {
1424
+ return Serialization.SoapAttributes;
1425
+ }
1426
+ },
1427
+ XmlAttributes: {
1428
+ kind: "property",
1429
+ type: () => {
1430
+ return Serialization.XmlAttributes;
1431
+ }
1432
+ }
1433
+ }
1434
+ },
1435
+ XmlRootAttribute: {
1436
+ kind: "class",
1437
+ members: {
1438
+ XmlRootAttribute: {
1439
+ kind: "method",
1440
+ methodKind: "constructor"
1441
+ },
1442
+ DataType: {
1443
+ kind: "property",
1444
+ type: () => {
1445
+ return System.String;
1446
+ }
1447
+ },
1448
+ ElementName: {
1449
+ kind: "property",
1450
+ type: () => {
1451
+ return System.String;
1452
+ }
1453
+ },
1454
+ IsNullable: {
1455
+ kind: "property",
1456
+ type: () => {
1457
+ return System.Boolean;
1458
+ }
1459
+ },
1460
+ Namespace: {
1461
+ kind: "property",
1462
+ type: () => {
1463
+ return System.String;
1464
+ },
1465
+ isNullable: true
1466
+ }
1467
+ }
1468
+ },
1469
+ XmlSchemaEnumerator: {
1470
+ kind: "class",
1471
+ members: {
1472
+ XmlSchemaEnumerator: {
1473
+ kind: "method",
1474
+ methodKind: "constructor"
1475
+ },
1476
+ Dispose: {
1477
+ kind: "method",
1478
+ methodKind: "ordinary"
1479
+ },
1480
+ MoveNext: {
1481
+ kind: "method",
1482
+ methodKind: "ordinary"
1483
+ },
1484
+ Current: {
1485
+ kind: "property",
1486
+ type: () => {
1487
+ return Schema.XmlSchema;
1488
+ }
1489
+ }
1490
+ }
1491
+ },
1492
+ XmlSchemaExporter: {
1493
+ kind: "class",
1494
+ members: {
1495
+ XmlSchemaExporter: {
1496
+ kind: "method",
1497
+ methodKind: "constructor"
1498
+ },
1499
+ ExportAnyType: {
1500
+ kind: "method",
1501
+ methodKind: "ordinary"
1502
+ },
1503
+ ExportMembersMapping: {
1504
+ kind: "method",
1505
+ methodKind: "ordinary"
1506
+ },
1507
+ ExportTypeMapping: {
1508
+ kind: "method",
1509
+ methodKind: "ordinary"
1510
+ }
1511
+ }
1512
+ },
1513
+ XmlSchemaImporter: {
1514
+ kind: "class",
1515
+ members: {
1516
+ XmlSchemaImporter: {
1517
+ kind: "method",
1518
+ methodKind: "constructor"
1519
+ },
1520
+ ImportAnyType: {
1521
+ kind: "method",
1522
+ methodKind: "ordinary"
1523
+ },
1524
+ ImportDerivedTypeMapping: {
1525
+ kind: "method",
1526
+ methodKind: "ordinary"
1527
+ },
1528
+ ImportMembersMapping: {
1529
+ kind: "method",
1530
+ methodKind: "ordinary"
1531
+ },
1532
+ ImportSchemaType: {
1533
+ kind: "method",
1534
+ methodKind: "ordinary"
1535
+ },
1536
+ ImportTypeMapping: {
1537
+ kind: "method",
1538
+ methodKind: "ordinary"
1539
+ }
1540
+ }
1541
+ },
1542
+ XmlSchemaProviderAttribute: {
1543
+ kind: "class",
1544
+ members: {
1545
+ XmlSchemaProviderAttribute: {
1546
+ kind: "method",
1547
+ methodKind: "constructor"
1548
+ },
1549
+ IsAny: {
1550
+ kind: "property",
1551
+ type: () => {
1552
+ return System.Boolean;
1553
+ }
1554
+ },
1555
+ MethodName: {
1556
+ kind: "property",
1557
+ type: () => {
1558
+ return System.String;
1559
+ },
1560
+ isNullable: true
1561
+ }
1562
+ },
1563
+ isSealed: true
1564
+ },
1565
+ XmlSchemas: {
1566
+ kind: "class",
1567
+ members: {
1568
+ XmlSchemas: {
1569
+ kind: "method",
1570
+ methodKind: "constructor"
1571
+ },
1572
+ Add: {
1573
+ kind: "method",
1574
+ methodKind: "ordinary"
1575
+ },
1576
+ AddReference: {
1577
+ kind: "method",
1578
+ methodKind: "ordinary"
1579
+ },
1580
+ Compile: {
1581
+ kind: "method",
1582
+ methodKind: "ordinary"
1583
+ },
1584
+ Contains: {
1585
+ kind: "method",
1586
+ methodKind: "ordinary"
1587
+ },
1588
+ CopyTo: {
1589
+ kind: "method",
1590
+ methodKind: "ordinary"
1591
+ },
1592
+ Find: {
1593
+ kind: "method",
1594
+ methodKind: "ordinary"
1595
+ },
1596
+ GetSchemas: {
1597
+ kind: "method",
1598
+ methodKind: "ordinary"
1599
+ },
1600
+ IndexOf: {
1601
+ kind: "method",
1602
+ methodKind: "ordinary"
1603
+ },
1604
+ Insert: {
1605
+ kind: "method",
1606
+ methodKind: "ordinary"
1607
+ },
1608
+ IsDataSet: {
1609
+ kind: "method",
1610
+ methodKind: "ordinary",
1611
+ isStatic: true
1612
+ },
1613
+ OnClear: {
1614
+ kind: "method",
1615
+ methodKind: "ordinary",
1616
+ isOverride: true
1617
+ },
1618
+ OnInsert: {
1619
+ kind: "method",
1620
+ methodKind: "ordinary",
1621
+ isOverride: true
1622
+ },
1623
+ OnRemove: {
1624
+ kind: "method",
1625
+ methodKind: "ordinary",
1626
+ isOverride: true
1627
+ },
1628
+ OnSet: {
1629
+ kind: "method",
1630
+ methodKind: "ordinary",
1631
+ isOverride: true
1632
+ },
1633
+ Remove: {
1634
+ kind: "method",
1635
+ methodKind: "ordinary"
1636
+ },
1637
+ IsCompiled: {
1638
+ kind: "property",
1639
+ type: () => {
1640
+ return System.Boolean;
1641
+ }
1642
+ },
1643
+ Item: {
1644
+ kind: "property",
1645
+ type: () => {
1646
+ return Schema.XmlSchema;
1647
+ }
1648
+ }
1649
+ }
1650
+ },
1651
+ XmlSerializationCollectionFixupCallback: {
1652
+ kind: "generic",
1653
+ members: {
1654
+ XmlSerializationCollectionFixupCallback: {
1655
+ kind: "method",
1656
+ methodKind: "constructor"
1657
+ },
1658
+ Invoke: {
1659
+ kind: "method",
1660
+ methodKind: "ordinary",
1661
+ isVirtual: true
1662
+ },
1663
+ BeginInvoke: {
1664
+ kind: "method",
1665
+ methodKind: "ordinary",
1666
+ isVirtual: true
1667
+ },
1668
+ EndInvoke: {
1669
+ kind: "method",
1670
+ methodKind: "ordinary",
1671
+ isVirtual: true
1672
+ }
1673
+ }
1674
+ },
1675
+ XmlSerializationFixupCallback: {
1676
+ kind: "generic",
1677
+ members: {
1678
+ XmlSerializationFixupCallback: {
1679
+ kind: "method",
1680
+ methodKind: "constructor"
1681
+ },
1682
+ Invoke: {
1683
+ kind: "method",
1684
+ methodKind: "ordinary",
1685
+ isVirtual: true
1686
+ },
1687
+ BeginInvoke: {
1688
+ kind: "method",
1689
+ methodKind: "ordinary",
1690
+ isVirtual: true
1691
+ },
1692
+ EndInvoke: {
1693
+ kind: "method",
1694
+ methodKind: "ordinary",
1695
+ isVirtual: true
1696
+ }
1697
+ }
1698
+ },
1699
+ XmlSerializationGeneratedCode: {
1700
+ kind: "class",
1701
+ members: {
1702
+ XmlSerializationGeneratedCode: {
1703
+ kind: "method",
1704
+ methodKind: "constructor"
1705
+ }
1706
+ },
1707
+ isAbstract: true
1708
+ },
1709
+ XmlSerializationReadCallback: {
1710
+ kind: "generic",
1711
+ members: {
1712
+ XmlSerializationReadCallback: {
1713
+ kind: "method",
1714
+ methodKind: "constructor"
1715
+ },
1716
+ Invoke: {
1717
+ kind: "method",
1718
+ methodKind: "ordinary",
1719
+ isVirtual: true
1720
+ },
1721
+ BeginInvoke: {
1722
+ kind: "method",
1723
+ methodKind: "ordinary",
1724
+ isVirtual: true
1725
+ },
1726
+ EndInvoke: {
1727
+ kind: "method",
1728
+ methodKind: "ordinary",
1729
+ isVirtual: true
1730
+ }
1731
+ }
1732
+ },
1733
+ XmlSerializationReader: {
1734
+ kind: "class",
1735
+ members: {
1736
+ CollectionFixup: {
1737
+ kind: "class",
1738
+ members: {
1739
+ CollectionFixup: {
1740
+ kind: "method",
1741
+ methodKind: "constructor"
1742
+ },
1743
+ Callback: {
1744
+ kind: "property",
1745
+ type: () => {
1746
+ return Serialization.XmlSerializationCollectionFixupCallback;
1747
+ }
1748
+ },
1749
+ Collection: {
1750
+ kind: "property",
1751
+ type: () => {
1752
+ return System.Object;
1753
+ },
1754
+ isNullable: true
1755
+ },
1756
+ CollectionItems: {
1757
+ kind: "property",
1758
+ type: () => {
1759
+ return System.Object;
1760
+ }
1761
+ }
1762
+ }
1763
+ },
1764
+ Fixup: {
1765
+ kind: "class",
1766
+ members: {
1767
+ Fixup: {
1768
+ kind: "method",
1769
+ methodKind: "constructor"
1770
+ },
1771
+ Callback: {
1772
+ kind: "property",
1773
+ type: () => {
1774
+ return Serialization.XmlSerializationFixupCallback;
1775
+ }
1776
+ },
1777
+ Ids: {
1778
+ kind: "property",
1779
+ type: () => {
1780
+ return System.Array;
1781
+ },
1782
+ isNullable: true
1783
+ },
1784
+ Source: {
1785
+ kind: "property",
1786
+ type: () => {
1787
+ return System.Object;
1788
+ },
1789
+ isNullable: true
1790
+ }
1791
+ }
1792
+ }
1793
+ }
1794
+ },
1795
+ XmlSerializationWriteCallback: {
1796
+ kind: "generic",
1797
+ members: {
1798
+ XmlSerializationWriteCallback: {
1799
+ kind: "method",
1800
+ methodKind: "constructor"
1801
+ },
1802
+ Invoke: {
1803
+ kind: "method",
1804
+ methodKind: "ordinary",
1805
+ isVirtual: true
1806
+ },
1807
+ BeginInvoke: {
1808
+ kind: "method",
1809
+ methodKind: "ordinary",
1810
+ isVirtual: true
1811
+ },
1812
+ EndInvoke: {
1813
+ kind: "method",
1814
+ methodKind: "ordinary",
1815
+ isVirtual: true
1816
+ }
1817
+ }
1818
+ },
1819
+ XmlSerializationWriter: {
1820
+ kind: "class",
1821
+ members: {
1822
+ XmlSerializationWriter: {
1823
+ kind: "method",
1824
+ methodKind: "constructor"
1825
+ },
1826
+ AddWriteCallback: {
1827
+ kind: "method",
1828
+ methodKind: "ordinary"
1829
+ },
1830
+ CreateChoiceIdentifierValueException: {
1831
+ kind: "method",
1832
+ methodKind: "ordinary"
1833
+ },
1834
+ CreateInvalidAnyTypeException: {
1835
+ kind: "method",
1836
+ methodKind: "ordinary"
1837
+ },
1838
+ CreateInvalidChoiceIdentifierValueException: {
1839
+ kind: "method",
1840
+ methodKind: "ordinary"
1841
+ },
1842
+ CreateInvalidEnumValueException: {
1843
+ kind: "method",
1844
+ methodKind: "ordinary"
1845
+ },
1846
+ CreateMismatchChoiceException: {
1847
+ kind: "method",
1848
+ methodKind: "ordinary"
1849
+ },
1850
+ CreateUnknownAnyElementException: {
1851
+ kind: "method",
1852
+ methodKind: "ordinary"
1853
+ },
1854
+ CreateUnknownTypeException: {
1855
+ kind: "method",
1856
+ methodKind: "ordinary"
1857
+ },
1858
+ FromByteArrayBase64: {
1859
+ kind: "method",
1860
+ methodKind: "ordinary",
1861
+ isStatic: true
1862
+ },
1863
+ FromByteArrayHex: {
1864
+ kind: "method",
1865
+ methodKind: "ordinary",
1866
+ isStatic: true
1867
+ },
1868
+ FromChar: {
1869
+ kind: "method",
1870
+ methodKind: "ordinary",
1871
+ isStatic: true
1872
+ },
1873
+ FromDate: {
1874
+ kind: "method",
1875
+ methodKind: "ordinary",
1876
+ isStatic: true
1877
+ },
1878
+ FromDateTime: {
1879
+ kind: "method",
1880
+ methodKind: "ordinary",
1881
+ isStatic: true
1882
+ },
1883
+ FromEnum: {
1884
+ kind: "method",
1885
+ methodKind: "ordinary",
1886
+ isStatic: true
1887
+ },
1888
+ FromTime: {
1889
+ kind: "method",
1890
+ methodKind: "ordinary",
1891
+ isStatic: true
1892
+ },
1893
+ FromXmlName: {
1894
+ kind: "method",
1895
+ methodKind: "ordinary",
1896
+ isStatic: true
1897
+ },
1898
+ FromXmlNCName: {
1899
+ kind: "method",
1900
+ methodKind: "ordinary",
1901
+ isStatic: true
1902
+ },
1903
+ FromXmlNmToken: {
1904
+ kind: "method",
1905
+ methodKind: "ordinary",
1906
+ isStatic: true
1907
+ },
1908
+ FromXmlNmTokens: {
1909
+ kind: "method",
1910
+ methodKind: "ordinary",
1911
+ isStatic: true
1912
+ },
1913
+ FromXmlQualifiedName: {
1914
+ kind: "method",
1915
+ methodKind: "ordinary"
1916
+ },
1917
+ InitCallbacks: {
1918
+ kind: "method",
1919
+ methodKind: "ordinary",
1920
+ isAbstract: true
1921
+ },
1922
+ ResolveDynamicAssembly: {
1923
+ kind: "method",
1924
+ methodKind: "ordinary",
1925
+ isStatic: true
1926
+ },
1927
+ TopLevelElement: {
1928
+ kind: "method",
1929
+ methodKind: "ordinary"
1930
+ },
1931
+ WriteAttribute: {
1932
+ kind: "method",
1933
+ methodKind: "ordinary"
1934
+ },
1935
+ WriteElementEncoded: {
1936
+ kind: "method",
1937
+ methodKind: "ordinary"
1938
+ },
1939
+ WriteElementLiteral: {
1940
+ kind: "method",
1941
+ methodKind: "ordinary"
1942
+ },
1943
+ WriteElementQualifiedName: {
1944
+ kind: "method",
1945
+ methodKind: "ordinary"
1946
+ },
1947
+ WriteElementString: {
1948
+ kind: "method",
1949
+ methodKind: "ordinary"
1950
+ },
1951
+ WriteElementStringRaw: {
1952
+ kind: "method",
1953
+ methodKind: "ordinary"
1954
+ },
1955
+ WriteEmptyTag: {
1956
+ kind: "method",
1957
+ methodKind: "ordinary"
1958
+ },
1959
+ WriteEndElement: {
1960
+ kind: "method",
1961
+ methodKind: "ordinary"
1962
+ },
1963
+ WriteId: {
1964
+ kind: "method",
1965
+ methodKind: "ordinary"
1966
+ },
1967
+ WriteNamespaceDeclarations: {
1968
+ kind: "method",
1969
+ methodKind: "ordinary"
1970
+ },
1971
+ WriteNullableQualifiedNameEncoded: {
1972
+ kind: "method",
1973
+ methodKind: "ordinary"
1974
+ },
1975
+ WriteNullableQualifiedNameLiteral: {
1976
+ kind: "method",
1977
+ methodKind: "ordinary"
1978
+ },
1979
+ WriteNullableStringEncoded: {
1980
+ kind: "method",
1981
+ methodKind: "ordinary"
1982
+ },
1983
+ WriteNullableStringEncodedRaw: {
1984
+ kind: "method",
1985
+ methodKind: "ordinary"
1986
+ },
1987
+ WriteNullableStringLiteral: {
1988
+ kind: "method",
1989
+ methodKind: "ordinary"
1990
+ },
1991
+ WriteNullableStringLiteralRaw: {
1992
+ kind: "method",
1993
+ methodKind: "ordinary"
1994
+ },
1995
+ WriteNullTagEncoded: {
1996
+ kind: "method",
1997
+ methodKind: "ordinary"
1998
+ },
1999
+ WriteNullTagLiteral: {
2000
+ kind: "method",
2001
+ methodKind: "ordinary"
2002
+ },
2003
+ WritePotentiallyReferencingElement: {
2004
+ kind: "method",
2005
+ methodKind: "ordinary"
2006
+ },
2007
+ WriteReferencedElements: {
2008
+ kind: "method",
2009
+ methodKind: "ordinary"
2010
+ },
2011
+ WriteReferencingElement: {
2012
+ kind: "method",
2013
+ methodKind: "ordinary"
2014
+ },
2015
+ WriteRpcResult: {
2016
+ kind: "method",
2017
+ methodKind: "ordinary"
2018
+ },
2019
+ WriteSerializable: {
2020
+ kind: "method",
2021
+ methodKind: "ordinary"
2022
+ },
2023
+ WriteStartDocument: {
2024
+ kind: "method",
2025
+ methodKind: "ordinary"
2026
+ },
2027
+ WriteStartElement: {
2028
+ kind: "method",
2029
+ methodKind: "ordinary"
2030
+ },
2031
+ WriteTypedPrimitive: {
2032
+ kind: "method",
2033
+ methodKind: "ordinary"
2034
+ },
2035
+ WriteValue: {
2036
+ kind: "method",
2037
+ methodKind: "ordinary"
2038
+ },
2039
+ WriteXmlAttribute: {
2040
+ kind: "method",
2041
+ methodKind: "ordinary"
2042
+ },
2043
+ WriteXsiType: {
2044
+ kind: "method",
2045
+ methodKind: "ordinary"
2046
+ },
2047
+ EscapeName: {
2048
+ kind: "property",
2049
+ type: () => {
2050
+ return System.Boolean;
2051
+ }
2052
+ },
2053
+ Namespaces: {
2054
+ kind: "property",
2055
+ type: () => {
2056
+ return Collections.ArrayList;
2057
+ },
2058
+ isNullable: true
2059
+ },
2060
+ Writer: {
2061
+ kind: "property",
2062
+ type: () => {
2063
+ return Xml.XmlWriter;
2064
+ }
2065
+ }
2066
+ },
2067
+ isAbstract: true
2068
+ },
2069
+ XmlSerializer: {
2070
+ kind: "class",
2071
+ members: {
2072
+ XmlSerializer: {
2073
+ kind: "method",
2074
+ methodKind: "constructor"
2075
+ },
2076
+ CanDeserialize: {
2077
+ kind: "method",
2078
+ methodKind: "ordinary",
2079
+ isVirtual: true
2080
+ },
2081
+ CreateReader: {
2082
+ kind: "method",
2083
+ methodKind: "ordinary",
2084
+ isVirtual: true
2085
+ },
2086
+ CreateWriter: {
2087
+ kind: "method",
2088
+ methodKind: "ordinary",
2089
+ isVirtual: true
2090
+ },
2091
+ Deserialize: {
2092
+ kind: "method",
2093
+ methodKind: "ordinary"
2094
+ },
2095
+ FromMappings: {
2096
+ kind: "method",
2097
+ methodKind: "ordinary",
2098
+ isStatic: true
2099
+ },
2100
+ FromTypes: {
2101
+ kind: "method",
2102
+ methodKind: "ordinary",
2103
+ isStatic: true
2104
+ },
2105
+ GetXmlSerializerAssemblyName: {
2106
+ kind: "method",
2107
+ methodKind: "ordinary",
2108
+ isStatic: true
2109
+ },
2110
+ Serialize: {
2111
+ kind: "method",
2112
+ methodKind: "ordinary"
2113
+ }
2114
+ }
2115
+ },
2116
+ XmlSerializerAssemblyAttribute: {
2117
+ kind: "class",
2118
+ members: {
2119
+ XmlSerializerAssemblyAttribute: {
2120
+ kind: "method",
2121
+ methodKind: "constructor"
2122
+ },
2123
+ AssemblyName: {
2124
+ kind: "property",
2125
+ type: () => {
2126
+ return System.String;
2127
+ },
2128
+ isNullable: true
2129
+ },
2130
+ CodeBase: {
2131
+ kind: "property",
2132
+ type: () => {
2133
+ return System.String;
2134
+ },
2135
+ isNullable: true
2136
+ }
2137
+ },
2138
+ isSealed: true
2139
+ },
2140
+ XmlSerializerFactory: {
2141
+ kind: "class",
2142
+ members: {
2143
+ XmlSerializerFactory: {
2144
+ kind: "method",
2145
+ methodKind: "constructor"
2146
+ },
2147
+ CreateSerializer: {
2148
+ kind: "method",
2149
+ methodKind: "ordinary"
2150
+ }
2151
+ }
2152
+ },
2153
+ XmlSerializerImplementation: {
2154
+ kind: "class",
2155
+ members: {
2156
+ XmlSerializerImplementation: {
2157
+ kind: "method",
2158
+ methodKind: "constructor"
2159
+ },
2160
+ CanSerialize: {
2161
+ kind: "method",
2162
+ methodKind: "ordinary",
2163
+ isVirtual: true
2164
+ },
2165
+ GetSerializer: {
2166
+ kind: "method",
2167
+ methodKind: "ordinary",
2168
+ isVirtual: true
2169
+ },
2170
+ Reader: {
2171
+ kind: "property",
2172
+ type: () => {
2173
+ return Serialization.XmlSerializationReader;
2174
+ },
2175
+ isVirtual: true
2176
+ },
2177
+ ReadMethods: {
2178
+ kind: "property",
2179
+ type: () => {
2180
+ return Collections.Hashtable;
2181
+ },
2182
+ isVirtual: true
2183
+ },
2184
+ TypedSerializers: {
2185
+ kind: "property",
2186
+ type: () => {
2187
+ return Collections.Hashtable;
2188
+ },
2189
+ isVirtual: true
2190
+ },
2191
+ WriteMethods: {
2192
+ kind: "property",
2193
+ type: () => {
2194
+ return Collections.Hashtable;
2195
+ },
2196
+ isVirtual: true
2197
+ },
2198
+ Writer: {
2199
+ kind: "property",
2200
+ type: () => {
2201
+ return Serialization.XmlSerializationWriter;
2202
+ },
2203
+ isVirtual: true
2204
+ }
2205
+ },
2206
+ isAbstract: true
2207
+ },
2208
+ XmlSerializerNamespaces: {
2209
+ kind: "class",
2210
+ members: {
2211
+ XmlSerializerNamespaces: {
2212
+ kind: "method",
2213
+ methodKind: "constructor"
2214
+ },
2215
+ Add: {
2216
+ kind: "method",
2217
+ methodKind: "ordinary"
2218
+ },
2219
+ ToArray: {
2220
+ kind: "method",
2221
+ methodKind: "ordinary"
2222
+ },
2223
+ Count: {
2224
+ kind: "property",
2225
+ type: () => {
2226
+ return System.Int32;
2227
+ }
2228
+ }
2229
+ }
2230
+ },
2231
+ XmlSerializerVersionAttribute: {
2232
+ kind: "class",
2233
+ members: {
2234
+ XmlSerializerVersionAttribute: {
2235
+ kind: "method",
2236
+ methodKind: "constructor"
2237
+ },
2238
+ Namespace: {
2239
+ kind: "property",
2240
+ type: () => {
2241
+ return System.String;
2242
+ },
2243
+ isNullable: true
2244
+ },
2245
+ ParentAssemblyId: {
2246
+ kind: "property",
2247
+ type: () => {
2248
+ return System.String;
2249
+ },
2250
+ isNullable: true
2251
+ },
2252
+ Type: {
2253
+ kind: "property",
2254
+ type: () => {
2255
+ return System.Type;
2256
+ }
2257
+ },
2258
+ Version: {
2259
+ kind: "property",
2260
+ type: () => {
2261
+ return System.String;
2262
+ },
2263
+ isNullable: true
2264
+ }
2265
+ },
2266
+ isSealed: true
2267
+ },
2268
+ XmlTextAttribute: {
2269
+ kind: "class",
2270
+ members: {
2271
+ XmlTextAttribute: {
2272
+ kind: "method",
2273
+ methodKind: "constructor"
2274
+ },
2275
+ DataType: {
2276
+ kind: "property",
2277
+ type: () => {
2278
+ return System.String;
2279
+ }
2280
+ },
2281
+ Type: {
2282
+ kind: "property",
2283
+ type: () => {
2284
+ return System.Type;
2285
+ }
2286
+ }
2287
+ }
2288
+ },
2289
+ XmlTypeAttribute: {
2290
+ kind: "class",
2291
+ members: {
2292
+ XmlTypeAttribute: {
2293
+ kind: "method",
2294
+ methodKind: "constructor"
2295
+ },
2296
+ AnonymousType: {
2297
+ kind: "property",
2298
+ type: () => {
2299
+ return System.Boolean;
2300
+ }
2301
+ },
2302
+ IncludeInSchema: {
2303
+ kind: "property",
2304
+ type: () => {
2305
+ return System.Boolean;
2306
+ }
2307
+ },
2308
+ Namespace: {
2309
+ kind: "property",
2310
+ type: () => {
2311
+ return System.String;
2312
+ },
2313
+ isNullable: true
2314
+ },
2315
+ TypeName: {
2316
+ kind: "property",
2317
+ type: () => {
2318
+ return System.String;
2319
+ }
2320
+ }
2321
+ }
2322
+ },
2323
+ XmlTypeMapping: {
2324
+ kind: "class",
2325
+ members: {
2326
+ TypeFullName: {
2327
+ kind: "property",
2328
+ type: () => {
2329
+ return System.String;
2330
+ }
2331
+ },
2332
+ TypeName: {
2333
+ kind: "property",
2334
+ type: () => {
2335
+ return System.String;
2336
+ }
2337
+ },
2338
+ XsdTypeName: {
2339
+ kind: "property",
2340
+ type: () => {
2341
+ return System.String;
2342
+ },
2343
+ isNullable: true
2344
+ },
2345
+ XsdTypeNamespace: {
2346
+ kind: "property",
2347
+ type: () => {
2348
+ return System.String;
2349
+ },
2350
+ isNullable: true
2351
+ }
2352
+ }
2353
+ }
2354
+ });
2355
+ export default Serialization;
2356
+ //# sourceMappingURL=index.js.map