C# Class Utility.PrettyPrint.PPGroup

Inheritance: PPElement
Datei anzeigen Open project: aistrate/RegexParser

Public Methods

Method Description
Format ( int indentLevel, FormatSpecifier formatSpecifier ) : string
PPGroup ( ) : System.Collections.Generic
PPGroup ( IEnumerable children ) : System.Collections.Generic
PPGroup ( PPElement separator, IEnumerable children ) : System.Collections.Generic
PPGroup ( string tag ) : System.Collections.Generic
PPGroup ( string tag, IEnumerable children ) : System.Collections.Generic
PPGroup ( string tag, PPElement separator, IEnumerable children ) : System.Collections.Generic

Method Details

Format() public method

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

PPGroup() public method

public PPGroup ( ) : System.Collections.Generic
return System.Collections.Generic

PPGroup() public method

public PPGroup ( IEnumerable children ) : System.Collections.Generic
children IEnumerable
return System.Collections.Generic

PPGroup() public method

public PPGroup ( PPElement separator, IEnumerable children ) : System.Collections.Generic
separator PPElement
children IEnumerable
return System.Collections.Generic

PPGroup() public method

public PPGroup ( string tag ) : System.Collections.Generic
tag string
return System.Collections.Generic

PPGroup() public method

public PPGroup ( string tag, IEnumerable children ) : System.Collections.Generic
tag string
children IEnumerable
return System.Collections.Generic

PPGroup() public method

public PPGroup ( string tag, PPElement separator, IEnumerable children ) : System.Collections.Generic
tag string
separator PPElement
children IEnumerable
return System.Collections.Generic