UNPKG

@tsonic/dotnet

Version:

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

24 lines (20 loc) 2.06 kB
// Generated by tsbindgen - Architecture // Namespace: System.Collections.ObjectModel // Facade - Public API Surface // Import internal declarations import * as Internal from './System.Collections.ObjectModel/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, IReadOnlyList_1, IReadOnlySet_1, ISet_1, KeyValuePair_2, List_1 } from './System.Collections.Generic/internal/index.js'; import type { INotifyCollectionChanged, NotifyCollectionChangedEventHandler } from './System.Collections.Specialized/internal/index.js'; import type { ICollection, IDictionary, IDictionaryEnumerator, IEnumerable, IEnumerator, IList } from './System.Collections/internal/index.js'; import type { INotifyPropertyChanged } from './System.ComponentModel/internal/index.js'; import type { Array as ClrArray, Boolean as ClrBoolean, Int32, Object as ClrObject, ReadOnlySpan_1, String as ClrString, Type, Void } from './System/internal/index.js'; // Public API exports (curated - no internal $instance/$views leakage) export { KeyedCollection_2 as KeyedCollection } from './System.Collections.ObjectModel/internal/index.js'; export { ObservableCollection_1 as ObservableCollection } from './System.Collections.ObjectModel/internal/index.js'; export { ReadOnlyObservableCollection_1 as ReadOnlyObservableCollection } from './System.Collections.ObjectModel/internal/index.js'; export { Collection_1 as Collection } from './System.Collections.ObjectModel/internal/index.js'; export { ReadOnlyCollection_1 as ReadOnlyCollection } from './System.Collections.ObjectModel/internal/index.js'; export { ReadOnlyCollection$instance as ReadOnlyCollection_0 } from './System.Collections.ObjectModel/internal/index.js'; export { ReadOnlyDictionary_2 as ReadOnlyDictionary } from './System.Collections.ObjectModel/internal/index.js'; export { ReadOnlySet_1 as ReadOnlySet } from './System.Collections.ObjectModel/internal/index.js';