C# 클래스 Mono.TextEditor.TextViewMargin.LineDescriptor

파일 보기 프로젝트 열기: powerumc/monodevelop_korean

공개 메소드들

메소드 설명
Equals ( Mono.TextEditor.DocumentLine line, int offset, int length, bool &isInvalid ) : bool

보호된 메소드들

메소드 설명
LineDescriptor ( Mono.TextEditor.DocumentLine line, int offset, int length ) : System

메소드 상세

Equals() 공개 메소드

public Equals ( Mono.TextEditor.DocumentLine line, int offset, int length, bool &isInvalid ) : bool
line Mono.TextEditor.DocumentLine
offset int
length int
isInvalid bool
리턴 bool

LineDescriptor() 보호된 메소드

protected LineDescriptor ( Mono.TextEditor.DocumentLine line, int offset, int length ) : System
line Mono.TextEditor.DocumentLine
offset int
length int
리턴 System