C# Class Icing.EnumExtensions

Enum extensions.
Afficher le fichier Open project: benallred/Icing

Méthodes publiques

Méthode Description
GetDescription ( this value ) : string

Gets the description for the given enumeration value.

Method Details

GetDescription() public static méthode

Gets the description for the given enumeration value.
public static GetDescription ( this value ) : string
value this The enumeration value.
Résultat string