[Missing <summary> documentation for "P:NHibernate.Mapping.Array.ElementClass"]

Namespace: NHibernate.Mapping
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:
property Type^ ElementClass {
	Type^ get ();
}

See Also