public static string GetDisplayName<TEnum>( this TEnum enumValue ) where TEnum : struct, new(), IConvertible
<ExtensionAttribute> Public Shared Function GetDisplayName(Of TEnum As {Structure, New, IConvertible}) ( enumValue As TEnum ) As String
public: [ExtensionAttribute] generic<typename TEnum> where TEnum : value class, gcnew(), IConvertible static String^ GetDisplayName( TEnum enumValue )
https://raw.githubusercontent.com/Capgemini/Cauldron/master/LICENSE