Documentation for the C# command-line option parsing library |
|
OptDefAttribute Constructor
Constructor
public OptDefAttribute(
OptValType optionValueType);
Parameters
-
optionValueType
- The type of value the option takes or null to use the type of the property/field
See Also
OptDefAttribute Class | CommandLine.OptParse Namespace