@tsonic/dotnet
Version:
TypeScript type definitions for .NET 10 BCL (Base Class Library)
19 lines (15 loc) • 1.42 kB
TypeScript
// Generated by tsbindgen - Architecture
// Namespace: System.Collections.Frozen
// Facade - Public API Surface
// Import internal declarations
import * as Internal from './System.Collections.Frozen/internal/index.js';
// Cross-namespace type imports for constraints
import type { ICollection_1, IDictionary_2, IEnumerable_1, IEnumerator_1, IEqualityComparer_1, IReadOnlyCollection_1, IReadOnlyDictionary_2, IReadOnlySet_1, ISet_1, KeyValuePair_2 } from './System.Collections.Generic/internal/index.js';
import type { ImmutableArray_1 } from './System.Collections.Immutable/internal/index.js';
import type { ICollection, IDictionary, IDictionaryEnumerator, IEnumerable, IEnumerator } from './System.Collections/internal/index.js';
import type { Array as ClrArray, Boolean as ClrBoolean, Func_2, IDisposable, Int32, Object as ClrObject, ReadOnlySpan_1, Span_1, String as ClrString, Type, ValueType, Void } from './System/internal/index.js';
// Public API exports (curated - no internal $instance/$views leakage)
export { FrozenDictionary$instance as FrozenDictionary_0 } from './System.Collections.Frozen/internal/index.js';
export { FrozenDictionary_2 as FrozenDictionary } from './System.Collections.Frozen/internal/index.js';
export { FrozenSet$instance as FrozenSet_0 } from './System.Collections.Frozen/internal/index.js';
export { FrozenSet_1 as FrozenSet } from './System.Collections.Frozen/internal/index.js';