C# Класс Icing.EnumExtensions

Enum extensions.
Показать файл Открыть проект

Открытые методы

Метод Описание
GetDescription ( this value ) : string

Gets the description for the given enumeration value.

Описание методов

GetDescription() публичный статический Метод

Gets the description for the given enumeration value.
public static GetDescription ( this value ) : string
value this The enumeration value.
Результат string