Extensions of
Enum
.
- Namespace
- Songhay
.Extensions - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["EnumExtensions"]
class Type type-node
Syntax
public static class EnumExtensions
Methods
Name | Return Value | Summary |
---|---|---|
GetEnumDescription |
string |
Gets any conventional
DescriptionAttribute.Description
applied to an Enum .
static
|
GetEnumValues |
IEnumerable |
Gets the result of
Enum.GetValues
based on the specified Enum .
static
|