Get the associated IType

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

Syntax

C#
CollectionType CollectionType { get; }
Visual Basic
ReadOnly Property CollectionType As CollectionType
	Get
Visual C++
property CollectionType^ CollectionType {
	CollectionType^ get ();
}

See Also