C# Class Rsdn.Janus.ConsoleCommand

Inheritance: ASTParentNode
ファイルを表示 Open project: rsdn/janus Class Usage Examples

Public Methods

Method Description
ConsoleCommand ( int position, int length, ConsoleCommandName name, ConsoleCommandArgument arguments ) : System.Collections.Generic
GetEnumerator ( ) : IEnumerator
ToString ( ) : string

Method Details

ConsoleCommand() public method

public ConsoleCommand ( int position, int length, ConsoleCommandName name, ConsoleCommandArgument arguments ) : System.Collections.Generic
position int
length int
name ConsoleCommandName
arguments ConsoleCommandArgument
return System.Collections.Generic

GetEnumerator() public method

public GetEnumerator ( ) : IEnumerator
return IEnumerator

ToString() public method

public ToString ( ) : string
return string