C# 클래스 Gibbed.RED.FileFormats.Script.EnumDefinition.Constant

파일 보기 프로젝트 열기: yole/Gibbed.RED

공개 프로퍼티들

프로퍼티 타입 설명
Name string
Value int

공개 메소드들

메소드 설명
Constant ( string name, int value ) : System.Collections.Generic

메소드 상세

Constant() 공개 메소드

public Constant ( string name, int value ) : System.Collections.Generic
name string
value int
리턴 System.Collections.Generic

프로퍼티 상세

Name 공개적으로 프로퍼티

public string Name
리턴 string

Value 공개적으로 프로퍼티

public int Value
리턴 int