Return the element class of an array, or null otherwise

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

Syntax

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

See Also