@tsonic/dotnet 0.4.0 → 0.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (130) hide show
  1. package/Internal/index.d.ts +2 -2
  2. package/Microsoft.CSharp.RuntimeBinder/index.d.ts +6 -6
  3. package/Microsoft.VisualBasic/index.d.ts +36 -36
  4. package/Microsoft.VisualBasic.CompilerServices/index.d.ts +29 -29
  5. package/Microsoft.VisualBasic.FileIO/index.d.ts +10 -10
  6. package/Microsoft.Win32/index.d.ts +8 -8
  7. package/Microsoft.Win32.SafeHandles/index.d.ts +17 -17
  8. package/System/index.d.ts +291 -291
  9. package/System.Buffers/index.d.ts +27 -27
  10. package/System.Buffers.Binary/index.d.ts +1 -1
  11. package/System.Buffers.Text/index.d.ts +4 -4
  12. package/System.CodeDom.Compiler/index.d.ts +2 -2
  13. package/System.Collections/index.d.ts +15 -15
  14. package/System.Collections.Concurrent/index.d.ts +17 -17
  15. package/System.Collections.Frozen/index.d.ts +10 -10
  16. package/System.Collections.Generic/index.d.ts +80 -80
  17. package/System.Collections.Immutable/index.d.ts +39 -39
  18. package/System.Collections.ObjectModel/index.d.ts +17 -17
  19. package/System.Collections.Specialized/index.d.ts +16 -16
  20. package/System.ComponentModel/index.d.ts +160 -160
  21. package/System.ComponentModel.DataAnnotations/index.d.ts +38 -38
  22. package/System.ComponentModel.DataAnnotations.Schema/index.d.ts +8 -8
  23. package/System.ComponentModel.Design/index.d.ts +35 -35
  24. package/System.ComponentModel.Design.Serialization/index.d.ts +12 -12
  25. package/System.Configuration.Assemblies/index.d.ts +2 -2
  26. package/System.Data/index.d.ts +98 -98
  27. package/System.Data.Common/index.d.ts +37 -37
  28. package/System.Data.SqlTypes/index.d.ts +23 -23
  29. package/System.Diagnostics/index.d.ts +97 -97
  30. package/System.Diagnostics.CodeAnalysis/index.d.ts +27 -27
  31. package/System.Diagnostics.Contracts/index.d.ts +15 -15
  32. package/System.Diagnostics.Metrics/index.d.ts +29 -29
  33. package/System.Diagnostics.SymbolStore/index.d.ts +5 -5
  34. package/System.Diagnostics.Tracing/index.d.ts +31 -31
  35. package/System.Drawing/index.d.ts +15 -15
  36. package/System.Dynamic/index.d.ts +18 -18
  37. package/System.Formats.Asn1/index.d.ts +10 -10
  38. package/System.Formats.Tar/index.d.ts +12 -12
  39. package/System.Globalization/index.d.ts +42 -42
  40. package/System.IO/index.d.ts +56 -56
  41. package/System.IO.Compression/index.d.ts +17 -17
  42. package/System.IO.Enumeration/index.d.ts +8 -8
  43. package/System.IO.IsolatedStorage/index.d.ts +5 -5
  44. package/System.IO.MemoryMappedFiles/index.d.ts +6 -6
  45. package/System.IO.Pipelines/index.d.ts +10 -10
  46. package/System.IO.Pipes/index.d.ts +16 -16
  47. package/System.Linq/index.d.ts +20 -20
  48. package/System.Linq.Expressions/index.d.ts +42 -42
  49. package/System.Linq.Expressions.Interpreter/index.d.ts +1 -1
  50. package/System.Net/index.d.ts +83 -83
  51. package/System.Net.Cache/index.d.ts +5 -5
  52. package/System.Net.Http/index.d.ts +33 -33
  53. package/System.Net.Http.Headers/index.d.ts +30 -30
  54. package/System.Net.Http.Json/index.d.ts +3 -3
  55. package/System.Net.Http.Metrics/index.d.ts +1 -1
  56. package/System.Net.Mail/index.d.ts +20 -20
  57. package/System.Net.Mime/index.d.ts +10 -10
  58. package/System.Net.NetworkInformation/index.d.ts +44 -44
  59. package/System.Net.Quic/index.d.ts +13 -13
  60. package/System.Net.Security/index.d.ts +23 -23
  61. package/System.Net.ServerSentEvents/index.d.ts +8 -8
  62. package/System.Net.Sockets/index.d.ts +34 -34
  63. package/System.Net.WebSockets/index.d.ts +16 -16
  64. package/System.Numerics/index.d.ts +15 -15
  65. package/System.Reflection/index.d.ts +101 -101
  66. package/System.Reflection.Emit/index.d.ts +28 -28
  67. package/System.Reflection.Metadata/index.d.ts +189 -189
  68. package/System.Reflection.Metadata.Ecma335/index.d.ts +48 -48
  69. package/System.Reflection.PortableExecutable/index.d.ts +27 -27
  70. package/System.Resources/index.d.ts +9 -9
  71. package/System.Runtime/index.d.ts +11 -11
  72. package/System.Runtime.CompilerServices/index.d.ts +189 -189
  73. package/System.Runtime.ConstrainedExecution/index.d.ts +5 -5
  74. package/System.Runtime.ExceptionServices/index.d.ts +4 -4
  75. package/System.Runtime.InteropServices/index.d.ts +130 -130
  76. package/System.Runtime.InteropServices.ComTypes/index.d.ts +38 -38
  77. package/System.Runtime.InteropServices.Java/index.d.ts +4 -4
  78. package/System.Runtime.InteropServices.JavaScript/index.d.ts +36 -36
  79. package/System.Runtime.InteropServices.Marshalling/index.d.ts +36 -36
  80. package/System.Runtime.InteropServices.ObjectiveC/index.d.ts +4 -4
  81. package/System.Runtime.InteropServices.Swift/index.d.ts +5 -5
  82. package/System.Runtime.Intrinsics/index.d.ts +12 -12
  83. package/System.Runtime.Intrinsics.Arm/index.d.ts +22 -22
  84. package/System.Runtime.Intrinsics.Wasm/index.d.ts +1 -1
  85. package/System.Runtime.Intrinsics.X86/index.d.ts +76 -76
  86. package/System.Runtime.Loader/index.d.ts +3 -3
  87. package/System.Runtime.Remoting/index.d.ts +1 -1
  88. package/System.Runtime.Serialization/index.d.ts +44 -44
  89. package/System.Runtime.Serialization.DataContracts/index.d.ts +4 -4
  90. package/System.Runtime.Serialization.Formatters/index.d.ts +3 -3
  91. package/System.Runtime.Serialization.Formatters.Binary/index.d.ts +1 -1
  92. package/System.Runtime.Serialization.Json/index.d.ts +4 -4
  93. package/System.Runtime.Versioning/index.d.ts +16 -16
  94. package/System.Security/index.d.ts +17 -17
  95. package/System.Security.AccessControl/index.d.ts +70 -70
  96. package/System.Security.Authentication/index.d.ts +6 -6
  97. package/System.Security.Authentication.ExtendedProtection/index.d.ts +7 -7
  98. package/System.Security.Claims/index.d.ts +5 -5
  99. package/System.Security.Cryptography/index.d.ts +167 -167
  100. package/System.Security.Cryptography.X509Certificates/index.d.ts +56 -56
  101. package/System.Security.Permissions/index.d.ts +6 -6
  102. package/System.Security.Policy/index.d.ts +2 -2
  103. package/System.Security.Principal/index.d.ts +15 -15
  104. package/System.Text/index.d.ts +36 -36
  105. package/System.Text.Encodings.Web/index.d.ts +5 -5
  106. package/System.Text.Json/index.d.ts +20 -20
  107. package/System.Text.Json.Nodes/index.d.ts +5 -5
  108. package/System.Text.Json.Schema/index.d.ts +3 -3
  109. package/System.Text.Json.Serialization/index.d.ts +40 -40
  110. package/System.Text.Json.Serialization.Metadata/index.d.ts +18 -18
  111. package/System.Text.RegularExpressions/index.d.ts +19 -19
  112. package/System.Text.Unicode/index.d.ts +4 -4
  113. package/System.Threading/index.d.ts +78 -78
  114. package/System.Threading.Channels/index.d.ts +15 -15
  115. package/System.Threading.Tasks/index.d.ts +28 -28
  116. package/System.Threading.Tasks.Dataflow/index.d.ts +27 -27
  117. package/System.Threading.Tasks.Sources/index.d.ts +4 -4
  118. package/System.Timers/index.d.ts +4 -4
  119. package/System.Transactions/index.d.ts +28 -28
  120. package/System.Web/index.d.ts +1 -1
  121. package/System.Windows.Markup/index.d.ts +1 -1
  122. package/System.Xml/index.d.ts +71 -71
  123. package/System.Xml.Linq/index.d.ts +23 -23
  124. package/System.Xml.Resolvers/index.d.ts +2 -2
  125. package/System.Xml.Schema/index.d.ts +88 -88
  126. package/System.Xml.Serialization/index.d.ts +68 -68
  127. package/System.Xml.XPath/index.d.ts +14 -14
  128. package/System.Xml.Xsl/index.d.ts +9 -9
  129. package/System.Xml.Xsl.Runtime/index.d.ts +50 -50
  130. package/package.json +1 -1
