QuickGraph


EdgeIdentity<'TVertex, 'TEdge>

Namespace: QuickGraph

Constructors

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

Instance members

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