@tsonic/dotnet 0.7.2 → 0.7.4

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 (300) hide show
  1. package/Internal.d.ts +13 -0
  2. package/Microsoft.CSharp.RuntimeBinder.d.ts +23 -0
  3. package/Microsoft.VisualBasic/internal/index.d.ts +8 -8
  4. package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +2 -2
  5. package/Microsoft.VisualBasic.CompilerServices.d.ts +45 -0
  6. package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +7 -7
  7. package/Microsoft.VisualBasic.FileIO.d.ts +27 -0
  8. package/Microsoft.VisualBasic.d.ts +48 -0
  9. package/Microsoft.Win32.SafeHandles.d.ts +29 -0
  10. package/Microsoft.Win32.d.ts +21 -0
  11. package/System/internal/index.d.ts +79 -72
  12. package/System.Buffers/internal/index.d.ts +1 -1
  13. package/{System.Buffers.Binary/index.d.ts → System.Buffers.Binary.d.ts} +4 -6
  14. package/System.Buffers.Text.d.ts +16 -0
  15. package/System.Buffers.d.ts +42 -0
  16. package/System.CodeDom.Compiler/internal/index.d.ts +2 -2
  17. package/System.CodeDom.Compiler.d.ts +17 -0
  18. package/System.Collections.Concurrent/internal/index.d.ts +1 -0
  19. package/System.Collections.Concurrent.d.ts +33 -0
  20. package/System.Collections.Frozen.d.ts +18 -0
  21. package/System.Collections.Generic/internal/index.d.ts +10 -0
  22. package/System.Collections.Generic.d.ts +61 -0
  23. package/System.Collections.Immutable/internal/index.d.ts +16 -11
  24. package/System.Collections.Immutable.d.ts +35 -0
  25. package/System.Collections.ObjectModel.d.ts +32 -0
  26. package/System.Collections.Specialized/internal/index.d.ts +3 -2
  27. package/System.Collections.Specialized.d.ts +32 -0
  28. package/System.Collections.d.ts +39 -0
  29. package/System.ComponentModel/internal/index.d.ts +11 -7
  30. package/System.ComponentModel.DataAnnotations.Schema.d.ts +19 -0
  31. package/System.ComponentModel.DataAnnotations.d.ts +55 -0
  32. package/System.ComponentModel.Design/internal/index.d.ts +3 -0
  33. package/System.ComponentModel.Design.Serialization/internal/index.d.ts +3 -1
  34. package/{System.ComponentModel.Design.Serialization/index.d.ts → System.ComponentModel.Design.Serialization.d.ts} +20 -22
  35. package/{System.ComponentModel.Design/index.d.ts → System.ComponentModel.Design.d.ts} +38 -40
  36. package/System.ComponentModel.d.ts +207 -0
  37. package/{System.Configuration.Assemblies/index.d.ts → System.Configuration.Assemblies.d.ts} +5 -7
  38. package/System.Data/internal/index.d.ts +12 -7
  39. package/System.Data.Common.d.ts +62 -0
  40. package/System.Data.SqlTypes/internal/index.d.ts +26 -26
  41. package/System.Data.SqlTypes.d.ts +43 -0
  42. package/System.Data.d.ts +146 -0
  43. package/System.Diagnostics/internal/index.d.ts +19 -19
  44. package/System.Diagnostics.CodeAnalysis.d.ts +38 -0
  45. package/System.Diagnostics.Contracts.d.ts +30 -0
  46. package/System.Diagnostics.Metrics/internal/index.d.ts +4 -4
  47. package/System.Diagnostics.Metrics.d.ts +42 -0
  48. package/System.Diagnostics.SymbolStore/internal/index.d.ts +1 -1
  49. package/{System.Diagnostics.SymbolStore/index.d.ts → System.Diagnostics.SymbolStore.d.ts} +9 -11
  50. package/System.Diagnostics.Tracing.d.ts +47 -0
  51. package/System.Diagnostics.d.ts +118 -0
  52. package/System.Drawing/internal/index.d.ts +7 -7
  53. package/System.Drawing.d.ts +30 -0
  54. package/System.Dynamic/internal/index.d.ts +2 -2
  55. package/System.Dynamic.d.ts +37 -0
  56. package/System.Formats.Asn1/internal/index.d.ts +1 -1
  57. package/System.Formats.Asn1.d.ts +25 -0
  58. package/System.Formats.Tar.d.ts +27 -0
  59. package/System.Globalization/internal/index.d.ts +1 -1
  60. package/System.Globalization.d.ts +57 -0
  61. package/System.IO/internal/index.d.ts +9 -9
  62. package/System.IO.Compression.d.ts +37 -0
  63. package/System.IO.Enumeration.d.ts +21 -0
  64. package/System.IO.IsolatedStorage.d.ts +24 -0
  65. package/{System.IO.MemoryMappedFiles/index.d.ts → System.IO.MemoryMappedFiles.d.ts} +13 -15
  66. package/System.IO.Pipelines.d.ts +26 -0
  67. package/System.IO.Pipes.d.ts +35 -0
  68. package/System.IO.d.ts +79 -0
  69. package/System.Linq/internal/index.d.ts +5 -0
  70. package/System.Linq.Expressions/internal/index.d.ts +47 -47
  71. package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -2
  72. package/System.Linq.Expressions.Interpreter.d.ts +12 -0
  73. package/System.Linq.Expressions.d.ts +67 -0
  74. package/System.Linq.d.ts +68 -0
  75. package/System.Net/internal/index.d.ts +6 -2
  76. package/System.Net.Cache.d.ts +16 -0
  77. package/System.Net.Http/internal/index.d.ts +1 -1
  78. package/System.Net.Http.Headers.d.ts +42 -0
  79. package/System.Net.Http.Json.d.ts +24 -0
  80. package/System.Net.Http.Metrics.d.ts +13 -0
  81. package/System.Net.Http.d.ts +57 -0
  82. package/System.Net.Mail.d.ts +45 -0
  83. package/System.Net.Mime.d.ts +22 -0
  84. package/System.Net.NetworkInformation.d.ts +63 -0
  85. package/System.Net.Quic.d.ts +35 -0
  86. package/System.Net.Security/internal/index.d.ts +1 -1
  87. package/System.Net.Security.d.ts +47 -0
  88. package/System.Net.ServerSentEvents.d.ts +32 -0
  89. package/System.Net.Sockets/internal/index.d.ts +2 -2
  90. package/System.Net.Sockets.d.ts +55 -0
  91. package/System.Net.WebSockets.d.ts +41 -0
  92. package/System.Net.d.ts +120 -0
  93. package/System.Numerics/internal/index.d.ts +61 -21
  94. package/System.Numerics.d.ts +67 -0
  95. package/System.Reflection/internal/index.d.ts +3 -3
  96. package/System.Reflection.Emit/internal/index.d.ts +7 -7
  97. package/System.Reflection.Emit.d.ts +49 -0
  98. package/System.Reflection.Metadata/internal/index.d.ts +46 -43
  99. package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +2 -2
  100. package/System.Reflection.Metadata.Ecma335.d.ts +62 -0
  101. package/System.Reflection.Metadata.d.ts +208 -0
  102. package/System.Reflection.PortableExecutable.d.ts +43 -0
  103. package/System.Reflection.d.ts +124 -0
  104. package/System.Resources/internal/index.d.ts +2 -0
  105. package/System.Resources.d.ts +27 -0
  106. package/System.Runtime.CompilerServices/internal/index.d.ts +2 -1
  107. package/System.Runtime.CompilerServices.d.ts +214 -0
  108. package/{System.Runtime.ConstrainedExecution/index.d.ts → System.Runtime.ConstrainedExecution.d.ts} +8 -10
  109. package/{System.Runtime.ExceptionServices/index.d.ts → System.Runtime.ExceptionServices.d.ts} +7 -9
  110. package/System.Runtime.InteropServices/internal/index.d.ts +19 -18
  111. package/System.Runtime.InteropServices.ComTypes.d.ts +70 -0
  112. package/System.Runtime.InteropServices.Java.d.ts +16 -0
  113. package/System.Runtime.InteropServices.JavaScript.d.ts +58 -0
  114. package/System.Runtime.InteropServices.Marshalling.d.ts +47 -0
  115. package/{System.Runtime.InteropServices.ObjectiveC/index.d.ts → System.Runtime.InteropServices.ObjectiveC.d.ts} +9 -11
  116. package/System.Runtime.InteropServices.Swift.d.ts +24 -0
  117. package/System.Runtime.InteropServices.d.ts +162 -0
  118. package/System.Runtime.Intrinsics/internal/index.d.ts +4 -4
  119. package/System.Runtime.Intrinsics.Arm.d.ts +35 -0
  120. package/System.Runtime.Intrinsics.Wasm.d.ts +13 -0
  121. package/System.Runtime.Intrinsics.X86.d.ts +88 -0
  122. package/System.Runtime.Intrinsics.d.ts +41 -0
  123. package/System.Runtime.Loader.d.ts +17 -0
  124. package/System.Runtime.Remoting.d.ts +12 -0
  125. package/System.Runtime.Serialization.DataContracts.d.ts +21 -0
  126. package/System.Runtime.Serialization.Formatters.Binary.d.ts +15 -0
  127. package/{System.Runtime.Serialization.Formatters/index.d.ts → System.Runtime.Serialization.Formatters.d.ts} +6 -8
  128. package/System.Runtime.Serialization.Json.d.ts +23 -0
  129. package/System.Runtime.Serialization.d.ts +76 -0
  130. package/System.Runtime.Versioning/internal/index.d.ts +1 -1
  131. package/System.Runtime.Versioning.d.ts +27 -0
  132. package/System.Runtime.d.ts +27 -0
  133. package/System.Security.AccessControl.d.ts +99 -0
  134. package/System.Security.Authentication.ExtendedProtection.d.ts +23 -0
  135. package/System.Security.Authentication.d.ts +20 -0
  136. package/System.Security.Claims.d.ts +19 -0
  137. package/System.Security.Cryptography/internal/index.d.ts +15 -15
  138. package/System.Security.Cryptography.X509Certificates.d.ts +78 -0
  139. package/System.Security.Cryptography.d.ts +191 -0
  140. package/System.Security.Permissions.d.ts +18 -0
  141. package/System.Security.Policy.d.ts +14 -0
  142. package/System.Security.Principal/internal/index.d.ts +1 -1
  143. package/System.Security.Principal.d.ts +36 -0
  144. package/System.Security.d.ts +35 -0
  145. package/System.Text/internal/index.d.ts +10 -9
  146. package/System.Text.Encodings.Web/internal/index.d.ts +7 -7
  147. package/System.Text.Encodings.Web.d.ts +20 -0
  148. package/System.Text.Json/internal/index.d.ts +1 -1
  149. package/System.Text.Json.Nodes.d.ts +23 -0
  150. package/System.Text.Json.Schema.d.ts +17 -0
  151. package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +1 -1
  152. package/System.Text.Json.Serialization.Metadata.d.ts +42 -0
  153. package/System.Text.Json.Serialization.d.ts +70 -0
  154. package/System.Text.Json.d.ts +44 -0
  155. package/System.Text.RegularExpressions.d.ts +35 -0
  156. package/System.Text.Unicode.d.ts +16 -0
  157. package/System.Text.d.ts +54 -0
  158. package/System.Threading/internal/index.d.ts +5 -5
  159. package/System.Threading.Channels.d.ts +38 -0
  160. package/System.Threading.Tasks/internal/index.d.ts +12 -12
  161. package/System.Threading.Tasks.Dataflow/internal/index.d.ts +1 -1
  162. package/System.Threading.Tasks.Dataflow.d.ts +54 -0
  163. package/System.Threading.Tasks.Sources.d.ts +25 -0
  164. package/System.Threading.Tasks.d.ts +65 -0
  165. package/System.Threading.d.ts +99 -0
  166. package/{System.Timers/index.d.ts → System.Timers.d.ts} +9 -11
  167. package/System.Transactions/internal/index.d.ts +1 -1
  168. package/{System.Transactions/index.d.ts → System.Transactions.d.ts} +32 -34
  169. package/System.Web.d.ts +16 -0
  170. package/{System.Windows.Input/index.d.ts → System.Windows.Input.d.ts} +3 -5
  171. package/{System.Windows.Markup/index.d.ts → System.Windows.Markup.d.ts} +4 -6
  172. package/System.Xml.Linq/internal/index.d.ts +10 -10
  173. package/System.Xml.Linq.d.ts +43 -0
  174. package/System.Xml.Resolvers.d.ts +18 -0
  175. package/System.Xml.Schema.d.ts +108 -0
  176. package/System.Xml.Serialization.d.ts +89 -0
  177. package/System.Xml.XPath.d.ts +34 -0
  178. package/System.Xml.Xsl.Runtime.d.ts +66 -0
  179. package/System.Xml.Xsl.d.ts +29 -0
  180. package/System.Xml.d.ts +105 -0
  181. package/System.d.ts +410 -0
  182. package/families.json +359 -0
  183. package/package.json +1 -1
  184. package/tsconfig.json +2 -1
  185. package/Internal/index.d.ts +0 -15
  186. package/Microsoft.CSharp.RuntimeBinder/index.d.ts +0 -25
  187. package/Microsoft.VisualBasic/index.d.ts +0 -50
  188. package/Microsoft.VisualBasic.CompilerServices/index.d.ts +0 -47
  189. package/Microsoft.VisualBasic.FileIO/index.d.ts +0 -29
  190. package/Microsoft.Win32/index.d.ts +0 -23
  191. package/Microsoft.Win32.SafeHandles/index.d.ts +0 -31
  192. package/System/index.d.ts +0 -428
  193. package/System.Buffers/index.d.ts +0 -48
  194. package/System.Buffers.Text/index.d.ts +0 -18
  195. package/System.CodeDom.Compiler/index.d.ts +0 -19
  196. package/System.Collections/index.d.ts +0 -41
  197. package/System.Collections.Concurrent/index.d.ts +0 -35
  198. package/System.Collections.Frozen/index.d.ts +0 -26
  199. package/System.Collections.Generic/index.d.ts +0 -129
  200. package/System.Collections.Immutable/index.d.ts +0 -64
  201. package/System.Collections.ObjectModel/index.d.ts +0 -34
  202. package/System.Collections.Specialized/index.d.ts +0 -34
  203. package/System.ComponentModel/index.d.ts +0 -210
  204. package/System.ComponentModel.DataAnnotations/index.d.ts +0 -57
  205. package/System.ComponentModel.DataAnnotations.Schema/index.d.ts +0 -21
  206. package/System.Data/index.d.ts +0 -139
  207. package/System.Data.Common/index.d.ts +0 -64
  208. package/System.Data.SqlTypes/index.d.ts +0 -45
  209. package/System.Diagnostics/index.d.ts +0 -123
  210. package/System.Diagnostics.CodeAnalysis/index.d.ts +0 -40
  211. package/System.Diagnostics.Contracts/index.d.ts +0 -32
  212. package/System.Diagnostics.Metrics/index.d.ts +0 -47
  213. package/System.Diagnostics.Tracing/index.d.ts +0 -49
  214. package/System.Drawing/index.d.ts +0 -32
  215. package/System.Dynamic/index.d.ts +0 -39
  216. package/System.Formats.Asn1/index.d.ts +0 -27
  217. package/System.Formats.Tar/index.d.ts +0 -29
  218. package/System.Globalization/index.d.ts +0 -59
  219. package/System.IO/index.d.ts +0 -81
  220. package/System.IO.Compression/index.d.ts +0 -39
  221. package/System.IO.Enumeration/index.d.ts +0 -27
  222. package/System.IO.IsolatedStorage/index.d.ts +0 -26
  223. package/System.IO.Pipelines/index.d.ts +0 -28
  224. package/System.IO.Pipes/index.d.ts +0 -37
  225. package/System.Linq/index.d.ts +0 -56
  226. package/System.Linq.Expressions/index.d.ts +0 -61
  227. package/System.Linq.Expressions.Interpreter/index.d.ts +0 -14
  228. package/System.Net/index.d.ts +0 -122
  229. package/System.Net.Cache/index.d.ts +0 -18
  230. package/System.Net.Http/index.d.ts +0 -61
  231. package/System.Net.Http.Headers/index.d.ts +0 -45
  232. package/System.Net.Http.Json/index.d.ts +0 -26
  233. package/System.Net.Http.Metrics/index.d.ts +0 -15
  234. package/System.Net.Mail/index.d.ts +0 -47
  235. package/System.Net.Mime/index.d.ts +0 -24
  236. package/System.Net.NetworkInformation/index.d.ts +0 -65
  237. package/System.Net.Quic/index.d.ts +0 -37
  238. package/System.Net.Security/index.d.ts +0 -49
  239. package/System.Net.ServerSentEvents/index.d.ts +0 -28
  240. package/System.Net.Sockets/index.d.ts +0 -57
  241. package/System.Net.WebSockets/index.d.ts +0 -43
  242. package/System.Numerics/index.d.ts +0 -94
  243. package/System.Reflection/index.d.ts +0 -126
  244. package/System.Reflection.Emit/index.d.ts +0 -51
  245. package/System.Reflection.Metadata/index.d.ts +0 -220
  246. package/System.Reflection.Metadata.Ecma335/index.d.ts +0 -65
  247. package/System.Reflection.PortableExecutable/index.d.ts +0 -45
  248. package/System.Resources/index.d.ts +0 -29
  249. package/System.Runtime/index.d.ts +0 -29
  250. package/System.Runtime.CompilerServices/index.d.ts +0 -219
  251. package/System.Runtime.InteropServices/index.d.ts +0 -161
  252. package/System.Runtime.InteropServices.ComTypes/index.d.ts +0 -72
  253. package/System.Runtime.InteropServices.Java/index.d.ts +0 -18
  254. package/System.Runtime.InteropServices.JavaScript/index.d.ts +0 -54
  255. package/System.Runtime.InteropServices.Marshalling/index.d.ts +0 -59
  256. package/System.Runtime.InteropServices.Swift/index.d.ts +0 -18
  257. package/System.Runtime.Intrinsics/index.d.ts +0 -26
  258. package/System.Runtime.Intrinsics.Arm/index.d.ts +0 -37
  259. package/System.Runtime.Intrinsics.Wasm/index.d.ts +0 -15
  260. package/System.Runtime.Intrinsics.X86/index.d.ts +0 -90
  261. package/System.Runtime.Loader/index.d.ts +0 -19
  262. package/System.Runtime.Remoting/index.d.ts +0 -14
  263. package/System.Runtime.Serialization/index.d.ts +0 -78
  264. package/System.Runtime.Serialization.DataContracts/index.d.ts +0 -23
  265. package/System.Runtime.Serialization.Formatters.Binary/index.d.ts +0 -17
  266. package/System.Runtime.Serialization.Json/index.d.ts +0 -25
  267. package/System.Runtime.Versioning/index.d.ts +0 -29
  268. package/System.Security/index.d.ts +0 -37
  269. package/System.Security.AccessControl/index.d.ts +0 -87
  270. package/System.Security.Authentication/index.d.ts +0 -22
  271. package/System.Security.Authentication.ExtendedProtection/index.d.ts +0 -25
  272. package/System.Security.Claims/index.d.ts +0 -21
  273. package/System.Security.Cryptography/index.d.ts +0 -193
  274. package/System.Security.Cryptography.X509Certificates/index.d.ts +0 -80
  275. package/System.Security.Permissions/index.d.ts +0 -20
  276. package/System.Security.Policy/index.d.ts +0 -16
  277. package/System.Security.Principal/index.d.ts +0 -38
  278. package/System.Text/index.d.ts +0 -56
  279. package/System.Text.Encodings.Web/index.d.ts +0 -22
  280. package/System.Text.Json/index.d.ts +0 -46
  281. package/System.Text.Json.Nodes/index.d.ts +0 -25
  282. package/System.Text.Json.Schema/index.d.ts +0 -19
  283. package/System.Text.Json.Serialization/index.d.ts +0 -59
  284. package/System.Text.Json.Serialization.Metadata/index.d.ts +0 -39
  285. package/System.Text.RegularExpressions/index.d.ts +0 -37
  286. package/System.Text.Unicode/index.d.ts +0 -18
  287. package/System.Threading/index.d.ts +0 -104
  288. package/System.Threading.Channels/index.d.ts +0 -34
  289. package/System.Threading.Tasks/index.d.ts +0 -50
  290. package/System.Threading.Tasks.Dataflow/index.d.ts +0 -52
  291. package/System.Threading.Tasks.Sources/index.d.ts +0 -20
  292. package/System.Web/index.d.ts +0 -18
  293. package/System.Xml/index.d.ts +0 -107
  294. package/System.Xml.Linq/index.d.ts +0 -45
  295. package/System.Xml.Resolvers/index.d.ts +0 -20
  296. package/System.Xml.Schema/index.d.ts +0 -110
  297. package/System.Xml.Serialization/index.d.ts +0 -91
  298. package/System.Xml.XPath/index.d.ts +0 -36
  299. package/System.Xml.Xsl/index.d.ts +0 -31
  300. package/System.Xml.Xsl.Runtime/index.d.ts +0 -69
