C# 클래스 fItemPlugin.ItemRules.Core.Token

파일 보기 프로젝트 열기: herbfunk/Funky 1 사용 예제들

공개 메소드들

메소드 설명
ToString ( ) : string
Token ( ) : System.Collections.Generic
Token ( int start, int end ) : System.Collections.Generic
UpdateRange ( Token token ) : void

메소드 상세

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

Token() 공개 메소드

public Token ( ) : System.Collections.Generic
리턴 System.Collections.Generic

Token() 공개 메소드

public Token ( int start, int end ) : System.Collections.Generic
start int
end int
리턴 System.Collections.Generic

UpdateRange() 공개 메소드

public UpdateRange ( Token token ) : void
token Token
리턴 void