Method | Description | |
---|---|---|
HasArgument ( this option ) : bool | ||
HasArgumentName ( this option ) : bool | ||
HasLongName ( this option ) : bool | ||
HasMultipleArguments ( this option ) : bool | ||
HasOptionalArguments ( this option ) : bool | ||
HasValueSeparator ( this option ) : bool |
Method | Description | |
---|---|---|
Key ( this option ) : string |
public static HasArgument ( this option ) : bool | ||
option | this | |
return | bool |
public static HasArgumentName ( this option ) : bool | ||
option | this | |
return | bool |
public static HasLongName ( this option ) : bool | ||
option | this | |
return | bool |
public static HasMultipleArguments ( this option ) : bool | ||
option | this | |
return | bool |
public static HasOptionalArguments ( this option ) : bool | ||
option | this | |
return | bool |
public static HasValueSeparator ( this option ) : bool | ||
option | this | |
return | bool |