- 
                Notifications
    You must be signed in to change notification settings 
- Fork 35
N_CodeJam_Reflection
        Andrew Koryavchenko edited this page Jul 4, 2017 
        ·
        9 revisions
      
    The CodeJam.Reflection namespace contains types that helps working with System.Reflection functionality.
| Class | Description | |
|---|---|---|
|  | AssemblyExtensions | The Assembly extensions. | 
|  | InfoOf | Provides a helper class to get the property, field, ctor or method from an expression. | 
|  | InfoOf(T) | Provides a helper class to get the property, field, ctor or method from an expression. | 
|  | MemberAccessor | Provides fast access to a type member. | 
|  | ParamInfo | Parameter data for CreateInstance method. | 
|  | ReflectionEnumHelper | Reflection helper methods for enumeration. | 
|  | ReflectionExtensions | Reflection extension methods. | 
|  | TypeAccessor | Provides fast access to type and its members. | 
|  | TypeAccessor(T) | Provides fast access to type and its members. |