Example #1
0
 // Check state of input list
 public static void ValidateDepthValues <T>(IList <T> list) where T : IEditorTreeViewItem <T>
 {
     TreeUtility.ValidateDepthValues(list);
 }