-
Notifications
You must be signed in to change notification settings - Fork 36
M_CodeJam_Reflection_ReflectionEnumHelper_GetFields
Andrew Koryavchenko edited this page Jun 17, 2018
·
2 revisions
Returns enum fields for enum type.
Namespace: CodeJam.Reflection
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static FieldInfo[] GetFields(
Type enumType
)
VB
Public Shared Function GetFields (
enumType As Type
) As FieldInfo()
F#
static member GetFields :
enumType : Type -> FieldInfo[]
- enumType
- Type: System.Type
Type of the enum.
Type: FieldInfo[]
List of enum fields.
ReflectionEnumHelper Class
GetFields Overload
CodeJam.Reflection Namespace