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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (491) hide show
  1. package/dist/dev/scripts/components/library-interface.js +67 -0
  2. package/dist/dev/scripts/components/library-interface.js.map +1 -0
  3. package/dist/dev/scripts/components/namespace-directory.js +160 -0
  4. package/dist/dev/scripts/components/namespace-directory.js.map +1 -0
  5. package/dist/dev/scripts/generate-builtins.js +45 -0
  6. package/dist/dev/scripts/generate-builtins.js.map +1 -0
  7. package/dist/dev/scripts/process-docfx.js +316 -0
  8. package/dist/dev/scripts/process-docfx.js.map +1 -0
  9. package/dist/dev/src/access.js +73 -0
  10. package/dist/dev/src/access.js.map +1 -0
  11. package/dist/dev/src/access.test.js +43 -0
  12. package/dist/dev/src/access.test.js.map +1 -0
  13. package/dist/dev/src/builtins/Microsoft/CSharp/RuntimeBinder/index.js +23 -0
  14. package/dist/dev/src/builtins/Microsoft/CSharp/RuntimeBinder/index.js.map +1 -0
  15. package/dist/dev/src/builtins/Microsoft/CSharp/index.js +5 -0
  16. package/dist/dev/src/builtins/Microsoft/CSharp/index.js.map +1 -0
  17. package/dist/dev/src/builtins/Microsoft/VisualBasic/FileIO/index.js +473 -0
  18. package/dist/dev/src/builtins/Microsoft/VisualBasic/FileIO/index.js.map +1 -0
  19. package/dist/dev/src/builtins/Microsoft/VisualBasic/index.js +2534 -0
  20. package/dist/dev/src/builtins/Microsoft/VisualBasic/index.js.map +1 -0
  21. package/dist/dev/src/builtins/Microsoft/Win32/SafeHandles/index.js +320 -0
  22. package/dist/dev/src/builtins/Microsoft/Win32/SafeHandles/index.js.map +1 -0
  23. package/dist/dev/src/builtins/Microsoft/Win32/index.js +362 -0
  24. package/dist/dev/src/builtins/Microsoft/Win32/index.js.map +1 -0
  25. package/dist/dev/src/builtins/Microsoft/index.js +7 -0
  26. package/dist/dev/src/builtins/Microsoft/index.js.map +1 -0
  27. package/dist/dev/src/builtins/System/Buffers/Binary/index.js +536 -0
  28. package/dist/dev/src/builtins/System/Buffers/Binary/index.js.map +1 -0
  29. package/dist/dev/src/builtins/System/Buffers/Text/index.js +144 -0
  30. package/dist/dev/src/builtins/System/Buffers/Text/index.js.map +1 -0
  31. package/dist/dev/src/builtins/System/Buffers/index.js +605 -0
  32. package/dist/dev/src/builtins/System/Buffers/index.js.map +1 -0
  33. package/dist/dev/src/builtins/System/CodeDom/Compiler/index.js +131 -0
  34. package/dist/dev/src/builtins/System/CodeDom/Compiler/index.js.map +1 -0
  35. package/dist/dev/src/builtins/System/CodeDom/index.js +5 -0
  36. package/dist/dev/src/builtins/System/CodeDom/index.js.map +1 -0
  37. package/dist/dev/src/builtins/System/Collections/Concurrent/index.js +399 -0
  38. package/dist/dev/src/builtins/System/Collections/Concurrent/index.js.map +1 -0
  39. package/dist/dev/src/builtins/System/Collections/Frozen/index.js +88 -0
  40. package/dist/dev/src/builtins/System/Collections/Frozen/index.js.map +1 -0
  41. package/dist/dev/src/builtins/System/Collections/Generic/index.js +978 -0
  42. package/dist/dev/src/builtins/System/Collections/Generic/index.js.map +1 -0
  43. package/dist/dev/src/builtins/System/Collections/Immutable/index.js +1049 -0
  44. package/dist/dev/src/builtins/System/Collections/Immutable/index.js.map +1 -0
  45. package/dist/dev/src/builtins/System/Collections/ObjectModel/index.js +394 -0
  46. package/dist/dev/src/builtins/System/Collections/ObjectModel/index.js.map +1 -0
  47. package/dist/dev/src/builtins/System/Collections/Specialized/index.js +716 -0
  48. package/dist/dev/src/builtins/System/Collections/Specialized/index.js.map +1 -0
  49. package/dist/dev/src/builtins/System/Collections/index.js +1355 -0
  50. package/dist/dev/src/builtins/System/Collections/index.js.map +1 -0
  51. package/dist/dev/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.js +143 -0
  52. package/dist/dev/src/builtins/System/ComponentModel/DataAnnotations/Schema/index.js.map +1 -0
  53. package/dist/dev/src/builtins/System/ComponentModel/DataAnnotations/index.js +1237 -0
  54. package/dist/dev/src/builtins/System/ComponentModel/DataAnnotations/index.js.map +1 -0
  55. package/dist/dev/src/builtins/System/ComponentModel/Design/Serialization/index.js +535 -0
  56. package/dist/dev/src/builtins/System/ComponentModel/Design/Serialization/index.js.map +1 -0
  57. package/dist/dev/src/builtins/System/ComponentModel/Design/index.js +2008 -0
  58. package/dist/dev/src/builtins/System/ComponentModel/Design/index.js.map +1 -0
  59. package/dist/dev/src/builtins/System/ComponentModel/index.js +6649 -0
  60. package/dist/dev/src/builtins/System/ComponentModel/index.js.map +1 -0
  61. package/dist/dev/src/builtins/System/Configuration/Assemblies/index.js +69 -0
  62. package/dist/dev/src/builtins/System/Configuration/Assemblies/index.js.map +1 -0
  63. package/dist/dev/src/builtins/System/Configuration/index.js +5 -0
  64. package/dist/dev/src/builtins/System/Configuration/index.js.map +1 -0
  65. package/dist/dev/src/builtins/System/Data/Common/index.js +3279 -0
  66. package/dist/dev/src/builtins/System/Data/Common/index.js.map +1 -0
  67. package/dist/dev/src/builtins/System/Data/SqlTypes/index.js +2655 -0
  68. package/dist/dev/src/builtins/System/Data/SqlTypes/index.js.map +1 -0
  69. package/dist/dev/src/builtins/System/Data/index.js +4504 -0
  70. package/dist/dev/src/builtins/System/Data/index.js.map +1 -0
  71. package/dist/dev/src/builtins/System/Diagnostics/CodeAnalysis/index.js +705 -0
  72. package/dist/dev/src/builtins/System/Diagnostics/CodeAnalysis/index.js.map +1 -0
  73. package/dist/dev/src/builtins/System/Diagnostics/Contracts/index.js +309 -0
  74. package/dist/dev/src/builtins/System/Diagnostics/Contracts/index.js.map +1 -0
  75. package/dist/dev/src/builtins/System/Diagnostics/Metrics/index.js +323 -0
  76. package/dist/dev/src/builtins/System/Diagnostics/Metrics/index.js.map +1 -0
  77. package/dist/dev/src/builtins/System/Diagnostics/SymbolStore/index.js +610 -0
  78. package/dist/dev/src/builtins/System/Diagnostics/SymbolStore/index.js.map +1 -0
  79. package/dist/dev/src/builtins/System/Diagnostics/Tracing/index.js +954 -0
  80. package/dist/dev/src/builtins/System/Diagnostics/Tracing/index.js.map +1 -0
  81. package/dist/dev/src/builtins/System/Diagnostics/index.js +3826 -0
  82. package/dist/dev/src/builtins/System/Diagnostics/index.js.map +1 -0
  83. package/dist/dev/src/builtins/System/Drawing/index.js +3305 -0
  84. package/dist/dev/src/builtins/System/Drawing/index.js.map +1 -0
  85. package/dist/dev/src/builtins/System/Dynamic/index.js +795 -0
  86. package/dist/dev/src/builtins/System/Dynamic/index.js.map +1 -0
  87. package/dist/dev/src/builtins/System/Formats/Asn1/index.js +843 -0
  88. package/dist/dev/src/builtins/System/Formats/Asn1/index.js.map +1 -0
  89. package/dist/dev/src/builtins/System/Formats/Tar/index.js +436 -0
  90. package/dist/dev/src/builtins/System/Formats/Tar/index.js.map +1 -0
  91. package/dist/dev/src/builtins/System/Formats/index.js +6 -0
  92. package/dist/dev/src/builtins/System/Formats/index.js.map +1 -0
  93. package/dist/dev/src/builtins/System/Globalization/index.js +3848 -0
  94. package/dist/dev/src/builtins/System/Globalization/index.js.map +1 -0
  95. package/dist/dev/src/builtins/System/IO/Compression/index.js +894 -0
  96. package/dist/dev/src/builtins/System/IO/Compression/index.js.map +1 -0
  97. package/dist/dev/src/builtins/System/IO/Enumeration/index.js +218 -0
  98. package/dist/dev/src/builtins/System/IO/Enumeration/index.js.map +1 -0
  99. package/dist/dev/src/builtins/System/IO/IsolatedStorage/index.js +495 -0
  100. package/dist/dev/src/builtins/System/IO/IsolatedStorage/index.js.map +1 -0
  101. package/dist/dev/src/builtins/System/IO/MemoryMappedFiles/index.js +251 -0
  102. package/dist/dev/src/builtins/System/IO/MemoryMappedFiles/index.js.map +1 -0
  103. package/dist/dev/src/builtins/System/IO/Pipelines/index.js +415 -0
  104. package/dist/dev/src/builtins/System/IO/Pipelines/index.js.map +1 -0
  105. package/dist/dev/src/builtins/System/IO/Pipes/index.js +723 -0
  106. package/dist/dev/src/builtins/System/IO/Pipes/index.js.map +1 -0
  107. package/dist/dev/src/builtins/System/IO/index.js +3713 -0
  108. package/dist/dev/src/builtins/System/IO/index.js.map +1 -0
  109. package/dist/dev/src/builtins/System/Linq/Expressions/index.js +2253 -0
  110. package/dist/dev/src/builtins/System/Linq/Expressions/index.js.map +1 -0
  111. package/dist/dev/src/builtins/System/Linq/index.js +275 -0
  112. package/dist/dev/src/builtins/System/Linq/index.js.map +1 -0
  113. package/dist/dev/src/builtins/System/Net/Cache/index.js +217 -0
  114. package/dist/dev/src/builtins/System/Net/Cache/index.js.map +1 -0
  115. package/dist/dev/src/builtins/System/Net/Http/Headers/index.js +1668 -0
  116. package/dist/dev/src/builtins/System/Net/Http/Headers/index.js.map +1 -0
  117. package/dist/dev/src/builtins/System/Net/Http/Json/index.js +72 -0
  118. package/dist/dev/src/builtins/System/Net/Http/Json/index.js.map +1 -0
  119. package/dist/dev/src/builtins/System/Net/Http/Metrics/index.js +40 -0
  120. package/dist/dev/src/builtins/System/Net/Http/Metrics/index.js.map +1 -0
  121. package/dist/dev/src/builtins/System/Net/Http/index.js +1458 -0
  122. package/dist/dev/src/builtins/System/Net/Http/index.js.map +1 -0
  123. package/dist/dev/src/builtins/System/Net/Mail/index.js +871 -0
  124. package/dist/dev/src/builtins/System/Net/Mail/index.js.map +1 -0
  125. package/dist/dev/src/builtins/System/Net/Mime/index.js +500 -0
  126. package/dist/dev/src/builtins/System/Net/Mime/index.js.map +1 -0
  127. package/dist/dev/src/builtins/System/Net/NetworkInformation/index.js +2776 -0
  128. package/dist/dev/src/builtins/System/Net/NetworkInformation/index.js.map +1 -0
  129. package/dist/dev/src/builtins/System/Net/Quic/index.js +635 -0
  130. package/dist/dev/src/builtins/System/Net/Quic/index.js.map +1 -0
  131. package/dist/dev/src/builtins/System/Net/Security/index.js +1432 -0
  132. package/dist/dev/src/builtins/System/Net/Security/index.js.map +1 -0
  133. package/dist/dev/src/builtins/System/Net/Sockets/index.js +3095 -0
  134. package/dist/dev/src/builtins/System/Net/Sockets/index.js.map +1 -0
  135. package/dist/dev/src/builtins/System/Net/WebSockets/index.js +876 -0
  136. package/dist/dev/src/builtins/System/Net/WebSockets/index.js.map +1 -0
  137. package/dist/dev/src/builtins/System/Net/index.js +5481 -0
  138. package/dist/dev/src/builtins/System/Net/index.js.map +1 -0
  139. package/dist/dev/src/builtins/System/Numerics/index.js +3425 -0
  140. package/dist/dev/src/builtins/System/Numerics/index.js.map +1 -0
  141. package/dist/dev/src/builtins/System/Reflection/Emit/index.js +4293 -0
  142. package/dist/dev/src/builtins/System/Reflection/Emit/index.js.map +1 -0
  143. package/dist/dev/src/builtins/System/Reflection/Metadata/Ecma335/index.js +2218 -0
  144. package/dist/dev/src/builtins/System/Reflection/Metadata/Ecma335/index.js.map +1 -0
  145. package/dist/dev/src/builtins/System/Reflection/Metadata/index.js +6045 -0
  146. package/dist/dev/src/builtins/System/Reflection/Metadata/index.js.map +1 -0
  147. package/dist/dev/src/builtins/System/Reflection/PortableExecutable/index.js +2020 -0
  148. package/dist/dev/src/builtins/System/Reflection/PortableExecutable/index.js.map +1 -0
  149. package/dist/dev/src/builtins/System/Reflection/index.js +5244 -0
  150. package/dist/dev/src/builtins/System/Reflection/index.js.map +1 -0
  151. package/dist/dev/src/builtins/System/Resources/index.js +289 -0
  152. package/dist/dev/src/builtins/System/Resources/index.js.map +1 -0
  153. package/dist/dev/src/builtins/System/Runtime/CompilerServices/index.js +1896 -0
  154. package/dist/dev/src/builtins/System/Runtime/CompilerServices/index.js.map +1 -0
  155. package/dist/dev/src/builtins/System/Runtime/ConstrainedExecution/index.js +103 -0
  156. package/dist/dev/src/builtins/System/Runtime/ConstrainedExecution/index.js.map +1 -0
  157. package/dist/dev/src/builtins/System/Runtime/ExceptionServices/index.js +62 -0
  158. package/dist/dev/src/builtins/System/Runtime/ExceptionServices/index.js.map +1 -0
  159. package/dist/dev/src/builtins/System/Runtime/InteropServices/ComTypes/index.js +67 -0
  160. package/dist/dev/src/builtins/System/Runtime/InteropServices/ComTypes/index.js.map +1 -0
  161. package/dist/dev/src/builtins/System/Runtime/InteropServices/JavaScript/index.js +210 -0
  162. package/dist/dev/src/builtins/System/Runtime/InteropServices/JavaScript/index.js.map +1 -0
  163. package/dist/dev/src/builtins/System/Runtime/InteropServices/Marshalling/index.js +1012 -0
  164. package/dist/dev/src/builtins/System/Runtime/InteropServices/Marshalling/index.js.map +1 -0
  165. package/dist/dev/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.js +79 -0
  166. package/dist/dev/src/builtins/System/Runtime/InteropServices/ObjectiveC/index.js.map +1 -0
  167. package/dist/dev/src/builtins/System/Runtime/InteropServices/Swift/index.js +49 -0
  168. package/dist/dev/src/builtins/System/Runtime/InteropServices/Swift/index.js.map +1 -0
  169. package/dist/dev/src/builtins/System/Runtime/InteropServices/index.js +3626 -0
  170. package/dist/dev/src/builtins/System/Runtime/InteropServices/index.js.map +1 -0
  171. package/dist/dev/src/builtins/System/Runtime/Intrinsics/Arm/index.js +1297 -0
  172. package/dist/dev/src/builtins/System/Runtime/Intrinsics/Arm/index.js.map +1 -0
  173. package/dist/dev/src/builtins/System/Runtime/Intrinsics/Wasm/index.js +338 -0
  174. package/dist/dev/src/builtins/System/Runtime/Intrinsics/Wasm/index.js.map +1 -0
  175. package/dist/dev/src/builtins/System/Runtime/Intrinsics/X86/index.js +1372 -0
  176. package/dist/dev/src/builtins/System/Runtime/Intrinsics/X86/index.js.map +1 -0
  177. package/dist/dev/src/builtins/System/Runtime/Intrinsics/index.js +273 -0
  178. package/dist/dev/src/builtins/System/Runtime/Intrinsics/index.js.map +1 -0
  179. package/dist/dev/src/builtins/System/Runtime/Loader/index.js +140 -0
  180. package/dist/dev/src/builtins/System/Runtime/Loader/index.js.map +1 -0
  181. package/dist/dev/src/builtins/System/Runtime/Remoting/index.js +18 -0
  182. package/dist/dev/src/builtins/System/Runtime/Remoting/index.js.map +1 -0
  183. package/dist/dev/src/builtins/System/Runtime/Serialization/DataContracts/index.js +265 -0
  184. package/dist/dev/src/builtins/System/Runtime/Serialization/DataContracts/index.js.map +1 -0
  185. package/dist/dev/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.js +61 -0
  186. package/dist/dev/src/builtins/System/Runtime/Serialization/Formatters/Binary/index.js.map +1 -0
  187. package/dist/dev/src/builtins/System/Runtime/Serialization/Formatters/index.js +83 -0
  188. package/dist/dev/src/builtins/System/Runtime/Serialization/Formatters/index.js.map +1 -0
  189. package/dist/dev/src/builtins/System/Runtime/Serialization/Json/index.js +192 -0
  190. package/dist/dev/src/builtins/System/Runtime/Serialization/Json/index.js.map +1 -0
  191. package/dist/dev/src/builtins/System/Runtime/Serialization/index.js +1611 -0
  192. package/dist/dev/src/builtins/System/Runtime/Serialization/index.js.map +1 -0
  193. package/dist/dev/src/builtins/System/Runtime/Versioning/index.js +336 -0
  194. package/dist/dev/src/builtins/System/Runtime/Versioning/index.js.map +1 -0
  195. package/dist/dev/src/builtins/System/Runtime/index.js +245 -0
  196. package/dist/dev/src/builtins/System/Runtime/index.js.map +1 -0
  197. package/dist/dev/src/builtins/System/Security/AccessControl/index.js +2343 -0
  198. package/dist/dev/src/builtins/System/Security/AccessControl/index.js.map +1 -0
  199. package/dist/dev/src/builtins/System/Security/Authentication/ExtendedProtection/index.js +169 -0
  200. package/dist/dev/src/builtins/System/Security/Authentication/ExtendedProtection/index.js.map +1 -0
  201. package/dist/dev/src/builtins/System/Security/Authentication/index.js +212 -0
  202. package/dist/dev/src/builtins/System/Security/Authentication/index.js.map +1 -0
  203. package/dist/dev/src/builtins/System/Security/Claims/index.js +844 -0
  204. package/dist/dev/src/builtins/System/Security/Claims/index.js.map +1 -0
  205. package/dist/dev/src/builtins/System/Security/Cryptography/X509Certificates/index.js +2633 -0
  206. package/dist/dev/src/builtins/System/Security/Cryptography/X509Certificates/index.js.map +1 -0
  207. package/dist/dev/src/builtins/System/Security/Cryptography/index.js +6673 -0
  208. package/dist/dev/src/builtins/System/Security/Cryptography/index.js.map +1 -0
  209. package/dist/dev/src/builtins/System/Security/Permissions/index.js +325 -0
  210. package/dist/dev/src/builtins/System/Security/Permissions/index.js.map +1 -0
  211. package/dist/dev/src/builtins/System/Security/Policy/index.js +101 -0
  212. package/dist/dev/src/builtins/System/Security/Policy/index.js.map +1 -0
  213. package/dist/dev/src/builtins/System/Security/Principal/index.js +1338 -0
  214. package/dist/dev/src/builtins/System/Security/Principal/index.js.map +1 -0
  215. package/dist/dev/src/builtins/System/Security/index.js +672 -0
  216. package/dist/dev/src/builtins/System/Security/index.js.map +1 -0
  217. package/dist/dev/src/builtins/System/Text/Encodings/Web/index.js +162 -0
  218. package/dist/dev/src/builtins/System/Text/Encodings/Web/index.js.map +1 -0
  219. package/dist/dev/src/builtins/System/Text/Encodings/index.js +5 -0
  220. package/dist/dev/src/builtins/System/Text/Encodings/index.js.map +1 -0
  221. package/dist/dev/src/builtins/System/Text/Json/Nodes/index.js +250 -0
  222. package/dist/dev/src/builtins/System/Text/Json/Nodes/index.js.map +1 -0
  223. package/dist/dev/src/builtins/System/Text/Json/Schema/index.js +78 -0
  224. package/dist/dev/src/builtins/System/Text/Json/Schema/index.js.map +1 -0
  225. package/dist/dev/src/builtins/System/Text/Json/Serialization/Metadata/index.js +328 -0
  226. package/dist/dev/src/builtins/System/Text/Json/Serialization/Metadata/index.js.map +1 -0
  227. package/dist/dev/src/builtins/System/Text/Json/Serialization/index.js +840 -0
  228. package/dist/dev/src/builtins/System/Text/Json/Serialization/index.js.map +1 -0
  229. package/dist/dev/src/builtins/System/Text/Json/index.js +1185 -0
  230. package/dist/dev/src/builtins/System/Text/Json/index.js.map +1 -0
  231. package/dist/dev/src/builtins/System/Text/RegularExpressions/index.js +732 -0
  232. package/dist/dev/src/builtins/System/Text/RegularExpressions/index.js.map +1 -0
  233. package/dist/dev/src/builtins/System/Text/Unicode/index.js +1199 -0
  234. package/dist/dev/src/builtins/System/Text/Unicode/index.js.map +1 -0
  235. package/dist/dev/src/builtins/System/Text/index.js +1748 -0
  236. package/dist/dev/src/builtins/System/Text/index.js.map +1 -0
  237. package/dist/dev/src/builtins/System/Threading/Channels/index.js +229 -0
  238. package/dist/dev/src/builtins/System/Threading/Channels/index.js.map +1 -0
  239. package/dist/dev/src/builtins/System/Threading/Tasks/Dataflow/index.js +676 -0
  240. package/dist/dev/src/builtins/System/Threading/Tasks/Dataflow/index.js.map +1 -0
  241. package/dist/dev/src/builtins/System/Threading/Tasks/Sources/index.js +117 -0
  242. package/dist/dev/src/builtins/System/Threading/Tasks/Sources/index.js.map +1 -0
  243. package/dist/dev/src/builtins/System/Threading/Tasks/index.js +721 -0
  244. package/dist/dev/src/builtins/System/Threading/Tasks/index.js.map +1 -0
  245. package/dist/dev/src/builtins/System/Threading/index.js +2292 -0
  246. package/dist/dev/src/builtins/System/Threading/index.js.map +1 -0
  247. package/dist/dev/src/builtins/System/Timers/index.js +129 -0
  248. package/dist/dev/src/builtins/System/Timers/index.js.map +1 -0
  249. package/dist/dev/src/builtins/System/Transactions/index.js +727 -0
  250. package/dist/dev/src/builtins/System/Transactions/index.js.map +1 -0
  251. package/dist/dev/src/builtins/System/Web/index.js +84 -0
  252. package/dist/dev/src/builtins/System/Web/index.js.map +1 -0
  253. package/dist/dev/src/builtins/System/Windows/Input/index.js +18 -0
  254. package/dist/dev/src/builtins/System/Windows/Input/index.js.map +1 -0
  255. package/dist/dev/src/builtins/System/Windows/Markup/index.js +28 -0
  256. package/dist/dev/src/builtins/System/Windows/Markup/index.js.map +1 -0
  257. package/dist/dev/src/builtins/System/Windows/index.js +6 -0
  258. package/dist/dev/src/builtins/System/Windows/index.js.map +1 -0
  259. package/dist/dev/src/builtins/System/Xml/Linq/index.js +1086 -0
  260. package/dist/dev/src/builtins/System/Xml/Linq/index.js.map +1 -0
  261. package/dist/dev/src/builtins/System/Xml/Resolvers/index.js +86 -0
  262. package/dist/dev/src/builtins/System/Xml/Resolvers/index.js.map +1 -0
  263. package/dist/dev/src/builtins/System/Xml/Schema/index.js +2993 -0
  264. package/dist/dev/src/builtins/System/Xml/Schema/index.js.map +1 -0
  265. package/dist/dev/src/builtins/System/Xml/Serialization/index.js +2356 -0
  266. package/dist/dev/src/builtins/System/Xml/Serialization/index.js.map +1 -0
  267. package/dist/dev/src/builtins/System/Xml/XPath/index.js +917 -0
  268. package/dist/dev/src/builtins/System/Xml/XPath/index.js.map +1 -0
  269. package/dist/dev/src/builtins/System/Xml/Xsl/index.js +315 -0
  270. package/dist/dev/src/builtins/System/Xml/Xsl/index.js.map +1 -0
  271. package/dist/dev/src/builtins/System/Xml/index.js +5736 -0
  272. package/dist/dev/src/builtins/System/Xml/index.js.map +1 -0
  273. package/dist/dev/src/builtins/System/index.js +14587 -0
  274. package/dist/dev/src/builtins/System/index.js.map +1 -0
  275. package/dist/dev/src/builtins/index.js +3 -0
  276. package/dist/dev/src/builtins/index.js.map +1 -0
  277. package/dist/dev/src/components/Declaration.js +9 -0
  278. package/dist/dev/src/components/Declaration.js.map +1 -0
  279. package/dist/dev/src/components/Name.js +12 -0
  280. package/dist/dev/src/components/Name.js.map +1 -0
  281. package/dist/dev/src/components/Reference.js +13 -0
  282. package/dist/dev/src/components/Reference.js.map +1 -0
  283. package/dist/dev/src/components/access-expression/access-expression.js +288 -0
  284. package/dist/dev/src/components/access-expression/access-expression.js.map +1 -0
  285. package/dist/dev/src/components/access-expression/access-expression.test.js +608 -0
  286. package/dist/dev/src/components/access-expression/access-expression.test.js.map +1 -0
  287. package/dist/dev/src/components/access-expression/part-descriptors.js +14 -0
  288. package/dist/dev/src/components/access-expression/part-descriptors.js.map +1 -0
  289. package/dist/dev/src/components/attributes/attributes.js +113 -0
  290. package/dist/dev/src/components/attributes/attributes.js.map +1 -0
  291. package/dist/dev/src/components/attributes/attributes.test.js +201 -0
  292. package/dist/dev/src/components/attributes/attributes.test.js.map +1 -0
  293. package/dist/dev/src/components/class/declaration.js +123 -0
  294. package/dist/dev/src/components/class/declaration.js.map +1 -0
  295. package/dist/dev/src/components/class/declaration.test.js +893 -0
  296. package/dist/dev/src/components/class/declaration.test.js.map +1 -0
  297. package/dist/dev/src/components/constructor/constructor.js +60 -0
  298. package/dist/dev/src/components/constructor/constructor.js.map +1 -0
  299. package/dist/dev/src/components/constructor/constructor.test.js +62 -0
  300. package/dist/dev/src/components/constructor/constructor.test.js.map +1 -0
  301. package/dist/dev/src/components/csproj-file/csproj-file.js +32 -0
  302. package/dist/dev/src/components/csproj-file/csproj-file.js.map +1 -0
  303. package/dist/dev/src/components/csproj-file/csproj-file.test.js +70 -0
  304. package/dist/dev/src/components/csproj-file/csproj-file.test.js.map +1 -0
  305. package/dist/dev/src/components/doc/comment.js +129 -0
  306. package/dist/dev/src/components/doc/comment.js.map +1 -0
  307. package/dist/dev/src/components/doc/comment.test.js +577 -0
  308. package/dist/dev/src/components/doc/comment.test.js.map +1 -0
  309. package/dist/dev/src/components/doc/from-markdown.js +83 -0
  310. package/dist/dev/src/components/doc/from-markdown.js.map +1 -0
  311. package/dist/dev/src/components/doc/from-markdown.test.js +112 -0
  312. package/dist/dev/src/components/doc/from-markdown.test.js.map +1 -0
  313. package/dist/dev/src/components/enum/declaration.js +71 -0
  314. package/dist/dev/src/components/enum/declaration.js.map +1 -0
  315. package/dist/dev/src/components/enum/declaration.ref.test.js +221 -0
  316. package/dist/dev/src/components/enum/declaration.ref.test.js.map +1 -0
  317. package/dist/dev/src/components/enum/declaration.test.js +82 -0
  318. package/dist/dev/src/components/enum/declaration.test.js.map +1 -0
  319. package/dist/dev/src/components/enum/member.js +38 -0
  320. package/dist/dev/src/components/enum/member.js.map +1 -0
  321. package/dist/dev/src/components/enum/member.test.js +84 -0
  322. package/dist/dev/src/components/enum/member.test.js.map +1 -0
  323. package/dist/dev/src/components/field/field.js +43 -0
  324. package/dist/dev/src/components/field/field.js.map +1 -0
  325. package/dist/dev/src/components/field/field.test.js +242 -0
  326. package/dist/dev/src/components/field/field.test.js.map +1 -0
  327. package/dist/dev/src/components/if/if-statement.js +56 -0
  328. package/dist/dev/src/components/if/if-statement.js.map +1 -0
  329. package/dist/dev/src/components/if/if-statement.test.js +41 -0
  330. package/dist/dev/src/components/if/if-statement.test.js.map +1 -0
  331. package/dist/dev/src/components/index.js +31 -0
  332. package/dist/dev/src/components/index.js.map +1 -0
  333. package/dist/dev/src/components/interface/declaration.js +114 -0
  334. package/dist/dev/src/components/interface/declaration.js.map +1 -0
  335. package/dist/dev/src/components/interface/declaration.test.js +264 -0
  336. package/dist/dev/src/components/interface/declaration.test.js.map +1 -0
  337. package/dist/dev/src/components/interface/method.js +100 -0
  338. package/dist/dev/src/components/interface/method.js.map +1 -0
  339. package/dist/dev/src/components/interface/method.test.js +432 -0
  340. package/dist/dev/src/components/interface/method.test.js.map +1 -0
  341. package/dist/dev/src/components/interface/property.js +80 -0
  342. package/dist/dev/src/components/interface/property.js.map +1 -0
  343. package/dist/dev/src/components/interface/property.test.js +305 -0
  344. package/dist/dev/src/components/interface/property.test.js.map +1 -0
  345. package/dist/dev/src/components/invocation-expression/invocation-expression.js +94 -0
  346. package/dist/dev/src/components/invocation-expression/invocation-expression.js.map +1 -0
  347. package/dist/dev/src/components/invocation-expression/invocation-expression.test.js +153 -0
  348. package/dist/dev/src/components/invocation-expression/invocation-expression.test.js.map +1 -0
  349. package/dist/dev/src/components/lexical-scope.js +30 -0
  350. package/dist/dev/src/components/lexical-scope.js.map +1 -0
  351. package/dist/dev/src/components/method/method.js +134 -0
  352. package/dist/dev/src/components/method/method.js.map +1 -0
  353. package/dist/dev/src/components/method/method.test.js +358 -0
  354. package/dist/dev/src/components/method/method.test.js.map +1 -0
  355. package/dist/dev/src/components/method-scope.js +30 -0
  356. package/dist/dev/src/components/method-scope.js.map +1 -0
  357. package/dist/dev/src/components/namespace/namespace-name.js +20 -0
  358. package/dist/dev/src/components/namespace/namespace-name.js.map +1 -0
  359. package/dist/dev/src/components/namespace/namespace.js +66 -0
  360. package/dist/dev/src/components/namespace/namespace.js.map +1 -0
  361. package/dist/dev/src/components/namespace/namespace.test.js +329 -0
  362. package/dist/dev/src/components/namespace/namespace.test.js.map +1 -0
  363. package/dist/dev/src/components/namespace-scopes.js +61 -0
  364. package/dist/dev/src/components/namespace-scopes.js.map +1 -0
  365. package/dist/dev/src/components/namespace.ref.test.js +350 -0
  366. package/dist/dev/src/components/namespace.ref.test.js.map +1 -0
  367. package/dist/dev/src/components/parameters/parameters.js +96 -0
  368. package/dist/dev/src/components/parameters/parameters.js.map +1 -0
  369. package/dist/dev/src/components/parameters/parameters.test.js +317 -0
  370. package/dist/dev/src/components/parameters/parameters.test.js.map +1 -0
  371. package/dist/dev/src/components/property/property.js +115 -0
  372. package/dist/dev/src/components/property/property.js.map +1 -0
  373. package/dist/dev/src/components/property/property.test.js +395 -0
  374. package/dist/dev/src/components/property/property.test.js.map +1 -0
  375. package/dist/dev/src/components/record/declaration.js +132 -0
  376. package/dist/dev/src/components/record/declaration.js.map +1 -0
  377. package/dist/dev/src/components/record/declaration.test.js +231 -0
  378. package/dist/dev/src/components/record/declaration.test.js.map +1 -0
  379. package/dist/dev/src/components/region/region.js +14 -0
  380. package/dist/dev/src/components/region/region.js.map +1 -0
  381. package/dist/dev/src/components/region/region.test.js +39 -0
  382. package/dist/dev/src/components/region/region.test.js.map +1 -0
  383. package/dist/dev/src/components/source-file/source-file.js +163 -0
  384. package/dist/dev/src/components/source-file/source-file.js.map +1 -0
  385. package/dist/dev/src/components/source-file/source-file.test.js +271 -0
  386. package/dist/dev/src/components/source-file/source-file.test.js.map +1 -0
  387. package/dist/dev/src/components/source-file/using.test.js +201 -0
  388. package/dist/dev/src/components/source-file/using.test.js.map +1 -0
  389. package/dist/dev/src/components/stc/index.js +13 -0
  390. package/dist/dev/src/components/stc/index.js.map +1 -0
  391. package/dist/dev/src/components/struct/declaration.js +113 -0
  392. package/dist/dev/src/components/struct/declaration.js.map +1 -0
  393. package/dist/dev/src/components/struct/declaration.test.js +400 -0
  394. package/dist/dev/src/components/struct/declaration.test.js.map +1 -0
  395. package/dist/dev/src/components/type-parameters/type-parameter-constraints.js +73 -0
  396. package/dist/dev/src/components/type-parameters/type-parameter-constraints.js.map +1 -0
  397. package/dist/dev/src/components/type-parameters/type-parameter-constraints.test.js +92 -0
  398. package/dist/dev/src/components/type-parameters/type-parameter-constraints.test.js.map +1 -0
  399. package/dist/dev/src/components/type-parameters/type-parameter.js +28 -0
  400. package/dist/dev/src/components/type-parameters/type-parameter.js.map +1 -0
  401. package/dist/dev/src/components/type-parameters/type-parameters.js +71 -0
  402. package/dist/dev/src/components/type-parameters/type-parameters.js.map +1 -0
  403. package/dist/dev/src/components/type-parameters/type-parameters.test.js +103 -0
  404. package/dist/dev/src/components/type-parameters/type-parameters.test.js.map +1 -0
  405. package/dist/dev/src/components/using/using.js +45 -0
  406. package/dist/dev/src/components/using/using.js.map +1 -0
  407. package/dist/dev/src/components/using/using.test.js +27 -0
  408. package/dist/dev/src/components/using/using.test.js.map +1 -0
  409. package/dist/dev/src/components/var/declaration.js +72 -0
  410. package/dist/dev/src/components/var/declaration.js.map +1 -0
  411. package/dist/dev/src/components/var/declaration.test.js +167 -0
  412. package/dist/dev/src/components/var/declaration.test.js.map +1 -0
  413. package/dist/dev/src/contexts/format-options.js +9 -0
  414. package/dist/dev/src/contexts/format-options.js.map +1 -0
  415. package/dist/dev/src/contexts/global-namespace.js +30 -0
  416. package/dist/dev/src/contexts/global-namespace.js.map +1 -0
  417. package/dist/dev/src/contexts/namespace.js +6 -0
  418. package/dist/dev/src/contexts/namespace.js.map +1 -0
  419. package/dist/dev/src/contexts/reference-context.js +15 -0
  420. package/dist/dev/src/contexts/reference-context.js.map +1 -0
  421. package/dist/dev/src/create-library.js +136 -0
  422. package/dist/dev/src/create-library.js.map +1 -0
  423. package/dist/dev/src/create-library.test.js +289 -0
  424. package/dist/dev/src/create-library.test.js.map +1 -0
  425. package/dist/dev/src/index.js +9 -0
  426. package/dist/dev/src/index.js.map +1 -0
  427. package/dist/dev/src/modifiers.js +21 -0
  428. package/dist/dev/src/modifiers.js.map +1 -0
  429. package/dist/dev/src/name-policy.js +36 -0
  430. package/dist/dev/src/name-policy.js.map +1 -0
  431. package/dist/dev/src/scopes/class.js +11 -0
  432. package/dist/dev/src/scopes/class.js.map +1 -0
  433. package/dist/dev/src/scopes/contexts.js +34 -0
  434. package/dist/dev/src/scopes/contexts.js.map +1 -0
  435. package/dist/dev/src/scopes/csharp.js +25 -0
  436. package/dist/dev/src/scopes/csharp.js.map +1 -0
  437. package/dist/dev/src/scopes/factories.js +25 -0
  438. package/dist/dev/src/scopes/factories.js.map +1 -0
  439. package/dist/dev/src/scopes/index.js +10 -0
  440. package/dist/dev/src/scopes/index.js.map +1 -0
  441. package/dist/dev/src/scopes/lexical.js +8 -0
  442. package/dist/dev/src/scopes/lexical.js.map +1 -0
  443. package/dist/dev/src/scopes/method.js +14 -0
  444. package/dist/dev/src/scopes/method.js.map +1 -0
  445. package/dist/dev/src/scopes/named-type.js +33 -0
  446. package/dist/dev/src/scopes/named-type.js.map +1 -0
  447. package/dist/dev/src/scopes/namespace.js +39 -0
  448. package/dist/dev/src/scopes/namespace.js.map +1 -0
  449. package/dist/dev/src/scopes/source-file.js +44 -0
  450. package/dist/dev/src/scopes/source-file.js.map +1 -0
  451. package/dist/dev/src/symbols/csharp.js +263 -0
  452. package/dist/dev/src/symbols/csharp.js.map +1 -0
  453. package/dist/dev/src/symbols/factories.js +145 -0
  454. package/dist/dev/src/symbols/factories.js.map +1 -0
  455. package/dist/dev/src/symbols/index.js +7 -0
  456. package/dist/dev/src/symbols/index.js.map +1 -0
  457. package/dist/dev/src/symbols/method.js +16 -0
  458. package/dist/dev/src/symbols/method.js.map +1 -0
  459. package/dist/dev/src/symbols/named-type.js +42 -0
  460. package/dist/dev/src/symbols/named-type.js.map +1 -0
  461. package/dist/dev/src/symbols/namespace.js +55 -0
  462. package/dist/dev/src/symbols/namespace.js.map +1 -0
  463. package/dist/dev/src/symbols/reference.js +79 -0
  464. package/dist/dev/src/symbols/reference.js.map +1 -0
  465. package/dist/dev/test/utils.js +111 -0
  466. package/dist/dev/test/utils.js.map +1 -0
  467. package/dist/dev/test/vitest.setup.js +2 -0
  468. package/dist/dev/test/vitest.setup.js.map +1 -0
  469. package/dist/dev/testing/create-wrapper.js +13 -0
  470. package/dist/dev/testing/create-wrapper.js.map +1 -0
  471. package/dist/dev/testing/create-wrapper.test.js +300 -0
  472. package/dist/dev/testing/create-wrapper.test.js.map +1 -0
  473. package/dist/dev/testing/index.js +2 -0
  474. package/dist/dev/testing/index.js.map +1 -0
  475. package/dist/src/components/access-expression/access-expression.d.ts +6 -1
  476. package/dist/src/components/access-expression/access-expression.d.ts.map +1 -1
  477. package/dist/src/components/access-expression/access-expression.js +108 -197
  478. package/dist/src/components/access-expression/access-expression.js.map +1 -1
  479. package/dist/src/components/access-expression/part-descriptors.d.ts +0 -31
  480. package/dist/src/components/access-expression/part-descriptors.d.ts.map +1 -1
  481. package/dist/src/components/access-expression/part-descriptors.js +0 -105
  482. package/dist/src/components/access-expression/part-descriptors.js.map +1 -1
  483. package/dist/src/components/doc/from-markdown.js +1 -1
  484. package/dist/src/components/doc/from-markdown.js.map +1 -1
  485. package/dist/tsconfig.tsbuildinfo +1 -1
  486. package/package.json +13 -6
  487. package/src/components/access-expression/access-expression.tsx +146 -243
  488. package/src/components/access-expression/part-descriptors.ts +0 -186
  489. package/src/components/doc/from-markdown.tsx +4 -1
  490. package/temp/api.json +3 -3
  491. package/vitest.config.ts +8 -0
