C# 클래스 Utility.PrettyPrint.PPText

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

공개 메소드들

메소드 설명
Format ( int indentLevel, FormatSpecifier formatSpecifier ) : string
PPText ( string value )
PPText ( string tag, string value )

메소드 상세

Format() 공개 메소드

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

PPText() 공개 메소드

public PPText ( string value )
value string

PPText() 공개 메소드

public PPText ( string tag, string value )
tag string
value string