[Missing <summary> documentation for "M:NHibernate.Mapping.ByCode.Impl.ICustomizersHolder.AddCustomizer(System.Type,System.Action{NHibernate.Mapping.ByCode.IComponentAttributesMapper})"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
void AddCustomizer( Type type, Action<IComponentAttributesMapper> classCustomizer ) |
Visual Basic |
---|
Sub AddCustomizer ( _ type As Type, _ classCustomizer As Action(Of IComponentAttributesMapper) _ ) |
Visual C++ |
---|
void AddCustomizer( Type^ type, Action<IComponentAttributesMapper^>^ classCustomizer ) |
Parameters
- type
- Type: System..::..Type
[Missing <param name="type"/> documentation for "M:NHibernate.Mapping.ByCode.Impl.ICustomizersHolder.AddCustomizer(System.Type,System.Action{NHibernate.Mapping.ByCode.IComponentAttributesMapper})"]
- classCustomizer
- Type: System..::..Action<(Of <(<'IComponentAttributesMapper>)>)>
[Missing <param name="classCustomizer"/> documentation for "M:NHibernate.Mapping.ByCode.Impl.ICustomizersHolder.AddCustomizer(System.Type,System.Action{NHibernate.Mapping.ByCode.IComponentAttributesMapper})"]