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