EdgePredicate<'TVertex, 'TEdge>
Namespace: QuickGraph
Constructors
Constructor | Description |
new(object, method)
Signature: (object:obj * method:nativeint) -> unit
|
Instance members
Instance member | Description |
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 |