C# Class Icing.EnumExtensions

Enum extensions.
显示文件 Open project: benallred/Icing

Public Methods

Method Description
GetDescription ( this value ) : string

Gets the description for the given enumeration value.

Method Details

GetDescription() public static method

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