@@ -0,0 +1,33 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: System.Collections.Concurrent
3
+ // Facade - Public API Surface
4
+
5
+ // Import internal declarations
6
+ import * as Internal from './System.Collections.Concurrent/internal/index.js';
7
+
8
+ // Cross-namespace type imports for constraints
9
+ import type { ICollection_1, IDictionary_2, IEnumerable_1, IEnumerator_1, IEqualityComparer_1, IList_1, IReadOnlyCollection_1, IReadOnlyDictionary_2, KeyValuePair_2 } from './System.Collections.Generic/internal/index.js';
10
+ import type { ICollection, IDictionary, IDictionaryEnumerator, IEnumerable, IEnumerator } from './System.Collections/internal/index.js';
11
+ import type { CancellationToken } from './System.Threading/internal/index.js';
12
+ import type { Array as ClrArray, Boolean as ClrBoolean, Enum, Func_2, Func_3, Func_4, IComparable, IConvertible, IDisposable, IFormatProvider, IFormattable, Int32, Int64, ISpanFormattable, Object as ClrObject, String as ClrString, TimeSpan, Tuple_2, Type, TypeCode, ValueType, Void } from './System/internal/index.js';
13
+
14
+ // Public API exports (curated - no internal $instance/$views leakage)
15
+ export { BlockingCollection_1 as BlockingCollection } from './System.Collections.Concurrent/internal/index.js';
16
+ export { ConcurrentBag_1 as ConcurrentBag } from './System.Collections.Concurrent/internal/index.js';
17
+ export { ConcurrentDictionary_2 as ConcurrentDictionary } from './System.Collections.Concurrent/internal/index.js';
18
+ export { ConcurrentStack_1 as ConcurrentStack } from './System.Collections.Concurrent/internal/index.js';
19
+ export { OrderablePartitioner_1 as OrderablePartitioner } from './System.Collections.Concurrent/internal/index.js';
20
+ export { EnumerablePartitionerOptions as EnumerablePartitionerOptions } from './System.Collections.Concurrent/internal/index.js';
21
+ export { ConcurrentQueue_1 as ConcurrentQueue } from './System.Collections.Concurrent/internal/index.js';
22
+ export type IProducerConsumerCollection<T> = Internal.IProducerConsumerCollection_1<T>;
23
+
24
+ // Multi-arity family sentinel (detects unspecified type parameters)
25
+ declare const __unspecified: unique symbol;
26
+ export type __ = typeof __unspecified;
27
+
28
+ export type Partitioner<
29
+ T1 = __,
30
+ > =
31
+ [T1] extends [__] ? Internal.Partitioner :
32
+ Internal.Partitioner_1<T1>;
33
+
@@ -0,0 +1,18 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: System.Collections.Frozen
3
+ // Facade - Public API Surface
4
+
5
+ // Import internal declarations
6
+ import * as Internal from './System.Collections.Frozen/internal/index.js';
7
+
8
+ // Cross-namespace type imports for constraints
9
+ import type { ICollection_1, IDictionary_2, IEnumerable_1, IEnumerator_1, IEqualityComparer_1, IReadOnlyCollection_1, IReadOnlyDictionary_2, IReadOnlySet_1, ISet_1, KeyValuePair_2 } from './System.Collections.Generic/internal/index.js';
10
+ import type { ImmutableArray_1 } from './System.Collections.Immutable/internal/index.js';
11
+ import type { ICollection, IDictionary, IDictionaryEnumerator, IEnumerable, IEnumerator } from './System.Collections/internal/index.js';
12
+ import type { Array as ClrArray, Boolean as ClrBoolean, Func_2, IDisposable, Int32, Object as ClrObject, ReadOnlySpan_1, Span_1, String as ClrString, Type, ValueType, Void } from './System/internal/index.js';
13
+
14
+ // Public API exports (curated - no internal $instance/$views leakage)
15
+ export { FrozenDictionary$instance as FrozenDictionary_0 } from './System.Collections.Frozen/internal/index.js';
16
+ export { FrozenDictionary_2 as FrozenDictionary } from './System.Collections.Frozen/internal/index.js';
17
+ export { FrozenSet$instance as FrozenSet_0 } from './System.Collections.Frozen/internal/index.js';
18
+ export { FrozenSet_1 as FrozenSet } from './System.Collections.Frozen/internal/index.js';
@@ -81,6 +81,7 @@ export interface ICollection_1$instance<T> extends IEnumerable_1<T>, IEnumerable
81
81
  copyTo(array: T[], arrayIndex: int): void;
