Get the associated IType

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

Syntax

Visual Basic (Declaration)
ReadOnly Property CollectionType As CollectionType
C#
CollectionType CollectionType { get; }
Visual C++
property CollectionType^ CollectionType {
	CollectionType^ get ();
}
JavaScript
function get_collectionType();

See Also