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