Is this an array?

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

Syntax

Visual Basic (Declaration)
ReadOnly Property IsArray As Boolean
C#
bool IsArray { get; }
Visual C++
property bool IsArray {
	bool get ();
}
JavaScript
function get_isArray();

See Also