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

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 (492) 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 +60 -0
  360. package/dist/dev/src/components/namespace/namespace.js.map +1 -0
  361. package/dist/dev/src/components/namespace/namespace.test.js +416 -0
  362. package/dist/dev/src/components/namespace/namespace.test.js.map +1 -0
  363. package/dist/dev/src/components/namespace-scopes.js +68 -0
  364. package/dist/dev/src/components/namespace-scopes.js.map +1 -0
  365. package/dist/dev/src/components/namespace.ref.test.js +419 -0
  366. package/dist/dev/src/components/namespace.ref.test.js.map +1 -0
  367. package/dist/dev/src/components/parameters/parameters.js +96 -0
  368. package/dist/dev/src/components/parameters/parameters.js.map +1 -0
  369. package/dist/dev/src/components/parameters/parameters.test.js +317 -0
  370. package/dist/dev/src/components/parameters/parameters.test.js.map +1 -0
  371. package/dist/dev/src/components/property/property.js +115 -0
  372. package/dist/dev/src/components/property/property.js.map +1 -0
  373. package/dist/dev/src/components/property/property.test.js +395 -0
  374. package/dist/dev/src/components/property/property.test.js.map +1 -0
  375. package/dist/dev/src/components/record/declaration.js +132 -0
  376. package/dist/dev/src/components/record/declaration.js.map +1 -0
  377. package/dist/dev/src/components/record/declaration.test.js +231 -0
  378. package/dist/dev/src/components/record/declaration.test.js.map +1 -0
  379. package/dist/dev/src/components/region/region.js +14 -0
  380. package/dist/dev/src/components/region/region.js.map +1 -0
  381. package/dist/dev/src/components/region/region.test.js +39 -0
  382. package/dist/dev/src/components/region/region.test.js.map +1 -0
  383. package/dist/dev/src/components/source-file/source-file.js +163 -0
  384. package/dist/dev/src/components/source-file/source-file.js.map +1 -0
  385. package/dist/dev/src/components/source-file/source-file.test.js +271 -0
  386. package/dist/dev/src/components/source-file/source-file.test.js.map +1 -0
  387. package/dist/dev/src/components/source-file/using.test.js +201 -0
  388. package/dist/dev/src/components/source-file/using.test.js.map +1 -0
  389. package/dist/dev/src/components/stc/index.js +13 -0
  390. package/dist/dev/src/components/stc/index.js.map +1 -0
  391. package/dist/dev/src/components/struct/declaration.js +113 -0
  392. package/dist/dev/src/components/struct/declaration.js.map +1 -0
  393. package/dist/dev/src/components/struct/declaration.test.js +400 -0
  394. package/dist/dev/src/components/struct/declaration.test.js.map +1 -0
  395. package/dist/dev/src/components/type-parameters/type-parameter-constraints.js +73 -0
  396. package/dist/dev/src/components/type-parameters/type-parameter-constraints.js.map +1 -0
  397. package/dist/dev/src/components/type-parameters/type-parameter-constraints.test.js +92 -0
  398. package/dist/dev/src/components/type-parameters/type-parameter-constraints.test.js.map +1 -0
  399. package/dist/dev/src/components/type-parameters/type-parameter.js +28 -0
  400. package/dist/dev/src/components/type-parameters/type-parameter.js.map +1 -0
  401. package/dist/dev/src/components/type-parameters/type-parameters.js +71 -0
  402. package/dist/dev/src/components/type-parameters/type-parameters.js.map +1 -0
  403. package/dist/dev/src/components/type-parameters/type-parameters.test.js +103 -0
  404. package/dist/dev/src/components/type-parameters/type-parameters.test.js.map +1 -0
  405. package/dist/dev/src/components/using/using.js +45 -0
  406. package/dist/dev/src/components/using/using.js.map +1 -0
  407. package/dist/dev/src/components/using/using.test.js +27 -0
  408. package/dist/dev/src/components/using/using.test.js.map +1 -0
  409. package/dist/dev/src/components/var/declaration.js +72 -0
  410. package/dist/dev/src/components/var/declaration.js.map +1 -0
  411. package/dist/dev/src/components/var/declaration.test.js +167 -0
  412. package/dist/dev/src/components/var/declaration.test.js.map +1 -0
  413. package/dist/dev/src/contexts/format-options.js +9 -0
  414. package/dist/dev/src/contexts/format-options.js.map +1 -0
  415. package/dist/dev/src/contexts/global-namespace.js +30 -0
  416. package/dist/dev/src/contexts/global-namespace.js.map +1 -0
  417. package/dist/dev/src/contexts/namespace.js +6 -0
  418. package/dist/dev/src/contexts/namespace.js.map +1 -0
  419. package/dist/dev/src/contexts/reference-context.js +15 -0
  420. package/dist/dev/src/contexts/reference-context.js.map +1 -0
  421. package/dist/dev/src/create-library.js +136 -0
  422. package/dist/dev/src/create-library.js.map +1 -0
  423. package/dist/dev/src/create-library.test.js +289 -0
  424. package/dist/dev/src/create-library.test.js.map +1 -0
  425. package/dist/dev/src/index.js +9 -0
  426. package/dist/dev/src/index.js.map +1 -0
  427. package/dist/dev/src/modifiers.js +21 -0
  428. package/dist/dev/src/modifiers.js.map +1 -0
  429. package/dist/dev/src/name-policy.js +36 -0
  430. package/dist/dev/src/name-policy.js.map +1 -0
  431. package/dist/dev/src/scopes/class.js +11 -0
  432. package/dist/dev/src/scopes/class.js.map +1 -0
  433. package/dist/dev/src/scopes/contexts.js +34 -0
  434. package/dist/dev/src/scopes/contexts.js.map +1 -0
  435. package/dist/dev/src/scopes/csharp.js +25 -0
  436. package/dist/dev/src/scopes/csharp.js.map +1 -0
  437. package/dist/dev/src/scopes/factories.js +25 -0
  438. package/dist/dev/src/scopes/factories.js.map +1 -0
  439. package/dist/dev/src/scopes/index.js +10 -0
  440. package/dist/dev/src/scopes/index.js.map +1 -0
  441. package/dist/dev/src/scopes/lexical.js +8 -0
  442. package/dist/dev/src/scopes/lexical.js.map +1 -0
  443. package/dist/dev/src/scopes/method.js +14 -0
  444. package/dist/dev/src/scopes/method.js.map +1 -0
  445. package/dist/dev/src/scopes/named-type.js +33 -0
  446. package/dist/dev/src/scopes/named-type.js.map +1 -0
  447. package/dist/dev/src/scopes/namespace.js +39 -0
  448. package/dist/dev/src/scopes/namespace.js.map +1 -0
  449. package/dist/dev/src/scopes/source-file.js +44 -0
  450. package/dist/dev/src/scopes/source-file.js.map +1 -0
  451. package/dist/dev/src/symbols/csharp.js +263 -0
  452. package/dist/dev/src/symbols/csharp.js.map +1 -0
  453. package/dist/dev/src/symbols/factories.js +145 -0
  454. package/dist/dev/src/symbols/factories.js.map +1 -0
  455. package/dist/dev/src/symbols/index.js +7 -0
  456. package/dist/dev/src/symbols/index.js.map +1 -0
  457. package/dist/dev/src/symbols/method.js +16 -0
  458. package/dist/dev/src/symbols/method.js.map +1 -0
  459. package/dist/dev/src/symbols/named-type.js +42 -0
  460. package/dist/dev/src/symbols/named-type.js.map +1 -0
  461. package/dist/dev/src/symbols/namespace.js +55 -0
  462. package/dist/dev/src/symbols/namespace.js.map +1 -0
  463. package/dist/dev/src/symbols/reference.js +79 -0
  464. package/dist/dev/src/symbols/reference.js.map +1 -0
  465. package/dist/dev/test/utils.js +111 -0
  466. package/dist/dev/test/utils.js.map +1 -0
  467. package/dist/dev/test/vitest.setup.js +2 -0
  468. package/dist/dev/test/vitest.setup.js.map +1 -0
  469. package/dist/dev/testing/create-wrapper.js +13 -0
  470. package/dist/dev/testing/create-wrapper.js.map +1 -0
  471. package/dist/dev/testing/create-wrapper.test.js +300 -0
  472. package/dist/dev/testing/create-wrapper.test.js.map +1 -0
  473. package/dist/dev/testing/index.js +2 -0
  474. package/dist/dev/testing/index.js.map +1 -0
  475. package/dist/src/components/namespace/namespace.d.ts.map +1 -1
  476. package/dist/src/components/namespace/namespace.js +11 -13
  477. package/dist/src/components/namespace/namespace.js.map +1 -1
  478. package/dist/src/components/namespace/namespace.test.js +61 -2
  479. package/dist/src/components/namespace/namespace.test.js.map +1 -1
  480. package/dist/src/components/namespace-scopes.d.ts +16 -0
  481. package/dist/src/components/namespace-scopes.d.ts.map +1 -1
  482. package/dist/src/components/namespace-scopes.js +8 -1
  483. package/dist/src/components/namespace-scopes.js.map +1 -1
  484. package/dist/src/components/namespace.ref.test.js +41 -0
  485. package/dist/src/components/namespace.ref.test.js.map +1 -1
  486. package/dist/tsconfig.tsbuildinfo +1 -1
  487. package/package.json +13 -6
  488. package/src/components/namespace/namespace.test.tsx +42 -1
  489. package/src/components/namespace/namespace.tsx +16 -8
  490. package/src/components/namespace-scopes.tsx +25 -1
  491. package/src/components/namespace.ref.test.tsx +29 -0
  492. package/vitest.config.ts +8 -0
