Return the element class of an array, or null otherwise

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

Syntax

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

See Also