HelpSectionDelegate Delegate

Definition

Specifies help formatting behavior for a section of command line help.

public delegate void HelpSectionDelegate(HelpContext ^ context);
public delegate void HelpSectionDelegate(HelpContext context);
type HelpSectionDelegate = delegate of HelpContext -> unit
Public Delegate Sub HelpSectionDelegate(context As HelpContext)

Parameters

context
HelpContext

Applies to