GraphExtensionsToTryFuncT, TResult Method |
Namespace:
QuickGraph
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntaxpublic static TryFunc<T, TResult> ToTryFunc<T, TResult>(
Func<T, TResult> func
)
where TResult : class
Parameters
- func
- Type: SystemFuncT, TResult
Type Parameters
- T
- TResult
Return Value
Type:
TryFuncT,
TResult
See Also