| Overload | Description |
|---|---|
| ToIndexed<T>(INotifyCollectionChanged) | Creates an C1.LiveLinq.Collections.IndexedCollection<T> based on the specified System.Collections.Specialized.INotifyCollectionChanged data source. |
| ToIndexed<T>(ObservableCollection<T>) | A typed specialization of the ToIndexed<T>(INotifyCollectionChanged) method. |