Gets a value indicating if the AbstractType is a CollectionType.

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

Syntax

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

Field Value

false - by default an AbstractType is not a CollectionType.

Implements

IType..::.IsCollectionType

See Also