Habanero.Smooth.PropMapperExtensions.IsEnumType C# (CSharp) Method

IsEnumType() private static method

private static IsEnumType ( this type ) : bool
type this
return bool
        private static bool IsEnumType(this Type type)
        {
            return type.ToTypeWrapper().IsEnumType();
        }