EdgeEdgeAction<'TVertex, 'TEdge>
Namespace: QuickGraph
The handler for events involving two edges
Constructors
Constructor | Description |
new(object, method)
Signature: (object:obj * method:nativeint) -> unit
|
Instance members
Instance member | Description |
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 |