C# 클래스 NutMud.Commands.System.Help

상속: NetMud.Commands.Attributes.CommandPartial
파일 보기 프로젝트 열기: SwiftAusterity/NetMud

공개 메소드들

메소드 설명
Execute ( ) : void

Executes this command

Help ( ) : System.Collections.Generic

All Commands require a generic constructor

RenderSyntaxHelp ( ) : IEnumerable

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

비공개 메소드들

메소드 설명
GetHelpHeader ( IHelpful subject ) : IList

메소드 상세

Execute() 공개 메소드

Executes this command
public Execute ( ) : void
리턴 void

Help() 공개 메소드

All Commands require a generic constructor
public Help ( ) : System.Collections.Generic
리턴 System.Collections.Generic

RenderSyntaxHelp() 공개 메소드

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