CreateEdgeDelegate<'TVertex, 'TEdge>
Namespace: QuickGraph
An edge factory delegate
Constructors
Constructor | Description |
new(object, method)
Signature: (object:obj * method:nativeint) -> unit
|
Instance members
Instance member | Description |
BeginInvoke(...)
Signature: (g:IVertexListGraph<'TVertex,'TEdge> * source:'TVertex * target:'TVertex * callback:AsyncCallback * object:obj) -> IAsyncResult
Modifiers: abstract |
|
EndInvoke(result)
Signature: result:IAsyncResult -> 'TEdge
Modifiers: abstract |
|
Invoke(g, source, target)
Signature: (g:IVertexListGraph<'TVertex,'TEdge> * source:'TVertex * target:'TVertex) -> 'TEdge
Modifiers: abstract |