Méthode | Description | |
---|---|---|
GetNames ( this enumObj ) : IEnumerable |
Retrieves an array of the names of the constants in a specified enumeration.
|
|
GetValues ( this enumObj ) : IEnumerable |
Retrieves an array of the values of the constants in a specified enumeration.
|
public static GetNames ( this enumObj ) : IEnumerable |
||
enumObj | this | The enumeration. |
Résultat | IEnumerable |
public static GetValues ( this enumObj ) : IEnumerable |
||
enumObj | this | The enumeration. |
Résultat | IEnumerable |