C# 클래스 Tools.LineManager

파일 보기 프로젝트 열기: Ezakhiel/Donate-Money-For-Unicorns-ubbse2015 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
end int
lines int
list LineList

공개 메소드들

메소드 설명
LineManager ( ) : System
backto ( int pos ) : void
comment ( int pos, int len ) : void
newline ( int pos ) : void

메소드 상세

LineManager() 공개 메소드

public LineManager ( ) : System
리턴 System

backto() 공개 메소드

public backto ( int pos ) : void
pos int
리턴 void

comment() 공개 메소드

public comment ( int pos, int len ) : void
pos int
len int
리턴 void

newline() 공개 메소드

public newline ( int pos ) : void
pos int
리턴 void

프로퍼티 상세

end 공개적으로 프로퍼티

public int end
리턴 int

lines 공개적으로 프로퍼티

public int lines
리턴 int

list 공개적으로 프로퍼티

public LineList,Tools list
리턴 LineList