@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.d.ts
ADDED
|
@@ -0,0 +1,410 @@
|
|
|
1
|
+
// Generated by tsbindgen - Architecture
|
|
2
|
+
// Namespace: System
|
|
3
|
+
// Facade - Public API Surface
|
|
4
|
+
|
|
5
|
+
// Import internal declarations
|
|
6
|
+
import * as Internal from './System/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
|
+
// Public API exports (curated - no internal $instance/$views leakage)
|
|
31
|
+
export type IServiceProvider = Internal.IServiceProvider;
|
|
32
|
+
export { UriTypeConverter as UriTypeConverter } from './System/internal/index.js';
|
|
33
|
+
export { Console$instance as Console } from './System/internal/index.js';
|
|
34
|
+
export type ConsoleCancelEventHandler = Internal.ConsoleCancelEventHandler;
|
|
35
|
+
export { ConsoleCancelEventArgs as ConsoleCancelEventArgs } from './System/internal/index.js';
|
|
36
|
+
export { ConsoleColor as ConsoleColor } from './System/internal/index.js';
|
|
37
|
+
export { ConsoleSpecialKey as ConsoleSpecialKey } from './System/internal/index.js';
|
|
38
|
+
export { ConsoleKey as ConsoleKey } from './System/internal/index.js';
|
|
39
|
+
export { ConsoleKeyInfo as ConsoleKeyInfo } from './System/internal/index.js';
|
|
40
|
+
export { ConsoleModifiers as ConsoleModifiers } from './System/internal/index.js';
|
|
41
|
+
export { SequencePosition as SequencePosition } from './System/internal/index.js';
|
|
42
|
+
export { ArgIterator as ArgIterator } from './System/internal/index.js';
|
|
43
|
+
export { Array as Array } from './System/internal/index.js';
|
|
44
|
+
export { Attribute as Attribute } from './System/internal/index.js';
|
|
45
|
+
export { BadImageFormatException as BadImageFormatException } from './System/internal/index.js';
|
|
46
|
+
export { Buffer$instance as Buffer } from './System/internal/index.js';
|
|
47
|
+
export { Decimal as Decimal } from './System/internal/index.js';
|
|
48
|
+
export { Delegate as Delegate } from './System/internal/index.js';
|
|
49
|
+
export { Delegate_InvocationListEnumerator_1 as Delegate_InvocationListEnumerator } from './System/internal/index.js';
|
|
50
|
+
export { Enum as Enum } from './System/internal/index.js';
|
|
51
|
+
export { Environment$instance as Environment } from './System/internal/index.js';
|
|
52
|
+
export { Environment_ProcessCpuUsage as Environment_ProcessCpuUsage } from './System/internal/index.js';
|
|
53
|
+
export { Environment_SpecialFolder as Environment_SpecialFolder } from './System/internal/index.js';
|
|
54
|
+
export { Environment_SpecialFolderOption as Environment_SpecialFolderOption } from './System/internal/index.js';
|
|
55
|
+
export { Exception as Exception } from './System/internal/index.js';
|
|
56
|
+
export { GCCollectionMode as GCCollectionMode } from './System/internal/index.js';
|
|
57
|
+
export { GCNotificationStatus as GCNotificationStatus } from './System/internal/index.js';
|
|
58
|
+
export { GC$instance as GC } from './System/internal/index.js';
|
|
59
|
+
export { Math$instance as Math } from './System/internal/index.js';
|
|
60
|
+
export { MathF$instance as MathF } from './System/internal/index.js';
|
|
61
|
+
export { MulticastDelegate as MulticastDelegate } from './System/internal/index.js';
|
|
62
|
+
export { Object as Object } from './System/internal/index.js';
|
|
63
|
+
export { RuntimeArgumentHandle as RuntimeArgumentHandle } from './System/internal/index.js';
|
|
64
|
+
export { RuntimeTypeHandle as RuntimeTypeHandle } from './System/internal/index.js';
|
|
65
|
+
export { RuntimeMethodHandle as RuntimeMethodHandle } from './System/internal/index.js';
|
|
66
|
+
export { RuntimeFieldHandle as RuntimeFieldHandle } from './System/internal/index.js';
|
|
67
|
+
export { ModuleHandle as ModuleHandle } from './System/internal/index.js';
|
|
68
|
+
export { String as String } from './System/internal/index.js';
|
|
69
|
+
export { Type as Type } from './System/internal/index.js';
|
|
70
|
+
export { TypedReference as TypedReference } from './System/internal/index.js';
|
|
71
|
+
export { TypeLoadException as TypeLoadException } from './System/internal/index.js';
|
|
72
|
+
export { ValueType as ValueType } from './System/internal/index.js';
|
|
73
|
+
export { AccessViolationException as AccessViolationException } from './System/internal/index.js';
|
|
74
|
+
export type Comparison<T> = Internal.Comparison_1<T>;
|
|
75
|
+
export type Converter<TInput, TOutput> = Internal.Converter_2<TInput, TOutput>;
|
|
76
|
+
export type Predicate<T> = Internal.Predicate_1<T>;
|
|
77
|
+
export { Activator$instance as Activator } from './System/internal/index.js';
|
|
78
|
+
export { AggregateException as AggregateException } from './System/internal/index.js';
|
|
79
|
+
export { AppContext$instance as AppContext } from './System/internal/index.js';
|
|
80
|
+
export { AppDomain as AppDomain } from './System/internal/index.js';
|
|
81
|
+
export { AppDomainSetup as AppDomainSetup } from './System/internal/index.js';
|
|
82
|
+
export { AppDomainUnloadedException as AppDomainUnloadedException } from './System/internal/index.js';
|
|
83
|
+
export { ApplicationException as ApplicationException } from './System/internal/index.js';
|
|
84
|
+
export { ApplicationId as ApplicationId } from './System/internal/index.js';
|
|
85
|
+
export { ArgumentException as ArgumentException } from './System/internal/index.js';
|
|
86
|
+
export { ArgumentNullException as ArgumentNullException } from './System/internal/index.js';
|
|
87
|
+
export { ArgumentOutOfRangeException as ArgumentOutOfRangeException } from './System/internal/index.js';
|
|
88
|
+
export { ArithmeticException as ArithmeticException } from './System/internal/index.js';
|
|
89
|
+
export { ArraySegment_1 as ArraySegment } from './System/internal/index.js';
|
|
90
|
+
export { ArrayTypeMismatchException as ArrayTypeMismatchException } from './System/internal/index.js';
|
|
91
|
+
export { AssemblyLoadEventArgs as AssemblyLoadEventArgs } from './System/internal/index.js';
|
|
92
|
+
export type AssemblyLoadEventHandler = Internal.AssemblyLoadEventHandler;
|
|
93
|
+
export type AsyncCallback = Internal.AsyncCallback;
|
|
94
|
+
export { AttributeTargets as AttributeTargets } from './System/internal/index.js';
|
|
95
|
+
export { AttributeUsageAttribute as AttributeUsageAttribute } from './System/internal/index.js';
|
|
96
|
+
export { BitConverter$instance as BitConverter } from './System/internal/index.js';
|
|
97
|
+
export { Boolean as Boolean } from './System/internal/index.js';
|
|
98
|
+
export { Byte as Byte } from './System/internal/index.js';
|
|
99
|
+
export { CannotUnloadAppDomainException as CannotUnloadAppDomainException } from './System/internal/index.js';
|
|
100
|
+
export { Char as Char } from './System/internal/index.js';
|
|
101
|
+
export { CharEnumerator as CharEnumerator } from './System/internal/index.js';
|
|
102
|
+
export { CLSCompliantAttribute as CLSCompliantAttribute } from './System/internal/index.js';
|
|
103
|
+
export { ContextBoundObject as ContextBoundObject } from './System/internal/index.js';
|
|
104
|
+
export { ContextMarshalException as ContextMarshalException } from './System/internal/index.js';
|
|
105
|
+
export { ContextStaticAttribute as ContextStaticAttribute } from './System/internal/index.js';
|
|
106
|
+
export { Convert$instance as Convert } from './System/internal/index.js';
|
|
107
|
+
export { Base64FormattingOptions as Base64FormattingOptions } from './System/internal/index.js';
|
|
108
|
+
export { DataMisalignedException as DataMisalignedException } from './System/internal/index.js';
|
|
109
|
+
export { DateOnly as DateOnly } from './System/internal/index.js';
|
|
110
|
+
export { DateTime as DateTime } from './System/internal/index.js';
|
|
111
|
+
export { DateTimeKind as DateTimeKind } from './System/internal/index.js';
|
|
112
|
+
export { DateTimeOffset as DateTimeOffset } from './System/internal/index.js';
|
|
113
|
+
export { DayOfWeek as DayOfWeek } from './System/internal/index.js';
|
|
114
|
+
export { DBNull as DBNull } from './System/internal/index.js';
|
|
115
|
+
export { DivideByZeroException as DivideByZeroException } from './System/internal/index.js';
|
|
116
|
+
export { DllNotFoundException as DllNotFoundException } from './System/internal/index.js';
|
|
117
|
+
export { Double as Double } from './System/internal/index.js';
|
|
118
|
+
export { DuplicateWaitObjectException as DuplicateWaitObjectException } from './System/internal/index.js';
|
|
119
|
+
export { EntryPointNotFoundException as EntryPointNotFoundException } from './System/internal/index.js';
|
|
120
|
+
export { EnvironmentVariableTarget as EnvironmentVariableTarget } from './System/internal/index.js';
|
|
121
|
+
export { EventArgs as EventArgs } from './System/internal/index.js';
|
|
122
|
+
export { ExecutionEngineException as ExecutionEngineException } from './System/internal/index.js';
|
|
123
|
+
export { FieldAccessException as FieldAccessException } from './System/internal/index.js';
|
|
124
|
+
export { FlagsAttribute as FlagsAttribute } from './System/internal/index.js';
|
|
125
|
+
export { FormatException as FormatException } from './System/internal/index.js';
|
|
126
|
+
export { FormattableString as FormattableString } from './System/internal/index.js';
|
|
127
|
+
export { GCGenerationInfo as GCGenerationInfo } from './System/internal/index.js';
|
|
128
|
+
export { GCKind as GCKind } from './System/internal/index.js';
|
|
129
|
+
export { GCMemoryInfo as GCMemoryInfo } from './System/internal/index.js';
|
|
130
|
+
export { Guid as Guid } from './System/internal/index.js';
|
|
131
|
+
export { Half as Half } from './System/internal/index.js';
|
|
132
|
+
export { HashCode as HashCode } from './System/internal/index.js';
|
|
133
|
+
export type IAsyncDisposable = Internal.IAsyncDisposable;
|
|
134
|
+
export type IAsyncResult = Internal.IAsyncResult;
|
|
135
|
+
export type ICloneable = Internal.ICloneable;
|
|
136
|
+
export type IConvertible = Internal.IConvertible;
|
|
137
|
+
export type ICustomFormatter = Internal.ICustomFormatter;
|
|
138
|
+
export type IDisposable = Internal.IDisposable;
|
|
139
|
+
export type IEquatable<T> = Internal.IEquatable_1<T>;
|
|
140
|
+
export type IFormatProvider = Internal.IFormatProvider;
|
|
141
|
+
export type IFormattable = Internal.IFormattable;
|
|
142
|
+
export { Index as Index } from './System/internal/index.js';
|
|
143
|
+
export { IndexOutOfRangeException as IndexOutOfRangeException } from './System/internal/index.js';
|
|
144
|
+
export { InsufficientExecutionStackException as InsufficientExecutionStackException } from './System/internal/index.js';
|
|
145
|
+
export { InsufficientMemoryException as InsufficientMemoryException } from './System/internal/index.js';
|
|
146
|
+
export { Int16 as Int16 } from './System/internal/index.js';
|
|
147
|
+
export { Int32 as Int32 } from './System/internal/index.js';
|
|
148
|
+
export { Int64 as Int64 } from './System/internal/index.js';
|
|
149
|
+
export { Int128 as Int128 } from './System/internal/index.js';
|
|
150
|
+
export { IntPtr as IntPtr } from './System/internal/index.js';
|
|
151
|
+
export { InvalidCastException as InvalidCastException } from './System/internal/index.js';
|
|
152
|
+
export { InvalidOperationException as InvalidOperationException } from './System/internal/index.js';
|
|
153
|
+
export { InvalidProgramException as InvalidProgramException } from './System/internal/index.js';
|
|
154
|
+
export { InvalidTimeZoneException as InvalidTimeZoneException } from './System/internal/index.js';
|
|
155
|
+
export type IObservable<T> = Internal.IObservable_1<T>;
|
|
156
|
+
export type IObserver<T> = Internal.IObserver_1<T>;
|
|
157
|
+
export type IProgress<T> = Internal.IProgress_1<T>;
|
|
158
|
+
export type ISpanFormattable = Internal.ISpanFormattable;
|
|
159
|
+
export type IUtf8SpanFormattable = Internal.IUtf8SpanFormattable;
|
|
160
|
+
export type IUtf8SpanParsable<TSelf extends Internal.IUtf8SpanParsable_1<TSelf>> = Internal.IUtf8SpanParsable_1<TSelf>;
|
|
161
|
+
export { LoaderOptimization as LoaderOptimization } from './System/internal/index.js';
|
|
162
|
+
export { LoaderOptimizationAttribute as LoaderOptimizationAttribute } from './System/internal/index.js';
|
|
163
|
+
export { LocalDataStoreSlot as LocalDataStoreSlot } from './System/internal/index.js';
|
|
164
|
+
export { MarshalByRefObject as MarshalByRefObject } from './System/internal/index.js';
|
|
165
|
+
export { MemberAccessException as MemberAccessException } from './System/internal/index.js';
|
|
166
|
+
export { Memory_1 as Memory } from './System/internal/index.js';
|
|
167
|
+
export { MemoryExtensions$instance as MemoryExtensions } from './System/internal/index.js';
|
|
168
|
+
export { MemoryExtensions_SpanSplitEnumerator_1 as MemoryExtensions_SpanSplitEnumerator } from './System/internal/index.js';
|
|
169
|
+
export { MemoryExtensions_TryWriteInterpolatedStringHandler as MemoryExtensions_TryWriteInterpolatedStringHandler } from './System/internal/index.js';
|
|
170
|
+
export { MethodAccessException as MethodAccessException } from './System/internal/index.js';
|
|
171
|
+
export { MidpointRounding as MidpointRounding } from './System/internal/index.js';
|
|
172
|
+
export { MissingFieldException as MissingFieldException } from './System/internal/index.js';
|
|
173
|
+
export { MissingMemberException as MissingMemberException } from './System/internal/index.js';
|
|
174
|
+
export { MissingMethodException as MissingMethodException } from './System/internal/index.js';
|
|
175
|
+
export { MulticastNotSupportedException as MulticastNotSupportedException } from './System/internal/index.js';
|
|
176
|
+
export { NonSerializedAttribute as NonSerializedAttribute } from './System/internal/index.js';
|
|
177
|
+
export { NotFiniteNumberException as NotFiniteNumberException } from './System/internal/index.js';
|
|
178
|
+
export { NotImplementedException as NotImplementedException } from './System/internal/index.js';
|
|
179
|
+
export { NotSupportedException as NotSupportedException } from './System/internal/index.js';
|
|
180
|
+
export { NullReferenceException as NullReferenceException } from './System/internal/index.js';
|
|
181
|
+
export { ObjectDisposedException as ObjectDisposedException } from './System/internal/index.js';
|
|
182
|
+
export { ObsoleteAttribute as ObsoleteAttribute } from './System/internal/index.js';
|
|
183
|
+
export { OperatingSystem as OperatingSystem } from './System/internal/index.js';
|
|
184
|
+
export { OperationCanceledException as OperationCanceledException } from './System/internal/index.js';
|
|
185
|
+
export { OutOfMemoryException as OutOfMemoryException } from './System/internal/index.js';
|
|
186
|
+
export { OverflowException as OverflowException } from './System/internal/index.js';
|
|
187
|
+
export { ParamArrayAttribute as ParamArrayAttribute } from './System/internal/index.js';
|
|
188
|
+
export { PlatformID as PlatformID } from './System/internal/index.js';
|
|
189
|
+
export { PlatformNotSupportedException as PlatformNotSupportedException } from './System/internal/index.js';
|
|
190
|
+
export { Progress_1 as Progress } from './System/internal/index.js';
|
|
191
|
+
export { Random as Random } from './System/internal/index.js';
|
|
192
|
+
export { Range as Range } from './System/internal/index.js';
|
|
193
|
+
export { RankException as RankException } from './System/internal/index.js';
|
|
194
|
+
export { ReadOnlyMemory_1 as ReadOnlyMemory } from './System/internal/index.js';
|
|
195
|
+
export { ReadOnlySpan_1 as ReadOnlySpan } from './System/internal/index.js';
|
|
196
|
+
export { ResolveEventArgs as ResolveEventArgs } from './System/internal/index.js';
|
|
197
|
+
export type ResolveEventHandler = Internal.ResolveEventHandler;
|
|
198
|
+
export { SByte as SByte } from './System/internal/index.js';
|
|
199
|
+
export { SerializableAttribute as SerializableAttribute } from './System/internal/index.js';
|
|
200
|
+
export { Single as Single } from './System/internal/index.js';
|
|
201
|
+
export { Span_1 as Span } from './System/internal/index.js';
|
|
202
|
+
export { StackOverflowException as StackOverflowException } from './System/internal/index.js';
|
|
203
|
+
export { StringComparer as StringComparer } from './System/internal/index.js';
|
|
204
|
+
export { CultureAwareComparer as CultureAwareComparer } from './System/internal/index.js';
|
|
205
|
+
export { OrdinalComparer as OrdinalComparer } from './System/internal/index.js';
|
|
206
|
+
export { StringComparison as StringComparison } from './System/internal/index.js';
|
|
207
|
+
export { StringNormalizationExtensions$instance as StringNormalizationExtensions } from './System/internal/index.js';
|
|
208
|
+
export { StringSplitOptions as StringSplitOptions } from './System/internal/index.js';
|
|
209
|
+
export { SystemException as SystemException } from './System/internal/index.js';
|
|
210
|
+
export { STAThreadAttribute as STAThreadAttribute } from './System/internal/index.js';
|
|
211
|
+
export { MTAThreadAttribute as MTAThreadAttribute } from './System/internal/index.js';
|
|
212
|
+
export { ThreadStaticAttribute as ThreadStaticAttribute } from './System/internal/index.js';
|
|
213
|
+
export { TimeOnly as TimeOnly } from './System/internal/index.js';
|
|
214
|
+
export { TimeoutException as TimeoutException } from './System/internal/index.js';
|
|
215
|
+
export { TimeSpan as TimeSpan } from './System/internal/index.js';
|
|
216
|
+
export { TimeZone as TimeZone } from './System/internal/index.js';
|
|
217
|
+
export { TimeZoneInfo as TimeZoneInfo } from './System/internal/index.js';
|
|
218
|
+
export { TimeZoneInfo_AdjustmentRule as TimeZoneInfo_AdjustmentRule } from './System/internal/index.js';
|
|
219
|
+
export { TimeZoneInfo_TransitionTime as TimeZoneInfo_TransitionTime } from './System/internal/index.js';
|
|
220
|
+
export { TimeZoneNotFoundException as TimeZoneNotFoundException } from './System/internal/index.js';
|
|
221
|
+
export { TupleExtensions$instance as TupleExtensions } from './System/internal/index.js';
|
|
222
|
+
export { TypeAccessException as TypeAccessException } from './System/internal/index.js';
|
|
223
|
+
export { TypeCode as TypeCode } from './System/internal/index.js';
|
|
224
|
+
export { TypeInitializationException as TypeInitializationException } from './System/internal/index.js';
|
|
225
|
+
export { TypeUnloadedException as TypeUnloadedException } from './System/internal/index.js';
|
|
226
|
+
export { UInt16 as UInt16 } from './System/internal/index.js';
|
|
227
|
+
export { UInt32 as UInt32 } from './System/internal/index.js';
|
|
228
|
+
export { UInt64 as UInt64 } from './System/internal/index.js';
|
|
229
|
+
export { UInt128 as UInt128 } from './System/internal/index.js';
|
|
230
|
+
export { UIntPtr as UIntPtr } from './System/internal/index.js';
|
|
231
|
+
export { UnauthorizedAccessException as UnauthorizedAccessException } from './System/internal/index.js';
|
|
232
|
+
export { UnhandledExceptionEventArgs as UnhandledExceptionEventArgs } from './System/internal/index.js';
|
|
233
|
+
export type UnhandledExceptionEventHandler = Internal.UnhandledExceptionEventHandler;
|
|
234
|
+
export { UnitySerializationHolder as UnitySerializationHolder } from './System/internal/index.js';
|
|
235
|
+
export { Version as Version } from './System/internal/index.js';
|
|
236
|
+
export { Void as Void } from './System/internal/index.js';
|
|
237
|
+
export { TimeProvider as TimeProvider } from './System/internal/index.js';
|
|
238
|
+
export type IParsable<TSelf extends Internal.IParsable_1<TSelf>> = Internal.IParsable_1<TSelf>;
|
|
239
|
+
export type ISpanParsable<TSelf extends Internal.ISpanParsable_1<TSelf>> = Internal.ISpanParsable_1<TSelf>;
|
|
240
|
+
export { GenericUriParserOptions as GenericUriParserOptions } from './System/internal/index.js';
|
|
241
|
+
export { GenericUriParser as GenericUriParser } from './System/internal/index.js';
|
|
242
|
+
export { Uri as Uri } from './System/internal/index.js';
|
|
243
|
+
export { UriBuilder as UriBuilder } from './System/internal/index.js';
|
|
244
|
+
export { UriCreationOptions as UriCreationOptions } from './System/internal/index.js';
|
|
245
|
+
export { UriKind as UriKind } from './System/internal/index.js';
|
|
246
|
+
export { UriComponents as UriComponents } from './System/internal/index.js';
|
|
247
|
+
export { UriFormat as UriFormat } from './System/internal/index.js';
|
|
248
|
+
export { UriFormatException as UriFormatException } from './System/internal/index.js';
|
|
249
|
+
export { UriHostNameType as UriHostNameType } from './System/internal/index.js';
|
|
250
|
+
export { HttpStyleUriParser as HttpStyleUriParser } from './System/internal/index.js';
|
|
251
|
+
export { FtpStyleUriParser as FtpStyleUriParser } from './System/internal/index.js';
|
|
252
|
+
export { FileStyleUriParser as FileStyleUriParser } from './System/internal/index.js';
|
|
253
|
+
export { NewsStyleUriParser as NewsStyleUriParser } from './System/internal/index.js';
|
|
254
|
+
export { GopherStyleUriParser as GopherStyleUriParser } from './System/internal/index.js';
|
|
255
|
+
export { LdapStyleUriParser as LdapStyleUriParser } from './System/internal/index.js';
|
|
256
|
+
export { NetPipeStyleUriParser as NetPipeStyleUriParser } from './System/internal/index.js';
|
|
257
|
+
export { NetTcpStyleUriParser as NetTcpStyleUriParser } from './System/internal/index.js';
|
|
258
|
+
export { UriPartial as UriPartial } from './System/internal/index.js';
|
|
259
|
+
export { UriParser as UriParser } from './System/internal/index.js';
|
|
260
|
+
|
|
261
|
+
// Multi-arity family sentinel (detects unspecified type parameters)
|
|
262
|
+
declare const __unspecified: unique symbol;
|
|
263
|
+
export type __ = typeof __unspecified;
|
|
264
|
+
|
|
265
|
+
export type Action<
|
|
266
|
+
T1 = __,
|
|
267
|
+
T2 = __,
|
|
268
|
+
T3 = __,
|
|
269
|
+
T4 = __,
|
|
270
|
+
T5 = __,
|
|
271
|
+
T6 = __,
|
|
272
|
+
T7 = __,
|
|
273
|
+
T8 = __,
|
|
274
|
+
T9 = __,
|
|
275
|
+
T10 = __,
|
|
276
|
+
T11 = __,
|
|
277
|
+
T12 = __,
|
|
278
|
+
T13 = __,
|
|
279
|
+
T14 = __,
|
|
280
|
+
T15 = __,
|
|
281
|
+
T16 = __,
|
|
282
|
+
> =
|
|
283
|
+
[T1] extends [__] ? ((() => void) | Internal.Action) :
|
|
284
|
+
[T2] extends [__] ? (((arg1: T1) => void) | Internal.Action_1<T1>) :
|
|
285
|
+
[T3] extends [__] ? (((arg1: T1, arg2: T2) => void) | Internal.Action_2<T1, T2>) :
|
|
286
|
+
[T4] extends [__] ? (((arg1: T1, arg2: T2, arg3: T3) => void) | Internal.Action_3<T1, T2, T3>) :
|
|
287
|
+
[T5] extends [__] ? (((arg1: T1, arg2: T2, arg3: T3, arg4: T4) => void) | Internal.Action_4<T1, T2, T3, T4>) :
|
|
288
|
+
[T6] extends [__] ? (((arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5) => void) | Internal.Action_5<T1, T2, T3, T4, T5>) :
|
|
289
|
+
[T7] extends [__] ? (((arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5, arg6: T6) => void) | Internal.Action_6<T1, T2, T3, T4, T5, T6>) :
|
|
290
|
+
[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>) :
|
|
291
|
+
[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>) :
|
|
292
|
+
[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>) :
|
|
293
|
+
[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>) :
|
|
294
|
+
[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>) :
|
|
295
|
+
[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>) :
|
|
296
|
+
[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>) :
|
|
297
|
+
[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>) :
|
|
298
|
+
[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>) :
|
|
299
|
+
(((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>);
|
|
300
|
+
|
|
301
|
+
export type EventHandler<
|
|
302
|
+
T1 = __,
|
|
303
|
+
T2 = __,
|
|
304
|
+
> =
|
|
305
|
+
[T1] extends [__] ? ((() => void) | Internal.EventHandler) :
|
|
306
|
+
[T2] extends [__] ? (((arg1: T1) => void) | Internal.EventHandler_1<T1>) :
|
|
307
|
+
(((arg1: T1, arg2: T2) => void) | Internal.EventHandler_2<T1, T2>);
|
|
308
|
+
|
|
309
|
+
export type Func<
|
|
310
|
+
T1 = __,
|
|
311
|
+
T2 = __,
|
|
312
|
+
T3 = __,
|
|
313
|
+
T4 = __,
|
|
314
|
+
T5 = __,
|
|
315
|
+
T6 = __,
|
|
316
|
+
T7 = __,
|
|
317
|
+
T8 = __,
|
|
318
|
+
T9 = __,
|
|
319
|
+
T10 = __,
|
|
320
|
+
T11 = __,
|
|
321
|
+
T12 = __,
|
|
322
|
+
T13 = __,
|
|
323
|
+
T14 = __,
|
|
324
|
+
T15 = __,
|
|
325
|
+
T16 = __,
|
|
326
|
+
T17 = __,
|
|
327
|
+
> =
|
|
328
|
+
[T2] extends [__] ? ((() => T1) | Internal.Func_1<T1>) :
|
|
329
|
+
[T3] extends [__] ? (((arg1: T1) => T2) | Internal.Func_2<T1, T2>) :
|
|
330
|
+
[T4] extends [__] ? (((arg1: T1, arg2: T2) => T3) | Internal.Func_3<T1, T2, T3>) :
|
|
331
|
+
[T5] extends [__] ? (((arg1: T1, arg2: T2, arg3: T3) => T4) | Internal.Func_4<T1, T2, T3, T4>) :
|
|
332
|
+
[T6] extends [__] ? (((arg1: T1, arg2: T2, arg3: T3, arg4: T4) => T5) | Internal.Func_5<T1, T2, T3, T4, T5>) :
|
|
333
|
+
[T7] extends [__] ? (((arg1: T1, arg2: T2, arg3: T3, arg4: T4, arg5: T5) => T6) | Internal.Func_6<T1, T2, T3, T4, T5, T6>) :
|
|
334
|
+
[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>) :
|
|
335
|
+
[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>) :
|
|
336
|
+
[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>) :
|
|
337
|
+
[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>) :
|
|
338
|
+
[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>) :
|
|
339
|
+
[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>) :
|
|
340
|
+
[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>) :
|
|
341
|
+
[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>) :
|
|
342
|
+
[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>) :
|
|
343
|
+
[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>) :
|
|
344
|
+
(((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>);
|
|
345
|
+
|
|
346
|
+
export type IComparable<
|
|
347
|
+
T1 = __,
|
|
348
|
+
> =
|
|
349
|
+
[T1] extends [__] ? Internal.IComparable :
|
|
350
|
+
Internal.IComparable_1<T1>;
|
|
351
|
+
|
|
352
|
+
export type Lazy<
|
|
353
|
+
T1 = __,
|
|
354
|
+
T2 = __,
|
|
355
|
+
> =
|
|
356
|
+
[T2] extends [__] ? Internal.Lazy_1<T1> :
|
|
357
|
+
Internal.Lazy_2<T1, T2>;
|
|
358
|
+
|
|
359
|
+
export type Nullable<
|
|
360
|
+
T1 = __,
|
|
361
|
+
> =
|
|
362
|
+
[T1] extends [__] ? Internal.Nullable :
|
|
363
|
+
[T1] extends [unknown] ? Internal.Nullable_1<T1> : never;
|
|
364
|
+
|
|
365
|
+
export type Tuple<
|
|
366
|
+
T1 = __,
|
|
367
|
+
T2 = __,
|
|
368
|
+
T3 = __,
|
|
369
|
+
T4 = __,
|
|
370
|
+
T5 = __,
|
|
371
|
+
T6 = __,
|
|
372
|
+
T7 = __,
|
|
373
|
+
T8 = __,
|
|
374
|
+
> =
|
|
375
|
+
[T1] extends [__] ? Internal.Tuple :
|
|
376
|
+
[T2] extends [__] ? Internal.Tuple_1<T1> :
|
|
377
|
+
[T3] extends [__] ? Internal.Tuple_2<T1, T2> :
|
|
378
|
+
[T4] extends [__] ? Internal.Tuple_3<T1, T2, T3> :
|
|
379
|
+
[T5] extends [__] ? Internal.Tuple_4<T1, T2, T3, T4> :
|
|
380
|
+
[T6] extends [__] ? Internal.Tuple_5<T1, T2, T3, T4, T5> :
|
|
381
|
+
[T7] extends [__] ? Internal.Tuple_6<T1, T2, T3, T4, T5, T6> :
|
|
382
|
+
[T8] extends [__] ? Internal.Tuple_7<T1, T2, T3, T4, T5, T6, T7> :
|
|
383
|
+
Internal.Tuple_8<T1, T2, T3, T4, T5, T6, T7, T8>;
|
|
384
|
+
|
|
385
|
+
export type ValueTuple<
|
|
386
|
+
T1 = __,
|
|
387
|
+
T2 = __,
|
|
388
|
+
T3 = __,
|
|
389
|
+
T4 = __,
|
|
390
|
+
T5 = __,
|
|
391
|
+
T6 = __,
|
|
392
|
+
T7 = __,
|
|
393
|
+
T8 = __,
|
|
394
|
+
> =
|
|
395
|
+
[T1] extends [__] ? Internal.ValueTuple :
|
|
396
|
+
[T2] extends [__] ? Internal.ValueTuple_1<T1> :
|
|
397
|
+
[T3] extends [__] ? Internal.ValueTuple_2<T1, T2> :
|
|
398
|
+
[T4] extends [__] ? Internal.ValueTuple_3<T1, T2, T3> :
|
|
399
|
+
[T5] extends [__] ? Internal.ValueTuple_4<T1, T2, T3, T4> :
|
|
400
|
+
[T6] extends [__] ? Internal.ValueTuple_5<T1, T2, T3, T4, T5> :
|
|
401
|
+
[T7] extends [__] ? Internal.ValueTuple_6<T1, T2, T3, T4, T5, T6> :
|
|
402
|
+
[T8] extends [__] ? Internal.ValueTuple_7<T1, T2, T3, T4, T5, T6, T7> :
|
|
403
|
+
[T8] extends [unknown] ? Internal.ValueTuple_8<T1, T2, T3, T4, T5, T6, T7, T8> : never;
|
|
404
|
+
|
|
405
|
+
export type WeakReference<
|
|
406
|
+
T1 = __,
|
|
407
|
+
> =
|
|
408
|
+
[T1] extends [__] ? Internal.WeakReference :
|
|
409
|
+
Internal.WeakReference_1<T1>;
|
|
410
|
+
|