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

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

Syntax

C#
bool IsCollectionType { get; }
Visual Basic
ReadOnly Property IsCollectionType As Boolean
	Get
Visual C++
property bool IsCollectionType {
	bool get ();
}

Field Value

true if this is a CollectionType.

See Also