@alloy-js/csharp 0.21.0-dev.13 → 0.21.0-dev.14

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 (599) hide show
  1. package/dist/scripts/generate-builtins.js +2 -0
  2. package/dist/scripts/generate-builtins.js.map +1 -1
  3. package/dist/scripts/process-docfx.d.ts.map +1 -1
  4. package/dist/scripts/process-docfx.js +22 -10
  5. package/dist/scripts/process-docfx.js.map +1 -1
  6. package/dist/src/builtins/Microsoft/CSharp/RuntimeBinder/index.d.ts +12 -0
  7. package/dist/src/builtins/Microsoft/CSharp/RuntimeBinder/index.d.ts.map +1 -0
  8. package/dist/src/builtins/Microsoft/CSharp/RuntimeBinder/index.js +23 -0
  9. package/dist/src/builtins/Microsoft/CSharp/RuntimeBinder/index.js.map +1 -0
  10. package/dist/src/builtins/Microsoft/CSharp/index.d.ts +6 -0
  11. package/dist/src/builtins/Microsoft/CSharp/index.d.ts.map +1 -0
  12. package/dist/src/builtins/Microsoft/CSharp/index.js +5 -0
  13. package/dist/src/builtins/Microsoft/CSharp/index.js.map +1 -0
  14. package/dist/src/builtins/Microsoft/VisualBasic/FileIO/index.d.ts +102 -0
  15. package/dist/src/builtins/Microsoft/VisualBasic/FileIO/index.d.ts.map +1 -0
  16. package/dist/src/builtins/Microsoft/VisualBasic/FileIO/index.js +473 -0
  17. package/dist/src/builtins/Microsoft/VisualBasic/FileIO/index.js.map +1 -0
  18. package/dist/src/builtins/Microsoft/VisualBasic/index.d.ts +491 -0
  19. package/dist/src/builtins/Microsoft/VisualBasic/index.d.ts.map +1 -0
  20. package/dist/src/builtins/Microsoft/VisualBasic/index.js +2534 -0
  21. package/dist/src/builtins/Microsoft/VisualBasic/index.js.map +1 -0
  22. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.d.ts +50 -0
  23. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.d.ts.map +1 -1
  24. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.js +203 -0
  25. package/dist/src/builtins/Microsoft/Win32/SafeHandles/index.js.map +1 -1
  26. package/dist/src/builtins/Microsoft/Win32/index.d.ts +74 -1
  27. package/dist/src/builtins/Microsoft/Win32/index.d.ts.map +1 -1
  28. package/dist/src/builtins/Microsoft/Win32/index.js +358 -1
  29. package/dist/src/builtins/Microsoft/Win32/index.js.map +1 -1
  30. package/dist/src/builtins/Microsoft/index.d.ts +2 -0
  31. package/dist/src/builtins/Microsoft/index.d.ts.map +1 -1
  32. package/dist/src/builtins/Microsoft/index.js +2 -0
  33. package/dist/src/builtins/Microsoft/index.js.map +1 -1
  34. package/dist/src/builtins/System/Buffers/Binary/index.d.ts +113 -0
  35. package/dist/src/builtins/System/Buffers/Binary/index.d.ts.map +1 -0
  36. package/dist/src/builtins/System/Buffers/Binary/index.js +536 -0
  37. package/dist/src/builtins/System/Buffers/Binary/index.js.map +1 -0
  38. package/dist/src/builtins/System/Buffers/Text/index.d.ts +6 -0
  39. package/dist/src/builtins/System/Buffers/Text/index.d.ts.map +1 -1
  40. package/dist/src/builtins/System/Buffers/Text/index.js +22 -0
  41. package/dist/src/builtins/System/Buffers/Text/index.js.map +1 -1
  42. package/dist/src/builtins/System/Buffers/index.d.ts +85 -0
  43. package/dist/src/builtins/System/Buffers/index.d.ts.map +1 -1
  44. package/dist/src/builtins/System/Buffers/index.js +391 -0
  45. package/dist/src/builtins/System/Buffers/index.js.map +1 -1
  46. package/dist/src/builtins/System/Collections/Concurrent/index.d.ts +100 -0
  47. package/dist/src/builtins/System/Collections/Concurrent/index.d.ts.map +1 -0
  48. package/dist/src/builtins/System/Collections/Concurrent/index.js +399 -0
  49. package/dist/src/builtins/System/Collections/Concurrent/index.js.map +1 -0
  50. package/dist/src/builtins/System/Collections/Frozen/index.d.ts +29 -0
  51. package/dist/src/builtins/System/Collections/Frozen/index.d.ts.map +1 -0
  52. package/dist/src/builtins/System/Collections/Frozen/index.js +88 -0
  53. package/dist/src/builtins/System/Collections/Frozen/index.js.map +1 -0
  54. package/dist/src/builtins/System/Collections/Generic/index.d.ts +176 -0
  55. package/dist/src/builtins/System/Collections/Generic/index.d.ts.map +1 -1
  56. package/dist/src/builtins/System/Collections/Generic/index.js +636 -0
  57. package/dist/src/builtins/System/Collections/Generic/index.js.map +1 -1
  58. package/dist/src/builtins/System/Collections/Immutable/index.d.ts +273 -0
  59. package/dist/src/builtins/System/Collections/Immutable/index.d.ts.map +1 -0
  60. package/dist/src/builtins/System/Collections/Immutable/index.js +1049 -0
  61. package/dist/src/builtins/System/Collections/Immutable/index.js.map +1 -0
  62. package/dist/src/builtins/System/Collections/ObjectModel/index.d.ts +48 -0
  63. package/dist/src/builtins/System/Collections/ObjectModel/index.d.ts.map +1 -1
  64. package/dist/src/builtins/System/Collections/ObjectModel/index.js +209 -0
  65. package/dist/src/builtins/System/Collections/ObjectModel/index.js.map +1 -1
  66. package/dist/src/builtins/System/Collections/Specialized/index.d.ts +162 -0
  67. package/dist/src/builtins/System/Collections/Specialized/index.d.ts.map +1 -0
  68. package/dist/src/builtins/System/Collections/Specialized/index.js +716 -0
  69. package/dist/src/builtins/System/Collections/Specialized/index.js.map +1 -0
  70. package/dist/src/builtins/System/Collections/index.d.ts +151 -0
  71. package/dist/src/builtins/System/Collections/index.d.ts.map +1 -1
  72. package/dist/src/builtins/System/Collections/index.js +807 -86
  73. package/dist/src/builtins/System/Collections/index.js.map +1 -1
  74. package/dist/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.d.ts +40 -0
  75. package/dist/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.d.ts.map +1 -0
  76. package/dist/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.js +143 -0
  77. package/dist/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.js.map +1 -0
  78. package/dist/src/builtins/System/ComponentModel/DataAnnotations/index.d.ts +274 -0
  79. package/dist/src/builtins/System/ComponentModel/DataAnnotations/index.d.ts.map +1 -0
  80. package/dist/src/builtins/System/ComponentModel/DataAnnotations/index.js +1237 -0
  81. package/dist/src/builtins/System/ComponentModel/DataAnnotations/index.js.map +1 -0
  82. package/dist/src/builtins/System/ComponentModel/Design/Serialization/index.d.ts +128 -0
  83. package/dist/src/builtins/System/ComponentModel/Design/Serialization/index.d.ts.map +1 -0
  84. package/dist/src/builtins/System/ComponentModel/Design/Serialization/index.js +535 -0
  85. package/dist/src/builtins/System/ComponentModel/Design/Serialization/index.js.map +1 -0
  86. package/dist/src/builtins/System/ComponentModel/Design/index.d.ts +428 -0
  87. package/dist/src/builtins/System/ComponentModel/Design/index.d.ts.map +1 -0
  88. package/dist/src/builtins/System/ComponentModel/Design/index.js +2008 -0
  89. package/dist/src/builtins/System/ComponentModel/Design/index.js.map +1 -0
  90. package/dist/src/builtins/System/ComponentModel/index.d.ts +1407 -0
  91. package/dist/src/builtins/System/ComponentModel/index.d.ts.map +1 -1
  92. package/dist/src/builtins/System/ComponentModel/index.js +6587 -24
  93. package/dist/src/builtins/System/ComponentModel/index.js.map +1 -1
  94. package/dist/src/builtins/System/Data/Common/index.d.ts +611 -0
  95. package/dist/src/builtins/System/Data/Common/index.d.ts.map +1 -0
  96. package/dist/src/builtins/System/Data/Common/index.js +3279 -0
  97. package/dist/src/builtins/System/Data/Common/index.js.map +1 -0
  98. package/dist/src/builtins/System/Data/SqlTypes/index.d.ts +541 -0
  99. package/dist/src/builtins/System/Data/SqlTypes/index.d.ts.map +1 -0
  100. package/dist/src/builtins/System/Data/SqlTypes/index.js +2655 -0
  101. package/dist/src/builtins/System/Data/SqlTypes/index.js.map +1 -0
  102. package/dist/src/builtins/System/Data/index.d.ts +967 -0
  103. package/dist/src/builtins/System/Data/index.d.ts.map +1 -0
  104. package/dist/src/builtins/System/Data/index.js +4504 -0
  105. package/dist/src/builtins/System/Data/index.js.map +1 -0
  106. package/dist/src/builtins/System/Diagnostics/Contracts/index.d.ts +76 -0
  107. package/dist/src/builtins/System/Diagnostics/Contracts/index.d.ts.map +1 -0
  108. package/dist/src/builtins/System/Diagnostics/Contracts/index.js +309 -0
  109. package/dist/src/builtins/System/Diagnostics/Contracts/index.js.map +1 -0
  110. package/dist/src/builtins/System/Diagnostics/Metrics/index.d.ts +83 -0
  111. package/dist/src/builtins/System/Diagnostics/Metrics/index.d.ts.map +1 -0
  112. package/dist/src/builtins/System/Diagnostics/Metrics/index.js +323 -0
  113. package/dist/src/builtins/System/Diagnostics/Metrics/index.js.map +1 -0
  114. package/dist/src/builtins/System/Diagnostics/SymbolStore/index.d.ts +138 -0
  115. package/dist/src/builtins/System/Diagnostics/SymbolStore/index.d.ts.map +1 -0
  116. package/dist/src/builtins/System/Diagnostics/SymbolStore/index.js +610 -0
  117. package/dist/src/builtins/System/Diagnostics/SymbolStore/index.js.map +1 -0
  118. package/dist/src/builtins/System/Diagnostics/Tracing/index.d.ts +206 -0
  119. package/dist/src/builtins/System/Diagnostics/Tracing/index.d.ts.map +1 -0
  120. package/dist/src/builtins/System/Diagnostics/Tracing/index.js +954 -0
  121. package/dist/src/builtins/System/Diagnostics/Tracing/index.js.map +1 -0
  122. package/dist/src/builtins/System/Diagnostics/index.d.ts +685 -0
  123. package/dist/src/builtins/System/Diagnostics/index.d.ts.map +1 -1
  124. package/dist/src/builtins/System/Diagnostics/index.js +3568 -251
  125. package/dist/src/builtins/System/Diagnostics/index.js.map +1 -1
  126. package/dist/src/builtins/System/Drawing/index.d.ts +558 -0
  127. package/dist/src/builtins/System/Drawing/index.d.ts.map +1 -0
  128. package/dist/src/builtins/System/Drawing/index.js +3305 -0
  129. package/dist/src/builtins/System/Drawing/index.js.map +1 -0
  130. package/dist/src/builtins/System/Dynamic/index.d.ts +170 -0
  131. package/dist/src/builtins/System/Dynamic/index.d.ts.map +1 -0
  132. package/dist/src/builtins/System/Dynamic/index.js +795 -0
  133. package/dist/src/builtins/System/Dynamic/index.js.map +1 -0
  134. package/dist/src/builtins/System/Formats/Asn1/index.d.ts +173 -0
  135. package/dist/src/builtins/System/Formats/Asn1/index.d.ts.map +1 -0
  136. package/dist/src/builtins/System/Formats/Asn1/index.js +843 -0
  137. package/dist/src/builtins/System/Formats/Asn1/index.js.map +1 -0
  138. package/dist/src/builtins/System/Formats/Tar/index.d.ts +96 -0
  139. package/dist/src/builtins/System/Formats/Tar/index.d.ts.map +1 -0
  140. package/dist/src/builtins/System/Formats/Tar/index.js +436 -0
  141. package/dist/src/builtins/System/Formats/Tar/index.js.map +1 -0
  142. package/dist/src/builtins/System/Formats/index.d.ts +7 -0
  143. package/dist/src/builtins/System/Formats/index.d.ts.map +1 -0
  144. package/dist/src/builtins/System/Formats/index.js +6 -0
  145. package/dist/src/builtins/System/Formats/index.js.map +1 -0
  146. package/dist/src/builtins/System/IO/Compression/index.d.ts +186 -0
  147. package/dist/src/builtins/System/IO/Compression/index.d.ts.map +1 -0
  148. package/dist/src/builtins/System/IO/Compression/index.js +894 -0
  149. package/dist/src/builtins/System/IO/Compression/index.js.map +1 -0
  150. package/dist/src/builtins/System/IO/IsolatedStorage/index.d.ts +103 -0
  151. package/dist/src/builtins/System/IO/IsolatedStorage/index.d.ts.map +1 -0
  152. package/dist/src/builtins/System/IO/IsolatedStorage/index.js +495 -0
  153. package/dist/src/builtins/System/IO/IsolatedStorage/index.js.map +1 -0
  154. package/dist/src/builtins/System/IO/MemoryMappedFiles/index.d.ts +56 -0
  155. package/dist/src/builtins/System/IO/MemoryMappedFiles/index.d.ts.map +1 -0
  156. package/dist/src/builtins/System/IO/MemoryMappedFiles/index.js +251 -0
  157. package/dist/src/builtins/System/IO/MemoryMappedFiles/index.js.map +1 -0
  158. package/dist/src/builtins/System/IO/Pipelines/index.d.ts +93 -0
  159. package/dist/src/builtins/System/IO/Pipelines/index.d.ts.map +1 -0
  160. package/dist/src/builtins/System/IO/Pipelines/index.js +415 -0
  161. package/dist/src/builtins/System/IO/Pipelines/index.js.map +1 -0
  162. package/dist/src/builtins/System/IO/Pipes/index.d.ts +157 -0
  163. package/dist/src/builtins/System/IO/Pipes/index.d.ts.map +1 -0
  164. package/dist/src/builtins/System/IO/Pipes/index.js +723 -0
  165. package/dist/src/builtins/System/IO/Pipes/index.js.map +1 -0
  166. package/dist/src/builtins/System/IO/index.d.ts +140 -0
  167. package/dist/src/builtins/System/IO/index.d.ts.map +1 -1
  168. package/dist/src/builtins/System/IO/index.js +630 -0
  169. package/dist/src/builtins/System/IO/index.js.map +1 -1
  170. package/dist/src/builtins/System/Linq/Expressions/index.d.ts +429 -0
  171. package/dist/src/builtins/System/Linq/Expressions/index.d.ts.map +1 -0
  172. package/dist/src/builtins/System/Linq/Expressions/index.js +2253 -0
  173. package/dist/src/builtins/System/Linq/Expressions/index.js.map +1 -0
  174. package/dist/src/builtins/System/Linq/index.d.ts +73 -0
  175. package/dist/src/builtins/System/Linq/index.d.ts.map +1 -0
  176. package/dist/src/builtins/System/Linq/index.js +275 -0
  177. package/dist/src/builtins/System/Linq/index.js.map +1 -0
  178. package/dist/src/builtins/System/Net/Cache/index.d.ts +48 -0
  179. package/dist/src/builtins/System/Net/Cache/index.d.ts.map +1 -0
  180. package/dist/src/builtins/System/Net/Cache/index.js +217 -0
  181. package/dist/src/builtins/System/Net/Cache/index.js.map +1 -0
  182. package/dist/src/builtins/System/Net/Http/Headers/index.d.ts +335 -0
  183. package/dist/src/builtins/System/Net/Http/Headers/index.d.ts.map +1 -0
  184. package/dist/src/builtins/System/Net/Http/Headers/index.js +1668 -0
  185. package/dist/src/builtins/System/Net/Http/Headers/index.js.map +1 -0
  186. package/dist/src/builtins/System/Net/Http/Json/index.d.ts +21 -0
  187. package/dist/src/builtins/System/Net/Http/Json/index.d.ts.map +1 -0
  188. package/dist/src/builtins/System/Net/Http/Json/index.js +72 -0
  189. package/dist/src/builtins/System/Net/Http/Json/index.js.map +1 -0
  190. package/dist/src/builtins/System/Net/Http/Metrics/index.d.ts +13 -0
  191. package/dist/src/builtins/System/Net/Http/Metrics/index.d.ts.map +1 -0
  192. package/dist/src/builtins/System/Net/Http/Metrics/index.js +40 -0
  193. package/dist/src/builtins/System/Net/Http/Metrics/index.js.map +1 -0
  194. package/dist/src/builtins/System/Net/Http/index.d.ts +305 -0
  195. package/dist/src/builtins/System/Net/Http/index.d.ts.map +1 -0
  196. package/dist/src/builtins/System/Net/Http/index.js +1458 -0
  197. package/dist/src/builtins/System/Net/Http/index.js.map +1 -0
  198. package/dist/src/builtins/System/Net/Mail/index.d.ts +182 -0
  199. package/dist/src/builtins/System/Net/Mail/index.d.ts.map +1 -0
  200. package/dist/src/builtins/System/Net/Mail/index.js +871 -0
  201. package/dist/src/builtins/System/Net/Mail/index.js.map +1 -0
  202. package/dist/src/builtins/System/Net/Mime/index.d.ts +100 -0
  203. package/dist/src/builtins/System/Net/Mime/index.d.ts.map +1 -0
  204. package/dist/src/builtins/System/Net/Mime/index.js +500 -0
  205. package/dist/src/builtins/System/Net/Mime/index.js.map +1 -0
  206. package/dist/src/builtins/System/Net/NetworkInformation/index.d.ts +506 -0
  207. package/dist/src/builtins/System/Net/NetworkInformation/index.d.ts.map +1 -0
  208. package/dist/src/builtins/System/Net/NetworkInformation/index.js +2776 -0
  209. package/dist/src/builtins/System/Net/NetworkInformation/index.js.map +1 -0
  210. package/dist/src/builtins/System/Net/Quic/index.d.ts +129 -0
  211. package/dist/src/builtins/System/Net/Quic/index.d.ts.map +1 -0
  212. package/dist/src/builtins/System/Net/Quic/index.js +635 -0
  213. package/dist/src/builtins/System/Net/Quic/index.js.map +1 -0
  214. package/dist/src/builtins/System/Net/Security/index.d.ts +277 -0
  215. package/dist/src/builtins/System/Net/Security/index.d.ts.map +1 -0
  216. package/dist/src/builtins/System/Net/Security/index.js +1432 -0
  217. package/dist/src/builtins/System/Net/Security/index.js.map +1 -0
  218. package/dist/src/builtins/System/Net/Sockets/index.d.ts +593 -0
  219. package/dist/src/builtins/System/Net/Sockets/index.d.ts.map +1 -0
  220. package/dist/src/builtins/System/Net/Sockets/index.js +3095 -0
  221. package/dist/src/builtins/System/Net/Sockets/index.js.map +1 -0
  222. package/dist/src/builtins/System/Net/WebSockets/index.d.ts +165 -0
  223. package/dist/src/builtins/System/Net/WebSockets/index.d.ts.map +1 -0
  224. package/dist/src/builtins/System/Net/WebSockets/index.js +876 -0
  225. package/dist/src/builtins/System/Net/WebSockets/index.js.map +1 -0
  226. package/dist/src/builtins/System/Net/index.d.ts +1052 -0
  227. package/dist/src/builtins/System/Net/index.d.ts.map +1 -1
  228. package/dist/src/builtins/System/Net/index.js +5440 -0
  229. package/dist/src/builtins/System/Net/index.js.map +1 -1
  230. package/dist/src/builtins/System/Numerics/index.d.ts +469 -0
  231. package/dist/src/builtins/System/Numerics/index.d.ts.map +1 -1
  232. package/dist/src/builtins/System/Numerics/index.js +2989 -516
  233. package/dist/src/builtins/System/Numerics/index.js.map +1 -1
  234. package/dist/src/builtins/System/Reflection/Emit/index.d.ts +769 -0
  235. package/dist/src/builtins/System/Reflection/Emit/index.d.ts.map +1 -0
  236. package/dist/src/builtins/System/Reflection/Emit/index.js +4293 -0
  237. package/dist/src/builtins/System/Reflection/Emit/index.js.map +1 -0
  238. package/dist/src/builtins/System/Reflection/Metadata/Ecma335/index.d.ts +513 -0
  239. package/dist/src/builtins/System/Reflection/Metadata/Ecma335/index.d.ts.map +1 -0
  240. package/dist/src/builtins/System/Reflection/Metadata/Ecma335/index.js +2218 -0
  241. package/dist/src/builtins/System/Reflection/Metadata/Ecma335/index.js.map +1 -0
  242. package/dist/src/builtins/System/Reflection/Metadata/index.d.ts +1333 -0
  243. package/dist/src/builtins/System/Reflection/Metadata/index.d.ts.map +1 -0
  244. package/dist/src/builtins/System/Reflection/Metadata/index.js +6045 -0
  245. package/dist/src/builtins/System/Reflection/Metadata/index.js.map +1 -0
  246. package/dist/src/builtins/System/Reflection/PortableExecutable/index.d.ts +383 -0
  247. package/dist/src/builtins/System/Reflection/PortableExecutable/index.d.ts.map +1 -0
  248. package/dist/src/builtins/System/Reflection/PortableExecutable/index.js +2020 -0
  249. package/dist/src/builtins/System/Reflection/PortableExecutable/index.js.map +1 -0
  250. package/dist/src/builtins/System/Reflection/index.d.ts +120 -0
  251. package/dist/src/builtins/System/Reflection/index.d.ts.map +1 -1
  252. package/dist/src/builtins/System/Reflection/index.js +569 -0
  253. package/dist/src/builtins/System/Reflection/index.js.map +1 -1
  254. package/dist/src/builtins/System/Resources/index.d.ts +14 -0
  255. package/dist/src/builtins/System/Resources/index.d.ts.map +1 -1
  256. package/dist/src/builtins/System/Resources/index.js +54 -0
  257. package/dist/src/builtins/System/Resources/index.js.map +1 -1
  258. package/dist/src/builtins/System/Runtime/CompilerServices/index.d.ts +90 -0
  259. package/dist/src/builtins/System/Runtime/CompilerServices/index.d.ts.map +1 -1
  260. package/dist/src/builtins/System/Runtime/CompilerServices/index.js +365 -0
  261. package/dist/src/builtins/System/Runtime/CompilerServices/index.js.map +1 -1
  262. package/dist/src/builtins/System/Runtime/InteropServices/ComTypes/index.d.ts +23 -0
  263. package/dist/src/builtins/System/Runtime/InteropServices/ComTypes/index.d.ts.map +1 -0
  264. package/dist/src/builtins/System/Runtime/InteropServices/ComTypes/index.js +67 -0
  265. package/dist/src/builtins/System/Runtime/InteropServices/ComTypes/index.js.map +1 -0
  266. package/dist/src/builtins/System/Runtime/InteropServices/JavaScript/index.d.ts +54 -0
  267. package/dist/src/builtins/System/Runtime/InteropServices/JavaScript/index.d.ts.map +1 -0
  268. package/dist/src/builtins/System/Runtime/InteropServices/JavaScript/index.js +210 -0
  269. package/dist/src/builtins/System/Runtime/InteropServices/JavaScript/index.js.map +1 -0
  270. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.d.ts +175 -0
  271. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.d.ts.map +1 -1
  272. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.js +702 -0
  273. package/dist/src/builtins/System/Runtime/InteropServices/Marshalling/index.js.map +1 -1
  274. package/dist/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.d.ts +24 -0
  275. package/dist/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.d.ts.map +1 -0
  276. package/dist/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.js +79 -0
  277. package/dist/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.js.map +1 -0
  278. package/dist/src/builtins/System/Runtime/InteropServices/index.d.ts +616 -0
  279. package/dist/src/builtins/System/Runtime/InteropServices/index.d.ts.map +1 -1
  280. package/dist/src/builtins/System/Runtime/InteropServices/index.js +3199 -347
  281. package/dist/src/builtins/System/Runtime/InteropServices/index.js.map +1 -1
  282. package/dist/src/builtins/System/Runtime/Intrinsics/Arm/index.d.ts +273 -0
  283. package/dist/src/builtins/System/Runtime/Intrinsics/Arm/index.d.ts.map +1 -0
  284. package/dist/src/builtins/System/Runtime/Intrinsics/Arm/index.js +1297 -0
  285. package/dist/src/builtins/System/Runtime/Intrinsics/Arm/index.js.map +1 -0
  286. package/dist/src/builtins/System/Runtime/Intrinsics/Wasm/index.d.ts +73 -0
  287. package/dist/src/builtins/System/Runtime/Intrinsics/Wasm/index.d.ts.map +1 -0
  288. package/dist/src/builtins/System/Runtime/Intrinsics/Wasm/index.js +338 -0
  289. package/dist/src/builtins/System/Runtime/Intrinsics/Wasm/index.js.map +1 -0
  290. package/dist/src/builtins/System/Runtime/Intrinsics/X86/index.d.ts +311 -0
  291. package/dist/src/builtins/System/Runtime/Intrinsics/X86/index.d.ts.map +1 -0
  292. package/dist/src/builtins/System/Runtime/Intrinsics/X86/index.js +1372 -0
  293. package/dist/src/builtins/System/Runtime/Intrinsics/X86/index.js.map +1 -0
  294. package/dist/src/builtins/System/Runtime/Intrinsics/index.d.ts +57 -0
  295. package/dist/src/builtins/System/Runtime/Intrinsics/index.d.ts.map +1 -0
  296. package/dist/src/builtins/System/Runtime/Intrinsics/index.js +273 -0
  297. package/dist/src/builtins/System/Runtime/Intrinsics/index.js.map +1 -0
  298. package/dist/src/builtins/System/Runtime/Loader/index.d.ts +35 -0
  299. package/dist/src/builtins/System/Runtime/Loader/index.d.ts.map +1 -0
  300. package/dist/src/builtins/System/Runtime/Loader/index.js +140 -0
  301. package/dist/src/builtins/System/Runtime/Loader/index.js.map +1 -0
  302. package/dist/src/builtins/System/Runtime/Serialization/DataContracts/index.d.ts +51 -0
  303. package/dist/src/builtins/System/Runtime/Serialization/DataContracts/index.d.ts.map +1 -0
  304. package/dist/src/builtins/System/Runtime/Serialization/DataContracts/index.js +265 -0
  305. package/dist/src/builtins/System/Runtime/Serialization/DataContracts/index.js.map +1 -0
  306. package/dist/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.d.ts +17 -0
  307. package/dist/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.d.ts.map +1 -0
  308. package/dist/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.js +61 -0
  309. package/dist/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.js.map +1 -0
  310. package/dist/src/builtins/System/Runtime/Serialization/Formatters/index.d.ts +24 -0
  311. package/dist/src/builtins/System/Runtime/Serialization/Formatters/index.d.ts.map +1 -0
  312. package/dist/src/builtins/System/Runtime/Serialization/Formatters/index.js +83 -0
  313. package/dist/src/builtins/System/Runtime/Serialization/Formatters/index.js.map +1 -0
  314. package/dist/src/builtins/System/Runtime/Serialization/Json/index.d.ts +45 -0
  315. package/dist/src/builtins/System/Runtime/Serialization/Json/index.d.ts.map +1 -0
  316. package/dist/src/builtins/System/Runtime/Serialization/Json/index.js +192 -0
  317. package/dist/src/builtins/System/Runtime/Serialization/Json/index.js.map +1 -0
  318. package/dist/src/builtins/System/Runtime/Serialization/index.d.ts +256 -0
  319. package/dist/src/builtins/System/Runtime/Serialization/index.d.ts.map +1 -1
  320. package/dist/src/builtins/System/Runtime/Serialization/index.js +1143 -0
  321. package/dist/src/builtins/System/Runtime/Serialization/index.js.map +1 -1
  322. package/dist/src/builtins/System/Runtime/index.d.ts +2 -0
  323. package/dist/src/builtins/System/Runtime/index.d.ts.map +1 -1
  324. package/dist/src/builtins/System/Runtime/index.js +2 -0
  325. package/dist/src/builtins/System/Runtime/index.js.map +1 -1
  326. package/dist/src/builtins/System/Security/AccessControl/index.d.ts +485 -0
  327. package/dist/src/builtins/System/Security/AccessControl/index.d.ts.map +1 -0
  328. package/dist/src/builtins/System/Security/AccessControl/index.js +2343 -0
  329. package/dist/src/builtins/System/Security/AccessControl/index.js.map +1 -0
  330. package/dist/src/builtins/System/Security/Authentication/ExtendedProtection/index.d.ts +43 -0
  331. package/dist/src/builtins/System/Security/Authentication/ExtendedProtection/index.d.ts.map +1 -0
  332. package/dist/src/builtins/System/Security/Authentication/ExtendedProtection/index.js +169 -0
  333. package/dist/src/builtins/System/Security/Authentication/ExtendedProtection/index.js.map +1 -0
  334. package/dist/src/builtins/System/Security/Authentication/index.d.ts +49 -0
  335. package/dist/src/builtins/System/Security/Authentication/index.d.ts.map +1 -0
  336. package/dist/src/builtins/System/Security/Authentication/index.js +212 -0
  337. package/dist/src/builtins/System/Security/Authentication/index.js.map +1 -0
  338. package/dist/src/builtins/System/Security/Claims/index.d.ts +152 -0
  339. package/dist/src/builtins/System/Security/Claims/index.d.ts.map +1 -0
  340. package/dist/src/builtins/System/Security/Claims/index.js +844 -0
  341. package/dist/src/builtins/System/Security/Claims/index.js.map +1 -0
  342. package/dist/src/builtins/System/Security/Cryptography/X509Certificates/index.d.ts +551 -0
  343. package/dist/src/builtins/System/Security/Cryptography/X509Certificates/index.d.ts.map +1 -0
  344. package/dist/src/builtins/System/Security/Cryptography/X509Certificates/index.js +2633 -0
  345. package/dist/src/builtins/System/Security/Cryptography/X509Certificates/index.js.map +1 -0
  346. package/dist/src/builtins/System/Security/Cryptography/index.d.ts +1369 -0
  347. package/dist/src/builtins/System/Security/Cryptography/index.d.ts.map +1 -1
  348. package/dist/src/builtins/System/Security/Cryptography/index.js +6660 -1
  349. package/dist/src/builtins/System/Security/Cryptography/index.js.map +1 -1
  350. package/dist/src/builtins/System/Security/Policy/index.d.ts +28 -0
  351. package/dist/src/builtins/System/Security/Policy/index.d.ts.map +1 -0
  352. package/dist/src/builtins/System/Security/Policy/index.js +101 -0
  353. package/dist/src/builtins/System/Security/Policy/index.js.map +1 -0
  354. package/dist/src/builtins/System/Security/Principal/index.d.ts +225 -0
  355. package/dist/src/builtins/System/Security/Principal/index.d.ts.map +1 -1
  356. package/dist/src/builtins/System/Security/Principal/index.js +1234 -0
  357. package/dist/src/builtins/System/Security/Principal/index.js.map +1 -1
  358. package/dist/src/builtins/System/Security/index.d.ts +23 -0
  359. package/dist/src/builtins/System/Security/index.d.ts.map +1 -1
  360. package/dist/src/builtins/System/Security/index.js +82 -0
  361. package/dist/src/builtins/System/Security/index.js.map +1 -1
  362. package/dist/src/builtins/System/Text/Encodings/Web/index.d.ts +41 -0
  363. package/dist/src/builtins/System/Text/Encodings/Web/index.d.ts.map +1 -0
  364. package/dist/src/builtins/System/Text/Encodings/Web/index.js +162 -0
  365. package/dist/src/builtins/System/Text/Encodings/Web/index.js.map +1 -0
  366. package/dist/src/builtins/System/Text/Encodings/index.d.ts +6 -0
  367. package/dist/src/builtins/System/Text/Encodings/index.d.ts.map +1 -0
  368. package/dist/src/builtins/System/Text/Encodings/index.js +5 -0
  369. package/dist/src/builtins/System/Text/Encodings/index.js.map +1 -0
  370. package/dist/src/builtins/System/Text/Json/Nodes/index.d.ts +63 -0
  371. package/dist/src/builtins/System/Text/Json/Nodes/index.d.ts.map +1 -0
  372. package/dist/src/builtins/System/Text/Json/Nodes/index.js +250 -0
  373. package/dist/src/builtins/System/Text/Json/Nodes/index.js.map +1 -0
  374. package/dist/src/builtins/System/Text/Json/Schema/index.d.ts +21 -0
  375. package/dist/src/builtins/System/Text/Json/Schema/index.d.ts.map +1 -0
  376. package/dist/src/builtins/System/Text/Json/Schema/index.js +78 -0
  377. package/dist/src/builtins/System/Text/Json/Schema/index.js.map +1 -0
  378. package/dist/src/builtins/System/Text/Json/Serialization/Metadata/index.d.ts +69 -0
  379. package/dist/src/builtins/System/Text/Json/Serialization/Metadata/index.d.ts.map +1 -0
  380. package/dist/src/builtins/System/Text/Json/Serialization/Metadata/index.js +328 -0
  381. package/dist/src/builtins/System/Text/Json/Serialization/Metadata/index.js.map +1 -0
  382. package/dist/src/builtins/System/Text/Json/Serialization/index.d.ts +194 -0
  383. package/dist/src/builtins/System/Text/Json/Serialization/index.d.ts.map +1 -0
  384. package/dist/src/builtins/System/Text/Json/Serialization/index.js +840 -0
  385. package/dist/src/builtins/System/Text/Json/Serialization/index.js.map +1 -0
  386. package/dist/src/builtins/System/Text/Json/index.d.ts +251 -0
  387. package/dist/src/builtins/System/Text/Json/index.d.ts.map +1 -0
  388. package/dist/src/builtins/System/Text/Json/index.js +1185 -0
  389. package/dist/src/builtins/System/Text/Json/index.js.map +1 -0
  390. package/dist/src/builtins/System/Text/RegularExpressions/index.d.ts +152 -0
  391. package/dist/src/builtins/System/Text/RegularExpressions/index.d.ts.map +1 -0
  392. package/dist/src/builtins/System/Text/RegularExpressions/index.js +732 -0
  393. package/dist/src/builtins/System/Text/RegularExpressions/index.js.map +1 -0
  394. package/dist/src/builtins/System/Text/Unicode/index.d.ts +170 -0
  395. package/dist/src/builtins/System/Text/Unicode/index.d.ts.map +1 -1
  396. package/dist/src/builtins/System/Text/Unicode/index.js +1168 -0
  397. package/dist/src/builtins/System/Text/Unicode/index.js.map +1 -1
  398. package/dist/src/builtins/System/Text/index.d.ts +104 -0
  399. package/dist/src/builtins/System/Text/index.d.ts.map +1 -1
  400. package/dist/src/builtins/System/Text/index.js +470 -0
  401. package/dist/src/builtins/System/Text/index.js.map +1 -1
  402. package/dist/src/builtins/System/Threading/Channels/index.d.ts +56 -0
  403. package/dist/src/builtins/System/Threading/Channels/index.d.ts.map +1 -0
  404. package/dist/src/builtins/System/Threading/Channels/index.js +229 -0
  405. package/dist/src/builtins/System/Threading/Channels/index.js.map +1 -0
  406. package/dist/src/builtins/System/Threading/Tasks/Dataflow/index.d.ts +159 -0
  407. package/dist/src/builtins/System/Threading/Tasks/Dataflow/index.d.ts.map +1 -0
  408. package/dist/src/builtins/System/Threading/Tasks/Dataflow/index.js +676 -0
  409. package/dist/src/builtins/System/Threading/Tasks/Dataflow/index.js.map +1 -0
  410. package/dist/src/builtins/System/Threading/Tasks/index.d.ts +23 -0
  411. package/dist/src/builtins/System/Threading/Tasks/index.d.ts.map +1 -1
  412. package/dist/src/builtins/System/Threading/Tasks/index.js +100 -0
  413. package/dist/src/builtins/System/Threading/Tasks/index.js.map +1 -1
  414. package/dist/src/builtins/System/Threading/index.d.ts +441 -0
  415. package/dist/src/builtins/System/Threading/index.d.ts.map +1 -1
  416. package/dist/src/builtins/System/Threading/index.js +2052 -132
  417. package/dist/src/builtins/System/Threading/index.js.map +1 -1
  418. package/dist/src/builtins/System/Timers/index.d.ts +34 -0
  419. package/dist/src/builtins/System/Timers/index.d.ts.map +1 -0
  420. package/dist/src/builtins/System/Timers/index.js +129 -0
  421. package/dist/src/builtins/System/Timers/index.js.map +1 -0
  422. package/dist/src/builtins/System/Transactions/index.d.ts +183 -0
  423. package/dist/src/builtins/System/Transactions/index.d.ts.map +1 -0
  424. package/dist/src/builtins/System/Transactions/index.js +727 -0
  425. package/dist/src/builtins/System/Transactions/index.js.map +1 -0
  426. package/dist/src/builtins/System/Web/index.d.ts +24 -0
  427. package/dist/src/builtins/System/Web/index.d.ts.map +1 -0
  428. package/dist/src/builtins/System/Web/index.js +84 -0
  429. package/dist/src/builtins/System/Web/index.js.map +1 -0
  430. package/dist/src/builtins/System/Windows/Input/index.d.ts +10 -0
  431. package/dist/src/builtins/System/Windows/Input/index.d.ts.map +1 -0
  432. package/dist/src/builtins/System/Windows/Input/index.js +18 -0
  433. package/dist/src/builtins/System/Windows/Input/index.js.map +1 -0
  434. package/dist/src/builtins/System/Windows/Markup/index.d.ts +11 -0
  435. package/dist/src/builtins/System/Windows/Markup/index.d.ts.map +1 -0
  436. package/dist/src/builtins/System/Windows/Markup/index.js +28 -0
  437. package/dist/src/builtins/System/Windows/Markup/index.js.map +1 -0
  438. package/dist/src/builtins/System/Windows/index.d.ts +7 -0
  439. package/dist/src/builtins/System/Windows/index.d.ts.map +1 -0
  440. package/dist/src/builtins/System/Windows/index.js +6 -0
  441. package/dist/src/builtins/System/Windows/index.js.map +1 -0
  442. package/dist/src/builtins/System/Xml/Linq/index.d.ts +234 -0
  443. package/dist/src/builtins/System/Xml/Linq/index.d.ts.map +1 -0
  444. package/dist/src/builtins/System/Xml/Linq/index.js +1086 -0
  445. package/dist/src/builtins/System/Xml/Linq/index.js.map +1 -0
  446. package/dist/src/builtins/System/Xml/Resolvers/index.d.ts +23 -0
  447. package/dist/src/builtins/System/Xml/Resolvers/index.d.ts.map +1 -0
  448. package/dist/src/builtins/System/Xml/Resolvers/index.js +86 -0
  449. package/dist/src/builtins/System/Xml/Resolvers/index.js.map +1 -0
  450. package/dist/src/builtins/System/Xml/Schema/index.d.ts +630 -0
  451. package/dist/src/builtins/System/Xml/Schema/index.d.ts.map +1 -0
  452. package/dist/src/builtins/System/Xml/Schema/index.js +2993 -0
  453. package/dist/src/builtins/System/Xml/Schema/index.js.map +1 -0
  454. package/dist/src/builtins/System/Xml/Serialization/index.d.ts +534 -0
  455. package/dist/src/builtins/System/Xml/Serialization/index.d.ts.map +1 -0
  456. package/dist/src/builtins/System/Xml/Serialization/index.js +2356 -0
  457. package/dist/src/builtins/System/Xml/Serialization/index.js.map +1 -0
  458. package/dist/src/builtins/System/Xml/XPath/index.d.ts +180 -0
  459. package/dist/src/builtins/System/Xml/XPath/index.d.ts.map +1 -0
  460. package/dist/src/builtins/System/Xml/XPath/index.js +917 -0
  461. package/dist/src/builtins/System/Xml/XPath/index.js.map +1 -0
  462. package/dist/src/builtins/System/Xml/Xsl/index.d.ts +76 -0
  463. package/dist/src/builtins/System/Xml/Xsl/index.d.ts.map +1 -0
  464. package/dist/src/builtins/System/Xml/Xsl/index.js +315 -0
  465. package/dist/src/builtins/System/Xml/Xsl/index.js.map +1 -0
  466. package/dist/src/builtins/System/Xml/index.d.ts +1114 -0
  467. package/dist/src/builtins/System/Xml/index.d.ts.map +1 -0
  468. package/dist/src/builtins/System/Xml/index.js +5736 -0
  469. package/dist/src/builtins/System/Xml/index.js.map +1 -0
  470. package/dist/src/builtins/System/index.d.ts +283 -0
  471. package/dist/src/builtins/System/index.d.ts.map +1 -1
  472. package/dist/src/builtins/System/index.js +1517 -0
  473. package/dist/src/builtins/System/index.js.map +1 -1
  474. package/dist/src/create-library.test.d.ts +0 -8
  475. package/dist/src/create-library.test.d.ts.map +1 -1
  476. package/dist/src/create-library.test.js +0 -9
  477. package/dist/src/create-library.test.js.map +1 -1
  478. package/dist/tsconfig.tsbuildinfo +1 -1
  479. package/package.json +4 -3
  480. package/scripts/generate-builtins.tsx +2 -1
  481. package/scripts/process-docfx.tsx +22 -10
  482. package/src/builtins/Microsoft/CSharp/RuntimeBinder/index.ts +32 -0
  483. package/src/builtins/Microsoft/CSharp/index.ts +8 -0
  484. package/src/builtins/Microsoft/VisualBasic/FileIO/index.ts +573 -0
  485. package/src/builtins/Microsoft/VisualBasic/index.ts +3021 -0
  486. package/src/builtins/Microsoft/Win32/SafeHandles/index.ts +253 -0
  487. package/src/builtins/Microsoft/Win32/index.ts +431 -2
  488. package/src/builtins/Microsoft/index.ts +3 -1
  489. package/src/builtins/System/Buffers/Binary/index.ts +646 -0
  490. package/src/builtins/System/Buffers/Text/index.ts +28 -0
  491. package/src/builtins/System/Buffers/index.ts +478 -1
  492. package/src/builtins/System/Collections/Concurrent/index.ts +497 -0
  493. package/src/builtins/System/Collections/Frozen/index.ts +115 -0
  494. package/src/builtins/System/Collections/Generic/index.ts +814 -0
  495. package/src/builtins/System/Collections/Immutable/index.ts +1322 -0
  496. package/src/builtins/System/Collections/ObjectModel/index.ts +257 -0
  497. package/src/builtins/System/Collections/Specialized/index.ts +878 -0
  498. package/src/builtins/System/Collections/index.ts +1069 -201
  499. package/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.ts +181 -0
  500. package/src/builtins/System/ComponentModel/DataAnnotations/index.ts +1507 -0
  501. package/src/builtins/System/ComponentModel/Design/Serialization/index.ts +661 -0
  502. package/src/builtins/System/ComponentModel/Design/index.ts +2432 -0
  503. package/src/builtins/System/ComponentModel/index.ts +8006 -35
  504. package/src/builtins/System/Data/Common/index.ts +3888 -0
  505. package/src/builtins/System/Data/SqlTypes/index.ts +3194 -0
  506. package/src/builtins/System/Data/index.ts +5476 -0
  507. package/src/builtins/System/Diagnostics/Contracts/index.ts +383 -0
  508. package/src/builtins/System/Diagnostics/Metrics/index.ts +404 -0
  509. package/src/builtins/System/Diagnostics/SymbolStore/index.ts +746 -0
  510. package/src/builtins/System/Diagnostics/Tracing/index.ts +1160 -0
  511. package/src/builtins/System/Diagnostics/index.ts +4293 -295
  512. package/src/builtins/System/Drawing/index.ts +3861 -0
  513. package/src/builtins/System/Dynamic/index.ts +963 -0
  514. package/src/builtins/System/Formats/Asn1/index.ts +1014 -0
  515. package/src/builtins/System/Formats/Tar/index.ts +530 -0
  516. package/src/builtins/System/Formats/index.ts +9 -0
  517. package/src/builtins/System/IO/Compression/index.ts +1078 -0
  518. package/src/builtins/System/IO/IsolatedStorage/index.ts +596 -0
  519. package/src/builtins/System/IO/MemoryMappedFiles/index.ts +305 -0
  520. package/src/builtins/System/IO/Pipelines/index.ts +506 -0
  521. package/src/builtins/System/IO/Pipes/index.ts +878 -0
  522. package/src/builtins/System/IO/index.ts +777 -12
  523. package/src/builtins/System/Linq/Expressions/index.ts +2680 -0
  524. package/src/builtins/System/Linq/index.ts +352 -0
  525. package/src/builtins/System/Net/Cache/index.ts +263 -0
  526. package/src/builtins/System/Net/Http/Headers/index.ts +2001 -0
  527. package/src/builtins/System/Net/Http/Json/index.ts +91 -0
  528. package/src/builtins/System/Net/Http/Metrics/index.ts +51 -0
  529. package/src/builtins/System/Net/Http/index.ts +1757 -0
  530. package/src/builtins/System/Net/Mail/index.ts +1051 -0
  531. package/src/builtins/System/Net/Mime/index.ts +598 -0
  532. package/src/builtins/System/Net/NetworkInformation/index.ts +3282 -0
  533. package/src/builtins/System/Net/Quic/index.ts +762 -0
  534. package/src/builtins/System/Net/Security/index.ts +1709 -0
  535. package/src/builtins/System/Net/Sockets/index.ts +3686 -0
  536. package/src/builtins/System/Net/WebSockets/index.ts +1039 -0
  537. package/src/builtins/System/Net/index.ts +6484 -1
  538. package/src/builtins/System/Numerics/index.ts +3378 -436
  539. package/src/builtins/System/Reflection/Emit/index.ts +5060 -0
  540. package/src/builtins/System/Reflection/Metadata/Ecma335/index.ts +2729 -0
  541. package/src/builtins/System/Reflection/Metadata/index.ts +7374 -0
  542. package/src/builtins/System/Reflection/PortableExecutable/index.ts +2401 -0
  543. package/src/builtins/System/Reflection/index.ts +686 -1
  544. package/src/builtins/System/Resources/index.ts +68 -0
  545. package/src/builtins/System/Runtime/CompilerServices/index.ts +477 -0
  546. package/src/builtins/System/Runtime/InteropServices/ComTypes/index.ts +87 -0
  547. package/src/builtins/System/Runtime/InteropServices/JavaScript/index.ts +290 -0
  548. package/src/builtins/System/Runtime/InteropServices/Marshalling/index.ts +884 -7
  549. package/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.ts +100 -0
  550. package/src/builtins/System/Runtime/InteropServices/index.ts +3768 -297
  551. package/src/builtins/System/Runtime/Intrinsics/Arm/index.ts +1568 -0
  552. package/src/builtins/System/Runtime/Intrinsics/Wasm/index.ts +409 -0
  553. package/src/builtins/System/Runtime/Intrinsics/X86/index.ts +1681 -0
  554. package/src/builtins/System/Runtime/Intrinsics/index.ts +324 -0
  555. package/src/builtins/System/Runtime/Loader/index.ts +173 -0
  556. package/src/builtins/System/Runtime/Serialization/DataContracts/index.ts +314 -0
  557. package/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.ts +76 -0
  558. package/src/builtins/System/Runtime/Serialization/Formatters/index.ts +103 -0
  559. package/src/builtins/System/Runtime/Serialization/Json/index.ts +235 -0
  560. package/src/builtins/System/Runtime/Serialization/index.ts +1401 -4
  561. package/src/builtins/System/Runtime/index.ts +2 -0
  562. package/src/builtins/System/Security/AccessControl/index.ts +2826 -0
  563. package/src/builtins/System/Security/Authentication/ExtendedProtection/index.ts +210 -0
  564. package/src/builtins/System/Security/Authentication/index.ts +256 -0
  565. package/src/builtins/System/Security/Claims/index.ts +994 -0
  566. package/src/builtins/System/Security/Cryptography/X509Certificates/index.ts +3182 -0
  567. package/src/builtins/System/Security/Cryptography/index.ts +8030 -3
  568. package/src/builtins/System/Security/Policy/index.ts +127 -0
  569. package/src/builtins/System/Security/Principal/index.ts +1470 -11
  570. package/src/builtins/System/Security/index.ts +102 -1
  571. package/src/builtins/System/Text/Encodings/Web/index.ts +200 -0
  572. package/src/builtins/System/Text/Encodings/index.ts +8 -0
  573. package/src/builtins/System/Text/Json/Nodes/index.ts +311 -0
  574. package/src/builtins/System/Text/Json/Schema/index.ts +97 -0
  575. package/src/builtins/System/Text/Json/Serialization/Metadata/index.ts +395 -0
  576. package/src/builtins/System/Text/Json/Serialization/index.ts +1030 -0
  577. package/src/builtins/System/Text/Json/index.ts +1430 -0
  578. package/src/builtins/System/Text/RegularExpressions/index.ts +882 -0
  579. package/src/builtins/System/Text/Unicode/index.ts +1339 -0
  580. package/src/builtins/System/Text/index.ts +572 -1
  581. package/src/builtins/System/Threading/Channels/index.ts +283 -0
  582. package/src/builtins/System/Threading/Tasks/Dataflow/index.ts +837 -0
  583. package/src/builtins/System/Threading/Tasks/index.ts +123 -1
  584. package/src/builtins/System/Threading/index.ts +2439 -75
  585. package/src/builtins/System/Timers/index.ts +161 -0
  586. package/src/builtins/System/Transactions/index.ts +908 -0
  587. package/src/builtins/System/Web/index.ts +105 -0
  588. package/src/builtins/System/Windows/Input/index.ts +25 -0
  589. package/src/builtins/System/Windows/Markup/index.ts +37 -0
  590. package/src/builtins/System/Windows/index.ts +9 -0
  591. package/src/builtins/System/Xml/Linq/index.ts +1318 -0
  592. package/src/builtins/System/Xml/Resolvers/index.ts +107 -0
  593. package/src/builtins/System/Xml/Schema/index.ts +3621 -0
  594. package/src/builtins/System/Xml/Serialization/index.ts +2890 -0
  595. package/src/builtins/System/Xml/XPath/index.ts +1095 -0
  596. package/src/builtins/System/Xml/Xsl/index.ts +389 -0
  597. package/src/builtins/System/Xml/index.ts +6841 -0
  598. package/src/builtins/System/index.ts +1874 -84
  599. package/src/create-library.test.tsx +0 -9
