@tsonic/dotnet 0.7.2 → 0.7.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Internal.d.ts +13 -0
- package/Microsoft.CSharp.RuntimeBinder.d.ts +23 -0
- package/Microsoft.VisualBasic/internal/index.d.ts +8 -8
- package/Microsoft.VisualBasic.CompilerServices/internal/index.d.ts +2 -2
- package/Microsoft.VisualBasic.CompilerServices.d.ts +45 -0
- package/Microsoft.VisualBasic.FileIO/internal/index.d.ts +7 -7
- 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/internal/index.d.ts +79 -72
- package/System.Buffers/internal/index.d.ts +1 -1
- 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 +42 -0
- package/System.CodeDom.Compiler/internal/index.d.ts +2 -2
- package/System.CodeDom.Compiler.d.ts +17 -0
- package/System.Collections.Concurrent/internal/index.d.ts +1 -0
- package/System.Collections.Concurrent.d.ts +33 -0
- package/System.Collections.Frozen.d.ts +18 -0
- package/System.Collections.Generic/internal/index.d.ts +10 -0
- package/System.Collections.Generic.d.ts +61 -0
- package/System.Collections.Immutable/internal/index.d.ts +16 -11
- package/System.Collections.Immutable.d.ts +35 -0
- package/System.Collections.ObjectModel.d.ts +32 -0
- package/System.Collections.Specialized/internal/index.d.ts +3 -2
- package/System.Collections.Specialized.d.ts +32 -0
- package/System.Collections.d.ts +39 -0
- package/System.ComponentModel/internal/index.d.ts +11 -7
- package/System.ComponentModel.DataAnnotations.Schema.d.ts +19 -0
- package/System.ComponentModel.DataAnnotations.d.ts +55 -0
- package/System.ComponentModel.Design/internal/index.d.ts +3 -0
- package/System.ComponentModel.Design.Serialization/internal/index.d.ts +3 -1
- 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/internal/index.d.ts +12 -7
- package/System.Data.Common.d.ts +62 -0
- package/System.Data.SqlTypes/internal/index.d.ts +26 -26
- package/System.Data.SqlTypes.d.ts +43 -0
- package/System.Data.d.ts +146 -0
- package/System.Diagnostics/internal/index.d.ts +19 -19
- package/System.Diagnostics.CodeAnalysis.d.ts +38 -0
- package/System.Diagnostics.Contracts.d.ts +30 -0
- package/System.Diagnostics.Metrics/internal/index.d.ts +4 -4
- package/System.Diagnostics.Metrics.d.ts +42 -0
- package/System.Diagnostics.SymbolStore/internal/index.d.ts +1 -1
- 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/internal/index.d.ts +7 -7
- package/System.Drawing.d.ts +30 -0
- package/System.Dynamic/internal/index.d.ts +2 -2
- package/System.Dynamic.d.ts +37 -0
- package/System.Formats.Asn1/internal/index.d.ts +1 -1
- package/System.Formats.Asn1.d.ts +25 -0
- package/System.Formats.Tar.d.ts +27 -0
- package/System.Globalization/internal/index.d.ts +1 -1
- package/System.Globalization.d.ts +57 -0
- package/System.IO/internal/index.d.ts +9 -9
- 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/internal/index.d.ts +5 -0
- package/System.Linq.Expressions/internal/index.d.ts +47 -47
- package/System.Linq.Expressions.Interpreter/internal/index.d.ts +2 -2
- package/System.Linq.Expressions.Interpreter.d.ts +12 -0
- package/System.Linq.Expressions.d.ts +67 -0
- package/System.Linq.d.ts +68 -0
- package/System.Net/internal/index.d.ts +6 -2
- package/System.Net.Cache.d.ts +16 -0
- package/System.Net.Http/internal/index.d.ts +1 -1
- 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/internal/index.d.ts +1 -1
- package/System.Net.Security.d.ts +47 -0
- package/System.Net.ServerSentEvents.d.ts +32 -0
- package/System.Net.Sockets/internal/index.d.ts +2 -2
- 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/internal/index.d.ts +61 -21
- package/System.Numerics.d.ts +67 -0
- package/System.Reflection/internal/index.d.ts +3 -3
- package/System.Reflection.Emit/internal/index.d.ts +7 -7
- package/System.Reflection.Emit.d.ts +49 -0
- package/System.Reflection.Metadata/internal/index.d.ts +46 -43
- package/System.Reflection.Metadata.Ecma335/internal/index.d.ts +2 -2
- 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/internal/index.d.ts +2 -0
- package/System.Resources.d.ts +27 -0
- package/System.Runtime.CompilerServices/internal/index.d.ts +2 -1
- package/System.Runtime.CompilerServices.d.ts +214 -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/internal/index.d.ts +19 -18
- 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 +58 -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 +24 -0
- package/System.Runtime.InteropServices.d.ts +162 -0
- package/System.Runtime.Intrinsics/internal/index.d.ts +4 -4
- 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 +41 -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/internal/index.d.ts +1 -1
- package/System.Runtime.Versioning.d.ts +27 -0
- package/System.Runtime.d.ts +27 -0
- package/System.Security.AccessControl.d.ts +99 -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/internal/index.d.ts +15 -15
- 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/internal/index.d.ts +1 -1
- package/System.Security.Principal.d.ts +36 -0
- package/System.Security.d.ts +35 -0
- package/System.Text/internal/index.d.ts +10 -9
- package/System.Text.Encodings.Web/internal/index.d.ts +7 -7
- package/System.Text.Encodings.Web.d.ts +20 -0
- package/System.Text.Json/internal/index.d.ts +1 -1
- package/System.Text.Json.Nodes.d.ts +23 -0
- package/System.Text.Json.Schema.d.ts +17 -0
- package/System.Text.Json.Serialization.Metadata/internal/index.d.ts +1 -1
- package/System.Text.Json.Serialization.Metadata.d.ts +42 -0
- package/System.Text.Json.Serialization.d.ts +70 -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/internal/index.d.ts +5 -5
- package/System.Threading.Channels.d.ts +38 -0
- package/System.Threading.Tasks/internal/index.d.ts +12 -12
- package/System.Threading.Tasks.Dataflow/internal/index.d.ts +1 -1
- package/System.Threading.Tasks.Dataflow.d.ts +54 -0
- package/System.Threading.Tasks.Sources.d.ts +25 -0
- package/System.Threading.Tasks.d.ts +65 -0
- package/System.Threading.d.ts +99 -0
- package/{System.Timers/index.d.ts → System.Timers.d.ts} +9 -11
- package/System.Transactions/internal/index.d.ts +1 -1
- 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/internal/index.d.ts +10 -10
- 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 +410 -0
- package/families.json +359 -0
- package/package.json +1 -1
- package/tsconfig.json +2 -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.Threading.Tasks.Sources/index.d.ts +0 -20
- 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
|
@@ -1,26 +0,0 @@
|
|
|
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 './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
|
-
export * from './internal/index.js';
|
|
15
|
-
|
|
16
|
-
// Individual type exports for convenience
|
|
17
|
-
export { FrozenDictionary$instance as FrozenDictionary_0 } from './internal/index.js';
|
|
18
|
-
export { FrozenDictionary_2 as FrozenDictionary_2 } from './internal/index.js';
|
|
19
|
-
export { FrozenDictionary_2 as FrozenDictionary } from './internal/index.js';
|
|
20
|
-
export { FrozenDictionary_2_Enumerator as FrozenDictionary_2_Enumerator } from './internal/index.js';
|
|
21
|
-
export { FrozenDictionary_2_AlternateLookup_1 as FrozenDictionary_2_AlternateLookup_1 } from './internal/index.js';
|
|
22
|
-
export { FrozenSet$instance as FrozenSet_0 } from './internal/index.js';
|
|
23
|
-
export { FrozenSet_1 as FrozenSet_1 } from './internal/index.js';
|
|
24
|
-
export { FrozenSet_1 as FrozenSet } from './internal/index.js';
|
|
25
|
-
export { FrozenSet_1_Enumerator as FrozenSet_1_Enumerator } from './internal/index.js';
|
|
26
|
-
export { FrozenSet_1_AlternateLookup_1 as FrozenSet_1_AlternateLookup_1 } from './internal/index.js';
|
|
@@ -1,129 +0,0 @@
|
|
|
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 './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
|
-
export * from './internal/index.js';
|
|
18
|
-
|
|
19
|
-
// Individual type exports for convenience
|
|
20
|
-
export { LinkedList_1 as LinkedList_1 } from './internal/index.js';
|
|
21
|
-
export { LinkedList_1 as LinkedList } from './internal/index.js';
|
|
22
|
-
export { LinkedList_1_Enumerator as LinkedList_1_Enumerator } from './internal/index.js';
|
|
23
|
-
export { LinkedListNode_1 as LinkedListNode_1 } from './internal/index.js';
|
|
24
|
-
export { LinkedListNode_1 as LinkedListNode } from './internal/index.js';
|
|
25
|
-
export { OrderedDictionary_2 as OrderedDictionary_2 } from './internal/index.js';
|
|
26
|
-
export { OrderedDictionary_2 as OrderedDictionary } from './internal/index.js';
|
|
27
|
-
export { OrderedDictionary_2_Enumerator as OrderedDictionary_2_Enumerator } from './internal/index.js';
|
|
28
|
-
export { OrderedDictionary_2_KeyCollection as OrderedDictionary_2_KeyCollection } from './internal/index.js';
|
|
29
|
-
export { OrderedDictionary_2_KeyCollection_Enumerator as OrderedDictionary_2_KeyCollection_Enumerator } from './internal/index.js';
|
|
30
|
-
export { OrderedDictionary_2_ValueCollection as OrderedDictionary_2_ValueCollection } from './internal/index.js';
|
|
31
|
-
export { OrderedDictionary_2_ValueCollection_Enumerator as OrderedDictionary_2_ValueCollection_Enumerator } from './internal/index.js';
|
|
32
|
-
export { PriorityQueue_2 as PriorityQueue_2 } from './internal/index.js';
|
|
33
|
-
export { PriorityQueue_2 as PriorityQueue } from './internal/index.js';
|
|
34
|
-
export { PriorityQueue_2_UnorderedItemsCollection as PriorityQueue_2_UnorderedItemsCollection } from './internal/index.js';
|
|
35
|
-
export { PriorityQueue_2_UnorderedItemsCollection_Enumerator as PriorityQueue_2_UnorderedItemsCollection_Enumerator } from './internal/index.js';
|
|
36
|
-
export { SortedDictionary_2 as SortedDictionary_2 } from './internal/index.js';
|
|
37
|
-
export { SortedDictionary_2 as SortedDictionary } from './internal/index.js';
|
|
38
|
-
export { SortedDictionary_2_Enumerator as SortedDictionary_2_Enumerator } from './internal/index.js';
|
|
39
|
-
export { SortedDictionary_2_KeyCollection as SortedDictionary_2_KeyCollection } from './internal/index.js';
|
|
40
|
-
export { SortedDictionary_2_KeyCollection_Enumerator as SortedDictionary_2_KeyCollection_Enumerator } from './internal/index.js';
|
|
41
|
-
export { SortedDictionary_2_ValueCollection as SortedDictionary_2_ValueCollection } from './internal/index.js';
|
|
42
|
-
export { SortedDictionary_2_ValueCollection_Enumerator as SortedDictionary_2_ValueCollection_Enumerator } from './internal/index.js';
|
|
43
|
-
export { SortedDictionary_2_KeyValuePairComparer as SortedDictionary_2_KeyValuePairComparer } from './internal/index.js';
|
|
44
|
-
export { TreeSet_1 as TreeSet_1 } from './internal/index.js';
|
|
45
|
-
export { TreeSet_1 as TreeSet } from './internal/index.js';
|
|
46
|
-
export { SortedList_2 as SortedList_2 } from './internal/index.js';
|
|
47
|
-
export { SortedList_2 as SortedList } from './internal/index.js';
|
|
48
|
-
export { SortedList_2_KeyList as SortedList_2_KeyList } from './internal/index.js';
|
|
49
|
-
export { SortedList_2_ValueList as SortedList_2_ValueList } from './internal/index.js';
|
|
50
|
-
export { SortedSet_1 as SortedSet_1 } from './internal/index.js';
|
|
51
|
-
export { SortedSet_1 as SortedSet } from './internal/index.js';
|
|
52
|
-
export { SortedSet_1_Enumerator as SortedSet_1_Enumerator } from './internal/index.js';
|
|
53
|
-
export { Stack_1 as Stack_1 } from './internal/index.js';
|
|
54
|
-
export { Stack_1 as Stack } from './internal/index.js';
|
|
55
|
-
export { Stack_1_Enumerator as Stack_1_Enumerator } from './internal/index.js';
|
|
56
|
-
export { Comparer_1 as Comparer_1 } from './internal/index.js';
|
|
57
|
-
export { Comparer_1 as Comparer } from './internal/index.js';
|
|
58
|
-
export { EqualityComparer_1 as EqualityComparer_1 } from './internal/index.js';
|
|
59
|
-
export { EqualityComparer_1 as EqualityComparer } from './internal/index.js';
|
|
60
|
-
export { GenericEqualityComparer_1 as GenericEqualityComparer_1 } from './internal/index.js';
|
|
61
|
-
export { GenericEqualityComparer_1 as GenericEqualityComparer } from './internal/index.js';
|
|
62
|
-
export { NullableEqualityComparer_1 as NullableEqualityComparer_1 } from './internal/index.js';
|
|
63
|
-
export { NullableEqualityComparer_1 as NullableEqualityComparer } from './internal/index.js';
|
|
64
|
-
export { ObjectEqualityComparer_1 as ObjectEqualityComparer_1 } from './internal/index.js';
|
|
65
|
-
export { ObjectEqualityComparer_1 as ObjectEqualityComparer } from './internal/index.js';
|
|
66
|
-
export { ByteEqualityComparer as ByteEqualityComparer } from './internal/index.js';
|
|
67
|
-
export { EnumEqualityComparer_1 as EnumEqualityComparer_1 } from './internal/index.js';
|
|
68
|
-
export { EnumEqualityComparer_1 as EnumEqualityComparer } from './internal/index.js';
|
|
69
|
-
export { CollectionExtensions$instance as CollectionExtensions } from './internal/index.js';
|
|
70
|
-
export { GenericComparer_1 as GenericComparer_1 } from './internal/index.js';
|
|
71
|
-
export { GenericComparer_1 as GenericComparer } from './internal/index.js';
|
|
72
|
-
export { NullableComparer_1 as NullableComparer_1 } from './internal/index.js';
|
|
73
|
-
export { NullableComparer_1 as NullableComparer } from './internal/index.js';
|
|
74
|
-
export { ObjectComparer_1 as ObjectComparer_1 } from './internal/index.js';
|
|
75
|
-
export { ObjectComparer_1 as ObjectComparer } from './internal/index.js';
|
|
76
|
-
export { Dictionary_2 as Dictionary_2 } from './internal/index.js';
|
|
77
|
-
export { Dictionary_2 as Dictionary } from './internal/index.js';
|
|
78
|
-
export { Dictionary_2_AlternateLookup_1 as Dictionary_2_AlternateLookup_1 } from './internal/index.js';
|
|
79
|
-
export { Dictionary_2_Enumerator as Dictionary_2_Enumerator } from './internal/index.js';
|
|
80
|
-
export { Dictionary_2_KeyCollection as Dictionary_2_KeyCollection } from './internal/index.js';
|
|
81
|
-
export { Dictionary_2_KeyCollection_Enumerator as Dictionary_2_KeyCollection_Enumerator } from './internal/index.js';
|
|
82
|
-
export { Dictionary_2_ValueCollection as Dictionary_2_ValueCollection } from './internal/index.js';
|
|
83
|
-
export { Dictionary_2_ValueCollection_Enumerator as Dictionary_2_ValueCollection_Enumerator } from './internal/index.js';
|
|
84
|
-
export { HashSet_1 as HashSet_1 } from './internal/index.js';
|
|
85
|
-
export { HashSet_1 as HashSet } from './internal/index.js';
|
|
86
|
-
export { HashSet_1_AlternateLookup_1 as HashSet_1_AlternateLookup_1 } from './internal/index.js';
|
|
87
|
-
export { HashSet_1_Enumerator as HashSet_1_Enumerator } from './internal/index.js';
|
|
88
|
-
export type IAlternateEqualityComparer_2<TAlternate, T> = Internal.IAlternateEqualityComparer_2<TAlternate, T>;
|
|
89
|
-
export type IAlternateEqualityComparer<TAlternate, T> = Internal.IAlternateEqualityComparer_2<TAlternate, T>;
|
|
90
|
-
export type IAsyncEnumerable_1<T> = Internal.IAsyncEnumerable_1<T>;
|
|
91
|
-
export type IAsyncEnumerable<T> = Internal.IAsyncEnumerable_1<T>;
|
|
92
|
-
export type IAsyncEnumerator_1<T> = Internal.IAsyncEnumerator_1<T>;
|
|
93
|
-
export type IAsyncEnumerator<T> = Internal.IAsyncEnumerator_1<T>;
|
|
94
|
-
export type ICollection_1<T> = Internal.ICollection_1<T>;
|
|
95
|
-
export type ICollection<T> = Internal.ICollection_1<T>;
|
|
96
|
-
export type IComparer_1<T> = Internal.IComparer_1<T>;
|
|
97
|
-
export type IComparer<T> = Internal.IComparer_1<T>;
|
|
98
|
-
export type IDictionary_2<TKey, TValue> = Internal.IDictionary_2<TKey, TValue>;
|
|
99
|
-
export type IDictionary<TKey, TValue> = Internal.IDictionary_2<TKey, TValue>;
|
|
100
|
-
export type IEnumerable_1<T> = Internal.IEnumerable_1<T>;
|
|
101
|
-
export type IEnumerable<T> = Internal.IEnumerable_1<T>;
|
|
102
|
-
export type IEnumerator_1<T> = Internal.IEnumerator_1<T>;
|
|
103
|
-
export type IEnumerator<T> = Internal.IEnumerator_1<T>;
|
|
104
|
-
export type IEqualityComparer_1<T> = Internal.IEqualityComparer_1<T>;
|
|
105
|
-
export type IEqualityComparer<T> = Internal.IEqualityComparer_1<T>;
|
|
106
|
-
export type IList_1<T> = Internal.IList_1<T>;
|
|
107
|
-
export type IList<T> = Internal.IList_1<T>;
|
|
108
|
-
export type IReadOnlyCollection_1<T> = Internal.IReadOnlyCollection_1<T>;
|
|
109
|
-
export type IReadOnlyCollection<T> = Internal.IReadOnlyCollection_1<T>;
|
|
110
|
-
export type IReadOnlyDictionary_2<TKey, TValue> = Internal.IReadOnlyDictionary_2<TKey, TValue>;
|
|
111
|
-
export type IReadOnlyDictionary<TKey, TValue> = Internal.IReadOnlyDictionary_2<TKey, TValue>;
|
|
112
|
-
export type IReadOnlyList_1<T> = Internal.IReadOnlyList_1<T>;
|
|
113
|
-
export type IReadOnlyList<T> = Internal.IReadOnlyList_1<T>;
|
|
114
|
-
export type ISet_1<T> = Internal.ISet_1<T>;
|
|
115
|
-
export type ISet<T> = Internal.ISet_1<T>;
|
|
116
|
-
export type IReadOnlySet_1<T> = Internal.IReadOnlySet_1<T>;
|
|
117
|
-
export type IReadOnlySet<T> = Internal.IReadOnlySet_1<T>;
|
|
118
|
-
export { KeyNotFoundException as KeyNotFoundException } from './internal/index.js';
|
|
119
|
-
export { KeyValuePair$instance as KeyValuePair_0 } from './internal/index.js';
|
|
120
|
-
export { KeyValuePair_2 as KeyValuePair_2 } from './internal/index.js';
|
|
121
|
-
export { KeyValuePair_2 as KeyValuePair } from './internal/index.js';
|
|
122
|
-
export { List_1 as List_1 } from './internal/index.js';
|
|
123
|
-
export { List_1 as List } from './internal/index.js';
|
|
124
|
-
export { List_1_Enumerator as List_1_Enumerator } from './internal/index.js';
|
|
125
|
-
export { Queue_1 as Queue_1 } from './internal/index.js';
|
|
126
|
-
export { Queue_1 as Queue } from './internal/index.js';
|
|
127
|
-
export { Queue_1_Enumerator as Queue_1_Enumerator } from './internal/index.js';
|
|
128
|
-
export { ReferenceEqualityComparer as ReferenceEqualityComparer } from './internal/index.js';
|
|
129
|
-
export { NonRandomizedStringEqualityComparer as NonRandomizedStringEqualityComparer } from './internal/index.js';
|
|
@@ -1,64 +0,0 @@
|
|
|
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 './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
|
-
export * from './internal/index.js';
|
|
14
|
-
|
|
15
|
-
// Individual type exports for convenience
|
|
16
|
-
export type IImmutableDictionary_2<TKey, TValue> = Internal.IImmutableDictionary_2<TKey, TValue>;
|
|
17
|
-
export type IImmutableDictionary<TKey, TValue> = Internal.IImmutableDictionary_2<TKey, TValue>;
|
|
18
|
-
export type IImmutableList_1<T> = Internal.IImmutableList_1<T>;
|
|
19
|
-
export type IImmutableList<T> = Internal.IImmutableList_1<T>;
|
|
20
|
-
export type IImmutableQueue_1<T> = Internal.IImmutableQueue_1<T>;
|
|
21
|
-
export type IImmutableQueue<T> = Internal.IImmutableQueue_1<T>;
|
|
22
|
-
export type IImmutableSet_1<T> = Internal.IImmutableSet_1<T>;
|
|
23
|
-
export type IImmutableSet<T> = Internal.IImmutableSet_1<T>;
|
|
24
|
-
export type IImmutableStack_1<T> = Internal.IImmutableStack_1<T>;
|
|
25
|
-
export type IImmutableStack<T> = Internal.IImmutableStack_1<T>;
|
|
26
|
-
export { ImmutableHashSet_1 as ImmutableHashSet_1 } from './internal/index.js';
|
|
27
|
-
export { ImmutableHashSet_1 as ImmutableHashSet } from './internal/index.js';
|
|
28
|
-
export { ImmutableHashSet_1_Builder as ImmutableHashSet_1_Builder } from './internal/index.js';
|
|
29
|
-
export { ImmutableHashSet_1_Enumerator as ImmutableHashSet_1_Enumerator } from './internal/index.js';
|
|
30
|
-
export { ImmutableArray$instance as ImmutableArray_0 } from './internal/index.js';
|
|
31
|
-
export { ImmutableArray_1 as ImmutableArray_1 } from './internal/index.js';
|
|
32
|
-
export { ImmutableArray_1 as ImmutableArray } from './internal/index.js';
|
|
33
|
-
export { ImmutableArray_1_Builder as ImmutableArray_1_Builder } from './internal/index.js';
|
|
34
|
-
export { ImmutableArray_1_Enumerator as ImmutableArray_1_Enumerator } from './internal/index.js';
|
|
35
|
-
export { ImmutableDictionary$instance as ImmutableDictionary_0 } from './internal/index.js';
|
|
36
|
-
export { ImmutableDictionary_2 as ImmutableDictionary_2 } from './internal/index.js';
|
|
37
|
-
export { ImmutableDictionary_2 as ImmutableDictionary } from './internal/index.js';
|
|
38
|
-
export { ImmutableDictionary_2_Builder as ImmutableDictionary_2_Builder } from './internal/index.js';
|
|
39
|
-
export { ImmutableDictionary_2_Enumerator as ImmutableDictionary_2_Enumerator } from './internal/index.js';
|
|
40
|
-
export { ImmutableHashSet$instance as ImmutableHashSet_0 } from './internal/index.js';
|
|
41
|
-
export { ImmutableInterlocked$instance as ImmutableInterlocked } from './internal/index.js';
|
|
42
|
-
export { ImmutableList$instance as ImmutableList_0 } from './internal/index.js';
|
|
43
|
-
export { ImmutableList_1 as ImmutableList_1 } from './internal/index.js';
|
|
44
|
-
export { ImmutableList_1 as ImmutableList } from './internal/index.js';
|
|
45
|
-
export { ImmutableList_1_Builder as ImmutableList_1_Builder } from './internal/index.js';
|
|
46
|
-
export { ImmutableList_1_Enumerator as ImmutableList_1_Enumerator } from './internal/index.js';
|
|
47
|
-
export { ImmutableQueue$instance as ImmutableQueue_0 } from './internal/index.js';
|
|
48
|
-
export { ImmutableQueue_1 as ImmutableQueue_1 } from './internal/index.js';
|
|
49
|
-
export { ImmutableQueue_1 as ImmutableQueue } from './internal/index.js';
|
|
50
|
-
export { ImmutableQueue_1_Enumerator as ImmutableQueue_1_Enumerator } from './internal/index.js';
|
|
51
|
-
export { ImmutableSortedDictionary$instance as ImmutableSortedDictionary_0 } from './internal/index.js';
|
|
52
|
-
export { ImmutableSortedDictionary_2 as ImmutableSortedDictionary_2 } from './internal/index.js';
|
|
53
|
-
export { ImmutableSortedDictionary_2 as ImmutableSortedDictionary } from './internal/index.js';
|
|
54
|
-
export { ImmutableSortedDictionary_2_Builder as ImmutableSortedDictionary_2_Builder } from './internal/index.js';
|
|
55
|
-
export { ImmutableSortedDictionary_2_Enumerator as ImmutableSortedDictionary_2_Enumerator } from './internal/index.js';
|
|
56
|
-
export { ImmutableSortedSet$instance as ImmutableSortedSet_0 } from './internal/index.js';
|
|
57
|
-
export { ImmutableSortedSet_1 as ImmutableSortedSet_1 } from './internal/index.js';
|
|
58
|
-
export { ImmutableSortedSet_1 as ImmutableSortedSet } from './internal/index.js';
|
|
59
|
-
export { ImmutableSortedSet_1_Builder as ImmutableSortedSet_1_Builder } from './internal/index.js';
|
|
60
|
-
export { ImmutableSortedSet_1_Enumerator as ImmutableSortedSet_1_Enumerator } from './internal/index.js';
|
|
61
|
-
export { ImmutableStack$instance as ImmutableStack_0 } from './internal/index.js';
|
|
62
|
-
export { ImmutableStack_1 as ImmutableStack_1 } from './internal/index.js';
|
|
63
|
-
export { ImmutableStack_1 as ImmutableStack } from './internal/index.js';
|
|
64
|
-
export { ImmutableStack_1_Enumerator as ImmutableStack_1_Enumerator } from './internal/index.js';
|
|
@@ -1,34 +0,0 @@
|
|
|
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 './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
|
-
export * from './internal/index.js';
|
|
16
|
-
|
|
17
|
-
// Individual type exports for convenience
|
|
18
|
-
export { KeyedCollection_2 as KeyedCollection_2 } from './internal/index.js';
|
|
19
|
-
export { KeyedCollection_2 as KeyedCollection } from './internal/index.js';
|
|
20
|
-
export { ObservableCollection_1 as ObservableCollection_1 } from './internal/index.js';
|
|
21
|
-
export { ObservableCollection_1 as ObservableCollection } from './internal/index.js';
|
|
22
|
-
export { ReadOnlyObservableCollection_1 as ReadOnlyObservableCollection_1 } from './internal/index.js';
|
|
23
|
-
export { ReadOnlyObservableCollection_1 as ReadOnlyObservableCollection } from './internal/index.js';
|
|
24
|
-
export { Collection_1 as Collection_1 } from './internal/index.js';
|
|
25
|
-
export { Collection_1 as Collection } from './internal/index.js';
|
|
26
|
-
export { ReadOnlyCollection_1 as ReadOnlyCollection_1 } from './internal/index.js';
|
|
27
|
-
export { ReadOnlyCollection_1 as ReadOnlyCollection } from './internal/index.js';
|
|
28
|
-
export { ReadOnlyCollection$instance as ReadOnlyCollection_0 } from './internal/index.js';
|
|
29
|
-
export { ReadOnlyDictionary_2 as ReadOnlyDictionary_2 } from './internal/index.js';
|
|
30
|
-
export { ReadOnlyDictionary_2 as ReadOnlyDictionary } from './internal/index.js';
|
|
31
|
-
export { ReadOnlyDictionary_2_KeyCollection as ReadOnlyDictionary_2_KeyCollection } from './internal/index.js';
|
|
32
|
-
export { ReadOnlyDictionary_2_ValueCollection as ReadOnlyDictionary_2_ValueCollection } from './internal/index.js';
|
|
33
|
-
export { ReadOnlySet_1 as ReadOnlySet_1 } from './internal/index.js';
|
|
34
|
-
export { ReadOnlySet_1 as ReadOnlySet } from './internal/index.js';
|
|
@@ -1,34 +0,0 @@
|
|
|
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 './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
|
-
export * from './internal/index.js';
|
|
15
|
-
|
|
16
|
-
// Individual type exports for convenience
|
|
17
|
-
export { CollectionsUtil as CollectionsUtil } from './internal/index.js';
|
|
18
|
-
export { BitVector32 as BitVector32 } from './internal/index.js';
|
|
19
|
-
export { BitVector32_Section as BitVector32_Section } from './internal/index.js';
|
|
20
|
-
export { HybridDictionary as HybridDictionary } from './internal/index.js';
|
|
21
|
-
export type IOrderedDictionary = Internal.IOrderedDictionary;
|
|
22
|
-
export { ListDictionary as ListDictionary } from './internal/index.js';
|
|
23
|
-
export { ListDictionary_DictionaryNode as ListDictionary_DictionaryNode } from './internal/index.js';
|
|
24
|
-
export { NameObjectCollectionBase as NameObjectCollectionBase } from './internal/index.js';
|
|
25
|
-
export { NameObjectCollectionBase_KeysCollection as NameObjectCollectionBase_KeysCollection } from './internal/index.js';
|
|
26
|
-
export { NameValueCollection as NameValueCollection } from './internal/index.js';
|
|
27
|
-
export { OrderedDictionary as OrderedDictionary } from './internal/index.js';
|
|
28
|
-
export { StringCollection as StringCollection } from './internal/index.js';
|
|
29
|
-
export { StringEnumerator as StringEnumerator } from './internal/index.js';
|
|
30
|
-
export { StringDictionary as StringDictionary } from './internal/index.js';
|
|
31
|
-
export type INotifyCollectionChanged = Internal.INotifyCollectionChanged;
|
|
32
|
-
export { NotifyCollectionChangedAction as NotifyCollectionChangedAction } from './internal/index.js';
|
|
33
|
-
export { NotifyCollectionChangedEventArgs as NotifyCollectionChangedEventArgs } from './internal/index.js';
|
|
34
|
-
export type NotifyCollectionChangedEventHandler = Internal.NotifyCollectionChangedEventHandler;
|
|
@@ -1,210 +0,0 @@
|
|
|
1
|
-
// Generated by tsbindgen - Architecture
|
|
2
|
-
// Namespace: System.ComponentModel
|
|
3
|
-
// Facade - Public API Surface
|
|
4
|
-
|
|
5
|
-
// Import internal declarations
|
|
6
|
-
import * as Internal from './internal/index.js';
|
|
7
|
-
|
|
8
|
-
// Cross-namespace type imports for constraints
|
|
9
|
-
import type { ICollection_1, IEnumerable_1, IEnumerator_1, IList_1, IReadOnlyCollection_1, IReadOnlyList_1 } from '../System.Collections.Generic/internal/index.js';
|
|
10
|
-
import type { Collection_1 } from '../System.Collections.ObjectModel/internal/index.js';
|
|
11
|
-
import type { Hashtable, ICollection, IComparer, IDictionary, IDictionaryEnumerator, IEnumerable, IEnumerator, IList, ReadOnlyCollectionBase } from '../System.Collections/internal/index.js';
|
|
12
|
-
import type { IDesigner } from '../System.ComponentModel.Design/internal/index.js';
|
|
13
|
-
import type { CultureInfo } from '../System.Globalization/internal/index.js';
|
|
14
|
-
import type { UnmanagedMemoryStream } from '../System.IO/internal/index.js';
|
|
15
|
-
import type { Assembly, MethodBase, MethodInfo, Module } from '../System.Reflection/internal/index.js';
|
|
16
|
-
import type { ResourceManager, ResourceSet } from '../System.Resources/internal/index.js';
|
|
17
|
-
import type { ExternalException } from '../System.Runtime.InteropServices/internal/index.js';
|
|
18
|
-
import type { ISerializable, SerializationInfo, StreamingContext } from '../System.Runtime.Serialization/internal/index.js';
|
|
19
|
-
import type { SendOrPostCallback, SynchronizationContext } from '../System.Threading/internal/index.js';
|
|
20
|
-
import type { ArgumentException, Array as ClrArray, AsyncCallback, Attribute, Boolean as ClrBoolean, Byte, Char, Delegate, Double, Enum, EventArgs, EventHandler, EventHandler_1, Exception, IAsyncResult, ICloneable, IComparable, IConvertible, IDisposable, IFormatProvider, IFormattable, Int16, Int32, Int64, IntPtr, IServiceProvider, ISpanFormattable, MarshalByRefObject, MulticastDelegate, Nullable_1, Object as ClrObject, SByte, Single, String as ClrString, SystemException, Type, TypeCode, UInt16, UInt32, UInt64, Void } from '../System/internal/index.js';
|
|
21
|
-
|
|
22
|
-
export * from './internal/index.js';
|
|
23
|
-
|
|
24
|
-
// Individual type exports for convenience
|
|
25
|
-
export { CancelEventArgs as CancelEventArgs } from './internal/index.js';
|
|
26
|
-
export type IChangeTracking = Internal.IChangeTracking;
|
|
27
|
-
export type IEditableObject = Internal.IEditableObject;
|
|
28
|
-
export type IRevertibleChangeTracking = Internal.IRevertibleChangeTracking;
|
|
29
|
-
export type AsyncCompletedEventHandler = Internal.AsyncCompletedEventHandler;
|
|
30
|
-
export { AsyncCompletedEventArgs as AsyncCompletedEventArgs } from './internal/index.js';
|
|
31
|
-
export { AsyncOperation as AsyncOperation } from './internal/index.js';
|
|
32
|
-
export { AsyncOperationManager$instance as AsyncOperationManager } from './internal/index.js';
|
|
33
|
-
export type ProgressChangedEventHandler = Internal.ProgressChangedEventHandler;
|
|
34
|
-
export { ProgressChangedEventArgs as ProgressChangedEventArgs } from './internal/index.js';
|
|
35
|
-
export { BackgroundWorker as BackgroundWorker } from './internal/index.js';
|
|
36
|
-
export type DoWorkEventHandler = Internal.DoWorkEventHandler;
|
|
37
|
-
export { DoWorkEventArgs as DoWorkEventArgs } from './internal/index.js';
|
|
38
|
-
export type RunWorkerCompletedEventHandler = Internal.RunWorkerCompletedEventHandler;
|
|
39
|
-
export { RunWorkerCompletedEventArgs as RunWorkerCompletedEventArgs } from './internal/index.js';
|
|
40
|
-
export type ISynchronizeInvoke = Internal.ISynchronizeInvoke;
|
|
41
|
-
export { BrowsableAttribute as BrowsableAttribute } from './internal/index.js';
|
|
42
|
-
export { CategoryAttribute as CategoryAttribute } from './internal/index.js';
|
|
43
|
-
export { Component as Component } from './internal/index.js';
|
|
44
|
-
export { ComponentCollection as ComponentCollection } from './internal/index.js';
|
|
45
|
-
export { DescriptionAttribute as DescriptionAttribute } from './internal/index.js';
|
|
46
|
-
export { DesignerAttribute as DesignerAttribute } from './internal/index.js';
|
|
47
|
-
export { DesignerCategoryAttribute as DesignerCategoryAttribute } from './internal/index.js';
|
|
48
|
-
export { DesignerSerializationVisibility as DesignerSerializationVisibility } from './internal/index.js';
|
|
49
|
-
export { DesignerSerializationVisibilityAttribute as DesignerSerializationVisibilityAttribute } from './internal/index.js';
|
|
50
|
-
export { DesignOnlyAttribute as DesignOnlyAttribute } from './internal/index.js';
|
|
51
|
-
export { DisplayNameAttribute as DisplayNameAttribute } from './internal/index.js';
|
|
52
|
-
export { EditorAttribute as EditorAttribute } from './internal/index.js';
|
|
53
|
-
export { EventHandlerList as EventHandlerList } from './internal/index.js';
|
|
54
|
-
export type IComponent = Internal.IComponent;
|
|
55
|
-
export type IContainer = Internal.IContainer;
|
|
56
|
-
export { ImmutableObjectAttribute as ImmutableObjectAttribute } from './internal/index.js';
|
|
57
|
-
export { InitializationEventAttribute as InitializationEventAttribute } from './internal/index.js';
|
|
58
|
-
export { InvalidAsynchronousStateException as InvalidAsynchronousStateException } from './internal/index.js';
|
|
59
|
-
export { InvalidEnumArgumentException as InvalidEnumArgumentException } from './internal/index.js';
|
|
60
|
-
export type ISite = Internal.ISite;
|
|
61
|
-
export type ISupportInitialize = Internal.ISupportInitialize;
|
|
62
|
-
export { LocalizableAttribute as LocalizableAttribute } from './internal/index.js';
|
|
63
|
-
export { MergablePropertyAttribute as MergablePropertyAttribute } from './internal/index.js';
|
|
64
|
-
export { NotifyParentPropertyAttribute as NotifyParentPropertyAttribute } from './internal/index.js';
|
|
65
|
-
export { ParenthesizePropertyNameAttribute as ParenthesizePropertyNameAttribute } from './internal/index.js';
|
|
66
|
-
export { ReadOnlyAttribute as ReadOnlyAttribute } from './internal/index.js';
|
|
67
|
-
export { RefreshProperties as RefreshProperties } from './internal/index.js';
|
|
68
|
-
export { RefreshPropertiesAttribute as RefreshPropertiesAttribute } from './internal/index.js';
|
|
69
|
-
export { ArrayConverter as ArrayConverter } from './internal/index.js';
|
|
70
|
-
export { BaseNumberConverter as BaseNumberConverter } from './internal/index.js';
|
|
71
|
-
export { BooleanConverter as BooleanConverter } from './internal/index.js';
|
|
72
|
-
export { ByteConverter as ByteConverter } from './internal/index.js';
|
|
73
|
-
export { CharConverter as CharConverter } from './internal/index.js';
|
|
74
|
-
export { CollectionConverter as CollectionConverter } from './internal/index.js';
|
|
75
|
-
export { DateOnlyConverter as DateOnlyConverter } from './internal/index.js';
|
|
76
|
-
export { DateTimeConverter as DateTimeConverter } from './internal/index.js';
|
|
77
|
-
export { DateTimeOffsetConverter as DateTimeOffsetConverter } from './internal/index.js';
|
|
78
|
-
export { DecimalConverter as DecimalConverter } from './internal/index.js';
|
|
79
|
-
export { DoubleConverter as DoubleConverter } from './internal/index.js';
|
|
80
|
-
export { EnumConverter as EnumConverter } from './internal/index.js';
|
|
81
|
-
export { GuidConverter as GuidConverter } from './internal/index.js';
|
|
82
|
-
export { HalfConverter as HalfConverter } from './internal/index.js';
|
|
83
|
-
export { Int16Converter as Int16Converter } from './internal/index.js';
|
|
84
|
-
export { Int128Converter as Int128Converter } from './internal/index.js';
|
|
85
|
-
export { Int32Converter as Int32Converter } from './internal/index.js';
|
|
86
|
-
export { Int64Converter as Int64Converter } from './internal/index.js';
|
|
87
|
-
export type ITypeDescriptorContext = Internal.ITypeDescriptorContext;
|
|
88
|
-
export { MultilineStringConverter as MultilineStringConverter } from './internal/index.js';
|
|
89
|
-
export { NullableConverter as NullableConverter } from './internal/index.js';
|
|
90
|
-
export { PropertyDescriptor as PropertyDescriptor } from './internal/index.js';
|
|
91
|
-
export { SByteConverter as SByteConverter } from './internal/index.js';
|
|
92
|
-
export { SingleConverter as SingleConverter } from './internal/index.js';
|
|
93
|
-
export { StringConverter as StringConverter } from './internal/index.js';
|
|
94
|
-
export { TimeOnlyConverter as TimeOnlyConverter } from './internal/index.js';
|
|
95
|
-
export { TimeSpanConverter as TimeSpanConverter } from './internal/index.js';
|
|
96
|
-
export { TypeConverter as TypeConverter } from './internal/index.js';
|
|
97
|
-
export { TypeConverter_StandardValuesCollection as TypeConverter_StandardValuesCollection } from './internal/index.js';
|
|
98
|
-
export { TypeListConverter as TypeListConverter } from './internal/index.js';
|
|
99
|
-
export { UInt128Converter as UInt128Converter } from './internal/index.js';
|
|
100
|
-
export { UInt16Converter as UInt16Converter } from './internal/index.js';
|
|
101
|
-
export { UInt32Converter as UInt32Converter } from './internal/index.js';
|
|
102
|
-
export { UInt64Converter as UInt64Converter } from './internal/index.js';
|
|
103
|
-
export { VersionConverter as VersionConverter } from './internal/index.js';
|
|
104
|
-
export { AttributeCollection as AttributeCollection } from './internal/index.js';
|
|
105
|
-
export { AttributeProviderAttribute as AttributeProviderAttribute } from './internal/index.js';
|
|
106
|
-
export type CancelEventHandler = Internal.CancelEventHandler;
|
|
107
|
-
export { CollectionChangeAction as CollectionChangeAction } from './internal/index.js';
|
|
108
|
-
export { CollectionChangeEventArgs as CollectionChangeEventArgs } from './internal/index.js';
|
|
109
|
-
export type CollectionChangeEventHandler = Internal.CollectionChangeEventHandler;
|
|
110
|
-
export { CustomTypeDescriptor as CustomTypeDescriptor } from './internal/index.js';
|
|
111
|
-
export { DefaultEventAttribute as DefaultEventAttribute } from './internal/index.js';
|
|
112
|
-
export { DefaultPropertyAttribute as DefaultPropertyAttribute } from './internal/index.js';
|
|
113
|
-
export { EventDescriptor as EventDescriptor } from './internal/index.js';
|
|
114
|
-
export { EventDescriptorCollection as EventDescriptorCollection } from './internal/index.js';
|
|
115
|
-
export { ExtenderProvidedPropertyAttribute as ExtenderProvidedPropertyAttribute } from './internal/index.js';
|
|
116
|
-
export { HandledEventArgs as HandledEventArgs } from './internal/index.js';
|
|
117
|
-
export type HandledEventHandler = Internal.HandledEventHandler;
|
|
118
|
-
export type ICustomTypeDescriptor = Internal.ICustomTypeDescriptor;
|
|
119
|
-
export type IExtenderProvider = Internal.IExtenderProvider;
|
|
120
|
-
export type IListSource = Internal.IListSource;
|
|
121
|
-
export type ITypedList = Internal.ITypedList;
|
|
122
|
-
export { MemberDescriptor as MemberDescriptor } from './internal/index.js';
|
|
123
|
-
export { PropertyDescriptorCollection as PropertyDescriptorCollection } from './internal/index.js';
|
|
124
|
-
export { ProvidePropertyAttribute as ProvidePropertyAttribute } from './internal/index.js';
|
|
125
|
-
export { RefreshEventArgs as RefreshEventArgs } from './internal/index.js';
|
|
126
|
-
export type RefreshEventHandler = Internal.RefreshEventHandler;
|
|
127
|
-
export { TypeDescriptor as TypeDescriptor } from './internal/index.js';
|
|
128
|
-
export { TypeDescriptionProvider as TypeDescriptionProvider } from './internal/index.js';
|
|
129
|
-
export { AddingNewEventArgs as AddingNewEventArgs } from './internal/index.js';
|
|
130
|
-
export type AddingNewEventHandler = Internal.AddingNewEventHandler;
|
|
131
|
-
export { AmbientValueAttribute as AmbientValueAttribute } from './internal/index.js';
|
|
132
|
-
export { BindableAttribute as BindableAttribute } from './internal/index.js';
|
|
133
|
-
export { BindableSupport as BindableSupport } from './internal/index.js';
|
|
134
|
-
export { BindingDirection as BindingDirection } from './internal/index.js';
|
|
135
|
-
export { BindingList_1 as BindingList_1 } from './internal/index.js';
|
|
136
|
-
export { BindingList_1 as BindingList } from './internal/index.js';
|
|
137
|
-
export type IBindingList = Internal.IBindingList;
|
|
138
|
-
export type ICancelAddNew = Internal.ICancelAddNew;
|
|
139
|
-
export type IRaiseItemChangedEvents = Internal.IRaiseItemChangedEvents;
|
|
140
|
-
export { ListChangedEventArgs as ListChangedEventArgs } from './internal/index.js';
|
|
141
|
-
export type ListChangedEventHandler = Internal.ListChangedEventHandler;
|
|
142
|
-
export { ListSortDirection as ListSortDirection } from './internal/index.js';
|
|
143
|
-
export { ListChangedType as ListChangedType } from './internal/index.js';
|
|
144
|
-
export { ComplexBindingPropertiesAttribute as ComplexBindingPropertiesAttribute } from './internal/index.js';
|
|
145
|
-
export { ComponentConverter as ComponentConverter } from './internal/index.js';
|
|
146
|
-
export { ReferenceConverter as ReferenceConverter } from './internal/index.js';
|
|
147
|
-
export { ComponentEditor as ComponentEditor } from './internal/index.js';
|
|
148
|
-
export { Container as Container } from './internal/index.js';
|
|
149
|
-
export { ContainerFilterService as ContainerFilterService } from './internal/index.js';
|
|
150
|
-
export { InheritanceAttribute as InheritanceAttribute } from './internal/index.js';
|
|
151
|
-
export { InheritanceLevel as InheritanceLevel } from './internal/index.js';
|
|
152
|
-
export { CultureInfoConverter as CultureInfoConverter } from './internal/index.js';
|
|
153
|
-
export { DataObjectAttribute as DataObjectAttribute } from './internal/index.js';
|
|
154
|
-
export { DataObjectFieldAttribute as DataObjectFieldAttribute } from './internal/index.js';
|
|
155
|
-
export { DataObjectMethodAttribute as DataObjectMethodAttribute } from './internal/index.js';
|
|
156
|
-
export { DataObjectMethodType as DataObjectMethodType } from './internal/index.js';
|
|
157
|
-
export { DefaultBindingPropertyAttribute as DefaultBindingPropertyAttribute } from './internal/index.js';
|
|
158
|
-
export { DesignTimeVisibleAttribute as DesignTimeVisibleAttribute } from './internal/index.js';
|
|
159
|
-
export { ExpandableObjectConverter as ExpandableObjectConverter } from './internal/index.js';
|
|
160
|
-
export type IBindingListView = Internal.IBindingListView;
|
|
161
|
-
export { ListSortDescriptionCollection as ListSortDescriptionCollection } from './internal/index.js';
|
|
162
|
-
export { ListSortDescription as ListSortDescription } from './internal/index.js';
|
|
163
|
-
export type IComNativeDescriptorHandler = Internal.IComNativeDescriptorHandler;
|
|
164
|
-
export type IDataErrorInfo = Internal.IDataErrorInfo;
|
|
165
|
-
export type INestedContainer = Internal.INestedContainer;
|
|
166
|
-
export type IIntellisenseBuilder = Internal.IIntellisenseBuilder;
|
|
167
|
-
export type INestedSite = Internal.INestedSite;
|
|
168
|
-
export { InstallerTypeAttribute as InstallerTypeAttribute } from './internal/index.js';
|
|
169
|
-
export { InstanceCreationEditor as InstanceCreationEditor } from './internal/index.js';
|
|
170
|
-
export type ISupportInitializeNotification = Internal.ISupportInitializeNotification;
|
|
171
|
-
export { License as License } from './internal/index.js';
|
|
172
|
-
export { LicenseContext as LicenseContext } from './internal/index.js';
|
|
173
|
-
export { LicenseUsageMode as LicenseUsageMode } from './internal/index.js';
|
|
174
|
-
export { LicenseException as LicenseException } from './internal/index.js';
|
|
175
|
-
export { LicenseManager as LicenseManager } from './internal/index.js';
|
|
176
|
-
export { LicenseProvider as LicenseProvider } from './internal/index.js';
|
|
177
|
-
export { LicenseProviderAttribute as LicenseProviderAttribute } from './internal/index.js';
|
|
178
|
-
export { LicFileLicenseProvider as LicFileLicenseProvider } from './internal/index.js';
|
|
179
|
-
export { ListBindableAttribute as ListBindableAttribute } from './internal/index.js';
|
|
180
|
-
export { LookupBindingPropertiesAttribute as LookupBindingPropertiesAttribute } from './internal/index.js';
|
|
181
|
-
export { MarshalByValueComponent as MarshalByValueComponent } from './internal/index.js';
|
|
182
|
-
export { MaskedTextProvider as MaskedTextProvider } from './internal/index.js';
|
|
183
|
-
export { MaskedTextResultHint as MaskedTextResultHint } from './internal/index.js';
|
|
184
|
-
export { NestedContainer as NestedContainer } from './internal/index.js';
|
|
185
|
-
export { PasswordPropertyTextAttribute as PasswordPropertyTextAttribute } from './internal/index.js';
|
|
186
|
-
export { PropertyTabAttribute as PropertyTabAttribute } from './internal/index.js';
|
|
187
|
-
export { PropertyTabScope as PropertyTabScope } from './internal/index.js';
|
|
188
|
-
export { RecommendedAsConfigurableAttribute as RecommendedAsConfigurableAttribute } from './internal/index.js';
|
|
189
|
-
export { RunInstallerAttribute as RunInstallerAttribute } from './internal/index.js';
|
|
190
|
-
export { SettingsBindableAttribute as SettingsBindableAttribute } from './internal/index.js';
|
|
191
|
-
export { SyntaxCheck$instance as SyntaxCheck } from './internal/index.js';
|
|
192
|
-
export { ToolboxItemAttribute as ToolboxItemAttribute } from './internal/index.js';
|
|
193
|
-
export { ToolboxItemFilterAttribute as ToolboxItemFilterAttribute } from './internal/index.js';
|
|
194
|
-
export { ToolboxItemFilterType as ToolboxItemFilterType } from './internal/index.js';
|
|
195
|
-
export { WarningException as WarningException } from './internal/index.js';
|
|
196
|
-
export { ComponentResourceManager as ComponentResourceManager } from './internal/index.js';
|
|
197
|
-
export { DataErrorsChangedEventArgs as DataErrorsChangedEventArgs } from './internal/index.js';
|
|
198
|
-
export type INotifyDataErrorInfo = Internal.INotifyDataErrorInfo;
|
|
199
|
-
export type INotifyPropertyChanged = Internal.INotifyPropertyChanged;
|
|
200
|
-
export type INotifyPropertyChanging = Internal.INotifyPropertyChanging;
|
|
201
|
-
export { PropertyChangedEventArgs as PropertyChangedEventArgs } from './internal/index.js';
|
|
202
|
-
export type PropertyChangedEventHandler = Internal.PropertyChangedEventHandler;
|
|
203
|
-
export { PropertyChangingEventArgs as PropertyChangingEventArgs } from './internal/index.js';
|
|
204
|
-
export type PropertyChangingEventHandler = Internal.PropertyChangingEventHandler;
|
|
205
|
-
export { TypeConverterAttribute as TypeConverterAttribute } from './internal/index.js';
|
|
206
|
-
export { TypeDescriptionProviderAttribute as TypeDescriptionProviderAttribute } from './internal/index.js';
|
|
207
|
-
export { DefaultValueAttribute as DefaultValueAttribute } from './internal/index.js';
|
|
208
|
-
export { EditorBrowsableAttribute as EditorBrowsableAttribute } from './internal/index.js';
|
|
209
|
-
export { EditorBrowsableState as EditorBrowsableState } from './internal/index.js';
|
|
210
|
-
export { Win32Exception as Win32Exception } from './internal/index.js';
|
|
@@ -1,57 +0,0 @@
|
|
|
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 './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
|
-
export * from './internal/index.js';
|
|
17
|
-
|
|
18
|
-
// Individual type exports for convenience
|
|
19
|
-
export { AllowedValuesAttribute as AllowedValuesAttribute } from './internal/index.js';
|
|
20
|
-
export { AssociatedMetadataTypeTypeDescriptionProvider as AssociatedMetadataTypeTypeDescriptionProvider } from './internal/index.js';
|
|
21
|
-
export { AssociationAttribute as AssociationAttribute } from './internal/index.js';
|
|
22
|
-
export { Base64StringAttribute as Base64StringAttribute } from './internal/index.js';
|
|
23
|
-
export { CompareAttribute as CompareAttribute } from './internal/index.js';
|
|
24
|
-
export { ConcurrencyCheckAttribute as ConcurrencyCheckAttribute } from './internal/index.js';
|
|
25
|
-
export { CreditCardAttribute as CreditCardAttribute } from './internal/index.js';
|
|
26
|
-
export { CustomValidationAttribute as CustomValidationAttribute } from './internal/index.js';
|
|
27
|
-
export { DataType as DataType } from './internal/index.js';
|
|
28
|
-
export { DataTypeAttribute as DataTypeAttribute } from './internal/index.js';
|
|
29
|
-
export { DeniedValuesAttribute as DeniedValuesAttribute } from './internal/index.js';
|
|
30
|
-
export { DisplayAttribute as DisplayAttribute } from './internal/index.js';
|
|
31
|
-
export { DisplayColumnAttribute as DisplayColumnAttribute } from './internal/index.js';
|
|
32
|
-
export { DisplayFormatAttribute as DisplayFormatAttribute } from './internal/index.js';
|
|
33
|
-
export { EditableAttribute as EditableAttribute } from './internal/index.js';
|
|
34
|
-
export { EmailAddressAttribute as EmailAddressAttribute } from './internal/index.js';
|
|
35
|
-
export { EnumDataTypeAttribute as EnumDataTypeAttribute } from './internal/index.js';
|
|
36
|
-
export { FileExtensionsAttribute as FileExtensionsAttribute } from './internal/index.js';
|
|
37
|
-
export { FilterUIHintAttribute as FilterUIHintAttribute } from './internal/index.js';
|
|
38
|
-
export type IValidatableObject = Internal.IValidatableObject;
|
|
39
|
-
export { KeyAttribute as KeyAttribute } from './internal/index.js';
|
|
40
|
-
export { LengthAttribute as LengthAttribute } from './internal/index.js';
|
|
41
|
-
export { MaxLengthAttribute as MaxLengthAttribute } from './internal/index.js';
|
|
42
|
-
export { MetadataTypeAttribute as MetadataTypeAttribute } from './internal/index.js';
|
|
43
|
-
export { MinLengthAttribute as MinLengthAttribute } from './internal/index.js';
|
|
44
|
-
export { PhoneAttribute as PhoneAttribute } from './internal/index.js';
|
|
45
|
-
export { RangeAttribute as RangeAttribute } from './internal/index.js';
|
|
46
|
-
export { RegularExpressionAttribute as RegularExpressionAttribute } from './internal/index.js';
|
|
47
|
-
export { RequiredAttribute as RequiredAttribute } from './internal/index.js';
|
|
48
|
-
export { ScaffoldColumnAttribute as ScaffoldColumnAttribute } from './internal/index.js';
|
|
49
|
-
export { StringLengthAttribute as StringLengthAttribute } from './internal/index.js';
|
|
50
|
-
export { TimestampAttribute as TimestampAttribute } from './internal/index.js';
|
|
51
|
-
export { UIHintAttribute as UIHintAttribute } from './internal/index.js';
|
|
52
|
-
export { UrlAttribute as UrlAttribute } from './internal/index.js';
|
|
53
|
-
export { ValidationAttribute as ValidationAttribute } from './internal/index.js';
|
|
54
|
-
export { ValidationContext as ValidationContext } from './internal/index.js';
|
|
55
|
-
export { ValidationException as ValidationException } from './internal/index.js';
|
|
56
|
-
export { ValidationResult as ValidationResult } from './internal/index.js';
|
|
57
|
-
export { Validator$instance as Validator } from './internal/index.js';
|
|
@@ -1,21 +0,0 @@
|
|
|
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 './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
|
-
export * from './internal/index.js';
|
|
12
|
-
|
|
13
|
-
// Individual type exports for convenience
|
|
14
|
-
export { ColumnAttribute as ColumnAttribute } from './internal/index.js';
|
|
15
|
-
export { ComplexTypeAttribute as ComplexTypeAttribute } from './internal/index.js';
|
|
16
|
-
export { DatabaseGeneratedAttribute as DatabaseGeneratedAttribute } from './internal/index.js';
|
|
17
|
-
export { DatabaseGeneratedOption as DatabaseGeneratedOption } from './internal/index.js';
|
|
18
|
-
export { ForeignKeyAttribute as ForeignKeyAttribute } from './internal/index.js';
|
|
19
|
-
export { InversePropertyAttribute as InversePropertyAttribute } from './internal/index.js';
|
|
20
|
-
export { NotMappedAttribute as NotMappedAttribute } from './internal/index.js';
|
|
21
|
-
export { TableAttribute as TableAttribute } from './internal/index.js';
|