C# 클래스 StatePrinting.OutputFormatters.IndentingStringBuilder

파일 보기 프로젝트 열기: kbilsted/StatePrinter 1 사용 예제들

공개 메소드들

메소드 설명
AppendFormat ( string format ) : void
AppendFormatLine ( string format ) : void
DeIndent ( ) : void
Indent ( ) : void
IndentingStringBuilder ( Configuration configuration ) : System.Text
ToString ( ) : string
TrimLast ( ) : void

메소드 상세

AppendFormat() 공개 메소드

public AppendFormat ( string format ) : void
format string
리턴 void

AppendFormatLine() 공개 메소드

public AppendFormatLine ( string format ) : void
format string
리턴 void

DeIndent() 공개 메소드

public DeIndent ( ) : void
리턴 void

Indent() 공개 메소드

public Indent ( ) : void
리턴 void

IndentingStringBuilder() 공개 메소드

public IndentingStringBuilder ( Configuration configuration ) : System.Text
configuration StatePrinting.Configurations.Configuration
리턴 System.Text

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

TrimLast() 공개 메소드

public TrimLast ( ) : void
리턴 void