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

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

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

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

Executes this command

Get ( ) : 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

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

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

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

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