Click or drag to resize

CommandTypeGetParameterByName Method

Retrieve a full ParameterType object by it's ParamText property value, if it exists.

Namespace:  us.FreeWill.CommandLine
Assembly:  CommandLine (in CommandLine.dll) Version: 2.0.2341.22284
Syntax
C#
public ParameterType GetParameterByName(
	string parameterName
)

Parameters

parameterName
Type: SystemString
The text of the paramter object to find.

Return Value

Type: ParameterType
A ParamterType object found or null.
See Also