Table of Contents

Class CommandParserResult

Namespace
OneImlx.Terminal.Commands.Parsers
Assembly
OneImlx.Terminal.dll

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 ParsedCommand

The parsed command.

Properties

ParsedCommand

The parsed command.

public ParsedCommand ParsedCommand { get; }

Property Value

ParsedCommand