Analyzer.GroupDetectorBase.tryPartition C# (CSharp) Метод

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

public abstract tryPartition ( IGraph graph, BackgroundWorker bgw, Groups &results ) : bool
graph IGraph
bgw System.ComponentModel.BackgroundWorker
results Groups
Результат bool
        public abstract bool tryPartition(IGraph graph, BackgroundWorker bgw, out Groups results);