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