C# 클래스 NClass.CSharp.CSharpEnumValue

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

공개 메소드들

메소드 설명
GetDeclaration ( ) : string
InitFromString ( string declaration ) : void

보호된 메소드들

메소드 설명
Clone ( ) : EnumValue

비공개 메소드들

메소드 설명
CSharpEnumValue ( string declaration ) : System.Text.RegularExpressions

메소드 상세

Clone() 보호된 메소드

protected Clone ( ) : EnumValue
리턴 NClass.Core.EnumValue

GetDeclaration() 공개 메소드

public GetDeclaration ( ) : string
리턴 string

InitFromString() 공개 메소드

/// The does not fit to the syntax. ///
public InitFromString ( string declaration ) : void
declaration string
리턴 void