ArgUtils.Coalesce<T> Method (Predicate<T>,T[]) |
Namespace:
Common.Logging.Configuration
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntaxpublic static T Coalesce<T>(
Predicate<T> predicate,
params T[] values
)
where T : class
Parameters
- predicate
- Type: System.Predicate<T>
- values
- Type:T[]
Type Parameters
- T
Return Value
Type:
T
See Also