QuickGraph


IdentifiableVertexFactory<'TVertex>

Namespace: QuickGraph

A factory of identifiable vertices.

Constructors

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

Instance members

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