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-local+709673996c0cc3c0733358a87691d1009326afa7
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