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