Interface IEmptyVerifiable
- Namespace
- ChartTools
- Assembly
- ChartTools.dll
Adds support for a property defining if an object is empty
public interface IEmptyVerifiable
- Extension Methods
Properties
IsEmpty
true if containing no data
bool IsEmpty { get; }