C# 클래스 Icing.EnumExtensions

Enum extensions.
파일 보기 프로젝트 열기: benallred/Icing

공개 메소드들

메소드 설명
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