Documentation for the C# command-line option parsing library

WarningEventHandler Delegate

Delegate to receive warning events from a parser

public delegate void WarningEventHandler(
   Parser sender,
   OptionWarningEventArgs e
);

Requirements

Namespace: CommandLine.OptParse

Assembly: CSharpOptParse (in CSharpOptParse.dll)

See Also

CommandLine.OptParse Namespace