ColorCount Class

Definition

Line 10 of System.Windows/Console.cm

Constructors & Destructor

public nothrow ColorCount()
public nothrow ColorCount(Constant color_, int count_)

Member Functions

public inline nothrow void DecrementCount()
public inline nothrow void IncrementCount()

Member Variables

public Constant color
public int count

Constructor& Destructor Details

ColorCount Constructor

public nothrow ColorCount()

Definition
Line 12 of System.Windows/Console.cm


ColorCount Constructor

public nothrow ColorCount(Constant color_, int count_)

Definition
Line 15 of System.Windows/Console.cm


Member Function Details

DecrementCount Member Function

public inline nothrow void DecrementCount()

Definition
Line 22 of System.Windows/Console.cm


IncrementCount Member Function

public inline nothrow void IncrementCount()

Definition
Line 18 of System.Windows/Console.cm