UNPKG

@tsonic/dotnet

Version:

TypeScript type definitions for .NET 10 BCL (Base Class Library)

25 lines (21 loc) 2.19 kB
// Generated by tsbindgen - Architecture // Namespace: System.Collections.Concurrent // Facade - Public API Surface // Import internal declarations import * as Internal from './System.Collections.Concurrent/internal/index.js'; // Cross-namespace type imports for constraints import type { ICollection_1, IDictionary_2, IEnumerable_1, IEnumerator_1, IEqualityComparer_1, IList_1, IReadOnlyCollection_1, IReadOnlyDictionary_2, KeyValuePair_2 } from './System.Collections.Generic/internal/index.js'; import type { ICollection, IDictionary, IDictionaryEnumerator, IEnumerable, IEnumerator } from './System.Collections/internal/index.js'; import type { CancellationToken } from './System.Threading/internal/index.js'; import type { Array as ClrArray, Boolean as ClrBoolean, Enum, Func_2, Func_3, Func_4, IComparable, IConvertible, IDisposable, IFormatProvider, IFormattable, Int32, Int64, ISpanFormattable, Object as ClrObject, String as ClrString, TimeSpan, Tuple_2, Type, TypeCode, ValueType, Void } from './System/internal/index.js'; // Public API exports (curated - no internal $instance/$views leakage) export { BlockingCollection_1 as BlockingCollection } from './System.Collections.Concurrent/internal/index.js'; export { ConcurrentBag_1 as ConcurrentBag } from './System.Collections.Concurrent/internal/index.js'; export { ConcurrentDictionary_2 as ConcurrentDictionary } from './System.Collections.Concurrent/internal/index.js'; export { ConcurrentStack_1 as ConcurrentStack } from './System.Collections.Concurrent/internal/index.js'; export { OrderablePartitioner_1 as OrderablePartitioner } from './System.Collections.Concurrent/internal/index.js'; export { Partitioner_1 as Partitioner } from './System.Collections.Concurrent/internal/index.js'; export { EnumerablePartitionerOptions as EnumerablePartitionerOptions } from './System.Collections.Concurrent/internal/index.js'; export { Partitioner$instance as Partitioner_0 } from './System.Collections.Concurrent/internal/index.js'; export { ConcurrentQueue_1 as ConcurrentQueue } from './System.Collections.Concurrent/internal/index.js'; export type IProducerConsumerCollection<T> = Internal.IProducerConsumerCollection_1<T>;