C# Class YAMP.BaseConstant

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

Méthodes publiques

Méthode Description
BaseConstant ( )

Creates a new instance with the name given by convention.

BaseConstant ( string name )

Creates a new instance.

Method Details

BaseConstant() public méthode

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

BaseConstant() public méthode

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