TEnumerableBase<T>.TryGetSingle(T) Method

Try getting the only element in a sequence.

Namespace: Spring.Collections.Base
protected
 function TryGetSingle(out value: T): Boolean; overload; virtual;

Parameters

value
Type: T

Return Value

Type: Boolean

 

Implements

IEnumerable<T>.TryGetSingle(T)