@@ -0,0 +1,1507 @@
1
+ import Generic from "../../Collections/Generic/index.js";
2
+ import System from "../../index.js";
3
+
4
+ import { createLibrary } from "#createLibrary";
5
+ import { LibrarySymbolReference } from "@alloy-js/core";export { default as Schema } from "./Schema/index.js";
6
+
7
+ type DataAnnotationsLibrary = LibrarySymbolReference & {
8
+ AllowedValuesAttribute: LibrarySymbolReference & {
9
+ AllowedValuesAttribute: LibrarySymbolReference;
10
+ IsValid: LibrarySymbolReference;
11
+ Values: LibrarySymbolReference
12
+ };
13
+ AssociatedMetadataTypeTypeDescriptionProvider: LibrarySymbolReference & {
14
+ AssociatedMetadataTypeTypeDescriptionProvider: LibrarySymbolReference;
15
+ GetTypeDescriptor: LibrarySymbolReference
16
+ };
17
+ AssociationAttribute: LibrarySymbolReference & {
18
+ AssociationAttribute: LibrarySymbolReference;
19
+ IsForeignKey: LibrarySymbolReference;
20
+ Name: LibrarySymbolReference;
21
+ OtherKey: LibrarySymbolReference;
22
+ OtherKeyMembers: LibrarySymbolReference;
23
+ ThisKey: LibrarySymbolReference;
24
+ ThisKeyMembers: LibrarySymbolReference
25
+ };
26
+ Base64StringAttribute: LibrarySymbolReference & {
27
+ Base64StringAttribute: LibrarySymbolReference;
28
+ IsValid: LibrarySymbolReference
29
+ };
30
+ CompareAttribute: LibrarySymbolReference & {
31
+ CompareAttribute: LibrarySymbolReference;
32
+ FormatErrorMessage: LibrarySymbolReference;
33
+ IsValid: LibrarySymbolReference;
34
+ OtherProperty: LibrarySymbolReference;
35
+ OtherPropertyDisplayName: LibrarySymbolReference;
36
+ RequiresValidationContext: LibrarySymbolReference
37
+ };
38
+ ConcurrencyCheckAttribute: LibrarySymbolReference & {
39
+ ConcurrencyCheckAttribute: LibrarySymbolReference
40
+ };
41
+ CreditCardAttribute: LibrarySymbolReference & {
42
+ CreditCardAttribute: LibrarySymbolReference;
43
+ IsValid: LibrarySymbolReference
44
+ };
45
+ CustomValidationAttribute: LibrarySymbolReference & {
46
+ CustomValidationAttribute: LibrarySymbolReference;
47
+ FormatErrorMessage: LibrarySymbolReference;
48
+ IsValid: LibrarySymbolReference;
49
+ Method: LibrarySymbolReference;
50
+ ValidatorType: LibrarySymbolReference
51
+ };
52
+ DataType: LibrarySymbolReference & {
53
+ Custom: LibrarySymbolReference;
54
+ DateTime: LibrarySymbolReference;
55
+ Date: LibrarySymbolReference;
56
+ Time: LibrarySymbolReference;
57
+ Duration: LibrarySymbolReference;
58
+ PhoneNumber: LibrarySymbolReference;
59
+ Currency: LibrarySymbolReference;
60
+ Text: LibrarySymbolReference;
61
+ Html: LibrarySymbolReference;
62
+ MultilineText: LibrarySymbolReference;
63
+ EmailAddress: LibrarySymbolReference;
64
+ Password: LibrarySymbolReference;
65
+ Url: LibrarySymbolReference;
66
+ ImageUrl: LibrarySymbolReference;
67
+ CreditCard: LibrarySymbolReference;
68
+ PostalCode: LibrarySymbolReference;
69
+ Upload: LibrarySymbolReference
70
+ };
71
+ DataTypeAttribute: LibrarySymbolReference & {
72
+ DataTypeAttribute: LibrarySymbolReference;
73
+ GetDataTypeName: LibrarySymbolReference;
74
+ IsValid: LibrarySymbolReference;
75
+ CustomDataType: LibrarySymbolReference;
76
+ DataType: LibrarySymbolReference;
77
+ DisplayFormat: LibrarySymbolReference
78
+ };
79
+ DeniedValuesAttribute: LibrarySymbolReference & {
80
+ DeniedValuesAttribute: LibrarySymbolReference;
81
+ IsValid: LibrarySymbolReference;
82
+ Values: LibrarySymbolReference
83
+ };
84
+ DisplayAttribute: LibrarySymbolReference & {
85
+ DisplayAttribute: LibrarySymbolReference;
86
+ GetAutoGenerateField: LibrarySymbolReference;
87
+ GetAutoGenerateFilter: LibrarySymbolReference;
88
+ GetDescription: LibrarySymbolReference;
89
+ GetGroupName: LibrarySymbolReference;
90
+ GetName: LibrarySymbolReference;
91
+ GetOrder: LibrarySymbolReference;
92
+ GetPrompt: LibrarySymbolReference;
93
+ GetShortName: LibrarySymbolReference;
94
+ AutoGenerateField: LibrarySymbolReference;
95
+ AutoGenerateFilter: LibrarySymbolReference;
96
+ Description: LibrarySymbolReference;
97
+ GroupName: LibrarySymbolReference;
98
+ Name: LibrarySymbolReference;
99
+ Order: LibrarySymbolReference;
100
+ Prompt: LibrarySymbolReference;
101
+ ResourceType: LibrarySymbolReference;
102
+ ShortName: LibrarySymbolReference
103
+ };
104
+ DisplayColumnAttribute: LibrarySymbolReference & {
105
+ DisplayColumnAttribute: LibrarySymbolReference;
106
+ DisplayColumn: LibrarySymbolReference;
107
+ SortColumn: LibrarySymbolReference;
108
+ SortDescending: LibrarySymbolReference
109
+ };
110
+ DisplayFormatAttribute: LibrarySymbolReference & {
111
+ DisplayFormatAttribute: LibrarySymbolReference;
112
+ GetNullDisplayText: LibrarySymbolReference;
113
+ ApplyFormatInEditMode: LibrarySymbolReference;
114
+ ConvertEmptyStringToNull: LibrarySymbolReference;
115
+ DataFormatString: LibrarySymbolReference;
116
+ HtmlEncode: LibrarySymbolReference;
117
+ NullDisplayText: LibrarySymbolReference;
118
+ NullDisplayTextResourceType: LibrarySymbolReference
119
+ };
120
+ EditableAttribute: LibrarySymbolReference & {
121
+ EditableAttribute: LibrarySymbolReference;
122
+ AllowEdit: LibrarySymbolReference;
123
+ AllowInitialValue: LibrarySymbolReference
124
+ };
125
+ EmailAddressAttribute: LibrarySymbolReference & {
126
+ EmailAddressAttribute: LibrarySymbolReference;
127
+ IsValid: LibrarySymbolReference
128
+ };
129
+ EnumDataTypeAttribute: LibrarySymbolReference & {
130
+ EnumDataTypeAttribute: LibrarySymbolReference;
131
+ IsValid: LibrarySymbolReference;
132
+ EnumType: LibrarySymbolReference
133
+ };
134
+ FileExtensionsAttribute: LibrarySymbolReference & {
135
+ FileExtensionsAttribute: LibrarySymbolReference;
136
+ FormatErrorMessage: LibrarySymbolReference;
137
+ IsValid: LibrarySymbolReference;
138
+ Extensions: LibrarySymbolReference
139
+ };
140
+ FilterUIHintAttribute: LibrarySymbolReference & {
141
+ FilterUIHintAttribute: LibrarySymbolReference;
142
+ Equals: LibrarySymbolReference;
143
+ GetHashCode: LibrarySymbolReference;
144
+ ControlParameters: LibrarySymbolReference;
145
+ FilterUIHint: LibrarySymbolReference;
146
+ PresentationLayer: LibrarySymbolReference
147
+ };
148
+ IValidatableObject: LibrarySymbolReference & {
149
+ Validate: LibrarySymbolReference
150
+ };
151
+ KeyAttribute: LibrarySymbolReference & {
152
+ KeyAttribute: LibrarySymbolReference
153
+ };
154
+ LengthAttribute: LibrarySymbolReference & {
155
+ LengthAttribute: LibrarySymbolReference;
156
+ FormatErrorMessage: LibrarySymbolReference;
157
+ IsValid: LibrarySymbolReference;
158
+ MaximumLength: LibrarySymbolReference;
159
+ MinimumLength: LibrarySymbolReference
160
+ };
161
+ MaxLengthAttribute: LibrarySymbolReference & {
162
+ MaxLengthAttribute: LibrarySymbolReference;
163
+ FormatErrorMessage: LibrarySymbolReference;
164
+ IsValid: LibrarySymbolReference;
165
+ Length: LibrarySymbolReference
166
+ };
167
+ MetadataTypeAttribute: LibrarySymbolReference & {
168
+ MetadataTypeAttribute: LibrarySymbolReference;
169
+ MetadataClassType: LibrarySymbolReference
170
+ };
171
+ MinLengthAttribute: LibrarySymbolReference & {
172
+ MinLengthAttribute: LibrarySymbolReference;
173
+ FormatErrorMessage: LibrarySymbolReference;
174
+ IsValid: LibrarySymbolReference;
175
+ Length: LibrarySymbolReference
176
+ };
177
+ PhoneAttribute: LibrarySymbolReference & {
178
+ PhoneAttribute: LibrarySymbolReference;
179
+ IsValid: LibrarySymbolReference
180
+ };
181
+ RangeAttribute: LibrarySymbolReference & {
182
+ RangeAttribute: LibrarySymbolReference;
183
+ FormatErrorMessage: LibrarySymbolReference;
184
+ IsValid: LibrarySymbolReference;
185
+ ConvertValueInInvariantCulture: LibrarySymbolReference;
186
+ Maximum: LibrarySymbolReference;
187
+ MaximumIsExclusive: LibrarySymbolReference;
188
+ Minimum: LibrarySymbolReference;
189
+ MinimumIsExclusive: LibrarySymbolReference;
190
+ OperandType: LibrarySymbolReference;
191
+ ParseLimitsInInvariantCulture: LibrarySymbolReference
192
+ };
193
+ RegularExpressionAttribute: LibrarySymbolReference & {
194
+ RegularExpressionAttribute: LibrarySymbolReference;
195
+ FormatErrorMessage: LibrarySymbolReference;
196
+ IsValid: LibrarySymbolReference;
197
+ MatchTimeout: LibrarySymbolReference;
198
+ MatchTimeoutInMilliseconds: LibrarySymbolReference;
199
+ Pattern: LibrarySymbolReference
200
+ };
201
+ RequiredAttribute: LibrarySymbolReference & {
202
+ RequiredAttribute: LibrarySymbolReference;
203
+ IsValid: LibrarySymbolReference;
204
+ AllowEmptyStrings: LibrarySymbolReference
205
+ };
206
+ ScaffoldColumnAttribute: LibrarySymbolReference & {
207
+ ScaffoldColumnAttribute: LibrarySymbolReference;
208
+ Scaffold: LibrarySymbolReference
209
+ };
210
+ StringLengthAttribute: LibrarySymbolReference & {
211
+ StringLengthAttribute: LibrarySymbolReference;
212
+ FormatErrorMessage: LibrarySymbolReference;
213
+ IsValid: LibrarySymbolReference;
214
+ MaximumLength: LibrarySymbolReference;
215
+ MinimumLength: LibrarySymbolReference
216
+ };
217
+ TimestampAttribute: LibrarySymbolReference & {
218
+ TimestampAttribute: LibrarySymbolReference
219
+ };
220
+ UIHintAttribute: LibrarySymbolReference & {
221
+ UIHintAttribute: LibrarySymbolReference;
222
+ Equals: LibrarySymbolReference;
223
+ GetHashCode: LibrarySymbolReference;
224
+ ControlParameters: LibrarySymbolReference;
225
+ PresentationLayer: LibrarySymbolReference;
226
+ UIHint: LibrarySymbolReference
227
+ };
228
+ UrlAttribute: LibrarySymbolReference & {
229
+ UrlAttribute: LibrarySymbolReference;
230
+ IsValid: LibrarySymbolReference
231
+ };
232
+ ValidationAttribute: LibrarySymbolReference & {
233
+ ValidationAttribute: LibrarySymbolReference;
234
+ FormatErrorMessage: LibrarySymbolReference;
235
+ GetValidationResult: LibrarySymbolReference;
236
+ IsValid: LibrarySymbolReference;
237
+ Validate: LibrarySymbolReference;
238
+ ErrorMessage: LibrarySymbolReference;
239
+ ErrorMessageResourceName: LibrarySymbolReference;
240
+ ErrorMessageResourceType: LibrarySymbolReference;
241
+ ErrorMessageString: LibrarySymbolReference;
242
+ RequiresValidationContext: LibrarySymbolReference
243
+ };
244
+ ValidationContext: LibrarySymbolReference & {
245
+ ValidationContext: LibrarySymbolReference;
246
+ GetService: LibrarySymbolReference;
247
+ InitializeServiceProvider: LibrarySymbolReference;
248
+ DisplayName: LibrarySymbolReference;
249
+ Items: LibrarySymbolReference;
250
+ MemberName: LibrarySymbolReference;
251
+ ObjectInstance: LibrarySymbolReference;
252
+ ObjectType: LibrarySymbolReference
253
+ };
254
+ ValidationException: LibrarySymbolReference & {
255
+ ValidationException: LibrarySymbolReference;
256
+ ValidationAttribute: LibrarySymbolReference;
257
+ ValidationResult: LibrarySymbolReference;
258
+ Value: LibrarySymbolReference
259
+ };
260
+ ValidationResult: LibrarySymbolReference & {
261
+ Success: LibrarySymbolReference;
262
+ ValidationResult: LibrarySymbolReference;
263
+ ToString: LibrarySymbolReference;
264
+ ErrorMessage: LibrarySymbolReference;
265
+ MemberNames: LibrarySymbolReference
266
+ };
267
+ Validator: LibrarySymbolReference & {
268
+ TryValidateObject: LibrarySymbolReference;
269
+ TryValidateProperty: LibrarySymbolReference;
270
+ TryValidateValue: LibrarySymbolReference;
271
+ ValidateObject: LibrarySymbolReference;
272
+ ValidateProperty: LibrarySymbolReference;
273
+ ValidateValue: LibrarySymbolReference
274
+ }
275
+ };
276
+ const DataAnnotations: DataAnnotationsLibrary = createLibrary("System.ComponentModel.DataAnnotations", {
277
+ AllowedValuesAttribute: {
278
+ kind: "class",
279
+ members: {
280
+ AllowedValuesAttribute: {
281
+ kind: "method",
282
+ methodKind: "constructor",
283
+ },
284
+ IsValid: {
285
+ kind: "method",
286
+ methodKind: "ordinary",
287
+ isOverride: true,
288
+ },
289
+ Values: {
290
+ kind: "property",
291
+ type: () => {
292
+ return System.Array;
293
+ },
294
+ },
295
+ },
296
+ },
297
+ AssociatedMetadataTypeTypeDescriptionProvider: {
298
+ kind: "class",
299
+ members: {
300
+ AssociatedMetadataTypeTypeDescriptionProvider: {
301
+ kind: "method",
302
+ methodKind: "constructor",
303
+ },
304
+ GetTypeDescriptor: {
305
+ kind: "method",
306
+ methodKind: "ordinary",
307
+ isOverride: true,
308
+ },
309
+ },
310
+ },
311
+ AssociationAttribute: {
312
+ kind: "class",
313
+ members: {
314
+ AssociationAttribute: {
315
+ kind: "method",
316
+ methodKind: "constructor",
317
+ },
318
+ IsForeignKey: {
319
+ kind: "property",
320
+ type: () => {
321
+ return System.Boolean;
322
+ },
323
+ },
324
+ Name: {
325
+ kind: "property",
326
+ type: () => {
327
+ return System.String;
328
+ },
329
+ },
330
+ OtherKey: {
331
+ kind: "property",
332
+ type: () => {
333
+ return System.String;
334
+ },
335
+ },
336
+ OtherKeyMembers: {
337
+ kind: "property",
338
+ type: () => {
339
+ return Generic.IEnumerable;
340
+ },
341
+ },
342
+ ThisKey: {
343
+ kind: "property",
344
+ type: () => {
345
+ return System.String;
346
+ },
347
+ },
348
+ ThisKeyMembers: {
349
+ kind: "property",
350
+ type: () => {
351
+ return Generic.IEnumerable;
352
+ },
353
+ },
354
+ },
355
+ isSealed: true,
356
+ },
357
+ Base64StringAttribute: {
358
+ kind: "class",
359
+ members: {
360
+ Base64StringAttribute: {
361
+ kind: "method",
362
+ methodKind: "constructor",
363
+ },
364
+ IsValid: {
365
+ kind: "method",
366
+ methodKind: "ordinary",
367
+ isOverride: true,
368
+ },
369
+ },
370
+ },
371
+ CompareAttribute: {
372
+ kind: "class",
373
+ members: {
374
+ CompareAttribute: {
375
+ kind: "method",
376
+ methodKind: "constructor",
377
+ },
378
+ FormatErrorMessage: {
379
+ kind: "method",
380
+ methodKind: "ordinary",
381
+ isOverride: true,
382
+ },
383
+ IsValid: {
384
+ kind: "method",
385
+ methodKind: "ordinary",
386
+ isOverride: true,
387
+ },
388
+ OtherProperty: {
389
+ kind: "property",
390
+ type: () => {
391
+ return System.String;
392
+ },
393
+ },
394
+ OtherPropertyDisplayName: {
395
+ kind: "property",
396
+ type: () => {
397
+ return System.String;
398
+ },
399
+ isNullable: true,
400
+ },
401
+ RequiresValidationContext: {
402
+ kind: "property",
403
+ type: () => {
404
+ return System.Boolean;
405
+ },
406
+ isOverride: true,
407
+ },
408
+ },
409
+ },
410
+ ConcurrencyCheckAttribute: {
411
+ kind: "class",
412
+ members: {
413
+ ConcurrencyCheckAttribute: {
414
+ kind: "method",
415
+ methodKind: "constructor",
416
+ },
417
+ },
418
+ isSealed: true,
419
+ },
420
+ CreditCardAttribute: {
421
+ kind: "class",
422
+ members: {
423
+ CreditCardAttribute: {
424
+ kind: "method",
425
+ methodKind: "constructor",
426
+ },
427
+ IsValid: {
428
+ kind: "method",
429
+ methodKind: "ordinary",
430
+ isOverride: true,
431
+ },
432
+ },
433
+ isSealed: true,
434
+ },
435
+ CustomValidationAttribute: {
436
+ kind: "class",
437
+ members: {
438
+ CustomValidationAttribute: {
439
+ kind: "method",
440
+ methodKind: "constructor",
441
+ },
442
+ FormatErrorMessage: {
443
+ kind: "method",
444
+ methodKind: "ordinary",
445
+ isOverride: true,
446
+ },
447
+ IsValid: {
448
+ kind: "method",
449
+ methodKind: "ordinary",
450
+ isOverride: true,
451
+ },
452
+ Method: {
453
+ kind: "property",
454
+ type: () => {
455
+ return System.String;
456
+ },
457
+ },
458
+ ValidatorType: {
459
+ kind: "property",
460
+ type: () => {
461
+ return System.Type;
462
+ },
463
+ },
464
+ },
465
+ isSealed: true,
466
+ },
467
+ DataType: {
468
+ kind: "enum",
469
+ members: {
470
+ Custom: {
471
+ kind: "field",
472
+ type: () => {
473
+ return DataAnnotations.DataType;
474
+ },
475
+ },
476
+ DateTime: {
477
+ kind: "field",
478
+ type: () => {
479
+ return DataAnnotations.DataType;
480
+ },
481
+ },
482
+ Date: {
483
+ kind: "field",
484
+ type: () => {
485
+ return DataAnnotations.DataType;
486
+ },
487
+ },
488
+ Time: {
489
+ kind: "field",
490
+ type: () => {
491
+ return DataAnnotations.DataType;
492
+ },
493
+ },
494
+ Duration: {
495
+ kind: "field",
496
+ type: () => {
497
+ return DataAnnotations.DataType;
498
+ },
499
+ },
500
+ PhoneNumber: {
501
+ kind: "field",
502
+ type: () => {
503
+ return DataAnnotations.DataType;
504
+ },
505
+ },
506
+ Currency: {
507
+ kind: "field",
508
+ type: () => {
509
+ return DataAnnotations.DataType;
510
+ },
511
+ },
512
+ Text: {
513
+ kind: "field",
514
+ type: () => {
515
+ return DataAnnotations.DataType;
516
+ },
517
+ },
518
+ Html: {
519
+ kind: "field",
520
+ type: () => {
521
+ return DataAnnotations.DataType;
522
+ },
523
+ },
524
+ MultilineText: {
525
+ kind: "field",
526
+ type: () => {
527
+ return DataAnnotations.DataType;
528
+ },
529
+ },
530
+ EmailAddress: {
531
+ kind: "field",
532
+ type: () => {
533
+ return DataAnnotations.DataType;
534
+ },
535
+ },
536
+ Password: {
537
+ kind: "field",
538
+ type: () => {
539
+ return DataAnnotations.DataType;
540
+ },
541
+ },
542
+ Url: {
543
+ kind: "field",
544
+ type: () => {
545
+ return DataAnnotations.DataType;
546
+ },
547
+ },
548
+ ImageUrl: {
549
+ kind: "field",
550
+ type: () => {
551
+ return DataAnnotations.DataType;
552
+ },
553
+ },
554
+ CreditCard: {
555
+ kind: "field",
556
+ type: () => {
557
+ return DataAnnotations.DataType;
558
+ },
559
+ },
560
+ PostalCode: {
561
+ kind: "field",
562
+ type: () => {
563
+ return DataAnnotations.DataType;
564
+ },
565
+ },
566
+ Upload: {
567
+ kind: "field",
568
+ type: () => {
569
+ return DataAnnotations.DataType;
570
+ },
571
+ },
572
+ },
573
+ },
574
+ DataTypeAttribute: {
575
+ kind: "class",
576
+ members: {
577
+ DataTypeAttribute: {
578
+ kind: "method",
579
+ methodKind: "constructor",
580
+ },
581
+ GetDataTypeName: {
582
+ kind: "method",
583
+ methodKind: "ordinary",
584
+ isVirtual: true,
585
+ },
586
+ IsValid: {
587
+ kind: "method",
588
+ methodKind: "ordinary",
589
+ isOverride: true,
590
+ },
591
+ CustomDataType: {
592
+ kind: "property",
593
+ type: () => {
594
+ return System.String;
595
+ },
596
+ isNullable: true,
597
+ },
598
+ DataType: {
599
+ kind: "property",
600
+ type: () => {
601
+ return DataAnnotations.DataType;
602
+ },
603
+ },
604
+ DisplayFormat: {
605
+ kind: "property",
606
+ type: () => {
607
+ return DataAnnotations.DisplayFormatAttribute;
608
+ },
609
+ },
610
+ },
611
+ },
612
+ DeniedValuesAttribute: {
613
+ kind: "class",
614
+ members: {
615
+ DeniedValuesAttribute: {
616
+ kind: "method",
617
+ methodKind: "constructor",
618
+ },
619
+ IsValid: {
620
+ kind: "method",
621
+ methodKind: "ordinary",
622
+ isOverride: true,
623
+ },
624
+ Values: {
625
+ kind: "property",
626
+ type: () => {
627
+ return System.Array;
628
+ },
629
+ },
630
+ },
631
+ },
632
+ DisplayAttribute: {
633
+ kind: "class",
634
+ members: {
635
+ DisplayAttribute: {
636
+ kind: "method",
637
+ methodKind: "constructor",
638
+ },
639
+ GetAutoGenerateField: {
640
+ kind: "method",
641
+ methodKind: "ordinary",
642
+ },
643
+ GetAutoGenerateFilter: {
644
+ kind: "method",
645
+ methodKind: "ordinary",
646
+ },
647
+ GetDescription: {
648
+ kind: "method",
649
+ methodKind: "ordinary",
650
+ },
651
+ GetGroupName: {
652
+ kind: "method",
653
+ methodKind: "ordinary",
654
+ },
655
+ GetName: {
656
+ kind: "method",
657
+ methodKind: "ordinary",
658
+ },
659
+ GetOrder: {
660
+ kind: "method",
661
+ methodKind: "ordinary",
662
+ },
663
+ GetPrompt: {
664
+ kind: "method",
665
+ methodKind: "ordinary",
666
+ },
667
+ GetShortName: {
668
+ kind: "method",
669
+ methodKind: "ordinary",
670
+ },
671
+ AutoGenerateField: {
672
+ kind: "property",
673
+ type: () => {
674
+ return System.Boolean;
675
+ },
676
+ },
677
+ AutoGenerateFilter: {
678
+ kind: "property",
679
+ type: () => {
680
+ return System.Boolean;
681
+ },
682
+ },
683
+ Description: {
684
+ kind: "property",
685
+ type: () => {
686
+ return System.String;
687
+ },
688
+ isNullable: true,
689
+ },
690
+ GroupName: {
691
+ kind: "property",
692
+ type: () => {
693
+ return System.String;
694
+ },
695
+ isNullable: true,
696
+ },
697
+ Name: {
698
+ kind: "property",
699
+ type: () => {
700
+ return System.String;
701
+ },
702
+ isNullable: true,
703
+ },
704
+ Order: {
705
+ kind: "property",
706
+ type: () => {
707
+ return System.Int32;
708
+ },
709
+ },
710
+ Prompt: {
711
+ kind: "property",
712
+ type: () => {
713
+ return System.String;
714
+ },
715
+ isNullable: true,
716
+ },
717
+ ResourceType: {
718
+ kind: "property",
719
+ type: () => {
720
+ return System.Type;
721
+ },
722
+ isNullable: true,
723
+ },
724
+ ShortName: {
725
+ kind: "property",
726
+ type: () => {
727
+ return System.String;
728
+ },
729
+ isNullable: true,
730
+ },
731
+ },
732
+ isSealed: true,
733
+ },
734
+ DisplayColumnAttribute: {
735
+ kind: "class",
736
+ members: {
737
+ DisplayColumnAttribute: {
738
+ kind: "method",
739
+ methodKind: "constructor",
740
+ },
741
+ DisplayColumn: {
742
+ kind: "property",
743
+ type: () => {
744
+ return System.String;
745
+ },
746
+ },
747
+ SortColumn: {
748
+ kind: "property",
749
+ type: () => {
750
+ return System.String;
751
+ },
752
+ isNullable: true,
753
+ },
754
+ SortDescending: {
755
+ kind: "property",
756
+ type: () => {
757
+ return System.Boolean;
758
+ },
759
+ },
760
+ },
761
+ },
762
+ DisplayFormatAttribute: {
763
+ kind: "class",
764
+ members: {
765
+ DisplayFormatAttribute: {
766
+ kind: "method",
767
+ methodKind: "constructor",
768
+ },
769
+ GetNullDisplayText: {
770
+ kind: "method",
771
+ methodKind: "ordinary",
772
+ },
773
+ ApplyFormatInEditMode: {
774
+ kind: "property",
775
+ type: () => {
776
+ return System.Boolean;
777
+ },
778
+ },
779
+ ConvertEmptyStringToNull: {
780
+ kind: "property",
781
+ type: () => {
782
+ return System.Boolean;
783
+ },
784
+ },
785
+ DataFormatString: {
786
+ kind: "property",
787
+ type: () => {
788
+ return System.String;
789
+ },
790
+ isNullable: true,
791
+ },
792
+ HtmlEncode: {
793
+ kind: "property",
794
+ type: () => {
795
+ return System.Boolean;
796
+ },
797
+ },
798
+ NullDisplayText: {
799
+ kind: "property",
800
+ type: () => {
801
+ return System.String;
802
+ },
803
+ isNullable: true,
804
+ },
805
+ NullDisplayTextResourceType: {
806
+ kind: "property",
807
+ type: () => {
808
+ return System.Type;
809
+ },
810
+ isNullable: true,
811
+ },
812
+ },
813
+ },
814
+ EditableAttribute: {
815
+ kind: "class",
816
+ members: {
817
+ EditableAttribute: {
818
+ kind: "method",
819
+ methodKind: "constructor",
820
+ },
821
+ AllowEdit: {
822
+ kind: "property",
823
+ type: () => {
824
+ return System.Boolean;
825
+ },
826
+ },
827
+ AllowInitialValue: {
828
+ kind: "property",
829
+ type: () => {
830
+ return System.Boolean;
831
+ },
832
+ },
833
+ },
834
+ isSealed: true,
835
+ },
836
+ EmailAddressAttribute: {
837
+ kind: "class",
838
+ members: {
839
+ EmailAddressAttribute: {
840
+ kind: "method",
841
+ methodKind: "constructor",
842
+ },
843
+ IsValid: {
844
+ kind: "method",
845
+ methodKind: "ordinary",
846
+ isOverride: true,
847
+ },
848
+ },
849
+ isSealed: true,
850
+ },
851
+ EnumDataTypeAttribute: {
852
+ kind: "class",
853
+ members: {
854
+ EnumDataTypeAttribute: {
855
+ kind: "method",
856
+ methodKind: "constructor",
857
+ },
858
+ IsValid: {
859
+ kind: "method",
860
+ methodKind: "ordinary",
861
+ isOverride: true,
862
+ },
863
+ EnumType: {
864
+ kind: "property",
865
+ type: () => {
866
+ return System.Type;
867
+ },
868
+ },
869
+ },
870
+ isSealed: true,
871
+ },
872
+ FileExtensionsAttribute: {
873
+ kind: "class",
874
+ members: {
875
+ FileExtensionsAttribute: {
876
+ kind: "method",
877
+ methodKind: "constructor",
878
+ },
879
+ FormatErrorMessage: {
880
+ kind: "method",
881
+ methodKind: "ordinary",
882
+ isOverride: true,
883
+ },
884
+ IsValid: {
885
+ kind: "method",
886
+ methodKind: "ordinary",
887
+ isOverride: true,
888
+ },
889
+ Extensions: {
890
+ kind: "property",
891
+ type: () => {
892
+ return System.String;
893
+ },
894
+ },
895
+ },
896
+ isSealed: true,
897
+ },
898
+ FilterUIHintAttribute: {
899
+ kind: "class",
900
+ members: {
901
+ FilterUIHintAttribute: {
902
+ kind: "method",
903
+ methodKind: "constructor",
904
+ },
905
+ Equals: {
906
+ kind: "method",
907
+ methodKind: "ordinary",
908
+ isOverride: true,
909
+ },
910
+ GetHashCode: {
911
+ kind: "method",
912
+ methodKind: "ordinary",
913
+ isOverride: true,
914
+ },
915
+ ControlParameters: {
916
+ kind: "property",
917
+ type: () => {
918
+ return Generic.IDictionary;
919
+ },
920
+ },
921
+ FilterUIHint: {
922
+ kind: "property",
923
+ type: () => {
924
+ return System.String;
925
+ },
926
+ },
927
+ PresentationLayer: {
928
+ kind: "property",
929
+ type: () => {
930
+ return System.String;
931
+ },
932
+ isNullable: true,
933
+ },
934
+ },
935
+ isSealed: true,
936
+ },
937
+ IValidatableObject: {
938
+ kind: "interface",
939
+ members: {
940
+ Validate: {
941
+ kind: "method",
942
+ methodKind: "ordinary",
943
+ },
944
+ },
945
+ },
946
+ KeyAttribute: {
947
+ kind: "class",
948
+ members: {
949
+ KeyAttribute: {
950
+ kind: "method",
951
+ methodKind: "constructor",
952
+ },
953
+ },
954
+ isSealed: true,
955
+ },
956
+ LengthAttribute: {
957
+ kind: "class",
958
+ members: {
959
+ LengthAttribute: {
960
+ kind: "method",
961
+ methodKind: "constructor",
962
+ },
963
+ FormatErrorMessage: {
964
+ kind: "method",
965
+ methodKind: "ordinary",
966
+ isOverride: true,
967
+ },
968
+ IsValid: {
969
+ kind: "method",
970
+ methodKind: "ordinary",
971
+ isOverride: true,
972
+ },
973
+ MaximumLength: {
974
+ kind: "property",
975
+ type: () => {
976
+ return System.Int32;
977
+ },
978
+ },
979
+ MinimumLength: {
980
+ kind: "property",
981
+ type: () => {
982
+ return System.Int32;
983
+ },
984
+ },
985
+ },
986
+ },
987
+ MaxLengthAttribute: {
988
+ kind: "class",
989
+ members: {
990
+ MaxLengthAttribute: {
991
+ kind: "method",
992
+ methodKind: "constructor",
993
+ },
994
+ FormatErrorMessage: {
995
+ kind: "method",
996
+ methodKind: "ordinary",
997
+ isOverride: true,
998
+ },
999
+ IsValid: {
1000
+ kind: "method",
1001
+ methodKind: "ordinary",
1002
+ isOverride: true,
1003
+ },
1004
+ Length: {
1005
+ kind: "property",
1006
+ type: () => {
1007
+ return System.Int32;
1008
+ },
1009
+ },
1010
+ },
1011
+ },
1012
+ MetadataTypeAttribute: {
1013
+ kind: "class",
1014
+ members: {
1015
+ MetadataTypeAttribute: {
1016
+ kind: "method",
1017
+ methodKind: "constructor",
1018
+ },
1019
+ MetadataClassType: {
1020
+ kind: "property",
1021
+ type: () => {
1022
+ return System.Type;
1023
+ },
1024
+ },
1025
+ },
1026
+ isSealed: true,
1027
+ },
1028
+ MinLengthAttribute: {
1029
+ kind: "class",
1030
+ members: {
1031
+ MinLengthAttribute: {
1032
+ kind: "method",
1033
+ methodKind: "constructor",
1034
+ },
1035
+ FormatErrorMessage: {
1036
+ kind: "method",
1037
+ methodKind: "ordinary",
1038
+ isOverride: true,
1039
+ },
1040
+ IsValid: {
1041
+ kind: "method",
1042
+ methodKind: "ordinary",
1043
+ isOverride: true,
1044
+ },
1045
+ Length: {
1046
+ kind: "property",
1047
+ type: () => {
1048
+ return System.Int32;
1049
+ },
1050
+ },
1051
+ },
1052
+ },
1053
+ PhoneAttribute: {
1054
+ kind: "class",
1055
+ members: {
1056
+ PhoneAttribute: {
1057
+ kind: "method",
1058
+ methodKind: "constructor",
1059
+ },
1060
+ IsValid: {
1061
+ kind: "method",
1062
+ methodKind: "ordinary",
1063
+ isOverride: true,
1064
+ },
1065
+ },
1066
+ isSealed: true,
1067
+ },
1068
+ RangeAttribute: {
1069
+ kind: "class",
1070
+ members: {
1071
+ RangeAttribute: {
1072
+ kind: "method",
1073
+ methodKind: "constructor",
1074
+ },
1075
+ FormatErrorMessage: {
1076
+ kind: "method",
1077
+ methodKind: "ordinary",
1078
+ isOverride: true,
1079
+ },
1080
+ IsValid: {
1081
+ kind: "method",
1082
+ methodKind: "ordinary",
1083
+ isOverride: true,
1084
+ },
1085
+ ConvertValueInInvariantCulture: {
1086
+ kind: "property",
1087
+ type: () => {
1088
+ return System.Boolean;
1089
+ },
1090
+ },
1091
+ Maximum: {
1092
+ kind: "property",
1093
+ type: () => {
1094
+ return System.Object;
1095
+ },
1096
+ },
1097
+ MaximumIsExclusive: {
1098
+ kind: "property",
1099
+ type: () => {
1100
+ return System.Boolean;
1101
+ },
1102
+ },
1103
+ Minimum: {
1104
+ kind: "property",
1105
+ type: () => {
1106
+ return System.Object;
1107
+ },
1108
+ },
1109
+ MinimumIsExclusive: {
1110
+ kind: "property",
1111
+ type: () => {
1112
+ return System.Boolean;
1113
+ },
1114
+ },
1115
+ OperandType: {
1116
+ kind: "property",
1117
+ type: () => {
1118
+ return System.Type;
1119
+ },
1120
+ },
1121
+ ParseLimitsInInvariantCulture: {
1122
+ kind: "property",
1123
+ type: () => {
1124
+ return System.Boolean;
1125
+ },
1126
+ },
1127
+ },
1128
+ },
1129
+ RegularExpressionAttribute: {
1130
+ kind: "class",
1131
+ members: {
1132
+ RegularExpressionAttribute: {
1133
+ kind: "method",
1134
+ methodKind: "constructor",
1135
+ },
1136
+ FormatErrorMessage: {
1137
+ kind: "method",
1138
+ methodKind: "ordinary",
1139
+ isOverride: true,
1140
+ },
1141
+ IsValid: {
1142
+ kind: "method",
1143
+ methodKind: "ordinary",
1144
+ isOverride: true,
1145
+ },
1146
+ MatchTimeout: {
1147
+ kind: "property",
1148
+ type: () => {
1149
+ return System.TimeSpan;
1150
+ },
1151
+ },
1152
+ MatchTimeoutInMilliseconds: {
1153
+ kind: "property",
1154
+ type: () => {
1155
+ return System.Int32;
1156
+ },
1157
+ },
1158
+ Pattern: {
1159
+ kind: "property",
1160
+ type: () => {
1161
+ return System.String;
1162
+ },
1163
+ },
1164
+ },
1165
+ },
1166
+ RequiredAttribute: {
1167
+ kind: "class",
1168
+ members: {
1169
+ RequiredAttribute: {
1170
+ kind: "method",
1171
+ methodKind: "constructor",
1172
+ },
1173
+ IsValid: {
1174
+ kind: "method",
1175
+ methodKind: "ordinary",
1176
+ isOverride: true,
1177
+ },
1178
+ AllowEmptyStrings: {
1179
+ kind: "property",
1180
+ type: () => {
1181
+ return System.Boolean;
1182
+ },
1183
+ },
1184
+ },
1185
+ },
1186
+ ScaffoldColumnAttribute: {
1187
+ kind: "class",
1188
+ members: {
1189
+ ScaffoldColumnAttribute: {
1190
+ kind: "method",
1191
+ methodKind: "constructor",
1192
+ },
1193
+ Scaffold: {
1194
+ kind: "property",
1195
+ type: () => {
1196
+ return System.Boolean;
1197
+ },
1198
+ },
1199
+ },
1200
+ },
1201
+ StringLengthAttribute: {
1202
+ kind: "class",
1203
+ members: {
1204
+ StringLengthAttribute: {
1205
+ kind: "method",
1206
+ methodKind: "constructor",
1207
+ },
1208
+ FormatErrorMessage: {
1209
+ kind: "method",
1210
+ methodKind: "ordinary",
1211
+ isOverride: true,
1212
+ },
1213
+ IsValid: {
1214
+ kind: "method",
1215
+ methodKind: "ordinary",
1216
+ isOverride: true,
1217
+ },
1218
+ MaximumLength: {
1219
+ kind: "property",
1220
+ type: () => {
1221
+ return System.Int32;
1222
+ },
1223
+ },
1224
+ MinimumLength: {
1225
+ kind: "property",
1226
+ type: () => {
1227
+ return System.Int32;
1228
+ },
1229
+ },
1230
+ },
1231
+ },
1232
+ TimestampAttribute: {
1233
+ kind: "class",
1234
+ members: {
1235
+ TimestampAttribute: {
1236
+ kind: "method",
1237
+ methodKind: "constructor",
1238
+ },
1239
+ },
1240
+ isSealed: true,
1241
+ },
1242
+ UIHintAttribute: {
1243
+ kind: "class",
1244
+ members: {
1245
+ UIHintAttribute: {
1246
+ kind: "method",
1247
+ methodKind: "constructor",
1248
+ },
1249
+ Equals: {
1250
+ kind: "method",
1251
+ methodKind: "ordinary",
1252
+ isOverride: true,
1253
+ },
1254
+ GetHashCode: {
1255
+ kind: "method",
1256
+ methodKind: "ordinary",
1257
+ isOverride: true,
1258
+ },
1259
+ ControlParameters: {
1260
+ kind: "property",
1261
+ type: () => {
1262
+ return Generic.IDictionary;
1263
+ },
1264
+ },
1265
+ PresentationLayer: {
1266
+ kind: "property",
1267
+ type: () => {
1268
+ return System.String;
1269
+ },
1270
+ isNullable: true,
1271
+ },
1272
+ UIHint: {
1273
+ kind: "property",
1274
+ type: () => {
1275
+ return System.String;
1276
+ },
1277
+ },
1278
+ },
1279
+ },
1280
+ UrlAttribute: {
1281
+ kind: "class",
1282
+ members: {
1283
+ UrlAttribute: {
1284
+ kind: "method",
1285
+ methodKind: "constructor",
1286
+ },
1287
+ IsValid: {
1288
+ kind: "method",
1289
+ methodKind: "ordinary",
1290
+ isOverride: true,
1291
+ },
1292
+ },
1293
+ isSealed: true,
1294
+ },
1295
+ ValidationAttribute: {
1296
+ kind: "class",
1297
+ members: {
1298
+ ValidationAttribute: {
1299
+ kind: "method",
1300
+ methodKind: "constructor",
1301
+ },
1302
+ FormatErrorMessage: {
1303
+ kind: "method",
1304
+ methodKind: "ordinary",
1305
+ isVirtual: true,
1306
+ },
1307
+ GetValidationResult: {
1308
+ kind: "method",
1309
+ methodKind: "ordinary",
1310
+ },
1311
+ IsValid: {
1312
+ kind: "method",
1313
+ methodKind: "ordinary",
1314
+ isVirtual: true,
1315
+ },
1316
+ Validate: {
1317
+ kind: "method",
1318
+ methodKind: "ordinary",
1319
+ },
1320
+ ErrorMessage: {
1321
+ kind: "property",
1322
+ type: () => {
1323
+ return System.String;
1324
+ },
1325
+ isNullable: true,
1326
+ },
1327
+ ErrorMessageResourceName: {
1328
+ kind: "property",
1329
+ type: () => {
1330
+ return System.String;
1331
+ },
1332
+ isNullable: true,
1333
+ },
1334
+ ErrorMessageResourceType: {
1335
+ kind: "property",
1336
+ type: () => {
1337
+ return System.Type;
1338
+ },
1339
+ isNullable: true,
1340
+ },
1341
+ ErrorMessageString: {
1342
+ kind: "property",
1343
+ type: () => {
1344
+ return System.String;
1345
+ },
1346
+ },
1347
+ RequiresValidationContext: {
1348
+ kind: "property",
1349
+ type: () => {
1350
+ return System.Boolean;
1351
+ },
1352
+ isVirtual: true,
1353
+ },
1354
+ },
1355
+ isAbstract: true,
1356
+ },
1357
+ ValidationContext: {
1358
+ kind: "class",
1359
+ members: {
1360
+ ValidationContext: {
1361
+ kind: "method",
1362
+ methodKind: "constructor",
1363
+ },
1364
+ GetService: {
1365
+ kind: "method",
1366
+ methodKind: "ordinary",
1367
+ },
1368
+ InitializeServiceProvider: {
1369
+ kind: "method",
1370
+ methodKind: "ordinary",
1371
+ },
1372
+ DisplayName: {
1373
+ kind: "property",
1374
+ type: () => {
1375
+ return System.String;
1376
+ },
1377
+ },
1378
+ Items: {
1379
+ kind: "property",
1380
+ type: () => {
1381
+ return Generic.IDictionary;
1382
+ },
1383
+ },
1384
+ MemberName: {
1385
+ kind: "property",
1386
+ type: () => {
1387
+ return System.String;
1388
+ },
1389
+ isNullable: true,
1390
+ },
1391
+ ObjectInstance: {
1392
+ kind: "property",
1393
+ type: () => {
1394
+ return System.Object;
1395
+ },
1396
+ },
1397
+ ObjectType: {
1398
+ kind: "property",
1399
+ type: () => {
1400
+ return System.Type;
1401
+ },
1402
+ },
1403
+ },
1404
+ isSealed: true,
1405
+ },
1406
+ ValidationException: {
1407
+ kind: "class",
1408
+ members: {
1409
+ ValidationException: {
1410
+ kind: "method",
1411
+ methodKind: "constructor",
1412
+ },
1413
+ ValidationAttribute: {
1414
+ kind: "property",
1415
+ type: () => {
1416
+ return DataAnnotations.ValidationAttribute;
1417
+ },
1418
+ },
1419
+ ValidationResult: {
1420
+ kind: "property",
1421
+ type: () => {
1422
+ return DataAnnotations.ValidationResult;
1423
+ },
1424
+ },
1425
+ Value: {
1426
+ kind: "property",
1427
+ type: () => {
1428
+ return System.Object;
1429
+ },
1430
+ isNullable: true,
1431
+ },
1432
+ },
1433
+ },
1434
+ ValidationResult: {
1435
+ kind: "class",
1436
+ members: {
1437
+ Success: {
1438
+ kind: "field",
1439
+ type: () => {
1440
+ return DataAnnotations.ValidationResult;
1441
+ },
1442
+ isNullable: true,
1443
+ isStatic: true,
1444
+ isReadOnly: true,
1445
+ },
1446
+ ValidationResult: {
1447
+ kind: "method",
1448
+ methodKind: "constructor",
1449
+ },
1450
+ ToString: {
1451
+ kind: "method",
1452
+ methodKind: "ordinary",
1453
+ isOverride: true,
1454
+ },
1455
+ ErrorMessage: {
1456
+ kind: "property",
1457
+ type: () => {
1458
+ return System.String;
1459
+ },
1460
+ isNullable: true,
1461
+ },
1462
+ MemberNames: {
1463
+ kind: "property",
1464
+ type: () => {
1465
+ return Generic.IEnumerable;
1466
+ },
1467
+ },
1468
+ },
1469
+ },
1470
+ Validator: {
1471
+ kind: "class",
1472
+ members: {
1473
+ TryValidateObject: {
1474
+ kind: "method",
1475
+ methodKind: "ordinary",
1476
+ isStatic: true,
1477
+ },
1478
+ TryValidateProperty: {
1479
+ kind: "method",
1480
+ methodKind: "ordinary",
1481
+ isStatic: true,
1482
+ },
1483
+ TryValidateValue: {
1484
+ kind: "method",
1485
+ methodKind: "ordinary",
1486
+ isStatic: true,
1487
+ },
1488
+ ValidateObject: {
1489
+ kind: "method",
1490
+ methodKind: "ordinary",
1491
+ isStatic: true,
1492
+ },
1493
+ ValidateProperty: {
1494
+ kind: "method",
1495
+ methodKind: "ordinary",
1496
+ isStatic: true,
1497
+ },
1498
+ ValidateValue: {
1499
+ kind: "method",
1500
+ methodKind: "ordinary",
1501
+ isStatic: true,
1502
+ },
1503
+ },
1504
+ isStatic: true,
1505
+ },
1506
+ });
1507
+ export default DataAnnotations