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

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

Type Parameters

TEnum
The enumeration type.

Return Value

Type: IReadOnlyDictionaryTEnum, String
Exceptions
ExceptionCondition
ArgumentExceptionTEnum is not an Enum.
See Also