Return the element class of an array, or null otherwise

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

Syntax

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

Implements

ICollectionPersister..::.ElementClass

See Also