C# 클래스 Rosetta.Translation.TabFormatter

Formats by adding tabs.
상속: IFormatter
파일 보기 프로젝트 열기: andry-tino/Rosetta

공개 메소드들

메소드 설명
FormatLine ( string line ) : string

Formats a line.

TabFormatter ( int indentationLevel ) : System

Initializes a new instance of the TabFormatter class.

비공개 메소드들

메소드 설명
InitializeTabBefore ( ) : void

메소드 상세

FormatLine() 공개 메소드

Formats a line.
public FormatLine ( string line ) : string
line string The line to format.
리턴 string

TabFormatter() 공개 메소드

Initializes a new instance of the TabFormatter class.
public TabFormatter ( int indentationLevel ) : System
indentationLevel int
리턴 System