Table of Contents

Interface IEmptyVerifiable

Namespace
ChartTools
Assembly
ChartTools.dll

Adds support for a property defining if an object is empty

public interface IEmptyVerifiable

Properties

IsEmpty

true if containing no data

bool IsEmpty { get; }

Property Value

bool