QuickGraph


EdgeEdgeAction<'TVertex, 'TEdge>

Namespace: QuickGraph

The handler for events involving two edges

Constructors

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

Instance members

Instance memberDescription
BeginInvoke(...)
Signature: (edge:'TEdge * targetEdge:'TEdge * callback:AsyncCallback * object:obj) -> IAsyncResult
Modifiers: abstract
EndInvoke(result)
Signature: result:IAsyncResult -> unit
Modifiers: abstract
Invoke(edge, targetEdge)
Signature: (edge:'TEdge * targetEdge:'TEdge) -> unit
Modifiers: abstract
Fork me on GitHub