We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Gets enum values collection that contains information about enum type and its values.
Namespace: CodeJamAssembly: 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()
Type: EnumValuesThe enum values collection.
EnumHelper ClassGetEnumValues OverloadCodeJam Namespace