QuickGraph


EdgePredicate<'TVertex, 'TEdge>

Namespace: QuickGraph

Constructors

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

Instance members

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