82
82
  getEnumerator(): IEnumerator_1<T>;
83
83
  getEnumerator(): IEnumerator;
84
+ getEnumerator2(): IEnumerator;
84
85
  }
85
86
 
86
87
 
@@ -108,6 +109,7 @@ export interface IDictionary_2$instance<TKey, TValue> extends ICollection_1<KeyV
108
109
  getEnumerator(): IEnumerator_1<KeyValuePair_2<TKey, TValue>>;
109
110
  getEnumerator(): IEnumerator;
110
111
  tryGetValue(key: TKey, value: { value: ref<TValue> }): boolean;
112
+ getEnumerator2(): IEnumerator;
111
113
  }
112
114
 
113
115
 
@@ -125,6 +127,7 @@ export interface IEnumerator_1$instance<T> extends IDisposable, IEnumerator {
125
127
  readonly current: T;
126
128
  dispose(): void;
127
129
  moveNext(): boolean;
130
+ reset(): void;
128
131
  }
129
132
 
130
133
 
@@ -153,6 +156,7 @@ export interface IList_1$instance<T> extends ICollection_1<T>, IEnumerable_1<T>,
153
156
  indexOf(item: T): int;
154
157
  insert(index: int, item: T): void;
155
158
  removeAt(index: int): void;
159
+ getEnumerator2(): IEnumerator;
156
160
  }