package/System/index.d.ts CHANGED
@@ -31,150 +31,150 @@ export * from './internal/index.js';
31
31
 
32
32
  // Individual type exports for convenience
33
33
  export type IServiceProvider = Internal.IServiceProvider;
34
- export type UriTypeConverter = Internal.UriTypeConverter;
35
- export type Console = Internal.Console;
36
- export type ConsoleCancelEventHandler = Internal.ConsoleCancelEventHandler;
37
- export type ConsoleCancelEventArgs = Internal.ConsoleCancelEventArgs;
38
- export type ConsoleColor = Internal.ConsoleColor;
39
- export type ConsoleSpecialKey = Internal.ConsoleSpecialKey;
40
- export type ConsoleKey = Internal.ConsoleKey;
41
- export type ConsoleKeyInfo = Internal.ConsoleKeyInfo;
42
- export type ConsoleModifiers = Internal.ConsoleModifiers;
43
- export type SequencePosition = Internal.SequencePosition;
44
- export type ArgIterator = Internal.ArgIterator;
45
- export type Array = Internal.Array;
46
- export type Attribute = Internal.Attribute;
47
- export type BadImageFormatException = Internal.BadImageFormatException;
48
- export type Buffer = Internal.Buffer;
49
- export type Decimal = Internal.Decimal;
50
- export type Delegate = Internal.Delegate;
51
- export type Delegate_InvocationListEnumerator_1<TDelegate extends Function> = Internal.Delegate_InvocationListEnumerator_1<TDelegate>;
52
- export type Delegate_InvocationListEnumerator<TDelegate extends Function> = Internal.Delegate_InvocationListEnumerator_1<TDelegate>;
53
- export type Enum = Internal.Enum;
54
- export type Environment = Internal.Environment;
55
- export type Environment_ProcessCpuUsage = Internal.Environment_ProcessCpuUsage;
56
- export type Environment_SpecialFolder = Internal.Environment_SpecialFolder;
57
- export type Environment_SpecialFolderOption = Internal.Environment_SpecialFolderOption;
58
- export type Exception = Internal.Exception;
59
- export type GCCollectionMode = Internal.GCCollectionMode;
60
- export type GCNotificationStatus = Internal.GCNotificationStatus;
61
- export type GC = Internal.GC;
62
- export type Math = Internal.Math;
63
- export type MathF = Internal.MathF;
64
- export type MulticastDelegate = Internal.MulticastDelegate;
65
- export type Object = Internal.Object;
66
- export type RuntimeArgumentHandle = Internal.RuntimeArgumentHandle;
67
- export type RuntimeTypeHandle = Internal.RuntimeTypeHandle;
68
- export type RuntimeMethodHandle = Internal.RuntimeMethodHandle;
69
- export type RuntimeFieldHandle = Internal.RuntimeFieldHandle;
70
- export type ModuleHandle = Internal.ModuleHandle;
71
- export type String = Internal.String;
72
- export type Type = Internal.Type;
73
- export type TypedReference = Internal.TypedReference;
74
- export type TypeLoadException = Internal.TypeLoadException;
75
- export type ValueType = Internal.ValueType;
76
- export type AccessViolationException = Internal.AccessViolationException;
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 type Activator = Internal.Activator;
100
- export type AggregateException = Internal.AggregateException;
101
- export type AppContext = Internal.AppContext;
102
- export type AppDomain = Internal.AppDomain;
103
- export type AppDomainSetup = Internal.AppDomainSetup;
104
- export type AppDomainUnloadedException = Internal.AppDomainUnloadedException;
105
- export type ApplicationException = Internal.ApplicationException;
106
- export type ApplicationId = Internal.ApplicationId;
107
- export type ArgumentException = Internal.ArgumentException;
108
- export type ArgumentNullException = Internal.ArgumentNullException;
109
- export type ArgumentOutOfRangeException = Internal.ArgumentOutOfRangeException;
110
- export type ArithmeticException = Internal.ArithmeticException;
111
- export type ArraySegment_1<T> = Internal.ArraySegment_1<T>;
112
- export type ArraySegment<T> = Internal.ArraySegment_1<T>;
113
- export type ArraySegment_1_Enumerator<T> = Internal.ArraySegment_1_Enumerator<T>;
114
- export type ArrayTypeMismatchException = Internal.ArrayTypeMismatchException;
115
- export type AssemblyLoadEventArgs = Internal.AssemblyLoadEventArgs;
116
- export type AssemblyLoadEventHandler = Internal.AssemblyLoadEventHandler;
117
- export type AsyncCallback = Internal.AsyncCallback;
118
- export type AttributeTargets = Internal.AttributeTargets;
119
- export type AttributeUsageAttribute = Internal.AttributeUsageAttribute;
120
- export type BitConverter = Internal.BitConverter;
121
- export type Boolean = Internal.Boolean;
122
- export type Byte = Internal.Byte;
123
- export type CannotUnloadAppDomainException = Internal.CannotUnloadAppDomainException;
124
- export type Char = Internal.Char;
125
- export type CharEnumerator = Internal.CharEnumerator;
126
- export type CLSCompliantAttribute = Internal.CLSCompliantAttribute;
127
- export type ContextBoundObject = Internal.ContextBoundObject;
128
- export type ContextMarshalException = Internal.ContextMarshalException;
129
- export type ContextStaticAttribute = Internal.ContextStaticAttribute;
130
- export type Convert = Internal.Convert;
131
- export type Base64FormattingOptions = Internal.Base64FormattingOptions;
132
- export type DataMisalignedException = Internal.DataMisalignedException;
133
- export type DateOnly = Internal.DateOnly;
134
- export type DateTime = Internal.DateTime;
135
- export type DateTimeKind = Internal.DateTimeKind;
136
- export type DateTimeOffset = Internal.DateTimeOffset;
137
- export type DayOfWeek = Internal.DayOfWeek;
138
- export type DBNull = Internal.DBNull;
139
- export type DivideByZeroException = Internal.DivideByZeroException;
140
- export type DllNotFoundException = Internal.DllNotFoundException;
141
- export type Double = Internal.Double;
142
- export type DuplicateWaitObjectException = Internal.DuplicateWaitObjectException;
143
- export type EntryPointNotFoundException = Internal.EntryPointNotFoundException;
144
- export type EnvironmentVariableTarget = Internal.EnvironmentVariableTarget;
145
- export type EventArgs = Internal.EventArgs;
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 type ExecutionEngineException = Internal.ExecutionEngineException;
151
- export type FieldAccessException = Internal.FieldAccessException;
152
- export type FlagsAttribute = Internal.FlagsAttribute;
153
- export type FormatException = Internal.FormatException;
154
- export type FormattableString = Internal.FormattableString;
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 type GCGenerationInfo = Internal.GCGenerationInfo;
173
- export type GCKind = Internal.GCKind;
174
- export type GCMemoryInfo = Internal.GCMemoryInfo;
175
- export type Guid = Internal.Guid;
176
- export type Half = Internal.Half;
177
- export type HashCode = Internal.HashCode;
34
+ export { UriTypeConverter$instance as UriTypeConverter } from './internal/index.js';
35
+ export { Console$instance as Console } from './internal/index.js';
36
+ export { ConsoleCancelEventHandler$instance as ConsoleCancelEventHandler } from './internal/index.js';
37
+ export { ConsoleCancelEventArgs$instance 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$instance as ConsoleKeyInfo } from './internal/index.js';
42
+ export { ConsoleModifiers as ConsoleModifiers } from './internal/index.js';
43
+ export { SequencePosition$instance as SequencePosition } from './internal/index.js';
44
+ export { ArgIterator$instance as ArgIterator } from './internal/index.js';
45
+ export { Array$instance as Array } from './internal/index.js';
46
+ export { Attribute$instance as Attribute } from './internal/index.js';
47
+ export { BadImageFormatException$instance as BadImageFormatException } from './internal/index.js';
48
+ export { Buffer$instance as Buffer } from './internal/index.js';
49
+ export { Decimal$instance as Decimal } from './internal/index.js';
50
+ export { Delegate$instance as Delegate } from './internal/index.js';
51
+ export { Delegate_InvocationListEnumerator_1$instance as Delegate_InvocationListEnumerator_1 } from './internal/index.js';
52
+ export { Delegate_InvocationListEnumerator_1$instance as Delegate_InvocationListEnumerator } from './internal/index.js';
53
+ export { Enum$instance as Enum } from './internal/index.js';
54
+ export { Environment$instance as Environment } from './internal/index.js';
55
+ export { Environment_ProcessCpuUsage$instance 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$instance 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$instance as MulticastDelegate } from './internal/index.js';
65
+ export { Object$instance as Object } from './internal/index.js';
66
+ export { RuntimeArgumentHandle$instance as RuntimeArgumentHandle } from './internal/index.js';
67
+ export { RuntimeTypeHandle$instance as RuntimeTypeHandle } from './internal/index.js';
68
+ export { RuntimeMethodHandle$instance as RuntimeMethodHandle } from './internal/index.js';
69
+ export { RuntimeFieldHandle$instance as RuntimeFieldHandle } from './internal/index.js';
70
+ export { ModuleHandle$instance as ModuleHandle } from './internal/index.js';
71
+ export { String$instance as String } from './internal/index.js';
72
+ export { Type$instance as Type } from './internal/index.js';
73
+ export { TypedReference$instance as TypedReference } from './internal/index.js';
74
+ export { TypeLoadException$instance as TypeLoadException } from './internal/index.js';
75
+ export { ValueType$instance as ValueType } from './internal/index.js';
76
+ export { AccessViolationException$instance as AccessViolationException } from './internal/index.js';
77
+ export { Action_1$instance as Action_1 } from './internal/index.js';
78
+ export { Action_2$instance as Action_2 } from './internal/index.js';
79
+ export { Action_3$instance as Action_3 } from './internal/index.js';
80
+ export { Action_4$instance as Action_4 } from './internal/index.js';
81
+ export { Action_5$instance as Action_5 } from './internal/index.js';
82
+ export { Action_6$instance as Action_6 } from './internal/index.js';
83
+ export { Action_7$instance as Action_7 } from './internal/index.js';
84
+ export { Action_8$instance as Action_8 } from './internal/index.js';
85
+ export { Action_9$instance as Action_9 } from './internal/index.js';
86
+ export { Action_10$instance as Action_10 } from './internal/index.js';
87
+ export { Action_11$instance as Action_11 } from './internal/index.js';
88
+ export { Action_12$instance as Action_12 } from './internal/index.js';
89
+ export { Action_13$instance as Action_13 } from './internal/index.js';
90
+ export { Action_14$instance as Action_14 } from './internal/index.js';
91
+ export { Action_15$instance as Action_15 } from './internal/index.js';
92
+ export { Action_16$instance as Action_16 } from './internal/index.js';
93
+ export { Comparison_1$instance as Comparison_1 } from './internal/index.js';
94
+ export { Comparison_1$instance as Comparison } from './internal/index.js';
95
+ export { Converter_2$instance as Converter_2 } from './internal/index.js';
96
+ export { Converter_2$instance as Converter } from './internal/index.js';
97
+ export { Predicate_1$instance as Predicate_1 } from './internal/index.js';
98
+ export { Predicate_1$instance as Predicate } from './internal/index.js';
99
+ export { Activator$instance as Activator } from './internal/index.js';
100
+ export { AggregateException$instance as AggregateException } from './internal/index.js';
101
+ export { AppContext$instance as AppContext } from './internal/index.js';
102
+ export { AppDomain$instance as AppDomain } from './internal/index.js';
103
+ export { AppDomainSetup$instance as AppDomainSetup } from './internal/index.js';
104
+ export { AppDomainUnloadedException$instance as AppDomainUnloadedException } from './internal/index.js';
105
+ export { ApplicationException$instance as ApplicationException } from './internal/index.js';
106
+ export { ApplicationId$instance as ApplicationId } from './internal/index.js';
107
+ export { ArgumentException$instance as ArgumentException } from './internal/index.js';
108
+ export { ArgumentNullException$instance as ArgumentNullException } from './internal/index.js';
109
+ export { ArgumentOutOfRangeException$instance as ArgumentOutOfRangeException } from './internal/index.js';
110
+ export { ArithmeticException$instance as ArithmeticException } from './internal/index.js';
111
+ export { ArraySegment_1$instance as ArraySegment_1 } from './internal/index.js';
112
+ export { ArraySegment_1$instance as ArraySegment } from './internal/index.js';
113
+ export { ArraySegment_1_Enumerator$instance as ArraySegment_1_Enumerator } from './internal/index.js';
114
+ export { ArrayTypeMismatchException$instance as ArrayTypeMismatchException } from './internal/index.js';
115
+ export { AssemblyLoadEventArgs$instance as AssemblyLoadEventArgs } from './internal/index.js';
116
+ export { AssemblyLoadEventHandler$instance as AssemblyLoadEventHandler } from './internal/index.js';
117
+ export { AsyncCallback$instance as AsyncCallback } from './internal/index.js';
118
+ export { AttributeTargets as AttributeTargets } from './internal/index.js';
119
+ export { AttributeUsageAttribute$instance as AttributeUsageAttribute } from './internal/index.js';
120
+ export { BitConverter$instance as BitConverter } from './internal/index.js';
121
+ export { Boolean$instance as Boolean } from './internal/index.js';
122
+ export { Byte$instance as Byte } from './internal/index.js';
123
+ export { CannotUnloadAppDomainException$instance as CannotUnloadAppDomainException } from './internal/index.js';
124
+ export { Char$instance as Char } from './internal/index.js';
125
+ export { CharEnumerator$instance as CharEnumerator } from './internal/index.js';
126
+ export { CLSCompliantAttribute$instance as CLSCompliantAttribute } from './internal/index.js';
127
+ export { ContextBoundObject$instance as ContextBoundObject } from './internal/index.js';
128
+ export { ContextMarshalException$instance as ContextMarshalException } from './internal/index.js';
129
+ export { ContextStaticAttribute$instance 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$instance as DataMisalignedException } from './internal/index.js';
133
+ export { DateOnly$instance as DateOnly } from './internal/index.js';
134
+ export { DateTime$instance as DateTime } from './internal/index.js';
135
+ export { DateTimeKind as DateTimeKind } from './internal/index.js';
136
+ export { DateTimeOffset$instance as DateTimeOffset } from './internal/index.js';
137
+ export { DayOfWeek as DayOfWeek } from './internal/index.js';
138
+ export { DBNull$instance as DBNull } from './internal/index.js';
139
+ export { DivideByZeroException$instance as DivideByZeroException } from './internal/index.js';
140
+ export { DllNotFoundException$instance as DllNotFoundException } from './internal/index.js';
141
+ export { Double$instance as Double } from './internal/index.js';
142
+ export { DuplicateWaitObjectException$instance as DuplicateWaitObjectException } from './internal/index.js';
143
+ export { EntryPointNotFoundException$instance as EntryPointNotFoundException } from './internal/index.js';
144
+ export { EnvironmentVariableTarget as EnvironmentVariableTarget } from './internal/index.js';
145
+ export { EventArgs$instance as EventArgs } from './internal/index.js';
146
+ export { EventHandler$instance as EventHandler_0 } from './internal/index.js';
147
+ export { EventHandler_1$instance as EventHandler_1 } from './internal/index.js';
148
+ export { EventHandler_1$instance as EventHandler } from './internal/index.js';
149
+ export { EventHandler_2$instance as EventHandler_2 } from './internal/index.js';
150
+ export { ExecutionEngineException$instance as ExecutionEngineException } from './internal/index.js';
151
+ export { FieldAccessException$instance as FieldAccessException } from './internal/index.js';
152
+ export { FlagsAttribute$instance as FlagsAttribute } from './internal/index.js';
153
+ export { FormatException$instance as FormatException } from './internal/index.js';
154
+ export { FormattableString$instance as FormattableString } from './internal/index.js';
155
+ export { Func_1$instance as Func_1 } from './internal/index.js';
156
+ export { Func_2$instance as Func_2 } from './internal/index.js';
157
+ export { Func_3$instance as Func_3 } from './internal/index.js';
158
+ export { Func_4$instance as Func_4 } from './internal/index.js';
159
+ export { Func_5$instance as Func_5 } from './internal/index.js';
160
+ export { Func_6$instance as Func_6 } from './internal/index.js';
161
+ export { Func_7$instance as Func_7 } from './internal/index.js';
162
+ export { Func_8$instance as Func_8 } from './internal/index.js';
163
+ export { Func_9$instance as Func_9 } from './internal/index.js';
164
+ export { Func_10$instance as Func_10 } from './internal/index.js';
165
+ export { Func_11$instance as Func_11 } from './internal/index.js';
166
+ export { Func_12$instance as Func_12 } from './internal/index.js';
167
+ export { Func_13$instance as Func_13 } from './internal/index.js';
168
+ export { Func_14$instance as Func_14 } from './internal/index.js';
169
+ export { Func_15$instance as Func_15 } from './internal/index.js';
170
+ export { Func_16$instance as Func_16 } from './internal/index.js';
171
+ export { Func_17$instance as Func_17 } from './internal/index.js';
172
+ export { GCGenerationInfo$instance as GCGenerationInfo } from './internal/index.js';
173
+ export { GCKind as GCKind } from './internal/index.js';
174
+ export { GCMemoryInfo$instance as GCMemoryInfo } from './internal/index.js';
175
+ export { Guid$instance as Guid } from './internal/index.js';
176
+ export { Half$instance as Half } from './internal/index.js';
177
+ export { HashCode$instance as HashCode } from './internal/index.js';
178
178
  export type IAsyncDisposable = Internal.IAsyncDisposable;
