Description:

Get an enum value

Syntax:
public T GetEnumValue()
Returns:
Type: T
Available since:
5.4

Description:

Get an enum value from the dictionary using a custom key.

Syntax:
public T GetEnumValue(
string key
)
Returns:
Type: T
Available since:
5.4

Nothing found