@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
@@ -14,35 +14,35 @@ import type { AsyncCallback, Boolean as ClrBoolean, Byte, Char, Delegate, Enum,
14
14
  export * from './internal/index.js';
15
15
 
16
16
  // Individual type exports for convenience
17
- export type BuffersExtensions = Internal.BuffersExtensions;
17
+ export { BuffersExtensions$instance as BuffersExtensions } from './internal/index.js';
18
18
  export type IBufferWriter_1<T> = Internal.IBufferWriter_1<T>;
19
19
  export type IBufferWriter<T> = Internal.IBufferWriter_1<T>;
20
- export type MemoryPool_1<T> = Internal.MemoryPool_1<T>;
21
- export type MemoryPool<T> = Internal.MemoryPool_1<T>;
22
- export type ReadOnlySequence_1<T> = Internal.ReadOnlySequence_1<T>;
23
- export type ReadOnlySequence<T> = Internal.ReadOnlySequence_1<T>;
24
- export type ReadOnlySequence_1_Enumerator<T> = Internal.ReadOnlySequence_1_Enumerator<T>;
25
- export type ReadOnlySequenceSegment_1<T> = Internal.ReadOnlySequenceSegment_1<T>;
26
- export type ReadOnlySequenceSegment<T> = Internal.ReadOnlySequenceSegment_1<T>;
27
- export type SequenceReader_1<T extends IEquatable_1<T>> = Internal.SequenceReader_1<T>;
28
- export type SequenceReader<T extends IEquatable_1<T>> = Internal.SequenceReader_1<T>;
29
- export type SequenceReaderExtensions = Internal.SequenceReaderExtensions;
30
- export type ArrayBufferWriter_1<T> = Internal.ArrayBufferWriter_1<T>;
31
- export type ArrayBufferWriter<T> = Internal.ArrayBufferWriter_1<T>;
32
- export type SpanAction_2<T, TArg> = Internal.SpanAction_2<T, TArg>;
33
- export type SpanAction<T, TArg> = Internal.SpanAction_2<T, TArg>;
34
- export type ReadOnlySpanAction_2<T, TArg> = Internal.ReadOnlySpanAction_2<T, TArg>;
35
- export type ReadOnlySpanAction<T, TArg> = Internal.ReadOnlySpanAction_2<T, TArg>;
36
- export type ArrayPool_1<T> = Internal.ArrayPool_1<T>;
37
- export type ArrayPool<T> = Internal.ArrayPool_1<T>;
20
+ export { MemoryPool_1$instance as MemoryPool_1 } from './internal/index.js';
21
+ export { MemoryPool_1$instance as MemoryPool } from './internal/index.js';
22
+ export { ReadOnlySequence_1$instance as ReadOnlySequence_1 } from './internal/index.js';
23
+ export { ReadOnlySequence_1$instance as ReadOnlySequence } from './internal/index.js';
24
+ export { ReadOnlySequence_1_Enumerator$instance as ReadOnlySequence_1_Enumerator } from './internal/index.js';
25
+ export { ReadOnlySequenceSegment_1$instance as ReadOnlySequenceSegment_1 } from './internal/index.js';
26
+ export { ReadOnlySequenceSegment_1$instance as ReadOnlySequenceSegment } from './internal/index.js';
27
+ export { SequenceReader_1$instance as SequenceReader_1 } from './internal/index.js';
28
+ export { SequenceReader_1$instance as SequenceReader } from './internal/index.js';
29
+ export { SequenceReaderExtensions$instance as SequenceReaderExtensions } from './internal/index.js';
30
+ export { ArrayBufferWriter_1$instance as ArrayBufferWriter_1 } from './internal/index.js';
31
+ export { ArrayBufferWriter_1$instance as ArrayBufferWriter } from './internal/index.js';
32
+ export { SpanAction_2$instance as SpanAction_2 } from './internal/index.js';
33
+ export { SpanAction_2$instance as SpanAction } from './internal/index.js';
34
+ export { ReadOnlySpanAction_2$instance as ReadOnlySpanAction_2 } from './internal/index.js';
35
+ export { ReadOnlySpanAction_2$instance as ReadOnlySpanAction } from './internal/index.js';
36
+ export { ArrayPool_1$instance as ArrayPool_1 } from './internal/index.js';
37
+ export { ArrayPool_1$instance as ArrayPool } from './internal/index.js';
38
38
  export type IMemoryOwner_1<T> = Internal.IMemoryOwner_1<T>;
39
39
  export type IMemoryOwner<T> = Internal.IMemoryOwner_1<T>;
40
40
  export type IPinnable = Internal.IPinnable;
41
- export type MemoryHandle = Internal.MemoryHandle;
42
- export type MemoryManager_1<T> = Internal.MemoryManager_1<T>;
43
- export type MemoryManager<T> = Internal.MemoryManager_1<T>;
44
- export type OperationStatus = Internal.OperationStatus;
45
- export type StandardFormat = Internal.StandardFormat;
46
- export type SearchValues_0 = Internal.SearchValues;
47
- export type SearchValues_1<T extends IEquatable_1<T>> = Internal.SearchValues_1<T>;
48
- export type SearchValues<T extends IEquatable_1<T>> = Internal.SearchValues_1<T>;
41
+ export { MemoryHandle$instance as MemoryHandle } from './internal/index.js';
42
+ export { MemoryManager_1$instance as MemoryManager_1 } from './internal/index.js';
43
+ export { MemoryManager_1$instance as MemoryManager } from './internal/index.js';
44
+ export { OperationStatus as OperationStatus } from './internal/index.js';
45
+ export { StandardFormat$instance as StandardFormat } from './internal/index.js';
46
+ export { SearchValues$instance as SearchValues_0 } from './internal/index.js';
47
+ export { SearchValues_1$instance as SearchValues_1 } from './internal/index.js';
48
+ export { SearchValues_1$instance as SearchValues } from './internal/index.js';
@@ -11,4 +11,4 @@ import type { Boolean as ClrBoolean, Byte, Double, Half, Int128, Int16, Int32, I
11
11
  export * from './internal/index.js';
12
12
 
13
13
  // Individual type exports for convenience
14
- export type BinaryPrimitives = Internal.BinaryPrimitives;
14
+ export { BinaryPrimitives$instance as BinaryPrimitives } from './internal/index.js';
@@ -12,7 +12,7 @@ import type { Boolean as ClrBoolean, Byte, Char, DateTime, DateTimeOffset, Decim
12
12
  export * from './internal/index.js';
13
13
 
14
14
  // Individual type exports for convenience
15
- export type Base64 = Internal.Base64;
16
- export type Base64Url = Internal.Base64Url;
17
- export type Utf8Formatter = Internal.Utf8Formatter;
18
- export type Utf8Parser = Internal.Utf8Parser;
15
+ export { Base64$instance as Base64 } from './internal/index.js';
16
+ export { Base64Url$instance as Base64Url } from './internal/index.js';
17
+ export { Utf8Formatter$instance as Utf8Formatter } from './internal/index.js';
18
+ export { Utf8Parser$instance as Utf8Parser } from './internal/index.js';
@@ -15,5 +15,5 @@ import type { Attribute, Boolean as ClrBoolean, Char, Decimal, Double, IAsyncDis
15
15
  export * from './internal/index.js';
16
16
 
17
17
  // Individual type exports for convenience
18
- export type GeneratedCodeAttribute = Internal.GeneratedCodeAttribute;
19
- export type IndentedTextWriter = Internal.IndentedTextWriter;
18
+ export { GeneratedCodeAttribute$instance as GeneratedCodeAttribute } from './internal/index.js';
19
+ export { IndentedTextWriter$instance as IndentedTextWriter } from './internal/index.js';
@@ -13,20 +13,20 @@ import type { Array as ClrArray, Boolean as ClrBoolean, Byte, ICloneable, Int32,
13
13
  export * from './internal/index.js';
14
14
 
15
15
  // Individual type exports for convenience
16
- export type StructuralComparisons = Internal.StructuralComparisons;
17
- export type CaseInsensitiveComparer = Internal.CaseInsensitiveComparer;
18
- export type CaseInsensitiveHashCodeProvider = Internal.CaseInsensitiveHashCodeProvider;
19
- export type CollectionBase = Internal.CollectionBase;
20
- export type DictionaryBase = Internal.DictionaryBase;
21
- export type Queue = Internal.Queue;
22
- export type ReadOnlyCollectionBase = Internal.ReadOnlyCollectionBase;
23
- export type SortedList = Internal.SortedList;
24
- export type Stack = Internal.Stack;
25
- export type ArrayList = Internal.ArrayList;
26
- export type BitArray = Internal.BitArray;
27
- export type Comparer = Internal.Comparer;
28
- export type DictionaryEntry = Internal.DictionaryEntry;
29
- export type Hashtable = Internal.Hashtable;
16
+ export { StructuralComparisons$instance as StructuralComparisons } from './internal/index.js';
17
+ export { CaseInsensitiveComparer$instance as CaseInsensitiveComparer } from './internal/index.js';
18
+ export { CaseInsensitiveHashCodeProvider$instance as CaseInsensitiveHashCodeProvider } from './internal/index.js';
19
+ export { CollectionBase$instance as CollectionBase } from './internal/index.js';
20
+ export { DictionaryBase$instance as DictionaryBase } from './internal/index.js';
21
+ export { Queue$instance as Queue } from './internal/index.js';
22
+ export { ReadOnlyCollectionBase$instance as ReadOnlyCollectionBase } from './internal/index.js';
23
+ export { SortedList$instance as SortedList } from './internal/index.js';
24
+ export { Stack$instance as Stack } from './internal/index.js';
25
+ export { ArrayList$instance as ArrayList } from './internal/index.js';
26
+ export { BitArray$instance as BitArray } from './internal/index.js';
27
+ export { Comparer$instance as Comparer } from './internal/index.js';
28
+ export { DictionaryEntry$instance as DictionaryEntry } from './internal/index.js';
29
+ export { Hashtable$instance as Hashtable } from './internal/index.js';
30
30
  export type ICollection = Internal.ICollection;
31
31
  export type IComparer = Internal.IComparer;
32
32
  export type IDictionary = Internal.IDictionary;
@@ -38,4 +38,4 @@ export type IHashCodeProvider = Internal.IHashCodeProvider;
38
38
  export type IList = Internal.IList;
39
39
  export type IStructuralComparable = Internal.IStructuralComparable;
40
40
  export type IStructuralEquatable = Internal.IStructuralEquatable;
41
- export type ListDictionaryInternal = Internal.ListDictionaryInternal;
41
+ export { ListDictionaryInternal$instance as ListDictionaryInternal } from './internal/index.js';
@@ -14,22 +14,22 @@ import type { Array as ClrArray, Boolean as ClrBoolean, Enum, Func_2, Func_3, Fu
14
14
  export * from './internal/index.js';
15
15
 
16
16
  // Individual type exports for convenience
17
- export type BlockingCollection_1<T> = Internal.BlockingCollection_1<T>;
18
- export type BlockingCollection<T> = Internal.BlockingCollection_1<T>;
19
- export type ConcurrentBag_1<T> = Internal.ConcurrentBag_1<T>;
20
- export type ConcurrentBag<T> = Internal.ConcurrentBag_1<T>;
21
- export type ConcurrentDictionary_2<TKey, TValue> = Internal.ConcurrentDictionary_2<TKey, TValue>;
22
- export type ConcurrentDictionary<TKey, TValue> = Internal.ConcurrentDictionary_2<TKey, TValue>;
23
- export type ConcurrentDictionary_2_AlternateLookup_1<TKey, TValue, TAlternateKey> = Internal.ConcurrentDictionary_2_AlternateLookup_1<TKey, TValue, TAlternateKey>;
24
- export type ConcurrentStack_1<T> = Internal.ConcurrentStack_1<T>;
25
- export type ConcurrentStack<T> = Internal.ConcurrentStack_1<T>;
26
- export type OrderablePartitioner_1<TSource> = Internal.OrderablePartitioner_1<TSource>;
27
- export type OrderablePartitioner<TSource> = Internal.OrderablePartitioner_1<TSource>;
28
- export type Partitioner_1<TSource> = Internal.Partitioner_1<TSource>;
29
- export type Partitioner<TSource> = Internal.Partitioner_1<TSource>;
30
- export type EnumerablePartitionerOptions = Internal.EnumerablePartitionerOptions;
31
- export type Partitioner_0 = Internal.Partitioner;
32
- export type ConcurrentQueue_1<T> = Internal.ConcurrentQueue_1<T>;
33
- export type ConcurrentQueue<T> = Internal.ConcurrentQueue_1<T>;
17
+ export { BlockingCollection_1$instance as BlockingCollection_1 } from './internal/index.js';
18
+ export { BlockingCollection_1$instance as BlockingCollection } from './internal/index.js';
19
+ export { ConcurrentBag_1$instance as ConcurrentBag_1 } from './internal/index.js';
20
+ export { ConcurrentBag_1$instance as ConcurrentBag } from './internal/index.js';
21
+ export { ConcurrentDictionary_2$instance as ConcurrentDictionary_2 } from './internal/index.js';
22
+ export { ConcurrentDictionary_2$instance as ConcurrentDictionary } from './internal/index.js';
23
+ export { ConcurrentDictionary_2_AlternateLookup_1$instance as ConcurrentDictionary_2_AlternateLookup_1 } from './internal/index.js';
24
+ export { ConcurrentStack_1$instance as ConcurrentStack_1 } from './internal/index.js';
25
+ export { ConcurrentStack_1$instance as ConcurrentStack } from './internal/index.js';
26
+ export { OrderablePartitioner_1$instance as OrderablePartitioner_1 } from './internal/index.js';
27
+ export { OrderablePartitioner_1$instance as OrderablePartitioner } from './internal/index.js';
28
+ export { Partitioner_1$instance as Partitioner_1 } from './internal/index.js';
29
+ export { Partitioner_1$instance as Partitioner } from './internal/index.js';
30
+ export { EnumerablePartitionerOptions as EnumerablePartitionerOptions } from './internal/index.js';
31
+ export { Partitioner$instance as Partitioner_0 } from './internal/index.js';
32
+ export { ConcurrentQueue_1$instance as ConcurrentQueue_1 } from './internal/index.js';
33
+ export { ConcurrentQueue_1$instance as ConcurrentQueue } from './internal/index.js';
34
34
  export type IProducerConsumerCollection_1<T> = Internal.IProducerConsumerCollection_1<T>;
35
35
  export type IProducerConsumerCollection<T> = Internal.IProducerConsumerCollection_1<T>;
@@ -14,13 +14,13 @@ import type { Array as ClrArray, Boolean as ClrBoolean, Func_2, IDisposable, Int
14
14
  export * from './internal/index.js';
15
15
 
16
16
  // Individual type exports for convenience
17
- export type FrozenDictionary_0 = Internal.FrozenDictionary;
18
- export type FrozenDictionary_2<TKey, TValue> = Internal.FrozenDictionary_2<TKey, TValue>;
19
- export type FrozenDictionary<TKey, TValue> = Internal.FrozenDictionary_2<TKey, TValue>;
20
- export type FrozenDictionary_2_Enumerator<TKey, TValue> = Internal.FrozenDictionary_2_Enumerator<TKey, TValue>;
21
- export type FrozenDictionary_2_AlternateLookup_1<TKey, TValue, TAlternateKey> = Internal.FrozenDictionary_2_AlternateLookup_1<TKey, TValue, TAlternateKey>;
22
- export type FrozenSet_0 = Internal.FrozenSet;
23
- export type FrozenSet_1<T> = Internal.FrozenSet_1<T>;
24
- export type FrozenSet<T> = Internal.FrozenSet_1<T>;
25
- export type FrozenSet_1_Enumerator<T> = Internal.FrozenSet_1_Enumerator<T>;
26
- export type FrozenSet_1_AlternateLookup_1<T, TAlternate> = Internal.FrozenSet_1_AlternateLookup_1<T, TAlternate>;
17
+ export { FrozenDictionary$instance as FrozenDictionary_0 } from './internal/index.js';
18
+ export { FrozenDictionary_2$instance as FrozenDictionary_2 } from './internal/index.js';
19
+ export { FrozenDictionary_2$instance as FrozenDictionary } from './internal/index.js';
20
+ export { FrozenDictionary_2_Enumerator$instance as FrozenDictionary_2_Enumerator } from './internal/index.js';
21
+ export { FrozenDictionary_2_AlternateLookup_1$instance as FrozenDictionary_2_AlternateLookup_1 } from './internal/index.js';
22
+ export { FrozenSet$instance as FrozenSet_0 } from './internal/index.js';
23
+ export { FrozenSet_1$instance as FrozenSet_1 } from './internal/index.js';
24
+ export { FrozenSet_1$instance as FrozenSet } from './internal/index.js';
25
+ export { FrozenSet_1_Enumerator$instance as FrozenSet_1_Enumerator } from './internal/index.js';
26
+ export { FrozenSet_1_AlternateLookup_1$instance as FrozenSet_1_AlternateLookup_1 } from './internal/index.js';
@@ -17,74 +17,74 @@ import type { Action_1, Array as ClrArray, Boolean as ClrBoolean, Byte, Comparis
17
17
  export * from './internal/index.js';
18
18
 
19
19
  // Individual type exports for convenience
20
- export type LinkedList_1<T> = Internal.LinkedList_1<T>;
21
- export type LinkedList<T> = Internal.LinkedList_1<T>;
22
- export type LinkedList_1_Enumerator<T> = Internal.LinkedList_1_Enumerator<T>;
23
- export type LinkedListNode_1<T> = Internal.LinkedListNode_1<T>;
24
- export type LinkedListNode<T> = Internal.LinkedListNode_1<T>;
25
- export type OrderedDictionary_2<TKey, TValue> = Internal.OrderedDictionary_2<TKey, TValue>;
26
- export type OrderedDictionary<TKey, TValue> = Internal.OrderedDictionary_2<TKey, TValue>;
27
- export type OrderedDictionary_2_Enumerator<TKey, TValue> = Internal.OrderedDictionary_2_Enumerator<TKey, TValue>;
28
- export type OrderedDictionary_2_KeyCollection<TKey, TValue> = Internal.OrderedDictionary_2_KeyCollection<TKey, TValue>;
29
- export type OrderedDictionary_2_KeyCollection_Enumerator<TKey, TValue> = Internal.OrderedDictionary_2_KeyCollection_Enumerator<TKey, TValue>;
30
- export type OrderedDictionary_2_ValueCollection<TKey, TValue> = Internal.OrderedDictionary_2_ValueCollection<TKey, TValue>;
31
- export type OrderedDictionary_2_ValueCollection_Enumerator<TKey, TValue> = Internal.OrderedDictionary_2_ValueCollection_Enumerator<TKey, TValue>;
32
- export type PriorityQueue_2<TElement, TPriority> = Internal.PriorityQueue_2<TElement, TPriority>;
33
- export type PriorityQueue<TElement, TPriority> = Internal.PriorityQueue_2<TElement, TPriority>;
34
- export type PriorityQueue_2_UnorderedItemsCollection<TElement, TPriority> = Internal.PriorityQueue_2_UnorderedItemsCollection<TElement, TPriority>;
35
- export type PriorityQueue_2_UnorderedItemsCollection_Enumerator<TElement, TPriority> = Internal.PriorityQueue_2_UnorderedItemsCollection_Enumerator<TElement, TPriority>;
36
- export type SortedDictionary_2<TKey, TValue> = Internal.SortedDictionary_2<TKey, TValue>;
37
- export type SortedDictionary<TKey, TValue> = Internal.SortedDictionary_2<TKey, TValue>;
38
- export type SortedDictionary_2_Enumerator<TKey, TValue> = Internal.SortedDictionary_2_Enumerator<TKey, TValue>;
39
- export type SortedDictionary_2_KeyCollection<TKey, TValue> = Internal.SortedDictionary_2_KeyCollection<TKey, TValue>;
40
- export type SortedDictionary_2_KeyCollection_Enumerator<TKey, TValue> = Internal.SortedDictionary_2_KeyCollection_Enumerator<TKey, TValue>;
41
- export type SortedDictionary_2_ValueCollection<TKey, TValue> = Internal.SortedDictionary_2_ValueCollection<TKey, TValue>;
42
- export type SortedDictionary_2_ValueCollection_Enumerator<TKey, TValue> = Internal.SortedDictionary_2_ValueCollection_Enumerator<TKey, TValue>;
43
- export type SortedDictionary_2_KeyValuePairComparer<TKey, TValue> = Internal.SortedDictionary_2_KeyValuePairComparer<TKey, TValue>;
44
- export type TreeSet_1<T> = Internal.TreeSet_1<T>;
45
- export type TreeSet<T> = Internal.TreeSet_1<T>;
46
- export type SortedList_2<TKey, TValue> = Internal.SortedList_2<TKey, TValue>;
47
- export type SortedList<TKey, TValue> = Internal.SortedList_2<TKey, TValue>;
48
- export type SortedList_2_KeyList<TKey, TValue> = Internal.SortedList_2_KeyList<TKey, TValue>;
49
- export type SortedList_2_ValueList<TKey, TValue> = Internal.SortedList_2_ValueList<TKey, TValue>;
50
- export type SortedSet_1<T> = Internal.SortedSet_1<T>;
51
- export type SortedSet<T> = Internal.SortedSet_1<T>;
52
- export type SortedSet_1_Enumerator<T> = Internal.SortedSet_1_Enumerator<T>;
53
- export type Stack_1<T> = Internal.Stack_1<T>;
54
- export type Stack<T> = Internal.Stack_1<T>;
55
- export type Stack_1_Enumerator<T> = Internal.Stack_1_Enumerator<T>;
56
- export type Comparer_1<T> = Internal.Comparer_1<T>;
57
- export type Comparer<T> = Internal.Comparer_1<T>;
58
- export type EqualityComparer_1<T> = Internal.EqualityComparer_1<T>;
59
- export type EqualityComparer<T> = Internal.EqualityComparer_1<T>;
60
- export type GenericEqualityComparer_1<T extends IEquatable_1<T>> = Internal.GenericEqualityComparer_1<T>;
61
- export type GenericEqualityComparer<T extends IEquatable_1<T>> = Internal.GenericEqualityComparer_1<T>;
62
- export type NullableEqualityComparer_1<T> = Internal.NullableEqualityComparer_1<T>;
63
- export type NullableEqualityComparer<T> = Internal.NullableEqualityComparer_1<T>;
64
- export type ObjectEqualityComparer_1<T> = Internal.ObjectEqualityComparer_1<T>;
65
- export type ObjectEqualityComparer<T> = Internal.ObjectEqualityComparer_1<T>;
66
- export type ByteEqualityComparer = Internal.ByteEqualityComparer;
67
- export type EnumEqualityComparer_1<T extends number> = Internal.EnumEqualityComparer_1<T>;
68
- export type EnumEqualityComparer<T extends number> = Internal.EnumEqualityComparer_1<T>;
69
- export type CollectionExtensions = Internal.CollectionExtensions;
70
- export type GenericComparer_1<T extends IComparable_1<T>> = Internal.GenericComparer_1<T>;
71
- export type GenericComparer<T extends IComparable_1<T>> = Internal.GenericComparer_1<T>;
72
- export type NullableComparer_1<T> = Internal.NullableComparer_1<T>;
73
- export type NullableComparer<T> = Internal.NullableComparer_1<T>;
74
- export type ObjectComparer_1<T> = Internal.ObjectComparer_1<T>;
75
- export type ObjectComparer<T> = Internal.ObjectComparer_1<T>;
76
- export type Dictionary_2<TKey, TValue> = Internal.Dictionary_2<TKey, TValue>;
77
- export type Dictionary<TKey, TValue> = Internal.Dictionary_2<TKey, TValue>;
78
- export type Dictionary_2_AlternateLookup_1<TKey, TValue, TAlternateKey> = Internal.Dictionary_2_AlternateLookup_1<TKey, TValue, TAlternateKey>;
79
- export type Dictionary_2_Enumerator<TKey, TValue> = Internal.Dictionary_2_Enumerator<TKey, TValue>;
80
- export type Dictionary_2_KeyCollection<TKey, TValue> = Internal.Dictionary_2_KeyCollection<TKey, TValue>;
81
- export type Dictionary_2_KeyCollection_Enumerator<TKey, TValue> = Internal.Dictionary_2_KeyCollection_Enumerator<TKey, TValue>;
82
- export type Dictionary_2_ValueCollection<TKey, TValue> = Internal.Dictionary_2_ValueCollection<TKey, TValue>;
83
- export type Dictionary_2_ValueCollection_Enumerator<TKey, TValue> = Internal.Dictionary_2_ValueCollection_Enumerator<TKey, TValue>;
84
- export type HashSet_1<T> = Internal.HashSet_1<T>;
85
- export type HashSet<T> = Internal.HashSet_1<T>;
86
- export type HashSet_1_AlternateLookup_1<T, TAlternate> = Internal.HashSet_1_AlternateLookup_1<T, TAlternate>;
87
- export type HashSet_1_Enumerator<T> = Internal.HashSet_1_Enumerator<T>;
20
+ export { LinkedList_1$instance as LinkedList_1 } from './internal/index.js';
21
+ export { LinkedList_1$instance as LinkedList } from './internal/index.js';
22
+ export { LinkedList_1_Enumerator$instance as LinkedList_1_Enumerator } from './internal/index.js';
23
+ export { LinkedListNode_1$instance as LinkedListNode_1 } from './internal/index.js';
24
+ export { LinkedListNode_1$instance as LinkedListNode } from './internal/index.js';
25
+ export { OrderedDictionary_2$instance as OrderedDictionary_2 } from './internal/index.js';
26
+ export { OrderedDictionary_2$instance as OrderedDictionary } from './internal/index.js';
27
+ export { OrderedDictionary_2_Enumerator$instance as OrderedDictionary_2_Enumerator } from './internal/index.js';
28
+ export { OrderedDictionary_2_KeyCollection$instance as OrderedDictionary_2_KeyCollection } from './internal/index.js';
29
+ export { OrderedDictionary_2_KeyCollection_Enumerator$instance as OrderedDictionary_2_KeyCollection_Enumerator } from './internal/index.js';
30
+ export { OrderedDictionary_2_ValueCollection$instance as OrderedDictionary_2_ValueCollection } from './internal/index.js';
31
+ export { OrderedDictionary_2_ValueCollection_Enumerator$instance as OrderedDictionary_2_ValueCollection_Enumerator } from './internal/index.js';
32
+ export { PriorityQueue_2$instance as PriorityQueue_2 } from './internal/index.js';
33
+ export { PriorityQueue_2$instance as PriorityQueue } from './internal/index.js';
34
+ export { PriorityQueue_2_UnorderedItemsCollection$instance as PriorityQueue_2_UnorderedItemsCollection } from './internal/index.js';
35
+ export { PriorityQueue_2_UnorderedItemsCollection_Enumerator$instance as PriorityQueue_2_UnorderedItemsCollection_Enumerator } from './internal/index.js';
36
+ export { SortedDictionary_2$instance as SortedDictionary_2 } from './internal/index.js';
37
+ export { SortedDictionary_2$instance as SortedDictionary } from './internal/index.js';
38
+ export { SortedDictionary_2_Enumerator$instance as SortedDictionary_2_Enumerator } from './internal/index.js';
39
+ export { SortedDictionary_2_KeyCollection$instance as SortedDictionary_2_KeyCollection } from './internal/index.js';
40
+ export { SortedDictionary_2_KeyCollection_Enumerator$instance as SortedDictionary_2_KeyCollection_Enumerator } from './internal/index.js';
41
+ export { SortedDictionary_2_ValueCollection$instance as SortedDictionary_2_ValueCollection } from './internal/index.js';
42
+ export { SortedDictionary_2_ValueCollection_Enumerator$instance as SortedDictionary_2_ValueCollection_Enumerator } from './internal/index.js';
43
+ export { SortedDictionary_2_KeyValuePairComparer$instance as SortedDictionary_2_KeyValuePairComparer } from './internal/index.js';
44
+ export { TreeSet_1$instance as TreeSet_1 } from './internal/index.js';
45
+ export { TreeSet_1$instance as TreeSet } from './internal/index.js';
46
+ export { SortedList_2$instance as SortedList_2 } from './internal/index.js';
47
+ export { SortedList_2$instance as SortedList } from './internal/index.js';
48
+ export { SortedList_2_KeyList$instance as SortedList_2_KeyList } from './internal/index.js';
49
+ export { SortedList_2_ValueList$instance as SortedList_2_ValueList } from './internal/index.js';
50
+ export { SortedSet_1$instance as SortedSet_1 } from './internal/index.js';
51
+ export { SortedSet_1$instance as SortedSet } from './internal/index.js';
52
+ export { SortedSet_1_Enumerator$instance as SortedSet_1_Enumerator } from './internal/index.js';
53
+ export { Stack_1$instance as Stack_1 } from './internal/index.js';
54
+ export { Stack_1$instance as Stack } from './internal/index.js';
55
+ export { Stack_1_Enumerator$instance as Stack_1_Enumerator } from './internal/index.js';
56
+ export { Comparer_1$instance as Comparer_1 } from './internal/index.js';
57
+ export { Comparer_1$instance as Comparer } from './internal/index.js';
58
+ export { EqualityComparer_1$instance as EqualityComparer_1 } from './internal/index.js';
59
+ export { EqualityComparer_1$instance as EqualityComparer } from './internal/index.js';
60
+ export { GenericEqualityComparer_1$instance as GenericEqualityComparer_1 } from './internal/index.js';
61
+ export { GenericEqualityComparer_1$instance as GenericEqualityComparer } from './internal/index.js';
62
+ export { NullableEqualityComparer_1$instance as NullableEqualityComparer_1 } from './internal/index.js';
63
+ export { NullableEqualityComparer_1$instance as NullableEqualityComparer } from './internal/index.js';
64
+ export { ObjectEqualityComparer_1$instance as ObjectEqualityComparer_1 } from './internal/index.js';
65
+ export { ObjectEqualityComparer_1$instance as ObjectEqualityComparer } from './internal/index.js';
66
+ export { ByteEqualityComparer$instance as ByteEqualityComparer } from './internal/index.js';
67
+ export { EnumEqualityComparer_1$instance as EnumEqualityComparer_1 } from './internal/index.js';
68
+ export { EnumEqualityComparer_1$instance as EnumEqualityComparer } from './internal/index.js';
69
+ export { CollectionExtensions$instance as CollectionExtensions } from './internal/index.js';
70
+ export { GenericComparer_1$instance as GenericComparer_1 } from './internal/index.js';
71
+ export { GenericComparer_1$instance as GenericComparer } from './internal/index.js';
72
+ export { NullableComparer_1$instance as NullableComparer_1 } from './internal/index.js';
73
+ export { NullableComparer_1$instance as NullableComparer } from './internal/index.js';
74
+ export { ObjectComparer_1$instance as ObjectComparer_1 } from './internal/index.js';
75
+ export { ObjectComparer_1$instance as ObjectComparer } from './internal/index.js';
76
+ export { Dictionary_2$instance as Dictionary_2 } from './internal/index.js';
77
+ export { Dictionary_2$instance as Dictionary } from './internal/index.js';
78
+ export { Dictionary_2_AlternateLookup_1$instance as Dictionary_2_AlternateLookup_1 } from './internal/index.js';
79
+ export { Dictionary_2_Enumerator$instance as Dictionary_2_Enumerator } from './internal/index.js';
80
+ export { Dictionary_2_KeyCollection$instance as Dictionary_2_KeyCollection } from './internal/index.js';
81
+ export { Dictionary_2_KeyCollection_Enumerator$instance as Dictionary_2_KeyCollection_Enumerator } from './internal/index.js';
82
+ export { Dictionary_2_ValueCollection$instance as Dictionary_2_ValueCollection } from './internal/index.js';
83
+ export { Dictionary_2_ValueCollection_Enumerator$instance as Dictionary_2_ValueCollection_Enumerator } from './internal/index.js';
84
+ export { HashSet_1$instance as HashSet_1 } from './internal/index.js';
85
+ export { HashSet_1$instance as HashSet } from './internal/index.js';
86
+ export { HashSet_1_AlternateLookup_1$instance as HashSet_1_AlternateLookup_1 } from './internal/index.js';
87
+ export { HashSet_1_Enumerator$instance as HashSet_1_Enumerator } from './internal/index.js';
88
88
  export type IAlternateEqualityComparer_2<TAlternate, T> = Internal.IAlternateEqualityComparer_2<TAlternate, T>;
89
89
  export type IAlternateEqualityComparer<TAlternate, T> = Internal.IAlternateEqualityComparer_2<TAlternate, T>;
90
90
  export type IAsyncEnumerable_1<T> = Internal.IAsyncEnumerable_1<T>;
@@ -115,15 +115,15 @@ export type ISet_1<T> = Internal.ISet_1<T>;
115
115
  export type ISet<T> = Internal.ISet_1<T>;
116
116
  export type IReadOnlySet_1<T> = Internal.IReadOnlySet_1<T>;
117
117
  export type IReadOnlySet<T> = Internal.IReadOnlySet_1<T>;
118
- export type KeyNotFoundException = Internal.KeyNotFoundException;
119
- export type KeyValuePair_0 = Internal.KeyValuePair;
120
- export type KeyValuePair_2<TKey, TValue> = Internal.KeyValuePair_2<TKey, TValue>;
121
- export type KeyValuePair<TKey, TValue> = Internal.KeyValuePair_2<TKey, TValue>;
122
- export type List_1<T> = Internal.List_1<T>;
123
- export type List<T> = Internal.List_1<T>;
124
- export type List_1_Enumerator<T> = Internal.List_1_Enumerator<T>;
125
- export type Queue_1<T> = Internal.Queue_1<T>;
126
- export type Queue<T> = Internal.Queue_1<T>;
127
- export type Queue_1_Enumerator<T> = Internal.Queue_1_Enumerator<T>;
128
- export type ReferenceEqualityComparer = Internal.ReferenceEqualityComparer;
129
- export type NonRandomizedStringEqualityComparer = Internal.NonRandomizedStringEqualityComparer;
118
+ export { KeyNotFoundException$instance as KeyNotFoundException } from './internal/index.js';
119
+ export { KeyValuePair$instance as KeyValuePair_0 } from './internal/index.js';
120
+ export { KeyValuePair_2$instance as KeyValuePair_2 } from './internal/index.js';
121
+ export { KeyValuePair_2$instance as KeyValuePair } from './internal/index.js';
122
+ export { List_1$instance as List_1 } from './internal/index.js';
123
+ export { List_1$instance as List } from './internal/index.js';
124
+ export { List_1_Enumerator$instance as List_1_Enumerator } from './internal/index.js';
125
+ export { Queue_1$instance as Queue_1 } from './internal/index.js';
126
+ export { Queue_1$instance as Queue } from './internal/index.js';
127
+ export { Queue_1_Enumerator$instance as Queue_1_Enumerator } from './internal/index.js';
128
+ export { ReferenceEqualityComparer$instance as ReferenceEqualityComparer } from './internal/index.js';
129
+ export { NonRandomizedStringEqualityComparer$instance as NonRandomizedStringEqualityComparer } from './internal/index.js';
@@ -23,42 +23,42 @@ export type IImmutableSet_1<T> = Internal.IImmutableSet_1<T>;
23
23
  export type IImmutableSet<T> = Internal.IImmutableSet_1<T>;
24
24
  export type IImmutableStack_1<T> = Internal.IImmutableStack_1<T>;
25
25
  export type IImmutableStack<T> = Internal.IImmutableStack_1<T>;
26
- export type ImmutableHashSet_1<T> = Internal.ImmutableHashSet_1<T>;
27
- export type ImmutableHashSet<T> = Internal.ImmutableHashSet_1<T>;
28
- export type ImmutableHashSet_1_Builder<T> = Internal.ImmutableHashSet_1_Builder<T>;
29
- export type ImmutableHashSet_1_Enumerator<T> = Internal.ImmutableHashSet_1_Enumerator<T>;
30
- export type ImmutableArray_0 = Internal.ImmutableArray;
31
- export type ImmutableArray_1<T> = Internal.ImmutableArray_1<T>;
32
- export type ImmutableArray<T> = Internal.ImmutableArray_1<T>;
33
- export type ImmutableArray_1_Builder<T> = Internal.ImmutableArray_1_Builder<T>;
34
- export type ImmutableArray_1_Enumerator<T> = Internal.ImmutableArray_1_Enumerator<T>;
35
- export type ImmutableDictionary_0 = Internal.ImmutableDictionary;
36
- export type ImmutableDictionary_2<TKey, TValue> = Internal.ImmutableDictionary_2<TKey, TValue>;
37
- export type ImmutableDictionary<TKey, TValue> = Internal.ImmutableDictionary_2<TKey, TValue>;
38
- export type ImmutableDictionary_2_Builder<TKey, TValue> = Internal.ImmutableDictionary_2_Builder<TKey, TValue>;
39
- export type ImmutableDictionary_2_Enumerator<TKey, TValue> = Internal.ImmutableDictionary_2_Enumerator<TKey, TValue>;
40
- export type ImmutableHashSet_0 = Internal.ImmutableHashSet;
41
- export type ImmutableInterlocked = Internal.ImmutableInterlocked;
42
- export type ImmutableList_0 = Internal.ImmutableList;
43
- export type ImmutableList_1<T> = Internal.ImmutableList_1<T>;
44
- export type ImmutableList<T> = Internal.ImmutableList_1<T>;
45
- export type ImmutableList_1_Builder<T> = Internal.ImmutableList_1_Builder<T>;
46
- export type ImmutableList_1_Enumerator<T> = Internal.ImmutableList_1_Enumerator<T>;
47
- export type ImmutableQueue_0 = Internal.ImmutableQueue;
48
- export type ImmutableQueue_1<T> = Internal.ImmutableQueue_1<T>;
49
- export type ImmutableQueue<T> = Internal.ImmutableQueue_1<T>;
50
- export type ImmutableQueue_1_Enumerator<T> = Internal.ImmutableQueue_1_Enumerator<T>;
51
- export type ImmutableSortedDictionary_0 = Internal.ImmutableSortedDictionary;
52
- export type ImmutableSortedDictionary_2<TKey, TValue> = Internal.ImmutableSortedDictionary_2<TKey, TValue>;
53
- export type ImmutableSortedDictionary<TKey, TValue> = Internal.ImmutableSortedDictionary_2<TKey, TValue>;
54
- export type ImmutableSortedDictionary_2_Builder<TKey, TValue> = Internal.ImmutableSortedDictionary_2_Builder<TKey, TValue>;
55
- export type ImmutableSortedDictionary_2_Enumerator<TKey, TValue> = Internal.ImmutableSortedDictionary_2_Enumerator<TKey, TValue>;
56
- export type ImmutableSortedSet_0 = Internal.ImmutableSortedSet;
57
- export type ImmutableSortedSet_1<T> = Internal.ImmutableSortedSet_1<T>;
58
- export type ImmutableSortedSet<T> = Internal.ImmutableSortedSet_1<T>;
59
- export type ImmutableSortedSet_1_Builder<T> = Internal.ImmutableSortedSet_1_Builder<T>;
60
- export type ImmutableSortedSet_1_Enumerator<T> = Internal.ImmutableSortedSet_1_Enumerator<T>;
61
- export type ImmutableStack_0 = Internal.ImmutableStack;
62
- export type ImmutableStack_1<T> = Internal.ImmutableStack_1<T>;
63
- export type ImmutableStack<T> = Internal.ImmutableStack_1<T>;
64
- export type ImmutableStack_1_Enumerator<T> = Internal.ImmutableStack_1_Enumerator<T>;
26
+ export { ImmutableHashSet_1$instance as ImmutableHashSet_1 } from './internal/index.js';
27
+ export { ImmutableHashSet_1$instance as ImmutableHashSet } from './internal/index.js';
28
+ export { ImmutableHashSet_1_Builder$instance as ImmutableHashSet_1_Builder } from './internal/index.js';
29
+ export { ImmutableHashSet_1_Enumerator$instance as ImmutableHashSet_1_Enumerator } from './internal/index.js';
30
+ export { ImmutableArray$instance as ImmutableArray_0 } from './internal/index.js';
31
+ export { ImmutableArray_1$instance as ImmutableArray_1 } from './internal/index.js';
32
+ export { ImmutableArray_1$instance as ImmutableArray } from './internal/index.js';
33
+ export { ImmutableArray_1_Builder$instance as ImmutableArray_1_Builder } from './internal/index.js';
34
+ export { ImmutableArray_1_Enumerator$instance as ImmutableArray_1_Enumerator } from './internal/index.js';
35
+ export { ImmutableDictionary$instance as ImmutableDictionary_0 } from './internal/index.js';
36
+ export { ImmutableDictionary_2$instance as ImmutableDictionary_2 } from './internal/index.js';
37
+ export { ImmutableDictionary_2$instance as ImmutableDictionary } from './internal/index.js';
38
+ export { ImmutableDictionary_2_Builder$instance as ImmutableDictionary_2_Builder } from './internal/index.js';
39
+ export { ImmutableDictionary_2_Enumerator$instance as ImmutableDictionary_2_Enumerator } from './internal/index.js';
40
+ export { ImmutableHashSet$instance as ImmutableHashSet_0 } from './internal/index.js';
41
+ export { ImmutableInterlocked$instance as ImmutableInterlocked } from './internal/index.js';
42
+ export { ImmutableList$instance as ImmutableList_0 } from './internal/index.js';
43
+ export { ImmutableList_1$instance as ImmutableList_1 } from './internal/index.js';
44
+ export { ImmutableList_1$instance as ImmutableList } from './internal/index.js';
45
+ export { ImmutableList_1_Builder$instance as ImmutableList_1_Builder } from './internal/index.js';
46
+ export { ImmutableList_1_Enumerator$instance as ImmutableList_1_Enumerator } from './internal/index.js';
47
+ export { ImmutableQueue$instance as ImmutableQueue_0 } from './internal/index.js';
48
+ export { ImmutableQueue_1$instance as ImmutableQueue_1 } from './internal/index.js';
49
+ export { ImmutableQueue_1$instance as ImmutableQueue } from './internal/index.js';
50
+ export { ImmutableQueue_1_Enumerator$instance as ImmutableQueue_1_Enumerator } from './internal/index.js';
51
+ export { ImmutableSortedDictionary$instance as ImmutableSortedDictionary_0 } from './internal/index.js';
52
+ export { ImmutableSortedDictionary_2$instance as ImmutableSortedDictionary_2 } from './internal/index.js';
53
+ export { ImmutableSortedDictionary_2$instance as ImmutableSortedDictionary } from './internal/index.js';
54
+ export { ImmutableSortedDictionary_2_Builder$instance as ImmutableSortedDictionary_2_Builder } from './internal/index.js';
55
+ export { ImmutableSortedDictionary_2_Enumerator$instance as ImmutableSortedDictionary_2_Enumerator } from './internal/index.js';
56
+ export { ImmutableSortedSet$instance as ImmutableSortedSet_0 } from './internal/index.js';
57
+ export { ImmutableSortedSet_1$instance as ImmutableSortedSet_1 } from './internal/index.js';
58
+ export { ImmutableSortedSet_1$instance as ImmutableSortedSet } from './internal/index.js';
59
+ export { ImmutableSortedSet_1_Builder$instance as ImmutableSortedSet_1_Builder } from './internal/index.js';
60
+ export { ImmutableSortedSet_1_Enumerator$instance as ImmutableSortedSet_1_Enumerator } from './internal/index.js';
61
+ export { ImmutableStack$instance as ImmutableStack_0 } from './internal/index.js';
62
+ export { ImmutableStack_1$instance as ImmutableStack_1 } from './internal/index.js';
63
+ export { ImmutableStack_1$instance as ImmutableStack } from './internal/index.js';
64
+ export { ImmutableStack_1_Enumerator$instance as ImmutableStack_1_Enumerator } from './internal/index.js';
@@ -15,20 +15,20 @@ import type { Array as ClrArray, Boolean as ClrBoolean, Int32, Object as ClrObje
15
15
  export * from './internal/index.js';
16
16
 
17
17
  // Individual type exports for convenience
18
- export type KeyedCollection_2<TKey, TItem> = Internal.KeyedCollection_2<TKey, TItem>;
19
- export type KeyedCollection<TKey, TItem> = Internal.KeyedCollection_2<TKey, TItem>;
20
- export type ObservableCollection_1<T> = Internal.ObservableCollection_1<T>;
21
- export type ObservableCollection<T> = Internal.ObservableCollection_1<T>;
22
- export type ReadOnlyObservableCollection_1<T> = Internal.ReadOnlyObservableCollection_1<T>;
23
- export type ReadOnlyObservableCollection<T> = Internal.ReadOnlyObservableCollection_1<T>;
24
- export type Collection_1<T> = Internal.Collection_1<T>;
25
- export type Collection<T> = Internal.Collection_1<T>;
26
- export type ReadOnlyCollection_1<T> = Internal.ReadOnlyCollection_1<T>;
27
- export type ReadOnlyCollection<T> = Internal.ReadOnlyCollection_1<T>;
28
- export type ReadOnlyCollection_0 = Internal.ReadOnlyCollection;
29
- export type ReadOnlyDictionary_2<TKey, TValue> = Internal.ReadOnlyDictionary_2<TKey, TValue>;
30
- export type ReadOnlyDictionary<TKey, TValue> = Internal.ReadOnlyDictionary_2<TKey, TValue>;
31
- export type ReadOnlyDictionary_2_KeyCollection<TKey, TValue> = Internal.ReadOnlyDictionary_2_KeyCollection<TKey, TValue>;
32
- export type ReadOnlyDictionary_2_ValueCollection<TKey, TValue> = Internal.ReadOnlyDictionary_2_ValueCollection<TKey, TValue>;
33
- export type ReadOnlySet_1<T> = Internal.ReadOnlySet_1<T>;
34
- export type ReadOnlySet<T> = Internal.ReadOnlySet_1<T>;
18
+ export { KeyedCollection_2$instance as KeyedCollection_2 } from './internal/index.js';
19
+ export { KeyedCollection_2$instance as KeyedCollection } from './internal/index.js';
20
+ export { ObservableCollection_1$instance as ObservableCollection_1 } from './internal/index.js';
21
+ export { ObservableCollection_1$instance as ObservableCollection } from './internal/index.js';
22
+ export { ReadOnlyObservableCollection_1$instance as ReadOnlyObservableCollection_1 } from './internal/index.js';
23
+ export { ReadOnlyObservableCollection_1$instance as ReadOnlyObservableCollection } from './internal/index.js';
24
+ export { Collection_1$instance as Collection_1 } from './internal/index.js';
25
+ export { Collection_1$instance as Collection } from './internal/index.js';
26
+ export { ReadOnlyCollection_1$instance as ReadOnlyCollection_1 } from './internal/index.js';
27
+ export { ReadOnlyCollection_1$instance as ReadOnlyCollection } from './internal/index.js';
28
+ export { ReadOnlyCollection$instance as ReadOnlyCollection_0 } from './internal/index.js';
29
+ export { ReadOnlyDictionary_2$instance as ReadOnlyDictionary_2 } from './internal/index.js';
30
+ export { ReadOnlyDictionary_2$instance as ReadOnlyDictionary } from './internal/index.js';
31
+ export { ReadOnlyDictionary_2_KeyCollection$instance as ReadOnlyDictionary_2_KeyCollection } from './internal/index.js';
32
+ export { ReadOnlyDictionary_2_ValueCollection$instance as ReadOnlyDictionary_2_ValueCollection } from './internal/index.js';
33
+ export { ReadOnlySet_1$instance as ReadOnlySet_1 } from './internal/index.js';
34
+ export { ReadOnlySet_1$instance as ReadOnlySet } from './internal/index.js';