Method GetLastEnumValue
GetLastEnumValue<T>()
Get the last declared value from an enum Type
Declaration
public static T GetLastEnumValue<T>() where T : Enum
Returns
| Type | Description | 
|---|---|
| T | Last value of the enum  | 
    
Type Parameters
| Name | Description | 
|---|---|
| T | Type of the enum  |