C# Class YAMP.BaseConstant

This class gives an abstract base class for your own implementations of classes that represent constants.
Inheritance: IConstants
Exibir arquivo Open project: FlorianRappl/YAMP

Public Methods

Method Description
BaseConstant ( )

Creates a new instance with the name given by convention.

BaseConstant ( string name )

Creates a new instance.

Method Details

BaseConstant() public method

Creates a new instance with the name given by convention.
public BaseConstant ( )

BaseConstant() public method

Creates a new instance.
public BaseConstant ( string name )
name string The name for the constant.