Class OptionCheckerContext
The option checker context.
public class OptionCheckerContext
- Inheritance
-
OptionCheckerContext
- Inherited Members
Constructors
OptionCheckerContext(Option)
Initialize a new instance.
public OptionCheckerContext(Option option)
Parameters
option
OptionThe option.
Exceptions
Properties
Option
The option to check.
public Option Option { get; set; }