157
161
 
158
162
 
@@ -162,6 +166,7 @@ export interface IReadOnlyCollection_1$instance<T> extends IEnumerable_1<T>, IEn
162
166
  readonly count: int;
163
167
  getEnumerator(): IEnumerator_1<T>;
164
168
  getEnumerator(): IEnumerator;
169
+ getEnumerator2(): IEnumerator;
165
170
  }
166
171
 
167
172
 
@@ -176,6 +181,7 @@ export interface IReadOnlyDictionary_2$instance<TKey, TValue> extends IReadOnlyC
176
181
  getEnumerator(): IEnumerator_1<KeyValuePair_2<TKey, TValue>>;
177
182
  getEnumerator(): IEnumerator;
178
183
  tryGetValue(key: TKey, value: { value: ref<TValue> }): boolean;
184
+ getEnumerator2(): IEnumerator;
179
185
  }
180
186
 
181
187
 
@@ -186,6 +192,7 @@ export interface IReadOnlyList_1$instance<T> extends IReadOnlyCollection_1<T>, I
186
192
  readonly count: int;
187
193
  getEnumerator(): IEnumerator_1<T>;
188
194
  getEnumerator(): IEnumerator;
195
+ getEnumerator2(): IEnumerator;
189
196
  }
190
197
 
191
198
 
@@ -197,6 +204,7 @@ export interface IReadOnlySet_1$instance<T> extends IReadOnlyCollection_1<T>, IE
197
204
  getEnumerator(): IEnumerator_1<T>;
198
205
  getEnumerator(): IEnumerator;
199
206
  isProperSubsetOf(other: IEnumerable_1<T>): boolean;
207
+ getEnumerator2(): IEnumerator;
200
208
  }
201
209
 
202
210
 
@@ -213,6 +221,8 @@ export interface ISet_1$instance<T> extends ICollection_1<T>, IEnumerable_1<T>,
213
221
  getEnumerator(): IEnumerator;
214
222
  isSubsetOf(other: IEnumerable_1<T>): boolean;
215
223
  unionWith(other: IEnumerable_1<T>): void;
224
+ contains(item: T): boolean;
225
+ getEnumerator2(): IEnumerator;
216
226
  }
217
227
 
218
228
 
@@ -0,0 +1,61 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: System.Collections.Generic
3
+ // Facade - Public API Surface
4
+
5
+ // Import internal declarations
6
+ import * as Internal from './System.Collections.Generic/internal/index.js';
7
+
8
+ // Cross-namespace type imports for constraints
9
+ import type { ReadOnlyCollection_1, ReadOnlyDictionary_2, ReadOnlySet_1 } from './System.Collections.ObjectModel/internal/index.js';
10
+ import type { DictionaryEntry, ICollection as ICollection_Imported, IComparer as IComparer_Imported, IDictionary as IDictionary_Imported, IDictionaryEnumerator, IEnumerable as IEnumerable_Imported, IEnumerator as IEnumerator_Imported, IEqualityComparer as IEqualityComparer_Imported, IList as IList_Imported } from './System.Collections/internal/index.js';
11
+ import type { MethodBase } from './System.Reflection/internal/index.js';
12
+ import type { IDeserializationCallback, ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
13
+ import type { ValueTask, ValueTask_1 } from './System.Threading.Tasks/internal/index.js';
14
+ import type { CancellationToken } from './System.Threading/internal/index.js';
15
+ import type { Action_1, Array as ClrArray, Boolean as ClrBoolean, Byte, Comparison_1, Converter_2, Enum, Exception, Func_2, Func_3, IAsyncDisposable, IComparable_1, IDisposable, IEquatable_1, Int32, Nullable_1, Object as ClrObject, Predicate_1, ReadOnlySpan_1, Span_1, String as ClrString, SystemException, Type, ValueTuple_2, ValueType, Void } from './System/internal/index.js';
16
+
17
+ // Public API exports (curated - no internal $instance/$views leakage)
18
+ export { LinkedList_1 as LinkedList } from './System.Collections.Generic/internal/index.js';
19
+ export { LinkedListNode_1 as LinkedListNode } from './System.Collections.Generic/internal/index.js';
20
+ export { OrderedDictionary_2 as OrderedDictionary } from './System.Collections.Generic/internal/index.js';
21
+ export { PriorityQueue_2 as PriorityQueue } from './System.Collections.Generic/internal/index.js';
22
+ export { SortedDictionary_2 as SortedDictionary } from './System.Collections.Generic/internal/index.js';
23
+ export { TreeSet_1 as TreeSet } from './System.Collections.Generic/internal/index.js';
24
+ export { SortedList_2 as SortedList } from './System.Collections.Generic/internal/index.js';
25
+ export { SortedSet_1 as SortedSet } from './System.Collections.Generic/internal/index.js';
26
+ export { Stack_1 as Stack } from './System.Collections.Generic/internal/index.js';
27
+ export { Comparer_1 as Comparer } from './System.Collections.Generic/internal/index.js';
28
+ export { EqualityComparer_1 as EqualityComparer } from './System.Collections.Generic/internal/index.js';
29
+ export { GenericEqualityComparer_1 as GenericEqualityComparer } from './System.Collections.Generic/internal/index.js';
30
+ export { NullableEqualityComparer_1 as NullableEqualityComparer } from './System.Collections.Generic/internal/index.js';
31
+ export { ObjectEqualityComparer_1 as ObjectEqualityComparer } from './System.Collections.Generic/internal/index.js';
32
+ export { ByteEqualityComparer as ByteEqualityComparer } from './System.Collections.Generic/internal/index.js';
33
+ export { EnumEqualityComparer_1 as EnumEqualityComparer } from './System.Collections.Generic/internal/index.js';
34
+ export { CollectionExtensions$instance as CollectionExtensions } from './System.Collections.Generic/internal/index.js';
35
+ export { GenericComparer_1 as GenericComparer } from './System.Collections.Generic/internal/index.js';
36
+ export { NullableComparer_1 as NullableComparer } from './System.Collections.Generic/internal/index.js';
37
+ export { ObjectComparer_1 as ObjectComparer } from './System.Collections.Generic/internal/index.js';
38
+ export { Dictionary_2 as Dictionary } from './System.Collections.Generic/internal/index.js';
39
+ export { HashSet_1 as HashSet } from './System.Collections.Generic/internal/index.js';
40
+ export type IAlternateEqualityComparer<TAlternate, T> = Internal.IAlternateEqualityComparer_2<TAlternate, T>;
41
+ export type IAsyncEnumerable<T> = Internal.IAsyncEnumerable_1<T>;
42
+ export type IAsyncEnumerator<T> = Internal.IAsyncEnumerator_1<T>;
43
+ export type ICollection<T> = Internal.ICollection_1<T>;
44
+ export type IComparer<T> = Internal.IComparer_1<T>;
45
+ export type IDictionary<TKey, TValue> = Internal.IDictionary_2<TKey, TValue>;
46
+ export type IEnumerable<T> = Internal.IEnumerable_1<T>;
47
+ export type IEnumerator<T> = Internal.IEnumerator_1<T>;
48
+ export type IEqualityComparer<T> = Internal.IEqualityComparer_1<T>;
49
+ export type IList<T> = Internal.IList_1<T>;
50
+ export type IReadOnlyCollection<T> = Internal.IReadOnlyCollection_1<T>;
51
+ export type IReadOnlyDictionary<TKey, TValue> = Internal.IReadOnlyDictionary_2<TKey, TValue>;
52
+ export type IReadOnlyList<T> = Internal.IReadOnlyList_1<T>;
53
+ export type ISet<T> = Internal.ISet_1<T>;
54
+ export type IReadOnlySet<T> = Internal.IReadOnlySet_1<T>;
55
+ export { KeyNotFoundException as KeyNotFoundException } from './System.Collections.Generic/internal/index.js';
56
+ export { KeyValuePair$instance as KeyValuePair_0 } from './System.Collections.Generic/internal/index.js';
57
+ export { KeyValuePair_2 as KeyValuePair } from './System.Collections.Generic/internal/index.js';
58
+ export { List_1 as List } from './System.Collections.Generic/internal/index.js';
59
+ export { Queue_1 as Queue } from './System.Collections.Generic/internal/index.js';
60
+ export { ReferenceEqualityComparer as ReferenceEqualityComparer } from './System.Collections.Generic/internal/index.js';
61
+ export { NonRandomizedStringEqualityComparer as NonRandomizedStringEqualityComparer } from './System.Collections.Generic/internal/index.js';
@@ -56,6 +56,7 @@ export interface IImmutableDictionary_2$instance<TKey, TValue> extends IReadOnly
56
56
  remove(key: TKey): IImmutableDictionary_2<TKey, TValue>;
57
57
  tryGetKey(equalKey: TKey, actualKey: { value: ref<TKey> }): boolean;
58
58
  tryGetValue(key: TKey, value: { value: ref<TValue> }): boolean;
59
+ getEnumerator2(): IEnumerator;
59
60
  }
