[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Interfaces=UserClassMember Icon=AccessModifier Info=Declares and accesses the class constant. [Property] Name=Set the name of the constant. ARG(string)|2| AccessModifier=Indicates the visibility level of the constant. ARG(enum)|14|0|Private,Public,Protected,Internal Type=Sets the type of the constant. ARG(enum)|14|0|bool,byte,char,decimal,double,float,int,long,sbyte,short,string,uint,ulong,ushort Value=Sets the value of the constant. ARG(T)|2| Comment=Sets the list of the comment. ARG(string[])|5| Attributes=Sets the list of attributes. ARG(string[])|5| [Methods] Const=Returns the value of the constant inside a class. ARG(T)|3|0 Constant=Returns the constant outside a class. ARG(T)|3|0 Value=Defines the value of the constant. ARG(T)|4|0