IEnumerable<T>.TryGetSingle(T,TPredicate<T>) Method

Try getting the only element in a sequence that satisfies a specified condition.

Namespace: Spring.Collections
public
 function TryGetSingle(out value: T; const predicate: TPredicate<T>): Boolean; overload;

Parameters

value
Type: T

predicate
Type: TPredicate<T>

Return Value

Type: Boolean