Get the "index" type for a list or map (optional operation)

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

Syntax

Visual Basic (Declaration)
ReadOnly Property IndexType As IType
C#
IType IndexType { get; }
Visual C++
property IType^ IndexType {
	IType^ get ();
}
JavaScript
function get_indexType();

See Also