public static List<T> GetAllRoots<T>( this IEnumerable<T> source, int maxIterations = 50, int extraIterations = 2, int targetCount = 1 ) where T : class, IGraphNode
Copyright (c) 2018 - GNU General Public License v3.0