C# Class AllReady.Extensions.EnumerableExtensions

显示文件 Open project: HTBox/allReady

Public Methods

Method Description
GetDisplayName ( this enumValue ) : string

Retrieves the Display attribute of an enum.

ToName ( this theType ) : string

Method Details

GetDisplayName() public static method

Retrieves the Display attribute of an enum.
public static GetDisplayName ( this enumValue ) : string
enumValue this
return string

ToName() public static method

public static ToName ( this theType ) : string
theType this
return string