Click or drag to resize

ArgUtilsCoalesceT Method (PredicateT, T)

Namespace:  Common.Logging.Configuration
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static T Coalesce<T>(
	Predicate<T> predicate,
	params T[] values
)
where T : class

Parameters

predicate
Type: SystemPredicateT
values
Type: T

Type Parameters

T

Return Value

Type: T
See Also