C# Class Utility.PrettyPrint.PPMoveToIndent

Inheritance: PPElement
Datei anzeigen Open project: aistrate/RegexParser

Public Methods

Method Description
Format ( int indentLevel, FormatSpecifier formatSpecifier ) : string
PPMoveToIndent ( ) : System.Linq
PPMoveToIndent ( string tag ) : System.Linq

Private Methods

Method Description
CalcIndent ( int indentLevel, string indentString ) : string

Method Details

Format() public method

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

PPMoveToIndent() public method

public PPMoveToIndent ( ) : System.Linq
return System.Linq

PPMoveToIndent() public method

public PPMoveToIndent ( string tag ) : System.Linq
tag string
return System.Linq