[Missing <summary> documentation for "P:NHibernate.Persister.Collection.AbstractCollectionPersister.IndexType"]

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

Syntax

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

Implements

ICollectionMetadata..::..IndexType
ICollectionPersister..::..IndexType

See Also