Represents a "back-reference" to the index of a collection.

Namespace: NHibernate.Properties
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
[SerializableAttribute]
public class IndexPropertyAccessor : IPropertyAccessor
Visual Basic
<SerializableAttribute> _
Public Class IndexPropertyAccessor _
	Implements IPropertyAccessor
Visual C++
[SerializableAttribute]
public ref class IndexPropertyAccessor : IPropertyAccessor

Inheritance Hierarchy

System..::..Object
  NHibernate.Properties..::..IndexPropertyAccessor

See Also