SampSharp
SampSharp
SampSharp.Entities.SAMP.Commands.Parsers
EnumParser Class
EnumParser Constructor
EnumParser Methods
EnumParser Constructor
Initializes a new instance of the
EnumParser
class.
Namespace:
SampSharp.Entities.SAMP.Commands.Parsers
Assembly:
SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-local+709673996c0cc3c0733358a87691d1009326afa7
Syntax
C#
Copy
public
EnumParser
(
Type
enumType
)
Parameters
enumType
Type:
System
Type
Type of the enum.
Exceptions
Exception
Condition
ArgumentNullException
Thrown if
enumType
is null.
ArgumentException
Thrown if
enumType
is not an enum type.
See Also
Reference
EnumParser Class
SampSharp.Entities.SAMP.Commands.Parsers Namespace