FastEnum Class |
Namespace: Lawo
public static class FastEnum
The FastEnum type exposes the following members.
Name | Description | |
---|---|---|
GetNameValueMapTEnum | Returns a dictionary that maps the string representation of each of the named constants of
TEnum to its named constant. | |
GetValueNameMapTEnum | Returns a dictionary that maps each of the named constants of TEnum to its
string representation. | |
IsDefinedTEnum | Provides a fast implementation of a part of the functionality of IsDefined(Type, Object).
| |
ToEnumTEnum(Int64) | Provides a fast implementation of a part of the functionality of ToObject(Type, Object).
| |
ToEnumTEnum(UInt64) | Provides a fast implementation of a part of the functionality of ToObject(Type, Object).
| |
ToInt64TEnum | Returns the integer represented by value. | |
ToUInt64TEnum | Returns the integer represented by value. |