- 
                Notifications
    
You must be signed in to change notification settings  - Fork 35
 
T_CodeJam_Reflection_ReflectionEnumHelper
        Andrew Koryavchenko edited this page Jun 17, 2018 
        ·
        5 revisions
      
    Reflection helper methods for enumeration.
System.Object
  CodeJam.Reflection.ReflectionEnumHelper
Namespace: CodeJam.Reflection
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static class ReflectionEnumHelperVB
Public NotInheritable Class ReflectionEnumHelperF#
[<AbstractClassAttribute>]
[<SealedAttribute>]
type ReflectionEnumHelper =  class endThe ReflectionEnumHelper type exposes the following members.
| Name | Description | |
|---|---|---|
![]()  
 | 
GetField(TEnum) | Searches for the public field with the specified enumeration value. | 
![]()  
 | 
GetFields(Type) | Returns enum fields for enum type. | 
![]()  
 | 
GetFields(TEnum)() | Returns enum fields for enum type. | 
