C# Класс Graph.ConsoleMenu

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

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

Метод Описание
AddCommand ( string name, System.Action procedure ) : void
ClearList ( ) : void
ConsoleMenu ( ) : System
ConsoleMenu ( Action>.List menuList ) : System
ContainsNumberCommande ( int index ) : bool
LaunchCommand ( int index ) : void
RemoveCommand ( int index ) : void
Show ( ) : void

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

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

public AddCommand ( string name, System.Action procedure ) : void
name string
procedure System.Action
Результат void

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

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

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

public ConsoleMenu ( ) : System
Результат System

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

public ConsoleMenu ( Action>.List menuList ) : System
menuList Action>.List
Результат System

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

public ContainsNumberCommande ( int index ) : bool
index int
Результат bool

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

public LaunchCommand ( int index ) : void
index int
Результат void

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

public RemoveCommand ( int index ) : void
index int
Результат void

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

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