Click or drag to resize

ParameterType Constructor (NotifyEventDelegate, String, String, String, String)

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,
	string equationString,
	string defaultUserValue,
	string shortHelpString
)

Parameters

eventHandler
Type: us.FreeWillNotifyEventDelegate

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

parmLabel
Type: SystemString

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

equationString
Type: SystemString

[Missing <param name="equationString"/> documentation for "M:us.FreeWill.CommandLine.ParameterType.#ctor(us.FreeWill.NotifyEventDelegate,System.String,System.String,System.String,System.String)"]

defaultUserValue
Type: SystemString

[Missing <param name="defaultUserValue"/> documentation for "M:us.FreeWill.CommandLine.ParameterType.#ctor(us.FreeWill.NotifyEventDelegate,System.String,System.String,System.String,System.String)"]

shortHelpString
Type: SystemString

[Missing <param name="shortHelpString"/> documentation for "M:us.FreeWill.CommandLine.ParameterType.#ctor(us.FreeWill.NotifyEventDelegate,System.String,System.String,System.String,System.String)"]

See Also