C# Класс MBC.App.BattleshipConsole.Help

Provides functions to display help information to the console.
Показать файл Открыть проект

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

Метод Описание
Commands ( int idx ) : void

Displays the Input.CommandDescriptions of all existing commands.

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

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

Displays the Input.CommandDescriptions of all existing commands.
public static Commands ( int idx ) : void
idx int The current index of the parameter stream.
Результат void