'宣言 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.