graphToolsGetFirstNodeWithLeafsT Method |
Namespace: imbSCI.Data.collection.graph
public static graphNodeSetCollection GetFirstNodeWithLeafs<T>( this IEnumerable<T> source, List<string> leafNames, int min = -1, int maxIterations = 50, int extraIterations = 5 ) where T : class, new(), IGraphNode