System.TypeExtensionMethods.IsEnum C# (CSharp) Метод

IsEnum() публичный статический Метод

public static IsEnum ( this type ) : bool
type this
Результат bool
        public static bool IsEnum(this Type type)
        {
            return type.GetTypeInfo().IsEnum;
        }
#if !UWP