IObserver<'TAlgorithm>
Namespace: QuickGraph.Algorithms.Observers
An algorithm observer
Instance members
Instance member | Description |
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 |