CreateChildListForCollapsedParent() публичный статический Метод

public static CreateChildListForCollapsedParent ( ) : List
Результат List
Пример #1
0
 protected static List <TreeViewItem> CreateChildListForCollapsedParent()
 {
     return(LazyTreeViewDataSource.CreateChildListForCollapsedParent());
 }
Пример #2
0
 public static List <TreeViewItem> CreateChildListForCollapsedParent() =>
 LazyTreeViewDataSource.CreateChildListForCollapsedParent();