ObservableCollection.get - Andrei15193/react-model-view-viewmodel GitHub Wiki
API / ObservableCollection<TItem> / get method
This method overrides ReadOnlyObservableCollection.get.
Gets the item at the provided index.
public get(
index: number
): TItem
Source reference: src/collections/observableCollections/ObservableCollection.ts:78
.
-
index:
number
The index from which to retrieve an item.
The item at the provided index.