C# Class Utility.PrettyPrint.PPIncIndent

Inheritance: PPElement
Mostra file Open project: aistrate/RegexParser

Public Methods

Method Description
Format ( int indentLevel, FormatSpecifier formatSpecifier ) : string
PPIncIndent ( PPElement child )
PPIncIndent ( string tag, PPElement child )

Method Details

Format() public method

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

PPIncIndent() public method

public PPIncIndent ( PPElement child )
child PPElement

PPIncIndent() public method

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