C# 클래스 Utility.PrettyPrint.PPIncIndent

상속: PPElement
파일 보기 프로젝트 열기: aistrate/RegexParser

공개 메소드들

메소드 설명
Format ( int indentLevel, FormatSpecifier formatSpecifier ) : string
PPIncIndent ( PPElement child )
PPIncIndent ( string tag, PPElement child )

메소드 상세

Format() 공개 메소드

public Format ( int indentLevel, FormatSpecifier formatSpecifier ) : string
indentLevel int
formatSpecifier FormatSpecifier
리턴 string

PPIncIndent() 공개 메소드

public PPIncIndent ( PPElement child )
child PPElement

PPIncIndent() 공개 메소드

public PPIncIndent ( string tag, PPElement child )
tag string
child PPElement