TEnumerableBase<T>.Single Method

Returns the only element of a sequence, and throws an exception if there is not exactly one element in the sequence.

Namespace: Spring.Collections.Base
public
 function Single: T; overload; virtual;

Return Value

Type: T

 

Implements

IEnumerable<T>.Single