C# 클래스 Rosetta.Translation.WhiteSpaceFormatter

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

보호된 프로퍼티들

프로퍼티 타입 설명
spaceBefore string

공개 메소드들

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

Formats a line.

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

Initializes a new instance of the WhiteSpaceFormatter class.

보호된 메소드들

메소드 설명
InitializeSpaceBefore ( ) : void

메소드 상세

FormatLine() 공개 메소드

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

InitializeSpaceBefore() 보호된 메소드

protected InitializeSpaceBefore ( ) : void
리턴 void

WhiteSpaceFormatter() 공개 메소드

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

프로퍼티 상세

spaceBefore 보호되어 있는 프로퍼티

protected string spaceBefore
리턴 string