IdentifiableVertexFactory<'TVertex>
Namespace: QuickGraph
A factory of identifiable vertices.
Constructors
Constructor | Description |
new(object, method)
Signature: (object:obj * method:nativeint) -> unit
|
Instance members
Instance member | Description |
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 |