VertexFactory<'TVertex>
Namespace: QuickGraph
Constructors
Constructor | Description |
new(object, method)
Signature: (object:obj * method:nativeint) -> unit
|
Instance members
Instance member | Description |
BeginInvoke(callback, object)
Signature: (callback:AsyncCallback * object:obj) -> IAsyncResult
Modifiers: abstract |
|
EndInvoke(result)
Signature: result:IAsyncResult -> 'TVertex
Modifiers: abstract |
|
Invoke()
Signature: unit -> 'TVertex
Modifiers: abstract |