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

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>(
	Object parameters
)
Visual Basic
Public Sub Type(Of TPersistentType) ( _
	parameters As Object _
)
Visual C++
public:
generic<typename TPersistentType>
virtual void Type(
	Object^ parameters
) sealed

Parameters

parameters
Type: System..::..Object

[Missing <param name="parameters"/> documentation for "M:NHibernate.Mapping.ByCode.Impl.KeyPropertyMapper.Type``1(System.Object)"]

Type Parameters

TPersistentType

[Missing <typeparam name="TPersistentType"/> documentation for "M:NHibernate.Mapping.ByCode.Impl.KeyPropertyMapper.Type``1(System.Object)"]

Implements

IPropertyMapper..::..Type<(Of <<'(TPersistentType>)>>)(Object)

See Also