Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
YAMP
BaseConstant
C# 클래스 YAMP.BaseConstant
This class gives an abstract base class for your own implementations of classes that represent constants.
상속:
IConstants
파일 보기
프로젝트 열기: FlorianRappl/YAMP
공개 메소드들
메소드
설명
BaseConstant
( )
Creates a new instance with the name given by convention.
BaseConstant
(
string
name
)
Creates a new instance.
메소드 상세
BaseConstant()
공개
메소드
Creates a new instance with the name given by convention.
public
BaseConstant
( )
BaseConstant()
공개
메소드
Creates a new instance.
public
BaseConstant
(
string
name
)
name
string
The name for the constant.