C# Класс NutMud.Commands.System.Save

Наследование: NetMud.Commands.Attributes.CommandPartial
Показать файл Открыть проект

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

Метод Описание
Execute ( ) : void

Executes this command

RenderSyntaxHelp ( ) : IEnumerable

Renders syntactical help for the command, invokes automatically when syntax is bungled

Save ( ) : System.Collections.Generic

All Commands require a generic constructor

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

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

Executes this command
public Execute ( ) : void
Результат void

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

Renders syntactical help for the command, invokes automatically when syntax is bungled
public RenderSyntaxHelp ( ) : IEnumerable
Результат IEnumerable

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

All Commands require a generic constructor
public Save ( ) : System.Collections.Generic
Результат System.Collections.Generic