RingBufferTIsEmpty Property |
Gets a value indicating whether this instance is empty.
Namespace: Altaxo.CollectionsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public bool IsEmpty { get; }
Property Value
Booleantrue if this instance is empty; otherwise,
false.
See Also