C# Class NetMud.Commands.EntityManipulation.Get

Inheritance: NetMud.Commands.Attributes.CommandPartial
Mostra file Open project: SwiftAusterity/NetMud

Public Methods

Method Description
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

Method Details

Execute() public method

Executes this command
public Execute ( ) : void
return void

Get() public method

All Commands require a generic constructor
public Get ( ) : System.Collections.Generic
return System.Collections.Generic

RenderSyntaxHelp() public method

Renders syntactical help for the command, invokes automatically when syntax is bungled
public RenderSyntaxHelp ( ) : IEnumerable
return IEnumerable