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 field info of enum value.
Namespace: CodeJamAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static FieldInfo GetField<TEnum>( TEnum value ) where TEnum : struct, new()
VB
Public Shared Function GetField(Of TEnum As {Structure, New}) ( value As TEnum ) As FieldInfo
F#
static member GetField : value : 'TEnum -> FieldInfo when 'TEnum : struct, new()
Type: FieldInfoFieldInfo corresponding to value.
EnumHelper ClassCodeJam Namespace