オーバーロード | 解説 |
---|---|
ToIndexed<T>(IObservableSource<T>) | 指定された IObservableSource<T>コレクションに基づいて、 C1.LiveLinq.Indexing.IIndexedSource<T>を作成します。 |
ToIndexed<T>(IBindingList) | 指定された System.ComponentModel.IBindingListデータソースに基づいて C1.LiveLinq.Collections.IndexedCollection<T>を作成します。 |
ToIndexed<T>(BindingList<T>) | ToIndexed<T>(IBindingList)メソッドの型付き特殊化。 |