Table of Contents

Interface IInitializable

Namespace
ChartTools.Extensions
Assembly
ChartTools.dll

Defines an object that can be initialized

public interface IInitializable
Extension Methods

Properties

Initialized

Has already been initialized

bool Initialized { get; }

Property Value

bool

Methods

Initialize()

Does required initialization if not already done.

bool Initialize()

Returns

bool

true if the object was not initialized prior to calling.