NServiceBus.CallbackSupportTypeExtensions.IsEnum C# (CSharp) Method

IsEnum() static private method

static private IsEnum ( this instanceType ) : bool
instanceType this
return bool
        internal static bool IsEnum(this Type instanceType)
        {
            return instanceType.IsEnum;
        }
CallbackSupportTypeExtensions