TListBase<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; override;

Return Value

Type: T

 

Overrides

TEnumerableBase<T>.Single