C# 클래스 SafeILGenerator.Ast.Utils.IndentedStringBuilder

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

공개 메소드들

메소드 설명
Indent ( System.Action Action ) : void
ToString ( ) : string
UnIndent ( System.Action Action ) : void
Write ( string InlineText ) : IndentedStringBuilder
WriteNewLine ( ) : IndentedStringBuilder

메소드 상세

Indent() 공개 메소드

public Indent ( System.Action Action ) : void
Action System.Action
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

UnIndent() 공개 메소드

public UnIndent ( System.Action Action ) : void
Action System.Action
리턴 void

Write() 공개 메소드

public Write ( string InlineText ) : IndentedStringBuilder
InlineText string
리턴 IndentedStringBuilder

WriteNewLine() 공개 메소드

public WriteNewLine ( ) : IndentedStringBuilder
리턴 IndentedStringBuilder