C# Class Utility.PrettyPrint.PPMoveToIndent

Inheritance: PPElement
Afficher le fichier Open project: aistrate/RegexParser

Méthodes publiques

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

Private Methods

Méthode Description
CalcIndent ( int indentLevel, string indentString ) : string

Method Details

Format() public méthode

public Format ( int indentLevel, FormatSpecifier formatSpecifier ) : string
indentLevel int
formatSpecifier FormatSpecifier
Résultat string

PPMoveToIndent() public méthode

public PPMoveToIndent ( ) : System.Linq
Résultat System.Linq

PPMoveToIndent() public méthode

public PPMoveToIndent ( string tag ) : System.Linq
tag string
Résultat System.Linq