Click or drag to resize

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#
public EnumParser(
	Type enumType
)

Parameters

enumType
Type: SystemType
Type of the enum.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if enumType is null.
ArgumentExceptionThrown if enumType is not an enum type.
See Also