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-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
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