Indexed collections include IList, IDictionary, Arrays and primitive Arrays.

Namespace: NHibernate.Mapping
Assembly:   NHibernate (in NHibernate)
Version: 1.2.0.4000

Syntax

Visual Basic (Declaration)
Public MustInherit Class IndexedCollection _
	Inherits Collection
C#
public abstract class IndexedCollection : Collection
Visual C++
public ref class IndexedCollection abstract : public Collection

Inheritance Hierarchy

System.Object
  NHibernate.Mapping.Collection
    NHibernate.Mapping.IndexedCollection
      NHibernate.Mapping.List
      NHibernate.Mapping.Map