Click or drag to resize

ICommandParameterParser Interface

Provides functionality for a parser of a command parameter.

Namespace:  SampSharp.Entities.SAMP.Commands.Parsers
Assembly:  SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
public interface ICommandParameterParser

The ICommandParameterParser type exposes the following members.

Methods
  NameDescription
Public methodTryParse
Tries to parse the specified inputText into the argument for this parser. The consumed text is removed from the inputText.
Top
See Also