예제 #1
0
        public static bool IsEnum(object obj)
        {
#if RHTESTCL
            return(false);
#else
            return(InteropExtensions.IsEnum(obj.GetTypeHandle()));
#endif
        }