C# 클래스 Utility.PrettyPrint.PPGroup

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

공개 메소드들

메소드 설명
Format ( int indentLevel, FormatSpecifier formatSpecifier ) : string
PPGroup ( ) : System.Collections.Generic
PPGroup ( IEnumerable children ) : System.Collections.Generic
PPGroup ( PPElement separator, IEnumerable children ) : System.Collections.Generic
PPGroup ( string tag ) : System.Collections.Generic
PPGroup ( string tag, IEnumerable children ) : System.Collections.Generic
PPGroup ( string tag, PPElement separator, IEnumerable children ) : System.Collections.Generic

메소드 상세

Format() 공개 메소드

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

PPGroup() 공개 메소드

public PPGroup ( ) : System.Collections.Generic
리턴 System.Collections.Generic

PPGroup() 공개 메소드

public PPGroup ( IEnumerable children ) : System.Collections.Generic
children IEnumerable
리턴 System.Collections.Generic

PPGroup() 공개 메소드

public PPGroup ( PPElement separator, IEnumerable children ) : System.Collections.Generic
separator PPElement
children IEnumerable
리턴 System.Collections.Generic

PPGroup() 공개 메소드

public PPGroup ( string tag ) : System.Collections.Generic
tag string
리턴 System.Collections.Generic

PPGroup() 공개 메소드

public PPGroup ( string tag, IEnumerable children ) : System.Collections.Generic
tag string
children IEnumerable
리턴 System.Collections.Generic

PPGroup() 공개 메소드

public PPGroup ( string tag, PPElement separator, IEnumerable children ) : System.Collections.Generic
tag string
separator PPElement
children IEnumerable
리턴 System.Collections.Generic