C# 클래스 Serenity.Reflection.CodeWriter

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

공개 메소드들

메소드 설명
Block ( System.Action insideBlock ) : void
CodeWriter ( StringBuilder sb, int indentSize ) : System
InBrace ( System.Action insideBlock ) : void
Indent ( ) : void
Indented ( string s ) : void
IndentedLine ( string s ) : void
IndentedMultiLine ( string s ) : void

비공개 메소드들

메소드 설명
DecreaseIndent ( ) : void
IncreaseIndent ( ) : void

메소드 상세

Block() 공개 메소드

public Block ( System.Action insideBlock ) : void
insideBlock System.Action
리턴 void

CodeWriter() 공개 메소드

public CodeWriter ( StringBuilder sb, int indentSize ) : System
sb StringBuilder
indentSize int
리턴 System

InBrace() 공개 메소드

public InBrace ( System.Action insideBlock ) : void
insideBlock System.Action
리턴 void

Indent() 공개 메소드

public Indent ( ) : void
리턴 void

Indented() 공개 메소드

public Indented ( string s ) : void
s string
리턴 void

IndentedLine() 공개 메소드

public IndentedLine ( string s ) : void
s string
리턴 void

IndentedMultiLine() 공개 메소드

public IndentedMultiLine ( string s ) : void
s string
리턴 void