179
179
  export type IAsyncResult = Internal.IAsyncResult;
180
180
  export type ICloneable = Internal.ICloneable;
@@ -188,19 +188,19 @@ export type IEquatable_1<T> = Internal.IEquatable_1<T>;
188
188
  export type IEquatable<T> = Internal.IEquatable_1<T>;
189
189
  export type IFormatProvider = Internal.IFormatProvider;
190
190
  export type IFormattable = Internal.IFormattable;
191
- export type Index = Internal.Index;
192
- export type IndexOutOfRangeException = Internal.IndexOutOfRangeException;
193
- export type InsufficientExecutionStackException = Internal.InsufficientExecutionStackException;
194
- export type InsufficientMemoryException = Internal.InsufficientMemoryException;
195
- export type Int16 = Internal.Int16;
196
- export type Int32 = Internal.Int32;
197
- export type Int64 = Internal.Int64;
198
- export type Int128 = Internal.Int128;
199
- export type IntPtr = Internal.IntPtr;
200
- export type InvalidCastException = Internal.InvalidCastException;
201
- export type InvalidOperationException = Internal.InvalidOperationException;
202
- export type InvalidProgramException = Internal.InvalidProgramException;
203
- export type InvalidTimeZoneException = Internal.InvalidTimeZoneException;
191
+ export { Index$instance as Index } from './internal/index.js';
192
+ export { IndexOutOfRangeException$instance as IndexOutOfRangeException } from './internal/index.js';
193
+ export { InsufficientExecutionStackException$instance as InsufficientExecutionStackException } from './internal/index.js';
194
+ export { InsufficientMemoryException$instance as InsufficientMemoryException } from './internal/index.js';
195
+ export { Int16$instance as Int16 } from './internal/index.js';
196
+ export { Int32$instance as Int32 } from './internal/index.js';
197
+ export { Int64$instance as Int64 } from './internal/index.js';
198
+ export { Int128$instance as Int128 } from './internal/index.js';
199
+ export { IntPtr$instance as IntPtr } from './internal/index.js';
200
+ export { InvalidCastException$instance as InvalidCastException } from './internal/index.js';
201
+ export { InvalidOperationException$instance as InvalidOperationException } from './internal/index.js';
202
+ export { InvalidProgramException$instance as InvalidProgramException } from './internal/index.js';
203
+ export { InvalidTimeZoneException$instance as InvalidTimeZoneException } from './internal/index.js';
204
204
  export type IObservable_1<T> = Internal.IObservable_1<T>;
