[Missing <summary> documentation for "M:NHibernate.Mapping.ByCode.Impl.ElementMapper.Type(System.Type,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(
	Type persistentType,
	Object parameters
)
Visual Basic
Public Sub Type ( _
	persistentType As Type, _
	parameters As Object _
)
Visual C++
public:
virtual void Type(
	Type^ persistentType, 
	Object^ parameters
) sealed

Parameters

persistentType
Type: System..::..Type

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

parameters
Type: System..::..Object

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

Implements

IElementMapper..::..Type(Type, Object)

See Also