C# Класс Utility.PrettyPrint.PPGroup

Наследование: PPElement
Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

Format() публичный Метод

public Format ( int indentLevel, FormatSpecifier formatSpecifier ) : string
indentLevel int
formatSpecifier FormatSpecifier
Результат string

PPGroup() публичный Метод

public PPGroup ( ) : System.Collections.Generic
Результат System.Collections.Generic

PPGroup() публичный Метод

public PPGroup ( IEnumerable children ) : System.Collections.Generic
children IEnumerable
Результат System.Collections.Generic

PPGroup() публичный Метод

public PPGroup ( PPElement separator, IEnumerable children ) : System.Collections.Generic
separator PPElement
children IEnumerable
Результат System.Collections.Generic

PPGroup() публичный Метод

public PPGroup ( string tag ) : System.Collections.Generic
tag string
Результат System.Collections.Generic

PPGroup() публичный Метод

public PPGroup ( string tag, IEnumerable children ) : System.Collections.Generic
tag string
children IEnumerable
Результат System.Collections.Generic

PPGroup() публичный Метод

public PPGroup ( string tag, PPElement separator, IEnumerable children ) : System.Collections.Generic
tag string
separator PPElement
children IEnumerable
Результат System.Collections.Generic