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

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

パラメータ

source
The source from which the tree is built.
childrenPaths
The list of paths to build the tree.
参照

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