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

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

Syntax

C#
void Base(
	int baseIndex
)
Visual Basic
Sub Base ( _
	baseIndex As Integer _
)
Visual C++
void Base(
	int baseIndex
)

Parameters

baseIndex
Type: System..::..Int32

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

See Also