Determines if the
Type is a non creatable class.
Namespace:
NHibernate.Util
Assembly:
NHibernate (in NHibernate.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function IsAbstractClass ( _
type As Type _
) As Boolean |
C# |
---|
public static bool IsAbstractClass(
Type type
) |
Visual C++ |
---|
public:
static bool IsAbstractClass(
Type^ type
) |
JavaScript |
---|
NHibernate.Util.ReflectHelper.isAbstractClass = function(type); |
Return Value
trueTruetruetrue (True in Visual Basic) if the
Type is an Abstract Class or an Interface.
See Also