System.TypeExtensionMethods.IsEnum C# (CSharp) Méthode

IsEnum() public static méthode

public static IsEnum ( this type ) : bool
type this
Résultat bool
        public static bool IsEnum(this Type type)
        {
            return type.GetTypeInfo().IsEnum;
        }
#if !UWP