[Missing <summary> documentation for "M:NHibernate.Mapping.ByCode.Impl.VersionMapper.Type``1"]

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

Syntax

C#
public void Type<TPersistentType>()
where TPersistentType : IUserVersionType
Visual Basic
Public Sub Type(Of TPersistentType As IUserVersionType)
Visual C++
public:
generic<typename TPersistentType>
where TPersistentType : IUserVersionType
virtual void Type() sealed

Type Parameters

TPersistentType

[Missing <typeparam name="TPersistentType"/> documentation for "M:NHibernate.Mapping.ByCode.Impl.VersionMapper.Type``1"]

Implements

IVersionMapper..::..Type<(Of <<'(TPersistentType>)>>)()()()()

See Also