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

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

Syntax

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

Parameters

persistentType
Type: NHibernate.Type..::..IVersionType

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

Implements

IVersionMapper..::..Type(IVersionType)

See Also