[Missing <summary> documentation for "M:NHibernate.Mapping.ByCode.IBasePlainPropertyContainerMapper.Any(System.Reflection.MemberInfo,System.Type,System.Action{NHibernate.Mapping.ByCode.IAnyMapper})"]

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

Syntax

C#
void Any(
	MemberInfo property,
	Type idTypeOfMetaType,
	Action<IAnyMapper> mapping
)
Visual Basic
Sub Any ( _
	property As MemberInfo, _
	idTypeOfMetaType As Type, _
	mapping As Action(Of IAnyMapper) _
)
Visual C++
void Any(
	MemberInfo^ property, 
	Type^ idTypeOfMetaType, 
	Action<IAnyMapper^>^ mapping
)

Parameters

property
Type: System.Reflection..::..MemberInfo

[Missing <param name="property"/> documentation for "M:NHibernate.Mapping.ByCode.IBasePlainPropertyContainerMapper.Any(System.Reflection.MemberInfo,System.Type,System.Action{NHibernate.Mapping.ByCode.IAnyMapper})"]

idTypeOfMetaType
Type: System..::..Type

[Missing <param name="idTypeOfMetaType"/> documentation for "M:NHibernate.Mapping.ByCode.IBasePlainPropertyContainerMapper.Any(System.Reflection.MemberInfo,System.Type,System.Action{NHibernate.Mapping.ByCode.IAnyMapper})"]

mapping
Type: System..::..Action<(Of <(<'IAnyMapper>)>)>

[Missing <param name="mapping"/> documentation for "M:NHibernate.Mapping.ByCode.IBasePlainPropertyContainerMapper.Any(System.Reflection.MemberInfo,System.Type,System.Action{NHibernate.Mapping.ByCode.IAnyMapper})"]

See Also