Skip to content

P_CodeJam_EnumValues_EnumType

Andrew Koryavchenko edited this page Jun 17, 2018 · 1 revision

EnumValues.EnumType Property

Gets the type of the enum.

Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0

Syntax

C#

public Type EnumType { get; }

VB

Public ReadOnly Property EnumType As Type
	Get

F#

member EnumType : Type with get

Property Value

Type: Type
The type of the enum.

See Also

Reference

EnumValues Class
CodeJam Namespace

Clone this wiki locally