60
61
 
61
62
 
@@ -78,6 +79,7 @@ export interface IImmutableList_1$instance<T> extends IReadOnlyList_1<T>, IEnume
78
79
  removeRange(items: IEnumerable_1<T>, equalityComparer: IEqualityComparer_1<T>): IImmutableList_1<T>;
79
80
  removeRange(index: int, count: int): IImmutableList_1<T>;
80
81
  replace(oldValue: T, newValue: T, equalityComparer: IEqualityComparer_1<T>): IImmutableList_1<T>;
82
+ getEnumerator2(): IEnumerator;
81
83
  }
82
84
 
83
85
 
@@ -90,6 +92,7 @@ export interface IImmutableQueue_1$instance<T> extends IEnumerable_1<T>, IEnumer
90
92
  getEnumerator(): IEnumerator_1<T>;
91
93
  getEnumerator(): IEnumerator;
92
94
  peek(): T;
95
+ getEnumerator2(): IEnumerator;
93
96
  }
94
97
 
95
98
 
@@ -105,6 +108,7 @@ export interface IImmutableSet_1$instance<T> extends IReadOnlyCollection_1<T>, I
105
108
  intersect(other: IEnumerable_1<T>): IImmutableSet_1<T>;
106
109
  setEquals(other: IEnumerable_1<T>): boolean;
107
110
  tryGetValue(equalValue: T, actualValue: { value: ref<T> }): boolean;
111
+ getEnumerator2(): IEnumerator;
108
112
  }
109
113
 
110
114
 
@@ -117,6 +121,7 @@ export interface IImmutableStack_1$instance<T> extends IEnumerable_1<T>, IEnumer
117
121
  getEnumerator(): IEnumerator;
118
122
  peek(): T;
119
123
  push(value: T): IImmutableStack_1<T>;
124
+ getEnumerator2(): IEnumerator;
120
125
  }
121
126
 
122
127
 
