C# Class BridgeStack.EnumHelpers

Enum extensions.
Afficher le fichier Open project: bevacqua/BridgeStack

Méthodes publiques

Méthode Description
GetValue ( this member ) : string

Checks for a EnumMemberAttribute decorating the value, and returns the actual string value for the provided member.

Method Details

GetValue() public static méthode

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.
Résultat string