C# 클래스 ICSharpCode.TextEditor.Actions.FormatBuffer

This is a sample editaction plugin, it indents the selected area.
상속: AbstractLineFormatAction
파일 보기 프로젝트 열기: jumpinjackie/fdotoolbox

보호된 메소드들

메소드 설명
Convert ( IDocument document, int startLine, int endLine ) : void

메소드 상세

Convert() 보호된 메소드

protected Convert ( IDocument document, int startLine, int endLine ) : void
document IDocument
startLine int
endLine int
리턴 void