Saturday, September 15, 2007
Defined in Gregor.Core, namespace Gregor.Core.
public sealed class Gregor.Core.CCounter : System.Object, Gregor.Core.INamedItem Custom Attributes: Description:
public CCounter() Custom Attributes: Description:
public CCounter(System.Boolean fThrowsExceptions) Custom Attributes: Description:
public CCounter(System.Boolean fThrowsExceptions, System.String sName) Custom Attributes: Description:
private System.String m_Name Custom Attributes: Description:
private System.Boolean m_ThrowsException Custom Attributes: Description:
private System.Int32 m_Value Custom Attributes: Description:
public System.String Name {get;} // Gregor.Core.INamedItem.Name
Custom Attributes:
Description:
public System.Boolean ThrowsException {get;set;}
Custom Attributes:
Description:
public System.Int32 Value {get;}
Custom Attributes:
Description:
public System.Boolean Decrement() Custom Attributes: Description:
public System.Boolean Increment() Custom Attributes: Description: