When implemented by a class, gets a value indicating if the implementor is a collection type

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

Syntax

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

Field Value

true if this is a CollectionType.

See Also