We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Gets the type of the enum.
Namespace: CodeJamAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public Type EnumType { get; }
VB
Public ReadOnly Property EnumType As Type Get
F#
member EnumType : Type with get
Type: TypeThe type of the enum.
EnumValues ClassCodeJam Namespace