FormatOptionHelpTextEventArgs Constructor |
Namespace: X3Platform.CommandLine.TextAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic FormatOptionHelpTextEventArgs(
BaseOptionAttribute option
)
public:
FormatOptionHelpTextEventArgs(
BaseOptionAttribute^ option
)
Parameters
- option
- Type: X3Platform.CommandLineBaseOptionAttribute
Option to format.
See Also