Skip to content

T_CodeJam_Reflection_ReflectionEnumHelper

andrewvk edited this page Jun 23, 2016 · 5 revisions

ReflectionEnumHelper Class

Reflection helper methods for enumeration.

Inheritance Hierarchy

System.Object
  CodeJam.Reflection.ReflectionEnumHelper
Namespace: CodeJam.Reflection
Assembly: CodeJam (in CodeJam.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public static class ReflectionEnumHelper

VB

Public NotInheritable Class ReflectionEnumHelper

F#

[<AbstractClassAttribute>]
[<SealedAttribute>]
type ReflectionEnumHelper =  class end

The ReflectionEnumHelper type exposes the following members.

Methods

 

Name Description
Public methodStatic member GetField(T) Searches for the public field with the specified enumeration value.
  Back to Top

See Also

Reference

CodeJam.Reflection Namespace

Clone this wiki locally