[Missing <summary> documentation for "M:NHibernate.Mapping.ByCode.IMapKeyRelation`1.Component(System.Action{NHibernate.Mapping.ByCode.IComponentMapKeyMapper{`0}})"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# | 
|---|
void Component( Action<IComponentMapKeyMapper<TKey>> mapping )  | 
| Visual Basic | 
|---|
Sub Component ( _ mapping As Action(Of IComponentMapKeyMapper(Of TKey)) _ )  | 
| Visual C++ | 
|---|
void Component( Action<IComponentMapKeyMapper<TKey>^>^ mapping )  | 
Parameters
- mapping
 - Type: System..::..Action<(Of <(<'IComponentMapKeyMapper<(Of <(<'TKey>)>)>>)>)>
[Missing <param name="mapping"/> documentation for "M:NHibernate.Mapping.ByCode.IMapKeyRelation`1.Component(System.Action{NHibernate.Mapping.ByCode.IComponentMapKeyMapper{`0}})"]