@tsonic/dotnet 0.7.2 → 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.
- package/Internal.d.ts +13 -0
- package/Microsoft.CSharp.RuntimeBinder.d.ts +23 -0
- package/Microsoft.VisualBasic.CompilerServices.d.ts +45 -0
- package/Microsoft.VisualBasic.FileIO.d.ts +27 -0
- package/Microsoft.VisualBasic.d.ts +48 -0
- package/Microsoft.Win32.SafeHandles.d.ts +29 -0
- package/Microsoft.Win32.d.ts +21 -0
- package/{System.Buffers.Binary/index.d.ts → System.Buffers.Binary.d.ts} +4 -6
- package/System.Buffers.Text.d.ts +16 -0
- package/System.Buffers.d.ts +33 -0
- package/System.CodeDom.Compiler.d.ts +17 -0
- package/System.Collections.Concurrent.d.ts +24 -0
- package/System.Collections.Frozen.d.ts +18 -0
- package/System.Collections.Generic.d.ts +61 -0
- package/System.Collections.Immutable.d.ts +35 -0
- package/System.Collections.ObjectModel.d.ts +23 -0
- package/System.Collections.Specialized.d.ts +32 -0
- package/System.Collections.d.ts +39 -0
- package/System.ComponentModel.DataAnnotations.Schema.d.ts +19 -0
- package/System.ComponentModel.DataAnnotations.d.ts +55 -0
- package/{System.ComponentModel.Design.Serialization/index.d.ts → System.ComponentModel.Design.Serialization.d.ts} +20 -22
- package/{System.ComponentModel.Design/index.d.ts → System.ComponentModel.Design.d.ts} +38 -40
- package/System.ComponentModel.d.ts +207 -0
- package/{System.Configuration.Assemblies/index.d.ts → System.Configuration.Assemblies.d.ts} +5 -7
- package/System.Data.Common.d.ts +62 -0
- package/System.Data.SqlTypes.d.ts +43 -0
- package/System.Data.d.ts +133 -0
- package/System.Diagnostics.CodeAnalysis.d.ts +38 -0
- package/System.Diagnostics.Contracts.d.ts +30 -0
- package/System.Diagnostics.Metrics.d.ts +33 -0
- package/{System.Diagnostics.SymbolStore/index.d.ts → System.Diagnostics.SymbolStore.d.ts} +9 -11
- package/System.Diagnostics.Tracing.d.ts +47 -0
- package/System.Diagnostics.d.ts +118 -0
- package/System.Drawing.d.ts +30 -0
- package/System.Dynamic.d.ts +37 -0
- package/System.Formats.Asn1.d.ts +25 -0
- package/System.Formats.Tar.d.ts +27 -0
- package/System.Globalization.d.ts +57 -0
- package/System.IO.Compression.d.ts +37 -0
- package/System.IO.Enumeration.d.ts +21 -0
- package/System.IO.IsolatedStorage.d.ts +24 -0
- package/{System.IO.MemoryMappedFiles/index.d.ts → System.IO.MemoryMappedFiles.d.ts} +13 -15
- package/System.IO.Pipelines.d.ts +26 -0
- package/System.IO.Pipes.d.ts +35 -0
- package/System.IO.d.ts +79 -0
- package/System.Linq.Expressions.Interpreter.d.ts +12 -0
- package/System.Linq.Expressions.d.ts +58 -0
- package/System.Linq.d.ts +43 -0
- package/System.Net.Cache.d.ts +16 -0
- package/System.Net.Http.Headers.d.ts +42 -0
- package/System.Net.Http.Json.d.ts +24 -0
- package/System.Net.Http.Metrics.d.ts +13 -0
- package/System.Net.Http.d.ts +57 -0
- package/System.Net.Mail.d.ts +45 -0
- package/System.Net.Mime.d.ts +22 -0
- package/System.Net.NetworkInformation.d.ts +63 -0
- package/System.Net.Quic.d.ts +35 -0
- package/System.Net.Security.d.ts +47 -0
- package/System.Net.ServerSentEvents.d.ts +23 -0
- package/System.Net.Sockets.d.ts +55 -0
- package/System.Net.WebSockets.d.ts +41 -0
- package/System.Net.d.ts +120 -0
- package/System.Numerics.d.ts +58 -0
- package/System.Reflection.Emit.d.ts +49 -0
- package/System.Reflection.Metadata.Ecma335.d.ts +62 -0
- package/System.Reflection.Metadata.d.ts +208 -0
- package/System.Reflection.PortableExecutable.d.ts +43 -0
- package/System.Reflection.d.ts +124 -0
- package/System.Resources.d.ts +27 -0
- package/System.Runtime.CompilerServices.d.ts +185 -0
- package/{System.Runtime.ConstrainedExecution/index.d.ts → System.Runtime.ConstrainedExecution.d.ts} +8 -10
- package/{System.Runtime.ExceptionServices/index.d.ts → System.Runtime.ExceptionServices.d.ts} +7 -9
- package/System.Runtime.InteropServices.ComTypes.d.ts +70 -0
- package/System.Runtime.InteropServices.Java.d.ts +16 -0
- package/System.Runtime.InteropServices.JavaScript.d.ts +43 -0
- package/System.Runtime.InteropServices.Marshalling.d.ts +47 -0
- package/{System.Runtime.InteropServices.ObjectiveC/index.d.ts → System.Runtime.InteropServices.ObjectiveC.d.ts} +9 -11
- package/System.Runtime.InteropServices.Swift.d.ts +15 -0
- package/System.Runtime.InteropServices.d.ts +153 -0
- package/System.Runtime.Intrinsics.Arm.d.ts +35 -0
- package/System.Runtime.Intrinsics.Wasm.d.ts +13 -0
- package/System.Runtime.Intrinsics.X86.d.ts +88 -0
- package/System.Runtime.Intrinsics.d.ts +20 -0
- package/System.Runtime.Loader.d.ts +17 -0
- package/System.Runtime.Remoting.d.ts +12 -0
- package/System.Runtime.Serialization.DataContracts.d.ts +21 -0
- package/System.Runtime.Serialization.Formatters.Binary.d.ts +15 -0
- package/{System.Runtime.Serialization.Formatters/index.d.ts → System.Runtime.Serialization.Formatters.d.ts} +6 -8
- package/System.Runtime.Serialization.Json.d.ts +23 -0
- package/System.Runtime.Serialization.d.ts +76 -0
- package/System.Runtime.Versioning.d.ts +27 -0
- package/System.Runtime.d.ts +27 -0
- package/System.Security.AccessControl.d.ts +82 -0
- package/System.Security.Authentication.ExtendedProtection.d.ts +23 -0
- package/System.Security.Authentication.d.ts +20 -0
- package/System.Security.Claims.d.ts +19 -0
- package/System.Security.Cryptography.X509Certificates.d.ts +78 -0
- package/System.Security.Cryptography.d.ts +191 -0
- package/System.Security.Permissions.d.ts +18 -0
- package/System.Security.Policy.d.ts +14 -0
- package/System.Security.Principal.d.ts +36 -0
- package/System.Security.d.ts +35 -0
- package/System.Text.Encodings.Web.d.ts +20 -0
- package/System.Text.Json.Nodes.d.ts +23 -0
- package/System.Text.Json.Schema.d.ts +17 -0
- package/System.Text.Json.Serialization.Metadata.d.ts +33 -0
- package/System.Text.Json.Serialization.d.ts +53 -0
- package/System.Text.Json.d.ts +44 -0
- package/System.Text.RegularExpressions.d.ts +35 -0
- package/System.Text.Unicode.d.ts +16 -0
- package/System.Text.d.ts +54 -0
- package/System.Threading.Channels.d.ts +27 -0
- package/System.Threading.Tasks.Dataflow.d.ts +35 -0
- package/{System.Threading.Tasks.Sources/index.d.ts → System.Threading.Tasks.Sources.d.ts} +6 -10
- package/System.Threading.Tasks.d.ts +44 -0
- package/System.Threading.d.ts +99 -0
- package/{System.Timers/index.d.ts → System.Timers.d.ts} +9 -11
- package/{System.Transactions/index.d.ts → System.Transactions.d.ts} +32 -34
- package/System.Web.d.ts +16 -0
- package/{System.Windows.Input/index.d.ts → System.Windows.Input.d.ts} +3 -5
- package/{System.Windows.Markup/index.d.ts → System.Windows.Markup.d.ts} +4 -6
- package/System.Xml.Linq.d.ts +43 -0
- package/System.Xml.Resolvers.d.ts +18 -0
- package/System.Xml.Schema.d.ts +108 -0
- package/System.Xml.Serialization.d.ts +89 -0
- package/System.Xml.XPath.d.ts +34 -0
- package/System.Xml.Xsl.Runtime.d.ts +66 -0
- package/System.Xml.Xsl.d.ts +29 -0
- package/System.Xml.d.ts +105 -0
- package/System.d.ts +349 -0
- package/package.json +1 -1
- package/Internal/index.d.ts +0 -15
- package/Microsoft.CSharp.RuntimeBinder/index.d.ts +0 -25
- package/Microsoft.VisualBasic/index.d.ts +0 -50
- package/Microsoft.VisualBasic.CompilerServices/index.d.ts +0 -47
- package/Microsoft.VisualBasic.FileIO/index.d.ts +0 -29
- package/Microsoft.Win32/index.d.ts +0 -23
- package/Microsoft.Win32.SafeHandles/index.d.ts +0 -31
- package/System/index.d.ts +0 -428
- package/System.Buffers/index.d.ts +0 -48
- package/System.Buffers.Text/index.d.ts +0 -18
- package/System.CodeDom.Compiler/index.d.ts +0 -19
- package/System.Collections/index.d.ts +0 -41
- package/System.Collections.Concurrent/index.d.ts +0 -35
- package/System.Collections.Frozen/index.d.ts +0 -26
- package/System.Collections.Generic/index.d.ts +0 -129
- package/System.Collections.Immutable/index.d.ts +0 -64
- package/System.Collections.ObjectModel/index.d.ts +0 -34
- package/System.Collections.Specialized/index.d.ts +0 -34
- package/System.ComponentModel/index.d.ts +0 -210
- package/System.ComponentModel.DataAnnotations/index.d.ts +0 -57
- package/System.ComponentModel.DataAnnotations.Schema/index.d.ts +0 -21
- package/System.Data/index.d.ts +0 -139
- package/System.Data.Common/index.d.ts +0 -64
- package/System.Data.SqlTypes/index.d.ts +0 -45
- package/System.Diagnostics/index.d.ts +0 -123
- package/System.Diagnostics.CodeAnalysis/index.d.ts +0 -40
- package/System.Diagnostics.Contracts/index.d.ts +0 -32
- package/System.Diagnostics.Metrics/index.d.ts +0 -47
- package/System.Diagnostics.Tracing/index.d.ts +0 -49
- package/System.Drawing/index.d.ts +0 -32
- package/System.Dynamic/index.d.ts +0 -39
- package/System.Formats.Asn1/index.d.ts +0 -27
- package/System.Formats.Tar/index.d.ts +0 -29
- package/System.Globalization/index.d.ts +0 -59
- package/System.IO/index.d.ts +0 -81
- package/System.IO.Compression/index.d.ts +0 -39
- package/System.IO.Enumeration/index.d.ts +0 -27
- package/System.IO.IsolatedStorage/index.d.ts +0 -26
- package/System.IO.Pipelines/index.d.ts +0 -28
- package/System.IO.Pipes/index.d.ts +0 -37
- package/System.Linq/index.d.ts +0 -56
- package/System.Linq.Expressions/index.d.ts +0 -61
- package/System.Linq.Expressions.Interpreter/index.d.ts +0 -14
- package/System.Net/index.d.ts +0 -122
- package/System.Net.Cache/index.d.ts +0 -18
- package/System.Net.Http/index.d.ts +0 -61
- package/System.Net.Http.Headers/index.d.ts +0 -45
- package/System.Net.Http.Json/index.d.ts +0 -26
- package/System.Net.Http.Metrics/index.d.ts +0 -15
- package/System.Net.Mail/index.d.ts +0 -47
- package/System.Net.Mime/index.d.ts +0 -24
- package/System.Net.NetworkInformation/index.d.ts +0 -65
- package/System.Net.Quic/index.d.ts +0 -37
- package/System.Net.Security/index.d.ts +0 -49
- package/System.Net.ServerSentEvents/index.d.ts +0 -28
- package/System.Net.Sockets/index.d.ts +0 -57
- package/System.Net.WebSockets/index.d.ts +0 -43
- package/System.Numerics/index.d.ts +0 -94
- package/System.Reflection/index.d.ts +0 -126
- package/System.Reflection.Emit/index.d.ts +0 -51
- package/System.Reflection.Metadata/index.d.ts +0 -220
- package/System.Reflection.Metadata.Ecma335/index.d.ts +0 -65
- package/System.Reflection.PortableExecutable/index.d.ts +0 -45
- package/System.Resources/index.d.ts +0 -29
- package/System.Runtime/index.d.ts +0 -29
- package/System.Runtime.CompilerServices/index.d.ts +0 -219
- package/System.Runtime.InteropServices/index.d.ts +0 -161
- package/System.Runtime.InteropServices.ComTypes/index.d.ts +0 -72
- package/System.Runtime.InteropServices.Java/index.d.ts +0 -18
- package/System.Runtime.InteropServices.JavaScript/index.d.ts +0 -54
- package/System.Runtime.InteropServices.Marshalling/index.d.ts +0 -59
- package/System.Runtime.InteropServices.Swift/index.d.ts +0 -18
- package/System.Runtime.Intrinsics/index.d.ts +0 -26
- package/System.Runtime.Intrinsics.Arm/index.d.ts +0 -37
- package/System.Runtime.Intrinsics.Wasm/index.d.ts +0 -15
- package/System.Runtime.Intrinsics.X86/index.d.ts +0 -90
- package/System.Runtime.Loader/index.d.ts +0 -19
- package/System.Runtime.Remoting/index.d.ts +0 -14
- package/System.Runtime.Serialization/index.d.ts +0 -78
- package/System.Runtime.Serialization.DataContracts/index.d.ts +0 -23
- package/System.Runtime.Serialization.Formatters.Binary/index.d.ts +0 -17
- package/System.Runtime.Serialization.Json/index.d.ts +0 -25
- package/System.Runtime.Versioning/index.d.ts +0 -29
- package/System.Security/index.d.ts +0 -37
- package/System.Security.AccessControl/index.d.ts +0 -87
- package/System.Security.Authentication/index.d.ts +0 -22
- package/System.Security.Authentication.ExtendedProtection/index.d.ts +0 -25
- package/System.Security.Claims/index.d.ts +0 -21
- package/System.Security.Cryptography/index.d.ts +0 -193
- package/System.Security.Cryptography.X509Certificates/index.d.ts +0 -80
- package/System.Security.Permissions/index.d.ts +0 -20
- package/System.Security.Policy/index.d.ts +0 -16
- package/System.Security.Principal/index.d.ts +0 -38
- package/System.Text/index.d.ts +0 -56
- package/System.Text.Encodings.Web/index.d.ts +0 -22
- package/System.Text.Json/index.d.ts +0 -46
- package/System.Text.Json.Nodes/index.d.ts +0 -25
- package/System.Text.Json.Schema/index.d.ts +0 -19
- package/System.Text.Json.Serialization/index.d.ts +0 -59
- package/System.Text.Json.Serialization.Metadata/index.d.ts +0 -39
- package/System.Text.RegularExpressions/index.d.ts +0 -37
- package/System.Text.Unicode/index.d.ts +0 -18
- package/System.Threading/index.d.ts +0 -104
- package/System.Threading.Channels/index.d.ts +0 -34
- package/System.Threading.Tasks/index.d.ts +0 -50
- package/System.Threading.Tasks.Dataflow/index.d.ts +0 -52
- package/System.Web/index.d.ts +0 -18
- package/System.Xml/index.d.ts +0 -107
- package/System.Xml.Linq/index.d.ts +0 -45
- package/System.Xml.Resolvers/index.d.ts +0 -20
- package/System.Xml.Schema/index.d.ts +0 -110
- package/System.Xml.Serialization/index.d.ts +0 -91
- package/System.Xml.XPath/index.d.ts +0 -36
- package/System.Xml.Xsl/index.d.ts +0 -31
- package/System.Xml.Xsl.Runtime/index.d.ts +0 -69
package/Internal.d.ts
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: Internal
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './Internal/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { Boolean as ClrBoolean, Int32, Object as ClrObject, String as ClrString, Type, Void } from './System/internal/index.js';
|
|
10
|
+
|
|
11
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
12
|
+
export { Console$instance as Console } from './Internal/internal/index.js';
|
|
13
|
+
export { Console_Error$instance as Console_Error } from './Internal/internal/index.js';
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: Microsoft.CSharp.RuntimeBinder
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './Microsoft.CSharp.RuntimeBinder/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { IEnumerable_1 } from './System.Collections.Generic/internal/index.js';
|
|
10
|
+
import type { IDictionary } from './System.Collections/internal/index.js';
|
|
11
|
+
import type { ExpressionType } from './System.Linq.Expressions/internal/index.js';
|
|
12
|
+
import type { MethodBase } from './System.Reflection/internal/index.js';
|
|
13
|
+
import type { CallSiteBinder } from './System.Runtime.CompilerServices/internal/index.js';
|
|
14
|
+
import type { ISerializable, SerializationInfo, StreamingContext } from './System.Runtime.Serialization/internal/index.js';
|
|
15
|
+
import type { Boolean as ClrBoolean, Enum, Exception, IComparable, IConvertible, IFormatProvider, IFormattable, Int32, ISpanFormattable, Object as ClrObject, String as ClrString, Type, TypeCode, Void } from './System/internal/index.js';
|
|
16
|
+
|
|
17
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
18
|
+
export { Binder$instance as Binder } from './Microsoft.CSharp.RuntimeBinder/internal/index.js';
|
|
19
|
+
export { CSharpArgumentInfo as CSharpArgumentInfo } from './Microsoft.CSharp.RuntimeBinder/internal/index.js';
|
|
20
|
+
export { CSharpArgumentInfoFlags as CSharpArgumentInfoFlags } from './Microsoft.CSharp.RuntimeBinder/internal/index.js';
|
|
21
|
+
export { CSharpBinderFlags as CSharpBinderFlags } from './Microsoft.CSharp.RuntimeBinder/internal/index.js';
|
|
22
|
+
export { RuntimeBinderException as RuntimeBinderException } from './Microsoft.CSharp.RuntimeBinder/internal/index.js';
|
|
23
|
+
export { RuntimeBinderInternalCompilerException as RuntimeBinderInternalCompilerException } from './Microsoft.CSharp.RuntimeBinder/internal/index.js';
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: Microsoft.VisualBasic.CompilerServices
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './Microsoft.VisualBasic.CompilerServices/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { CallType, CompareMethod } from './Microsoft.VisualBasic/internal/index.js';
|
|
10
|
+
import type { IDictionary } from './System.Collections/internal/index.js';
|
|
11
|
+
import type { CultureInfo, NumberFormatInfo } from './System.Globalization/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 { Array as ClrArray, Attribute, Boolean as ClrBoolean, Byte, Char, DateTime, Decimal, Double, Exception, Int16, Int32, Int64, Object as ClrObject, SByte, Single, String as ClrString, Type, UInt16, UInt32, UInt64, Void } from './System/internal/index.js';
|
|
15
|
+
|
|
16
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
17
|
+
export { BooleanType as BooleanType } from './Microsoft.VisualBasic.CompilerServices/internal/index.js';
|
|
18
|
+
export { ByteType as ByteType } from './Microsoft.VisualBasic.CompilerServices/internal/index.js';
|
|
19
|
+
export { CharType as CharType } from './Microsoft.VisualBasic.CompilerServices/internal/index.js';
|
|
20
|
+
export { CharArrayType as CharArrayType } from './Microsoft.VisualBasic.CompilerServices/internal/index.js';
|
|
21
|
+
export { Conversions as Conversions } from './Microsoft.VisualBasic.CompilerServices/internal/index.js';
|
|
22
|
+
export { DateType as DateType } from './Microsoft.VisualBasic.CompilerServices/internal/index.js';
|
|
23
|
+
export { DecimalType as DecimalType } from './Microsoft.VisualBasic.CompilerServices/internal/index.js';
|
|
24
|
+
export { DesignerGeneratedAttribute as DesignerGeneratedAttribute } from './Microsoft.VisualBasic.CompilerServices/internal/index.js';
|
|
25
|
+
export { DoubleType as DoubleType } from './Microsoft.VisualBasic.CompilerServices/internal/index.js';
|
|
26
|
+
export { IncompleteInitialization as IncompleteInitialization } from './Microsoft.VisualBasic.CompilerServices/internal/index.js';
|
|
27
|
+
export { IntegerType as IntegerType } from './Microsoft.VisualBasic.CompilerServices/internal/index.js';
|
|
28
|
+
export { LateBinding as LateBinding } from './Microsoft.VisualBasic.CompilerServices/internal/index.js';
|
|
29
|
+
export { LikeOperator as LikeOperator } from './Microsoft.VisualBasic.CompilerServices/internal/index.js';
|
|
30
|
+
export { LongType as LongType } from './Microsoft.VisualBasic.CompilerServices/internal/index.js';
|
|
31
|
+
export { NewLateBinding as NewLateBinding } from './Microsoft.VisualBasic.CompilerServices/internal/index.js';
|
|
32
|
+
export { ObjectFlowControl as ObjectFlowControl } from './Microsoft.VisualBasic.CompilerServices/internal/index.js';
|
|
33
|
+
export { ObjectFlowControl_ForLoopControl as ObjectFlowControl_ForLoopControl } from './Microsoft.VisualBasic.CompilerServices/internal/index.js';
|
|
34
|
+
export { ObjectType as ObjectType } from './Microsoft.VisualBasic.CompilerServices/internal/index.js';
|
|
35
|
+
export { Operators as Operators } from './Microsoft.VisualBasic.CompilerServices/internal/index.js';
|
|
36
|
+
export { OptionCompareAttribute as OptionCompareAttribute } from './Microsoft.VisualBasic.CompilerServices/internal/index.js';
|
|
37
|
+
export { OptionTextAttribute as OptionTextAttribute } from './Microsoft.VisualBasic.CompilerServices/internal/index.js';
|
|
38
|
+
export { ProjectData as ProjectData } from './Microsoft.VisualBasic.CompilerServices/internal/index.js';
|
|
39
|
+
export { ShortType as ShortType } from './Microsoft.VisualBasic.CompilerServices/internal/index.js';
|
|
40
|
+
export { SingleType as SingleType } from './Microsoft.VisualBasic.CompilerServices/internal/index.js';
|
|
41
|
+
export { StandardModuleAttribute as StandardModuleAttribute } from './Microsoft.VisualBasic.CompilerServices/internal/index.js';
|
|
42
|
+
export { StaticLocalInitFlag as StaticLocalInitFlag } from './Microsoft.VisualBasic.CompilerServices/internal/index.js';
|
|
43
|
+
export { StringType as StringType } from './Microsoft.VisualBasic.CompilerServices/internal/index.js';
|
|
44
|
+
export { Utils as Utils } from './Microsoft.VisualBasic.CompilerServices/internal/index.js';
|
|
45
|
+
export { Versioned as Versioned } from './Microsoft.VisualBasic.CompilerServices/internal/index.js';
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: Microsoft.VisualBasic.FileIO
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './Microsoft.VisualBasic.FileIO/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { ReadOnlyCollection_1 } from './System.Collections.ObjectModel/internal/index.js';
|
|
10
|
+
import type { IDictionary } from './System.Collections/internal/index.js';
|
|
11
|
+
import type { DirectoryInfo, DriveInfo, FileInfo, Stream, StreamReader, StreamWriter, TextReader } from './System.IO/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 { Encoding } from './System.Text/internal/index.js';
|
|
15
|
+
import type { Boolean as ClrBoolean, Byte, Enum, Exception, IComparable, IConvertible, IDisposable, IFormatProvider, IFormattable, Int32, Int64, ISpanFormattable, Object as ClrObject, String as ClrString, Type, TypeCode, Void } from './System/internal/index.js';
|
|
16
|
+
|
|
17
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
18
|
+
export { FileSystem as FileSystem } from './Microsoft.VisualBasic.FileIO/internal/index.js';
|
|
19
|
+
export { DeleteDirectoryOption as DeleteDirectoryOption } from './Microsoft.VisualBasic.FileIO/internal/index.js';
|
|
20
|
+
export { RecycleOption as RecycleOption } from './Microsoft.VisualBasic.FileIO/internal/index.js';
|
|
21
|
+
export { SearchOption as SearchOption } from './Microsoft.VisualBasic.FileIO/internal/index.js';
|
|
22
|
+
export { UICancelOption as UICancelOption } from './Microsoft.VisualBasic.FileIO/internal/index.js';
|
|
23
|
+
export { UIOption as UIOption } from './Microsoft.VisualBasic.FileIO/internal/index.js';
|
|
24
|
+
export { MalformedLineException as MalformedLineException } from './Microsoft.VisualBasic.FileIO/internal/index.js';
|
|
25
|
+
export { SpecialDirectories as SpecialDirectories } from './Microsoft.VisualBasic.FileIO/internal/index.js';
|
|
26
|
+
export { TextFieldParser as TextFieldParser } from './Microsoft.VisualBasic.FileIO/internal/index.js';
|
|
27
|
+
export { FieldType as FieldType } from './Microsoft.VisualBasic.FileIO/internal/index.js';
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: Microsoft.VisualBasic
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './Microsoft.VisualBasic/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { ICollection, IEnumerator, IList } from './System.Collections/internal/index.js';
|
|
10
|
+
import type { Array as ClrArray, Attribute, Boolean as ClrBoolean, Byte, Char, DateTime, Decimal, Double, Enum, Exception, IComparable, IConvertible, IFormatProvider, IFormattable, Int16, Int32, Int64, ISpanFormattable, Object as ClrObject, SByte, Single, String as ClrString, Type, TypeCode, UInt16, UInt32, UInt64, ValueType, Void } from './System/internal/index.js';
|
|
11
|
+
|
|
12
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
13
|
+
export { Collection as Collection } from './Microsoft.VisualBasic/internal/index.js';
|
|
14
|
+
export { ComClassAttribute as ComClassAttribute } from './Microsoft.VisualBasic/internal/index.js';
|
|
15
|
+
export { Constants as Constants } from './Microsoft.VisualBasic/internal/index.js';
|
|
16
|
+
export { ControlChars as ControlChars } from './Microsoft.VisualBasic/internal/index.js';
|
|
17
|
+
export { Conversion as Conversion } from './Microsoft.VisualBasic/internal/index.js';
|
|
18
|
+
export { DateAndTime as DateAndTime } from './Microsoft.VisualBasic/internal/index.js';
|
|
19
|
+
export { ErrObject as ErrObject } from './Microsoft.VisualBasic/internal/index.js';
|
|
20
|
+
export { FileSystem as FileSystem } from './Microsoft.VisualBasic/internal/index.js';
|
|
21
|
+
export { Financial as Financial } from './Microsoft.VisualBasic/internal/index.js';
|
|
22
|
+
export { VariantType as VariantType } from './Microsoft.VisualBasic/internal/index.js';
|
|
23
|
+
export { AppWinStyle as AppWinStyle } from './Microsoft.VisualBasic/internal/index.js';
|
|
24
|
+
export { CallType as CallType } from './Microsoft.VisualBasic/internal/index.js';
|
|
25
|
+
export { CompareMethod as CompareMethod } from './Microsoft.VisualBasic/internal/index.js';
|
|
26
|
+
export { DateFormat as DateFormat } from './Microsoft.VisualBasic/internal/index.js';
|
|
27
|
+
export { FirstDayOfWeek as FirstDayOfWeek } from './Microsoft.VisualBasic/internal/index.js';
|
|
28
|
+
export { FileAttribute as FileAttribute } from './Microsoft.VisualBasic/internal/index.js';
|
|
29
|
+
export { FirstWeekOfYear as FirstWeekOfYear } from './Microsoft.VisualBasic/internal/index.js';
|
|
30
|
+
export { VbStrConv as VbStrConv } from './Microsoft.VisualBasic/internal/index.js';
|
|
31
|
+
export { TriState as TriState } from './Microsoft.VisualBasic/internal/index.js';
|
|
32
|
+
export { DateInterval as DateInterval } from './Microsoft.VisualBasic/internal/index.js';
|
|
33
|
+
export { DueDate as DueDate } from './Microsoft.VisualBasic/internal/index.js';
|
|
34
|
+
export { OpenMode as OpenMode } from './Microsoft.VisualBasic/internal/index.js';
|
|
35
|
+
export { OpenAccess as OpenAccess } from './Microsoft.VisualBasic/internal/index.js';
|
|
36
|
+
export { OpenShare as OpenShare } from './Microsoft.VisualBasic/internal/index.js';
|
|
37
|
+
export { TabInfo as TabInfo } from './Microsoft.VisualBasic/internal/index.js';
|
|
38
|
+
export { SpcInfo as SpcInfo } from './Microsoft.VisualBasic/internal/index.js';
|
|
39
|
+
export { MsgBoxResult as MsgBoxResult } from './Microsoft.VisualBasic/internal/index.js';
|
|
40
|
+
export { MsgBoxStyle as MsgBoxStyle } from './Microsoft.VisualBasic/internal/index.js';
|
|
41
|
+
export { HideModuleNameAttribute as HideModuleNameAttribute } from './Microsoft.VisualBasic/internal/index.js';
|
|
42
|
+
export { Information as Information } from './Microsoft.VisualBasic/internal/index.js';
|
|
43
|
+
export { Interaction as Interaction } from './Microsoft.VisualBasic/internal/index.js';
|
|
44
|
+
export { MyGroupCollectionAttribute as MyGroupCollectionAttribute } from './Microsoft.VisualBasic/internal/index.js';
|
|
45
|
+
export { Strings as Strings } from './Microsoft.VisualBasic/internal/index.js';
|
|
46
|
+
export { VBFixedArrayAttribute as VBFixedArrayAttribute } from './Microsoft.VisualBasic/internal/index.js';
|
|
47
|
+
export { VBFixedStringAttribute as VBFixedStringAttribute } from './Microsoft.VisualBasic/internal/index.js';
|
|
48
|
+
export { VBMath as VBMath } from './Microsoft.VisualBasic/internal/index.js';
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: Microsoft.Win32.SafeHandles
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './Microsoft.Win32.SafeHandles/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { CriticalHandle, SafeBuffer, SafeHandle } from './System.Runtime.InteropServices/internal/index.js';
|
|
10
|
+
import type { Boolean as ClrBoolean, Byte, IDisposable, Int32, IntPtr, Object as ClrObject, ReadOnlySpan_1, Span_1, String as ClrString, Type, UInt32, UInt64, Void } from './System/internal/index.js';
|
|
11
|
+
|
|
12
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
13
|
+
export { SafeRegistryHandle as SafeRegistryHandle } from './Microsoft.Win32.SafeHandles/internal/index.js';
|
|
14
|
+
export { SafeProcessHandle as SafeProcessHandle } from './Microsoft.Win32.SafeHandles/internal/index.js';
|
|
15
|
+
export { SafeMemoryMappedFileHandle as SafeMemoryMappedFileHandle } from './Microsoft.Win32.SafeHandles/internal/index.js';
|
|
16
|
+
export { SafeMemoryMappedViewHandle as SafeMemoryMappedViewHandle } from './Microsoft.Win32.SafeHandles/internal/index.js';
|
|
17
|
+
export { SafePipeHandle as SafePipeHandle } from './Microsoft.Win32.SafeHandles/internal/index.js';
|
|
18
|
+
export { CriticalHandleMinusOneIsInvalid as CriticalHandleMinusOneIsInvalid } from './Microsoft.Win32.SafeHandles/internal/index.js';
|
|
19
|
+
export { CriticalHandleZeroOrMinusOneIsInvalid as CriticalHandleZeroOrMinusOneIsInvalid } from './Microsoft.Win32.SafeHandles/internal/index.js';
|
|
20
|
+
export { SafeHandleMinusOneIsInvalid as SafeHandleMinusOneIsInvalid } from './Microsoft.Win32.SafeHandles/internal/index.js';
|
|
21
|
+
export { SafeHandleZeroOrMinusOneIsInvalid as SafeHandleZeroOrMinusOneIsInvalid } from './Microsoft.Win32.SafeHandles/internal/index.js';
|
|
22
|
+
export { SafeFileHandle as SafeFileHandle } from './Microsoft.Win32.SafeHandles/internal/index.js';
|
|
23
|
+
export { SafeWaitHandle as SafeWaitHandle } from './Microsoft.Win32.SafeHandles/internal/index.js';
|
|
24
|
+
export { SafeX509ChainHandle as SafeX509ChainHandle } from './Microsoft.Win32.SafeHandles/internal/index.js';
|
|
25
|
+
export { SafeNCryptHandle as SafeNCryptHandle } from './Microsoft.Win32.SafeHandles/internal/index.js';
|
|
26
|
+
export { SafeNCryptKeyHandle as SafeNCryptKeyHandle } from './Microsoft.Win32.SafeHandles/internal/index.js';
|
|
27
|
+
export { SafeNCryptProviderHandle as SafeNCryptProviderHandle } from './Microsoft.Win32.SafeHandles/internal/index.js';
|
|
28
|
+
export { SafeNCryptSecretHandle as SafeNCryptSecretHandle } from './Microsoft.Win32.SafeHandles/internal/index.js';
|
|
29
|
+
export { SafeAccessTokenHandle as SafeAccessTokenHandle } from './Microsoft.Win32.SafeHandles/internal/index.js';
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: Microsoft.Win32
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './Microsoft.Win32/internal/index.js';
|
|
7
|
+
|
|
8
|
+
// Cross-namespace type imports for constraints
|
|
9
|
+
import type { SafeRegistryHandle } from './Microsoft.Win32.SafeHandles/internal/index.js';
|
|
10
|
+
import type { AccessControlSections, RegistryRights, RegistrySecurity } from './System.Security.AccessControl/internal/index.js';
|
|
11
|
+
import type { Boolean as ClrBoolean, Enum, IComparable, IConvertible, IDisposable, IFormatProvider, IFormattable, Int32, ISpanFormattable, MarshalByRefObject, Object as ClrObject, String as ClrString, Type, TypeCode, Void } from './System/internal/index.js';
|
|
12
|
+
|
|
13
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
14
|
+
export { Registry$instance as Registry } from './Microsoft.Win32/internal/index.js';
|
|
15
|
+
export { RegistryHive as RegistryHive } from './Microsoft.Win32/internal/index.js';
|
|
16
|
+
export { RegistryKey as RegistryKey } from './Microsoft.Win32/internal/index.js';
|
|
17
|
+
export { RegistryKeyPermissionCheck as RegistryKeyPermissionCheck } from './Microsoft.Win32/internal/index.js';
|
|
18
|
+
export { RegistryOptions as RegistryOptions } from './Microsoft.Win32/internal/index.js';
|
|
19
|
+
export { RegistryValueKind as RegistryValueKind } from './Microsoft.Win32/internal/index.js';
|
|
20
|
+
export { RegistryValueOptions as RegistryValueOptions } from './Microsoft.Win32/internal/index.js';
|
|
21
|
+
export { RegistryView as RegistryView } from './Microsoft.Win32/internal/index.js';
|
|
@@ -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 '
|
|
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
|
-
|
|
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';
|
|
@@ -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';
|