@tsonic/dotnet 0.7.1 → 0.7.3

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 (249) hide show
  1. package/Internal.d.ts +13 -0
  2. package/Microsoft.CSharp.RuntimeBinder.d.ts +23 -0
  3. package/Microsoft.VisualBasic.CompilerServices.d.ts +45 -0
  4. package/Microsoft.VisualBasic.FileIO.d.ts +27 -0
  5. package/Microsoft.VisualBasic.d.ts +48 -0
  6. package/Microsoft.Win32.SafeHandles.d.ts +29 -0
  7. package/Microsoft.Win32.d.ts +21 -0
  8. package/System/internal/index.d.ts +23 -2173
  9. package/System.Buffers/internal/index.d.ts +6 -6
  10. package/{System.Buffers.Binary/index.d.ts → System.Buffers.Binary.d.ts} +4 -6
  11. package/System.Buffers.Text.d.ts +16 -0
  12. package/System.Buffers.d.ts +33 -0
  13. package/System.CodeDom.Compiler.d.ts +17 -0
  14. package/System.Collections.Concurrent.d.ts +24 -0
  15. package/System.Collections.Frozen.d.ts +18 -0
  16. package/System.Collections.Generic/internal/index.d.ts +8 -8
  17. package/System.Collections.Generic.d.ts +61 -0
  18. package/System.Collections.Immutable.d.ts +35 -0
  19. package/System.Collections.ObjectModel.d.ts +23 -0
  20. package/System.Collections.Specialized.d.ts +32 -0
  21. package/System.Collections.d.ts +39 -0
  22. package/System.ComponentModel.DataAnnotations.Schema.d.ts +19 -0
  23. package/System.ComponentModel.DataAnnotations.d.ts +55 -0
  24. package/{System.ComponentModel.Design.Serialization/index.d.ts → System.ComponentModel.Design.Serialization.d.ts} +20 -22
  25. package/{System.ComponentModel.Design/index.d.ts → System.ComponentModel.Design.d.ts} +38 -40
  26. package/System.ComponentModel.d.ts +207 -0
  27. package/{System.Configuration.Assemblies/index.d.ts → System.Configuration.Assemblies.d.ts} +5 -7
  28. package/System.Data.Common.d.ts +62 -0
  29. package/System.Data.SqlTypes.d.ts +43 -0
  30. package/System.Data.d.ts +133 -0
  31. package/System.Diagnostics.CodeAnalysis.d.ts +38 -0
  32. package/System.Diagnostics.Contracts.d.ts +30 -0
  33. package/System.Diagnostics.Metrics.d.ts +33 -0
  34. package/{System.Diagnostics.SymbolStore/index.d.ts → System.Diagnostics.SymbolStore.d.ts} +9 -11
  35. package/System.Diagnostics.Tracing.d.ts +47 -0
  36. package/System.Diagnostics.d.ts +118 -0
  37. package/System.Drawing.d.ts +30 -0
  38. package/System.Dynamic.d.ts +37 -0
  39. package/System.Formats.Asn1.d.ts +25 -0
  40. package/System.Formats.Tar.d.ts +27 -0
  41. package/System.Globalization.d.ts +57 -0
  42. package/System.IO.Compression.d.ts +37 -0
  43. package/System.IO.Enumeration.d.ts +21 -0
  44. package/System.IO.IsolatedStorage.d.ts +24 -0
  45. package/{System.IO.MemoryMappedFiles/index.d.ts → System.IO.MemoryMappedFiles.d.ts} +13 -15
  46. package/System.IO.Pipelines.d.ts +26 -0
  47. package/System.IO.Pipes.d.ts +35 -0
  48. package/System.IO.d.ts +79 -0
  49. package/System.Linq.Expressions.Interpreter.d.ts +12 -0
  50. package/System.Linq.Expressions.d.ts +58 -0
  51. package/System.Linq.d.ts +43 -0
  52. package/System.Net.Cache.d.ts +16 -0
  53. package/System.Net.Http.Headers.d.ts +42 -0
  54. package/System.Net.Http.Json.d.ts +24 -0
  55. package/System.Net.Http.Metrics.d.ts +13 -0
  56. package/System.Net.Http.d.ts +57 -0
  57. package/System.Net.Mail.d.ts +45 -0
  58. package/System.Net.Mime.d.ts +22 -0
  59. package/System.Net.NetworkInformation.d.ts +63 -0
  60. package/System.Net.Quic.d.ts +35 -0
  61. package/System.Net.Security.d.ts +47 -0
  62. package/System.Net.ServerSentEvents.d.ts +23 -0
  63. package/System.Net.Sockets.d.ts +55 -0
  64. package/System.Net.WebSockets.d.ts +41 -0
  65. package/System.Net.d.ts +120 -0
  66. package/System.Numerics.d.ts +58 -0
  67. package/System.Reflection.Emit.d.ts +49 -0
  68. package/System.Reflection.Metadata.Ecma335.d.ts +62 -0
  69. package/System.Reflection.Metadata.d.ts +208 -0
  70. package/System.Reflection.PortableExecutable.d.ts +43 -0
  71. package/System.Reflection.d.ts +124 -0
  72. package/System.Resources.d.ts +27 -0
  73. package/System.Runtime.CompilerServices.d.ts +185 -0
  74. package/{System.Runtime.ConstrainedExecution/index.d.ts → System.Runtime.ConstrainedExecution.d.ts} +8 -10
  75. package/{System.Runtime.ExceptionServices/index.d.ts → System.Runtime.ExceptionServices.d.ts} +7 -9
  76. package/System.Runtime.InteropServices.ComTypes.d.ts +70 -0
  77. package/System.Runtime.InteropServices.Java.d.ts +16 -0
  78. package/System.Runtime.InteropServices.JavaScript.d.ts +43 -0
  79. package/System.Runtime.InteropServices.Marshalling.d.ts +47 -0
  80. package/{System.Runtime.InteropServices.ObjectiveC/index.d.ts → System.Runtime.InteropServices.ObjectiveC.d.ts} +9 -11
  81. package/System.Runtime.InteropServices.Swift.d.ts +15 -0
  82. package/System.Runtime.InteropServices.d.ts +153 -0
  83. package/System.Runtime.Intrinsics.Arm.d.ts +35 -0
  84. package/System.Runtime.Intrinsics.Wasm.d.ts +13 -0
  85. package/System.Runtime.Intrinsics.X86.d.ts +88 -0
  86. package/System.Runtime.Intrinsics.d.ts +20 -0
  87. package/System.Runtime.Loader.d.ts +17 -0
  88. package/System.Runtime.Remoting.d.ts +12 -0
  89. package/System.Runtime.Serialization.DataContracts.d.ts +21 -0
  90. package/System.Runtime.Serialization.Formatters.Binary.d.ts +15 -0
  91. package/{System.Runtime.Serialization.Formatters/index.d.ts → System.Runtime.Serialization.Formatters.d.ts} +6 -8
  92. package/System.Runtime.Serialization.Json.d.ts +23 -0
  93. package/System.Runtime.Serialization.d.ts +76 -0
  94. package/System.Runtime.Versioning.d.ts +27 -0
  95. package/System.Runtime.d.ts +27 -0
  96. package/System.Security.AccessControl.d.ts +82 -0
  97. package/System.Security.Authentication.ExtendedProtection.d.ts +23 -0
  98. package/System.Security.Authentication.d.ts +20 -0
  99. package/System.Security.Claims.d.ts +19 -0
  100. package/System.Security.Cryptography.X509Certificates.d.ts +78 -0
  101. package/System.Security.Cryptography.d.ts +191 -0
  102. package/System.Security.Permissions.d.ts +18 -0
  103. package/System.Security.Policy.d.ts +14 -0
  104. package/System.Security.Principal.d.ts +36 -0
  105. package/System.Security.d.ts +35 -0
  106. package/System.Text.Encodings.Web.d.ts +20 -0
  107. package/System.Text.Json.Nodes.d.ts +23 -0
  108. package/System.Text.Json.Schema.d.ts +17 -0
  109. package/System.Text.Json.Serialization.Metadata.d.ts +33 -0
  110. package/System.Text.Json.Serialization.d.ts +53 -0
  111. package/System.Text.Json.d.ts +44 -0
  112. package/System.Text.RegularExpressions.d.ts +35 -0
  113. package/System.Text.Unicode.d.ts +16 -0
  114. package/System.Text.d.ts +54 -0
  115. package/System.Threading.Channels.d.ts +27 -0
  116. package/System.Threading.Tasks.Dataflow.d.ts +35 -0
  117. package/{System.Threading.Tasks.Sources/index.d.ts → System.Threading.Tasks.Sources.d.ts} +6 -10
  118. package/System.Threading.Tasks.d.ts +44 -0
  119. package/System.Threading.d.ts +99 -0
  120. package/{System.Timers/index.d.ts → System.Timers.d.ts} +9 -11
  121. package/{System.Transactions/index.d.ts → System.Transactions.d.ts} +32 -34
  122. package/System.Web.d.ts +16 -0
  123. package/{System.Windows.Input/index.d.ts → System.Windows.Input.d.ts} +3 -5
  124. package/{System.Windows.Markup/index.d.ts → System.Windows.Markup.d.ts} +4 -6
  125. package/System.Xml.Linq.d.ts +43 -0
  126. package/System.Xml.Resolvers.d.ts +18 -0
  127. package/System.Xml.Schema.d.ts +108 -0
  128. package/System.Xml.Serialization.d.ts +89 -0
  129. package/System.Xml.XPath.d.ts +34 -0
  130. package/System.Xml.Xsl.Runtime.d.ts +66 -0
  131. package/System.Xml.Xsl.d.ts +29 -0
  132. package/System.Xml.d.ts +105 -0
  133. package/System.d.ts +349 -0
  134. package/package.json +1 -1
  135. package/Internal/index.d.ts +0 -15
  136. package/Microsoft.CSharp.RuntimeBinder/index.d.ts +0 -25
  137. package/Microsoft.VisualBasic/index.d.ts +0 -50
  138. package/Microsoft.VisualBasic.CompilerServices/index.d.ts +0 -47
  139. package/Microsoft.VisualBasic.FileIO/index.d.ts +0 -29
  140. package/Microsoft.Win32/index.d.ts +0 -23
  141. package/Microsoft.Win32.SafeHandles/index.d.ts +0 -31
  142. package/System/index.d.ts +0 -428
  143. package/System.Buffers/index.d.ts +0 -48
  144. package/System.Buffers.Text/index.d.ts +0 -18
  145. package/System.CodeDom.Compiler/index.d.ts +0 -19
  146. package/System.Collections/index.d.ts +0 -41
  147. package/System.Collections.Concurrent/index.d.ts +0 -35
  148. package/System.Collections.Frozen/index.d.ts +0 -26
  149. package/System.Collections.Generic/index.d.ts +0 -129
  150. package/System.Collections.Immutable/index.d.ts +0 -64
  151. package/System.Collections.ObjectModel/index.d.ts +0 -34
  152. package/System.Collections.Specialized/index.d.ts +0 -34
  153. package/System.ComponentModel/index.d.ts +0 -210
  154. package/System.ComponentModel.DataAnnotations/index.d.ts +0 -57
  155. package/System.ComponentModel.DataAnnotations.Schema/index.d.ts +0 -21
  156. package/System.Data/index.d.ts +0 -139
  157. package/System.Data.Common/index.d.ts +0 -64
  158. package/System.Data.SqlTypes/index.d.ts +0 -45
  159. package/System.Diagnostics/index.d.ts +0 -123
  160. package/System.Diagnostics.CodeAnalysis/index.d.ts +0 -40
  161. package/System.Diagnostics.Contracts/index.d.ts +0 -32
  162. package/System.Diagnostics.Metrics/index.d.ts +0 -47
  163. package/System.Diagnostics.Tracing/index.d.ts +0 -49
  164. package/System.Drawing/index.d.ts +0 -32
  165. package/System.Dynamic/index.d.ts +0 -39
  166. package/System.Formats.Asn1/index.d.ts +0 -27
  167. package/System.Formats.Tar/index.d.ts +0 -29
  168. package/System.Globalization/index.d.ts +0 -59
  169. package/System.IO/index.d.ts +0 -81
  170. package/System.IO.Compression/index.d.ts +0 -39
  171. package/System.IO.Enumeration/index.d.ts +0 -27
  172. package/System.IO.IsolatedStorage/index.d.ts +0 -26
  173. package/System.IO.Pipelines/index.d.ts +0 -28
  174. package/System.IO.Pipes/index.d.ts +0 -37
  175. package/System.Linq/index.d.ts +0 -56
  176. package/System.Linq.Expressions/index.d.ts +0 -61
  177. package/System.Linq.Expressions.Interpreter/index.d.ts +0 -14
  178. package/System.Net/index.d.ts +0 -122
  179. package/System.Net.Cache/index.d.ts +0 -18
  180. package/System.Net.Http/index.d.ts +0 -61
  181. package/System.Net.Http.Headers/index.d.ts +0 -45
  182. package/System.Net.Http.Json/index.d.ts +0 -26
  183. package/System.Net.Http.Metrics/index.d.ts +0 -15
  184. package/System.Net.Mail/index.d.ts +0 -47
  185. package/System.Net.Mime/index.d.ts +0 -24
  186. package/System.Net.NetworkInformation/index.d.ts +0 -65
  187. package/System.Net.Quic/index.d.ts +0 -37
  188. package/System.Net.Security/index.d.ts +0 -49
  189. package/System.Net.ServerSentEvents/index.d.ts +0 -28
  190. package/System.Net.Sockets/index.d.ts +0 -57
  191. package/System.Net.WebSockets/index.d.ts +0 -43
  192. package/System.Numerics/index.d.ts +0 -94
  193. package/System.Reflection/index.d.ts +0 -126
  194. package/System.Reflection.Emit/index.d.ts +0 -51
  195. package/System.Reflection.Metadata/index.d.ts +0 -220
  196. package/System.Reflection.Metadata.Ecma335/index.d.ts +0 -65
  197. package/System.Reflection.PortableExecutable/index.d.ts +0 -45
  198. package/System.Resources/index.d.ts +0 -29
  199. package/System.Runtime/index.d.ts +0 -29
  200. package/System.Runtime.CompilerServices/index.d.ts +0 -219
  201. package/System.Runtime.InteropServices/index.d.ts +0 -161
  202. package/System.Runtime.InteropServices.ComTypes/index.d.ts +0 -72
  203. package/System.Runtime.InteropServices.Java/index.d.ts +0 -18
  204. package/System.Runtime.InteropServices.JavaScript/index.d.ts +0 -54
  205. package/System.Runtime.InteropServices.Marshalling/index.d.ts +0 -59
  206. package/System.Runtime.InteropServices.Swift/index.d.ts +0 -18
  207. package/System.Runtime.Intrinsics/index.d.ts +0 -26
  208. package/System.Runtime.Intrinsics.Arm/index.d.ts +0 -37
  209. package/System.Runtime.Intrinsics.Wasm/index.d.ts +0 -15
  210. package/System.Runtime.Intrinsics.X86/index.d.ts +0 -90
  211. package/System.Runtime.Loader/index.d.ts +0 -19
  212. package/System.Runtime.Remoting/index.d.ts +0 -14
  213. package/System.Runtime.Serialization/index.d.ts +0 -78
  214. package/System.Runtime.Serialization.DataContracts/index.d.ts +0 -23
  215. package/System.Runtime.Serialization.Formatters.Binary/index.d.ts +0 -17
  216. package/System.Runtime.Serialization.Json/index.d.ts +0 -25
  217. package/System.Runtime.Versioning/index.d.ts +0 -29
  218. package/System.Security/index.d.ts +0 -37
  219. package/System.Security.AccessControl/index.d.ts +0 -87
  220. package/System.Security.Authentication/index.d.ts +0 -22
  221. package/System.Security.Authentication.ExtendedProtection/index.d.ts +0 -25
  222. package/System.Security.Claims/index.d.ts +0 -21
  223. package/System.Security.Cryptography/index.d.ts +0 -193
  224. package/System.Security.Cryptography.X509Certificates/index.d.ts +0 -80
  225. package/System.Security.Permissions/index.d.ts +0 -20
  226. package/System.Security.Policy/index.d.ts +0 -16
  227. package/System.Security.Principal/index.d.ts +0 -38
  228. package/System.Text/index.d.ts +0 -56
  229. package/System.Text.Encodings.Web/index.d.ts +0 -22
  230. package/System.Text.Json/index.d.ts +0 -46
  231. package/System.Text.Json.Nodes/index.d.ts +0 -25
  232. package/System.Text.Json.Schema/index.d.ts +0 -19
  233. package/System.Text.Json.Serialization/index.d.ts +0 -59
  234. package/System.Text.Json.Serialization.Metadata/index.d.ts +0 -39
  235. package/System.Text.RegularExpressions/index.d.ts +0 -37
  236. package/System.Text.Unicode/index.d.ts +0 -18
  237. package/System.Threading/index.d.ts +0 -104
  238. package/System.Threading.Channels/index.d.ts +0 -34
  239. package/System.Threading.Tasks/index.d.ts +0 -50
  240. package/System.Threading.Tasks.Dataflow/index.d.ts +0 -52
  241. package/System.Web/index.d.ts +0 -18
  242. package/System.Xml/index.d.ts +0 -107
  243. package/System.Xml.Linq/index.d.ts +0 -45
  244. package/System.Xml.Resolvers/index.d.ts +0 -20
  245. package/System.Xml.Schema/index.d.ts +0 -110
  246. package/System.Xml.Serialization/index.d.ts +0 -91
  247. package/System.Xml.XPath/index.d.ts +0 -36
  248. package/System.Xml.Xsl/index.d.ts +0 -31
  249. package/System.Xml.Xsl.Runtime/index.d.ts +0 -69
