C# 클래스 Nimrod.EnumExtensions

파일 보기 프로젝트 열기: resgroup/nimrod

공개 메소드들

메소드 설명
GetDescription ( object value ) : string

Returns the description of the enum if it exists, otherwise returns the name of the enum value. http://stackoverflow.com/questions/1799370/getting-attributes-of-enums-value

메소드 상세

GetDescription() 공개 정적인 메소드

Returns the description of the enum if it exists, otherwise returns the name of the enum value. http://stackoverflow.com/questions/1799370/getting-attributes-of-enums-value
public static GetDescription ( object value ) : string
value object
리턴 string