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

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

Syntax

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

Field Value

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

Implements

IType..::..IsAnyType

See Also