-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_EnumHelper_GetEnumValues__1
Andrew Koryavchenko edited this page Jun 17, 2018
·
1 revision
Gets enum values collection that contains information about enum type and its values.
Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static EnumValues GetEnumValues<TEnum>()
where TEnum : struct, new()
VB
Public Shared Function GetEnumValues(Of TEnum As {Structure, New}) As EnumValues
F#
static member GetEnumValues : unit -> EnumValues when 'TEnum : struct, new()
- TEnum
- Enum type
Type: EnumValues
The enum values collection.