C# 클래스 Schemin.AST.ScheminString

상속: IScheminType
파일 보기 프로젝트 열기: imphasing/schemin 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Value string

공개 메소드들

메소드 설명
BoolValue ( ) : ScheminBool
Equal ( IScheminType type ) : bool
Equivalent ( IScheminType type ) : bool
ScheminString ( string value )
ToString ( ) : string

메소드 상세

BoolValue() 공개 메소드

public BoolValue ( ) : ScheminBool
리턴 ScheminBool

Equal() 공개 메소드

public Equal ( IScheminType type ) : bool
type IScheminType
리턴 bool

Equivalent() 공개 메소드

public Equivalent ( IScheminType type ) : bool
type IScheminType
리턴 bool

ScheminString() 공개 메소드

public ScheminString ( string value )
value string

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Value 공개적으로 프로퍼티

public string Value
리턴 string