Click or drag to resize
FastEnumGetNameValueMapTEnum Method
Returns a dictionary that maps the string representation of each of the named constants of TEnum to its named constant.

Namespace: Lawo
Assembly: Lawo (in Lawo.dll) Version: 1.4.1707.27006
Syntax
C#
public static IReadOnlyDictionary<string, TEnum> GetNameValueMap<TEnum>()
where TEnum : struct, new()

Type Parameters

TEnum
The enumeration type.

Return Value

Type: IReadOnlyDictionaryString, TEnum
Exceptions
ExceptionCondition
ArgumentExceptionTEnum is not an Enum.
See Also