BTDB.FieldHandler.EnumFieldHandler.IsSignedEnum C# (CSharp) Method

IsSignedEnum() static private method

static private IsSignedEnum ( Type enumType ) : bool
enumType System.Type
return bool
        static bool IsSignedEnum(Type enumType)
        {
            return SignedFieldHandler.IsCompatibleWith(enumType.GetEnumUnderlyingType());
        }