C# Класс BridgeStack.EnumHelpers

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

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

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

Checks for a EnumMemberAttribute decorating the value, and returns the actual string value for the provided member.

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

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

Checks for a EnumMemberAttribute decorating the value, and returns the actual string value for the provided member.
public static GetValue ( this member ) : string
member this The enum member.
Результат string