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

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

Syntax

C#
void Type(
	IType persistentType
)
Visual Basic
Sub Type ( _
	persistentType As IType _
)
Visual C++
void Type(
	IType^ persistentType
)

Parameters

persistentType
Type: NHibernate.Type..::..IType

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

See Also