CollectionView for WinForms
C1GroupCollectionView<S> コンストラクタ

C1.CollectionView アセンブリ > C1.CollectionView 名前空間 > C1GroupCollectionView<S> クラス : C1GroupCollectionView<S> コンストラクタ
The source.
if set to true the groups will be inline with the items, otherwise the first level will contain groups and the items will be inside each group.
Initializes a new instance of the C1GroupCollectionView<S> class.
シンタックス
'宣言
 
Public Function New( _
   ByVal source As System.Collections.Generic.IEnumerable(Of S), _
   ByVal isPlain As System.Boolean _
)
public C1GroupCollectionView<S>( 
   System.Collections.Generic.IEnumerable<S> source,
   System.bool isPlain
)

パラメータ

source
The source.
isPlain
if set to true the groups will be inline with the items, otherwise the first level will contain groups and the items will be inside each group.
参照

C1GroupCollectionView<S> クラス
C1GroupCollectionView<S> メンバ