[Missing <summary> documentation for "P:NHibernate.Cfg.MappingSchema.HbmList.ListIndex"]

Namespace: NHibernate.Cfg.MappingSchema
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public HbmListIndex ListIndex { get; }
Visual Basic
Public ReadOnly Property ListIndex As HbmListIndex
	Get
Visual C++
public:
virtual property HbmListIndex^ ListIndex {
	HbmListIndex^ get () sealed;
}

Implements

IIndexedCollectionMapping..::..ListIndex

See Also