C# Класс YAMPConsole.HelpPrinter

Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Run ( ) : void
Run ( IFormatter formatter, System.Boolean flush = true ) : void

Приватные методы

Метод Описание
Flush ( ) : void
HelpPrinter ( IFormatter formatter ) : System
PrintExample ( HelpExample example ) : void
PrintExamples ( List examples ) : void
PrintSection ( HelpSection section ) : void
PrintSections ( ) : void
PrintUsage ( HelpFunctionUsage usage ) : void
PrintUsages ( HelpFunctionSection section ) : void

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

Run() публичный статический Метод

public static Run ( ) : void
Результат void

Run() публичный статический Метод

public static Run ( IFormatter formatter, System.Boolean flush = true ) : void
formatter IFormatter
flush System.Boolean
Результат void