C# 클래스 BridgeStack.EnumHelpers

Enum extensions.
파일 보기 프로젝트 열기: bevacqua/BridgeStack

공개 메소드들

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