Is this an "indexed" collection? (list or map)

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

Syntax

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

See Also