205
205
  export type IObservable<T> = Internal.IObservable_1<T>;
206
206
  export type IObserver_1<T> = Internal.IObserver_1<T>;
@@ -211,144 +211,144 @@ export type ISpanFormattable = Internal.ISpanFormattable;
211
211
  export type IUtf8SpanFormattable = Internal.IUtf8SpanFormattable;
212
212
  export type IUtf8SpanParsable_1<TSelf extends IUtf8SpanParsable_1<TSelf>> = Internal.IUtf8SpanParsable_1<TSelf>;
213
213
  export type IUtf8SpanParsable<TSelf extends IUtf8SpanParsable_1<TSelf>> = Internal.IUtf8SpanParsable_1<TSelf>;
214
- export type Lazy_1<T> = Internal.Lazy_1<T>;
215
- export type Lazy<T> = Internal.Lazy_1<T>;
216
- export type Lazy_2<T, TMetadata> = Internal.Lazy_2<T, TMetadata>;
217
- export type LoaderOptimization = Internal.LoaderOptimization;
218
- export type LoaderOptimizationAttribute = Internal.LoaderOptimizationAttribute;
219
- export type LocalDataStoreSlot = Internal.LocalDataStoreSlot;
220
- export type MarshalByRefObject = Internal.MarshalByRefObject;
221
- export type MemberAccessException = Internal.MemberAccessException;
222
- export type Memory_1<T> = Internal.Memory_1<T>;
223
- export type Memory<T> = Internal.Memory_1<T>;
224
- export type MemoryExtensions = Internal.MemoryExtensions;
225
- export type MemoryExtensions_SpanSplitEnumerator_1<T extends IEquatable_1<T>> = Internal.MemoryExtensions_SpanSplitEnumerator_1<T>;
226
- export type MemoryExtensions_SpanSplitEnumerator<T extends IEquatable_1<T>> = Internal.MemoryExtensions_SpanSplitEnumerator_1<T>;
227
- export type MemoryExtensions_TryWriteInterpolatedStringHandler = Internal.MemoryExtensions_TryWriteInterpolatedStringHandler;
228
- export type MethodAccessException = Internal.MethodAccessException;
229
- export type MidpointRounding = Internal.MidpointRounding;
230
- export type MissingFieldException = Internal.MissingFieldException;
231
- export type MissingMemberException = Internal.MissingMemberException;
232
- export type MissingMethodException = Internal.MissingMethodException;
233
- export type MulticastNotSupportedException = Internal.MulticastNotSupportedException;
234
- export type NonSerializedAttribute = Internal.NonSerializedAttribute;
235
- export type NotFiniteNumberException = Internal.NotFiniteNumberException;
236
- export type NotImplementedException = Internal.NotImplementedException;
237
- export type NotSupportedException = Internal.NotSupportedException;
238
- export type Nullable_1<T> = Internal.Nullable_1<T>;
239
- export type Nullable<T> = Internal.Nullable_1<T>;
240
- export type Nullable_0 = Internal.Nullable;
241
- export type NullReferenceException = Internal.NullReferenceException;
242
- export type ObjectDisposedException = Internal.ObjectDisposedException;
243
- export type ObsoleteAttribute = Internal.ObsoleteAttribute;
244
- export type OperatingSystem = Internal.OperatingSystem;
245
- export type OperationCanceledException = Internal.OperationCanceledException;
246
- export type OutOfMemoryException = Internal.OutOfMemoryException;
247
- export type OverflowException = Internal.OverflowException;
248
- export type ParamArrayAttribute = Internal.ParamArrayAttribute;
249
- export type PlatformID = Internal.PlatformID;
250
- export type PlatformNotSupportedException = Internal.PlatformNotSupportedException;
251
- export type Progress_1<T> = Internal.Progress_1<T>;
252
- export type Progress<T> = Internal.Progress_1<T>;
253
- export type Random = Internal.Random;
254
- export type Range = Internal.Range;
255
- export type RankException = Internal.RankException;
256
- export type ReadOnlyMemory_1<T> = Internal.ReadOnlyMemory_1<T>;
257
- export type ReadOnlyMemory<T> = Internal.ReadOnlyMemory_1<T>;
258
- export type ReadOnlySpan_1<T> = Internal.ReadOnlySpan_1<T>;
259
- export type ReadOnlySpan<T> = Internal.ReadOnlySpan_1<T>;
260
- export type ReadOnlySpan_1_Enumerator<T> = Internal.ReadOnlySpan_1_Enumerator<T>;
261
- export type ResolveEventArgs = Internal.ResolveEventArgs;
262
- export type ResolveEventHandler = Internal.ResolveEventHandler;
263
- export type SByte = Internal.SByte;
264
- export type SerializableAttribute = Internal.SerializableAttribute;
265
- export type Single = Internal.Single;
266
- export type Span_1<T> = Internal.Span_1<T>;
267
- export type Span<T> = Internal.Span_1<T>;
268
- export type Span_1_Enumerator<T> = Internal.Span_1_Enumerator<T>;
269
- export type StackOverflowException = Internal.StackOverflowException;
270
- export type StringComparer = Internal.StringComparer;
271
- export type CultureAwareComparer = Internal.CultureAwareComparer;
272
- export type OrdinalComparer = Internal.OrdinalComparer;
273
- export type StringComparison = Internal.StringComparison;
274
- export type StringNormalizationExtensions = Internal.StringNormalizationExtensions;
275
- export type StringSplitOptions = Internal.StringSplitOptions;
276
- export type SystemException = Internal.SystemException;
277
- export type STAThreadAttribute = Internal.STAThreadAttribute;
278
- export type MTAThreadAttribute = Internal.MTAThreadAttribute;
279
- export type ThreadStaticAttribute = Internal.ThreadStaticAttribute;
280
- export type TimeOnly = Internal.TimeOnly;
281
- export type TimeoutException = Internal.TimeoutException;
282
- export type TimeSpan = Internal.TimeSpan;
283
- export type TimeZone = Internal.TimeZone;
284
- export type TimeZoneInfo = Internal.TimeZoneInfo;
285
- export type TimeZoneInfo_AdjustmentRule = Internal.TimeZoneInfo_AdjustmentRule;
286
- export type TimeZoneInfo_TransitionTime = Internal.TimeZoneInfo_TransitionTime;
287
- export type TimeZoneNotFoundException = Internal.TimeZoneNotFoundException;
288
- export type Tuple_0 = Internal.Tuple;
289
- export type Tuple_1<T1> = Internal.Tuple_1<T1>;
290
- export type Tuple<T1> = Internal.Tuple_1<T1>;
291
- export type Tuple_2<T1, T2> = Internal.Tuple_2<T1, T2>;
292
- export type Tuple_3<T1, T2, T3> = Internal.Tuple_3<T1, T2, T3>;
293
- export type Tuple_4<T1, T2, T3, T4> = Internal.Tuple_4<T1, T2, T3, T4>;
294
- export type Tuple_5<T1, T2, T3, T4, T5> = Internal.Tuple_5<T1, T2, T3, T4, T5>;
295
- export type Tuple_6<T1, T2, T3, T4, T5, T6> = Internal.Tuple_6<T1, T2, T3, T4, T5, T6>;
296
- export type Tuple_7<T1, T2, T3, T4, T5, T6, T7> = Internal.Tuple_7<T1, T2, T3, T4, T5, T6, T7>;
297
- export type Tuple_8<T1, T2, T3, T4, T5, T6, T7, TRest> = Internal.Tuple_8<T1, T2, T3, T4, T5, T6, T7, TRest>;
298
- export type TupleExtensions = Internal.TupleExtensions;
299
- export type TypeAccessException = Internal.TypeAccessException;
300
- export type TypeCode = Internal.TypeCode;
301
- export type TypeInitializationException = Internal.TypeInitializationException;
302
- export type TypeUnloadedException = Internal.TypeUnloadedException;
303
- export type UInt16 = Internal.UInt16;
304
- export type UInt32 = Internal.UInt32;
305
- export type UInt64 = Internal.UInt64;
306
- export type UInt128 = Internal.UInt128;
307
- export type UIntPtr = Internal.UIntPtr;
308
- export type UnauthorizedAccessException = Internal.UnauthorizedAccessException;
309
- export type UnhandledExceptionEventArgs = Internal.UnhandledExceptionEventArgs;
310
- export type UnhandledExceptionEventHandler = Internal.UnhandledExceptionEventHandler;
311
- export type UnitySerializationHolder = Internal.UnitySerializationHolder;
312
- export type ValueTuple_0 = Internal.ValueTuple;
313
- export type ValueTuple_1<T1> = Internal.ValueTuple_1<T1>;
314
- export type ValueTuple<T1> = Internal.ValueTuple_1<T1>;
315
- export type ValueTuple_2<T1, T2> = Internal.ValueTuple_2<T1, T2>;
316
- export type ValueTuple_3<T1, T2, T3> = Internal.ValueTuple_3<T1, T2, T3>;
317
- export type ValueTuple_4<T1, T2, T3, T4> = Internal.ValueTuple_4<T1, T2, T3, T4>;
318
- export type ValueTuple_5<T1, T2, T3, T4, T5> = Internal.ValueTuple_5<T1, T2, T3, T4, T5>;
319
- export type ValueTuple_6<T1, T2, T3, T4, T5, T6> = Internal.ValueTuple_6<T1, T2, T3, T4, T5, T6>;
320
- export type ValueTuple_7<T1, T2, T3, T4, T5, T6, T7> = Internal.ValueTuple_7<T1, T2, T3, T4, T5, T6, T7>;
321
- export type ValueTuple_8<T1, T2, T3, T4, T5, T6, T7, TRest> = Internal.ValueTuple_8<T1, T2, T3, T4, T5, T6, T7, TRest>;
322
- export type Version = Internal.Version;
323
- export type Void = Internal.Void;
324
- export type WeakReference_0 = Internal.WeakReference;
325
- export type WeakReference_1<T> = Internal.WeakReference_1<T>;
326
- export type WeakReference<T> = Internal.WeakReference_1<T>;
327
- export type TimeProvider = Internal.TimeProvider;
214
+ export { Lazy_1$instance as Lazy_1 } from './internal/index.js';
215
+ export { Lazy_1$instance as Lazy } from './internal/index.js';
216
+ export { Lazy_2$instance as Lazy_2 } from './internal/index.js';
217
+ export { LoaderOptimization as LoaderOptimization } from './internal/index.js';
218
+ export { LoaderOptimizationAttribute$instance as LoaderOptimizationAttribute } from './internal/index.js';
219
+ export { LocalDataStoreSlot$instance as LocalDataStoreSlot } from './internal/index.js';
220
+ export { MarshalByRefObject$instance as MarshalByRefObject } from './internal/index.js';
221
+ export { MemberAccessException$instance as MemberAccessException } from './internal/index.js';
222
+ export { Memory_1$instance as Memory_1 } from './internal/index.js';
223
+ export { Memory_1$instance as Memory } from './internal/index.js';
224
+ export { MemoryExtensions$instance as MemoryExtensions } from './internal/index.js';
225
+ export { MemoryExtensions_SpanSplitEnumerator_1$instance as MemoryExtensions_SpanSplitEnumerator_1 } from './internal/index.js';
226
+ export { MemoryExtensions_SpanSplitEnumerator_1$instance as MemoryExtensions_SpanSplitEnumerator } from './internal/index.js';
227
+ export { MemoryExtensions_TryWriteInterpolatedStringHandler$instance as MemoryExtensions_TryWriteInterpolatedStringHandler } from './internal/index.js';
228
+ export { MethodAccessException$instance as MethodAccessException } from './internal/index.js';
229
+ export { MidpointRounding as MidpointRounding } from './internal/index.js';
230
+ export { MissingFieldException$instance as MissingFieldException } from './internal/index.js';
231
+ export { MissingMemberException$instance as MissingMemberException } from './internal/index.js';
232
+ export { MissingMethodException$instance as MissingMethodException } from './internal/index.js';
233
+ export { MulticastNotSupportedException$instance as MulticastNotSupportedException } from './internal/index.js';
234
+ export { NonSerializedAttribute$instance as NonSerializedAttribute } from './internal/index.js';
235
+ export { NotFiniteNumberException$instance as NotFiniteNumberException } from './internal/index.js';
236
+ export { NotImplementedException$instance as NotImplementedException } from './internal/index.js';
237
+ export { NotSupportedException$instance as NotSupportedException } from './internal/index.js';
238
+ export { Nullable_1$instance as Nullable_1 } from './internal/index.js';
239
+ export { Nullable_1$instance as Nullable } from './internal/index.js';
240
+ export { Nullable$instance as Nullable_0 } from './internal/index.js';
241
+ export { NullReferenceException$instance as NullReferenceException } from './internal/index.js';
242
+ export { ObjectDisposedException$instance as ObjectDisposedException } from './internal/index.js';
243
+ export { ObsoleteAttribute$instance as ObsoleteAttribute } from './internal/index.js';
244
+ export { OperatingSystem$instance as OperatingSystem } from './internal/index.js';
245
+ export { OperationCanceledException$instance as OperationCanceledException } from './internal/index.js';
246
+ export { OutOfMemoryException$instance as OutOfMemoryException } from './internal/index.js';
247
+ export { OverflowException$instance as OverflowException } from './internal/index.js';
248
+ export { ParamArrayAttribute$instance as ParamArrayAttribute } from './internal/index.js';
249
+ export { PlatformID as PlatformID } from './internal/index.js';
250
+ export { PlatformNotSupportedException$instance as PlatformNotSupportedException } from './internal/index.js';
251
+ export { Progress_1$instance as Progress_1 } from './internal/index.js';
252
+ export { Progress_1$instance as Progress } from './internal/index.js';
253
+ export { Random$instance as Random } from './internal/index.js';
254
+ export { Range$instance as Range } from './internal/index.js';
255
+ export { RankException$instance as RankException } from './internal/index.js';
256
+ export { ReadOnlyMemory_1$instance as ReadOnlyMemory_1 } from './internal/index.js';
257
+ export { ReadOnlyMemory_1$instance as ReadOnlyMemory } from './internal/index.js';
258
+ export { ReadOnlySpan_1$instance as ReadOnlySpan_1 } from './internal/index.js';
259
+ export { ReadOnlySpan_1$instance as ReadOnlySpan } from './internal/index.js';
260
+ export { ReadOnlySpan_1_Enumerator$instance as ReadOnlySpan_1_Enumerator } from './internal/index.js';
261
+ export { ResolveEventArgs$instance as ResolveEventArgs } from './internal/index.js';
262
+ export { ResolveEventHandler$instance as ResolveEventHandler } from './internal/index.js';
263
+ export { SByte$instance as SByte } from './internal/index.js';
264
+ export { SerializableAttribute$instance as SerializableAttribute } from './internal/index.js';
265
+ export { Single$instance as Single } from './internal/index.js';
266
+ export { Span_1$instance as Span_1 } from './internal/index.js';
267
+ export { Span_1$instance as Span } from './internal/index.js';
268
+ export { Span_1_Enumerator$instance as Span_1_Enumerator } from './internal/index.js';
269
+ export { StackOverflowException$instance as StackOverflowException } from './internal/index.js';
270
+ export { StringComparer$instance as StringComparer } from './internal/index.js';
271
+ export { CultureAwareComparer$instance as CultureAwareComparer } from './internal/index.js';
272
+ export { OrdinalComparer$instance 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$instance as SystemException } from './internal/index.js';
277
+ export { STAThreadAttribute$instance as STAThreadAttribute } from './internal/index.js';
278
+ export { MTAThreadAttribute$instance as MTAThreadAttribute } from './internal/index.js';
279
+ export { ThreadStaticAttribute$instance as ThreadStaticAttribute } from './internal/index.js';
280
+ export { TimeOnly$instance as TimeOnly } from './internal/index.js';
281
+ export { TimeoutException$instance as TimeoutException } from './internal/index.js';
282
+ export { TimeSpan$instance as TimeSpan } from './internal/index.js';
283
+ export { TimeZone$instance as TimeZone } from './internal/index.js';
284
+ export { TimeZoneInfo$instance as TimeZoneInfo } from './internal/index.js';
285
+ export { TimeZoneInfo_AdjustmentRule$instance as TimeZoneInfo_AdjustmentRule } from './internal/index.js';
286
+ export { TimeZoneInfo_TransitionTime$instance as TimeZoneInfo_TransitionTime } from './internal/index.js';
287
+ export { TimeZoneNotFoundException$instance as TimeZoneNotFoundException } from './internal/index.js';
288
+ export { Tuple$instance as Tuple_0 } from './internal/index.js';
289
+ export { Tuple_1$instance as Tuple_1 } from './internal/index.js';
290
+ export { Tuple_1$instance as Tuple } from './internal/index.js';
291
+ export { Tuple_2$instance as Tuple_2 } from './internal/index.js';
292
+ export { Tuple_3$instance as Tuple_3 } from './internal/index.js';
293
+ export { Tuple_4$instance as Tuple_4 } from './internal/index.js';
294
+ export { Tuple_5$instance as Tuple_5 } from './internal/index.js';
295
+ export { Tuple_6$instance as Tuple_6 } from './internal/index.js';
296
+ export { Tuple_7$instance as Tuple_7 } from './internal/index.js';
297
+ export { Tuple_8$instance as Tuple_8 } from './internal/index.js';
298
+ export { TupleExtensions$instance as TupleExtensions } from './internal/index.js';
299
+ export { TypeAccessException$instance as TypeAccessException } from './internal/index.js';
300
+ export { TypeCode as TypeCode } from './internal/index.js';
301
+ export { TypeInitializationException$instance as TypeInitializationException } from './internal/index.js';
302
+ export { TypeUnloadedException$instance as TypeUnloadedException } from './internal/index.js';
303
+ export { UInt16$instance as UInt16 } from './internal/index.js';
304
+ export { UInt32$instance as UInt32 } from './internal/index.js';
305
+ export { UInt64$instance as UInt64 } from './internal/index.js';
306
+ export { UInt128$instance as UInt128 } from './internal/index.js';
307
+ export { UIntPtr$instance as UIntPtr } from './internal/index.js';
308
+ export { UnauthorizedAccessException$instance as UnauthorizedAccessException } from './internal/index.js';
309
+ export { UnhandledExceptionEventArgs$instance as UnhandledExceptionEventArgs } from './internal/index.js';
310
+ export { UnhandledExceptionEventHandler$instance as UnhandledExceptionEventHandler } from './internal/index.js';
311
+ export { UnitySerializationHolder$instance as UnitySerializationHolder } from './internal/index.js';
312
+ export { ValueTuple$instance as ValueTuple_0 } from './internal/index.js';
313
+ export { ValueTuple_1$instance as ValueTuple_1 } from './internal/index.js';
314
+ export { ValueTuple_1$instance as ValueTuple } from './internal/index.js';
315
+ export { ValueTuple_2$instance as ValueTuple_2 } from './internal/index.js';
316
+ export { ValueTuple_3$instance as ValueTuple_3 } from './internal/index.js';
317
+ export { ValueTuple_4$instance as ValueTuple_4 } from './internal/index.js';
318
+ export { ValueTuple_5$instance as ValueTuple_5 } from './internal/index.js';
319
+ export { ValueTuple_6$instance as ValueTuple_6 } from './internal/index.js';
320
+ export { ValueTuple_7$instance as ValueTuple_7 } from './internal/index.js';
321
+ export { ValueTuple_8$instance as ValueTuple_8 } from './internal/index.js';
322
+ export { Version$instance as Version } from './internal/index.js';
323
+ export { Void$instance as Void } from './internal/index.js';
324
+ export { WeakReference$instance as WeakReference_0 } from './internal/index.js';
325
+ export { WeakReference_1$instance as WeakReference_1 } from './internal/index.js';
326
+ export { WeakReference_1$instance as WeakReference } from './internal/index.js';
327
+ export { TimeProvider$instance as TimeProvider } from './internal/index.js';
328
328
  export type IParsable_1<TSelf extends IParsable_1<TSelf>> = Internal.IParsable_1<TSelf>;
