C# 클래스 Gurpenator.IntToken

상속: Token
파일 보기 프로젝트 열기: thejoshwolfe/Gurpenator 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
value int

공개 메소드들

메소드 설명
IntToken ( ParsedThing parseThing, int value ) : System
ToString ( ) : string
toFormula ( ) : Formula

메소드 상세

IntToken() 공개 메소드

public IntToken ( ParsedThing parseThing, int value ) : System
parseThing ParsedThing
value int
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

toFormula() 공개 메소드

public toFormula ( ) : Formula
리턴 Formula

프로퍼티 상세

value 공개적으로 프로퍼티

public int value
리턴 int