QuickGraph


IdentifiableEdgeFactory<'TVertex, 'TEdge>

Namespace: QuickGraph

A factory of identifiable edges.

Constructors

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

Instance members

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