C# Класс AllReady.Extensions.EnumerableExtensions

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

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

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

Retrieves the Display attribute of an enum.

ToName ( this theType ) : string

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

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

Retrieves the Display attribute of an enum.
public static GetDisplayName ( this enumValue ) : string
enumValue this
Результат string

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

public static ToName ( this theType ) : string
theType this
Результат string