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