Return the element class of an array, or null otherwise
            
Namespace: NHibernate.Persister.CollectionAssembly: 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; }  |