[Missing <summary> documentation for "M:NHibernate.Mapping.ByCode.Impl.MapKeyMapper.Type(System.Type)"]

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

Syntax

C#
public void Type(
	Type persistentType
)
Visual Basic
Public Sub Type ( _
	persistentType As Type _
)
Visual C++
public:
virtual void Type(
	Type^ persistentType
) sealed

Parameters

persistentType
Type: System..::..Type

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

Implements

IMapKeyMapper..::..Type(Type)

See Also