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

Syntax

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

Implements

IType..::.IsAnyType
IType..::.IsAnyType

See Also