Click or drag to resize

ParameterType Constructor (NotifyEventDelegate, String, ListString, ListString)

Initializes a new instance of the ParameterType class

Namespace:  us.FreeWill.CommandLine
Assembly:  CommandLine (in CommandLine.dll) Version: 2.0.2341.22284
Syntax
C#
public ParameterType(
	NotifyEventDelegate eventHandler,
	string parmLabel,
	List<string> shortHelp,
	List<string> longHelp
)

Parameters

eventHandler
Type: us.FreeWillNotifyEventDelegate

[Missing <param name="eventHandler"/> documentation for "M:us.FreeWill.CommandLine.ParameterType.#ctor(us.FreeWill.NotifyEventDelegate,System.String,System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.String})"]

parmLabel
Type: SystemString

[Missing <param name="parmLabel"/> documentation for "M:us.FreeWill.CommandLine.ParameterType.#ctor(us.FreeWill.NotifyEventDelegate,System.String,System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.String})"]

shortHelp
Type: System.Collections.GenericListString

[Missing <param name="shortHelp"/> documentation for "M:us.FreeWill.CommandLine.ParameterType.#ctor(us.FreeWill.NotifyEventDelegate,System.String,System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.String})"]

longHelp
Type: System.Collections.GenericListString

[Missing <param name="longHelp"/> documentation for "M:us.FreeWill.CommandLine.ParameterType.#ctor(us.FreeWill.NotifyEventDelegate,System.String,System.Collections.Generic.List{System.String},System.Collections.Generic.List{System.String})"]

See Also