IEnumerable.IsEmpty Property
Determines whether the sequence contains no elements.
public property IsEmpty: Boolean read GetIsEmpty;
Property Value
Type: Boolean
True if the source sequence contains no elements; otherwise, False.
Determines whether the sequence contains no elements.
public property IsEmpty: Boolean read GetIsEmpty;
True if the source sequence contains no elements; otherwise, False.