C# 클래스 Mono.TextEditor.Highlighting.SyntaxModeService.UpdateWorker

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

공개 메소드들

메소드 설명
InnerRun ( ) : void
UpdateWorker ( TextDocument doc, Mono.TextEditor.Highlighting.SyntaxMode mode, int startOffset, int endOffset ) : System

비공개 메소드들

메소드 설명
EndsWithContinuation ( Mono.TextEditor.Highlighting.Span span, DocumentLine line ) : bool

메소드 상세

InnerRun() 공개 메소드

public InnerRun ( ) : void
리턴 void

UpdateWorker() 공개 메소드

public UpdateWorker ( TextDocument doc, Mono.TextEditor.Highlighting.SyntaxMode mode, int startOffset, int endOffset ) : System
doc TextDocument
mode Mono.TextEditor.Highlighting.SyntaxMode
startOffset int
endOffset int
리턴 System