C# Class AllReady.Extensions.EnumerableExtensions

Afficher le fichier Open project: HTBox/allReady

Méthodes publiques

Méthode Description
GetDisplayName ( this enumValue ) : string

Retrieves the Display attribute of an enum.

ToName ( this theType ) : string

Method Details

GetDisplayName() public static méthode

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

ToName() public static méthode

public static ToName ( this theType ) : string
theType this
Résultat string