C# Класс NetMud.Commands.EntityManipulation.Put

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

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

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

Executes this command

Put ( ) : System.Collections.Generic

All Commands require a generic constructor

RenderSyntaxHelp ( ) : IEnumerable

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

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

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

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

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

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

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

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