ParsingErrorsHandler Delegate |
Handle parsing errors delegate.
Namespace: X3Platform.CommandLine.TextAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxpublic delegate void ParsingErrorsHandler(
HelpText current
)
public delegate void ParsingErrorsHandler(
HelpText^ current
)
Parameters
- current
- Type: X3Platform.CommandLine.TextHelpText
See Also