IReadOnlyCollection<T>.IsEmpty Method

Definition

Determines whether the collection contains no values.

Delphi
function IsEmpty: Boolean;

Returns

Boolean

True if the collection is empty; otherwise, false.