@@ -135,7 +140,7 @@ export interface ImmutableArray_1$instance<T> {
135
140
  addRange(items: ImmutableArray_1<T>, length: int): ImmutableArray_1<T>;
136
141
  addRange<TDerived extends T>(items: ImmutableArray_1<TDerived>): ImmutableArray_1<T>;
137
142
  addRange(items: ReadOnlySpan_1<T>): ImmutableArray_1<T>;
138
- addRange(items: T[]): ImmutableArray_1<T>;
143
+ addRange(...items: T[]): ImmutableArray_1<T>;
139
144
  as_<TOther>(): ImmutableArray_1<TOther>;
140
145
  asMemory(): ReadOnlyMemory_1<T>;
141
146
  asSpan(): ReadOnlySpan_1<T>;
@@ -213,7 +218,7 @@ export interface __ImmutableArray_1$views<T> {
213
218
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<ImmutableArray_1<T>>;
214
219
 
215
220
  // Structural method bridges for numeric interface constraints
216
- Equals(other: ImmutableArray_1<T>): boolean;
221
+ equals(other: ImmutableArray_1<T>): boolean;
217
222
  }
218
223
 
219
224
  export interface ImmutableArray_1$instance<T> extends System_Collections_Internal.IStructuralComparable$instance {}
@@ -371,7 +376,7 @@ export interface ImmutableArray_1_Builder$instance<T> {
371
376
  item: T;
372
377
  add(item: T): void;
373
378
  addRange(items: IEnumerable_1<T>): void;
374
- addRange(items: T[]): void;
379
+ addRange(...items: T[]): void;
375
380
  addRange<TDerived extends T>(items: TDerived[]): void;
376
381
  addRange(items: T[], length: int): void;
377
382
  addRange(items: ImmutableArray_1<T>): void;
@@ -1025,7 +1030,7 @@ export abstract class ImmutableArray$instance {
1025
1030
  static create<T>(item1: T, item2: T): ImmutableArray_1<T>;
1026
1031
  static create<T>(item: T): ImmutableArray_1<T>;
1027
1032
  static create<T>(items: T[], start: int, length: int): ImmutableArray_1<T>;
1028
- static create<T>(items: T[]): ImmutableArray_1<T>;
1033
+ static create<T>(...items: T[]): ImmutableArray_1<T>;
1029
1034
  static createBuilder<T>(): ImmutableArray_1_Builder<T>;
1030
1035
  static createBuilder<T>(initialCapacity: int): ImmutableArray_1_Builder<T>;
1031
1036
  static createRange<T>(items: IEnumerable_1<T>): ImmutableArray_1<T>;
@@ -1075,11 +1080,11 @@ export abstract class ImmutableHashSet$instance {
1075
1080
  static create<T>(): ImmutableHashSet_1<T>;
1076
1081
  static create<T>(equalityComparer: IEqualityComparer_1<T>, items: ReadOnlySpan_1<T>): ImmutableHashSet_1<T>;
1077
1082
  static create<T>(equalityComparer: IEqualityComparer_1<T>, item: T): ImmutableHashSet_1<T>;
1078
- static create<T>(equalityComparer: IEqualityComparer_1<T>, items: T[]): ImmutableHashSet_1<T>;
1083
+ static create<T>(equalityComparer: IEqualityComparer_1<T>, ...items: T[]): ImmutableHashSet_1<T>;
1079
1084
  static create<T>(equalityComparer: IEqualityComparer_1<T>): ImmutableHashSet_1<T>;
1080
1085
  static create<T>(items: ReadOnlySpan_1<T>): ImmutableHashSet_1<T>;
1081
1086
  static create<T>(item: T): ImmutableHashSet_1<T>;
1082
- static create<T>(items: T[]): ImmutableHashSet_1<T>;
1087
+ static create<T>(...items: T[]): ImmutableHashSet_1<T>;
1083
1088
  static createBuilder<T>(): ImmutableHashSet_1_Builder<T>;
1084
1089
  static createBuilder<T>(equalityComparer: IEqualityComparer_1<T>): ImmutableHashSet_1_Builder<T>;
1085
1090
  static createRange<T>(items: IEnumerable_1<T>): ImmutableHashSet_1<T>;
@@ -1121,7 +1126,7 @@ export abstract class ImmutableList$instance {
1121
1126
  static create<T>(): ImmutableList_1<T>;
1122
1127
  static create<T>(items: ReadOnlySpan_1<T>): ImmutableList_1<T>;
1123
1128
  static create<T>(item: T): ImmutableList_1<T>;
1124
- static create<T>(items: T[]): ImmutableList_1<T>;
1129
+ static create<T>(...items: T[]): ImmutableList_1<T>;
1125
1130
  static createBuilder<T>(): ImmutableList_1_Builder<T>;
1126
1131
  static createRange<T>(items: IEnumerable_1<T>): ImmutableList_1<T>;
1127
1132
  static indexOf<T>(list: IImmutableList_1<T>, item: T, equalityComparer: IEqualityComparer_1<T>): int;
@@ -1146,7 +1151,7 @@ export abstract class ImmutableQueue$instance {
1146
1151
  static create<T>(): ImmutableQueue_1<T>;
1147
1152
  static create<T>(items: ReadOnlySpan_1<T>): ImmutableQueue_1<T>;
1148
1153
  static create<T>(item: T): ImmutableQueue_1<T>;
1149
- static create<T>(items: T[]): ImmutableQueue_1<T>;
1154
+ static create<T>(...items: T[]): ImmutableQueue_1<T>;
1150
1155
  static createRange<T>(items: IEnumerable_1<T>): ImmutableQueue_1<T>;
1151
1156
  static dequeue<T>(queue: IImmutableQueue_1<T>, value: { value: ref<T> }): IImmutableQueue_1<T>;
1152
1157
  }
@@ -1180,11 +1185,11 @@ export abstract class ImmutableSortedSet$instance {
1180
1185
  static create<T>(): ImmutableSortedSet_1<T>;
1181
1186
  static create<T>(comparer: IComparer_1<T>, items: ReadOnlySpan_1<T>): ImmutableSortedSet_1<T>;
1182
1187
  static create<T>(comparer: IComparer_1<T>, item: T): ImmutableSortedSet_1<T>;
1183
- static create<T>(comparer: IComparer_1<T>, items: T[]): ImmutableSortedSet_1<T>;
1188
+ static create<T>(comparer: IComparer_1<T>, ...items: T[]): ImmutableSortedSet_1<T>;
1184
1189
  static create<T>(comparer: IComparer_1<T>): ImmutableSortedSet_1<T>;
1185
1190
  static create<T>(items: ReadOnlySpan_1<T>): ImmutableSortedSet_1<T>;
1186
1191
  static create<T>(item: T): ImmutableSortedSet_1<T>;
1187
- static create<T>(items: T[]): ImmutableSortedSet_1<T>;
1192
+ static create<T>(...items: T[]): ImmutableSortedSet_1<T>;
1188
1193
  static createBuilder<T>(): ImmutableSortedSet_1_Builder<T>;
1189
1194
  static createBuilder<T>(comparer: IComparer_1<T>): ImmutableSortedSet_1_Builder<T>;
1190
1195
  static createRange<T>(comparer: IComparer_1<T>, items: IEnumerable_1<T>): ImmutableSortedSet_1<T>;
@@ -1201,7 +1206,7 @@ export abstract class ImmutableStack$instance {
1201
1206
  static create<T>(): ImmutableStack_1<T>;
1202
1207
  static create<T>(items: ReadOnlySpan_1<T>): ImmutableStack_1<T>;
1203
1208
  static create<T>(item: T): ImmutableStack_1<T>;
1204
- static create<T>(items: T[]): ImmutableStack_1<T>;
1209
+ static create<T>(...items: T[]): ImmutableStack_1<T>;
1205
1210
  static createRange<T>(items: IEnumerable_1<T>): ImmutableStack_1<T>;
1206
1211
  static pop<T>(stack: IImmutableStack_1<T>, value: { value: ref<T> }): IImmutableStack_1<T>;
1207
1212
  }
@@ -0,0 +1,35 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: System.Collections.Immutable
3
+ // Facade - Public API Surface
4
+
5
+ // Import internal declarations
6
+ import * as Internal from './System.Collections.Immutable/internal/index.js';
7
+
8
+ // Cross-namespace type imports for constraints
9
+ import type { ICollection_1, IComparer_1, IDictionary_2, IEnumerable_1, IEnumerator_1, IEqualityComparer_1, IList_1, IReadOnlyCollection_1, IReadOnlyDictionary_2, IReadOnlyList_1, IReadOnlySet_1, ISet_1, KeyValuePair_2 } from './System.Collections.Generic/internal/index.js';
10
+ import type { ICollection, IComparer, IDictionary, IDictionaryEnumerator, IEnumerable, IEnumerator, IEqualityComparer, IList, IStructuralComparable, IStructuralEquatable } from './System.Collections/internal/index.js';
11
+ import type { Action_1, Array as ClrArray, Boolean as ClrBoolean, Comparison_1, Func_2, Func_3, IDisposable, IEquatable_1, Int32, Object as ClrObject, Predicate_1, Range, ReadOnlyMemory_1, ReadOnlySpan_1, Span_1, String as ClrString, Type, ValueType, Void } from './System/internal/index.js';
12
+
13
+ // Public API exports (curated - no internal $instance/$views leakage)
14
+ export type IImmutableDictionary<TKey, TValue> = Internal.IImmutableDictionary_2<TKey, TValue>;
15
+ export type IImmutableList<T> = Internal.IImmutableList_1<T>;
16
+ export type IImmutableQueue<T> = Internal.IImmutableQueue_1<T>;
17
+ export type IImmutableSet<T> = Internal.IImmutableSet_1<T>;
18
+ export type IImmutableStack<T> = Internal.IImmutableStack_1<T>;
19
+ export { ImmutableHashSet_1 as ImmutableHashSet } from './System.Collections.Immutable/internal/index.js';
20
+ export { ImmutableArray$instance as ImmutableArray_0 } from './System.Collections.Immutable/internal/index.js';
21
+ export { ImmutableArray_1 as ImmutableArray } from './System.Collections.Immutable/internal/index.js';
22
+ export { ImmutableDictionary$instance as ImmutableDictionary_0 } from './System.Collections.Immutable/internal/index.js';
23
+ export { ImmutableDictionary_2 as ImmutableDictionary } from './System.Collections.Immutable/internal/index.js';
24
+ export { ImmutableHashSet$instance as ImmutableHashSet_0 } from './System.Collections.Immutable/internal/index.js';
25
+ export { ImmutableInterlocked$instance as ImmutableInterlocked } from './System.Collections.Immutable/internal/index.js';
26
+ export { ImmutableList$instance as ImmutableList_0 } from './System.Collections.Immutable/internal/index.js';
27
+ export { ImmutableList_1 as ImmutableList } from './System.Collections.Immutable/internal/index.js';
28
+ export { ImmutableQueue$instance as ImmutableQueue_0 } from './System.Collections.Immutable/internal/index.js';
29
+ export { ImmutableQueue_1 as ImmutableQueue } from './System.Collections.Immutable/internal/index.js';
30
+ export { ImmutableSortedDictionary$instance as ImmutableSortedDictionary_0 } from './System.Collections.Immutable/internal/index.js';
31
+ export { ImmutableSortedDictionary_2 as ImmutableSortedDictionary } from './System.Collections.Immutable/internal/index.js';
32
+ export { ImmutableSortedSet$instance as ImmutableSortedSet_0 } from './System.Collections.Immutable/internal/index.js';
33
+ export { ImmutableSortedSet_1 as ImmutableSortedSet } from './System.Collections.Immutable/internal/index.js';
34
+ export { ImmutableStack$instance as ImmutableStack_0 } from './System.Collections.Immutable/internal/index.js';
35
+ export { ImmutableStack_1 as ImmutableStack } from './System.Collections.Immutable/internal/index.js';
@@ -0,0 +1,32 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: System.Collections.ObjectModel
3
+ // Facade - Public API Surface
4
+
5
+ // Import internal declarations
6
+ import * as Internal from './System.Collections.ObjectModel/internal/index.js';
7
+
8
+ // Cross-namespace type imports for constraints
9
+ import type { ICollection_1, IDictionary_2, IEnumerable_1, IEnumerator_1, IEqualityComparer_1, IList_1, IReadOnlyCollection_1, IReadOnlyDictionary_2, IReadOnlyList_1, IReadOnlySet_1, ISet_1, KeyValuePair_2, List_1 } from './System.Collections.Generic/internal/index.js';
10
+ import type { INotifyCollectionChanged, NotifyCollectionChangedEventHandler } from './System.Collections.Specialized/internal/index.js';
11
+ import type { ICollection, IDictionary, IDictionaryEnumerator, IEnumerable, IEnumerator, IList } from './System.Collections/internal/index.js';
12
+ import type { INotifyPropertyChanged } from './System.ComponentModel/internal/index.js';
13
+ import type { Array as ClrArray, Boolean as ClrBoolean, Int32, Object as ClrObject, ReadOnlySpan_1, String as ClrString, Type, Void } from './System/internal/index.js';
14
+
15
+ // Public API exports (curated - no internal $instance/$views leakage)
16
+ export { KeyedCollection_2 as KeyedCollection } from './System.Collections.ObjectModel/internal/index.js';
17
+ export { ObservableCollection_1 as ObservableCollection } from './System.Collections.ObjectModel/internal/index.js';
18
+ export { ReadOnlyObservableCollection_1 as ReadOnlyObservableCollection } from './System.Collections.ObjectModel/internal/index.js';
19
+ export { Collection_1 as Collection } from './System.Collections.ObjectModel/internal/index.js';
20
+ export { ReadOnlyDictionary_2 as ReadOnlyDictionary } from './System.Collections.ObjectModel/internal/index.js';
21
+ export { ReadOnlySet_1 as ReadOnlySet } from './System.Collections.ObjectModel/internal/index.js';
22
+
23
+ // Multi-arity family sentinel (detects unspecified type parameters)
24
+ declare const __unspecified: unique symbol;
25
+ export type __ = typeof __unspecified;
26
+
27
+ export type ReadOnlyCollection<
28
+ T1 = __,
29
+ > =
30
+ [T1] extends [__] ? Internal.ReadOnlyCollection :
31
+ Internal.ReadOnlyCollection_1<T1>;
32
+
@@ -78,6 +78,7 @@ export interface IOrderedDictionary$instance extends IDictionary, ICollection, I
78
78
  removeAt(index: int): void;
79
79
  set_Item(index: int, value: unknown): void;
80
80
  set_Item(key: unknown, value: unknown): void;
81
+ getEnumerator2(): IEnumerator;
81
82
  }
82
83
 
83
84
 
@@ -111,7 +112,7 @@ export interface __BitVector32$views {
111
112
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<BitVector32>;
112
113
 
113
114
  // Structural method bridges for numeric interface constraints
114
- Equals(other: BitVector32): boolean;
115
+ equals(other: BitVector32): boolean;
115
116
  }
116
117
 
117
118
  export type BitVector32 = BitVector32$instance & __BitVector32$views;
@@ -137,7 +138,7 @@ export interface __BitVector32_Section$views {
137
138
  As_IEquatable_1(): System_Internal.IEquatable_1$instance<BitVector32_Section>;
138
139
 
139
140
  // Structural method bridges for numeric interface constraints
140
- Equals(other: BitVector32_Section): boolean;
141
+ equals(other: BitVector32_Section): boolean;
141
142
  }
142
143
 
143
144
  export type BitVector32_Section = BitVector32_Section$instance & __BitVector32_Section$views;
@@ -0,0 +1,32 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: System.Collections.Specialized
3
+ // Facade - Public API Surface
4
+
5
+ // Import internal declarations
6
+ import * as Internal from './System.Collections.Specialized/internal/index.js';
7
+
8
+ // Cross-namespace type imports for constraints
9
+ import type { Hashtable, ICollection, IComparer, IDictionary, IDictionaryEnumerator, IEnumerable, IEnumerator, IEqualityComparer, IHashCodeProvider, IList, SortedList } from './System.Collections/internal/index.js';
10
+ import type { MethodInfo } from './System.Reflection/internal/index.js';
11
+ import type { IDeserializationCallback, ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
12
+ import type { Array as ClrArray, AsyncCallback, Boolean as ClrBoolean, Delegate, Enum, EventArgs, IAsyncResult, ICloneable, IComparable, IConvertible, IEquatable_1, IFormatProvider, IFormattable, Int16, Int32, IntPtr, ISpanFormattable, MulticastDelegate, Object as ClrObject, String as ClrString, Type, TypeCode, ValueType, Void } from './System/internal/index.js';
13
+
14
+ // Public API exports (curated - no internal $instance/$views leakage)
15
+ export { CollectionsUtil as CollectionsUtil } from './System.Collections.Specialized/internal/index.js';
16
+ export { BitVector32 as BitVector32 } from './System.Collections.Specialized/internal/index.js';
17
+ export { BitVector32_Section as BitVector32_Section } from './System.Collections.Specialized/internal/index.js';
18
+ export { HybridDictionary as HybridDictionary } from './System.Collections.Specialized/internal/index.js';
19
+ export type IOrderedDictionary = Internal.IOrderedDictionary;
20
+ export { ListDictionary as ListDictionary } from './System.Collections.Specialized/internal/index.js';
21
+ export { ListDictionary_DictionaryNode as ListDictionary_DictionaryNode } from './System.Collections.Specialized/internal/index.js';
22
+ export { NameObjectCollectionBase as NameObjectCollectionBase } from './System.Collections.Specialized/internal/index.js';
23
+ export { NameObjectCollectionBase_KeysCollection as NameObjectCollectionBase_KeysCollection } from './System.Collections.Specialized/internal/index.js';
24
+ export { NameValueCollection as NameValueCollection } from './System.Collections.Specialized/internal/index.js';
25
+ export { OrderedDictionary as OrderedDictionary } from './System.Collections.Specialized/internal/index.js';
26
+ export { StringCollection as StringCollection } from './System.Collections.Specialized/internal/index.js';
27
+ export { StringEnumerator as StringEnumerator } from './System.Collections.Specialized/internal/index.js';
28
+ export { StringDictionary as StringDictionary } from './System.Collections.Specialized/internal/index.js';
29
+ export type INotifyCollectionChanged = Internal.INotifyCollectionChanged;
30
+ export { NotifyCollectionChangedAction as NotifyCollectionChangedAction } from './System.Collections.Specialized/internal/index.js';
31
+ export { NotifyCollectionChangedEventArgs as NotifyCollectionChangedEventArgs } from './System.Collections.Specialized/internal/index.js';
32
+ export type NotifyCollectionChangedEventHandler = Internal.NotifyCollectionChangedEventHandler;
@@ -0,0 +1,39 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: System.Collections
3
+ // Facade - Public API Surface
4
+
5
+ // Import internal declarations
6
+ import * as Internal from './System.Collections/internal/index.js';
7
+
8
+ // Cross-namespace type imports for constraints
9
+ import type { CultureInfo } from './System.Globalization/internal/index.js';
10
+ import type { IDeserializationCallback, ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
11
+ import type { Array as ClrArray, Boolean as ClrBoolean, Byte, ICloneable, Int32, Object as ClrObject, Single, String as ClrString, Type, ValueType, Void } from './System/internal/index.js';
12
+
13
+ // Public API exports (curated - no internal $instance/$views leakage)
14
+ export { StructuralComparisons$instance as StructuralComparisons } from './System.Collections/internal/index.js';
15
+ export { CaseInsensitiveComparer as CaseInsensitiveComparer } from './System.Collections/internal/index.js';
16
+ export { CaseInsensitiveHashCodeProvider as CaseInsensitiveHashCodeProvider } from './System.Collections/internal/index.js';
17
+ export { CollectionBase as CollectionBase } from './System.Collections/internal/index.js';
18
+ export { DictionaryBase as DictionaryBase } from './System.Collections/internal/index.js';
19
+ export { Queue as Queue } from './System.Collections/internal/index.js';
20
+ export { ReadOnlyCollectionBase as ReadOnlyCollectionBase } from './System.Collections/internal/index.js';
21
+ export { SortedList as SortedList } from './System.Collections/internal/index.js';
22
+ export { Stack as Stack } from './System.Collections/internal/index.js';
23
+ export { ArrayList as ArrayList } from './System.Collections/internal/index.js';
24
+ export { BitArray as BitArray } from './System.Collections/internal/index.js';
25
+ export { Comparer as Comparer } from './System.Collections/internal/index.js';
26
+ export { DictionaryEntry as DictionaryEntry } from './System.Collections/internal/index.js';
27
+ export { Hashtable as Hashtable } from './System.Collections/internal/index.js';
28
+ export type ICollection = Internal.ICollection;
29
+ export type IComparer = Internal.IComparer;
30
+ export type IDictionary = Internal.IDictionary;
31
+ export type IDictionaryEnumerator = Internal.IDictionaryEnumerator;
32
+ export type IEnumerable = Internal.IEnumerable;
33
+ export type IEnumerator = Internal.IEnumerator;
34
+ export type IEqualityComparer = Internal.IEqualityComparer;
35
+ export type IHashCodeProvider = Internal.IHashCodeProvider;
36
+ export type IList = Internal.IList;
37
+ export type IStructuralComparable = Internal.IStructuralComparable;
38
+ export type IStructuralEquatable = Internal.IStructuralEquatable;
39
+ export { ListDictionaryInternal as ListDictionaryInternal } from './System.Collections/internal/index.js';
@@ -234,6 +234,7 @@ export interface IBindingList$instance extends IList, ICollection, IEnumerable {
234
234
  remove(value: unknown): void;
235
235
  removeAt(index: int): void;
236
236
  removeSort(): void;
237
+ clear(): void;
237
238
  }
238
239
 
239
240
 
@@ -272,6 +273,8 @@ export interface IBindingListView$instance extends IBindingList, IList, ICollect
272
273
  remove(value: unknown): void;
273
274
  removeAt(index: int): void;
274
275
  removeFilter(): void;
276
+ clear(): void;
277
+ removeSort(): void;
275
278
  }
276
279
 
277
280
 
@@ -440,6 +443,7 @@ export type IRaiseItemChangedEvents = IRaiseItemChangedEvents$instance;
440
443
  export interface IRevertibleChangeTracking$instance extends IChangeTracking {
441
444
  readonly isChanged: boolean;
442
445
  rejectChanges(): void;
446
+ acceptChanges(): void;
443
447
  }
444
448
 
445
449
 
@@ -610,7 +614,7 @@ export interface AttributeCollection$instance {
610
614
  export const AttributeCollection: {
611
615
  new(attributes: Attribute[]): AttributeCollection$instance;
612
616
  readonly empty: AttributeCollection;
613
- fromExisting(existing: AttributeCollection, newAttributes: Attribute[]): AttributeCollection;
617
+ fromExisting(existing: AttributeCollection, ...newAttributes: Attribute[]): AttributeCollection;
614
618
  };
615
619
 
616
620
 
@@ -2894,8 +2898,8 @@ export const TypeDescriptor: {
2894
2898
  readonly interfaceType: Type;
2895
2899
  readonly comObjectType: Type;
2896
2900
  comNativeDescriptorHandler: IComNativeDescriptorHandler;
2897
- addAttributes(instance: unknown, attributes: Attribute[]): TypeDescriptionProvider;
2898
- addAttributes(type_: Type, attributes: Attribute[]): TypeDescriptionProvider;
2901
+ addAttributes(instance: unknown, ...attributes: Attribute[]): TypeDescriptionProvider;
2902
+ addAttributes(type_: Type, ...attributes: Attribute[]): TypeDescriptionProvider;
2899
2903
  addEditorTable(editorBaseType: Type, table: Hashtable): void;
2900
2904
  addProvider(provider: TypeDescriptionProvider, instance: unknown): void;
2901
2905
  addProvider(provider: TypeDescriptionProvider, type_: Type): void;
@@ -2903,11 +2907,11 @@ export const TypeDescriptor: {
2903
2907
  addProviderTransparent(provider: TypeDescriptionProvider, type_: Type): void;
2904
2908
  createAssociation(primary: unknown, secondary: unknown): void;
2905
2909
  createDesigner(component: IComponent, designerBaseType: Type): IDesigner;
2906
- createEvent(componentType: Type, oldEventDescriptor: EventDescriptor, attributes: Attribute[]): EventDescriptor;
2907
- createEvent(componentType: Type, name: string, type_: Type, attributes: Attribute[]): EventDescriptor;
2910
+ createEvent(componentType: Type, oldEventDescriptor: EventDescriptor, ...attributes: Attribute[]): EventDescriptor;
2911
+ createEvent(componentType: Type, name: string, type_: Type, ...attributes: Attribute[]): EventDescriptor;
2908
2912
  createInstance(provider: IServiceProvider, objectType: Type, argTypes: Type[], args: unknown[]): unknown;
2909
- createProperty(componentType: Type, oldPropertyDescriptor: PropertyDescriptor, attributes: Attribute[]): PropertyDescriptor;
2910
- createProperty(componentType: Type, name: string, type_: Type, attributes: Attribute[]): PropertyDescriptor;
2913
+ createProperty(componentType: Type, oldPropertyDescriptor: PropertyDescriptor, ...attributes: Attribute[]): PropertyDescriptor;
2914
+ createProperty(componentType: Type, name: string, type_: Type, ...attributes: Attribute[]): PropertyDescriptor;
2911
2915
  getAssociation(type_: Type, primary: unknown): unknown;
2912
2916
  getAttributes(component: unknown, noCustomTypeDesc: boolean): AttributeCollection;
2913
2917
  getAttributes(component: unknown): AttributeCollection;
@@ -0,0 +1,19 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: System.ComponentModel.DataAnnotations.Schema
3
+ // Facade - Public API Surface
4
+
5
+ // Import internal declarations
6
+ import * as Internal from './System.ComponentModel.DataAnnotations.Schema/internal/index.js';
7
+
8
+ // Cross-namespace type imports for constraints
9
+ import type { Attribute, Boolean as ClrBoolean, Enum, IComparable, IConvertible, IFormatProvider, IFormattable, Int32, ISpanFormattable, Object as ClrObject, String as ClrString, Type, TypeCode } from './System/internal/index.js';
10
+
11
+ // Public API exports (curated - no internal $instance/$views leakage)
12
+ export { ColumnAttribute as ColumnAttribute } from './System.ComponentModel.DataAnnotations.Schema/internal/index.js';
13
+ export { ComplexTypeAttribute as ComplexTypeAttribute } from './System.ComponentModel.DataAnnotations.Schema/internal/index.js';
14
+ export { DatabaseGeneratedAttribute as DatabaseGeneratedAttribute } from './System.ComponentModel.DataAnnotations.Schema/internal/index.js';
15
+ export { DatabaseGeneratedOption as DatabaseGeneratedOption } from './System.ComponentModel.DataAnnotations.Schema/internal/index.js';
16
+ export { ForeignKeyAttribute as ForeignKeyAttribute } from './System.ComponentModel.DataAnnotations.Schema/internal/index.js';
17
+ export { InversePropertyAttribute as InversePropertyAttribute } from './System.ComponentModel.DataAnnotations.Schema/internal/index.js';
18
+ export { NotMappedAttribute as NotMappedAttribute } from './System.ComponentModel.DataAnnotations.Schema/internal/index.js';
19
+ export { TableAttribute as TableAttribute } from './System.ComponentModel.DataAnnotations.Schema/internal/index.js';
@@ -0,0 +1,55 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: System.ComponentModel.DataAnnotations
3
+ // Facade - Public API Surface
4
+
5
+ // Import internal declarations
6
+ import * as Internal from './System.ComponentModel.DataAnnotations/internal/index.js';
7
+
8
+ // Cross-namespace type imports for constraints
9
+ import type { ICollection_1, IDictionary_2, IEnumerable_1 } from './System.Collections.Generic/internal/index.js';
10
+ import type { IDictionary } from './System.Collections/internal/index.js';
11
+ import type { ICustomTypeDescriptor, TypeDescriptionProvider } from './System.ComponentModel/internal/index.js';
12
+ import type { MethodBase } from './System.Reflection/internal/index.js';
13
+ import type { ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
14
+ import type { Attribute, Boolean as ClrBoolean, Double, Enum, Exception, Func_2, IComparable, IConvertible, IFormatProvider, IFormattable, Int32, IServiceProvider, ISpanFormattable, Nullable_1, Object as ClrObject, String as ClrString, TimeSpan, Type, TypeCode, Void } from './System/internal/index.js';
15
+
16
+ // Public API exports (curated - no internal $instance/$views leakage)
17
+ export { AllowedValuesAttribute as AllowedValuesAttribute } from './System.ComponentModel.DataAnnotations/internal/index.js';
18
+ export { AssociatedMetadataTypeTypeDescriptionProvider as AssociatedMetadataTypeTypeDescriptionProvider } from './System.ComponentModel.DataAnnotations/internal/index.js';
19
+ export { AssociationAttribute as AssociationAttribute } from './System.ComponentModel.DataAnnotations/internal/index.js';
20
+ export { Base64StringAttribute as Base64StringAttribute } from './System.ComponentModel.DataAnnotations/internal/index.js';
21
+ export { CompareAttribute as CompareAttribute } from './System.ComponentModel.DataAnnotations/internal/index.js';
22
+ export { ConcurrencyCheckAttribute as ConcurrencyCheckAttribute } from './System.ComponentModel.DataAnnotations/internal/index.js';
23
+ export { CreditCardAttribute as CreditCardAttribute } from './System.ComponentModel.DataAnnotations/internal/index.js';
24
+ export { CustomValidationAttribute as CustomValidationAttribute } from './System.ComponentModel.DataAnnotations/internal/index.js';
25
+ export { DataType as DataType } from './System.ComponentModel.DataAnnotations/internal/index.js';
26
+ export { DataTypeAttribute as DataTypeAttribute } from './System.ComponentModel.DataAnnotations/internal/index.js';
27
+ export { DeniedValuesAttribute as DeniedValuesAttribute } from './System.ComponentModel.DataAnnotations/internal/index.js';
28
+ export { DisplayAttribute as DisplayAttribute } from './System.ComponentModel.DataAnnotations/internal/index.js';
29
+ export { DisplayColumnAttribute as DisplayColumnAttribute } from './System.ComponentModel.DataAnnotations/internal/index.js';
30
+ export { DisplayFormatAttribute as DisplayFormatAttribute } from './System.ComponentModel.DataAnnotations/internal/index.js';
31
+ export { EditableAttribute as EditableAttribute } from './System.ComponentModel.DataAnnotations/internal/index.js';
32
+ export { EmailAddressAttribute as EmailAddressAttribute } from './System.ComponentModel.DataAnnotations/internal/index.js';
33
+ export { EnumDataTypeAttribute as EnumDataTypeAttribute } from './System.ComponentModel.DataAnnotations/internal/index.js';
34
+ export { FileExtensionsAttribute as FileExtensionsAttribute } from './System.ComponentModel.DataAnnotations/internal/index.js';
35
+ export { FilterUIHintAttribute as FilterUIHintAttribute } from './System.ComponentModel.DataAnnotations/internal/index.js';
36
+ export type IValidatableObject = Internal.IValidatableObject;
37
+ export { KeyAttribute as KeyAttribute } from './System.ComponentModel.DataAnnotations/internal/index.js';
38
+ export { LengthAttribute as LengthAttribute } from './System.ComponentModel.DataAnnotations/internal/index.js';
39
+ export { MaxLengthAttribute as MaxLengthAttribute } from './System.ComponentModel.DataAnnotations/internal/index.js';
40
+ export { MetadataTypeAttribute as MetadataTypeAttribute } from './System.ComponentModel.DataAnnotations/internal/index.js';
41
+ export { MinLengthAttribute as MinLengthAttribute } from './System.ComponentModel.DataAnnotations/internal/index.js';
42
+ export { PhoneAttribute as PhoneAttribute } from './System.ComponentModel.DataAnnotations/internal/index.js';
43
+ export { RangeAttribute as RangeAttribute } from './System.ComponentModel.DataAnnotations/internal/index.js';
44
+ export { RegularExpressionAttribute as RegularExpressionAttribute } from './System.ComponentModel.DataAnnotations/internal/index.js';
45
+ export { RequiredAttribute as RequiredAttribute } from './System.ComponentModel.DataAnnotations/internal/index.js';
46
+ export { ScaffoldColumnAttribute as ScaffoldColumnAttribute } from './System.ComponentModel.DataAnnotations/internal/index.js';
47
+ export { StringLengthAttribute as StringLengthAttribute } from './System.ComponentModel.DataAnnotations/internal/index.js';
48
+ export { TimestampAttribute as TimestampAttribute } from './System.ComponentModel.DataAnnotations/internal/index.js';
49
+ export { UIHintAttribute as UIHintAttribute } from './System.ComponentModel.DataAnnotations/internal/index.js';
50
+ export { UrlAttribute as UrlAttribute } from './System.ComponentModel.DataAnnotations/internal/index.js';
51
+ export { ValidationAttribute as ValidationAttribute } from './System.ComponentModel.DataAnnotations/internal/index.js';
52
+ export { ValidationContext as ValidationContext } from './System.ComponentModel.DataAnnotations/internal/index.js';
53
+ export { ValidationException as ValidationException } from './System.ComponentModel.DataAnnotations/internal/index.js';
54
+ export { ValidationResult as ValidationResult } from './System.ComponentModel.DataAnnotations/internal/index.js';
55
+ export { Validator$instance as Validator } from './System.ComponentModel.DataAnnotations/internal/index.js';