[Missing <summary> documentation for "M:NHibernate.Mapping.ByCode.IAnyMapper.IdType(NHibernate.Type.IType)"]

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

Syntax

C#
void IdType(
	IType idType
)
Visual Basic
Sub IdType ( _
	idType As IType _
)
Visual C++
void IdType(
	IType^ idType
)

Parameters

idType
Type: NHibernate.Type..::..IType

[Missing <param name="idType"/> documentation for "M:NHibernate.Mapping.ByCode.IAnyMapper.IdType(NHibernate.Type.IType)"]

See Also