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.
public
function Single: T; overload; override;
Return Value
Type: T
Returns the only element of a sequence, and throws an exception if there is not exactly one element in the sequence.
public
function Single: T; overload; override;