CollectionItem.IsEmpty

CollectionItem.IsEmpty property

Gets a value indicating whether the collection item is empty.

public bool IsEmpty { get; }

Return Value

true if the collection item is empty; otherwise, false.

Remarks

This property returns true if the collection item does not contain any values, including string values, double values, integer values, and date values. If any of these value types are present in the collection item, this property returns false.

See Also