FastEnumGetNameValueMapTEnum Method | |
Returns a dictionary that maps the string representation of each of the named constants of
TEnum to its named constant.
Namespace: LawoAssembly: Lawo (in Lawo.dll) Version: 1.4.1707.27006
Syntax public static IReadOnlyDictionary<string, TEnum> GetNameValueMap<TEnum>()
where TEnum : struct, new()
Type Parameters
- TEnum
- The enumeration type.
Return Value
Type:
IReadOnlyDictionaryString,
TEnumExceptions See Also