@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,3848 @@
1
+ import System from "../index.js";
2
+ import { createLibrary } from "#createLibrary";
3
+ const Globalization = createLibrary("System.Globalization", {
4
+ Calendar: {
5
+ kind: "class",
6
+ members: {
7
+ CurrentEra: {
8
+ kind: "field",
9
+ type: () => {
10
+ return System.Int32;
11
+ }
12
+ },
13
+ Calendar: {
14
+ kind: "method",
15
+ methodKind: "constructor"
16
+ },
17
+ AddDays: {
18
+ kind: "method",
19
+ methodKind: "ordinary",
20
+ isVirtual: true
21
+ },
22
+ AddHours: {
23
+ kind: "method",
24
+ methodKind: "ordinary",
25
+ isVirtual: true
26
+ },
27
+ AddMilliseconds: {
28
+ kind: "method",
29
+ methodKind: "ordinary",
30
+ isVirtual: true
31
+ },
32
+ AddMinutes: {
33
+ kind: "method",
34
+ methodKind: "ordinary",
35
+ isVirtual: true
36
+ },
37
+ AddMonths: {
38
+ kind: "method",
39
+ methodKind: "ordinary",
40
+ isAbstract: true
41
+ },
42
+ AddSeconds: {
43
+ kind: "method",
44
+ methodKind: "ordinary",
45
+ isVirtual: true
46
+ },
47
+ AddWeeks: {
48
+ kind: "method",
49
+ methodKind: "ordinary",
50
+ isVirtual: true
51
+ },
52
+ AddYears: {
53
+ kind: "method",
54
+ methodKind: "ordinary",
55
+ isAbstract: true
56
+ },
57
+ Clone: {
58
+ kind: "method",
59
+ methodKind: "ordinary",
60
+ isVirtual: true
61
+ },
62
+ GetDayOfMonth: {
63
+ kind: "method",
64
+ methodKind: "ordinary",
65
+ isAbstract: true
66
+ },
67
+ GetDayOfWeek: {
68
+ kind: "method",
69
+ methodKind: "ordinary",
70
+ isAbstract: true
71
+ },
72
+ GetDayOfYear: {
73
+ kind: "method",
74
+ methodKind: "ordinary",
75
+ isAbstract: true
76
+ },
77
+ GetDaysInMonth: {
78
+ kind: "method",
79
+ methodKind: "ordinary",
80
+ isVirtual: true
81
+ },
82
+ GetDaysInYear: {
83
+ kind: "method",
84
+ methodKind: "ordinary",
85
+ isVirtual: true
86
+ },
87
+ GetEra: {
88
+ kind: "method",
89
+ methodKind: "ordinary",
90
+ isAbstract: true
91
+ },
92
+ GetHour: {
93
+ kind: "method",
94
+ methodKind: "ordinary",
95
+ isVirtual: true
96
+ },
97
+ GetLeapMonth: {
98
+ kind: "method",
99
+ methodKind: "ordinary",
100
+ isVirtual: true
101
+ },
102
+ GetMilliseconds: {
103
+ kind: "method",
104
+ methodKind: "ordinary",
105
+ isVirtual: true
106
+ },
107
+ GetMinute: {
108
+ kind: "method",
109
+ methodKind: "ordinary",
110
+ isVirtual: true
111
+ },
112
+ GetMonth: {
113
+ kind: "method",
114
+ methodKind: "ordinary",
115
+ isAbstract: true
116
+ },
117
+ GetMonthsInYear: {
118
+ kind: "method",
119
+ methodKind: "ordinary",
120
+ isVirtual: true
121
+ },
122
+ GetSecond: {
123
+ kind: "method",
124
+ methodKind: "ordinary",
125
+ isVirtual: true
126
+ },
127
+ GetWeekOfYear: {
128
+ kind: "method",
129
+ methodKind: "ordinary",
130
+ isVirtual: true
131
+ },
132
+ GetYear: {
133
+ kind: "method",
134
+ methodKind: "ordinary",
135
+ isAbstract: true
136
+ },
137
+ IsLeapDay: {
138
+ kind: "method",
139
+ methodKind: "ordinary",
140
+ isVirtual: true
141
+ },
142
+ IsLeapMonth: {
143
+ kind: "method",
144
+ methodKind: "ordinary",
145
+ isVirtual: true
146
+ },
147
+ IsLeapYear: {
148
+ kind: "method",
149
+ methodKind: "ordinary",
150
+ isVirtual: true
151
+ },
152
+ ReadOnly: {
153
+ kind: "method",
154
+ methodKind: "ordinary",
155
+ isStatic: true
156
+ },
157
+ ToDateTime: {
158
+ kind: "method",
159
+ methodKind: "ordinary",
160
+ isVirtual: true
161
+ },
162
+ ToFourDigitYear: {
163
+ kind: "method",
164
+ methodKind: "ordinary",
165
+ isVirtual: true
166
+ },
167
+ AlgorithmType: {
168
+ kind: "property",
169
+ type: () => {
170
+ return Globalization.CalendarAlgorithmType;
171
+ },
172
+ isVirtual: true
173
+ },
174
+ DaysInYearBeforeMinSupportedYear: {
175
+ kind: "property",
176
+ type: () => {
177
+ return System.Int32;
178
+ },
179
+ isVirtual: true
180
+ },
181
+ Eras: {
182
+ kind: "property",
183
+ type: () => {
184
+ return System.Array;
185
+ },
186
+ isAbstract: true
187
+ },
188
+ IsReadOnly: {
189
+ kind: "property",
190
+ type: () => {
191
+ return System.Boolean;
192
+ }
193
+ },
194
+ MaxSupportedDateTime: {
195
+ kind: "property",
196
+ type: () => {
197
+ return System.DateTime;
198
+ },
199
+ isVirtual: true
200
+ },
201
+ MinSupportedDateTime: {
202
+ kind: "property",
203
+ type: () => {
204
+ return System.DateTime;
205
+ },
206
+ isVirtual: true
207
+ },
208
+ TwoDigitYearMax: {
209
+ kind: "property",
210
+ type: () => {
211
+ return System.Int32;
212
+ },
213
+ isVirtual: true
214
+ }
215
+ },
216
+ isAbstract: true
217
+ },
218
+ CalendarAlgorithmType: {
219
+ kind: "enum",
220
+ members: {
221
+ Unknown: {
222
+ kind: "field",
223
+ type: () => {
224
+ return Globalization.CalendarAlgorithmType;
225
+ }
226
+ },
227
+ SolarCalendar: {
228
+ kind: "field",
229
+ type: () => {
230
+ return Globalization.CalendarAlgorithmType;
231
+ }
232
+ },
233
+ LunarCalendar: {
234
+ kind: "field",
235
+ type: () => {
236
+ return Globalization.CalendarAlgorithmType;
237
+ }
238
+ },
239
+ LunisolarCalendar: {
240
+ kind: "field",
241
+ type: () => {
242
+ return Globalization.CalendarAlgorithmType;
243
+ }
244
+ }
245
+ }
246
+ },
247
+ CalendarWeekRule: {
248
+ kind: "enum",
249
+ members: {
250
+ FirstDay: {
251
+ kind: "field",
252
+ type: () => {
253
+ return Globalization.CalendarWeekRule;
254
+ }
255
+ },
256
+ FirstFullWeek: {
257
+ kind: "field",
258
+ type: () => {
259
+ return Globalization.CalendarWeekRule;
260
+ }
261
+ },
262
+ FirstFourDayWeek: {
263
+ kind: "field",
264
+ type: () => {
265
+ return Globalization.CalendarWeekRule;
266
+ }
267
+ }
268
+ }
269
+ },
270
+ CharUnicodeInfo: {
271
+ kind: "class",
272
+ members: {
273
+ GetDecimalDigitValue: {
274
+ kind: "method",
275
+ methodKind: "ordinary",
276
+ isStatic: true
277
+ },
278
+ GetDigitValue: {
279
+ kind: "method",
280
+ methodKind: "ordinary",
281
+ isStatic: true
282
+ },
283
+ GetNumericValue: {
284
+ kind: "method",
285
+ methodKind: "ordinary",
286
+ isStatic: true
287
+ },
288
+ GetUnicodeCategory: {
289
+ kind: "method",
290
+ methodKind: "ordinary",
291
+ isStatic: true
292
+ }
293
+ },
294
+ isStatic: true
295
+ },
296
+ ChineseLunisolarCalendar: {
297
+ kind: "class",
298
+ members: {
299
+ ChineseEra: {
300
+ kind: "field",
301
+ type: () => {
302
+ return System.Int32;
303
+ }
304
+ },
305
+ ChineseLunisolarCalendar: {
306
+ kind: "method",
307
+ methodKind: "constructor"
308
+ },
309
+ GetEra: {
310
+ kind: "method",
311
+ methodKind: "ordinary",
312
+ isOverride: true
313
+ },
314
+ DaysInYearBeforeMinSupportedYear: {
315
+ kind: "property",
316
+ type: () => {
317
+ return System.Int32;
318
+ },
319
+ isOverride: true
320
+ },
321
+ Eras: {
322
+ kind: "property",
323
+ type: () => {
324
+ return System.Array;
325
+ },
326
+ isOverride: true
327
+ },
328
+ MaxSupportedDateTime: {
329
+ kind: "property",
330
+ type: () => {
331
+ return System.DateTime;
332
+ },
333
+ isOverride: true
334
+ },
335
+ MinSupportedDateTime: {
336
+ kind: "property",
337
+ type: () => {
338
+ return System.DateTime;
339
+ },
340
+ isOverride: true
341
+ }
342
+ }
343
+ },
344
+ CompareInfo: {
345
+ kind: "class",
346
+ members: {
347
+ Compare: {
348
+ kind: "method",
349
+ methodKind: "ordinary"
350
+ },
351
+ Equals: {
352
+ kind: "method",
353
+ methodKind: "ordinary",
354
+ isOverride: true
355
+ },
356
+ GetCompareInfo: {
357
+ kind: "method",
358
+ methodKind: "ordinary",
359
+ isStatic: true
360
+ },
361
+ GetHashCode: {
362
+ kind: "method",
363
+ methodKind: "ordinary",
364
+ isOverride: true
365
+ },
366
+ GetSortKey: {
367
+ kind: "method",
368
+ methodKind: "ordinary"
369
+ },
370
+ GetSortKeyLength: {
371
+ kind: "method",
372
+ methodKind: "ordinary"
373
+ },
374
+ IndexOf: {
375
+ kind: "method",
376
+ methodKind: "ordinary"
377
+ },
378
+ IsPrefix: {
379
+ kind: "method",
380
+ methodKind: "ordinary"
381
+ },
382
+ IsSortable: {
383
+ kind: "method",
384
+ methodKind: "ordinary",
385
+ isStatic: true
386
+ },
387
+ IsSuffix: {
388
+ kind: "method",
389
+ methodKind: "ordinary"
390
+ },
391
+ LastIndexOf: {
392
+ kind: "method",
393
+ methodKind: "ordinary"
394
+ },
395
+ ToString: {
396
+ kind: "method",
397
+ methodKind: "ordinary",
398
+ isOverride: true
399
+ },
400
+ LCID: {
401
+ kind: "property",
402
+ type: () => {
403
+ return System.Int32;
404
+ }
405
+ },
406
+ Name: {
407
+ kind: "property",
408
+ type: () => {
409
+ return System.String;
410
+ }
411
+ },
412
+ Version: {
413
+ kind: "property",
414
+ type: () => {
415
+ return Globalization.SortVersion;
416
+ }
417
+ }
418
+ },
419
+ isSealed: true
420
+ },
421
+ CompareOptions: {
422
+ kind: "enum",
423
+ members: {
424
+ None: {
425
+ kind: "field",
426
+ type: () => {
427
+ return Globalization.CompareOptions;
428
+ }
429
+ },
430
+ IgnoreCase: {
431
+ kind: "field",
432
+ type: () => {
433
+ return Globalization.CompareOptions;
434
+ }
435
+ },
436
+ IgnoreNonSpace: {
437
+ kind: "field",
438
+ type: () => {
439
+ return Globalization.CompareOptions;
440
+ }
441
+ },
442
+ IgnoreSymbols: {
443
+ kind: "field",
444
+ type: () => {
445
+ return Globalization.CompareOptions;
446
+ }
447
+ },
448
+ IgnoreKanaType: {
449
+ kind: "field",
450
+ type: () => {
451
+ return Globalization.CompareOptions;
452
+ }
453
+ },
454
+ IgnoreWidth: {
455
+ kind: "field",
456
+ type: () => {
457
+ return Globalization.CompareOptions;
458
+ }
459
+ },
460
+ OrdinalIgnoreCase: {
461
+ kind: "field",
462
+ type: () => {
463
+ return Globalization.CompareOptions;
464
+ }
465
+ },
466
+ StringSort: {
467
+ kind: "field",
468
+ type: () => {
469
+ return Globalization.CompareOptions;
470
+ }
471
+ },
472
+ Ordinal: {
473
+ kind: "field",
474
+ type: () => {
475
+ return Globalization.CompareOptions;
476
+ }
477
+ }
478
+ }
479
+ },
480
+ CultureInfo: {
481
+ kind: "class",
482
+ members: {
483
+ CultureInfo: {
484
+ kind: "method",
485
+ methodKind: "constructor"
486
+ },
487
+ ClearCachedData: {
488
+ kind: "method",
489
+ methodKind: "ordinary"
490
+ },
491
+ Clone: {
492
+ kind: "method",
493
+ methodKind: "ordinary",
494
+ isVirtual: true
495
+ },
496
+ CreateSpecificCulture: {
497
+ kind: "method",
498
+ methodKind: "ordinary",
499
+ isStatic: true
500
+ },
501
+ Equals: {
502
+ kind: "method",
503
+ methodKind: "ordinary",
504
+ isOverride: true
505
+ },
506
+ GetConsoleFallbackUICulture: {
507
+ kind: "method",
508
+ methodKind: "ordinary"
509
+ },
510
+ GetCultureInfo: {
511
+ kind: "method",
512
+ methodKind: "ordinary",
513
+ isStatic: true
514
+ },
515
+ GetCultureInfoByIetfLanguageTag: {
516
+ kind: "method",
517
+ methodKind: "ordinary",
518
+ isStatic: true
519
+ },
520
+ GetCultures: {
521
+ kind: "method",
522
+ methodKind: "ordinary",
523
+ isStatic: true
524
+ },
525
+ GetFormat: {
526
+ kind: "method",
527
+ methodKind: "ordinary",
528
+ isVirtual: true
529
+ },
530
+ GetHashCode: {
531
+ kind: "method",
532
+ methodKind: "ordinary",
533
+ isOverride: true
534
+ },
535
+ ReadOnly: {
536
+ kind: "method",
537
+ methodKind: "ordinary",
538
+ isStatic: true
539
+ },
540
+ ToString: {
541
+ kind: "method",
542
+ methodKind: "ordinary",
543
+ isOverride: true
544
+ },
545
+ Calendar: {
546
+ kind: "property",
547
+ type: () => {
548
+ return Globalization.Calendar;
549
+ },
550
+ isVirtual: true
551
+ },
552
+ CompareInfo: {
553
+ kind: "property",
554
+ type: () => {
555
+ return Globalization.CompareInfo;
556
+ },
557
+ isVirtual: true
558
+ },
559
+ CultureTypes: {
560
+ kind: "property",
561
+ type: () => {
562
+ return Globalization.CultureTypes;
563
+ }
564
+ },
565
+ CurrentCulture: {
566
+ kind: "property",
567
+ type: () => {
568
+ return Globalization.CultureInfo;
569
+ },
570
+ isStatic: true
571
+ },
572
+ CurrentUICulture: {
573
+ kind: "property",
574
+ type: () => {
575
+ return Globalization.CultureInfo;
576
+ },
577
+ isStatic: true
578
+ },
579
+ DateTimeFormat: {
580
+ kind: "property",
581
+ type: () => {
582
+ return Globalization.DateTimeFormatInfo;
583
+ },
584
+ isVirtual: true
585
+ },
586
+ DefaultThreadCurrentCulture: {
587
+ kind: "property",
588
+ type: () => {
589
+ return Globalization.CultureInfo;
590
+ },
591
+ isNullable: true,
592
+ isStatic: true
593
+ },
594
+ DefaultThreadCurrentUICulture: {
595
+ kind: "property",
596
+ type: () => {
597
+ return Globalization.CultureInfo;
598
+ },
599
+ isNullable: true,
600
+ isStatic: true
601
+ },
602
+ DisplayName: {
603
+ kind: "property",
604
+ type: () => {
605
+ return System.String;
606
+ },
607
+ isVirtual: true
608
+ },
609
+ EnglishName: {
610
+ kind: "property",
611
+ type: () => {
612
+ return System.String;
613
+ },
614
+ isVirtual: true
615
+ },
616
+ IetfLanguageTag: {
617
+ kind: "property",
618
+ type: () => {
619
+ return System.String;
620
+ }
621
+ },
622
+ InstalledUICulture: {
623
+ kind: "property",
624
+ type: () => {
625
+ return Globalization.CultureInfo;
626
+ },
627
+ isStatic: true
628
+ },
629
+ InvariantCulture: {
630
+ kind: "property",
631
+ type: () => {
632
+ return Globalization.CultureInfo;
633
+ },
634
+ isStatic: true
635
+ },
636
+ IsNeutralCulture: {
637
+ kind: "property",
638
+ type: () => {
639
+ return System.Boolean;
640
+ },
641
+ isVirtual: true
642
+ },
643
+ IsReadOnly: {
644
+ kind: "property",
645
+ type: () => {
646
+ return System.Boolean;
647
+ }
648
+ },
649
+ KeyboardLayoutId: {
650
+ kind: "property",
651
+ type: () => {
652
+ return System.Int32;
653
+ },
654
+ isVirtual: true
655
+ },
656
+ LCID: {
657
+ kind: "property",
658
+ type: () => {
659
+ return System.Int32;
660
+ },
661
+ isVirtual: true
662
+ },
663
+ Name: {
664
+ kind: "property",
665
+ type: () => {
666
+ return System.String;
667
+ },
668
+ isVirtual: true
669
+ },
670
+ NativeName: {
671
+ kind: "property",
672
+ type: () => {
673
+ return System.String;
674
+ },
675
+ isVirtual: true
676
+ },
677
+ NumberFormat: {
678
+ kind: "property",
679
+ type: () => {
680
+ return Globalization.NumberFormatInfo;
681
+ },
682
+ isVirtual: true
683
+ },
684
+ OptionalCalendars: {
685
+ kind: "property",
686
+ type: () => {
687
+ return System.Array;
688
+ },
689
+ isVirtual: true
690
+ },
691
+ Parent: {
692
+ kind: "property",
693
+ type: () => {
694
+ return Globalization.CultureInfo;
695
+ },
696
+ isVirtual: true
697
+ },
698
+ TextInfo: {
699
+ kind: "property",
700
+ type: () => {
701
+ return Globalization.TextInfo;
702
+ },
703
+ isVirtual: true
704
+ },
705
+ ThreeLetterISOLanguageName: {
706
+ kind: "property",
707
+ type: () => {
708
+ return System.String;
709
+ },
710
+ isVirtual: true
711
+ },
712
+ ThreeLetterWindowsLanguageName: {
713
+ kind: "property",
714
+ type: () => {
715
+ return System.String;
716
+ },
717
+ isVirtual: true
718
+ },
719
+ TwoLetterISOLanguageName: {
720
+ kind: "property",
721
+ type: () => {
722
+ return System.String;
723
+ },
724
+ isVirtual: true
725
+ },
726
+ UseUserOverride: {
727
+ kind: "property",
728
+ type: () => {
729
+ return System.Boolean;
730
+ }
731
+ }
732
+ }
733
+ },
734
+ CultureNotFoundException: {
735
+ kind: "class",
736
+ members: {
737
+ CultureNotFoundException: {
738
+ kind: "method",
739
+ methodKind: "constructor"
740
+ },
741
+ InvalidCultureId: {
742
+ kind: "property",
743
+ type: () => {
744
+ return System.Int32;
745
+ },
746
+ isNullable: true,
747
+ isVirtual: true
748
+ },
749
+ InvalidCultureName: {
750
+ kind: "property",
751
+ type: () => {
752
+ return System.String;
753
+ },
754
+ isNullable: true,
755
+ isVirtual: true
756
+ },
757
+ Message: {
758
+ kind: "property",
759
+ type: () => {
760
+ return System.String;
761
+ },
762
+ isOverride: true
763
+ }
764
+ }
765
+ },
766
+ CultureTypes: {
767
+ kind: "enum",
768
+ members: {
769
+ NeutralCultures: {
770
+ kind: "field",
771
+ type: () => {
772
+ return Globalization.CultureTypes;
773
+ }
774
+ },
775
+ SpecificCultures: {
776
+ kind: "field",
777
+ type: () => {
778
+ return Globalization.CultureTypes;
779
+ }
780
+ },
781
+ InstalledWin32Cultures: {
782
+ kind: "field",
783
+ type: () => {
784
+ return Globalization.CultureTypes;
785
+ }
786
+ },
787
+ AllCultures: {
788
+ kind: "field",
789
+ type: () => {
790
+ return Globalization.CultureTypes;
791
+ }
792
+ },
793
+ UserCustomCulture: {
794
+ kind: "field",
795
+ type: () => {
796
+ return Globalization.CultureTypes;
797
+ }
798
+ },
799
+ ReplacementCultures: {
800
+ kind: "field",
801
+ type: () => {
802
+ return Globalization.CultureTypes;
803
+ }
804
+ },
805
+ WindowsOnlyCultures: {
806
+ kind: "field",
807
+ type: () => {
808
+ return Globalization.CultureTypes;
809
+ }
810
+ },
811
+ FrameworkCultures: {
812
+ kind: "field",
813
+ type: () => {
814
+ return Globalization.CultureTypes;
815
+ }
816
+ }
817
+ }
818
+ },
819
+ DateTimeFormatInfo: {
820
+ kind: "class",
821
+ members: {
822
+ DateTimeFormatInfo: {
823
+ kind: "method",
824
+ methodKind: "constructor"
825
+ },
826
+ Clone: {
827
+ kind: "method",
828
+ methodKind: "ordinary"
829
+ },
830
+ GetAbbreviatedDayName: {
831
+ kind: "method",
832
+ methodKind: "ordinary"
833
+ },
834
+ GetAbbreviatedEraName: {
835
+ kind: "method",
836
+ methodKind: "ordinary"
837
+ },
838
+ GetAbbreviatedMonthName: {
839
+ kind: "method",
840
+ methodKind: "ordinary"
841
+ },
842
+ GetAllDateTimePatterns: {
843
+ kind: "method",
844
+ methodKind: "ordinary"
845
+ },
846
+ GetDayName: {
847
+ kind: "method",
848
+ methodKind: "ordinary"
849
+ },
850
+ GetEra: {
851
+ kind: "method",
852
+ methodKind: "ordinary"
853
+ },
854
+ GetEraName: {
855
+ kind: "method",
856
+ methodKind: "ordinary"
857
+ },
858
+ GetFormat: {
859
+ kind: "method",
860
+ methodKind: "ordinary"
861
+ },
862
+ GetInstance: {
863
+ kind: "method",
864
+ methodKind: "ordinary",
865
+ isStatic: true
866
+ },
867
+ GetMonthName: {
868
+ kind: "method",
869
+ methodKind: "ordinary"
870
+ },
871
+ GetShortestDayName: {
872
+ kind: "method",
873
+ methodKind: "ordinary"
874
+ },
875
+ ReadOnly: {
876
+ kind: "method",
877
+ methodKind: "ordinary",
878
+ isStatic: true
879
+ },
880
+ SetAllDateTimePatterns: {
881
+ kind: "method",
882
+ methodKind: "ordinary"
883
+ },
884
+ AbbreviatedDayNames: {
885
+ kind: "property",
886
+ type: () => {
887
+ return System.Array;
888
+ }
889
+ },
890
+ AbbreviatedMonthGenitiveNames: {
891
+ kind: "property",
892
+ type: () => {
893
+ return System.Array;
894
+ }
895
+ },
896
+ AbbreviatedMonthNames: {
897
+ kind: "property",
898
+ type: () => {
899
+ return System.Array;
900
+ }
901
+ },
902
+ AMDesignator: {
903
+ kind: "property",
904
+ type: () => {
905
+ return System.String;
906
+ }
907
+ },
908
+ Calendar: {
909
+ kind: "property",
910
+ type: () => {
911
+ return Globalization.Calendar;
912
+ }
913
+ },
914
+ CalendarWeekRule: {
915
+ kind: "property",
916
+ type: () => {
917
+ return Globalization.CalendarWeekRule;
918
+ }
919
+ },
920
+ CurrentInfo: {
921
+ kind: "property",
922
+ type: () => {
923
+ return Globalization.DateTimeFormatInfo;
924
+ },
925
+ isStatic: true
926
+ },
927
+ DateSeparator: {
928
+ kind: "property",
929
+ type: () => {
930
+ return System.String;
931
+ }
932
+ },
933
+ DayNames: {
934
+ kind: "property",
935
+ type: () => {
936
+ return System.Array;
937
+ }
938
+ },
939
+ FirstDayOfWeek: {
940
+ kind: "property",
941
+ type: () => {
942
+ return System.DayOfWeek;
943
+ }
944
+ },
945
+ FullDateTimePattern: {
946
+ kind: "property",
947
+ type: () => {
948
+ return System.String;
949
+ }
950
+ },
951
+ InvariantInfo: {
952
+ kind: "property",
953
+ type: () => {
954
+ return Globalization.DateTimeFormatInfo;
955
+ },
956
+ isStatic: true
957
+ },
958
+ IsReadOnly: {
959
+ kind: "property",
960
+ type: () => {
961
+ return System.Boolean;
962
+ }
963
+ },
964
+ LongDatePattern: {
965
+ kind: "property",
966
+ type: () => {
967
+ return System.String;
968
+ }
969
+ },
970
+ LongTimePattern: {
971
+ kind: "property",
972
+ type: () => {
973
+ return System.String;
974
+ }
975
+ },
976
+ MonthDayPattern: {
977
+ kind: "property",
978
+ type: () => {
979
+ return System.String;
980
+ }
981
+ },
982
+ MonthGenitiveNames: {
983
+ kind: "property",
984
+ type: () => {
985
+ return System.Array;
986
+ }
987
+ },
988
+ MonthNames: {
989
+ kind: "property",
990
+ type: () => {
991
+ return System.Array;
992
+ }
993
+ },
994
+ NativeCalendarName: {
995
+ kind: "property",
996
+ type: () => {
997
+ return System.String;
998
+ }
999
+ },
1000
+ PMDesignator: {
1001
+ kind: "property",
1002
+ type: () => {
1003
+ return System.String;
1004
+ }
1005
+ },
1006
+ RFC1123Pattern: {
1007
+ kind: "property",
1008
+ type: () => {
1009
+ return System.String;
1010
+ }
1011
+ },
1012
+ ShortDatePattern: {
1013
+ kind: "property",
1014
+ type: () => {
1015
+ return System.String;
1016
+ }
1017
+ },
1018
+ ShortestDayNames: {
1019
+ kind: "property",
1020
+ type: () => {
1021
+ return System.Array;
1022
+ }
1023
+ },
1024
+ ShortTimePattern: {
1025
+ kind: "property",
1026
+ type: () => {
1027
+ return System.String;
1028
+ }
1029
+ },
1030
+ SortableDateTimePattern: {
1031
+ kind: "property",
1032
+ type: () => {
1033
+ return System.String;
1034
+ }
1035
+ },
1036
+ TimeSeparator: {
1037
+ kind: "property",
1038
+ type: () => {
1039
+ return System.String;
1040
+ }
1041
+ },
1042
+ UniversalSortableDateTimePattern: {
1043
+ kind: "property",
1044
+ type: () => {
1045
+ return System.String;
1046
+ }
1047
+ },
1048
+ YearMonthPattern: {
1049
+ kind: "property",
1050
+ type: () => {
1051
+ return System.String;
1052
+ }
1053
+ }
1054
+ },
1055
+ isSealed: true
1056
+ },
1057
+ DateTimeStyles: {
1058
+ kind: "enum",
1059
+ members: {
1060
+ None: {
1061
+ kind: "field",
1062
+ type: () => {
1063
+ return Globalization.DateTimeStyles;
1064
+ }
1065
+ },
1066
+ AllowLeadingWhite: {
1067
+ kind: "field",
1068
+ type: () => {
1069
+ return Globalization.DateTimeStyles;
1070
+ }
1071
+ },
1072
+ AllowTrailingWhite: {
1073
+ kind: "field",
1074
+ type: () => {
1075
+ return Globalization.DateTimeStyles;
1076
+ }
1077
+ },
1078
+ AllowInnerWhite: {
1079
+ kind: "field",
1080
+ type: () => {
1081
+ return Globalization.DateTimeStyles;
1082
+ }
1083
+ },
1084
+ AllowWhiteSpaces: {
1085
+ kind: "field",
1086
+ type: () => {
1087
+ return Globalization.DateTimeStyles;
1088
+ }
1089
+ },
1090
+ NoCurrentDateDefault: {
1091
+ kind: "field",
1092
+ type: () => {
1093
+ return Globalization.DateTimeStyles;
1094
+ }
1095
+ },
1096
+ AdjustToUniversal: {
1097
+ kind: "field",
1098
+ type: () => {
1099
+ return Globalization.DateTimeStyles;
1100
+ }
1101
+ },
1102
+ AssumeLocal: {
1103
+ kind: "field",
1104
+ type: () => {
1105
+ return Globalization.DateTimeStyles;
1106
+ }
1107
+ },
1108
+ AssumeUniversal: {
1109
+ kind: "field",
1110
+ type: () => {
1111
+ return Globalization.DateTimeStyles;
1112
+ }
1113
+ },
1114
+ RoundtripKind: {
1115
+ kind: "field",
1116
+ type: () => {
1117
+ return Globalization.DateTimeStyles;
1118
+ }
1119
+ }
1120
+ }
1121
+ },
1122
+ DaylightTime: {
1123
+ kind: "class",
1124
+ members: {
1125
+ DaylightTime: {
1126
+ kind: "method",
1127
+ methodKind: "constructor"
1128
+ },
1129
+ Delta: {
1130
+ kind: "property",
1131
+ type: () => {
1132
+ return System.TimeSpan;
1133
+ }
1134
+ },
1135
+ End: {
1136
+ kind: "property",
1137
+ type: () => {
1138
+ return System.DateTime;
1139
+ }
1140
+ },
1141
+ Start: {
1142
+ kind: "property",
1143
+ type: () => {
1144
+ return System.DateTime;
1145
+ }
1146
+ }
1147
+ }
1148
+ },
1149
+ DigitShapes: {
1150
+ kind: "enum",
1151
+ members: {
1152
+ Context: {
1153
+ kind: "field",
1154
+ type: () => {
1155
+ return Globalization.DigitShapes;
1156
+ }
1157
+ },
1158
+ None: {
1159
+ kind: "field",
1160
+ type: () => {
1161
+ return Globalization.DigitShapes;
1162
+ }
1163
+ },
1164
+ NativeNational: {
1165
+ kind: "field",
1166
+ type: () => {
1167
+ return Globalization.DigitShapes;
1168
+ }
1169
+ }
1170
+ }
1171
+ },
1172
+ EastAsianLunisolarCalendar: {
1173
+ kind: "class",
1174
+ members: {
1175
+ AddMonths: {
1176
+ kind: "method",
1177
+ methodKind: "ordinary",
1178
+ isOverride: true
1179
+ },
1180
+ AddYears: {
1181
+ kind: "method",
1182
+ methodKind: "ordinary",
1183
+ isOverride: true
1184
+ },
1185
+ GetCelestialStem: {
1186
+ kind: "method",
1187
+ methodKind: "ordinary"
1188
+ },
1189
+ GetDayOfMonth: {
1190
+ kind: "method",
1191
+ methodKind: "ordinary",
1192
+ isOverride: true
1193
+ },
1194
+ GetDayOfWeek: {
1195
+ kind: "method",
1196
+ methodKind: "ordinary",
1197
+ isOverride: true
1198
+ },
1199
+ GetDayOfYear: {
1200
+ kind: "method",
1201
+ methodKind: "ordinary",
1202
+ isOverride: true
1203
+ },
1204
+ GetDaysInMonth: {
1205
+ kind: "method",
1206
+ methodKind: "ordinary",
1207
+ isOverride: true
1208
+ },
1209
+ GetDaysInYear: {
1210
+ kind: "method",
1211
+ methodKind: "ordinary",
1212
+ isOverride: true
1213
+ },
1214
+ GetLeapMonth: {
1215
+ kind: "method",
1216
+ methodKind: "ordinary",
1217
+ isOverride: true
1218
+ },
1219
+ GetMonth: {
1220
+ kind: "method",
1221
+ methodKind: "ordinary",
1222
+ isOverride: true
1223
+ },
1224
+ GetMonthsInYear: {
1225
+ kind: "method",
1226
+ methodKind: "ordinary",
1227
+ isOverride: true
1228
+ },
1229
+ GetSexagenaryYear: {
1230
+ kind: "method",
1231
+ methodKind: "ordinary",
1232
+ isVirtual: true
1233
+ },
1234
+ GetTerrestrialBranch: {
1235
+ kind: "method",
1236
+ methodKind: "ordinary"
1237
+ },
1238
+ GetYear: {
1239
+ kind: "method",
1240
+ methodKind: "ordinary",
1241
+ isOverride: true
1242
+ },
1243
+ IsLeapDay: {
1244
+ kind: "method",
1245
+ methodKind: "ordinary",
1246
+ isOverride: true
1247
+ },
1248
+ IsLeapMonth: {
1249
+ kind: "method",
1250
+ methodKind: "ordinary",
1251
+ isOverride: true
1252
+ },
1253
+ IsLeapYear: {
1254
+ kind: "method",
1255
+ methodKind: "ordinary",
1256
+ isOverride: true
1257
+ },
1258
+ ToDateTime: {
1259
+ kind: "method",
1260
+ methodKind: "ordinary",
1261
+ isOverride: true
1262
+ },
1263
+ ToFourDigitYear: {
1264
+ kind: "method",
1265
+ methodKind: "ordinary",
1266
+ isOverride: true
1267
+ },
1268
+ AlgorithmType: {
1269
+ kind: "property",
1270
+ type: () => {
1271
+ return Globalization.CalendarAlgorithmType;
1272
+ },
1273
+ isOverride: true
1274
+ },
1275
+ TwoDigitYearMax: {
1276
+ kind: "property",
1277
+ type: () => {
1278
+ return System.Int32;
1279
+ },
1280
+ isOverride: true
1281
+ }
1282
+ },
1283
+ isAbstract: true
1284
+ },
1285
+ GlobalizationExtensions: {
1286
+ kind: "class",
1287
+ members: {
1288
+ GetStringComparer: {
1289
+ kind: "method",
1290
+ methodKind: "ordinary",
1291
+ isStatic: true
1292
+ }
1293
+ },
1294
+ isStatic: true
1295
+ },
1296
+ GregorianCalendar: {
1297
+ kind: "class",
1298
+ members: {
1299
+ ADEra: {
1300
+ kind: "field",
1301
+ type: () => {
1302
+ return System.Int32;
1303
+ }
1304
+ },
1305
+ GregorianCalendar: {
1306
+ kind: "method",
1307
+ methodKind: "constructor"
1308
+ },
1309
+ AddMonths: {
1310
+ kind: "method",
1311
+ methodKind: "ordinary",
1312
+ isOverride: true
1313
+ },
1314
+ AddYears: {
1315
+ kind: "method",
1316
+ methodKind: "ordinary",
1317
+ isOverride: true
1318
+ },
1319
+ GetDayOfMonth: {
1320
+ kind: "method",
1321
+ methodKind: "ordinary",
1322
+ isOverride: true
1323
+ },
1324
+ GetDayOfWeek: {
1325
+ kind: "method",
1326
+ methodKind: "ordinary",
1327
+ isOverride: true
1328
+ },
1329
+ GetDayOfYear: {
1330
+ kind: "method",
1331
+ methodKind: "ordinary",
1332
+ isOverride: true
1333
+ },
1334
+ GetDaysInMonth: {
1335
+ kind: "method",
1336
+ methodKind: "ordinary",
1337
+ isOverride: true
1338
+ },
1339
+ GetDaysInYear: {
1340
+ kind: "method",
1341
+ methodKind: "ordinary",
1342
+ isOverride: true
1343
+ },
1344
+ GetEra: {
1345
+ kind: "method",
1346
+ methodKind: "ordinary",
1347
+ isOverride: true
1348
+ },
1349
+ GetLeapMonth: {
1350
+ kind: "method",
1351
+ methodKind: "ordinary",
1352
+ isOverride: true
1353
+ },
1354
+ GetMonth: {
1355
+ kind: "method",
1356
+ methodKind: "ordinary",
1357
+ isOverride: true
1358
+ },
1359
+ GetMonthsInYear: {
1360
+ kind: "method",
1361
+ methodKind: "ordinary",
1362
+ isOverride: true
1363
+ },
1364
+ GetYear: {
1365
+ kind: "method",
1366
+ methodKind: "ordinary",
1367
+ isOverride: true
1368
+ },
1369
+ IsLeapDay: {
1370
+ kind: "method",
1371
+ methodKind: "ordinary",
1372
+ isOverride: true
1373
+ },
1374
+ IsLeapMonth: {
1375
+ kind: "method",
1376
+ methodKind: "ordinary",
1377
+ isOverride: true
1378
+ },
1379
+ IsLeapYear: {
1380
+ kind: "method",
1381
+ methodKind: "ordinary",
1382
+ isOverride: true
1383
+ },
1384
+ ToDateTime: {
1385
+ kind: "method",
1386
+ methodKind: "ordinary",
1387
+ isOverride: true
1388
+ },
1389
+ ToFourDigitYear: {
1390
+ kind: "method",
1391
+ methodKind: "ordinary",
1392
+ isOverride: true
1393
+ },
1394
+ AlgorithmType: {
1395
+ kind: "property",
1396
+ type: () => {
1397
+ return Globalization.CalendarAlgorithmType;
1398
+ },
1399
+ isOverride: true
1400
+ },
1401
+ CalendarType: {
1402
+ kind: "property",
1403
+ type: () => {
1404
+ return Globalization.GregorianCalendarTypes;
1405
+ },
1406
+ isVirtual: true
1407
+ },
1408
+ Eras: {
1409
+ kind: "property",
1410
+ type: () => {
1411
+ return System.Array;
1412
+ },
1413
+ isOverride: true
1414
+ },
1415
+ MaxSupportedDateTime: {
1416
+ kind: "property",
1417
+ type: () => {
1418
+ return System.DateTime;
1419
+ },
1420
+ isOverride: true
1421
+ },
1422
+ MinSupportedDateTime: {
1423
+ kind: "property",
1424
+ type: () => {
1425
+ return System.DateTime;
1426
+ },
1427
+ isOverride: true
1428
+ },
1429
+ TwoDigitYearMax: {
1430
+ kind: "property",
1431
+ type: () => {
1432
+ return System.Int32;
1433
+ },
1434
+ isOverride: true
1435
+ }
1436
+ }
1437
+ },
1438
+ GregorianCalendarTypes: {
1439
+ kind: "enum",
1440
+ members: {
1441
+ Localized: {
1442
+ kind: "field",
1443
+ type: () => {
1444
+ return Globalization.GregorianCalendarTypes;
1445
+ }
1446
+ },
1447
+ USEnglish: {
1448
+ kind: "field",
1449
+ type: () => {
1450
+ return Globalization.GregorianCalendarTypes;
1451
+ }
1452
+ },
1453
+ MiddleEastFrench: {
1454
+ kind: "field",
1455
+ type: () => {
1456
+ return Globalization.GregorianCalendarTypes;
1457
+ }
1458
+ },
1459
+ Arabic: {
1460
+ kind: "field",
1461
+ type: () => {
1462
+ return Globalization.GregorianCalendarTypes;
1463
+ }
1464
+ },
1465
+ TransliteratedEnglish: {
1466
+ kind: "field",
1467
+ type: () => {
1468
+ return Globalization.GregorianCalendarTypes;
1469
+ }
1470
+ },
1471
+ TransliteratedFrench: {
1472
+ kind: "field",
1473
+ type: () => {
1474
+ return Globalization.GregorianCalendarTypes;
1475
+ }
1476
+ }
1477
+ }
1478
+ },
1479
+ HebrewCalendar: {
1480
+ kind: "class",
1481
+ members: {
1482
+ HebrewEra: {
1483
+ kind: "field",
1484
+ type: () => {
1485
+ return System.Int32;
1486
+ },
1487
+ isStatic: true,
1488
+ isReadOnly: true
1489
+ },
1490
+ HebrewCalendar: {
1491
+ kind: "method",
1492
+ methodKind: "constructor"
1493
+ },
1494
+ AddMonths: {
1495
+ kind: "method",
1496
+ methodKind: "ordinary",
1497
+ isOverride: true
1498
+ },
1499
+ AddYears: {
1500
+ kind: "method",
1501
+ methodKind: "ordinary",
1502
+ isOverride: true
1503
+ },
1504
+ GetDayOfMonth: {
1505
+ kind: "method",
1506
+ methodKind: "ordinary",
1507
+ isOverride: true
1508
+ },
1509
+ GetDayOfWeek: {
1510
+ kind: "method",
1511
+ methodKind: "ordinary",
1512
+ isOverride: true
1513
+ },
1514
+ GetDayOfYear: {
1515
+ kind: "method",
1516
+ methodKind: "ordinary",
1517
+ isOverride: true
1518
+ },
1519
+ GetDaysInMonth: {
1520
+ kind: "method",
1521
+ methodKind: "ordinary",
1522
+ isOverride: true
1523
+ },
1524
+ GetDaysInYear: {
1525
+ kind: "method",
1526
+ methodKind: "ordinary",
1527
+ isOverride: true
1528
+ },
1529
+ GetEra: {
1530
+ kind: "method",
1531
+ methodKind: "ordinary",
1532
+ isOverride: true
1533
+ },
1534
+ GetLeapMonth: {
1535
+ kind: "method",
1536
+ methodKind: "ordinary",
1537
+ isOverride: true
1538
+ },
1539
+ GetMonth: {
1540
+ kind: "method",
1541
+ methodKind: "ordinary",
1542
+ isOverride: true
1543
+ },
1544
+ GetMonthsInYear: {
1545
+ kind: "method",
1546
+ methodKind: "ordinary",
1547
+ isOverride: true
1548
+ },
1549
+ GetYear: {
1550
+ kind: "method",
1551
+ methodKind: "ordinary",
1552
+ isOverride: true
1553
+ },
1554
+ IsLeapDay: {
1555
+ kind: "method",
1556
+ methodKind: "ordinary",
1557
+ isOverride: true
1558
+ },
1559
+ IsLeapMonth: {
1560
+ kind: "method",
1561
+ methodKind: "ordinary",
1562
+ isOverride: true
1563
+ },
1564
+ IsLeapYear: {
1565
+ kind: "method",
1566
+ methodKind: "ordinary",
1567
+ isOverride: true
1568
+ },
1569
+ ToDateTime: {
1570
+ kind: "method",
1571
+ methodKind: "ordinary",
1572
+ isOverride: true
1573
+ },
1574
+ ToFourDigitYear: {
1575
+ kind: "method",
1576
+ methodKind: "ordinary",
1577
+ isOverride: true
1578
+ },
1579
+ AlgorithmType: {
1580
+ kind: "property",
1581
+ type: () => {
1582
+ return Globalization.CalendarAlgorithmType;
1583
+ },
1584
+ isOverride: true
1585
+ },
1586
+ Eras: {
1587
+ kind: "property",
1588
+ type: () => {
1589
+ return System.Array;
1590
+ },
1591
+ isOverride: true
1592
+ },
1593
+ MaxSupportedDateTime: {
1594
+ kind: "property",
1595
+ type: () => {
1596
+ return System.DateTime;
1597
+ },
1598
+ isOverride: true
1599
+ },
1600
+ MinSupportedDateTime: {
1601
+ kind: "property",
1602
+ type: () => {
1603
+ return System.DateTime;
1604
+ },
1605
+ isOverride: true
1606
+ },
1607
+ TwoDigitYearMax: {
1608
+ kind: "property",
1609
+ type: () => {
1610
+ return System.Int32;
1611
+ },
1612
+ isOverride: true
1613
+ }
1614
+ }
1615
+ },
1616
+ HijriCalendar: {
1617
+ kind: "class",
1618
+ members: {
1619
+ HijriEra: {
1620
+ kind: "field",
1621
+ type: () => {
1622
+ return System.Int32;
1623
+ },
1624
+ isStatic: true,
1625
+ isReadOnly: true
1626
+ },
1627
+ HijriCalendar: {
1628
+ kind: "method",
1629
+ methodKind: "constructor"
1630
+ },
1631
+ AddMonths: {
1632
+ kind: "method",
1633
+ methodKind: "ordinary",
1634
+ isOverride: true
1635
+ },
1636
+ AddYears: {
1637
+ kind: "method",
1638
+ methodKind: "ordinary",
1639
+ isOverride: true
1640
+ },
1641
+ GetDayOfMonth: {
1642
+ kind: "method",
1643
+ methodKind: "ordinary",
1644
+ isOverride: true
1645
+ },
1646
+ GetDayOfWeek: {
1647
+ kind: "method",
1648
+ methodKind: "ordinary",
1649
+ isOverride: true
1650
+ },
1651
+ GetDayOfYear: {
1652
+ kind: "method",
1653
+ methodKind: "ordinary",
1654
+ isOverride: true
1655
+ },
1656
+ GetDaysInMonth: {
1657
+ kind: "method",
1658
+ methodKind: "ordinary",
1659
+ isOverride: true
1660
+ },
1661
+ GetDaysInYear: {
1662
+ kind: "method",
1663
+ methodKind: "ordinary",
1664
+ isOverride: true
1665
+ },
1666
+ GetEra: {
1667
+ kind: "method",
1668
+ methodKind: "ordinary",
1669
+ isOverride: true
1670
+ },
1671
+ GetLeapMonth: {
1672
+ kind: "method",
1673
+ methodKind: "ordinary",
1674
+ isOverride: true
1675
+ },
1676
+ GetMonth: {
1677
+ kind: "method",
1678
+ methodKind: "ordinary",
1679
+ isOverride: true
1680
+ },
1681
+ GetMonthsInYear: {
1682
+ kind: "method",
1683
+ methodKind: "ordinary",
1684
+ isOverride: true
1685
+ },
1686
+ GetYear: {
1687
+ kind: "method",
1688
+ methodKind: "ordinary",
1689
+ isOverride: true
1690
+ },
1691
+ IsLeapDay: {
1692
+ kind: "method",
1693
+ methodKind: "ordinary",
1694
+ isOverride: true
1695
+ },
1696
+ IsLeapMonth: {
1697
+ kind: "method",
1698
+ methodKind: "ordinary",
1699
+ isOverride: true
1700
+ },
1701
+ IsLeapYear: {
1702
+ kind: "method",
1703
+ methodKind: "ordinary",
1704
+ isOverride: true
1705
+ },
1706
+ ToDateTime: {
1707
+ kind: "method",
1708
+ methodKind: "ordinary",
1709
+ isOverride: true
1710
+ },
1711
+ ToFourDigitYear: {
1712
+ kind: "method",
1713
+ methodKind: "ordinary",
1714
+ isOverride: true
1715
+ },
1716
+ AlgorithmType: {
1717
+ kind: "property",
1718
+ type: () => {
1719
+ return Globalization.CalendarAlgorithmType;
1720
+ },
1721
+ isOverride: true
1722
+ },
1723
+ DaysInYearBeforeMinSupportedYear: {
1724
+ kind: "property",
1725
+ type: () => {
1726
+ return System.Int32;
1727
+ },
1728
+ isOverride: true
1729
+ },
1730
+ Eras: {
1731
+ kind: "property",
1732
+ type: () => {
1733
+ return System.Array;
1734
+ },
1735
+ isOverride: true
1736
+ },
1737
+ HijriAdjustment: {
1738
+ kind: "property",
1739
+ type: () => {
1740
+ return System.Int32;
1741
+ }
1742
+ },
1743
+ MaxSupportedDateTime: {
1744
+ kind: "property",
1745
+ type: () => {
1746
+ return System.DateTime;
1747
+ },
1748
+ isOverride: true
1749
+ },
1750
+ MinSupportedDateTime: {
1751
+ kind: "property",
1752
+ type: () => {
1753
+ return System.DateTime;
1754
+ },
1755
+ isOverride: true
1756
+ },
1757
+ TwoDigitYearMax: {
1758
+ kind: "property",
1759
+ type: () => {
1760
+ return System.Int32;
1761
+ },
1762
+ isOverride: true
1763
+ }
1764
+ }
1765
+ },
1766
+ ISOWeek: {
1767
+ kind: "class",
1768
+ members: {
1769
+ GetWeekOfYear: {
1770
+ kind: "method",
1771
+ methodKind: "ordinary",
1772
+ isStatic: true
1773
+ },
1774
+ GetWeeksInYear: {
1775
+ kind: "method",
1776
+ methodKind: "ordinary",
1777
+ isStatic: true
1778
+ },
1779
+ GetYear: {
1780
+ kind: "method",
1781
+ methodKind: "ordinary",
1782
+ isStatic: true
1783
+ },
1784
+ GetYearEnd: {
1785
+ kind: "method",
1786
+ methodKind: "ordinary",
1787
+ isStatic: true
1788
+ },
1789
+ GetYearStart: {
1790
+ kind: "method",
1791
+ methodKind: "ordinary",
1792
+ isStatic: true
1793
+ },
1794
+ ToDateTime: {
1795
+ kind: "method",
1796
+ methodKind: "ordinary",
1797
+ isStatic: true
1798
+ }
1799
+ },
1800
+ isStatic: true
1801
+ },
1802
+ IdnMapping: {
1803
+ kind: "class",
1804
+ members: {
1805
+ IdnMapping: {
1806
+ kind: "method",
1807
+ methodKind: "constructor"
1808
+ },
1809
+ Equals: {
1810
+ kind: "method",
1811
+ methodKind: "ordinary",
1812
+ isOverride: true
1813
+ },
1814
+ GetAscii: {
1815
+ kind: "method",
1816
+ methodKind: "ordinary"
1817
+ },
1818
+ GetHashCode: {
1819
+ kind: "method",
1820
+ methodKind: "ordinary",
1821
+ isOverride: true
1822
+ },
1823
+ GetUnicode: {
1824
+ kind: "method",
1825
+ methodKind: "ordinary"
1826
+ },
1827
+ AllowUnassigned: {
1828
+ kind: "property",
1829
+ type: () => {
1830
+ return System.Boolean;
1831
+ }
1832
+ },
1833
+ UseStd3AsciiRules: {
1834
+ kind: "property",
1835
+ type: () => {
1836
+ return System.Boolean;
1837
+ }
1838
+ }
1839
+ },
1840
+ isSealed: true
1841
+ },
1842
+ JapaneseCalendar: {
1843
+ kind: "class",
1844
+ members: {
1845
+ JapaneseCalendar: {
1846
+ kind: "method",
1847
+ methodKind: "constructor"
1848
+ },
1849
+ AddMonths: {
1850
+ kind: "method",
1851
+ methodKind: "ordinary",
1852
+ isOverride: true
1853
+ },
1854
+ AddYears: {
1855
+ kind: "method",
1856
+ methodKind: "ordinary",
1857
+ isOverride: true
1858
+ },
1859
+ GetDayOfMonth: {
1860
+ kind: "method",
1861
+ methodKind: "ordinary",
1862
+ isOverride: true
1863
+ },
1864
+ GetDayOfWeek: {
1865
+ kind: "method",
1866
+ methodKind: "ordinary",
1867
+ isOverride: true
1868
+ },
1869
+ GetDayOfYear: {
1870
+ kind: "method",
1871
+ methodKind: "ordinary",
1872
+ isOverride: true
1873
+ },
1874
+ GetDaysInMonth: {
1875
+ kind: "method",
1876
+ methodKind: "ordinary",
1877
+ isOverride: true
1878
+ },
1879
+ GetDaysInYear: {
1880
+ kind: "method",
1881
+ methodKind: "ordinary",
1882
+ isOverride: true
1883
+ },
1884
+ GetEra: {
1885
+ kind: "method",
1886
+ methodKind: "ordinary",
1887
+ isOverride: true
1888
+ },
1889
+ GetLeapMonth: {
1890
+ kind: "method",
1891
+ methodKind: "ordinary",
1892
+ isOverride: true
1893
+ },
1894
+ GetMonth: {
1895
+ kind: "method",
1896
+ methodKind: "ordinary",
1897
+ isOverride: true
1898
+ },
1899
+ GetMonthsInYear: {
1900
+ kind: "method",
1901
+ methodKind: "ordinary",
1902
+ isOverride: true
1903
+ },
1904
+ GetWeekOfYear: {
1905
+ kind: "method",
1906
+ methodKind: "ordinary",
1907
+ isOverride: true
1908
+ },
1909
+ GetYear: {
1910
+ kind: "method",
1911
+ methodKind: "ordinary",
1912
+ isOverride: true
1913
+ },
1914
+ IsLeapDay: {
1915
+ kind: "method",
1916
+ methodKind: "ordinary",
1917
+ isOverride: true
1918
+ },
1919
+ IsLeapMonth: {
1920
+ kind: "method",
1921
+ methodKind: "ordinary",
1922
+ isOverride: true
1923
+ },
1924
+ IsLeapYear: {
1925
+ kind: "method",
1926
+ methodKind: "ordinary",
1927
+ isOverride: true
1928
+ },
1929
+ ToDateTime: {
1930
+ kind: "method",
1931
+ methodKind: "ordinary",
1932
+ isOverride: true
1933
+ },
1934
+ ToFourDigitYear: {
1935
+ kind: "method",
1936
+ methodKind: "ordinary",
1937
+ isOverride: true
1938
+ },
1939
+ AlgorithmType: {
1940
+ kind: "property",
1941
+ type: () => {
1942
+ return Globalization.CalendarAlgorithmType;
1943
+ },
1944
+ isOverride: true
1945
+ },
1946
+ Eras: {
1947
+ kind: "property",
1948
+ type: () => {
1949
+ return System.Array;
1950
+ },
1951
+ isOverride: true
1952
+ },
1953
+ MaxSupportedDateTime: {
1954
+ kind: "property",
1955
+ type: () => {
1956
+ return System.DateTime;
1957
+ },
1958
+ isOverride: true
1959
+ },
1960
+ MinSupportedDateTime: {
1961
+ kind: "property",
1962
+ type: () => {
1963
+ return System.DateTime;
1964
+ },
1965
+ isOverride: true
1966
+ },
1967
+ TwoDigitYearMax: {
1968
+ kind: "property",
1969
+ type: () => {
1970
+ return System.Int32;
1971
+ },
1972
+ isOverride: true
1973
+ }
1974
+ }
1975
+ },
1976
+ JapaneseLunisolarCalendar: {
1977
+ kind: "class",
1978
+ members: {
1979
+ JapaneseEra: {
1980
+ kind: "field",
1981
+ type: () => {
1982
+ return System.Int32;
1983
+ }
1984
+ },
1985
+ JapaneseLunisolarCalendar: {
1986
+ kind: "method",
1987
+ methodKind: "constructor"
1988
+ },
1989
+ GetEra: {
1990
+ kind: "method",
1991
+ methodKind: "ordinary",
1992
+ isOverride: true
1993
+ },
1994
+ DaysInYearBeforeMinSupportedYear: {
1995
+ kind: "property",
1996
+ type: () => {
1997
+ return System.Int32;
1998
+ },
1999
+ isOverride: true
2000
+ },
2001
+ Eras: {
2002
+ kind: "property",
2003
+ type: () => {
2004
+ return System.Array;
2005
+ },
2006
+ isOverride: true
2007
+ },
2008
+ MaxSupportedDateTime: {
2009
+ kind: "property",
2010
+ type: () => {
2011
+ return System.DateTime;
2012
+ },
2013
+ isOverride: true
2014
+ },
2015
+ MinSupportedDateTime: {
2016
+ kind: "property",
2017
+ type: () => {
2018
+ return System.DateTime;
2019
+ },
2020
+ isOverride: true
2021
+ }
2022
+ }
2023
+ },
2024
+ JulianCalendar: {
2025
+ kind: "class",
2026
+ members: {
2027
+ JulianEra: {
2028
+ kind: "field",
2029
+ type: () => {
2030
+ return System.Int32;
2031
+ },
2032
+ isStatic: true,
2033
+ isReadOnly: true
2034
+ },
2035
+ JulianCalendar: {
2036
+ kind: "method",
2037
+ methodKind: "constructor"
2038
+ },
2039
+ AddMonths: {
2040
+ kind: "method",
2041
+ methodKind: "ordinary",
2042
+ isOverride: true
2043
+ },
2044
+ AddYears: {
2045
+ kind: "method",
2046
+ methodKind: "ordinary",
2047
+ isOverride: true
2048
+ },
2049
+ GetDayOfMonth: {
2050
+ kind: "method",
2051
+ methodKind: "ordinary",
2052
+ isOverride: true
2053
+ },
2054
+ GetDayOfWeek: {
2055
+ kind: "method",
2056
+ methodKind: "ordinary",
2057
+ isOverride: true
2058
+ },
2059
+ GetDayOfYear: {
2060
+ kind: "method",
2061
+ methodKind: "ordinary",
2062
+ isOverride: true
2063
+ },
2064
+ GetDaysInMonth: {
2065
+ kind: "method",
2066
+ methodKind: "ordinary",
2067
+ isOverride: true
2068
+ },
2069
+ GetDaysInYear: {
2070
+ kind: "method",
2071
+ methodKind: "ordinary",
2072
+ isOverride: true
2073
+ },
2074
+ GetEra: {
2075
+ kind: "method",
2076
+ methodKind: "ordinary",
2077
+ isOverride: true
2078
+ },
2079
+ GetLeapMonth: {
2080
+ kind: "method",
2081
+ methodKind: "ordinary",
2082
+ isOverride: true
2083
+ },
2084
+ GetMonth: {
2085
+ kind: "method",
2086
+ methodKind: "ordinary",
2087
+ isOverride: true
2088
+ },
2089
+ GetMonthsInYear: {
2090
+ kind: "method",
2091
+ methodKind: "ordinary",
2092
+ isOverride: true
2093
+ },
2094
+ GetYear: {
2095
+ kind: "method",
2096
+ methodKind: "ordinary",
2097
+ isOverride: true
2098
+ },
2099
+ IsLeapDay: {
2100
+ kind: "method",
2101
+ methodKind: "ordinary",
2102
+ isOverride: true
2103
+ },
2104
+ IsLeapMonth: {
2105
+ kind: "method",
2106
+ methodKind: "ordinary",
2107
+ isOverride: true
2108
+ },
2109
+ IsLeapYear: {
2110
+ kind: "method",
2111
+ methodKind: "ordinary",
2112
+ isOverride: true
2113
+ },
2114
+ ToDateTime: {
2115
+ kind: "method",
2116
+ methodKind: "ordinary",
2117
+ isOverride: true
2118
+ },
2119
+ ToFourDigitYear: {
2120
+ kind: "method",
2121
+ methodKind: "ordinary",
2122
+ isOverride: true
2123
+ },
2124
+ AlgorithmType: {
2125
+ kind: "property",
2126
+ type: () => {
2127
+ return Globalization.CalendarAlgorithmType;
2128
+ },
2129
+ isOverride: true
2130
+ },
2131
+ Eras: {
2132
+ kind: "property",
2133
+ type: () => {
2134
+ return System.Array;
2135
+ },
2136
+ isOverride: true
2137
+ },
2138
+ MaxSupportedDateTime: {
2139
+ kind: "property",
2140
+ type: () => {
2141
+ return System.DateTime;
2142
+ },
2143
+ isOverride: true
2144
+ },
2145
+ MinSupportedDateTime: {
2146
+ kind: "property",
2147
+ type: () => {
2148
+ return System.DateTime;
2149
+ },
2150
+ isOverride: true
2151
+ },
2152
+ TwoDigitYearMax: {
2153
+ kind: "property",
2154
+ type: () => {
2155
+ return System.Int32;
2156
+ },
2157
+ isOverride: true
2158
+ }
2159
+ }
2160
+ },
2161
+ KoreanCalendar: {
2162
+ kind: "class",
2163
+ members: {
2164
+ KoreanEra: {
2165
+ kind: "field",
2166
+ type: () => {
2167
+ return System.Int32;
2168
+ }
2169
+ },
2170
+ KoreanCalendar: {
2171
+ kind: "method",
2172
+ methodKind: "constructor"
2173
+ },
2174
+ AddMonths: {
2175
+ kind: "method",
2176
+ methodKind: "ordinary",
2177
+ isOverride: true
2178
+ },
2179
+ AddYears: {
2180
+ kind: "method",
2181
+ methodKind: "ordinary",
2182
+ isOverride: true
2183
+ },
2184
+ GetDayOfMonth: {
2185
+ kind: "method",
2186
+ methodKind: "ordinary",
2187
+ isOverride: true
2188
+ },
2189
+ GetDayOfWeek: {
2190
+ kind: "method",
2191
+ methodKind: "ordinary",
2192
+ isOverride: true
2193
+ },
2194
+ GetDayOfYear: {
2195
+ kind: "method",
2196
+ methodKind: "ordinary",
2197
+ isOverride: true
2198
+ },
2199
+ GetDaysInMonth: {
2200
+ kind: "method",
2201
+ methodKind: "ordinary",
2202
+ isOverride: true
2203
+ },
2204
+ GetDaysInYear: {
2205
+ kind: "method",
2206
+ methodKind: "ordinary",
2207
+ isOverride: true
2208
+ },
2209
+ GetEra: {
2210
+ kind: "method",
2211
+ methodKind: "ordinary",
2212
+ isOverride: true
2213
+ },
2214
+ GetLeapMonth: {
2215
+ kind: "method",
2216
+ methodKind: "ordinary",
2217
+ isOverride: true
2218
+ },
2219
+ GetMonth: {
2220
+ kind: "method",
2221
+ methodKind: "ordinary",
2222
+ isOverride: true
2223
+ },
2224
+ GetMonthsInYear: {
2225
+ kind: "method",
2226
+ methodKind: "ordinary",
2227
+ isOverride: true
2228
+ },
2229
+ GetWeekOfYear: {
2230
+ kind: "method",
2231
+ methodKind: "ordinary",
2232
+ isOverride: true
2233
+ },
2234
+ GetYear: {
2235
+ kind: "method",
2236
+ methodKind: "ordinary",
2237
+ isOverride: true
2238
+ },
2239
+ IsLeapDay: {
2240
+ kind: "method",
2241
+ methodKind: "ordinary",
2242
+ isOverride: true
2243
+ },
2244
+ IsLeapMonth: {
2245
+ kind: "method",
2246
+ methodKind: "ordinary",
2247
+ isOverride: true
2248
+ },
2249
+ IsLeapYear: {
2250
+ kind: "method",
2251
+ methodKind: "ordinary",
2252
+ isOverride: true
2253
+ },
2254
+ ToDateTime: {
2255
+ kind: "method",
2256
+ methodKind: "ordinary",
2257
+ isOverride: true
2258
+ },
2259
+ ToFourDigitYear: {
2260
+ kind: "method",
2261
+ methodKind: "ordinary",
2262
+ isOverride: true
2263
+ },
2264
+ AlgorithmType: {
2265
+ kind: "property",
2266
+ type: () => {
2267
+ return Globalization.CalendarAlgorithmType;
2268
+ },
2269
+ isOverride: true
2270
+ },
2271
+ Eras: {
2272
+ kind: "property",
2273
+ type: () => {
2274
+ return System.Array;
2275
+ },
2276
+ isOverride: true
2277
+ },
2278
+ MaxSupportedDateTime: {
2279
+ kind: "property",
2280
+ type: () => {
2281
+ return System.DateTime;
2282
+ },
2283
+ isOverride: true
2284
+ },
2285
+ MinSupportedDateTime: {
2286
+ kind: "property",
2287
+ type: () => {
2288
+ return System.DateTime;
2289
+ },
2290
+ isOverride: true
2291
+ },
2292
+ TwoDigitYearMax: {
2293
+ kind: "property",
2294
+ type: () => {
2295
+ return System.Int32;
2296
+ },
2297
+ isOverride: true
2298
+ }
2299
+ }
2300
+ },
2301
+ KoreanLunisolarCalendar: {
2302
+ kind: "class",
2303
+ members: {
2304
+ GregorianEra: {
2305
+ kind: "field",
2306
+ type: () => {
2307
+ return System.Int32;
2308
+ }
2309
+ },
2310
+ KoreanLunisolarCalendar: {
2311
+ kind: "method",
2312
+ methodKind: "constructor"
2313
+ },
2314
+ GetEra: {
2315
+ kind: "method",
2316
+ methodKind: "ordinary",
2317
+ isOverride: true
2318
+ },
2319
+ DaysInYearBeforeMinSupportedYear: {
2320
+ kind: "property",
2321
+ type: () => {
2322
+ return System.Int32;
2323
+ },
2324
+ isOverride: true
2325
+ },
2326
+ Eras: {
2327
+ kind: "property",
2328
+ type: () => {
2329
+ return System.Array;
2330
+ },
2331
+ isOverride: true
2332
+ },
2333
+ MaxSupportedDateTime: {
2334
+ kind: "property",
2335
+ type: () => {
2336
+ return System.DateTime;
2337
+ },
2338
+ isOverride: true
2339
+ },
2340
+ MinSupportedDateTime: {
2341
+ kind: "property",
2342
+ type: () => {
2343
+ return System.DateTime;
2344
+ },
2345
+ isOverride: true
2346
+ }
2347
+ }
2348
+ },
2349
+ NumberFormatInfo: {
2350
+ kind: "class",
2351
+ members: {
2352
+ NumberFormatInfo: {
2353
+ kind: "method",
2354
+ methodKind: "constructor"
2355
+ },
2356
+ Clone: {
2357
+ kind: "method",
2358
+ methodKind: "ordinary"
2359
+ },
2360
+ GetFormat: {
2361
+ kind: "method",
2362
+ methodKind: "ordinary"
2363
+ },
2364
+ GetInstance: {
2365
+ kind: "method",
2366
+ methodKind: "ordinary",
2367
+ isStatic: true
2368
+ },
2369
+ ReadOnly: {
2370
+ kind: "method",
2371
+ methodKind: "ordinary",
2372
+ isStatic: true
2373
+ },
2374
+ CurrencyDecimalDigits: {
2375
+ kind: "property",
2376
+ type: () => {
2377
+ return System.Int32;
2378
+ }
2379
+ },
2380
+ CurrencyDecimalSeparator: {
2381
+ kind: "property",
2382
+ type: () => {
2383
+ return System.String;
2384
+ }
2385
+ },
2386
+ CurrencyGroupSeparator: {
2387
+ kind: "property",
2388
+ type: () => {
2389
+ return System.String;
2390
+ }
2391
+ },
2392
+ CurrencyGroupSizes: {
2393
+ kind: "property",
2394
+ type: () => {
2395
+ return System.Array;
2396
+ }
2397
+ },
2398
+ CurrencyNegativePattern: {
2399
+ kind: "property",
2400
+ type: () => {
2401
+ return System.Int32;
2402
+ }
2403
+ },
2404
+ CurrencyPositivePattern: {
2405
+ kind: "property",
2406
+ type: () => {
2407
+ return System.Int32;
2408
+ }
2409
+ },
2410
+ CurrencySymbol: {
2411
+ kind: "property",
2412
+ type: () => {
2413
+ return System.String;
2414
+ }
2415
+ },
2416
+ CurrentInfo: {
2417
+ kind: "property",
2418
+ type: () => {
2419
+ return Globalization.NumberFormatInfo;
2420
+ },
2421
+ isStatic: true
2422
+ },
2423
+ DigitSubstitution: {
2424
+ kind: "property",
2425
+ type: () => {
2426
+ return Globalization.DigitShapes;
2427
+ }
2428
+ },
2429
+ InvariantInfo: {
2430
+ kind: "property",
2431
+ type: () => {
2432
+ return Globalization.NumberFormatInfo;
2433
+ },
2434
+ isStatic: true
2435
+ },
2436
+ IsReadOnly: {
2437
+ kind: "property",
2438
+ type: () => {
2439
+ return System.Boolean;
2440
+ }
2441
+ },
2442
+ NaNSymbol: {
2443
+ kind: "property",
2444
+ type: () => {
2445
+ return System.String;
2446
+ }
2447
+ },
2448
+ NativeDigits: {
2449
+ kind: "property",
2450
+ type: () => {
2451
+ return System.Array;
2452
+ }
2453
+ },
2454
+ NegativeInfinitySymbol: {
2455
+ kind: "property",
2456
+ type: () => {
2457
+ return System.String;
2458
+ }
2459
+ },
2460
+ NegativeSign: {
2461
+ kind: "property",
2462
+ type: () => {
2463
+ return System.String;
2464
+ }
2465
+ },
2466
+ NumberDecimalDigits: {
2467
+ kind: "property",
2468
+ type: () => {
2469
+ return System.Int32;
2470
+ }
2471
+ },
2472
+ NumberDecimalSeparator: {
2473
+ kind: "property",
2474
+ type: () => {
2475
+ return System.String;
2476
+ }
2477
+ },
2478
+ NumberGroupSeparator: {
2479
+ kind: "property",
2480
+ type: () => {
2481
+ return System.String;
2482
+ }
2483
+ },
2484
+ NumberGroupSizes: {
2485
+ kind: "property",
2486
+ type: () => {
2487
+ return System.Array;
2488
+ }
2489
+ },
2490
+ NumberNegativePattern: {
2491
+ kind: "property",
2492
+ type: () => {
2493
+ return System.Int32;
2494
+ }
2495
+ },
2496
+ PercentDecimalDigits: {
2497
+ kind: "property",
2498
+ type: () => {
2499
+ return System.Int32;
2500
+ }
2501
+ },
2502
+ PercentDecimalSeparator: {
2503
+ kind: "property",
2504
+ type: () => {
2505
+ return System.String;
2506
+ }
2507
+ },
2508
+ PercentGroupSeparator: {
2509
+ kind: "property",
2510
+ type: () => {
2511
+ return System.String;
2512
+ }
2513
+ },
2514
+ PercentGroupSizes: {
2515
+ kind: "property",
2516
+ type: () => {
2517
+ return System.Array;
2518
+ }
2519
+ },
2520
+ PercentNegativePattern: {
2521
+ kind: "property",
2522
+ type: () => {
2523
+ return System.Int32;
2524
+ }
2525
+ },
2526
+ PercentPositivePattern: {
2527
+ kind: "property",
2528
+ type: () => {
2529
+ return System.Int32;
2530
+ }
2531
+ },
2532
+ PercentSymbol: {
2533
+ kind: "property",
2534
+ type: () => {
2535
+ return System.String;
2536
+ }
2537
+ },
2538
+ PerMilleSymbol: {
2539
+ kind: "property",
2540
+ type: () => {
2541
+ return System.String;
2542
+ }
2543
+ },
2544
+ PositiveInfinitySymbol: {
2545
+ kind: "property",
2546
+ type: () => {
2547
+ return System.String;
2548
+ }
2549
+ },
2550
+ PositiveSign: {
2551
+ kind: "property",
2552
+ type: () => {
2553
+ return System.String;
2554
+ }
2555
+ }
2556
+ },
2557
+ isSealed: true
2558
+ },
2559
+ NumberStyles: {
2560
+ kind: "enum",
2561
+ members: {
2562
+ None: {
2563
+ kind: "field",
2564
+ type: () => {
2565
+ return Globalization.NumberStyles;
2566
+ }
2567
+ },
2568
+ AllowLeadingWhite: {
2569
+ kind: "field",
2570
+ type: () => {
2571
+ return Globalization.NumberStyles;
2572
+ }
2573
+ },
2574
+ AllowTrailingWhite: {
2575
+ kind: "field",
2576
+ type: () => {
2577
+ return Globalization.NumberStyles;
2578
+ }
2579
+ },
2580
+ AllowLeadingSign: {
2581
+ kind: "field",
2582
+ type: () => {
2583
+ return Globalization.NumberStyles;
2584
+ }
2585
+ },
2586
+ Integer: {
2587
+ kind: "field",
2588
+ type: () => {
2589
+ return Globalization.NumberStyles;
2590
+ }
2591
+ },
2592
+ AllowTrailingSign: {
2593
+ kind: "field",
2594
+ type: () => {
2595
+ return Globalization.NumberStyles;
2596
+ }
2597
+ },
2598
+ AllowParentheses: {
2599
+ kind: "field",
2600
+ type: () => {
2601
+ return Globalization.NumberStyles;
2602
+ }
2603
+ },
2604
+ AllowDecimalPoint: {
2605
+ kind: "field",
2606
+ type: () => {
2607
+ return Globalization.NumberStyles;
2608
+ }
2609
+ },
2610
+ AllowThousands: {
2611
+ kind: "field",
2612
+ type: () => {
2613
+ return Globalization.NumberStyles;
2614
+ }
2615
+ },
2616
+ Number: {
2617
+ kind: "field",
2618
+ type: () => {
2619
+ return Globalization.NumberStyles;
2620
+ }
2621
+ },
2622
+ AllowExponent: {
2623
+ kind: "field",
2624
+ type: () => {
2625
+ return Globalization.NumberStyles;
2626
+ }
2627
+ },
2628
+ Float: {
2629
+ kind: "field",
2630
+ type: () => {
2631
+ return Globalization.NumberStyles;
2632
+ }
2633
+ },
2634
+ AllowCurrencySymbol: {
2635
+ kind: "field",
2636
+ type: () => {
2637
+ return Globalization.NumberStyles;
2638
+ }
2639
+ },
2640
+ Currency: {
2641
+ kind: "field",
2642
+ type: () => {
2643
+ return Globalization.NumberStyles;
2644
+ }
2645
+ },
2646
+ Any: {
2647
+ kind: "field",
2648
+ type: () => {
2649
+ return Globalization.NumberStyles;
2650
+ }
2651
+ },
2652
+ AllowHexSpecifier: {
2653
+ kind: "field",
2654
+ type: () => {
2655
+ return Globalization.NumberStyles;
2656
+ }
2657
+ },
2658
+ HexNumber: {
2659
+ kind: "field",
2660
+ type: () => {
2661
+ return Globalization.NumberStyles;
2662
+ }
2663
+ },
2664
+ AllowBinarySpecifier: {
2665
+ kind: "field",
2666
+ type: () => {
2667
+ return Globalization.NumberStyles;
2668
+ }
2669
+ },
2670
+ BinaryNumber: {
2671
+ kind: "field",
2672
+ type: () => {
2673
+ return Globalization.NumberStyles;
2674
+ }
2675
+ }
2676
+ }
2677
+ },
2678
+ PersianCalendar: {
2679
+ kind: "class",
2680
+ members: {
2681
+ PersianEra: {
2682
+ kind: "field",
2683
+ type: () => {
2684
+ return System.Int32;
2685
+ },
2686
+ isStatic: true,
2687
+ isReadOnly: true
2688
+ },
2689
+ PersianCalendar: {
2690
+ kind: "method",
2691
+ methodKind: "constructor"
2692
+ },
2693
+ AddMonths: {
2694
+ kind: "method",
2695
+ methodKind: "ordinary",
2696
+ isOverride: true
2697
+ },
2698
+ AddYears: {
2699
+ kind: "method",
2700
+ methodKind: "ordinary",
2701
+ isOverride: true
2702
+ },
2703
+ GetDayOfMonth: {
2704
+ kind: "method",
2705
+ methodKind: "ordinary",
2706
+ isOverride: true
2707
+ },
2708
+ GetDayOfWeek: {
2709
+ kind: "method",
2710
+ methodKind: "ordinary",
2711
+ isOverride: true
2712
+ },
2713
+ GetDayOfYear: {
2714
+ kind: "method",
2715
+ methodKind: "ordinary",
2716
+ isOverride: true
2717
+ },
2718
+ GetDaysInMonth: {
2719
+ kind: "method",
2720
+ methodKind: "ordinary",
2721
+ isOverride: true
2722
+ },
2723
+ GetDaysInYear: {
2724
+ kind: "method",
2725
+ methodKind: "ordinary",
2726
+ isOverride: true
2727
+ },
2728
+ GetEra: {
2729
+ kind: "method",
2730
+ methodKind: "ordinary",
2731
+ isOverride: true
2732
+ },
2733
+ GetLeapMonth: {
2734
+ kind: "method",
2735
+ methodKind: "ordinary",
2736
+ isOverride: true
2737
+ },
2738
+ GetMonth: {
2739
+ kind: "method",
2740
+ methodKind: "ordinary",
2741
+ isOverride: true
2742
+ },
2743
+ GetMonthsInYear: {
2744
+ kind: "method",
2745
+ methodKind: "ordinary",
2746
+ isOverride: true
2747
+ },
2748
+ GetYear: {
2749
+ kind: "method",
2750
+ methodKind: "ordinary",
2751
+ isOverride: true
2752
+ },
2753
+ IsLeapDay: {
2754
+ kind: "method",
2755
+ methodKind: "ordinary",
2756
+ isOverride: true
2757
+ },
2758
+ IsLeapMonth: {
2759
+ kind: "method",
2760
+ methodKind: "ordinary",
2761
+ isOverride: true
2762
+ },
2763
+ IsLeapYear: {
2764
+ kind: "method",
2765
+ methodKind: "ordinary",
2766
+ isOverride: true
2767
+ },
2768
+ ToDateTime: {
2769
+ kind: "method",
2770
+ methodKind: "ordinary",
2771
+ isOverride: true
2772
+ },
2773
+ ToFourDigitYear: {
2774
+ kind: "method",
2775
+ methodKind: "ordinary",
2776
+ isOverride: true
2777
+ },
2778
+ AlgorithmType: {
2779
+ kind: "property",
2780
+ type: () => {
2781
+ return Globalization.CalendarAlgorithmType;
2782
+ },
2783
+ isOverride: true
2784
+ },
2785
+ Eras: {
2786
+ kind: "property",
2787
+ type: () => {
2788
+ return System.Array;
2789
+ },
2790
+ isOverride: true
2791
+ },
2792
+ MaxSupportedDateTime: {
2793
+ kind: "property",
2794
+ type: () => {
2795
+ return System.DateTime;
2796
+ },
2797
+ isOverride: true
2798
+ },
2799
+ MinSupportedDateTime: {
2800
+ kind: "property",
2801
+ type: () => {
2802
+ return System.DateTime;
2803
+ },
2804
+ isOverride: true
2805
+ },
2806
+ TwoDigitYearMax: {
2807
+ kind: "property",
2808
+ type: () => {
2809
+ return System.Int32;
2810
+ },
2811
+ isOverride: true
2812
+ }
2813
+ }
2814
+ },
2815
+ RegionInfo: {
2816
+ kind: "class",
2817
+ members: {
2818
+ RegionInfo: {
2819
+ kind: "method",
2820
+ methodKind: "constructor"
2821
+ },
2822
+ Equals: {
2823
+ kind: "method",
2824
+ methodKind: "ordinary",
2825
+ isOverride: true
2826
+ },
2827
+ GetHashCode: {
2828
+ kind: "method",
2829
+ methodKind: "ordinary",
2830
+ isOverride: true
2831
+ },
2832
+ ToString: {
2833
+ kind: "method",
2834
+ methodKind: "ordinary",
2835
+ isOverride: true
2836
+ },
2837
+ CurrencyEnglishName: {
2838
+ kind: "property",
2839
+ type: () => {
2840
+ return System.String;
2841
+ },
2842
+ isVirtual: true
2843
+ },
2844
+ CurrencyNativeName: {
2845
+ kind: "property",
2846
+ type: () => {
2847
+ return System.String;
2848
+ },
2849
+ isVirtual: true
2850
+ },
2851
+ CurrencySymbol: {
2852
+ kind: "property",
2853
+ type: () => {
2854
+ return System.String;
2855
+ },
2856
+ isVirtual: true
2857
+ },
2858
+ CurrentRegion: {
2859
+ kind: "property",
2860
+ type: () => {
2861
+ return Globalization.RegionInfo;
2862
+ },
2863
+ isStatic: true
2864
+ },
2865
+ DisplayName: {
2866
+ kind: "property",
2867
+ type: () => {
2868
+ return System.String;
2869
+ },
2870
+ isVirtual: true
2871
+ },
2872
+ EnglishName: {
2873
+ kind: "property",
2874
+ type: () => {
2875
+ return System.String;
2876
+ },
2877
+ isVirtual: true
2878
+ },
2879
+ GeoId: {
2880
+ kind: "property",
2881
+ type: () => {
2882
+ return System.Int32;
2883
+ },
2884
+ isVirtual: true
2885
+ },
2886
+ IsMetric: {
2887
+ kind: "property",
2888
+ type: () => {
2889
+ return System.Boolean;
2890
+ },
2891
+ isVirtual: true
2892
+ },
2893
+ ISOCurrencySymbol: {
2894
+ kind: "property",
2895
+ type: () => {
2896
+ return System.String;
2897
+ },
2898
+ isVirtual: true
2899
+ },
2900
+ Name: {
2901
+ kind: "property",
2902
+ type: () => {
2903
+ return System.String;
2904
+ },
2905
+ isVirtual: true
2906
+ },
2907
+ NativeName: {
2908
+ kind: "property",
2909
+ type: () => {
2910
+ return System.String;
2911
+ },
2912
+ isVirtual: true
2913
+ },
2914
+ ThreeLetterISORegionName: {
2915
+ kind: "property",
2916
+ type: () => {
2917
+ return System.String;
2918
+ },
2919
+ isVirtual: true
2920
+ },
2921
+ ThreeLetterWindowsRegionName: {
2922
+ kind: "property",
2923
+ type: () => {
2924
+ return System.String;
2925
+ },
2926
+ isVirtual: true
2927
+ },
2928
+ TwoLetterISORegionName: {
2929
+ kind: "property",
2930
+ type: () => {
2931
+ return System.String;
2932
+ },
2933
+ isVirtual: true
2934
+ }
2935
+ }
2936
+ },
2937
+ SortKey: {
2938
+ kind: "class",
2939
+ members: {
2940
+ Compare: {
2941
+ kind: "method",
2942
+ methodKind: "ordinary",
2943
+ isStatic: true
2944
+ },
2945
+ Equals: {
2946
+ kind: "method",
2947
+ methodKind: "ordinary",
2948
+ isOverride: true
2949
+ },
2950
+ GetHashCode: {
2951
+ kind: "method",
2952
+ methodKind: "ordinary",
2953
+ isOverride: true
2954
+ },
2955
+ ToString: {
2956
+ kind: "method",
2957
+ methodKind: "ordinary",
2958
+ isOverride: true
2959
+ },
2960
+ KeyData: {
2961
+ kind: "property",
2962
+ type: () => {
2963
+ return System.Array;
2964
+ }
2965
+ },
2966
+ OriginalString: {
2967
+ kind: "property",
2968
+ type: () => {
2969
+ return System.String;
2970
+ }
2971
+ }
2972
+ },
2973
+ isSealed: true
2974
+ },
2975
+ SortVersion: {
2976
+ kind: "class",
2977
+ members: {
2978
+ SortVersion: {
2979
+ kind: "method",
2980
+ methodKind: "constructor"
2981
+ },
2982
+ Equals: {
2983
+ kind: "method",
2984
+ methodKind: "ordinary"
2985
+ },
2986
+ GetHashCode: {
2987
+ kind: "method",
2988
+ methodKind: "ordinary",
2989
+ isOverride: true
2990
+ },
2991
+ FullVersion: {
2992
+ kind: "property",
2993
+ type: () => {
2994
+ return System.Int32;
2995
+ }
2996
+ },
2997
+ SortId: {
2998
+ kind: "property",
2999
+ type: () => {
3000
+ return System.Guid;
3001
+ }
3002
+ }
3003
+ },
3004
+ isSealed: true
3005
+ },
3006
+ StringInfo: {
3007
+ kind: "class",
3008
+ members: {
3009
+ StringInfo: {
3010
+ kind: "method",
3011
+ methodKind: "constructor"
3012
+ },
3013
+ Equals: {
3014
+ kind: "method",
3015
+ methodKind: "ordinary",
3016
+ isOverride: true
3017
+ },
3018
+ GetHashCode: {
3019
+ kind: "method",
3020
+ methodKind: "ordinary",
3021
+ isOverride: true
3022
+ },
3023
+ GetNextTextElement: {
3024
+ kind: "method",
3025
+ methodKind: "ordinary",
3026
+ isStatic: true
3027
+ },
3028
+ GetNextTextElementLength: {
3029
+ kind: "method",
3030
+ methodKind: "ordinary",
3031
+ isStatic: true
3032
+ },
3033
+ GetTextElementEnumerator: {
3034
+ kind: "method",
3035
+ methodKind: "ordinary",
3036
+ isStatic: true
3037
+ },
3038
+ ParseCombiningCharacters: {
3039
+ kind: "method",
3040
+ methodKind: "ordinary",
3041
+ isStatic: true
3042
+ },
3043
+ SubstringByTextElements: {
3044
+ kind: "method",
3045
+ methodKind: "ordinary"
3046
+ },
3047
+ LengthInTextElements: {
3048
+ kind: "property",
3049
+ type: () => {
3050
+ return System.Int32;
3051
+ }
3052
+ },
3053
+ String: {
3054
+ kind: "property",
3055
+ type: () => {
3056
+ return System.String;
3057
+ }
3058
+ }
3059
+ }
3060
+ },
3061
+ TaiwanCalendar: {
3062
+ kind: "class",
3063
+ members: {
3064
+ TaiwanCalendar: {
3065
+ kind: "method",
3066
+ methodKind: "constructor"
3067
+ },
3068
+ AddMonths: {
3069
+ kind: "method",
3070
+ methodKind: "ordinary",
3071
+ isOverride: true
3072
+ },
3073
+ AddYears: {
3074
+ kind: "method",
3075
+ methodKind: "ordinary",
3076
+ isOverride: true
3077
+ },
3078
+ GetDayOfMonth: {
3079
+ kind: "method",
3080
+ methodKind: "ordinary",
3081
+ isOverride: true
3082
+ },
3083
+ GetDayOfWeek: {
3084
+ kind: "method",
3085
+ methodKind: "ordinary",
3086
+ isOverride: true
3087
+ },
3088
+ GetDayOfYear: {
3089
+ kind: "method",
3090
+ methodKind: "ordinary",
3091
+ isOverride: true
3092
+ },
3093
+ GetDaysInMonth: {
3094
+ kind: "method",
3095
+ methodKind: "ordinary",
3096
+ isOverride: true
3097
+ },
3098
+ GetDaysInYear: {
3099
+ kind: "method",
3100
+ methodKind: "ordinary",
3101
+ isOverride: true
3102
+ },
3103
+ GetEra: {
3104
+ kind: "method",
3105
+ methodKind: "ordinary",
3106
+ isOverride: true
3107
+ },
3108
+ GetLeapMonth: {
3109
+ kind: "method",
3110
+ methodKind: "ordinary",
3111
+ isOverride: true
3112
+ },
3113
+ GetMonth: {
3114
+ kind: "method",
3115
+ methodKind: "ordinary",
3116
+ isOverride: true
3117
+ },
3118
+ GetMonthsInYear: {
3119
+ kind: "method",
3120
+ methodKind: "ordinary",
3121
+ isOverride: true
3122
+ },
3123
+ GetWeekOfYear: {
3124
+ kind: "method",
3125
+ methodKind: "ordinary",
3126
+ isOverride: true
3127
+ },
3128
+ GetYear: {
3129
+ kind: "method",
3130
+ methodKind: "ordinary",
3131
+ isOverride: true
3132
+ },
3133
+ IsLeapDay: {
3134
+ kind: "method",
3135
+ methodKind: "ordinary",
3136
+ isOverride: true
3137
+ },
3138
+ IsLeapMonth: {
3139
+ kind: "method",
3140
+ methodKind: "ordinary",
3141
+ isOverride: true
3142
+ },
3143
+ IsLeapYear: {
3144
+ kind: "method",
3145
+ methodKind: "ordinary",
3146
+ isOverride: true
3147
+ },
3148
+ ToDateTime: {
3149
+ kind: "method",
3150
+ methodKind: "ordinary",
3151
+ isOverride: true
3152
+ },
3153
+ ToFourDigitYear: {
3154
+ kind: "method",
3155
+ methodKind: "ordinary",
3156
+ isOverride: true
3157
+ },
3158
+ AlgorithmType: {
3159
+ kind: "property",
3160
+ type: () => {
3161
+ return Globalization.CalendarAlgorithmType;
3162
+ },
3163
+ isOverride: true
3164
+ },
3165
+ Eras: {
3166
+ kind: "property",
3167
+ type: () => {
3168
+ return System.Array;
3169
+ },
3170
+ isOverride: true
3171
+ },
3172
+ MaxSupportedDateTime: {
3173
+ kind: "property",
3174
+ type: () => {
3175
+ return System.DateTime;
3176
+ },
3177
+ isOverride: true
3178
+ },
3179
+ MinSupportedDateTime: {
3180
+ kind: "property",
3181
+ type: () => {
3182
+ return System.DateTime;
3183
+ },
3184
+ isOverride: true
3185
+ },
3186
+ TwoDigitYearMax: {
3187
+ kind: "property",
3188
+ type: () => {
3189
+ return System.Int32;
3190
+ },
3191
+ isOverride: true
3192
+ }
3193
+ }
3194
+ },
3195
+ TaiwanLunisolarCalendar: {
3196
+ kind: "class",
3197
+ members: {
3198
+ TaiwanLunisolarCalendar: {
3199
+ kind: "method",
3200
+ methodKind: "constructor"
3201
+ },
3202
+ GetEra: {
3203
+ kind: "method",
3204
+ methodKind: "ordinary",
3205
+ isOverride: true
3206
+ },
3207
+ DaysInYearBeforeMinSupportedYear: {
3208
+ kind: "property",
3209
+ type: () => {
3210
+ return System.Int32;
3211
+ },
3212
+ isOverride: true
3213
+ },
3214
+ Eras: {
3215
+ kind: "property",
3216
+ type: () => {
3217
+ return System.Array;
3218
+ },
3219
+ isOverride: true
3220
+ },
3221
+ MaxSupportedDateTime: {
3222
+ kind: "property",
3223
+ type: () => {
3224
+ return System.DateTime;
3225
+ },
3226
+ isOverride: true
3227
+ },
3228
+ MinSupportedDateTime: {
3229
+ kind: "property",
3230
+ type: () => {
3231
+ return System.DateTime;
3232
+ },
3233
+ isOverride: true
3234
+ }
3235
+ }
3236
+ },
3237
+ TextElementEnumerator: {
3238
+ kind: "class",
3239
+ members: {
3240
+ GetTextElement: {
3241
+ kind: "method",
3242
+ methodKind: "ordinary"
3243
+ },
3244
+ MoveNext: {
3245
+ kind: "method",
3246
+ methodKind: "ordinary"
3247
+ },
3248
+ Reset: {
3249
+ kind: "method",
3250
+ methodKind: "ordinary"
3251
+ },
3252
+ Current: {
3253
+ kind: "property",
3254
+ type: () => {
3255
+ return System.Object;
3256
+ }
3257
+ },
3258
+ ElementIndex: {
3259
+ kind: "property",
3260
+ type: () => {
3261
+ return System.Int32;
3262
+ }
3263
+ }
3264
+ }
3265
+ },
3266
+ TextInfo: {
3267
+ kind: "class",
3268
+ members: {
3269
+ Clone: {
3270
+ kind: "method",
3271
+ methodKind: "ordinary"
3272
+ },
3273
+ Equals: {
3274
+ kind: "method",
3275
+ methodKind: "ordinary",
3276
+ isOverride: true
3277
+ },
3278
+ GetHashCode: {
3279
+ kind: "method",
3280
+ methodKind: "ordinary",
3281
+ isOverride: true
3282
+ },
3283
+ ReadOnly: {
3284
+ kind: "method",
3285
+ methodKind: "ordinary",
3286
+ isStatic: true
3287
+ },
3288
+ ToLower: {
3289
+ kind: "method",
3290
+ methodKind: "ordinary"
3291
+ },
3292
+ ToString: {
3293
+ kind: "method",
3294
+ methodKind: "ordinary",
3295
+ isOverride: true
3296
+ },
3297
+ ToTitleCase: {
3298
+ kind: "method",
3299
+ methodKind: "ordinary"
3300
+ },
3301
+ ToUpper: {
3302
+ kind: "method",
3303
+ methodKind: "ordinary"
3304
+ },
3305
+ ANSICodePage: {
3306
+ kind: "property",
3307
+ type: () => {
3308
+ return System.Int32;
3309
+ }
3310
+ },
3311
+ CultureName: {
3312
+ kind: "property",
3313
+ type: () => {
3314
+ return System.String;
3315
+ }
3316
+ },
3317
+ EBCDICCodePage: {
3318
+ kind: "property",
3319
+ type: () => {
3320
+ return System.Int32;
3321
+ }
3322
+ },
3323
+ IsReadOnly: {
3324
+ kind: "property",
3325
+ type: () => {
3326
+ return System.Boolean;
3327
+ }
3328
+ },
3329
+ IsRightToLeft: {
3330
+ kind: "property",
3331
+ type: () => {
3332
+ return System.Boolean;
3333
+ }
3334
+ },
3335
+ LCID: {
3336
+ kind: "property",
3337
+ type: () => {
3338
+ return System.Int32;
3339
+ }
3340
+ },
3341
+ ListSeparator: {
3342
+ kind: "property",
3343
+ type: () => {
3344
+ return System.String;
3345
+ }
3346
+ },
3347
+ MacCodePage: {
3348
+ kind: "property",
3349
+ type: () => {
3350
+ return System.Int32;
3351
+ }
3352
+ },
3353
+ OEMCodePage: {
3354
+ kind: "property",
3355
+ type: () => {
3356
+ return System.Int32;
3357
+ }
3358
+ }
3359
+ },
3360
+ isSealed: true
3361
+ },
3362
+ ThaiBuddhistCalendar: {
3363
+ kind: "class",
3364
+ members: {
3365
+ ThaiBuddhistEra: {
3366
+ kind: "field",
3367
+ type: () => {
3368
+ return System.Int32;
3369
+ }
3370
+ },
3371
+ ThaiBuddhistCalendar: {
3372
+ kind: "method",
3373
+ methodKind: "constructor"
3374
+ },
3375
+ AddMonths: {
3376
+ kind: "method",
3377
+ methodKind: "ordinary",
3378
+ isOverride: true
3379
+ },
3380
+ AddYears: {
3381
+ kind: "method",
3382
+ methodKind: "ordinary",
3383
+ isOverride: true
3384
+ },
3385
+ GetDayOfMonth: {
3386
+ kind: "method",
3387
+ methodKind: "ordinary",
3388
+ isOverride: true
3389
+ },
3390
+ GetDayOfWeek: {
3391
+ kind: "method",
3392
+ methodKind: "ordinary",
3393
+ isOverride: true
3394
+ },
3395
+ GetDayOfYear: {
3396
+ kind: "method",
3397
+ methodKind: "ordinary",
3398
+ isOverride: true
3399
+ },
3400
+ GetDaysInMonth: {
3401
+ kind: "method",
3402
+ methodKind: "ordinary",
3403
+ isOverride: true
3404
+ },
3405
+ GetDaysInYear: {
3406
+ kind: "method",
3407
+ methodKind: "ordinary",
3408
+ isOverride: true
3409
+ },
3410
+ GetEra: {
3411
+ kind: "method",
3412
+ methodKind: "ordinary",
3413
+ isOverride: true
3414
+ },
3415
+ GetLeapMonth: {
3416
+ kind: "method",
3417
+ methodKind: "ordinary",
3418
+ isOverride: true
3419
+ },
3420
+ GetMonth: {
3421
+ kind: "method",
3422
+ methodKind: "ordinary",
3423
+ isOverride: true
3424
+ },
3425
+ GetMonthsInYear: {
3426
+ kind: "method",
3427
+ methodKind: "ordinary",
3428
+ isOverride: true
3429
+ },
3430
+ GetWeekOfYear: {
3431
+ kind: "method",
3432
+ methodKind: "ordinary",
3433
+ isOverride: true
3434
+ },
3435
+ GetYear: {
3436
+ kind: "method",
3437
+ methodKind: "ordinary",
3438
+ isOverride: true
3439
+ },
3440
+ IsLeapDay: {
3441
+ kind: "method",
3442
+ methodKind: "ordinary",
3443
+ isOverride: true
3444
+ },
3445
+ IsLeapMonth: {
3446
+ kind: "method",
3447
+ methodKind: "ordinary",
3448
+ isOverride: true
3449
+ },
3450
+ IsLeapYear: {
3451
+ kind: "method",
3452
+ methodKind: "ordinary",
3453
+ isOverride: true
3454
+ },
3455
+ ToDateTime: {
3456
+ kind: "method",
3457
+ methodKind: "ordinary",
3458
+ isOverride: true
3459
+ },
3460
+ ToFourDigitYear: {
3461
+ kind: "method",
3462
+ methodKind: "ordinary",
3463
+ isOverride: true
3464
+ },
3465
+ AlgorithmType: {
3466
+ kind: "property",
3467
+ type: () => {
3468
+ return Globalization.CalendarAlgorithmType;
3469
+ },
3470
+ isOverride: true
3471
+ },
3472
+ Eras: {
3473
+ kind: "property",
3474
+ type: () => {
3475
+ return System.Array;
3476
+ },
3477
+ isOverride: true
3478
+ },
3479
+ MaxSupportedDateTime: {
3480
+ kind: "property",
3481
+ type: () => {
3482
+ return System.DateTime;
3483
+ },
3484
+ isOverride: true
3485
+ },
3486
+ MinSupportedDateTime: {
3487
+ kind: "property",
3488
+ type: () => {
3489
+ return System.DateTime;
3490
+ },
3491
+ isOverride: true
3492
+ },
3493
+ TwoDigitYearMax: {
3494
+ kind: "property",
3495
+ type: () => {
3496
+ return System.Int32;
3497
+ },
3498
+ isOverride: true
3499
+ }
3500
+ }
3501
+ },
3502
+ TimeSpanStyles: {
3503
+ kind: "enum",
3504
+ members: {
3505
+ None: {
3506
+ kind: "field",
3507
+ type: () => {
3508
+ return Globalization.TimeSpanStyles;
3509
+ }
3510
+ },
3511
+ AssumeNegative: {
3512
+ kind: "field",
3513
+ type: () => {
3514
+ return Globalization.TimeSpanStyles;
3515
+ }
3516
+ }
3517
+ }
3518
+ },
3519
+ UmAlQuraCalendar: {
3520
+ kind: "class",
3521
+ members: {
3522
+ UmAlQuraEra: {
3523
+ kind: "field",
3524
+ type: () => {
3525
+ return System.Int32;
3526
+ }
3527
+ },
3528
+ UmAlQuraCalendar: {
3529
+ kind: "method",
3530
+ methodKind: "constructor"
3531
+ },
3532
+ AddMonths: {
3533
+ kind: "method",
3534
+ methodKind: "ordinary",
3535
+ isOverride: true
3536
+ },
3537
+ AddYears: {
3538
+ kind: "method",
3539
+ methodKind: "ordinary",
3540
+ isOverride: true
3541
+ },
3542
+ GetDayOfMonth: {
3543
+ kind: "method",
3544
+ methodKind: "ordinary",
3545
+ isOverride: true
3546
+ },
3547
+ GetDayOfWeek: {
3548
+ kind: "method",
3549
+ methodKind: "ordinary",
3550
+ isOverride: true
3551
+ },
3552
+ GetDayOfYear: {
3553
+ kind: "method",
3554
+ methodKind: "ordinary",
3555
+ isOverride: true
3556
+ },
3557
+ GetDaysInMonth: {
3558
+ kind: "method",
3559
+ methodKind: "ordinary",
3560
+ isOverride: true
3561
+ },
3562
+ GetDaysInYear: {
3563
+ kind: "method",
3564
+ methodKind: "ordinary",
3565
+ isOverride: true
3566
+ },
3567
+ GetEra: {
3568
+ kind: "method",
3569
+ methodKind: "ordinary",
3570
+ isOverride: true
3571
+ },
3572
+ GetLeapMonth: {
3573
+ kind: "method",
3574
+ methodKind: "ordinary",
3575
+ isOverride: true
3576
+ },
3577
+ GetMonth: {
3578
+ kind: "method",
3579
+ methodKind: "ordinary",
3580
+ isOverride: true
3581
+ },
3582
+ GetMonthsInYear: {
3583
+ kind: "method",
3584
+ methodKind: "ordinary",
3585
+ isOverride: true
3586
+ },
3587
+ GetYear: {
3588
+ kind: "method",
3589
+ methodKind: "ordinary",
3590
+ isOverride: true
3591
+ },
3592
+ IsLeapDay: {
3593
+ kind: "method",
3594
+ methodKind: "ordinary",
3595
+ isOverride: true
3596
+ },
3597
+ IsLeapMonth: {
3598
+ kind: "method",
3599
+ methodKind: "ordinary",
3600
+ isOverride: true
3601
+ },
3602
+ IsLeapYear: {
3603
+ kind: "method",
3604
+ methodKind: "ordinary",
3605
+ isOverride: true
3606
+ },
3607
+ ToDateTime: {
3608
+ kind: "method",
3609
+ methodKind: "ordinary",
3610
+ isOverride: true
3611
+ },
3612
+ ToFourDigitYear: {
3613
+ kind: "method",
3614
+ methodKind: "ordinary",
3615
+ isOverride: true
3616
+ },
3617
+ AlgorithmType: {
3618
+ kind: "property",
3619
+ type: () => {
3620
+ return Globalization.CalendarAlgorithmType;
3621
+ },
3622
+ isOverride: true
3623
+ },
3624
+ DaysInYearBeforeMinSupportedYear: {
3625
+ kind: "property",
3626
+ type: () => {
3627
+ return System.Int32;
3628
+ },
3629
+ isOverride: true
3630
+ },
3631
+ Eras: {
3632
+ kind: "property",
3633
+ type: () => {
3634
+ return System.Array;
3635
+ },
3636
+ isOverride: true
3637
+ },
3638
+ MaxSupportedDateTime: {
3639
+ kind: "property",
3640
+ type: () => {
3641
+ return System.DateTime;
3642
+ },
3643
+ isOverride: true
3644
+ },
3645
+ MinSupportedDateTime: {
3646
+ kind: "property",
3647
+ type: () => {
3648
+ return System.DateTime;
3649
+ },
3650
+ isOverride: true
3651
+ },
3652
+ TwoDigitYearMax: {
3653
+ kind: "property",
3654
+ type: () => {
3655
+ return System.Int32;
3656
+ },
3657
+ isOverride: true
3658
+ }
3659
+ }
3660
+ },
3661
+ UnicodeCategory: {
3662
+ kind: "enum",
3663
+ members: {
3664
+ UppercaseLetter: {
3665
+ kind: "field",
3666
+ type: () => {
3667
+ return Globalization.UnicodeCategory;
3668
+ }
3669
+ },
3670
+ LowercaseLetter: {
3671
+ kind: "field",
3672
+ type: () => {
3673
+ return Globalization.UnicodeCategory;
3674
+ }
3675
+ },
3676
+ TitlecaseLetter: {
3677
+ kind: "field",
3678
+ type: () => {
3679
+ return Globalization.UnicodeCategory;
3680
+ }
3681
+ },
3682
+ ModifierLetter: {
3683
+ kind: "field",
3684
+ type: () => {
3685
+ return Globalization.UnicodeCategory;
3686
+ }
3687
+ },
3688
+ OtherLetter: {
3689
+ kind: "field",
3690
+ type: () => {
3691
+ return Globalization.UnicodeCategory;
3692
+ }
3693
+ },
3694
+ NonSpacingMark: {
3695
+ kind: "field",
3696
+ type: () => {
3697
+ return Globalization.UnicodeCategory;
3698
+ }
3699
+ },
3700
+ SpacingCombiningMark: {
3701
+ kind: "field",
3702
+ type: () => {
3703
+ return Globalization.UnicodeCategory;
3704
+ }
3705
+ },
3706
+ EnclosingMark: {
3707
+ kind: "field",
3708
+ type: () => {
3709
+ return Globalization.UnicodeCategory;
3710
+ }
3711
+ },
3712
+ DecimalDigitNumber: {
3713
+ kind: "field",
3714
+ type: () => {
3715
+ return Globalization.UnicodeCategory;
3716
+ }
3717
+ },
3718
+ LetterNumber: {
3719
+ kind: "field",
3720
+ type: () => {
3721
+ return Globalization.UnicodeCategory;
3722
+ }
3723
+ },
3724
+ OtherNumber: {
3725
+ kind: "field",
3726
+ type: () => {
3727
+ return Globalization.UnicodeCategory;
3728
+ }
3729
+ },
3730
+ SpaceSeparator: {
3731
+ kind: "field",
3732
+ type: () => {
3733
+ return Globalization.UnicodeCategory;
3734
+ }
3735
+ },
3736
+ LineSeparator: {
3737
+ kind: "field",
3738
+ type: () => {
3739
+ return Globalization.UnicodeCategory;
3740
+ }
3741
+ },
3742
+ ParagraphSeparator: {
3743
+ kind: "field",
3744
+ type: () => {
3745
+ return Globalization.UnicodeCategory;
3746
+ }
3747
+ },
3748
+ Control: {
3749
+ kind: "field",
3750
+ type: () => {
3751
+ return Globalization.UnicodeCategory;
3752
+ }
3753
+ },
3754
+ Format: {
3755
+ kind: "field",
3756
+ type: () => {
3757
+ return Globalization.UnicodeCategory;
3758
+ }
3759
+ },
3760
+ Surrogate: {
3761
+ kind: "field",
3762
+ type: () => {
3763
+ return Globalization.UnicodeCategory;
3764
+ }
3765
+ },
3766
+ PrivateUse: {
3767
+ kind: "field",
3768
+ type: () => {
3769
+ return Globalization.UnicodeCategory;
3770
+ }
3771
+ },
3772
+ ConnectorPunctuation: {
3773
+ kind: "field",
3774
+ type: () => {
3775
+ return Globalization.UnicodeCategory;
3776
+ }
3777
+ },
3778
+ DashPunctuation: {
3779
+ kind: "field",
3780
+ type: () => {
3781
+ return Globalization.UnicodeCategory;
3782
+ }
3783
+ },
3784
+ OpenPunctuation: {
3785
+ kind: "field",
3786
+ type: () => {
3787
+ return Globalization.UnicodeCategory;
3788
+ }
3789
+ },
3790
+ ClosePunctuation: {
3791
+ kind: "field",
3792
+ type: () => {
3793
+ return Globalization.UnicodeCategory;
3794
+ }
3795
+ },
3796
+ InitialQuotePunctuation: {
3797
+ kind: "field",
3798
+ type: () => {
3799
+ return Globalization.UnicodeCategory;
3800
+ }
3801
+ },
3802
+ FinalQuotePunctuation: {
3803
+ kind: "field",
3804
+ type: () => {
3805
+ return Globalization.UnicodeCategory;
3806
+ }
3807
+ },
3808
+ OtherPunctuation: {
3809
+ kind: "field",
3810
+ type: () => {
3811
+ return Globalization.UnicodeCategory;
3812
+ }
3813
+ },
3814
+ MathSymbol: {
3815
+ kind: "field",
3816
+ type: () => {
3817
+ return Globalization.UnicodeCategory;
3818
+ }
3819
+ },
3820
+ CurrencySymbol: {
3821
+ kind: "field",
3822
+ type: () => {
3823
+ return Globalization.UnicodeCategory;
3824
+ }
3825
+ },
3826
+ ModifierSymbol: {
3827
+ kind: "field",
3828
+ type: () => {
3829
+ return Globalization.UnicodeCategory;
3830
+ }
3831
+ },
3832
+ OtherSymbol: {
3833
+ kind: "field",
3834
+ type: () => {
3835
+ return Globalization.UnicodeCategory;
3836
+ }
3837
+ },
3838
+ OtherNotAssigned: {
3839
+ kind: "field",
3840
+ type: () => {
3841
+ return Globalization.UnicodeCategory;
3842
+ }
3843
+ }
3844
+ }
3845
+ }
3846
+ });
3847
+ export default Globalization;
3848
+ //# sourceMappingURL=index.js.map