C# Class PhotoSharingApp.Universal.Extensions.EnumExtensions

Provides extensions for the Enum class.
Show file Open project: Microsoft/Appsample-Photosharing

Public Methods

Method Description
ToDisplayNameAttribute ( this en ) : string

Gets the display name attribute as a string

Method Details

ToDisplayNameAttribute() public static method

Gets the display name attribute as a string
public static ToDisplayNameAttribute ( this en ) : string
en this The enum.
return string