Is this instance actually a ICollectionPersister?

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

Syntax

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

See Also