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

Contains functions for modifying variables within the application.
Показать файл Открыть проект

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

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

A MBCShellCommandHandler that is used to set the value in a given key to the one in the input. Outputs an indication of success to the console afterwards.

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

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

A MBCShellCommandHandler that is used to set the value in a given key to the one in the input. Outputs an indication of success to the console afterwards.
public static Config ( int idx ) : void
idx int The current index of the parameter stream.
Результат void