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

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

Syntax

C#
bool HasIndex { get; }
Visual Basic
ReadOnly Property HasIndex As Boolean
	Get
Visual C++
property bool HasIndex {
	bool get ();
}

See Also