C# Class Rosetta.Translation.TabFormatter

Formats by adding tabs.
Inheritance: IFormatter
Show file Open project: andry-tino/Rosetta

Public Methods

Method Description
FormatLine ( string line ) : string

Formats a line.

TabFormatter ( int indentationLevel ) : System

Initializes a new instance of the TabFormatter class.

Private Methods

Method Description
InitializeTabBefore ( ) : void

Method Details

FormatLine() public method

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

TabFormatter() public method

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