C# 클래스 Rosetta.Translation.NullFormatter

Does not format.
상속: IFormatter
파일 보기 프로젝트 열기: andry-tino/Rosetta

공개 메소드들

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

Formats a line.

NullFormatter ( ) : System

Initializes a new instance of the NullFormatter class.

메소드 상세

FormatLine() 공개 메소드

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

NullFormatter() 공개 메소드

Initializes a new instance of the NullFormatter class.
public NullFormatter ( ) : System
리턴 System