[Missing <summary> documentation for "M:NHibernate.Mapping.ByCode.Impl.ListIndexMapper.Base(System.Int32)"]

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

Syntax

C#
public void Base(
	int baseIndex
)
Visual Basic
Public Sub Base ( _
	baseIndex As Integer _
)
Visual C++
public:
virtual void Base(
	int baseIndex
) sealed

Parameters

baseIndex
Type: System..::..Int32

[Missing <param name="baseIndex"/> documentation for "M:NHibernate.Mapping.ByCode.Impl.ListIndexMapper.Base(System.Int32)"]

Implements

IListIndexMapper..::..Base(Int32)

See Also