Constructor OptionPropertyBase
OptionPropertyBase(CommandlineOption, Boolean, Boolean, Boolean)
Initializes a new instance of the OptionPropertyBase class.
Declaration
protected OptionPropertyBase(CommandlineOption option, bool allowSpaceDelimitedValue, bool isCollection, bool requiresValue)
Parameters
protected OptionPropertyBase(CommandlineOption option, bool allowSpaceDelimitedValue, bool isCollection, bool requiresValue)
CommandlineOption | option | Option this property is for |
Boolean | allowSpaceDelimitedValue | Flag indicating if this property allows a space delimited value |
Boolean | isCollection | Flag to indicate if the property is a collection |
Boolean | requiresValue | Flag to indicate if the property requires a value |