Get the "element" type

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

Syntax

Visual Basic (Declaration)
ReadOnly Property ElementType As IType
C#
IType ElementType { get; }
Visual C++
property IType^ ElementType {
	IType^ get ();
}
JavaScript
function get_elementType();

See Also