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#
public Type ElementClass { get; }
Visual Basic
Public ReadOnly Property ElementClass As Type
	Get
Visual C++
public:
virtual property Type^ ElementClass {
	Type^ get () sealed;
}

Implements

ICollectionPersister..::..ElementClass

See Also