[Gregor.Core.CCounter]

Gregor.Core.CCounter

Saturday, September 15, 2007

Defined in Gregor.Core, namespace Gregor.Core.

Details

public sealed class Gregor.Core.CCounter

: System.Object, Gregor.Core.INamedItem

Custom Attributes: 

Description: 


Members

CCounter

public CCounter()

Custom Attributes: 

Description: 

CCounter

public CCounter(System.Boolean fThrowsExceptions)

Custom Attributes: 

Description: 

CCounter

public CCounter(System.Boolean fThrowsExceptions, System.String sName)

Custom Attributes: 

Description: 

m_Name

private System.String m_Name

Custom Attributes: 

Description: 

m_ThrowsException

private System.Boolean m_ThrowsException

Custom Attributes: 

Description: 

m_Value

private System.Int32 m_Value

Custom Attributes: 

Description: 

Name

public System.String Name {get;} // Gregor.Core.INamedItem.Name

Custom Attributes: 

Description: 

ThrowsException

public System.Boolean ThrowsException {get;set;}

Custom Attributes: 

Description: 

Value

public System.Int32 Value {get;}

Custom Attributes: 

Description: 

Decrement

public System.Boolean Decrement()

Custom Attributes: 

Description: 

Increment

public System.Boolean Increment()

Custom Attributes: 

Description: 


See Also

System.Object

System.String

Gregor.Core.INamedItem

System.Boolean

System.Int32