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

Syntax

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

Implements

ICollectionMetadata..::.ElementType
ICollectionPersister..::.ElementType

See Also