@@ -0,0 +1,1668 @@
1
+ import Generic from "../../../Collections/Generic/index.js";
2
+ import System from "../../../index.js";
3
+ import { createLibrary } from "#createLibrary";
4
+ const Headers = createLibrary("System.Net.Http.Headers", {
5
+ AuthenticationHeaderValue: {
6
+ kind: "class",
7
+ members: {
8
+ AuthenticationHeaderValue: {
9
+ kind: "method",
10
+ methodKind: "constructor"
11
+ },
12
+ Equals: {
13
+ kind: "method",
14
+ methodKind: "ordinary",
15
+ isOverride: true
16
+ },
17
+ GetHashCode: {
18
+ kind: "method",
19
+ methodKind: "ordinary",
20
+ isOverride: true
21
+ },
22
+ Parse: {
23
+ kind: "method",
24
+ methodKind: "ordinary",
25
+ isStatic: true
26
+ },
27
+ ToString: {
28
+ kind: "method",
29
+ methodKind: "ordinary",
30
+ isOverride: true
31
+ },
32
+ TryParse: {
33
+ kind: "method",
34
+ methodKind: "ordinary",
35
+ isStatic: true
36
+ },
37
+ Parameter: {
38
+ kind: "property",
39
+ type: () => {
40
+ return System.String;
41
+ },
42
+ isNullable: true
43
+ },
44
+ Scheme: {
45
+ kind: "property",
46
+ type: () => {
47
+ return System.String;
48
+ }
49
+ }
50
+ }
51
+ },
52
+ CacheControlHeaderValue: {
53
+ kind: "class",
54
+ members: {
55
+ CacheControlHeaderValue: {
56
+ kind: "method",
57
+ methodKind: "constructor"
58
+ },
59
+ Equals: {
60
+ kind: "method",
61
+ methodKind: "ordinary",
62
+ isOverride: true
63
+ },
64
+ GetHashCode: {
65
+ kind: "method",
66
+ methodKind: "ordinary",
67
+ isOverride: true
68
+ },
69
+ Parse: {
70
+ kind: "method",
71
+ methodKind: "ordinary",
72
+ isStatic: true
73
+ },
74
+ ToString: {
75
+ kind: "method",
76
+ methodKind: "ordinary",
77
+ isOverride: true
78
+ },
79
+ TryParse: {
80
+ kind: "method",
81
+ methodKind: "ordinary",
82
+ isStatic: true
83
+ },
84
+ Extensions: {
85
+ kind: "property",
86
+ type: () => {
87
+ return Generic.ICollection;
88
+ }
89
+ },
90
+ MaxAge: {
91
+ kind: "property",
92
+ type: () => {
93
+ return System.TimeSpan;
94
+ },
95
+ isNullable: true
96
+ },
97
+ MaxStale: {
98
+ kind: "property",
99
+ type: () => {
100
+ return System.Boolean;
101
+ }
102
+ },
103
+ MaxStaleLimit: {
104
+ kind: "property",
105
+ type: () => {
106
+ return System.TimeSpan;
107
+ },
108
+ isNullable: true
109
+ },
110
+ MinFresh: {
111
+ kind: "property",
112
+ type: () => {
113
+ return System.TimeSpan;
114
+ },
115
+ isNullable: true
116
+ },
117
+ MustRevalidate: {
118
+ kind: "property",
119
+ type: () => {
120
+ return System.Boolean;
121
+ }
122
+ },
123
+ NoCache: {
124
+ kind: "property",
125
+ type: () => {
126
+ return System.Boolean;
127
+ }
128
+ },
129
+ NoCacheHeaders: {
130
+ kind: "property",
131
+ type: () => {
132
+ return Generic.ICollection;
133
+ }
134
+ },
135
+ NoStore: {
136
+ kind: "property",
137
+ type: () => {
138
+ return System.Boolean;
139
+ }
140
+ },
141
+ NoTransform: {
142
+ kind: "property",
143
+ type: () => {
144
+ return System.Boolean;
145
+ }
146
+ },
147
+ OnlyIfCached: {
148
+ kind: "property",
149
+ type: () => {
150
+ return System.Boolean;
151
+ }
152
+ },
153
+ Private: {
154
+ kind: "property",
155
+ type: () => {
156
+ return System.Boolean;
157
+ }
158
+ },
159
+ PrivateHeaders: {
160
+ kind: "property",
161
+ type: () => {
162
+ return Generic.ICollection;
163
+ }
164
+ },
165
+ ProxyRevalidate: {
166
+ kind: "property",
167
+ type: () => {
168
+ return System.Boolean;
169
+ }
170
+ },
171
+ Public: {
172
+ kind: "property",
173
+ type: () => {
174
+ return System.Boolean;
175
+ }
176
+ },
177
+ SharedMaxAge: {
178
+ kind: "property",
179
+ type: () => {
180
+ return System.TimeSpan;
181
+ },
182
+ isNullable: true
183
+ }
184
+ }
185
+ },
186
+ ContentDispositionHeaderValue: {
187
+ kind: "class",
188
+ members: {
189
+ ContentDispositionHeaderValue: {
190
+ kind: "method",
191
+ methodKind: "constructor"
192
+ },
193
+ Equals: {
194
+ kind: "method",
195
+ methodKind: "ordinary",
196
+ isOverride: true
197
+ },
198
+ GetHashCode: {
199
+ kind: "method",
200
+ methodKind: "ordinary",
201
+ isOverride: true
202
+ },
203
+ Parse: {
204
+ kind: "method",
205
+ methodKind: "ordinary",
206
+ isStatic: true
207
+ },
208
+ ToString: {
209
+ kind: "method",
210
+ methodKind: "ordinary",
211
+ isOverride: true
212
+ },
213
+ TryParse: {
214
+ kind: "method",
215
+ methodKind: "ordinary",
216
+ isStatic: true
217
+ },
218
+ CreationDate: {
219
+ kind: "property",
220
+ type: () => {
221
+ return System.DateTimeOffset;
222
+ },
223
+ isNullable: true
224
+ },
225
+ DispositionType: {
226
+ kind: "property",
227
+ type: () => {
228
+ return System.String;
229
+ }
230
+ },
231
+ FileName: {
232
+ kind: "property",
233
+ type: () => {
234
+ return System.String;
235
+ },
236
+ isNullable: true
237
+ },
238
+ FileNameStar: {
239
+ kind: "property",
240
+ type: () => {
241
+ return System.String;
242
+ },
243
+ isNullable: true
244
+ },
245
+ ModificationDate: {
246
+ kind: "property",
247
+ type: () => {
248
+ return System.DateTimeOffset;
249
+ },
250
+ isNullable: true
251
+ },
252
+ Name: {
253
+ kind: "property",
254
+ type: () => {
255
+ return System.String;
256
+ },
257
+ isNullable: true
258
+ },
259
+ Parameters: {
260
+ kind: "property",
261
+ type: () => {
262
+ return Generic.ICollection;
263
+ }
264
+ },
265
+ ReadDate: {
266
+ kind: "property",
267
+ type: () => {
268
+ return System.DateTimeOffset;
269
+ },
270
+ isNullable: true
271
+ },
272
+ Size: {
273
+ kind: "property",
274
+ type: () => {
275
+ return System.Int64;
276
+ },
277
+ isNullable: true
278
+ }
279
+ }
280
+ },
281
+ ContentRangeHeaderValue: {
282
+ kind: "class",
283
+ members: {
284
+ ContentRangeHeaderValue: {
285
+ kind: "method",
286
+ methodKind: "constructor"
287
+ },
288
+ Equals: {
289
+ kind: "method",
290
+ methodKind: "ordinary",
291
+ isOverride: true
292
+ },
293
+ GetHashCode: {
294
+ kind: "method",
295
+ methodKind: "ordinary",
296
+ isOverride: true
297
+ },
298
+ Parse: {
299
+ kind: "method",
300
+ methodKind: "ordinary",
301
+ isStatic: true
302
+ },
303
+ ToString: {
304
+ kind: "method",
305
+ methodKind: "ordinary",
306
+ isOverride: true
307
+ },
308
+ TryParse: {
309
+ kind: "method",
310
+ methodKind: "ordinary",
311
+ isStatic: true
312
+ },
313
+ From: {
314
+ kind: "property",
315
+ type: () => {
316
+ return System.Int64;
317
+ },
318
+ isNullable: true
319
+ },
320
+ HasLength: {
321
+ kind: "property",
322
+ type: () => {
323
+ return System.Boolean;
324
+ }
325
+ },
326
+ HasRange: {
327
+ kind: "property",
328
+ type: () => {
329
+ return System.Boolean;
330
+ }
331
+ },
332
+ Length: {
333
+ kind: "property",
334
+ type: () => {
335
+ return System.Int64;
336
+ },
337
+ isNullable: true
338
+ },
339
+ To: {
340
+ kind: "property",
341
+ type: () => {
342
+ return System.Int64;
343
+ },
344
+ isNullable: true
345
+ },
346
+ Unit: {
347
+ kind: "property",
348
+ type: () => {
349
+ return System.String;
350
+ }
351
+ }
352
+ }
353
+ },
354
+ EntityTagHeaderValue: {
355
+ kind: "class",
356
+ members: {
357
+ EntityTagHeaderValue: {
358
+ kind: "method",
359
+ methodKind: "constructor"
360
+ },
361
+ Equals: {
362
+ kind: "method",
363
+ methodKind: "ordinary",
364
+ isOverride: true
365
+ },
366
+ GetHashCode: {
367
+ kind: "method",
368
+ methodKind: "ordinary",
369
+ isOverride: true
370
+ },
371
+ Parse: {
372
+ kind: "method",
373
+ methodKind: "ordinary",
374
+ isStatic: true
375
+ },
376
+ ToString: {
377
+ kind: "method",
378
+ methodKind: "ordinary",
379
+ isOverride: true
380
+ },
381
+ TryParse: {
382
+ kind: "method",
383
+ methodKind: "ordinary",
384
+ isStatic: true
385
+ },
386
+ Any: {
387
+ kind: "property",
388
+ type: () => {
389
+ return Headers.EntityTagHeaderValue;
390
+ },
391
+ isStatic: true
392
+ },
393
+ IsWeak: {
394
+ kind: "property",
395
+ type: () => {
396
+ return System.Boolean;
397
+ }
398
+ },
399
+ Tag: {
400
+ kind: "property",
401
+ type: () => {
402
+ return System.String;
403
+ }
404
+ }
405
+ }
406
+ },
407
+ HeaderStringValues: {
408
+ kind: "class",
409
+ members: {
410
+ Enumerator: {
411
+ kind: "struct",
412
+ members: {
413
+ Dispose: {
414
+ kind: "method",
415
+ methodKind: "ordinary"
416
+ },
417
+ MoveNext: {
418
+ kind: "method",
419
+ methodKind: "ordinary"
420
+ },
421
+ Current: {
422
+ kind: "property",
423
+ type: () => {
424
+ return System.String;
425
+ }
426
+ }
427
+ }
428
+ }
429
+ }
430
+ },
431
+ HttpContentHeaders: {
432
+ kind: "class",
433
+ members: {
434
+ Allow: {
435
+ kind: "property",
436
+ type: () => {
437
+ return Generic.ICollection;
438
+ }
439
+ },
440
+ ContentDisposition: {
441
+ kind: "property",
442
+ type: () => {
443
+ return Headers.ContentDispositionHeaderValue;
444
+ }
445
+ },
446
+ ContentEncoding: {
447
+ kind: "property",
448
+ type: () => {
449
+ return Generic.ICollection;
450
+ }
451
+ },
452
+ ContentLanguage: {
453
+ kind: "property",
454
+ type: () => {
455
+ return Generic.ICollection;
456
+ }
457
+ },
458
+ ContentLength: {
459
+ kind: "property",
460
+ type: () => {
461
+ return System.Int64;
462
+ },
463
+ isNullable: true
464
+ },
465
+ ContentLocation: {
466
+ kind: "property",
467
+ type: () => {
468
+ return System.Uri;
469
+ },
470
+ isNullable: true
471
+ },
472
+ ContentMD5: {
473
+ kind: "property",
474
+ type: () => {
475
+ return System.Array;
476
+ },
477
+ isNullable: true
478
+ },
479
+ ContentRange: {
480
+ kind: "property",
481
+ type: () => {
482
+ return Headers.ContentRangeHeaderValue;
483
+ }
484
+ },
485
+ ContentType: {
486
+ kind: "property",
487
+ type: () => {
488
+ return Headers.MediaTypeHeaderValue;
489
+ },
490
+ isNullable: true
491
+ },
492
+ Expires: {
493
+ kind: "property",
494
+ type: () => {
495
+ return System.DateTimeOffset;
496
+ },
497
+ isNullable: true
498
+ },
499
+ LastModified: {
500
+ kind: "property",
501
+ type: () => {
502
+ return System.DateTimeOffset;
503
+ },
504
+ isNullable: true
505
+ }
506
+ },
507
+ isSealed: true
508
+ },
509
+ HttpHeaderValueCollection: {
510
+ kind: "class",
511
+ members: {
512
+ Add: {
513
+ kind: "method",
514
+ methodKind: "ordinary"
515
+ },
516
+ Clear: {
517
+ kind: "method",
518
+ methodKind: "ordinary"
519
+ },
520
+ Contains: {
521
+ kind: "method",
522
+ methodKind: "ordinary"
523
+ },
524
+ CopyTo: {
525
+ kind: "method",
526
+ methodKind: "ordinary"
527
+ },
528
+ GetEnumerator: {
529
+ kind: "method",
530
+ methodKind: "ordinary"
531
+ },
532
+ ParseAdd: {
533
+ kind: "method",
534
+ methodKind: "ordinary"
535
+ },
536
+ Remove: {
537
+ kind: "method",
538
+ methodKind: "ordinary"
539
+ },
540
+ ToString: {
541
+ kind: "method",
542
+ methodKind: "ordinary",
543
+ isOverride: true
544
+ },
545
+ TryParseAdd: {
546
+ kind: "method",
547
+ methodKind: "ordinary"
548
+ },
549
+ Count: {
550
+ kind: "property",
551
+ type: () => {
552
+ return System.Int32;
553
+ }
554
+ },
555
+ IsReadOnly: {
556
+ kind: "property",
557
+ type: () => {
558
+ return System.Boolean;
559
+ }
560
+ }
561
+ },
562
+ isSealed: true
563
+ },
564
+ HttpHeaders: {
565
+ kind: "class",
566
+ members: {
567
+ HttpHeaders: {
568
+ kind: "method",
569
+ methodKind: "constructor"
570
+ },
571
+ Add: {
572
+ kind: "method",
573
+ methodKind: "ordinary"
574
+ },
575
+ Clear: {
576
+ kind: "method",
577
+ methodKind: "ordinary"
578
+ },
579
+ Contains: {
580
+ kind: "method",
581
+ methodKind: "ordinary"
582
+ },
583
+ GetEnumerator: {
584
+ kind: "method",
585
+ methodKind: "ordinary"
586
+ },
587
+ GetValues: {
588
+ kind: "method",
589
+ methodKind: "ordinary"
590
+ },
591
+ Remove: {
592
+ kind: "method",
593
+ methodKind: "ordinary"
594
+ },
595
+ ToString: {
596
+ kind: "method",
597
+ methodKind: "ordinary",
598
+ isOverride: true
599
+ },
600
+ TryAddWithoutValidation: {
601
+ kind: "method",
602
+ methodKind: "ordinary"
603
+ },
604
+ TryGetValues: {
605
+ kind: "method",
606
+ methodKind: "ordinary"
607
+ },
608
+ NonValidated: {
609
+ kind: "property",
610
+ type: () => {
611
+ return Headers.HttpHeadersNonValidated;
612
+ }
613
+ }
614
+ },
615
+ isAbstract: true
616
+ },
617
+ HttpHeadersNonValidated: {
618
+ kind: "class",
619
+ members: {
620
+ Enumerator: {
621
+ kind: "struct",
622
+ members: {
623
+ Dispose: {
624
+ kind: "method",
625
+ methodKind: "ordinary"
626
+ },
627
+ MoveNext: {
628
+ kind: "method",
629
+ methodKind: "ordinary"
630
+ },
631
+ Current: {
632
+ kind: "property",
633
+ type: () => {
634
+ return Generic.KeyValuePair;
635
+ }
636
+ }
637
+ }
638
+ }
639
+ }
640
+ },
641
+ HttpRequestHeaders: {
642
+ kind: "class",
643
+ members: {
644
+ Accept: {
645
+ kind: "property",
646
+ type: () => {
647
+ return Headers.HttpHeaderValueCollection;
648
+ }
649
+ },
650
+ AcceptCharset: {
651
+ kind: "property",
652
+ type: () => {
653
+ return Headers.HttpHeaderValueCollection;
654
+ }
655
+ },
656
+ AcceptEncoding: {
657
+ kind: "property",
658
+ type: () => {
659
+ return Headers.HttpHeaderValueCollection;
660
+ }
661
+ },
662
+ AcceptLanguage: {
663
+ kind: "property",
664
+ type: () => {
665
+ return Headers.HttpHeaderValueCollection;
666
+ }
667
+ },
668
+ Authorization: {
669
+ kind: "property",
670
+ type: () => {
671
+ return Headers.AuthenticationHeaderValue;
672
+ },
673
+ isNullable: true
674
+ },
675
+ CacheControl: {
676
+ kind: "property",
677
+ type: () => {
678
+ return Headers.CacheControlHeaderValue;
679
+ }
680
+ },
681
+ Connection: {
682
+ kind: "property",
683
+ type: () => {
684
+ return Headers.HttpHeaderValueCollection;
685
+ }
686
+ },
687
+ ConnectionClose: {
688
+ kind: "property",
689
+ type: () => {
690
+ return System.Boolean;
691
+ },
692
+ isNullable: true
693
+ },
694
+ Date: {
695
+ kind: "property",
696
+ type: () => {
697
+ return System.DateTimeOffset;
698
+ },
699
+ isNullable: true
700
+ },
701
+ Expect: {
702
+ kind: "property",
703
+ type: () => {
704
+ return Headers.HttpHeaderValueCollection;
705
+ }
706
+ },
707
+ ExpectContinue: {
708
+ kind: "property",
709
+ type: () => {
710
+ return System.Boolean;
711
+ },
712
+ isNullable: true
713
+ },
714
+ From: {
715
+ kind: "property",
716
+ type: () => {
717
+ return System.String;
718
+ },
719
+ isNullable: true
720
+ },
721
+ Host: {
722
+ kind: "property",
723
+ type: () => {
724
+ return System.String;
725
+ },
726
+ isNullable: true
727
+ },
728
+ IfMatch: {
729
+ kind: "property",
730
+ type: () => {
731
+ return Headers.HttpHeaderValueCollection;
732
+ }
733
+ },
734
+ IfModifiedSince: {
735
+ kind: "property",
736
+ type: () => {
737
+ return System.DateTimeOffset;
738
+ },
739
+ isNullable: true
740
+ },
741
+ IfNoneMatch: {
742
+ kind: "property",
743
+ type: () => {
744
+ return Headers.HttpHeaderValueCollection;
745
+ }
746
+ },
747
+ IfRange: {
748
+ kind: "property",
749
+ type: () => {
750
+ return Headers.RangeConditionHeaderValue;
751
+ },
752
+ isNullable: true
753
+ },
754
+ IfUnmodifiedSince: {
755
+ kind: "property",
756
+ type: () => {
757
+ return System.DateTimeOffset;
758
+ },
759
+ isNullable: true
760
+ },
761
+ MaxForwards: {
762
+ kind: "property",
763
+ type: () => {
764
+ return System.Int32;
765
+ },
766
+ isNullable: true
767
+ },
768
+ Pragma: {
769
+ kind: "property",
770
+ type: () => {
771
+ return Headers.HttpHeaderValueCollection;
772
+ }
773
+ },
774
+ Protocol: {
775
+ kind: "property",
776
+ type: () => {
777
+ return System.String;
778
+ },
779
+ isNullable: true
780
+ },
781
+ ProxyAuthorization: {
782
+ kind: "property",
783
+ type: () => {
784
+ return Headers.AuthenticationHeaderValue;
785
+ },
786
+ isNullable: true
787
+ },
788
+ Range: {
789
+ kind: "property",
790
+ type: () => {
791
+ return Headers.RangeHeaderValue;
792
+ }
793
+ },
794
+ Referrer: {
795
+ kind: "property",
796
+ type: () => {
797
+ return System.Uri;
798
+ },
799
+ isNullable: true
800
+ },
801
+ TE: {
802
+ kind: "property",
803
+ type: () => {
804
+ return Headers.HttpHeaderValueCollection;
805
+ }
806
+ },
807
+ Trailer: {
808
+ kind: "property",
809
+ type: () => {
810
+ return Headers.HttpHeaderValueCollection;
811
+ }
812
+ },
813
+ TransferEncoding: {
814
+ kind: "property",
815
+ type: () => {
816
+ return Headers.HttpHeaderValueCollection;
817
+ }
818
+ },
819
+ TransferEncodingChunked: {
820
+ kind: "property",
821
+ type: () => {
822
+ return System.Boolean;
823
+ },
824
+ isNullable: true
825
+ },
826
+ Upgrade: {
827
+ kind: "property",
828
+ type: () => {
829
+ return Headers.HttpHeaderValueCollection;
830
+ }
831
+ },
832
+ UserAgent: {
833
+ kind: "property",
834
+ type: () => {
835
+ return Headers.HttpHeaderValueCollection;
836
+ }
837
+ },
838
+ Via: {
839
+ kind: "property",
840
+ type: () => {
841
+ return Headers.HttpHeaderValueCollection;
842
+ }
843
+ },
844
+ Warning: {
845
+ kind: "property",
846
+ type: () => {
847
+ return Headers.HttpHeaderValueCollection;
848
+ }
849
+ }
850
+ },
851
+ isSealed: true
852
+ },
853
+ HttpResponseHeaders: {
854
+ kind: "class",
855
+ members: {
856
+ AcceptRanges: {
857
+ kind: "property",
858
+ type: () => {
859
+ return Headers.HttpHeaderValueCollection;
860
+ }
861
+ },
862
+ Age: {
863
+ kind: "property",
864
+ type: () => {
865
+ return System.TimeSpan;
866
+ },
867
+ isNullable: true
868
+ },
869
+ CacheControl: {
870
+ kind: "property",
871
+ type: () => {
872
+ return Headers.CacheControlHeaderValue;
873
+ }
874
+ },
875
+ Connection: {
876
+ kind: "property",
877
+ type: () => {
878
+ return Headers.HttpHeaderValueCollection;
879
+ }
880
+ },
881
+ ConnectionClose: {
882
+ kind: "property",
883
+ type: () => {
884
+ return System.Boolean;
885
+ },
886
+ isNullable: true
887
+ },
888
+ Date: {
889
+ kind: "property",
890
+ type: () => {
891
+ return System.DateTimeOffset;
892
+ },
893
+ isNullable: true
894
+ },
895
+ ETag: {
896
+ kind: "property",
897
+ type: () => {
898
+ return Headers.EntityTagHeaderValue;
899
+ },
900
+ isNullable: true
901
+ },
902
+ Location: {
903
+ kind: "property",
904
+ type: () => {
905
+ return System.Uri;
906
+ },
907
+ isNullable: true
908
+ },
909
+ Pragma: {
910
+ kind: "property",
911
+ type: () => {
912
+ return Headers.HttpHeaderValueCollection;
913
+ }
914
+ },
915
+ ProxyAuthenticate: {
916
+ kind: "property",
917
+ type: () => {
918
+ return Headers.HttpHeaderValueCollection;
919
+ }
920
+ },
921
+ RetryAfter: {
922
+ kind: "property",
923
+ type: () => {
924
+ return Headers.RetryConditionHeaderValue;
925
+ },
926
+ isNullable: true
927
+ },
928
+ Server: {
929
+ kind: "property",
930
+ type: () => {
931
+ return Headers.HttpHeaderValueCollection;
932
+ }
933
+ },
934
+ Trailer: {
935
+ kind: "property",
936
+ type: () => {
937
+ return Headers.HttpHeaderValueCollection;
938
+ }
939
+ },
940
+ TransferEncoding: {
941
+ kind: "property",
942
+ type: () => {
943
+ return Headers.HttpHeaderValueCollection;
944
+ }
945
+ },
946
+ TransferEncodingChunked: {
947
+ kind: "property",
948
+ type: () => {
949
+ return System.Boolean;
950
+ },
951
+ isNullable: true
952
+ },
953
+ Upgrade: {
954
+ kind: "property",
955
+ type: () => {
956
+ return Headers.HttpHeaderValueCollection;
957
+ }
958
+ },
959
+ Vary: {
960
+ kind: "property",
961
+ type: () => {
962
+ return Headers.HttpHeaderValueCollection;
963
+ }
964
+ },
965
+ Via: {
966
+ kind: "property",
967
+ type: () => {
968
+ return Headers.HttpHeaderValueCollection;
969
+ }
970
+ },
971
+ Warning: {
972
+ kind: "property",
973
+ type: () => {
974
+ return Headers.HttpHeaderValueCollection;
975
+ }
976
+ },
977
+ WwwAuthenticate: {
978
+ kind: "property",
979
+ type: () => {
980
+ return Headers.HttpHeaderValueCollection;
981
+ }
982
+ }
983
+ },
984
+ isSealed: true
985
+ },
986
+ MediaTypeHeaderValue: {
987
+ kind: "class",
988
+ members: {
989
+ MediaTypeHeaderValue: {
990
+ kind: "method",
991
+ methodKind: "constructor"
992
+ },
993
+ Equals: {
994
+ kind: "method",
995
+ methodKind: "ordinary",
996
+ isOverride: true
997
+ },
998
+ GetHashCode: {
999
+ kind: "method",
1000
+ methodKind: "ordinary",
1001
+ isOverride: true
1002
+ },
1003
+ Parse: {
1004
+ kind: "method",
1005
+ methodKind: "ordinary",
1006
+ isStatic: true
1007
+ },
1008
+ ToString: {
1009
+ kind: "method",
1010
+ methodKind: "ordinary",
1011
+ isOverride: true
1012
+ },
1013
+ TryParse: {
1014
+ kind: "method",
1015
+ methodKind: "ordinary",
1016
+ isStatic: true
1017
+ },
1018
+ CharSet: {
1019
+ kind: "property",
1020
+ type: () => {
1021
+ return System.String;
1022
+ },
1023
+ isNullable: true
1024
+ },
1025
+ MediaType: {
1026
+ kind: "property",
1027
+ type: () => {
1028
+ return System.String;
1029
+ },
1030
+ isNullable: true
1031
+ },
1032
+ Parameters: {
1033
+ kind: "property",
1034
+ type: () => {
1035
+ return Generic.ICollection;
1036
+ }
1037
+ }
1038
+ }
1039
+ },
1040
+ MediaTypeWithQualityHeaderValue: {
1041
+ kind: "class",
1042
+ members: {
1043
+ MediaTypeWithQualityHeaderValue: {
1044
+ kind: "method",
1045
+ methodKind: "constructor"
1046
+ },
1047
+ Parse: {
1048
+ kind: "method",
1049
+ methodKind: "ordinary",
1050
+ isStatic: true
1051
+ },
1052
+ TryParse: {
1053
+ kind: "method",
1054
+ methodKind: "ordinary",
1055
+ isStatic: true
1056
+ },
1057
+ Quality: {
1058
+ kind: "property",
1059
+ type: () => {
1060
+ return System.Double;
1061
+ },
1062
+ isNullable: true
1063
+ }
1064
+ },
1065
+ isSealed: true
1066
+ },
1067
+ NameValueHeaderValue: {
1068
+ kind: "class",
1069
+ members: {
1070
+ NameValueHeaderValue: {
1071
+ kind: "method",
1072
+ methodKind: "constructor"
1073
+ },
1074
+ Equals: {
1075
+ kind: "method",
1076
+ methodKind: "ordinary",
1077
+ isOverride: true
1078
+ },
1079
+ GetHashCode: {
1080
+ kind: "method",
1081
+ methodKind: "ordinary",
1082
+ isOverride: true
1083
+ },
1084
+ Parse: {
1085
+ kind: "method",
1086
+ methodKind: "ordinary",
1087
+ isStatic: true
1088
+ },
1089
+ ToString: {
1090
+ kind: "method",
1091
+ methodKind: "ordinary",
1092
+ isOverride: true
1093
+ },
1094
+ TryParse: {
1095
+ kind: "method",
1096
+ methodKind: "ordinary",
1097
+ isStatic: true
1098
+ },
1099
+ Name: {
1100
+ kind: "property",
1101
+ type: () => {
1102
+ return System.String;
1103
+ }
1104
+ },
1105
+ Value: {
1106
+ kind: "property",
1107
+ type: () => {
1108
+ return System.String;
1109
+ },
1110
+ isNullable: true
1111
+ }
1112
+ }
1113
+ },
1114
+ NameValueWithParametersHeaderValue: {
1115
+ kind: "class",
1116
+ members: {
1117
+ NameValueWithParametersHeaderValue: {
1118
+ kind: "method",
1119
+ methodKind: "constructor"
1120
+ },
1121
+ Equals: {
1122
+ kind: "method",
1123
+ methodKind: "ordinary",
1124
+ isOverride: true
1125
+ },
1126
+ GetHashCode: {
1127
+ kind: "method",
1128
+ methodKind: "ordinary",
1129
+ isOverride: true
1130
+ },
1131
+ Parse: {
1132
+ kind: "method",
1133
+ methodKind: "ordinary",
1134
+ isStatic: true
1135
+ },
1136
+ ToString: {
1137
+ kind: "method",
1138
+ methodKind: "ordinary",
1139
+ isOverride: true
1140
+ },
1141
+ TryParse: {
1142
+ kind: "method",
1143
+ methodKind: "ordinary",
1144
+ isStatic: true
1145
+ },
1146
+ Parameters: {
1147
+ kind: "property",
1148
+ type: () => {
1149
+ return Generic.ICollection;
1150
+ }
1151
+ }
1152
+ }
1153
+ },
1154
+ ProductHeaderValue: {
1155
+ kind: "class",
1156
+ members: {
1157
+ ProductHeaderValue: {
1158
+ kind: "method",
1159
+ methodKind: "constructor"
1160
+ },
1161
+ Equals: {
1162
+ kind: "method",
1163
+ methodKind: "ordinary",
1164
+ isOverride: true
1165
+ },
1166
+ GetHashCode: {
1167
+ kind: "method",
1168
+ methodKind: "ordinary",
1169
+ isOverride: true
1170
+ },
1171
+ Parse: {
1172
+ kind: "method",
1173
+ methodKind: "ordinary",
1174
+ isStatic: true
1175
+ },
1176
+ ToString: {
1177
+ kind: "method",
1178
+ methodKind: "ordinary",
1179
+ isOverride: true
1180
+ },
1181
+ TryParse: {
1182
+ kind: "method",
1183
+ methodKind: "ordinary",
1184
+ isStatic: true
1185
+ },
1186
+ Name: {
1187
+ kind: "property",
1188
+ type: () => {
1189
+ return System.String;
1190
+ }
1191
+ },
1192
+ Version: {
1193
+ kind: "property",
1194
+ type: () => {
1195
+ return System.String;
1196
+ },
1197
+ isNullable: true
1198
+ }
1199
+ }
1200
+ },
1201
+ ProductInfoHeaderValue: {
1202
+ kind: "class",
1203
+ members: {
1204
+ ProductInfoHeaderValue: {
1205
+ kind: "method",
1206
+ methodKind: "constructor"
1207
+ },
1208
+ Equals: {
1209
+ kind: "method",
1210
+ methodKind: "ordinary",
1211
+ isOverride: true
1212
+ },
1213
+ GetHashCode: {
1214
+ kind: "method",
1215
+ methodKind: "ordinary",
1216
+ isOverride: true
1217
+ },
1218
+ Parse: {
1219
+ kind: "method",
1220
+ methodKind: "ordinary",
1221
+ isStatic: true
1222
+ },
1223
+ ToString: {
1224
+ kind: "method",
1225
+ methodKind: "ordinary",
1226
+ isOverride: true
1227
+ },
1228
+ TryParse: {
1229
+ kind: "method",
1230
+ methodKind: "ordinary",
1231
+ isStatic: true
1232
+ },
1233
+ Comment: {
1234
+ kind: "property",
1235
+ type: () => {
1236
+ return System.String;
1237
+ },
1238
+ isNullable: true
1239
+ },
1240
+ Product: {
1241
+ kind: "property",
1242
+ type: () => {
1243
+ return Headers.ProductHeaderValue;
1244
+ }
1245
+ }
1246
+ }
1247
+ },
1248
+ RangeConditionHeaderValue: {
1249
+ kind: "class",
1250
+ members: {
1251
+ RangeConditionHeaderValue: {
1252
+ kind: "method",
1253
+ methodKind: "constructor"
1254
+ },
1255
+ Equals: {
1256
+ kind: "method",
1257
+ methodKind: "ordinary",
1258
+ isOverride: true
1259
+ },
1260
+ GetHashCode: {
1261
+ kind: "method",
1262
+ methodKind: "ordinary",
1263
+ isOverride: true
1264
+ },
1265
+ Parse: {
1266
+ kind: "method",
1267
+ methodKind: "ordinary",
1268
+ isStatic: true
1269
+ },
1270
+ ToString: {
1271
+ kind: "method",
1272
+ methodKind: "ordinary",
1273
+ isOverride: true
1274
+ },
1275
+ TryParse: {
1276
+ kind: "method",
1277
+ methodKind: "ordinary",
1278
+ isStatic: true
1279
+ },
1280
+ Date: {
1281
+ kind: "property",
1282
+ type: () => {
1283
+ return System.DateTimeOffset;
1284
+ },
1285
+ isNullable: true
1286
+ },
1287
+ EntityTag: {
1288
+ kind: "property",
1289
+ type: () => {
1290
+ return Headers.EntityTagHeaderValue;
1291
+ }
1292
+ }
1293
+ }
1294
+ },
1295
+ RangeHeaderValue: {
1296
+ kind: "class",
1297
+ members: {
1298
+ RangeHeaderValue: {
1299
+ kind: "method",
1300
+ methodKind: "constructor"
1301
+ },
1302
+ Equals: {
1303
+ kind: "method",
1304
+ methodKind: "ordinary",
1305
+ isOverride: true
1306
+ },
1307
+ GetHashCode: {
1308
+ kind: "method",
1309
+ methodKind: "ordinary",
1310
+ isOverride: true
1311
+ },
1312
+ Parse: {
1313
+ kind: "method",
1314
+ methodKind: "ordinary",
1315
+ isStatic: true
1316
+ },
1317
+ ToString: {
1318
+ kind: "method",
1319
+ methodKind: "ordinary",
1320
+ isOverride: true
1321
+ },
1322
+ TryParse: {
1323
+ kind: "method",
1324
+ methodKind: "ordinary",
1325
+ isStatic: true
1326
+ },
1327
+ Ranges: {
1328
+ kind: "property",
1329
+ type: () => {
1330
+ return Generic.ICollection;
1331
+ }
1332
+ },
1333
+ Unit: {
1334
+ kind: "property",
1335
+ type: () => {
1336
+ return System.String;
1337
+ }
1338
+ }
1339
+ }
1340
+ },
1341
+ RangeItemHeaderValue: {
1342
+ kind: "class",
1343
+ members: {
1344
+ RangeItemHeaderValue: {
1345
+ kind: "method",
1346
+ methodKind: "constructor"
1347
+ },
1348
+ Equals: {
1349
+ kind: "method",
1350
+ methodKind: "ordinary",
1351
+ isOverride: true
1352
+ },
1353
+ GetHashCode: {
1354
+ kind: "method",
1355
+ methodKind: "ordinary",
1356
+ isOverride: true
1357
+ },
1358
+ ToString: {
1359
+ kind: "method",
1360
+ methodKind: "ordinary",
1361
+ isOverride: true
1362
+ },
1363
+ From: {
1364
+ kind: "property",
1365
+ type: () => {
1366
+ return System.Int64;
1367
+ },
1368
+ isNullable: true
1369
+ },
1370
+ To: {
1371
+ kind: "property",
1372
+ type: () => {
1373
+ return System.Int64;
1374
+ },
1375
+ isNullable: true
1376
+ }
1377
+ }
1378
+ },
1379
+ RetryConditionHeaderValue: {
1380
+ kind: "class",
1381
+ members: {
1382
+ RetryConditionHeaderValue: {
1383
+ kind: "method",
1384
+ methodKind: "constructor"
1385
+ },
1386
+ Equals: {
1387
+ kind: "method",
1388
+ methodKind: "ordinary",
1389
+ isOverride: true
1390
+ },
1391
+ GetHashCode: {
1392
+ kind: "method",
1393
+ methodKind: "ordinary",
1394
+ isOverride: true
1395
+ },
1396
+ Parse: {
1397
+ kind: "method",
1398
+ methodKind: "ordinary",
1399
+ isStatic: true
1400
+ },
1401
+ ToString: {
1402
+ kind: "method",
1403
+ methodKind: "ordinary",
1404
+ isOverride: true
1405
+ },
1406
+ TryParse: {
1407
+ kind: "method",
1408
+ methodKind: "ordinary",
1409
+ isStatic: true
1410
+ },
1411
+ Date: {
1412
+ kind: "property",
1413
+ type: () => {
1414
+ return System.DateTimeOffset;
1415
+ },
1416
+ isNullable: true
1417
+ },
1418
+ Delta: {
1419
+ kind: "property",
1420
+ type: () => {
1421
+ return System.TimeSpan;
1422
+ },
1423
+ isNullable: true
1424
+ }
1425
+ }
1426
+ },
1427
+ StringWithQualityHeaderValue: {
1428
+ kind: "class",
1429
+ members: {
1430
+ StringWithQualityHeaderValue: {
1431
+ kind: "method",
1432
+ methodKind: "constructor"
1433
+ },
1434
+ Equals: {
1435
+ kind: "method",
1436
+ methodKind: "ordinary",
1437
+ isOverride: true
1438
+ },
1439
+ GetHashCode: {
1440
+ kind: "method",
1441
+ methodKind: "ordinary",
1442
+ isOverride: true
1443
+ },
1444
+ Parse: {
1445
+ kind: "method",
1446
+ methodKind: "ordinary",
1447
+ isStatic: true
1448
+ },
1449
+ ToString: {
1450
+ kind: "method",
1451
+ methodKind: "ordinary",
1452
+ isOverride: true
1453
+ },
1454
+ TryParse: {
1455
+ kind: "method",
1456
+ methodKind: "ordinary",
1457
+ isStatic: true
1458
+ },
1459
+ Quality: {
1460
+ kind: "property",
1461
+ type: () => {
1462
+ return System.Double;
1463
+ },
1464
+ isNullable: true
1465
+ },
1466
+ Value: {
1467
+ kind: "property",
1468
+ type: () => {
1469
+ return System.String;
1470
+ }
1471
+ }
1472
+ }
1473
+ },
1474
+ TransferCodingHeaderValue: {
1475
+ kind: "class",
1476
+ members: {
1477
+ TransferCodingHeaderValue: {
1478
+ kind: "method",
1479
+ methodKind: "constructor"
1480
+ },
1481
+ Equals: {
1482
+ kind: "method",
1483
+ methodKind: "ordinary",
1484
+ isOverride: true
1485
+ },
1486
+ GetHashCode: {
1487
+ kind: "method",
1488
+ methodKind: "ordinary",
1489
+ isOverride: true
1490
+ },
1491
+ Parse: {
1492
+ kind: "method",
1493
+ methodKind: "ordinary",
1494
+ isStatic: true
1495
+ },
1496
+ ToString: {
1497
+ kind: "method",
1498
+ methodKind: "ordinary",
1499
+ isOverride: true
1500
+ },
1501
+ TryParse: {
1502
+ kind: "method",
1503
+ methodKind: "ordinary",
1504
+ isStatic: true
1505
+ },
1506
+ Parameters: {
1507
+ kind: "property",
1508
+ type: () => {
1509
+ return Generic.ICollection;
1510
+ }
1511
+ },
1512
+ Value: {
1513
+ kind: "property",
1514
+ type: () => {
1515
+ return System.String;
1516
+ }
1517
+ }
1518
+ }
1519
+ },
1520
+ TransferCodingWithQualityHeaderValue: {
1521
+ kind: "class",
1522
+ members: {
1523
+ TransferCodingWithQualityHeaderValue: {
1524
+ kind: "method",
1525
+ methodKind: "constructor"
1526
+ },
1527
+ Parse: {
1528
+ kind: "method",
1529
+ methodKind: "ordinary",
1530
+ isStatic: true
1531
+ },
1532
+ TryParse: {
1533
+ kind: "method",
1534
+ methodKind: "ordinary",
1535
+ isStatic: true
1536
+ },
1537
+ Quality: {
1538
+ kind: "property",
1539
+ type: () => {
1540
+ return System.Double;
1541
+ },
1542
+ isNullable: true
1543
+ }
1544
+ },
1545
+ isSealed: true
1546
+ },
1547
+ ViaHeaderValue: {
1548
+ kind: "class",
1549
+ members: {
1550
+ ViaHeaderValue: {
1551
+ kind: "method",
1552
+ methodKind: "constructor"
1553
+ },
1554
+ Equals: {
1555
+ kind: "method",
1556
+ methodKind: "ordinary",
1557
+ isOverride: true
1558
+ },
1559
+ GetHashCode: {
1560
+ kind: "method",
1561
+ methodKind: "ordinary",
1562
+ isOverride: true
1563
+ },
1564
+ Parse: {
1565
+ kind: "method",
1566
+ methodKind: "ordinary",
1567
+ isStatic: true
1568
+ },
1569
+ ToString: {
1570
+ kind: "method",
1571
+ methodKind: "ordinary",
1572
+ isOverride: true
1573
+ },
1574
+ TryParse: {
1575
+ kind: "method",
1576
+ methodKind: "ordinary",
1577
+ isStatic: true
1578
+ },
1579
+ Comment: {
1580
+ kind: "property",
1581
+ type: () => {
1582
+ return System.String;
1583
+ },
1584
+ isNullable: true
1585
+ },
1586
+ ProtocolName: {
1587
+ kind: "property",
1588
+ type: () => {
1589
+ return System.String;
1590
+ },
1591
+ isNullable: true
1592
+ },
1593
+ ProtocolVersion: {
1594
+ kind: "property",
1595
+ type: () => {
1596
+ return System.String;
1597
+ }
1598
+ },
1599
+ ReceivedBy: {
1600
+ kind: "property",
1601
+ type: () => {
1602
+ return System.String;
1603
+ }
1604
+ }
1605
+ }
1606
+ },
1607
+ WarningHeaderValue: {
1608
+ kind: "class",
1609
+ members: {
1610
+ WarningHeaderValue: {
1611
+ kind: "method",
1612
+ methodKind: "constructor"
1613
+ },
1614
+ Equals: {
1615
+ kind: "method",
1616
+ methodKind: "ordinary",
1617
+ isOverride: true
1618
+ },
1619
+ GetHashCode: {
1620
+ kind: "method",
1621
+ methodKind: "ordinary",
1622
+ isOverride: true
1623
+ },
1624
+ Parse: {
1625
+ kind: "method",
1626
+ methodKind: "ordinary",
1627
+ isStatic: true
1628
+ },
1629
+ ToString: {
1630
+ kind: "method",
1631
+ methodKind: "ordinary",
1632
+ isOverride: true
1633
+ },
1634
+ TryParse: {
1635
+ kind: "method",
1636
+ methodKind: "ordinary",
1637
+ isStatic: true
1638
+ },
1639
+ Agent: {
1640
+ kind: "property",
1641
+ type: () => {
1642
+ return System.String;
1643
+ }
1644
+ },
1645
+ Code: {
1646
+ kind: "property",
1647
+ type: () => {
1648
+ return System.Int32;
1649
+ }
1650
+ },
1651
+ Date: {
1652
+ kind: "property",
1653
+ type: () => {
1654
+ return System.DateTimeOffset;
1655
+ },
1656
+ isNullable: true
1657
+ },
1658
+ Text: {
1659
+ kind: "property",
1660
+ type: () => {
1661
+ return System.String;
1662
+ }
1663
+ }
1664
+ }
1665
+ }
1666
+ });
1667
+ export default Headers;
1668
+ //# sourceMappingURL=index.js.map