@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
package/System/index.d.ts
DELETED
|
@@ -1,428 +0,0 @@
|
|
|
1
|
-
// Generated by tsbindgen - Architecture
|
|
2
|
-
// Namespace: System
|
|
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 { MemoryHandle, OperationStatus, SearchValues_1, SpanAction_2 } from '../System.Buffers/internal/index.js';
|
|
10
|
-
import type { IAlternateEqualityComparer_2, ICollection_1, IComparer_1, IEnumerable_1, IEnumerator_1, IEqualityComparer_1, IList_1, IReadOnlyCollection_1, IReadOnlyDictionary_2, IReadOnlyList_1 } from '../System.Collections.Generic/internal/index.js';
|
|
11
|
-
import type { ReadOnlyCollection_1 } from '../System.Collections.ObjectModel/internal/index.js';
|
|
12
|
-
import type { ICollection, IComparer, IDictionary, IEnumerable, IEnumerator, IEqualityComparer, IList, IStructuralComparable, IStructuralEquatable } from '../System.Collections/internal/index.js';
|
|
13
|
-
import type { ITypeDescriptorContext, PropertyDescriptorCollection, TypeConverter, TypeConverter_StandardValuesCollection } from '../System.ComponentModel/internal/index.js';
|
|
14
|
-
import type { AssemblyHashAlgorithm } from '../System.Configuration.Assemblies/internal/index.js';
|
|
15
|
-
import type { Calendar, CompareInfo, CompareOptions, CultureInfo, DateTimeStyles, DaylightTime, NumberStyles, TimeSpanStyles, UnicodeCategory } from '../System.Globalization/internal/index.js';
|
|
16
|
-
import type { Stream, TextReader, TextWriter } from '../System.IO/internal/index.js';
|
|
17
|
-
import type { IAdditionOperators_3, IAdditiveIdentity_2, IBinaryFloatingPointIeee754_1, IBinaryInteger_1, IBinaryNumber_1, IBitwiseOperators_3, IComparisonOperators_3, IDecrementOperators_1, IDivisionOperators_3, IEqualityOperators_3, IExponentialFunctions_1, IFloatingPoint_1, IFloatingPointConstants_1, IFloatingPointIeee754_1, IHyperbolicFunctions_1, IIncrementOperators_1, ILogarithmicFunctions_1, IMinMaxValue_1, IModulusOperators_3, IMultiplicativeIdentity_2, IMultiplyOperators_3, INumber_1, INumberBase_1, IPowerFunctions_1, IRootFunctions_1, IShiftOperators_3, ISignedNumber_1, ISubtractionOperators_3, ITrigonometricFunctions_1, IUnaryNegationOperators_2, IUnaryPlusOperators_2, IUnsignedNumber_1 } from '../System.Numerics/internal/index.js';
|
|
18
|
-
import type { Assembly, AssemblyName, Binder, BindingFlags, CallingConventions, ConstructorInfo, CustomAttributeData, EventInfo, FieldInfo, GenericParameterAttributes, ICustomAttributeProvider, InterfaceMapping, IReflect, MemberFilter, MemberInfo, MemberTypes, MethodBase, MethodInfo, Module, ParameterInfo, ParameterModifier, PropertyInfo, TypeAttributes, TypeFilter } from '../System.Reflection/internal/index.js';
|
|
19
|
-
import type { DefaultInterpolatedStringHandler, ITuple } from '../System.Runtime.CompilerServices/internal/index.js';
|
|
20
|
-
import type { FirstChanceExceptionEventArgs } from '../System.Runtime.ExceptionServices/internal/index.js';
|
|
21
|
-
import type { StructLayoutAttribute } from '../System.Runtime.InteropServices/internal/index.js';
|
|
22
|
-
import type { ObjectHandle } from '../System.Runtime.Remoting/internal/index.js';
|
|
23
|
-
import type { IDeserializationCallback, IObjectReference, ISerializable, SerializationInfo, StreamingContext } from '../System.Runtime.Serialization/internal/index.js';
|
|
24
|
-
import type { IPrincipal, PrincipalPolicy } from '../System.Security.Principal/internal/index.js';
|
|
25
|
-
import type { PermissionSet } from '../System.Security/internal/index.js';
|
|
26
|
-
import type { CompositeFormat, Encoding, NormalizationForm, SpanLineEnumerator, SpanRuneEnumerator, StringRuneEnumerator } from '../System.Text/internal/index.js';
|
|
27
|
-
import type { ValueTask } from '../System.Threading.Tasks/internal/index.js';
|
|
28
|
-
import type { CancellationToken, ITimer, LazyThreadSafetyMode, TimerCallback, WaitHandle } from '../System.Threading/internal/index.js';
|
|
29
|
-
|
|
30
|
-
export * from './internal/index.js';
|
|
31
|
-
|
|
32
|
-
// Individual type exports for convenience
|
|
33
|
-
export type IServiceProvider = Internal.IServiceProvider;
|
|
34
|
-
export { UriTypeConverter as UriTypeConverter } from './internal/index.js';
|
|
35
|
-
export { Console$instance as Console } from './internal/index.js';
|
|
36
|
-
export type ConsoleCancelEventHandler = Internal.ConsoleCancelEventHandler;
|
|
37
|
-
export { ConsoleCancelEventArgs as ConsoleCancelEventArgs } from './internal/index.js';
|
|
38
|
-
export { ConsoleColor as ConsoleColor } from './internal/index.js';
|
|
39
|
-
export { ConsoleSpecialKey as ConsoleSpecialKey } from './internal/index.js';
|
|
40
|
-
export { ConsoleKey as ConsoleKey } from './internal/index.js';
|
|
41
|
-
export { ConsoleKeyInfo as ConsoleKeyInfo } from './internal/index.js';
|
|
42
|
-
export { ConsoleModifiers as ConsoleModifiers } from './internal/index.js';
|
|
43
|
-
export { SequencePosition as SequencePosition } from './internal/index.js';
|
|
44
|
-
export { ArgIterator as ArgIterator } from './internal/index.js';
|
|
45
|
-
export { Array as Array } from './internal/index.js';
|
|
46
|
-
export { Attribute as Attribute } from './internal/index.js';
|
|
47
|
-
export { BadImageFormatException as BadImageFormatException } from './internal/index.js';
|
|
48
|
-
export { Buffer$instance as Buffer } from './internal/index.js';
|
|
49
|
-
export { Decimal as Decimal } from './internal/index.js';
|
|
50
|
-
export { Delegate as Delegate } from './internal/index.js';
|
|
51
|
-
export { Delegate_InvocationListEnumerator_1 as Delegate_InvocationListEnumerator_1 } from './internal/index.js';
|
|
52
|
-
export { Delegate_InvocationListEnumerator_1 as Delegate_InvocationListEnumerator } from './internal/index.js';
|
|
53
|
-
export { Enum as Enum } from './internal/index.js';
|
|
54
|
-
export { Environment$instance as Environment } from './internal/index.js';
|
|
55
|
-
export { Environment_ProcessCpuUsage as Environment_ProcessCpuUsage } from './internal/index.js';
|
|
56
|
-
export { Environment_SpecialFolder as Environment_SpecialFolder } from './internal/index.js';
|
|
57
|
-
export { Environment_SpecialFolderOption as Environment_SpecialFolderOption } from './internal/index.js';
|
|
58
|
-
export { Exception as Exception } from './internal/index.js';
|
|
59
|
-
export { GCCollectionMode as GCCollectionMode } from './internal/index.js';
|
|
60
|
-
export { GCNotificationStatus as GCNotificationStatus } from './internal/index.js';
|
|
61
|
-
export { GC$instance as GC } from './internal/index.js';
|
|
62
|
-
export { Math$instance as Math } from './internal/index.js';
|
|
63
|
-
export { MathF$instance as MathF } from './internal/index.js';
|
|
64
|
-
export { MulticastDelegate as MulticastDelegate } from './internal/index.js';
|
|
65
|
-
export { Object as Object } from './internal/index.js';
|
|
66
|
-
export { RuntimeArgumentHandle as RuntimeArgumentHandle } from './internal/index.js';
|
|
67
|
-
export { RuntimeTypeHandle as RuntimeTypeHandle } from './internal/index.js';
|
|
68
|
-
export { RuntimeMethodHandle as RuntimeMethodHandle } from './internal/index.js';
|
|
69
|
-
export { RuntimeFieldHandle as RuntimeFieldHandle } from './internal/index.js';
|
|
70
|
-
export { ModuleHandle as ModuleHandle } from './internal/index.js';
|
|
71
|
-
export { String as String } from './internal/index.js';
|
|
72
|
-
export { Type as Type } from './internal/index.js';
|
|
73
|
-
export { TypedReference as TypedReference } from './internal/index.js';
|
|
74
|
-
export { TypeLoadException as TypeLoadException } from './internal/index.js';
|
|
75
|
-
export { ValueType as ValueType } from './internal/index.js';
|
|
76
|
-
export { AccessViolationException as AccessViolationException } from './internal/index.js';
|
|
77
|
-
export type Action_1<T> = Internal.Action_1<T>;
|
|
78
|
-
export type Action_2<T1, T2> = Internal.Action_2<T1, T2>;
|
|
79
|
-
export type Action_3<T1, T2, T3> = Internal.Action_3<T1, T2, T3>;
|
|
80
|
-
export type Action_4<T1, T2, T3, T4> = Internal.Action_4<T1, T2, T3, T4>;
|
|
81
|
-
export type Action_5<T1, T2, T3, T4, T5> = Internal.Action_5<T1, T2, T3, T4, T5>;
|
|
82
|
-
export type Action_6<T1, T2, T3, T4, T5, T6> = Internal.Action_6<T1, T2, T3, T4, T5, T6>;
|
|
83
|
-
export type Action_7<T1, T2, T3, T4, T5, T6, T7> = Internal.Action_7<T1, T2, T3, T4, T5, T6, T7>;
|
|
84
|
-
export type Action_8<T1, T2, T3, T4, T5, T6, T7, T8> = Internal.Action_8<T1, T2, T3, T4, T5, T6, T7, T8>;
|
|
85
|
-
export type Action_9<T1, T2, T3, T4, T5, T6, T7, T8, T9> = Internal.Action_9<T1, T2, T3, T4, T5, T6, T7, T8, T9>;
|
|
86
|
-
export type Action_10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> = Internal.Action_10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>;
|
|
87
|
-
export type Action_11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> = Internal.Action_11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>;
|
|
88
|
-
export type Action_12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> = Internal.Action_12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>;
|
|
89
|
-
export type Action_13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> = Internal.Action_13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>;
|
|
90
|
-
export type Action_14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> = Internal.Action_14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>;
|
|
91
|
-
export type Action_15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> = Internal.Action_15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>;
|
|
92
|
-
export type Action_16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16> = Internal.Action_16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>;
|
|
93
|
-
export type Comparison_1<T> = Internal.Comparison_1<T>;
|
|
94
|
-
export type Comparison<T> = Internal.Comparison_1<T>;
|
|
95
|
-
export type Converter_2<TInput, TOutput> = Internal.Converter_2<TInput, TOutput>;
|
|
96
|
-
export type Converter<TInput, TOutput> = Internal.Converter_2<TInput, TOutput>;
|
|
97
|
-
export type Predicate_1<T> = Internal.Predicate_1<T>;
|
|
98
|
-
export type Predicate<T> = Internal.Predicate_1<T>;
|
|
99
|
-
export { Activator$instance as Activator } from './internal/index.js';
|
|
100
|
-
export { AggregateException as AggregateException } from './internal/index.js';
|
|
101
|
-
export { AppContext$instance as AppContext } from './internal/index.js';
|
|
102
|
-
export { AppDomain as AppDomain } from './internal/index.js';
|
|
103
|
-
export { AppDomainSetup as AppDomainSetup } from './internal/index.js';
|
|
104
|
-
export { AppDomainUnloadedException as AppDomainUnloadedException } from './internal/index.js';
|
|
105
|
-
export { ApplicationException as ApplicationException } from './internal/index.js';
|
|
106
|
-
export { ApplicationId as ApplicationId } from './internal/index.js';
|
|
107
|
-
export { ArgumentException as ArgumentException } from './internal/index.js';
|
|
108
|
-
export { ArgumentNullException as ArgumentNullException } from './internal/index.js';
|
|
109
|
-
export { ArgumentOutOfRangeException as ArgumentOutOfRangeException } from './internal/index.js';
|
|
110
|
-
export { ArithmeticException as ArithmeticException } from './internal/index.js';
|
|
111
|
-
export { ArraySegment_1 as ArraySegment_1 } from './internal/index.js';
|
|
112
|
-
export { ArraySegment_1 as ArraySegment } from './internal/index.js';
|
|
113
|
-
export { ArraySegment_1_Enumerator as ArraySegment_1_Enumerator } from './internal/index.js';
|
|
114
|
-
export { ArrayTypeMismatchException as ArrayTypeMismatchException } from './internal/index.js';
|
|
115
|
-
export { AssemblyLoadEventArgs as AssemblyLoadEventArgs } from './internal/index.js';
|
|
116
|
-
export type AssemblyLoadEventHandler = Internal.AssemblyLoadEventHandler;
|
|
117
|
-
export type AsyncCallback = Internal.AsyncCallback;
|
|
118
|
-
export { AttributeTargets as AttributeTargets } from './internal/index.js';
|
|
119
|
-
export { AttributeUsageAttribute as AttributeUsageAttribute } from './internal/index.js';
|
|
120
|
-
export { BitConverter$instance as BitConverter } from './internal/index.js';
|
|
121
|
-
export { Boolean as Boolean } from './internal/index.js';
|
|
122
|
-
export { Byte as Byte } from './internal/index.js';
|
|
123
|
-
export { CannotUnloadAppDomainException as CannotUnloadAppDomainException } from './internal/index.js';
|
|
124
|
-
export { Char as Char } from './internal/index.js';
|
|
125
|
-
export { CharEnumerator as CharEnumerator } from './internal/index.js';
|
|
126
|
-
export { CLSCompliantAttribute as CLSCompliantAttribute } from './internal/index.js';
|
|
127
|
-
export { ContextBoundObject as ContextBoundObject } from './internal/index.js';
|
|
128
|
-
export { ContextMarshalException as ContextMarshalException } from './internal/index.js';
|
|
129
|
-
export { ContextStaticAttribute as ContextStaticAttribute } from './internal/index.js';
|
|
130
|
-
export { Convert$instance as Convert } from './internal/index.js';
|
|
131
|
-
export { Base64FormattingOptions as Base64FormattingOptions } from './internal/index.js';
|
|
132
|
-
export { DataMisalignedException as DataMisalignedException } from './internal/index.js';
|
|
133
|
-
export { DateOnly as DateOnly } from './internal/index.js';
|
|
134
|
-
export { DateTime as DateTime } from './internal/index.js';
|
|
135
|
-
export { DateTimeKind as DateTimeKind } from './internal/index.js';
|
|
136
|
-
export { DateTimeOffset as DateTimeOffset } from './internal/index.js';
|
|
137
|
-
export { DayOfWeek as DayOfWeek } from './internal/index.js';
|
|
138
|
-
export { DBNull as DBNull } from './internal/index.js';
|
|
139
|
-
export { DivideByZeroException as DivideByZeroException } from './internal/index.js';
|
|
140
|
-
export { DllNotFoundException as DllNotFoundException } from './internal/index.js';
|
|
141
|
-
export { Double as Double } from './internal/index.js';
|
|
142
|
-
export { DuplicateWaitObjectException as DuplicateWaitObjectException } from './internal/index.js';
|
|
143
|
-
export { EntryPointNotFoundException as EntryPointNotFoundException } from './internal/index.js';
|
|
144
|
-
export { EnvironmentVariableTarget as EnvironmentVariableTarget } from './internal/index.js';
|
|
145
|
-
export { EventArgs as EventArgs } from './internal/index.js';
|
|
146
|
-
export type EventHandler_0 = Internal.EventHandler;
|
|
147
|
-
export type EventHandler_1<TEventArgs> = Internal.EventHandler_1<TEventArgs>;
|
|
148
|
-
export type EventHandler<TEventArgs> = Internal.EventHandler_1<TEventArgs>;
|
|
149
|
-
export type EventHandler_2<TSender, TEventArgs> = Internal.EventHandler_2<TSender, TEventArgs>;
|
|
150
|
-
export { ExecutionEngineException as ExecutionEngineException } from './internal/index.js';
|
|
151
|
-
export { FieldAccessException as FieldAccessException } from './internal/index.js';
|
|
152
|
-
export { FlagsAttribute as FlagsAttribute } from './internal/index.js';
|
|
153
|
-
export { FormatException as FormatException } from './internal/index.js';
|
|
154
|
-
export { FormattableString as FormattableString } from './internal/index.js';
|
|
155
|
-
export type Func_1<TResult> = Internal.Func_1<TResult>;
|
|
156
|
-
export type Func_2<T, TResult> = Internal.Func_2<T, TResult>;
|
|
157
|
-
export type Func_3<T1, T2, TResult> = Internal.Func_3<T1, T2, TResult>;
|
|
158
|
-
export type Func_4<T1, T2, T3, TResult> = Internal.Func_4<T1, T2, T3, TResult>;
|
|
159
|
-
export type Func_5<T1, T2, T3, T4, TResult> = Internal.Func_5<T1, T2, T3, T4, TResult>;
|
|
160
|
-
export type Func_6<T1, T2, T3, T4, T5, TResult> = Internal.Func_6<T1, T2, T3, T4, T5, TResult>;
|
|
161
|
-
export type Func_7<T1, T2, T3, T4, T5, T6, TResult> = Internal.Func_7<T1, T2, T3, T4, T5, T6, TResult>;
|
|
162
|
-
export type Func_8<T1, T2, T3, T4, T5, T6, T7, TResult> = Internal.Func_8<T1, T2, T3, T4, T5, T6, T7, TResult>;
|
|
163
|
-
export type Func_9<T1, T2, T3, T4, T5, T6, T7, T8, TResult> = Internal.Func_9<T1, T2, T3, T4, T5, T6, T7, T8, TResult>;
|
|
164
|
-
export type Func_10<T1, T2, T3, T4, T5, T6, T7, T8, T9, TResult> = Internal.Func_10<T1, T2, T3, T4, T5, T6, T7, T8, T9, TResult>;
|
|
165
|
-
export type Func_11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, TResult> = Internal.Func_11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, TResult>;
|
|
166
|
-
export type Func_12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, TResult> = Internal.Func_12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, TResult>;
|
|
167
|
-
export type Func_13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, TResult> = Internal.Func_13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, TResult>;
|
|
168
|
-
export type Func_14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, TResult> = Internal.Func_14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, TResult>;
|
|
169
|
-
export type Func_15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, TResult> = Internal.Func_15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, TResult>;
|
|
170
|
-
export type Func_16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, TResult> = Internal.Func_16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, TResult>;
|
|
171
|
-
export type Func_17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, TResult> = Internal.Func_17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, TResult>;
|
|
172
|
-
export { GCGenerationInfo as GCGenerationInfo } from './internal/index.js';
|
|
173
|
-
export { GCKind as GCKind } from './internal/index.js';
|
|
174
|
-
export { GCMemoryInfo as GCMemoryInfo } from './internal/index.js';
|
|
175
|
-
export { Guid as Guid } from './internal/index.js';
|
|
176
|
-
export { Half as Half } from './internal/index.js';
|
|
177
|
-
export { HashCode as HashCode } from './internal/index.js';
|
|
178
|
-
export type IAsyncDisposable = Internal.IAsyncDisposable;
|
|
179
|
-
export type IAsyncResult = Internal.IAsyncResult;
|
|
180
|
-
export type ICloneable = Internal.ICloneable;
|
|
181
|
-
export type IComparable_0 = Internal.IComparable;
|
|
182
|
-
export type IComparable_1<T> = Internal.IComparable_1<T>;
|
|
183
|
-
export type IComparable<T> = Internal.IComparable_1<T>;
|
|
184
|
-
export type IConvertible = Internal.IConvertible;
|
|
185
|
-
export type ICustomFormatter = Internal.ICustomFormatter;
|
|
186
|
-
export type IDisposable = Internal.IDisposable;
|
|
187
|
-
export type IEquatable_1<T> = Internal.IEquatable_1<T>;
|
|
188
|
-
export type IEquatable<T> = Internal.IEquatable_1<T>;
|
|
189
|
-
export type IFormatProvider = Internal.IFormatProvider;
|
|
190
|
-
export type IFormattable = Internal.IFormattable;
|
|
191
|
-
export { Index as Index } from './internal/index.js';
|
|
192
|
-
export { IndexOutOfRangeException as IndexOutOfRangeException } from './internal/index.js';
|
|
193
|
-
export { InsufficientExecutionStackException as InsufficientExecutionStackException } from './internal/index.js';
|
|
194
|
-
export { InsufficientMemoryException as InsufficientMemoryException } from './internal/index.js';
|
|
195
|
-
export { Int16 as Int16 } from './internal/index.js';
|
|
196
|
-
export { Int32 as Int32 } from './internal/index.js';
|
|
197
|
-
export { Int64 as Int64 } from './internal/index.js';
|
|
198
|
-
export { Int128 as Int128 } from './internal/index.js';
|
|
199
|
-
export { IntPtr as IntPtr } from './internal/index.js';
|
|
200
|
-
export { InvalidCastException as InvalidCastException } from './internal/index.js';
|
|
201
|
-
export { InvalidOperationException as InvalidOperationException } from './internal/index.js';
|
|
202
|
-
export { InvalidProgramException as InvalidProgramException } from './internal/index.js';
|
|
203
|
-
export { InvalidTimeZoneException as InvalidTimeZoneException } from './internal/index.js';
|
|
204
|
-
export type IObservable_1<T> = Internal.IObservable_1<T>;
|
|
205
|
-
export type IObservable<T> = Internal.IObservable_1<T>;
|
|
206
|
-
export type IObserver_1<T> = Internal.IObserver_1<T>;
|
|
207
|
-
export type IObserver<T> = Internal.IObserver_1<T>;
|
|
208
|
-
export type IProgress_1<T> = Internal.IProgress_1<T>;
|
|
209
|
-
export type IProgress<T> = Internal.IProgress_1<T>;
|
|
210
|
-
export type ISpanFormattable = Internal.ISpanFormattable;
|
|
211
|
-
export type IUtf8SpanFormattable = Internal.IUtf8SpanFormattable;
|
|
212
|
-
export type IUtf8SpanParsable_1<TSelf extends IUtf8SpanParsable_1<TSelf>> = Internal.IUtf8SpanParsable_1<TSelf>;
|
|
213
|
-
export type IUtf8SpanParsable<TSelf extends IUtf8SpanParsable_1<TSelf>> = Internal.IUtf8SpanParsable_1<TSelf>;
|
|
214
|
-
export { Lazy_1 as Lazy_1 } from './internal/index.js';
|
|
215
|
-
export { Lazy_1 as Lazy } from './internal/index.js';
|
|
216
|
-
export { Lazy_2 as Lazy_2 } from './internal/index.js';
|
|
217
|
-
export { LoaderOptimization as LoaderOptimization } from './internal/index.js';
|
|
218
|
-
export { LoaderOptimizationAttribute as LoaderOptimizationAttribute } from './internal/index.js';
|
|
219
|
-
export { LocalDataStoreSlot as LocalDataStoreSlot } from './internal/index.js';
|
|
220
|
-
export { MarshalByRefObject as MarshalByRefObject } from './internal/index.js';
|
|
221
|
-
export { MemberAccessException as MemberAccessException } from './internal/index.js';
|
|
222
|
-
export { Memory_1 as Memory_1 } from './internal/index.js';
|
|
223
|
-
export { Memory_1 as Memory } from './internal/index.js';
|
|
224
|
-
export { MemoryExtensions$instance as MemoryExtensions } from './internal/index.js';
|
|
225
|
-
export { MemoryExtensions_SpanSplitEnumerator_1 as MemoryExtensions_SpanSplitEnumerator_1 } from './internal/index.js';
|
|
226
|
-
export { MemoryExtensions_SpanSplitEnumerator_1 as MemoryExtensions_SpanSplitEnumerator } from './internal/index.js';
|
|
227
|
-
export { MemoryExtensions_TryWriteInterpolatedStringHandler as MemoryExtensions_TryWriteInterpolatedStringHandler } from './internal/index.js';
|
|
228
|
-
export { MethodAccessException as MethodAccessException } from './internal/index.js';
|
|
229
|
-
export { MidpointRounding as MidpointRounding } from './internal/index.js';
|
|
230
|
-
export { MissingFieldException as MissingFieldException } from './internal/index.js';
|
|
231
|
-
export { MissingMemberException as MissingMemberException } from './internal/index.js';
|
|
232
|
-
export { MissingMethodException as MissingMethodException } from './internal/index.js';
|
|
233
|
-
export { MulticastNotSupportedException as MulticastNotSupportedException } from './internal/index.js';
|
|
234
|
-
export { NonSerializedAttribute as NonSerializedAttribute } from './internal/index.js';
|
|
235
|
-
export { NotFiniteNumberException as NotFiniteNumberException } from './internal/index.js';
|
|
236
|
-
export { NotImplementedException as NotImplementedException } from './internal/index.js';
|
|
237
|
-
export { NotSupportedException as NotSupportedException } from './internal/index.js';
|
|
238
|
-
export { Nullable_1 as Nullable_1 } from './internal/index.js';
|
|
239
|
-
export { Nullable_1 as Nullable } from './internal/index.js';
|
|
240
|
-
export { Nullable$instance as Nullable_0 } from './internal/index.js';
|
|
241
|
-
export { NullReferenceException as NullReferenceException } from './internal/index.js';
|
|
242
|
-
export { ObjectDisposedException as ObjectDisposedException } from './internal/index.js';
|
|
243
|
-
export { ObsoleteAttribute as ObsoleteAttribute } from './internal/index.js';
|
|
244
|
-
export { OperatingSystem as OperatingSystem } from './internal/index.js';
|
|
245
|
-
export { OperationCanceledException as OperationCanceledException } from './internal/index.js';
|
|
246
|
-
export { OutOfMemoryException as OutOfMemoryException } from './internal/index.js';
|
|
247
|
-
export { OverflowException as OverflowException } from './internal/index.js';
|
|
248
|
-
export { ParamArrayAttribute as ParamArrayAttribute } from './internal/index.js';
|
|
249
|
-
export { PlatformID as PlatformID } from './internal/index.js';
|
|
250
|
-
export { PlatformNotSupportedException as PlatformNotSupportedException } from './internal/index.js';
|
|
251
|
-
export { Progress_1 as Progress_1 } from './internal/index.js';
|
|
252
|
-
export { Progress_1 as Progress } from './internal/index.js';
|
|
253
|
-
export { Random as Random } from './internal/index.js';
|
|
254
|
-
export { Range as Range } from './internal/index.js';
|
|
255
|
-
export { RankException as RankException } from './internal/index.js';
|
|
256
|
-
export { ReadOnlyMemory_1 as ReadOnlyMemory_1 } from './internal/index.js';
|
|
257
|
-
export { ReadOnlyMemory_1 as ReadOnlyMemory } from './internal/index.js';
|
|
258
|
-
export { ReadOnlySpan_1 as ReadOnlySpan_1 } from './internal/index.js';
|
|
259
|
-
export { ReadOnlySpan_1 as ReadOnlySpan } from './internal/index.js';
|
|
260
|
-
export { ReadOnlySpan_1_Enumerator as ReadOnlySpan_1_Enumerator } from './internal/index.js';
|
|
261
|
-
export { ResolveEventArgs as ResolveEventArgs } from './internal/index.js';
|
|
262
|
-
export type ResolveEventHandler = Internal.ResolveEventHandler;
|
|
263
|
-
export { SByte as SByte } from './internal/index.js';
|
|
264
|
-
export { SerializableAttribute as SerializableAttribute } from './internal/index.js';
|
|
265
|
-
export { Single as Single } from './internal/index.js';
|
|
266
|
-
export { Span_1 as Span_1 } from './internal/index.js';
|
|
267
|
-
export { Span_1 as Span } from './internal/index.js';
|
|
268
|
-
export { Span_1_Enumerator as Span_1_Enumerator } from './internal/index.js';
|
|
269
|
-
export { StackOverflowException as StackOverflowException } from './internal/index.js';
|
|
270
|
-
export { StringComparer as StringComparer } from './internal/index.js';
|
|
271
|
-
export { CultureAwareComparer as CultureAwareComparer } from './internal/index.js';
|
|
272
|
-
export { OrdinalComparer as OrdinalComparer } from './internal/index.js';
|
|
273
|
-
export { StringComparison as StringComparison } from './internal/index.js';
|
|
274
|
-
export { StringNormalizationExtensions$instance as StringNormalizationExtensions } from './internal/index.js';
|
|
275
|
-
export { StringSplitOptions as StringSplitOptions } from './internal/index.js';
|
|
276
|
-
export { SystemException as SystemException } from './internal/index.js';
|
|
277
|
-
export { STAThreadAttribute as STAThreadAttribute } from './internal/index.js';
|
|
278
|
-
export { MTAThreadAttribute as MTAThreadAttribute } from './internal/index.js';
|
|
279
|
-
export { ThreadStaticAttribute as ThreadStaticAttribute } from './internal/index.js';
|
|
280
|
-
export { TimeOnly as TimeOnly } from './internal/index.js';
|
|
281
|
-
export { TimeoutException as TimeoutException } from './internal/index.js';
|
|
282
|
-
export { TimeSpan as TimeSpan } from './internal/index.js';
|
|
283
|
-
export { TimeZone as TimeZone } from './internal/index.js';
|
|
284
|
-
export { TimeZoneInfo as TimeZoneInfo } from './internal/index.js';
|
|
285
|
-
export { TimeZoneInfo_AdjustmentRule as TimeZoneInfo_AdjustmentRule } from './internal/index.js';
|
|
286
|
-
export { TimeZoneInfo_TransitionTime as TimeZoneInfo_TransitionTime } from './internal/index.js';
|
|
287
|
-
export { TimeZoneNotFoundException as TimeZoneNotFoundException } from './internal/index.js';
|
|
288
|
-
export { Tuple$instance as Tuple_0 } from './internal/index.js';
|
|
289
|
-
export { Tuple_1 as Tuple_1 } from './internal/index.js';
|
|
290
|
-
export { Tuple_1 as Tuple } from './internal/index.js';
|
|
291
|
-
export { Tuple_2 as Tuple_2 } from './internal/index.js';
|
|
292
|
-
export { Tuple_3 as Tuple_3 } from './internal/index.js';
|
|
293
|
-
export { Tuple_4 as Tuple_4 } from './internal/index.js';
|
|
294
|
-
export { Tuple_5 as Tuple_5 } from './internal/index.js';
|
|
295
|
-
export { Tuple_6 as Tuple_6 } from './internal/index.js';
|
|
296
|
-
export { Tuple_7 as Tuple_7 } from './internal/index.js';
|
|
297
|
-
export { Tuple_8 as Tuple_8 } from './internal/index.js';
|
|
298
|
-
export { TupleExtensions$instance as TupleExtensions } from './internal/index.js';
|
|
299
|
-
export { TypeAccessException as TypeAccessException } from './internal/index.js';
|
|
300
|
-
export { TypeCode as TypeCode } from './internal/index.js';
|
|
301
|
-
export { TypeInitializationException as TypeInitializationException } from './internal/index.js';
|
|
302
|
-
export { TypeUnloadedException as TypeUnloadedException } from './internal/index.js';
|
|
303
|
-
export { UInt16 as UInt16 } from './internal/index.js';
|
|
304
|
-
export { UInt32 as UInt32 } from './internal/index.js';
|
|
305
|
-
export { UInt64 as UInt64 } from './internal/index.js';
|
|
306
|
-
export { UInt128 as UInt128 } from './internal/index.js';
|
|
307
|
-
export { UIntPtr as UIntPtr } from './internal/index.js';
|
|
308
|
-
export { UnauthorizedAccessException as UnauthorizedAccessException } from './internal/index.js';
|
|
309
|
-
export { UnhandledExceptionEventArgs as UnhandledExceptionEventArgs } from './internal/index.js';
|
|
310
|
-
export type UnhandledExceptionEventHandler = Internal.UnhandledExceptionEventHandler;
|
|
311
|
-
export { UnitySerializationHolder as UnitySerializationHolder } from './internal/index.js';
|
|
312
|
-
export { ValueTuple as ValueTuple_0 } from './internal/index.js';
|
|
313
|
-
export { ValueTuple_1 as ValueTuple_1 } from './internal/index.js';
|
|
314
|
-
export { ValueTuple_1 as ValueTuple } from './internal/index.js';
|
|
315
|
-
export { ValueTuple_2 as ValueTuple_2 } from './internal/index.js';
|
|
316
|
-
export { ValueTuple_3 as ValueTuple_3 } from './internal/index.js';
|
|
317
|
-
export { ValueTuple_4 as ValueTuple_4 } from './internal/index.js';
|
|
318
|
-
export { ValueTuple_5 as ValueTuple_5 } from './internal/index.js';
|
|
319
|
-
export { ValueTuple_6 as ValueTuple_6 } from './internal/index.js';
|
|
320
|
-
export { ValueTuple_7 as ValueTuple_7 } from './internal/index.js';
|
|
321
|
-
export { ValueTuple_8 as ValueTuple_8 } from './internal/index.js';
|
|
322
|
-
export { Version as Version } from './internal/index.js';
|
|
323
|
-
export { Void as Void } from './internal/index.js';
|
|
324
|
-
export { WeakReference as WeakReference_0 } from './internal/index.js';
|
|
325
|
-
export { WeakReference_1 as WeakReference_1 } from './internal/index.js';
|
|
326
|
-
export { WeakReference_1 as WeakReference } from './internal/index.js';
|
|
327
|
-
export { TimeProvider as TimeProvider } from './internal/index.js';
|
|
328
|
-
export type IParsable_1<TSelf extends IParsable_1<TSelf>> = Internal.IParsable_1<TSelf>;
|
|
329
|
-
export type IParsable<TSelf extends IParsable_1<TSelf>> = Internal.IParsable_1<TSelf>;
|
|
330
|
-
export type ISpanParsable_1<TSelf extends ISpanParsable_1<TSelf>> = Internal.ISpanParsable_1<TSelf>;
|
|
331
|
-
export type ISpanParsable<TSelf extends ISpanParsable_1<TSelf>> = Internal.ISpanParsable_1<TSelf>;
|
|
332
|
-
export { GenericUriParserOptions as GenericUriParserOptions } from './internal/index.js';
|
|
333
|
-
export { GenericUriParser as GenericUriParser } from './internal/index.js';
|
|
334
|
-
export { Uri as Uri } from './internal/index.js';
|
|
335
|
-
export { UriBuilder as UriBuilder } from './internal/index.js';
|
|
336
|
-
export { UriCreationOptions as UriCreationOptions } from './internal/index.js';
|
|
337
|
-
export { UriKind as UriKind } from './internal/index.js';
|
|
338
|
-
export { UriComponents as UriComponents } from './internal/index.js';
|
|
339
|
-
export { UriFormat as UriFormat } from './internal/index.js';
|
|
340
|
-
export { UriFormatException as UriFormatException } from './internal/index.js';
|
|
341
|
-
export { UriHostNameType as UriHostNameType } from './internal/index.js';
|
|
342
|
-
export { HttpStyleUriParser as HttpStyleUriParser } from './internal/index.js';
|
|
343
|
-
export { FtpStyleUriParser as FtpStyleUriParser } from './internal/index.js';
|
|
344
|
-
export { FileStyleUriParser as FileStyleUriParser } from './internal/index.js';
|
|
345
|
-
export { NewsStyleUriParser as NewsStyleUriParser } from './internal/index.js';
|
|
346
|
-
export { GopherStyleUriParser as GopherStyleUriParser } from './internal/index.js';
|
|
347
|
-
export { LdapStyleUriParser as LdapStyleUriParser } from './internal/index.js';
|
|
348
|
-
export { NetPipeStyleUriParser as NetPipeStyleUriParser } from './internal/index.js';
|
|
349
|
-
export { NetTcpStyleUriParser as NetTcpStyleUriParser } from './internal/index.js';
|
|
350
|
-
export { UriPartial as UriPartial } from './internal/index.js';
|
|
351
|
-
export { UriParser as UriParser } from './internal/index.js';
|
|
352
|
-
|
|
353
|
-
// Delegate shortcut aliases (support TS lambdas)
|
|
354
|
-
declare const __unspecified: unique symbol;
|
|
355
|
-
export type __ = typeof __unspecified;
|
|
356
|
-
|
|
357
|
-
export type Action<
|
|
358
|
-
T1 = __,
|
|
359
|
-
T2 = __,
|
|
360
|
-
T3 = __,
|
|
361
|
-
T4 = __,
|
|
362
|
-
T5 = __,
|
|
363
|
-
T6 = __,
|
|
364
|
-
T7 = __,
|
|
365
|
-
T8 = __,
|
|
366
|
-
T9 = __,
|
|
367
|
-
T10 = __,
|
|
368
|
-
T11 = __,
|
|
369
|
-
T12 = __,
|
|
370
|
-
T13 = __,
|
|
371
|
-
T14 = __,
|
|
372
|
-
T15 = __,
|
|
373
|
-
T16 = __,
|
|
374
|
-
> =
|
|
375
|
-
[T1] extends [__] ? ((() => void) | Internal.Action) :
|
|
376
|
-
[T2] extends [__] ? (((arg1: T1) => void) | Internal.Action_1<T1>) :
|
|
377
|
-
[T3] extends [__] ? (((arg1: T1, arg2: T2) => void) | Internal.Action_2<T1, T2>) :
|
|
378
|
-
[T4] extends [__] ? (((arg1: T1, arg2: T2, arg3: T3) => void) | Internal.Action_3<T1, T2, T3>) :
|
|
379
|
-
[T5] extends [__] ? (((arg1: T1, arg2: T2, arg3: T3, arg4: T4) => void) | Internal.Action_4<T1, T2, T3, T4>) :
|
|
380
|
-
[T6] extends [__] ? (((arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5) => void) | Internal.Action_5<T1, T2, T3, T4, T5>) :
|
|
381
|
-
[T7] extends [__] ? (((arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, arg6: T6) => void) | Internal.Action_6<T1, T2, T3, T4, T5, T6>) :
|
|
382
|
-
[T8] extends [__] ? (((arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, arg6: T6, arg7: T7) => void) | Internal.Action_7<T1, T2, T3, T4, T5, T6, T7>) :
|
|
383
|
-
[T9] extends [__] ? (((arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, arg6: T6, arg7: T7, arg8: T8) => void) | Internal.Action_8<T1, T2, T3, T4, T5, T6, T7, T8>) :
|
|
384
|
-
[T10] extends [__] ? (((arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, arg6: T6, arg7: T7, arg8: T8, arg9: T9) => void) | Internal.Action_9<T1, T2, T3, T4, T5, T6, T7, T8, T9>) :
|
|
385
|
-
[T11] extends [__] ? (((arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, arg6: T6, arg7: T7, arg8: T8, arg9: T9, arg10: T10) => void) | Internal.Action_10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>) :
|
|
386
|
-
[T12] extends [__] ? (((arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, arg6: T6, arg7: T7, arg8: T8, arg9: T9, arg10: T10, arg11: T11) => void) | Internal.Action_11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>) :
|
|
387
|
-
[T13] extends [__] ? (((arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, arg6: T6, arg7: T7, arg8: T8, arg9: T9, arg10: T10, arg11: T11, arg12: T12) => void) | Internal.Action_12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>) :
|
|
388
|
-
[T14] extends [__] ? (((arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, arg6: T6, arg7: T7, arg8: T8, arg9: T9, arg10: T10, arg11: T11, arg12: T12, arg13: T13) => void) | Internal.Action_13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>) :
|
|
389
|
-
[T15] extends [__] ? (((arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, arg6: T6, arg7: T7, arg8: T8, arg9: T9, arg10: T10, arg11: T11, arg12: T12, arg13: T13, arg14: T14) => void) | Internal.Action_14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>) :
|
|
390
|
-
[T16] extends [__] ? (((arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, arg6: T6, arg7: T7, arg8: T8, arg9: T9, arg10: T10, arg11: T11, arg12: T12, arg13: T13, arg14: T14, arg15: T15) => void) | Internal.Action_15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>) :
|
|
391
|
-
(((arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, arg6: T6, arg7: T7, arg8: T8, arg9: T9, arg10: T10, arg11: T11, arg12: T12, arg13: T13, arg14: T14, arg15: T15, arg16: T16) => void) | Internal.Action_16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>);
|
|
392
|
-
|
|
393
|
-
export type Func<
|
|
394
|
-
T1 = __,
|
|
395
|
-
T2 = __,
|
|
396
|
-
T3 = __,
|
|
397
|
-
T4 = __,
|
|
398
|
-
T5 = __,
|
|
399
|
-
T6 = __,
|
|
400
|
-
T7 = __,
|
|
401
|
-
T8 = __,
|
|
402
|
-
T9 = __,
|
|
403
|
-
T10 = __,
|
|
404
|
-
T11 = __,
|
|
405
|
-
T12 = __,
|
|
406
|
-
T13 = __,
|
|
407
|
-
T14 = __,
|
|
408
|
-
T15 = __,
|
|
409
|
-
T16 = __,
|
|
410
|
-
T17 = __,
|
|
411
|
-
> =
|
|
412
|
-
[T2] extends [__] ? ((() => T1) | Internal.Func_1<T1>) :
|
|
413
|
-
[T3] extends [__] ? (((arg1: T1) => T2) | Internal.Func_2<T1, T2>) :
|
|
414
|
-
[T4] extends [__] ? (((arg1: T1, arg2: T2) => T3) | Internal.Func_3<T1, T2, T3>) :
|
|
415
|
-
[T5] extends [__] ? (((arg1: T1, arg2: T2, arg3: T3) => T4) | Internal.Func_4<T1, T2, T3, T4>) :
|
|
416
|
-
[T6] extends [__] ? (((arg1: T1, arg2: T2, arg3: T3, arg4: T4) => T5) | Internal.Func_5<T1, T2, T3, T4, T5>) :
|
|
417
|
-
[T7] extends [__] ? (((arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5) => T6) | Internal.Func_6<T1, T2, T3, T4, T5, T6>) :
|
|
418
|
-
[T8] extends [__] ? (((arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, arg6: T6) => T7) | Internal.Func_7<T1, T2, T3, T4, T5, T6, T7>) :
|
|
419
|
-
[T9] extends [__] ? (((arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, arg6: T6, arg7: T7) => T8) | Internal.Func_8<T1, T2, T3, T4, T5, T6, T7, T8>) :
|
|
420
|
-
[T10] extends [__] ? (((arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, arg6: T6, arg7: T7, arg8: T8) => T9) | Internal.Func_9<T1, T2, T3, T4, T5, T6, T7, T8, T9>) :
|
|
421
|
-
[T11] extends [__] ? (((arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, arg6: T6, arg7: T7, arg8: T8, arg9: T9) => T10) | Internal.Func_10<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>) :
|
|
422
|
-
[T12] extends [__] ? (((arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, arg6: T6, arg7: T7, arg8: T8, arg9: T9, arg10: T10) => T11) | Internal.Func_11<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>) :
|
|
423
|
-
[T13] extends [__] ? (((arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, arg6: T6, arg7: T7, arg8: T8, arg9: T9, arg10: T10, arg11: T11) => T12) | Internal.Func_12<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>) :
|
|
424
|
-
[T14] extends [__] ? (((arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, arg6: T6, arg7: T7, arg8: T8, arg9: T9, arg10: T10, arg11: T11, arg12: T12) => T13) | Internal.Func_13<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>) :
|
|
425
|
-
[T15] extends [__] ? (((arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, arg6: T6, arg7: T7, arg8: T8, arg9: T9, arg10: T10, arg11: T11, arg12: T12, arg13: T13) => T14) | Internal.Func_14<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>) :
|
|
426
|
-
[T16] extends [__] ? (((arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, arg6: T6, arg7: T7, arg8: T8, arg9: T9, arg10: T10, arg11: T11, arg12: T12, arg13: T13, arg14: T14) => T15) | Internal.Func_15<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>) :
|
|
427
|
-
[T17] extends [__] ? (((arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, arg6: T6, arg7: T7, arg8: T8, arg9: T9, arg10: T10, arg11: T11, arg12: T12, arg13: T13, arg14: T14, arg15: T15) => T16) | Internal.Func_16<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>) :
|
|
428
|
-
(((arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, arg6: T6, arg7: T7, arg8: T8, arg9: T9, arg10: T10, arg11: T11, arg12: T12, arg13: T13, arg14: T14, arg15: T15, arg16: T16) => T17) | Internal.Func_17<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17>);
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
// Generated by tsbindgen - Architecture
|
|
2
|
-
// Namespace: System.Buffers
|
|
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 { 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
|
-
export * from './internal/index.js';
|
|
15
|
-
|
|
16
|
-
// Individual type exports for convenience
|
|
17
|
-
export { BuffersExtensions$instance as BuffersExtensions } from './internal/index.js';
|
|
18
|
-
export type IBufferWriter_1<T> = Internal.IBufferWriter_1<T>;
|
|
19
|
-
export type IBufferWriter<T> = Internal.IBufferWriter_1<T>;
|
|
20
|
-
export { MemoryPool_1 as MemoryPool_1 } from './internal/index.js';
|
|
21
|
-
export { MemoryPool_1 as MemoryPool } from './internal/index.js';
|
|
22
|
-
export { ReadOnlySequence_1 as ReadOnlySequence_1 } from './internal/index.js';
|
|
23
|
-
export { ReadOnlySequence_1 as ReadOnlySequence } from './internal/index.js';
|
|
24
|
-
export { ReadOnlySequence_1_Enumerator as ReadOnlySequence_1_Enumerator } from './internal/index.js';
|
|
25
|
-
export { ReadOnlySequenceSegment_1 as ReadOnlySequenceSegment_1 } from './internal/index.js';
|
|
26
|
-
export { ReadOnlySequenceSegment_1 as ReadOnlySequenceSegment } from './internal/index.js';
|
|
27
|
-
export { SequenceReader_1 as SequenceReader_1 } from './internal/index.js';
|
|
28
|
-
export { SequenceReader_1 as SequenceReader } from './internal/index.js';
|
|
29
|
-
export { SequenceReaderExtensions$instance as SequenceReaderExtensions } from './internal/index.js';
|
|
30
|
-
export { ArrayBufferWriter_1 as ArrayBufferWriter_1 } from './internal/index.js';
|
|
31
|
-
export { ArrayBufferWriter_1 as ArrayBufferWriter } from './internal/index.js';
|
|
32
|
-
export type SpanAction_2<T, TArg> = Internal.SpanAction_2<T, TArg>;
|
|
33
|
-
export type SpanAction<T, TArg> = Internal.SpanAction_2<T, TArg>;
|
|
34
|
-
export type ReadOnlySpanAction_2<T, TArg> = Internal.ReadOnlySpanAction_2<T, TArg>;
|
|
35
|
-
export type ReadOnlySpanAction<T, TArg> = Internal.ReadOnlySpanAction_2<T, TArg>;
|
|
36
|
-
export { ArrayPool_1 as ArrayPool_1 } from './internal/index.js';
|
|
37
|
-
export { ArrayPool_1 as ArrayPool } from './internal/index.js';
|
|
38
|
-
export type IMemoryOwner_1<T> = Internal.IMemoryOwner_1<T>;
|
|
39
|
-
export type IMemoryOwner<T> = Internal.IMemoryOwner_1<T>;
|
|
40
|
-
export type IPinnable = Internal.IPinnable;
|
|
41
|
-
export { MemoryHandle as MemoryHandle } from './internal/index.js';
|
|
42
|
-
export { MemoryManager_1 as MemoryManager_1 } from './internal/index.js';
|
|
43
|
-
export { MemoryManager_1 as MemoryManager } from './internal/index.js';
|
|
44
|
-
export { OperationStatus as OperationStatus } from './internal/index.js';
|
|
45
|
-
export { StandardFormat as StandardFormat } from './internal/index.js';
|
|
46
|
-
export { SearchValues$instance as SearchValues_0 } from './internal/index.js';
|
|
47
|
-
export { SearchValues_1 as SearchValues_1 } from './internal/index.js';
|
|
48
|
-
export { SearchValues_1 as SearchValues } from './internal/index.js';
|
|
@@ -1,18 +0,0 @@
|
|
|
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 './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
|
-
export * from './internal/index.js';
|
|
13
|
-
|
|
14
|
-
// Individual type exports for convenience
|
|
15
|
-
export { Base64$instance as Base64 } from './internal/index.js';
|
|
16
|
-
export { Base64Url$instance as Base64Url } from './internal/index.js';
|
|
17
|
-
export { Utf8Formatter$instance as Utf8Formatter } from './internal/index.js';
|
|
18
|
-
export { Utf8Parser$instance as Utf8Parser } from './internal/index.js';
|
|
@@ -1,19 +0,0 @@
|
|
|
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 './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
|
-
export * from './internal/index.js';
|
|
16
|
-
|
|
17
|
-
// Individual type exports for convenience
|
|
18
|
-
export { GeneratedCodeAttribute as GeneratedCodeAttribute } from './internal/index.js';
|
|
19
|
-
export { IndentedTextWriter as IndentedTextWriter } from './internal/index.js';
|
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
// Generated by tsbindgen - Architecture
|
|
2
|
-
// Namespace: System.Collections
|
|
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 { 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
|
-
export * from './internal/index.js';
|
|
14
|
-
|
|
15
|
-
// Individual type exports for convenience
|
|
16
|
-
export { StructuralComparisons$instance as StructuralComparisons } from './internal/index.js';
|
|
17
|
-
export { CaseInsensitiveComparer as CaseInsensitiveComparer } from './internal/index.js';
|
|
18
|
-
export { CaseInsensitiveHashCodeProvider as CaseInsensitiveHashCodeProvider } from './internal/index.js';
|
|
19
|
-
export { CollectionBase as CollectionBase } from './internal/index.js';
|
|
20
|
-
export { DictionaryBase as DictionaryBase } from './internal/index.js';
|
|
21
|
-
export { Queue as Queue } from './internal/index.js';
|
|
22
|
-
export { ReadOnlyCollectionBase as ReadOnlyCollectionBase } from './internal/index.js';
|
|
23
|
-
export { SortedList as SortedList } from './internal/index.js';
|
|
24
|
-
export { Stack as Stack } from './internal/index.js';
|
|
25
|
-
export { ArrayList as ArrayList } from './internal/index.js';
|
|
26
|
-
export { BitArray as BitArray } from './internal/index.js';
|
|
27
|
-
export { Comparer as Comparer } from './internal/index.js';
|
|
28
|
-
export { DictionaryEntry as DictionaryEntry } from './internal/index.js';
|
|
29
|
-
export { Hashtable as Hashtable } from './internal/index.js';
|
|
30
|
-
export type ICollection = Internal.ICollection;
|
|
31
|
-
export type IComparer = Internal.IComparer;
|
|
32
|
-
export type IDictionary = Internal.IDictionary;
|
|
33
|
-
export type IDictionaryEnumerator = Internal.IDictionaryEnumerator;
|
|
34
|
-
export type IEnumerable = Internal.IEnumerable;
|
|
35
|
-
export type IEnumerator = Internal.IEnumerator;
|
|
36
|
-
export type IEqualityComparer = Internal.IEqualityComparer;
|
|
37
|
-
export type IHashCodeProvider = Internal.IHashCodeProvider;
|
|
38
|
-
export type IList = Internal.IList;
|
|
39
|
-
export type IStructuralComparable = Internal.IStructuralComparable;
|
|
40
|
-
export type IStructuralEquatable = Internal.IStructuralEquatable;
|
|
41
|
-
export { ListDictionaryInternal as ListDictionaryInternal } from './internal/index.js';
|
|
@@ -1,35 +0,0 @@
|
|
|
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 './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
|
-
export * from './internal/index.js';
|
|
15
|
-
|
|
16
|
-
// Individual type exports for convenience
|
|
17
|
-
export { BlockingCollection_1 as BlockingCollection_1 } from './internal/index.js';
|
|
18
|
-
export { BlockingCollection_1 as BlockingCollection } from './internal/index.js';
|
|
19
|
-
export { ConcurrentBag_1 as ConcurrentBag_1 } from './internal/index.js';
|
|
20
|
-
export { ConcurrentBag_1 as ConcurrentBag } from './internal/index.js';
|
|
21
|
-
export { ConcurrentDictionary_2 as ConcurrentDictionary_2 } from './internal/index.js';
|
|
22
|
-
export { ConcurrentDictionary_2 as ConcurrentDictionary } from './internal/index.js';
|
|
23
|
-
export { ConcurrentDictionary_2_AlternateLookup_1 as ConcurrentDictionary_2_AlternateLookup_1 } from './internal/index.js';
|
|
24
|
-
export { ConcurrentStack_1 as ConcurrentStack_1 } from './internal/index.js';
|
|
25
|
-
export { ConcurrentStack_1 as ConcurrentStack } from './internal/index.js';
|
|
26
|
-
export { OrderablePartitioner_1 as OrderablePartitioner_1 } from './internal/index.js';
|
|
27
|
-
export { OrderablePartitioner_1 as OrderablePartitioner } from './internal/index.js';
|
|
28
|
-
export { Partitioner_1 as Partitioner_1 } from './internal/index.js';
|
|
29
|
-
export { Partitioner_1 as Partitioner } from './internal/index.js';
|
|
30
|
-
export { EnumerablePartitionerOptions as EnumerablePartitionerOptions } from './internal/index.js';
|
|
31
|
-
export { Partitioner$instance as Partitioner_0 } from './internal/index.js';
|
|
32
|
-
export { ConcurrentQueue_1 as ConcurrentQueue_1 } from './internal/index.js';
|
|
33
|
-
export { ConcurrentQueue_1 as ConcurrentQueue } from './internal/index.js';
|
|
34
|
-
export type IProducerConsumerCollection_1<T> = Internal.IProducerConsumerCollection_1<T>;
|
|
35
|
-
export type IProducerConsumerCollection<T> = Internal.IProducerConsumerCollection_1<T>;
|