Click or drag to resize

TryFuncT, TResult Delegate

Namespace:  QuickGraph
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public delegate bool TryFunc<T, TResult>(
	T arg,
	out TResult result
)

Parameters

arg
Type: T
result
Type: TResult

Type Parameters

T
TResult

Return Value

Type: Boolean
See Also