QuickGraph


AlgorithmEventHandler<'TGraph>

Namespace: QuickGraph.Algorithms

Constructors

ConstructorDescription
new(object, method)
Signature: (object:obj * method:nativeint) -> unit

Instance members

Instance memberDescription
BeginInvoke(sender, e, callback, object)
Signature: (sender:IAlgorithm<'TGraph> * e:EventArgs * callback:AsyncCallback * object:obj) -> IAsyncResult
Modifiers: abstract
EndInvoke(result)
Signature: result:IAsyncResult -> unit
Modifiers: abstract
Invoke(sender, e)
Signature: (sender:IAlgorithm<'TGraph> * e:EventArgs) -> unit
Modifiers: abstract
Fork me on GitHub