QuickGraph


EdgeFactory<'TVertex, 'TEdge>

Namespace: QuickGraph

An edge factory

Constructors

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

Instance members

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