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