TEnumerable.Empty<T> Method

Definition

Returns an empty sequence that has the specified type argument.

Delphi
class function Empty<T>: IReadOnlyList<T>

Type Parameters

T

The type to assign to the type parameter of the returned sequence.

Returns

IReadOnlyList<T>

An empty sequence whose type argument is T .