C# 클래스 Utility.PrettyPrint.PPMoveToIndent

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

공개 메소드들

메소드 설명
Format ( int indentLevel, FormatSpecifier formatSpecifier ) : string
PPMoveToIndent ( ) : System.Linq
PPMoveToIndent ( string tag ) : System.Linq

비공개 메소드들

메소드 설명
CalcIndent ( int indentLevel, string indentString ) : string

메소드 상세

Format() 공개 메소드

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

PPMoveToIndent() 공개 메소드

public PPMoveToIndent ( ) : System.Linq
리턴 System.Linq

PPMoveToIndent() 공개 메소드

public PPMoveToIndent ( string tag ) : System.Linq
tag string
리턴 System.Linq