C# Class Utility.PrettyPrint.PPText

Inheritance: PPElement
Datei anzeigen Open project: aistrate/RegexParser

Public Methods

Method Description
Format ( int indentLevel, FormatSpecifier formatSpecifier ) : string
PPText ( string value )
PPText ( string tag, string value )

Method Details

Format() public method

public Format ( int indentLevel, FormatSpecifier formatSpecifier ) : string
indentLevel int
formatSpecifier FormatSpecifier
return string

PPText() public method

public PPText ( string value )
value string

PPText() public method

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