Blazor コントロール
C1TreeDataCollection<T> コンストラクタ(IEnumerable,String)

C1.DataCollection アセンブリ > C1.DataCollection 名前空間 > C1TreeDataCollection<T> クラス > C1TreeDataCollection<T> コンストラクタ : C1TreeDataCollection<T> コンストラクタ(IEnumerable,String)
The source from which the tree is built.
The path property of the items of type T
Initializes a new instance of the C1TreeDataCollection<T> class.
シンタックス
'宣言
 
Public Function New( _
   ByVal source As System.Collections.IEnumerable, _
   ByVal childrenPath As System.String _
)
public C1TreeDataCollection<T>( 
   System.Collections.IEnumerable source,
   System.string childrenPath
)

パラメータ

source
The source from which the tree is built.
childrenPath
The path property of the items of type T
参照

C1TreeDataCollection<T> クラス
C1TreeDataCollection<T> メンバ
オーバーロード一覧