QuickGraph


TryFunc<'T1, 'T2, 'TResult>

Namespace: QuickGraph

Constructors

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

Instance members

Instance memberDescription
BeginInvoke(...)
Signature: (arg:'T1 * arg2:'T2 * result:byref<'TResult> * callback:AsyncCallback * object:obj) -> IAsyncResult
Modifiers: abstract
EndInvoke(result, __result)
Signature: (result:byref<'TResult> * __result:IAsyncResult) -> bool
Modifiers: abstract
Invoke(arg, arg2, result)
Signature: (arg:'T1 * arg2:'T2 * result:byref<'TResult>) -> bool
Modifiers: abstract
Fork me on GitHub