Click or drag to resize

CommandServiceBaseCreateParameterParser Method

Creates the parameter parser for the parameter at the specified index in the parameters array..

Namespace:  SampSharp.Entities.SAMP.Commands
Assembly:  SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
protected virtual ICommandParameterParser CreateParameterParser(
	ParameterInfo[] parameters,
	int index
)

Parameters

parameters
Type: System.ReflectionParameterInfo
An array which contains all parameters.
index
Type: SystemInt32
The index of the parameter to get the parser for.

Return Value

Type: ICommandParameterParser
A newly created parameter parser or null if no parser could be made for the specified parameter.
See Also