Determines if the Type is a non creatable class.
Namespace: NHibernate.UtilAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# |
|---|
public static bool IsAbstractClass( Type type ) |
| Visual Basic |
|---|
Public Shared Function IsAbstractClass ( _ type As Type _ ) As Boolean |
| Visual C++ |
|---|
public: static bool IsAbstractClass( Type^ type ) |
Parameters
- type
- Type: System..::..Type
The Type to check.