Method | Description | |
---|---|---|
From ( value ) : TEnum |
Converts a
|
|
FromName ( string desc ) : T |
Find the enum from the description attribute.
|
|
GetAttribute ( Enum value ) : T | ||
GetDescription ( value ) : string | ||
GetDescriptions ( ) : string>.IDictionary |
||
To ( value ) : TResult |
Converts a
|
|
ToName ( Enum value ) : string |
public static GetAttribute ( Enum value ) : T | ||
value | Enum | |
return | T |
public static GetDescriptions ( ) : string>.IDictionary |
||
return | string>.IDictionary |