@@ -152,7 +152,7 @@ export const ReadOnlySequence_1_Enumerator: {
152
152
 
153
153
  export type ReadOnlySequence_1_Enumerator<T> = ReadOnlySequence_1_Enumerator$instance<T>;
154
154
 
155
- export interface SequenceReader_1$instance<T extends IEquatable_1<T>> {
155
+ export interface SequenceReader_1$instance<T extends (IEquatable_1<T> | number | string | boolean)> {
156
156
  readonly consumed: long;
157
157
  readonly currentSpan: ReadOnlySpan_1<T>;
158
158
  readonly currentSpanIndex: int;
@@ -192,11 +192,11 @@ export interface SequenceReader_1$instance<T extends IEquatable_1<T>> {
192
192
 
193
193
 
194
194
  export const SequenceReader_1: {
195
- new<T extends IEquatable_1<T>>(sequence: ReadOnlySequence_1<T>): SequenceReader_1$instance<T>;
195
+ new<T extends (IEquatable_1<T> | number | string | boolean)>(sequence: ReadOnlySequence_1<T>): SequenceReader_1$instance<T>;
196
196
  };
197
197
 
198
198
 
199
- export type SequenceReader_1<T extends IEquatable_1<T>> = SequenceReader_1$instance<T>;
199
+ export type SequenceReader_1<T extends (IEquatable_1<T> | number | string | boolean)> = SequenceReader_1$instance<T>;
200
200
 
201
201
  export interface StandardFormat$instance {
202
202
  readonly hasPrecision: boolean;
@@ -331,17 +331,17 @@ export const ReadOnlySequenceSegment_1: {
331
331
 
332
332
  export type ReadOnlySequenceSegment_1<T> = ReadOnlySequenceSegment_1$instance<T>;
333
333
 
334
- export interface SearchValues_1$instance<T extends IEquatable_1<T>> {
334
+ export interface SearchValues_1$instance<T extends (IEquatable_1<T> | number | string | boolean)> {
335
335
  contains(value: T): boolean;
336
336
  }
337
337
 
338
338
 
339
339
  export const SearchValues_1: {
340
- new<T extends IEquatable_1<T>>(): SearchValues_1$instance<T>;
340
+ new<T extends (IEquatable_1<T> | number | string | boolean)>(): SearchValues_1$instance<T>;
341
341
  };
342
342
 
343
343
 
344
- export type SearchValues_1<T extends IEquatable_1<T>> = SearchValues_1$instance<T>;
344
+ export type SearchValues_1<T extends (IEquatable_1<T> | number | string | boolean)> = SearchValues_1$instance<T>;
345
345
 
346
346
  export abstract class BuffersExtensions$instance {
347
347
  static copyTo<T>(source: { value: ref<ReadOnlySequence_1<T>> }, destination: Span_1<T>): void;
@@ -3,12 +3,10 @@
3
3
  // Facade - Public API Surface
4
4
 
5
5
  // Import internal declarations
6
- import * as Internal from './internal/index.js';
6
+ import * as Internal from './System.Buffers.Binary/internal/index.js';
7
7
 
8
8
  // Cross-namespace type imports for constraints
9
- import type { Boolean as ClrBoolean, Byte, Double, Half, Int128, Int16, Int32, Int64, IntPtr, Object as ClrObject, ReadOnlySpan_1, SByte, Single, Span_1, String as ClrString, Type, UInt128, UInt16, UInt32, UInt64, UIntPtr, Void } from '../System/internal/index.js';
9
+ import type { Boolean as ClrBoolean, Byte, Double, Half, Int128, Int16, Int32, Int64, IntPtr, Object as ClrObject, ReadOnlySpan_1, SByte, Single, Span_1, String as ClrString, Type, UInt128, UInt16, UInt32, UInt64, UIntPtr, Void } from './System/internal/index.js';
10
10
 
11
- export * from './internal/index.js';
12
-
13
- // Individual type exports for convenience
14
- export { BinaryPrimitives$instance as BinaryPrimitives } from './internal/index.js';
11
+ // Public API exports (curated - no internal $instance/$views leakage)
12
+ export { BinaryPrimitives$instance as BinaryPrimitives } from './System.Buffers.Binary/internal/index.js';
@@ -0,0 +1,16 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: System.Buffers.Text
3
+ // Facade - Public API Surface
4
+
5
+ // Import internal declarations
6
+ import * as Internal from './System.Buffers.Text/internal/index.js';
7
+
8
+ // Cross-namespace type imports for constraints
9
+ import type { OperationStatus, StandardFormat } from './System.Buffers/internal/index.js';
10
+ import type { Boolean as ClrBoolean, Byte, Char, DateTime, DateTimeOffset, Decimal, Double, Guid, Int16, Int32, Int64, Object as ClrObject, ReadOnlySpan_1, SByte, Single, Span_1, String as ClrString, TimeSpan, Type, UInt16, UInt32, UInt64 } from './System/internal/index.js';
11
+
12
+ // Public API exports (curated - no internal $instance/$views leakage)
13
+ export { Base64$instance as Base64 } from './System.Buffers.Text/internal/index.js';
14
+ export { Base64Url$instance as Base64Url } from './System.Buffers.Text/internal/index.js';
15
+ export { Utf8Formatter$instance as Utf8Formatter } from './System.Buffers.Text/internal/index.js';
16
+ export { Utf8Parser$instance as Utf8Parser } from './System.Buffers.Text/internal/index.js';
@@ -0,0 +1,33 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: System.Buffers
3
+ // Facade - Public API Surface
4
+
5
+ // Import internal declarations
6
+ import * as Internal from './System.Buffers/internal/index.js';
7
+
8
+ // Cross-namespace type imports for constraints
9
+ import type { MethodInfo } from './System.Reflection/internal/index.js';
10
+ import type { GCHandle } from './System.Runtime.InteropServices/internal/index.js';
11
+ import type { ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
12
+ import type { AsyncCallback, Boolean as ClrBoolean, Byte, Char, Delegate, Enum, IAsyncResult, ICloneable, IComparable, IConvertible, IDisposable, IEquatable_1, IFormatProvider, IFormattable, Int16, Int32, Int64, IntPtr, ISpanFormattable, Memory_1, MulticastDelegate, Nullable_1, Object as ClrObject, ReadOnlyMemory_1, ReadOnlySpan_1, SequencePosition, Span_1, String as ClrString, StringComparison, Type, TypeCode, ValueType, Void } from './System/internal/index.js';
13
+
14
+ // Public API exports (curated - no internal $instance/$views leakage)
15
+ export { BuffersExtensions$instance as BuffersExtensions } from './System.Buffers/internal/index.js';
16
+ export type IBufferWriter<T> = Internal.IBufferWriter_1<T>;
17
+ export { MemoryPool_1 as MemoryPool } from './System.Buffers/internal/index.js';
18
+ export { ReadOnlySequence_1 as ReadOnlySequence } from './System.Buffers/internal/index.js';
19
+ export { ReadOnlySequenceSegment_1 as ReadOnlySequenceSegment } from './System.Buffers/internal/index.js';
20
+ export { SequenceReader_1 as SequenceReader } from './System.Buffers/internal/index.js';
21
+ export { SequenceReaderExtensions$instance as SequenceReaderExtensions } from './System.Buffers/internal/index.js';
22
+ export { ArrayBufferWriter_1 as ArrayBufferWriter } from './System.Buffers/internal/index.js';
23
+ export type SpanAction<T, TArg> = Internal.SpanAction_2<T, TArg>;
24
+ export type ReadOnlySpanAction<T, TArg> = Internal.ReadOnlySpanAction_2<T, TArg>;
25
+ export { ArrayPool_1 as ArrayPool } from './System.Buffers/internal/index.js';
26
+ export type IMemoryOwner<T> = Internal.IMemoryOwner_1<T>;
27
+ export type IPinnable = Internal.IPinnable;
28
+ export { MemoryHandle as MemoryHandle } from './System.Buffers/internal/index.js';
29
+ export { MemoryManager_1 as MemoryManager } from './System.Buffers/internal/index.js';
30
+ export { OperationStatus as OperationStatus } from './System.Buffers/internal/index.js';
31
+ export { StandardFormat as StandardFormat } from './System.Buffers/internal/index.js';
32
+ export { SearchValues$instance as SearchValues_0 } from './System.Buffers/internal/index.js';
33
+ export { SearchValues_1 as SearchValues } from './System.Buffers/internal/index.js';
@@ -0,0 +1,17 @@
1
+ // Generated by tsbindgen - Architecture
2
+ // Namespace: System.CodeDom.Compiler
3
+ // Facade - Public API Surface
4
+
5
+ // Import internal declarations
6
+ import * as Internal from './System.CodeDom.Compiler/internal/index.js';
7
+
8
+ // Cross-namespace type imports for constraints
9
+ import type { TextWriter } from './System.IO/internal/index.js';
10
+ import type { Encoding, StringBuilder } from './System.Text/internal/index.js';
11
+ import type { Task, ValueTask } from './System.Threading.Tasks/internal/index.js';
12
+ import type { CancellationToken } from './System.Threading/internal/index.js';
13
+ import type { Attribute, Boolean as ClrBoolean, Char, Decimal, Double, IAsyncDisposable, IDisposable, IFormatProvider, Int32, Int64, Object as ClrObject, ReadOnlyMemory_1, ReadOnlySpan_1, Single, String as ClrString, Type, UInt32, UInt64, Void } from './System/internal/index.js';
14
+
15
+ // Public API exports (curated - no internal $instance/$views leakage)
16
+ export { GeneratedCodeAttribute as GeneratedCodeAttribute } from './System.CodeDom.Compiler/internal/index.js';
17
+ export { IndentedTextWriter as IndentedTextWriter } from './System.CodeDom.Compiler/internal/index.js';
@@ -0,0 +1,24 @@
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 { Partitioner_1 as Partitioner } from './System.Collections.Concurrent/internal/index.js';
21
+ export { EnumerablePartitionerOptions as EnumerablePartitionerOptions } from './System.Collections.Concurrent/internal/index.js';
22
+ export { Partitioner$instance as Partitioner_0 } from './System.Collections.Concurrent/internal/index.js';
23
+ export { ConcurrentQueue_1 as ConcurrentQueue } from './System.Collections.Concurrent/internal/index.js';
24
+ export type IProducerConsumerCollection<T> = Internal.IProducerConsumerCollection_1<T>;
@@ -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';
@@ -798,7 +798,7 @@ export interface __EqualityComparer_1$views<T> {
798
798
  export type EqualityComparer_1<T> = EqualityComparer_1$instance<T> & __EqualityComparer_1$views<T>;
799
799
 
800
800
 
801
- export interface GenericComparer_1$instance<T extends IComparable_1<T>> extends Comparer_1$instance<T> {
801
+ export interface GenericComparer_1$instance<T extends (IComparable_1<T> | number | string | boolean)> extends Comparer_1$instance<T> {
802
802
  compare(x: unknown, y: unknown): int;
803
803
  equals(obj: unknown): boolean;
804
804
  getHashCode(): int;
@@ -806,35 +806,35 @@ export interface GenericComparer_1$instance<T extends IComparable_1<T>> extends
806
806
 
807
807
 
808
808
  export const GenericComparer_1: {
809
- new<T extends IComparable_1<T>>(): GenericComparer_1$instance<T>;
809
+ new<T extends (IComparable_1<T> | number | string | boolean)>(): GenericComparer_1$instance<T>;
810
810
  };
811
811
 
812
812
 
813
- export interface __GenericComparer_1$views<T extends IComparable_1<T>> {
813
+ export interface __GenericComparer_1$views<T extends (IComparable_1<T> | number | string | boolean)> {
814
814
  As_IComparer_1(): IComparer_1$instance<T>;
815
815
  As_IComparer(): System_Collections_Internal.IComparer$instance;
816
816
  }
817
817
 
818
- export type GenericComparer_1<T extends IComparable_1<T>> = GenericComparer_1$instance<T> & __GenericComparer_1$views<T>;
818
+ export type GenericComparer_1<T extends (IComparable_1<T> | number | string | boolean)> = GenericComparer_1$instance<T> & __GenericComparer_1$views<T>;
819
819
 
820
820
 
821
- export interface GenericEqualityComparer_1$instance<T extends IEquatable_1<T>> extends EqualityComparer_1$instance<T> {
821
+ export interface GenericEqualityComparer_1$instance<T extends (IEquatable_1<T> | number | string | boolean)> extends EqualityComparer_1$instance<T> {
822
822
  equals(x: unknown, y: unknown): boolean;
823
823
  getHashCode(obj: unknown): int;
824
824
  }
825
825
 
826
826
 
827
827
  export const GenericEqualityComparer_1: {
828
- new<T extends IEquatable_1<T>>(): GenericEqualityComparer_1$instance<T>;
828
+ new<T extends (IEquatable_1<T> | number | string | boolean)>(): GenericEqualityComparer_1$instance<T>;
829
829
  };
830
830
 
831
831
 
832
- export interface __GenericEqualityComparer_1$views<T extends IEquatable_1<T>> {
832
+ export interface __GenericEqualityComparer_1$views<T extends (IEquatable_1<T> | number | string | boolean)> {
833
833
  As_IEqualityComparer_1(): IEqualityComparer_1$instance<T>;
834
834
  As_IEqualityComparer(): System_Collections_Internal.IEqualityComparer$instance;
835
835
  }
836
836
 
837
- export type GenericEqualityComparer_1<T extends IEquatable_1<T>> = GenericEqualityComparer_1$instance<T> & __GenericEqualityComparer_1$views<T>;
837
+ export type GenericEqualityComparer_1<T extends (IEquatable_1<T> | number | string | boolean)> = GenericEqualityComparer_1$instance<T> & __GenericEqualityComparer_1$views<T>;
838
838
 
839
839
 
840
840
  export interface HashSet_1$instance<T> {
@@ -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';
@@ -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,23 @@
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 { ReadOnlyCollection_1 as ReadOnlyCollection } from './System.Collections.ObjectModel/internal/index.js';
21
+ export { ReadOnlyCollection$instance as ReadOnlyCollection_0 } from './System.Collections.ObjectModel/internal/index.js';
22
+ export { ReadOnlyDictionary_2 as ReadOnlyDictionary } from './System.Collections.ObjectModel/internal/index.js';
23
+ export { ReadOnlySet_1 as ReadOnlySet } from './System.Collections.ObjectModel/internal/index.js';
@@ -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';
@@ -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';
@@ -3,27 +3,25 @@
3
3
  // Facade - Public API Surface
4
4
 
5
5
  // Import internal declarations
6
- import * as Internal from './internal/index.js';
6
+ import * as Internal from './System.ComponentModel.Design.Serialization/internal/index.js';
7
7
 
8
8
  // Cross-namespace type imports for constraints
9
- import type { ICollection } from '../System.Collections/internal/index.js';
10
- import type { DesignerTransaction, DesignerTransactionCloseEventHandler, IDesigner, IDesignerHost, IServiceContainer, ServiceCreatorCallback } from '../System.ComponentModel.Design/internal/index.js';
11
- import type { IComponent, IContainer, MemberDescriptor, PropertyDescriptorCollection } from '../System.ComponentModel/internal/index.js';
12
- import type { Stream } from '../System.IO/internal/index.js';
13
- import type { MemberInfo, MethodInfo } from '../System.Reflection/internal/index.js';
14
- import type { ISerializable, SerializationInfo, StreamingContext } from '../System.Runtime.Serialization/internal/index.js';
15
- import type { AsyncCallback, Attribute, Boolean as ClrBoolean, Delegate, EventArgs, EventHandler, IAsyncResult, ICloneable, IDisposable, IEquatable_1, Int32, IntPtr, IServiceProvider, MulticastDelegate, Object as ClrObject, String as ClrString, Type, ValueType, Void } from '../System/internal/index.js';
9
+ import type { ICollection } from './System.Collections/internal/index.js';
10
+ import type { DesignerTransaction, DesignerTransactionCloseEventHandler, IDesigner, IDesignerHost, IServiceContainer, ServiceCreatorCallback } from './System.ComponentModel.Design/internal/index.js';
11
+ import type { IComponent, IContainer, MemberDescriptor, PropertyDescriptorCollection } from './System.ComponentModel/internal/index.js';
12
+ import type { Stream } from './System.IO/internal/index.js';
13
+ import type { MemberInfo, MethodInfo } from './System.Reflection/internal/index.js';
14
+ import type { ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
15
+ import type { AsyncCallback, Attribute, Boolean as ClrBoolean, Delegate, EventArgs, EventHandler, IAsyncResult, ICloneable, IDisposable, IEquatable_1, Int32, IntPtr, IServiceProvider, MulticastDelegate, Object as ClrObject, String as ClrString, Type, ValueType, Void } from './System/internal/index.js';
16
16
 
17
- export * from './internal/index.js';
18
-
19
- // Individual type exports for convenience
20
- export { DesignerSerializerAttribute as DesignerSerializerAttribute } from './internal/index.js';
21
- export { InstanceDescriptor as InstanceDescriptor } from './internal/index.js';
22
- export { ComponentSerializationService as ComponentSerializationService } from './internal/index.js';
23
- export { ContextStack as ContextStack } from './internal/index.js';
24
- export { DefaultSerializationProviderAttribute as DefaultSerializationProviderAttribute } from './internal/index.js';
25
- export { DesignerLoader as DesignerLoader } from './internal/index.js';
26
- export { SerializationStore as SerializationStore } from './internal/index.js';
17
+ // Public API exports (curated - no internal $instance/$views leakage)
18
+ export { DesignerSerializerAttribute as DesignerSerializerAttribute } from './System.ComponentModel.Design.Serialization/internal/index.js';
19
+ export { InstanceDescriptor as InstanceDescriptor } from './System.ComponentModel.Design.Serialization/internal/index.js';
20
+ export { ComponentSerializationService as ComponentSerializationService } from './System.ComponentModel.Design.Serialization/internal/index.js';
21
+ export { ContextStack as ContextStack } from './System.ComponentModel.Design.Serialization/internal/index.js';
22
+ export { DefaultSerializationProviderAttribute as DefaultSerializationProviderAttribute } from './System.ComponentModel.Design.Serialization/internal/index.js';
23
+ export { DesignerLoader as DesignerLoader } from './System.ComponentModel.Design.Serialization/internal/index.js';
24
+ export { SerializationStore as SerializationStore } from './System.ComponentModel.Design.Serialization/internal/index.js';
27
25
  export type IDesignerLoaderHost = Internal.IDesignerLoaderHost;
28
26
  export type IDesignerLoaderHost2 = Internal.IDesignerLoaderHost2;
29
27
  export type IDesignerLoaderService = Internal.IDesignerLoaderService;
@@ -31,8 +29,8 @@ export type IDesignerSerializationManager = Internal.IDesignerSerializationManag
31
29
  export type IDesignerSerializationProvider = Internal.IDesignerSerializationProvider;
32
30
  export type IDesignerSerializationService = Internal.IDesignerSerializationService;
33
31
  export type INameCreationService = Internal.INameCreationService;
34
- export { MemberRelationshipService as MemberRelationshipService } from './internal/index.js';
35
- export { MemberRelationship as MemberRelationship } from './internal/index.js';
32
+ export { MemberRelationshipService as MemberRelationshipService } from './System.ComponentModel.Design.Serialization/internal/index.js';
33
+ export { MemberRelationship as MemberRelationship } from './System.ComponentModel.Design.Serialization/internal/index.js';
36
34
  export type ResolveNameEventHandler = Internal.ResolveNameEventHandler;
37
- export { ResolveNameEventArgs as ResolveNameEventArgs } from './internal/index.js';
38
- export { RootDesignerSerializerAttribute as RootDesignerSerializerAttribute } from './internal/index.js';
35
+ export { ResolveNameEventArgs as ResolveNameEventArgs } from './System.ComponentModel.Design.Serialization/internal/index.js';
36
+ export { RootDesignerSerializerAttribute as RootDesignerSerializerAttribute } from './System.ComponentModel.Design.Serialization/internal/index.js';