329
329
  export type IParsable<TSelf extends IParsable_1<TSelf>> = Internal.IParsable_1<TSelf>;
330
330
  export type ISpanParsable_1<TSelf extends ISpanParsable_1<TSelf>> = Internal.ISpanParsable_1<TSelf>;
331
331
  export type ISpanParsable<TSelf extends ISpanParsable_1<TSelf>> = Internal.ISpanParsable_1<TSelf>;
332
- export type GenericUriParserOptions = Internal.GenericUriParserOptions;
333
- export type GenericUriParser = Internal.GenericUriParser;
334
- export type Uri = Internal.Uri;
335
- export type UriBuilder = Internal.UriBuilder;
336
- export type UriCreationOptions = Internal.UriCreationOptions;
337
- export type UriKind = Internal.UriKind;
338
- export type UriComponents = Internal.UriComponents;
339
- export type UriFormat = Internal.UriFormat;
340
- export type UriFormatException = Internal.UriFormatException;
341
- export type UriHostNameType = Internal.UriHostNameType;
342
- export type HttpStyleUriParser = Internal.HttpStyleUriParser;
343
- export type FtpStyleUriParser = Internal.FtpStyleUriParser;
344
- export type FileStyleUriParser = Internal.FileStyleUriParser;
345
- export type NewsStyleUriParser = Internal.NewsStyleUriParser;
346
- export type GopherStyleUriParser = Internal.GopherStyleUriParser;
347
- export type LdapStyleUriParser = Internal.LdapStyleUriParser;
348
- export type NetPipeStyleUriParser = Internal.NetPipeStyleUriParser;
349
- export type NetTcpStyleUriParser = Internal.NetTcpStyleUriParser;
350
- export type UriPartial = Internal.UriPartial;
351
- export type UriParser = Internal.UriParser;
332
+ export { GenericUriParserOptions as GenericUriParserOptions } from './internal/index.js';
333
+ export { GenericUriParser$instance as GenericUriParser } from './internal/index.js';
334
+ export { Uri$instance as Uri } from './internal/index.js';
335
+ export { UriBuilder$instance as UriBuilder } from './internal/index.js';
336
+ export { UriCreationOptions$instance 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$instance as UriFormatException } from './internal/index.js';
341
+ export { UriHostNameType as UriHostNameType } from './internal/index.js';
342
+ export { HttpStyleUriParser$instance as HttpStyleUriParser } from './internal/index.js';
343
+ export { FtpStyleUriParser$instance as FtpStyleUriParser } from './internal/index.js';
344
+ export { FileStyleUriParser$instance as FileStyleUriParser } from './internal/index.js';
345
+ export { NewsStyleUriParser$instance as NewsStyleUriParser } from './internal/index.js';
346
+ export { GopherStyleUriParser$instance as GopherStyleUriParser } from './internal/index.js';
347
+ export { LdapStyleUriParser$instance as LdapStyleUriParser } from './internal/index.js';
348
+ export { NetPipeStyleUriParser$instance as NetPipeStyleUriParser } from './internal/index.js';
349
+ export { NetTcpStyleUriParser$instance as NetTcpStyleUriParser } from './internal/index.js';
350
+ export { UriPartial as UriPartial } from './internal/index.js';
351
+ export { UriParser$instance as UriParser } from './internal/index.js';
352
352
 
353
353
  // Delegate shortcut aliases (support TS lambdas)
354
354
  declare const __unspecified: unique symbol;