'宣言 Public Overloads Shared Function ToIndexed(Of T)( _ ByVal source As System.ComponentModel.IBindingList _ ) As IndexedCollection(Of T)
public static IndexedCollection<T> ToIndexed<T>( System.ComponentModel.IBindingList source )
パラメータ
- source
- C1.LiveLinq.Collections.IndexedCollection<T> として表す System.ComponentModel.IBindingList データソース。
型パラメータ
- T
- コレクションの要素の型。
戻り値の型
System.ComponentModel.IBindingList と同じ要素を含み、そのデータソースのインデックス作成を有効にする C1.LiveLinq.Collections.IndexedCollection<T>