C# 클래스 Veil.Parser.SourceLocation

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

공개 메소드들

메소드 설명
MoveIndex ( int index ) : SourceLocation
SetLength ( int length ) : SourceLocation
SourceLocation ( string templateId, int index, int length )

메소드 상세

MoveIndex() 공개 메소드

public MoveIndex ( int index ) : SourceLocation
index int
리턴 SourceLocation

SetLength() 공개 메소드

public SetLength ( int length ) : SourceLocation
length int
리턴 SourceLocation

SourceLocation() 공개 메소드

public SourceLocation ( string templateId, int index, int length )
templateId string
index int
length int