public static class EnumHelper| Description | Returns the Description attribute of an enum. If Description is not an attribute returns the .toString() value. |
| GetAttributeOfTypeT | Gets an attribute on an enum field value |
| GetHashValueTEnum | Generates a 32 bit hash code for a list of enums. |
| ParseEnumByDescriptionT |