Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Icing
EnumExtensions
C# Class Icing.EnumExtensions
Enum
extensions.
Mostrar archivo
Open project: benallred/Icing
Public Methods
Method
Description
GetDescription
(
this
value
) :
string
Gets the description for the given enumeration value.
Method Details
GetDescription()
public
static
method
Gets the description for the given enumeration value.
public
static
GetDescription
(
this
value
) :
string
value
this
The enumeration value.
return
string