Click or drag to resize

TryFuncT1, T2, TResult Delegate

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

Parameters

arg
Type: T1
arg2
Type: T2
result
Type: TResult

Type Parameters

T1
T2
TResult

Return Value

Type: Boolean
See Also