C# 클래스 NClass.CSharp.CSharpEnum

상속: NClass.Core.EnumType
파일 보기 프로젝트 열기: gbaychev/NClass 1 사용 예제들

공개 메소드들

메소드 설명
AddValue ( string declaration ) : EnumValue
Clone ( ) : EnumType
GetDeclaration ( ) : string
ModifyValue ( EnumValue value, string declaration ) : EnumValue

비공개 메소드들

메소드 설명
CSharpEnum ( ) : System
CSharpEnum ( string name ) : System

메소드 상세

AddValue() 공개 메소드

/// The name does not fit to the syntax. /// /// The name is a reserved name. ///
public AddValue ( string declaration ) : EnumValue
declaration string
리턴 EnumValue

Clone() 공개 메소드

public Clone ( ) : EnumType
리턴 NClass.Core.EnumType

GetDeclaration() 공개 메소드

public GetDeclaration ( ) : string
리턴 string

ModifyValue() 공개 메소드

/// The name does not fit to the syntax. /// /// The name is a reserved name. ///
public ModifyValue ( EnumValue value, string declaration ) : EnumValue
value EnumValue
declaration string
리턴 EnumValue