QuickGraph


VertexPredicate<'TVertex>

Namespace: QuickGraph

Constructors

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

Instance members

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