Click or drag to resize

SynchronizedCollectionTIsEmpty Property

Gets a value indicating whether this instance is empty.

Namespace:  com.espertech.esper.compat.collections
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public bool IsEmpty { get; }

Property Value

Type: Boolean
true if this instance is empty; otherwise, false.
See Also