QuickGraph


CreateVertexDelegate<'TVertex, 'TEdge>

Namespace: QuickGraph

A vertex factory delegate.

Constructors

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

Instance members

Instance memberDescription
BeginInvoke(g, callback, object)
Signature: (g:IVertexListGraph<'TVertex,'TEdge> * callback:AsyncCallback * object:obj) -> IAsyncResult
Modifiers: abstract
EndInvoke(result)
Signature: result:IAsyncResult -> 'TVertex
Modifiers: abstract
Invoke(g)
Signature: g:IVertexListGraph<'TVertex,'TEdge> -> 'TVertex
Modifiers: abstract
Fork me on GitHub