public C1SelectManyCollectionView<S,T>( System.Collections.IEnumerable source, System.Func<int,S,IReadOnlyList<T>> selectMany )
パラメータ
- source
- ソース
- selectMany
- ソース項目をこのコレクションビューの項目に変換する select many 関数。
public C1SelectManyCollectionView<S,T>( System.Collections.IEnumerable source, System.Func<int,S,IReadOnlyList<T>> selectMany )