[Missing <summary> documentation for "M:NHibernate.Mapping.ByCode.IMinimalPlainPropertyContainerMapper.Property(System.Reflection.MemberInfo,System.Action{NHibernate.Mapping.ByCode.IPropertyMapper})"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
void Property( MemberInfo property, Action<IPropertyMapper> mapping ) |
Visual Basic |
---|
Sub Property ( _ property As MemberInfo, _ mapping As Action(Of IPropertyMapper) _ ) |
Visual C++ |
---|
void Property( MemberInfo^ property, Action<IPropertyMapper^>^ mapping ) |
Parameters
- property
- Type: System.Reflection..::..MemberInfo
[Missing <param name="property"/> documentation for "M:NHibernate.Mapping.ByCode.IMinimalPlainPropertyContainerMapper.Property(System.Reflection.MemberInfo,System.Action{NHibernate.Mapping.ByCode.IPropertyMapper})"]
- mapping
- Type: System..::..Action<(Of <(<'IPropertyMapper>)>)>
[Missing <param name="mapping"/> documentation for "M:NHibernate.Mapping.ByCode.IMinimalPlainPropertyContainerMapper.Property(System.Reflection.MemberInfo,System.Action{NHibernate.Mapping.ByCode.IPropertyMapper})"]