Skip to content

ReadOnlyObservableCollection.constructor

github-actions[bot] edited this page Dec 3, 2024 · 3 revisions

Initializes a new instance of the ReadOnlyObservableCollection<TItem> class.

public constructor(
  items?: Iterable<TItem, any, any>
)

Source reference: src/collections/observableCollections/ReadOnlyObservableCollection.ts:26.

Parameters

  • items: Iterable<TItem, any, any>
    The items to initialize the collection with.
Clone this wiki locally