Table of Contents

Class OptionCheckerContext

Namespace
OneImlx.Terminal.Commands.Checkers
Assembly
OneImlx.Terminal.dll

The option checker context.

public class OptionCheckerContext
Inheritance
OptionCheckerContext
Inherited Members

Constructors

OptionCheckerContext(Option)

Initialize a new instance.

public OptionCheckerContext(Option option)

Parameters

option Option

The option.

Exceptions

ArgumentNullException

Properties

Option

The option to check.

public Option Option { get; set; }

Property Value

Option

See Also