Skip to content

ReadOnlyObservableCollection.[iterator]

github-actions[bot] edited this page Feb 4, 2025 · 4 revisions

Gets an iterator that provides each element in the collection.

public [iterator](): IterableIterator<TItem>

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

Returns: IterableIterator<TItem>

An iterator going over each element in the collection.

See also

Clone this wiki locally