ObservableCollection.reverse - Andrei15193/react-model-view-viewmodel GitHub Wiki

API / ObservableCollection<TItem> / reverse method

This method overrides ReadOnlyObservableCollection.reverse.

Reverses the items in the collections and returns the observable collection..

public reverse(): this

Source reference: src/collections/observableCollections/ObservableCollection.ts:119.

Returns: this

The observable collection on which the operation is performed.

See also

⚠️ **GitHub.com Fallback** ⚠️