C# Class Rosetta.Translation.WhiteSpaceFormatter

Formats by adding whitespaces.
Inheritance: IFormatter
Afficher le fichier Open project: andry-tino/Rosetta

Protected Properties

Свойство Type Description
spaceBefore string

Méthodes publiques

Méthode Description
FormatLine ( string line ) : string

Formats a line.

WhiteSpaceFormatter ( int indentationLevel, int spaceSize = 2 ) : System

Initializes a new instance of the WhiteSpaceFormatter class.

Méthodes protégées

Méthode Description
InitializeSpaceBefore ( ) : void

Method Details

FormatLine() public méthode

Formats a line.
public FormatLine ( string line ) : string
line string The line to format.
Résultat string

InitializeSpaceBefore() protected méthode

protected InitializeSpaceBefore ( ) : void
Résultat void

WhiteSpaceFormatter() public méthode

Initializes a new instance of the WhiteSpaceFormatter class.
public WhiteSpaceFormatter ( int indentationLevel, int spaceSize = 2 ) : System
indentationLevel int
spaceSize int
Résultat System

Property Details

spaceBefore protected_oe property

protected string spaceBefore
Résultat string