Is this instance actually a ICollectionPersister?

Namespace: NHibernate.Persister.Entity
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

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

See Also