[Missing <summary> documentation for "M:NHibernate.Mapping.ByCode.IListPropertiesMapper`2.Index(System.Action{NHibernate.Mapping.ByCode.IListIndexMapper})"]

Namespace: NHibernate.Mapping.ByCode
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
void Index(
	Action<IListIndexMapper> listIndexMapping
)
Visual Basic
Sub Index ( _
	listIndexMapping As Action(Of IListIndexMapper) _
)
Visual C++
void Index(
	Action<IListIndexMapper^>^ listIndexMapping
)

Parameters

listIndexMapping
Type: System..::..Action<(Of <(<'IListIndexMapper>)>)>

[Missing <param name="listIndexMapping"/> documentation for "M:NHibernate.Mapping.ByCode.IListPropertiesMapper`2.Index(System.Action{NHibernate.Mapping.ByCode.IListIndexMapper})"]

See Also