Skip to content

ReadOnlyObservableCollection.[iterator]

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

Gets an iterator that provides each element in the collection.

public [iterator](): IterableIterator<TItem, any, any>

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

Returns: IterableIterator<TItem, any, any>

An iterator going over each element in the collection.

See also

Clone this wiki locally