[Missing <summary> documentation for "M:NHibernate.Mapping.ByCode.Impl.CustomizersHolder.AddCustomizer(System.Type,System.Action{NHibernate.Mapping.ByCode.ISubclassMapper})"]

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

Syntax

C#
public void AddCustomizer(
	Type type,
	Action<ISubclassMapper> classCustomizer
)
Visual Basic
Public Sub AddCustomizer ( _
	type As Type, _
	classCustomizer As Action(Of ISubclassMapper) _
)
Visual C++
public:
virtual void AddCustomizer(
	Type^ type, 
	Action<ISubclassMapper^>^ classCustomizer
) sealed

Parameters

type
Type: System..::..Type

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

classCustomizer
Type: System..::..Action<(Of <(<'ISubclassMapper>)>)>

[Missing <param name="classCustomizer"/> documentation for "M:NHibernate.Mapping.ByCode.Impl.CustomizersHolder.AddCustomizer(System.Type,System.Action{NHibernate.Mapping.ByCode.ISubclassMapper})"]

Implements

ICustomizersHolder..::..AddCustomizer(Type, Action<(Of <<'(ISubclassMapper>)>>))

See Also