Class CommandParserResult
The command parser result.
public sealed class CommandParserResult
- Inheritance
-
CommandParserResult
- Inherited Members
Constructors
CommandParserResult(ParsedCommand)
Initialize a new instance.
public CommandParserResult(ParsedCommand parsedCommand)
Parameters
parsedCommand
ParsedCommandThe parsed command.
Properties
ParsedCommand
The parsed command.
public ParsedCommand ParsedCommand { get; }