Click or drag to resize

DefaultCommandGetParameterType Method

Gets the type of the specified parameter.

Namespace:  SampSharp.GameMode.SAMP.Commands
Assembly:  SampSharp.GameMode (in SampSharp.GameMode.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
protected virtual ICommandParameterType GetParameterType(
	ParameterInfo parameter,
	int index,
	int count
)

Parameters

parameter
Type: System.ReflectionParameterInfo
The parameter.
index
Type: SystemInt32
The index.
count
Type: SystemInt32
The count.

Return Value

Type: ICommandParameterType
The type of the parameter.
See Also