TryFuncT1, T2, T3, TResult Delegate |
Namespace:
QuickGraph
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntaxpublic delegate bool TryFunc<T1, T2, T3, TResult>(
T1 arg,
T2 arg2,
T3 arg3,
out TResult result
)
Parameters
- arg
- Type: T1
- arg2
- Type: T2
- arg3
- Type: T3
- result
- Type: TResult
Type Parameters
- T1
- T2
- T3
- TResult
Return Value
Type:
Boolean
See Also