QuickGraph


IObserver<'TAlgorithm>

Namespace: QuickGraph.Algorithms.Observers

An algorithm observer

Instance members

Instance memberDescription
Attach(algorithm)
Signature: algorithm:'TAlgorithm -> IDisposable
Modifiers: abstract

Attaches to the algorithm events and returns a disposable object that can be used to detach from the events

Fork me on GitHub