[Missing <summary> documentation for "M:NHibernate.Mapping.ByCode.AbstractExplicitlyDeclaredModel.EnlistTypeRegistration(System.Type,System.Action{System.Type})"]

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

Syntax

C#
protected void EnlistTypeRegistration(
	Type type,
	Action<Type> registration
)
Visual Basic
Protected Sub EnlistTypeRegistration ( _
	type As Type, _
	registration As Action(Of Type) _
)
Visual C++
protected:
void EnlistTypeRegistration(
	Type^ type, 
	Action<Type^>^ registration
)

Parameters

type
Type: System..::..Type

[Missing <param name="type"/> documentation for "M:NHibernate.Mapping.ByCode.AbstractExplicitlyDeclaredModel.EnlistTypeRegistration(System.Type,System.Action{System.Type})"]

registration
Type: System..::..Action<(Of <(<'Type>)>)>

[Missing <param name="registration"/> documentation for "M:NHibernate.Mapping.ByCode.AbstractExplicitlyDeclaredModel.EnlistTypeRegistration(System.Type,System.Action{System.Type})"]

See Also