Skip to content

IReadOnlyObservableCollection.[iterator]

github-actions[bot] edited this page Nov 17, 2024 · 2 revisions

Gets an iterator that provides each element in the collection.

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

Source reference: src/collections/observableCollections/IReadOnlyObservableCollection.ts:30.

Returns: IterableIterator<TItem, any, any>

An iterator going over each element in the collection.

See also

Clone this wiki locally