@@ -0,0 +1,1611 @@
1
+ import Generic from "../../Collections/Generic/index.js";
2
+ import ObjectModel from "../../Collections/ObjectModel/index.js";
3
+ import Globalization from "../../Globalization/index.js";
4
+ import System from "../../index.js";
5
+ import Xml from "../../Xml/index.js";
6
+ import Schema from "../../Xml/Schema/index.js";
7
+ import { createLibrary } from "#createLibrary";
8
+ export { default as DataContracts } from "./DataContracts/index.js";
9
+ export { default as Formatters } from "./Formatters/index.js";
10
+ export { default as Json } from "./Json/index.js";
11
+ const Serialization = createLibrary("System.Runtime.Serialization", {
12
+ CollectionDataContractAttribute: {
13
+ kind: "class",
14
+ members: {
15
+ CollectionDataContractAttribute: {
16
+ kind: "method",
17
+ methodKind: "constructor"
18
+ },
19
+ IsItemNameSetExplicitly: {
20
+ kind: "property",
21
+ type: () => {
22
+ return System.Boolean;
23
+ }
24
+ },
25
+ IsKeyNameSetExplicitly: {
26
+ kind: "property",
27
+ type: () => {
28
+ return System.Boolean;
29
+ }
30
+ },
31
+ IsNameSetExplicitly: {
32
+ kind: "property",
33
+ type: () => {
34
+ return System.Boolean;
35
+ }
36
+ },
37
+ IsNamespaceSetExplicitly: {
38
+ kind: "property",
39
+ type: () => {
40
+ return System.Boolean;
41
+ }
42
+ },
43
+ IsReference: {
44
+ kind: "property",
45
+ type: () => {
46
+ return System.Boolean;
47
+ }
48
+ },
49
+ IsReferenceSetExplicitly: {
50
+ kind: "property",
51
+ type: () => {
52
+ return System.Boolean;
53
+ }
54
+ },
55
+ IsValueNameSetExplicitly: {
56
+ kind: "property",
57
+ type: () => {
58
+ return System.Boolean;
59
+ }
60
+ },
61
+ ItemName: {
62
+ kind: "property",
63
+ type: () => {
64
+ return System.String;
65
+ },
66
+ isNullable: true
67
+ },
68
+ KeyName: {
69
+ kind: "property",
70
+ type: () => {
71
+ return System.String;
72
+ },
73
+ isNullable: true
74
+ },
75
+ Name: {
76
+ kind: "property",
77
+ type: () => {
78
+ return System.String;
79
+ },
80
+ isNullable: true
81
+ },
82
+ Namespace: {
83
+ kind: "property",
84
+ type: () => {
85
+ return System.String;
86
+ },
87
+ isNullable: true
88
+ },
89
+ ValueName: {
90
+ kind: "property",
91
+ type: () => {
92
+ return System.String;
93
+ },
94
+ isNullable: true
95
+ }
96
+ },
97
+ isSealed: true
98
+ },
99
+ ContractNamespaceAttribute: {
100
+ kind: "class",
101
+ members: {
102
+ ContractNamespaceAttribute: {
103
+ kind: "method",
104
+ methodKind: "constructor"
105
+ },
106
+ ClrNamespace: {
107
+ kind: "property",
108
+ type: () => {
109
+ return System.String;
110
+ },
111
+ isNullable: true
112
+ },
113
+ ContractNamespace: {
114
+ kind: "property",
115
+ type: () => {
116
+ return System.String;
117
+ }
118
+ }
119
+ },
120
+ isSealed: true
121
+ },
122
+ DataContractAttribute: {
123
+ kind: "class",
124
+ members: {
125
+ DataContractAttribute: {
126
+ kind: "method",
127
+ methodKind: "constructor"
128
+ },
129
+ IsNameSetExplicitly: {
130
+ kind: "property",
131
+ type: () => {
132
+ return System.Boolean;
133
+ }
134
+ },
135
+ IsNamespaceSetExplicitly: {
136
+ kind: "property",
137
+ type: () => {
138
+ return System.Boolean;
139
+ }
140
+ },
141
+ IsReference: {
142
+ kind: "property",
143
+ type: () => {
144
+ return System.Boolean;
145
+ }
146
+ },
147
+ IsReferenceSetExplicitly: {
148
+ kind: "property",
149
+ type: () => {
150
+ return System.Boolean;
151
+ }
152
+ },
153
+ Name: {
154
+ kind: "property",
155
+ type: () => {
156
+ return System.String;
157
+ },
158
+ isNullable: true
159
+ },
160
+ Namespace: {
161
+ kind: "property",
162
+ type: () => {
163
+ return System.String;
164
+ },
165
+ isNullable: true
166
+ }
167
+ },
168
+ isSealed: true
169
+ },
170
+ DataContractResolver: {
171
+ kind: "class",
172
+ members: {
173
+ DataContractResolver: {
174
+ kind: "method",
175
+ methodKind: "constructor"
176
+ },
177
+ ResolveName: {
178
+ kind: "method",
179
+ methodKind: "ordinary",
180
+ isAbstract: true
181
+ },
182
+ TryResolveType: {
183
+ kind: "method",
184
+ methodKind: "ordinary",
185
+ isAbstract: true
186
+ }
187
+ },
188
+ isAbstract: true
189
+ },
190
+ DataContractSerializer: {
191
+ kind: "class",
192
+ members: {
193
+ DataContractSerializer: {
194
+ kind: "method",
195
+ methodKind: "constructor"
196
+ },
197
+ IsStartObject: {
198
+ kind: "method",
199
+ methodKind: "ordinary",
200
+ isOverride: true
201
+ },
202
+ ReadObject: {
203
+ kind: "method",
204
+ methodKind: "ordinary",
205
+ isOverride: true
206
+ },
207
+ WriteEndObject: {
208
+ kind: "method",
209
+ methodKind: "ordinary",
210
+ isOverride: true
211
+ },
212
+ WriteObject: {
213
+ kind: "method",
214
+ methodKind: "ordinary"
215
+ },
216
+ WriteObjectContent: {
217
+ kind: "method",
218
+ methodKind: "ordinary",
219
+ isOverride: true
220
+ },
221
+ WriteStartObject: {
222
+ kind: "method",
223
+ methodKind: "ordinary",
224
+ isOverride: true
225
+ },
226
+ DataContractResolver: {
227
+ kind: "property",
228
+ type: () => {
229
+ return Serialization.DataContractResolver;
230
+ }
231
+ },
232
+ IgnoreExtensionDataObject: {
233
+ kind: "property",
234
+ type: () => {
235
+ return System.Boolean;
236
+ }
237
+ },
238
+ KnownTypes: {
239
+ kind: "property",
240
+ type: () => {
241
+ return ObjectModel.ReadOnlyCollection;
242
+ }
243
+ },
244
+ MaxItemsInObjectGraph: {
245
+ kind: "property",
246
+ type: () => {
247
+ return System.Int32;
248
+ }
249
+ },
250
+ PreserveObjectReferences: {
251
+ kind: "property",
252
+ type: () => {
253
+ return System.Boolean;
254
+ }
255
+ },
256
+ SerializeReadOnlyTypes: {
257
+ kind: "property",
258
+ type: () => {
259
+ return System.Boolean;
260
+ }
261
+ }
262
+ },
263
+ isSealed: true
264
+ },
265
+ DataContractSerializerExtensions: {
266
+ kind: "class",
267
+ members: {
268
+ GetSerializationSurrogateProvider: {
269
+ kind: "method",
270
+ methodKind: "ordinary",
271
+ isStatic: true
272
+ },
273
+ SetSerializationSurrogateProvider: {
274
+ kind: "method",
275
+ methodKind: "ordinary",
276
+ isStatic: true
277
+ }
278
+ },
279
+ isStatic: true
280
+ },
281
+ DataContractSerializerSettings: {
282
+ kind: "class",
283
+ members: {
284
+ DataContractSerializerSettings: {
285
+ kind: "method",
286
+ methodKind: "constructor"
287
+ },
288
+ DataContractResolver: {
289
+ kind: "property",
290
+ type: () => {
291
+ return Serialization.DataContractResolver;
292
+ }
293
+ },
294
+ IgnoreExtensionDataObject: {
295
+ kind: "property",
296
+ type: () => {
297
+ return System.Boolean;
298
+ }
299
+ },
300
+ KnownTypes: {
301
+ kind: "property",
302
+ type: () => {
303
+ return Generic.IEnumerable;
304
+ },
305
+ isNullable: true
306
+ },
307
+ MaxItemsInObjectGraph: {
308
+ kind: "property",
309
+ type: () => {
310
+ return System.Int32;
311
+ }
312
+ },
313
+ PreserveObjectReferences: {
314
+ kind: "property",
315
+ type: () => {
316
+ return System.Boolean;
317
+ }
318
+ },
319
+ RootName: {
320
+ kind: "property",
321
+ type: () => {
322
+ return Xml.XmlDictionaryString;
323
+ },
324
+ isNullable: true
325
+ },
326
+ RootNamespace: {
327
+ kind: "property",
328
+ type: () => {
329
+ return Xml.XmlDictionaryString;
330
+ },
331
+ isNullable: true
332
+ },
333
+ SerializeReadOnlyTypes: {
334
+ kind: "property",
335
+ type: () => {
336
+ return System.Boolean;
337
+ }
338
+ }
339
+ }
340
+ },
341
+ DataMemberAttribute: {
342
+ kind: "class",
343
+ members: {
344
+ DataMemberAttribute: {
345
+ kind: "method",
346
+ methodKind: "constructor"
347
+ },
348
+ EmitDefaultValue: {
349
+ kind: "property",
350
+ type: () => {
351
+ return System.Boolean;
352
+ }
353
+ },
354
+ IsNameSetExplicitly: {
355
+ kind: "property",
356
+ type: () => {
357
+ return System.Boolean;
358
+ }
359
+ },
360
+ IsRequired: {
361
+ kind: "property",
362
+ type: () => {
363
+ return System.Boolean;
364
+ }
365
+ },
366
+ Name: {
367
+ kind: "property",
368
+ type: () => {
369
+ return System.String;
370
+ },
371
+ isNullable: true
372
+ },
373
+ Order: {
374
+ kind: "property",
375
+ type: () => {
376
+ return System.Int32;
377
+ }
378
+ }
379
+ },
380
+ isSealed: true
381
+ },
382
+ DateTimeFormat: {
383
+ kind: "class",
384
+ members: {
385
+ DateTimeFormat: {
386
+ kind: "method",
387
+ methodKind: "constructor"
388
+ },
389
+ DateTimeStyles: {
390
+ kind: "property",
391
+ type: () => {
392
+ return Globalization.DateTimeStyles;
393
+ }
394
+ },
395
+ FormatProvider: {
396
+ kind: "property",
397
+ type: () => {
398
+ return System.IFormatProvider;
399
+ }
400
+ },
401
+ FormatString: {
402
+ kind: "property",
403
+ type: () => {
404
+ return System.String;
405
+ }
406
+ }
407
+ }
408
+ },
409
+ EmitTypeInformation: {
410
+ kind: "enum",
411
+ members: {
412
+ AsNeeded: {
413
+ kind: "field",
414
+ type: () => {
415
+ return Serialization.EmitTypeInformation;
416
+ }
417
+ },
418
+ Always: {
419
+ kind: "field",
420
+ type: () => {
421
+ return Serialization.EmitTypeInformation;
422
+ }
423
+ },
424
+ Never: {
425
+ kind: "field",
426
+ type: () => {
427
+ return Serialization.EmitTypeInformation;
428
+ }
429
+ }
430
+ }
431
+ },
432
+ EnumMemberAttribute: {
433
+ kind: "class",
434
+ members: {
435
+ EnumMemberAttribute: {
436
+ kind: "method",
437
+ methodKind: "constructor"
438
+ },
439
+ IsValueSetExplicitly: {
440
+ kind: "property",
441
+ type: () => {
442
+ return System.Boolean;
443
+ }
444
+ },
445
+ Value: {
446
+ kind: "property",
447
+ type: () => {
448
+ return System.String;
449
+ },
450
+ isNullable: true
451
+ }
452
+ },
453
+ isSealed: true
454
+ },
455
+ ExportOptions: {
456
+ kind: "class",
457
+ members: {
458
+ ExportOptions: {
459
+ kind: "method",
460
+ methodKind: "constructor"
461
+ },
462
+ KnownTypes: {
463
+ kind: "property",
464
+ type: () => {
465
+ return ObjectModel.Collection;
466
+ }
467
+ },
468
+ DataContractSurrogate: {
469
+ kind: "property",
470
+ type: () => {
471
+ return Serialization.ISerializationSurrogateProvider;
472
+ },
473
+ isNullable: true
474
+ }
475
+ }
476
+ },
477
+ ExtensionDataObject: {
478
+ kind: "class",
479
+ members: {},
480
+ isSealed: true
481
+ },
482
+ Formatter: {
483
+ kind: "class",
484
+ members: {
485
+ Formatter: {
486
+ kind: "method",
487
+ methodKind: "constructor"
488
+ },
489
+ Deserialize: {
490
+ kind: "method",
491
+ methodKind: "ordinary",
492
+ isAbstract: true
493
+ },
494
+ GetNext: {
495
+ kind: "method",
496
+ methodKind: "ordinary",
497
+ isVirtual: true
498
+ },
499
+ Schedule: {
500
+ kind: "method",
501
+ methodKind: "ordinary",
502
+ isVirtual: true
503
+ },
504
+ Serialize: {
505
+ kind: "method",
506
+ methodKind: "ordinary",
507
+ isAbstract: true
508
+ },
509
+ WriteArray: {
510
+ kind: "method",
511
+ methodKind: "ordinary",
512
+ isAbstract: true
513
+ },
514
+ WriteBoolean: {
515
+ kind: "method",
516
+ methodKind: "ordinary",
517
+ isAbstract: true
518
+ },
519
+ WriteByte: {
520
+ kind: "method",
521
+ methodKind: "ordinary",
522
+ isAbstract: true
523
+ },
524
+ WriteChar: {
525
+ kind: "method",
526
+ methodKind: "ordinary",
527
+ isAbstract: true
528
+ },
529
+ WriteDateTime: {
530
+ kind: "method",
531
+ methodKind: "ordinary",
532
+ isAbstract: true
533
+ },
534
+ WriteDecimal: {
535
+ kind: "method",
536
+ methodKind: "ordinary",
537
+ isAbstract: true
538
+ },
539
+ WriteDouble: {
540
+ kind: "method",
541
+ methodKind: "ordinary",
542
+ isAbstract: true
543
+ },
544
+ WriteInt16: {
545
+ kind: "method",
546
+ methodKind: "ordinary",
547
+ isAbstract: true
548
+ },
549
+ WriteInt32: {
550
+ kind: "method",
551
+ methodKind: "ordinary",
552
+ isAbstract: true
553
+ },
554
+ WriteInt64: {
555
+ kind: "method",
556
+ methodKind: "ordinary",
557
+ isAbstract: true
558
+ },
559
+ WriteMember: {
560
+ kind: "method",
561
+ methodKind: "ordinary",
562
+ isVirtual: true
563
+ },
564
+ WriteObjectRef: {
565
+ kind: "method",
566
+ methodKind: "ordinary",
567
+ isAbstract: true
568
+ },
569
+ WriteSByte: {
570
+ kind: "method",
571
+ methodKind: "ordinary",
572
+ isAbstract: true
573
+ },
574
+ WriteSingle: {
575
+ kind: "method",
576
+ methodKind: "ordinary",
577
+ isAbstract: true
578
+ },
579
+ WriteTimeSpan: {
580
+ kind: "method",
581
+ methodKind: "ordinary",
582
+ isAbstract: true
583
+ },
584
+ WriteUInt16: {
585
+ kind: "method",
586
+ methodKind: "ordinary",
587
+ isAbstract: true
588
+ },
589
+ WriteUInt32: {
590
+ kind: "method",
591
+ methodKind: "ordinary",
592
+ isAbstract: true
593
+ },
594
+ WriteUInt64: {
595
+ kind: "method",
596
+ methodKind: "ordinary",
597
+ isAbstract: true
598
+ },
599
+ WriteValueType: {
600
+ kind: "method",
601
+ methodKind: "ordinary",
602
+ isAbstract: true
603
+ },
604
+ Binder: {
605
+ kind: "property",
606
+ type: () => {
607
+ return Serialization.SerializationBinder;
608
+ },
609
+ isAbstract: true
610
+ },
611
+ Context: {
612
+ kind: "property",
613
+ type: () => {
614
+ return Serialization.StreamingContext;
615
+ },
616
+ isAbstract: true
617
+ },
618
+ SurrogateSelector: {
619
+ kind: "property",
620
+ type: () => {
621
+ return Serialization.ISurrogateSelector;
622
+ },
623
+ isAbstract: true
624
+ }
625
+ },
626
+ isAbstract: true
627
+ },
628
+ FormatterConverter: {
629
+ kind: "class",
630
+ members: {
631
+ FormatterConverter: {
632
+ kind: "method",
633
+ methodKind: "constructor"
634
+ },
635
+ Convert: {
636
+ kind: "method",
637
+ methodKind: "ordinary"
638
+ },
639
+ ToBoolean: {
640
+ kind: "method",
641
+ methodKind: "ordinary"
642
+ },
643
+ ToByte: {
644
+ kind: "method",
645
+ methodKind: "ordinary"
646
+ },
647
+ ToChar: {
648
+ kind: "method",
649
+ methodKind: "ordinary"
650
+ },
651
+ ToDateTime: {
652
+ kind: "method",
653
+ methodKind: "ordinary"
654
+ },
655
+ ToDecimal: {
656
+ kind: "method",
657
+ methodKind: "ordinary"
658
+ },
659
+ ToDouble: {
660
+ kind: "method",
661
+ methodKind: "ordinary"
662
+ },
663
+ ToInt16: {
664
+ kind: "method",
665
+ methodKind: "ordinary"
666
+ },
667
+ ToInt32: {
668
+ kind: "method",
669
+ methodKind: "ordinary"
670
+ },
671
+ ToInt64: {
672
+ kind: "method",
673
+ methodKind: "ordinary"
674
+ },
675
+ ToSByte: {
676
+ kind: "method",
677
+ methodKind: "ordinary"
678
+ },
679
+ ToSingle: {
680
+ kind: "method",
681
+ methodKind: "ordinary"
682
+ },
683
+ ToString: {
684
+ kind: "method",
685
+ methodKind: "ordinary"
686
+ },
687
+ ToUInt16: {
688
+ kind: "method",
689
+ methodKind: "ordinary"
690
+ },
691
+ ToUInt32: {
692
+ kind: "method",
693
+ methodKind: "ordinary"
694
+ },
695
+ ToUInt64: {
696
+ kind: "method",
697
+ methodKind: "ordinary"
698
+ }
699
+ }
700
+ },
701
+ FormatterServices: {
702
+ kind: "class",
703
+ members: {
704
+ CheckTypeSecurity: {
705
+ kind: "method",
706
+ methodKind: "ordinary",
707
+ isStatic: true
708
+ },
709
+ GetObjectData: {
710
+ kind: "method",
711
+ methodKind: "ordinary",
712
+ isStatic: true
713
+ },
714
+ GetSafeUninitializedObject: {
715
+ kind: "method",
716
+ methodKind: "ordinary",
717
+ isStatic: true
718
+ },
719
+ GetSerializableMembers: {
720
+ kind: "method",
721
+ methodKind: "ordinary",
722
+ isStatic: true
723
+ },
724
+ GetSurrogateForCyclicalReference: {
725
+ kind: "method",
726
+ methodKind: "ordinary",
727
+ isStatic: true
728
+ },
729
+ GetTypeFromAssembly: {
730
+ kind: "method",
731
+ methodKind: "ordinary",
732
+ isStatic: true
733
+ },
734
+ GetUninitializedObject: {
735
+ kind: "method",
736
+ methodKind: "ordinary",
737
+ isStatic: true
738
+ },
739
+ PopulateObjectMembers: {
740
+ kind: "method",
741
+ methodKind: "ordinary",
742
+ isStatic: true
743
+ }
744
+ },
745
+ isStatic: true
746
+ },
747
+ IDeserializationCallback: {
748
+ kind: "interface",
749
+ members: {
750
+ OnDeserialization: {
751
+ kind: "method",
752
+ methodKind: "ordinary"
753
+ }
754
+ }
755
+ },
756
+ IExtensibleDataObject: {
757
+ kind: "interface",
758
+ members: {
759
+ ExtensionData: {
760
+ kind: "property",
761
+ type: () => {
762
+ return Serialization.ExtensionDataObject;
763
+ }
764
+ }
765
+ }
766
+ },
767
+ IFormatter: {
768
+ kind: "interface",
769
+ members: {
770
+ Deserialize: {
771
+ kind: "method",
772
+ methodKind: "ordinary"
773
+ },
774
+ Serialize: {
775
+ kind: "method",
776
+ methodKind: "ordinary"
777
+ },
778
+ Binder: {
779
+ kind: "property",
780
+ type: () => {
781
+ return Serialization.SerializationBinder;
782
+ }
783
+ },
784
+ Context: {
785
+ kind: "property",
786
+ type: () => {
787
+ return Serialization.StreamingContext;
788
+ }
789
+ },
790
+ SurrogateSelector: {
791
+ kind: "property",
792
+ type: () => {
793
+ return Serialization.ISurrogateSelector;
794
+ }
795
+ }
796
+ }
797
+ },
798
+ IFormatterConverter: {
799
+ kind: "interface",
800
+ members: {
801
+ Convert: {
802
+ kind: "method",
803
+ methodKind: "ordinary"
804
+ },
805
+ ToBoolean: {
806
+ kind: "method",
807
+ methodKind: "ordinary"
808
+ },
809
+ ToByte: {
810
+ kind: "method",
811
+ methodKind: "ordinary"
812
+ },
813
+ ToChar: {
814
+ kind: "method",
815
+ methodKind: "ordinary"
816
+ },
817
+ ToDateTime: {
818
+ kind: "method",
819
+ methodKind: "ordinary"
820
+ },
821
+ ToDecimal: {
822
+ kind: "method",
823
+ methodKind: "ordinary"
824
+ },
825
+ ToDouble: {
826
+ kind: "method",
827
+ methodKind: "ordinary"
828
+ },
829
+ ToInt16: {
830
+ kind: "method",
831
+ methodKind: "ordinary"
832
+ },
833
+ ToInt32: {
834
+ kind: "method",
835
+ methodKind: "ordinary"
836
+ },
837
+ ToInt64: {
838
+ kind: "method",
839
+ methodKind: "ordinary"
840
+ },
841
+ ToSByte: {
842
+ kind: "method",
843
+ methodKind: "ordinary"
844
+ },
845
+ ToSingle: {
846
+ kind: "method",
847
+ methodKind: "ordinary"
848
+ },
849
+ ToString: {
850
+ kind: "method",
851
+ methodKind: "ordinary"
852
+ },
853
+ ToUInt16: {
854
+ kind: "method",
855
+ methodKind: "ordinary"
856
+ },
857
+ ToUInt32: {
858
+ kind: "method",
859
+ methodKind: "ordinary"
860
+ },
861
+ ToUInt64: {
862
+ kind: "method",
863
+ methodKind: "ordinary"
864
+ }
865
+ }
866
+ },
867
+ IObjectReference: {
868
+ kind: "interface",
869
+ members: {
870
+ GetRealObject: {
871
+ kind: "method",
872
+ methodKind: "ordinary"
873
+ }
874
+ }
875
+ },
876
+ ISafeSerializationData: {
877
+ kind: "interface",
878
+ members: {
879
+ CompleteDeserialization: {
880
+ kind: "method",
881
+ methodKind: "ordinary"
882
+ }
883
+ }
884
+ },
885
+ ISerializable: {
886
+ kind: "interface",
887
+ members: {
888
+ GetObjectData: {
889
+ kind: "method",
890
+ methodKind: "ordinary"
891
+ }
892
+ }
893
+ },
894
+ ISerializationSurrogate: {
895
+ kind: "interface",
896
+ members: {
897
+ GetObjectData: {
898
+ kind: "method",
899
+ methodKind: "ordinary"
900
+ },
901
+ SetObjectData: {
902
+ kind: "method",
903
+ methodKind: "ordinary"
904
+ }
905
+ }
906
+ },
907
+ ISerializationSurrogateProvider: {
908
+ kind: "interface",
909
+ members: {
910
+ GetDeserializedObject: {
911
+ kind: "method",
912
+ methodKind: "ordinary"
913
+ },
914
+ GetObjectToSerialize: {
915
+ kind: "method",
916
+ methodKind: "ordinary"
917
+ },
918
+ GetSurrogateType: {
919
+ kind: "method",
920
+ methodKind: "ordinary"
921
+ }
922
+ }
923
+ },
924
+ ISerializationSurrogateProvider2: {
925
+ kind: "interface",
926
+ members: {
927
+ GetCustomDataToExport: {
928
+ kind: "method",
929
+ methodKind: "ordinary"
930
+ },
931
+ GetKnownCustomDataTypes: {
932
+ kind: "method",
933
+ methodKind: "ordinary"
934
+ },
935
+ GetReferencedTypeOnImport: {
936
+ kind: "method",
937
+ methodKind: "ordinary"
938
+ }
939
+ }
940
+ },
941
+ ISurrogateSelector: {
942
+ kind: "interface",
943
+ members: {
944
+ ChainSelector: {
945
+ kind: "method",
946
+ methodKind: "ordinary"
947
+ },
948
+ GetNextSelector: {
949
+ kind: "method",
950
+ methodKind: "ordinary"
951
+ },
952
+ GetSurrogate: {
953
+ kind: "method",
954
+ methodKind: "ordinary"
955
+ }
956
+ }
957
+ },
958
+ IgnoreDataMemberAttribute: {
959
+ kind: "class",
960
+ members: {
961
+ IgnoreDataMemberAttribute: {
962
+ kind: "method",
963
+ methodKind: "constructor"
964
+ }
965
+ },
966
+ isSealed: true
967
+ },
968
+ InvalidDataContractException: {
969
+ kind: "class",
970
+ members: {
971
+ InvalidDataContractException: {
972
+ kind: "method",
973
+ methodKind: "constructor"
974
+ }
975
+ }
976
+ },
977
+ KnownTypeAttribute: {
978
+ kind: "class",
979
+ members: {
980
+ KnownTypeAttribute: {
981
+ kind: "method",
982
+ methodKind: "constructor"
983
+ },
984
+ MethodName: {
985
+ kind: "property",
986
+ type: () => {
987
+ return System.String;
988
+ },
989
+ isNullable: true
990
+ },
991
+ Type: {
992
+ kind: "property",
993
+ type: () => {
994
+ return System.Type;
995
+ }
996
+ }
997
+ },
998
+ isSealed: true
999
+ },
1000
+ ObjectIDGenerator: {
1001
+ kind: "class",
1002
+ members: {
1003
+ ObjectIDGenerator: {
1004
+ kind: "method",
1005
+ methodKind: "constructor"
1006
+ },
1007
+ GetId: {
1008
+ kind: "method",
1009
+ methodKind: "ordinary",
1010
+ isVirtual: true
1011
+ },
1012
+ HasId: {
1013
+ kind: "method",
1014
+ methodKind: "ordinary",
1015
+ isVirtual: true
1016
+ }
1017
+ }
1018
+ },
1019
+ ObjectManager: {
1020
+ kind: "class",
1021
+ members: {
1022
+ ObjectManager: {
1023
+ kind: "method",
1024
+ methodKind: "constructor"
1025
+ },
1026
+ DoFixups: {
1027
+ kind: "method",
1028
+ methodKind: "ordinary",
1029
+ isVirtual: true
1030
+ },
1031
+ GetObject: {
1032
+ kind: "method",
1033
+ methodKind: "ordinary",
1034
+ isVirtual: true
1035
+ },
1036
+ RaiseDeserializationEvent: {
1037
+ kind: "method",
1038
+ methodKind: "ordinary",
1039
+ isVirtual: true
1040
+ },
1041
+ RaiseOnDeserializingEvent: {
1042
+ kind: "method",
1043
+ methodKind: "ordinary"
1044
+ },
1045
+ RecordArrayElementFixup: {
1046
+ kind: "method",
1047
+ methodKind: "ordinary",
1048
+ isVirtual: true
1049
+ },
1050
+ RecordDelayedFixup: {
1051
+ kind: "method",
1052
+ methodKind: "ordinary",
1053
+ isVirtual: true
1054
+ },
1055
+ RecordFixup: {
1056
+ kind: "method",
1057
+ methodKind: "ordinary",
1058
+ isVirtual: true
1059
+ },
1060
+ RegisterObject: {
1061
+ kind: "method",
1062
+ methodKind: "ordinary",
1063
+ isVirtual: true
1064
+ }
1065
+ }
1066
+ },
1067
+ OnDeserializedAttribute: {
1068
+ kind: "class",
1069
+ members: {
1070
+ OnDeserializedAttribute: {
1071
+ kind: "method",
1072
+ methodKind: "constructor"
1073
+ }
1074
+ },
1075
+ isSealed: true
1076
+ },
1077
+ OnDeserializingAttribute: {
1078
+ kind: "class",
1079
+ members: {
1080
+ OnDeserializingAttribute: {
1081
+ kind: "method",
1082
+ methodKind: "constructor"
1083
+ }
1084
+ },
1085
+ isSealed: true
1086
+ },
1087
+ OnSerializedAttribute: {
1088
+ kind: "class",
1089
+ members: {
1090
+ OnSerializedAttribute: {
1091
+ kind: "method",
1092
+ methodKind: "constructor"
1093
+ }
1094
+ },
1095
+ isSealed: true
1096
+ },
1097
+ OnSerializingAttribute: {
1098
+ kind: "class",
1099
+ members: {
1100
+ OnSerializingAttribute: {
1101
+ kind: "method",
1102
+ methodKind: "constructor"
1103
+ }
1104
+ },
1105
+ isSealed: true
1106
+ },
1107
+ OptionalFieldAttribute: {
1108
+ kind: "class",
1109
+ members: {
1110
+ OptionalFieldAttribute: {
1111
+ kind: "method",
1112
+ methodKind: "constructor"
1113
+ },
1114
+ VersionAdded: {
1115
+ kind: "property",
1116
+ type: () => {
1117
+ return System.Int32;
1118
+ }
1119
+ }
1120
+ },
1121
+ isSealed: true
1122
+ },
1123
+ SafeSerializationEventArgs: {
1124
+ kind: "class",
1125
+ members: {
1126
+ AddSerializedState: {
1127
+ kind: "method",
1128
+ methodKind: "ordinary"
1129
+ },
1130
+ StreamingContext: {
1131
+ kind: "property",
1132
+ type: () => {
1133
+ return Serialization.StreamingContext;
1134
+ }
1135
+ }
1136
+ },
1137
+ isSealed: true
1138
+ },
1139
+ SerializationBinder: {
1140
+ kind: "class",
1141
+ members: {
1142
+ SerializationBinder: {
1143
+ kind: "method",
1144
+ methodKind: "constructor"
1145
+ },
1146
+ BindToName: {
1147
+ kind: "method",
1148
+ methodKind: "ordinary",
1149
+ isVirtual: true
1150
+ },
1151
+ BindToType: {
1152
+ kind: "method",
1153
+ methodKind: "ordinary",
1154
+ isAbstract: true
1155
+ }
1156
+ },
1157
+ isAbstract: true
1158
+ },
1159
+ SerializationEntry: {
1160
+ kind: "struct",
1161
+ members: {
1162
+ Name: {
1163
+ kind: "property",
1164
+ type: () => {
1165
+ return System.String;
1166
+ }
1167
+ },
1168
+ ObjectType: {
1169
+ kind: "property",
1170
+ type: () => {
1171
+ return System.Type;
1172
+ }
1173
+ },
1174
+ Value: {
1175
+ kind: "property",
1176
+ type: () => {
1177
+ return System.Object;
1178
+ },
1179
+ isNullable: true
1180
+ }
1181
+ }
1182
+ },
1183
+ SerializationException: {
1184
+ kind: "class",
1185
+ members: {
1186
+ SerializationException: {
1187
+ kind: "method",
1188
+ methodKind: "constructor"
1189
+ }
1190
+ }
1191
+ },
1192
+ SerializationInfo: {
1193
+ kind: "class",
1194
+ members: {
1195
+ SerializationInfo: {
1196
+ kind: "method",
1197
+ methodKind: "constructor"
1198
+ },
1199
+ AddValue: {
1200
+ kind: "method",
1201
+ methodKind: "ordinary"
1202
+ },
1203
+ GetBoolean: {
1204
+ kind: "method",
1205
+ methodKind: "ordinary"
1206
+ },
1207
+ GetByte: {
1208
+ kind: "method",
1209
+ methodKind: "ordinary"
1210
+ },
1211
+ GetChar: {
1212
+ kind: "method",
1213
+ methodKind: "ordinary"
1214
+ },
1215
+ GetDateTime: {
1216
+ kind: "method",
1217
+ methodKind: "ordinary"
1218
+ },
1219
+ GetDecimal: {
1220
+ kind: "method",
1221
+ methodKind: "ordinary"
1222
+ },
1223
+ GetDouble: {
1224
+ kind: "method",
1225
+ methodKind: "ordinary"
1226
+ },
1227
+ GetEnumerator: {
1228
+ kind: "method",
1229
+ methodKind: "ordinary"
1230
+ },
1231
+ GetInt16: {
1232
+ kind: "method",
1233
+ methodKind: "ordinary"
1234
+ },
1235
+ GetInt32: {
1236
+ kind: "method",
1237
+ methodKind: "ordinary"
1238
+ },
1239
+ GetInt64: {
1240
+ kind: "method",
1241
+ methodKind: "ordinary"
1242
+ },
1243
+ GetSByte: {
1244
+ kind: "method",
1245
+ methodKind: "ordinary"
1246
+ },
1247
+ GetSingle: {
1248
+ kind: "method",
1249
+ methodKind: "ordinary"
1250
+ },
1251
+ GetString: {
1252
+ kind: "method",
1253
+ methodKind: "ordinary"
1254
+ },
1255
+ GetUInt16: {
1256
+ kind: "method",
1257
+ methodKind: "ordinary"
1258
+ },
1259
+ GetUInt32: {
1260
+ kind: "method",
1261
+ methodKind: "ordinary"
1262
+ },
1263
+ GetUInt64: {
1264
+ kind: "method",
1265
+ methodKind: "ordinary"
1266
+ },
1267
+ GetValue: {
1268
+ kind: "method",
1269
+ methodKind: "ordinary"
1270
+ },
1271
+ SetType: {
1272
+ kind: "method",
1273
+ methodKind: "ordinary"
1274
+ },
1275
+ AssemblyName: {
1276
+ kind: "property",
1277
+ type: () => {
1278
+ return System.String;
1279
+ }
1280
+ },
1281
+ FullTypeName: {
1282
+ kind: "property",
1283
+ type: () => {
1284
+ return System.String;
1285
+ }
1286
+ },
1287
+ IsAssemblyNameSetExplicit: {
1288
+ kind: "property",
1289
+ type: () => {
1290
+ return System.Boolean;
1291
+ }
1292
+ },
1293
+ IsFullTypeNameSetExplicit: {
1294
+ kind: "property",
1295
+ type: () => {
1296
+ return System.Boolean;
1297
+ }
1298
+ },
1299
+ MemberCount: {
1300
+ kind: "property",
1301
+ type: () => {
1302
+ return System.Int32;
1303
+ }
1304
+ },
1305
+ ObjectType: {
1306
+ kind: "property",
1307
+ type: () => {
1308
+ return System.Type;
1309
+ }
1310
+ }
1311
+ },
1312
+ isSealed: true
1313
+ },
1314
+ SerializationInfoEnumerator: {
1315
+ kind: "class",
1316
+ members: {
1317
+ MoveNext: {
1318
+ kind: "method",
1319
+ methodKind: "ordinary"
1320
+ },
1321
+ Reset: {
1322
+ kind: "method",
1323
+ methodKind: "ordinary"
1324
+ },
1325
+ Current: {
1326
+ kind: "property",
1327
+ type: () => {
1328
+ return Serialization.SerializationEntry;
1329
+ }
1330
+ },
1331
+ Name: {
1332
+ kind: "property",
1333
+ type: () => {
1334
+ return System.String;
1335
+ }
1336
+ },
1337
+ ObjectType: {
1338
+ kind: "property",
1339
+ type: () => {
1340
+ return System.Type;
1341
+ }
1342
+ },
1343
+ Value: {
1344
+ kind: "property",
1345
+ type: () => {
1346
+ return System.Object;
1347
+ },
1348
+ isNullable: true
1349
+ }
1350
+ },
1351
+ isSealed: true
1352
+ },
1353
+ SerializationObjectManager: {
1354
+ kind: "class",
1355
+ members: {
1356
+ SerializationObjectManager: {
1357
+ kind: "method",
1358
+ methodKind: "constructor"
1359
+ },
1360
+ RaiseOnSerializedEvent: {
1361
+ kind: "method",
1362
+ methodKind: "ordinary"
1363
+ },
1364
+ RegisterObject: {
1365
+ kind: "method",
1366
+ methodKind: "ordinary"
1367
+ }
1368
+ },
1369
+ isSealed: true
1370
+ },
1371
+ StreamingContext: {
1372
+ kind: "struct",
1373
+ members: {
1374
+ StreamingContext: {
1375
+ kind: "method",
1376
+ methodKind: "constructor"
1377
+ },
1378
+ Equals: {
1379
+ kind: "method",
1380
+ methodKind: "ordinary",
1381
+ isOverride: true
1382
+ },
1383
+ GetHashCode: {
1384
+ kind: "method",
1385
+ methodKind: "ordinary",
1386
+ isOverride: true
1387
+ },
1388
+ Context: {
1389
+ kind: "property",
1390
+ type: () => {
1391
+ return System.Object;
1392
+ },
1393
+ isNullable: true
1394
+ },
1395
+ State: {
1396
+ kind: "property",
1397
+ type: () => {
1398
+ return Serialization.StreamingContextStates;
1399
+ }
1400
+ }
1401
+ }
1402
+ },
1403
+ StreamingContextStates: {
1404
+ kind: "enum",
1405
+ members: {
1406
+ CrossProcess: {
1407
+ kind: "field",
1408
+ type: () => {
1409
+ return Serialization.StreamingContextStates;
1410
+ }
1411
+ },
1412
+ CrossMachine: {
1413
+ kind: "field",
1414
+ type: () => {
1415
+ return Serialization.StreamingContextStates;
1416
+ }
1417
+ },
1418
+ File: {
1419
+ kind: "field",
1420
+ type: () => {
1421
+ return Serialization.StreamingContextStates;
1422
+ }
1423
+ },
1424
+ Persistence: {
1425
+ kind: "field",
1426
+ type: () => {
1427
+ return Serialization.StreamingContextStates;
1428
+ }
1429
+ },
1430
+ Remoting: {
1431
+ kind: "field",
1432
+ type: () => {
1433
+ return Serialization.StreamingContextStates;
1434
+ }
1435
+ },
1436
+ Other: {
1437
+ kind: "field",
1438
+ type: () => {
1439
+ return Serialization.StreamingContextStates;
1440
+ }
1441
+ },
1442
+ Clone: {
1443
+ kind: "field",
1444
+ type: () => {
1445
+ return Serialization.StreamingContextStates;
1446
+ }
1447
+ },
1448
+ CrossAppDomain: {
1449
+ kind: "field",
1450
+ type: () => {
1451
+ return Serialization.StreamingContextStates;
1452
+ }
1453
+ },
1454
+ All: {
1455
+ kind: "field",
1456
+ type: () => {
1457
+ return Serialization.StreamingContextStates;
1458
+ }
1459
+ }
1460
+ }
1461
+ },
1462
+ SurrogateSelector: {
1463
+ kind: "class",
1464
+ members: {
1465
+ SurrogateSelector: {
1466
+ kind: "method",
1467
+ methodKind: "constructor"
1468
+ },
1469
+ AddSurrogate: {
1470
+ kind: "method",
1471
+ methodKind: "ordinary",
1472
+ isVirtual: true
1473
+ },
1474
+ ChainSelector: {
1475
+ kind: "method",
1476
+ methodKind: "ordinary",
1477
+ isVirtual: true
1478
+ },
1479
+ GetNextSelector: {
1480
+ kind: "method",
1481
+ methodKind: "ordinary",
1482
+ isVirtual: true
1483
+ },
1484
+ GetSurrogate: {
1485
+ kind: "method",
1486
+ methodKind: "ordinary",
1487
+ isVirtual: true
1488
+ },
1489
+ RemoveSurrogate: {
1490
+ kind: "method",
1491
+ methodKind: "ordinary",
1492
+ isVirtual: true
1493
+ }
1494
+ }
1495
+ },
1496
+ XPathQueryGenerator: {
1497
+ kind: "class",
1498
+ members: {
1499
+ CreateFromDataContractSerializer: {
1500
+ kind: "method",
1501
+ methodKind: "ordinary",
1502
+ isStatic: true
1503
+ }
1504
+ },
1505
+ isStatic: true
1506
+ },
1507
+ XmlObjectSerializer: {
1508
+ kind: "class",
1509
+ members: {
1510
+ XmlObjectSerializer: {
1511
+ kind: "method",
1512
+ methodKind: "constructor"
1513
+ },
1514
+ IsStartObject: {
1515
+ kind: "method",
1516
+ methodKind: "ordinary",
1517
+ isAbstract: true
1518
+ },
1519
+ ReadObject: {
1520
+ kind: "method",
1521
+ methodKind: "ordinary",
1522
+ isVirtual: true
1523
+ },
1524
+ WriteEndObject: {
1525
+ kind: "method",
1526
+ methodKind: "ordinary",
1527
+ isAbstract: true
1528
+ },
1529
+ WriteObject: {
1530
+ kind: "method",
1531
+ methodKind: "ordinary",
1532
+ isVirtual: true
1533
+ },
1534
+ WriteObjectContent: {
1535
+ kind: "method",
1536
+ methodKind: "ordinary",
1537
+ isAbstract: true
1538
+ },
1539
+ WriteStartObject: {
1540
+ kind: "method",
1541
+ methodKind: "ordinary",
1542
+ isAbstract: true
1543
+ }
1544
+ },
1545
+ isAbstract: true
1546
+ },
1547
+ XmlSerializableServices: {
1548
+ kind: "class",
1549
+ members: {
1550
+ AddDefaultSchema: {
1551
+ kind: "method",
1552
+ methodKind: "ordinary",
1553
+ isStatic: true
1554
+ },
1555
+ ReadNodes: {
1556
+ kind: "method",
1557
+ methodKind: "ordinary",
1558
+ isStatic: true
1559
+ },
1560
+ WriteNodes: {
1561
+ kind: "method",
1562
+ methodKind: "ordinary",
1563
+ isStatic: true
1564
+ }
1565
+ },
1566
+ isStatic: true
1567
+ },
1568
+ XsdDataContractExporter: {
1569
+ kind: "class",
1570
+ members: {
1571
+ XsdDataContractExporter: {
1572
+ kind: "method",
1573
+ methodKind: "constructor"
1574
+ },
1575
+ CanExport: {
1576
+ kind: "method",
1577
+ methodKind: "ordinary"
1578
+ },
1579
+ Export: {
1580
+ kind: "method",
1581
+ methodKind: "ordinary"
1582
+ },
1583
+ GetRootElementName: {
1584
+ kind: "method",
1585
+ methodKind: "ordinary"
1586
+ },
1587
+ GetSchemaType: {
1588
+ kind: "method",
1589
+ methodKind: "ordinary"
1590
+ },
1591
+ GetSchemaTypeName: {
1592
+ kind: "method",
1593
+ methodKind: "ordinary"
1594
+ },
1595
+ Options: {
1596
+ kind: "property",
1597
+ type: () => {
1598
+ return Serialization.ExportOptions;
1599
+ }
1600
+ },
1601
+ Schemas: {
1602
+ kind: "property",
1603
+ type: () => {
1604
+ return Schema.XmlSchemaSet;
1605
+ }
1606
+ }
1607
+ }
1608
+ }
1609
+ });
1610
+ export default Serialization;
1611
+ //# sourceMappingURL=index.js.map