C# 클래스 Utilities.Enum.EnumExtensions

Enum extensions
파일 보기 프로젝트 열기: mrvshah/Utilities

공개 메소드들

메소드 설명
GetDescription ( this enumToRead ) : string

Gets the description of enum

메소드 상세

GetDescription() 공개 정적인 메소드

Gets the description of enum
public static GetDescription ( this enumToRead ) : string
enumToRead this The enum to read
리턴 string