Gets a value indicating if the implementation is an "object" type

Namespace:  NHibernate.Type
Assembly:  NHibernate (in NHibernate.dll)

Syntax

Visual Basic (Declaration)
Public Overridable ReadOnly Property IsAnyType As Boolean
C#
public virtual bool IsAnyType { get; }
Visual C++
public:
virtual property bool IsAnyType {
	bool get ();
}
JavaScript
function get_isAnyType();

Field Value

false - by default an AbstractType is not a "object" type.

Implements

IType..::.IsAnyType

See Also