[Missing <summary> documentation for "M:NHibernate.Mapping.ByCode.SimpleModelInspector.DeclaredPolymorphicMatch(System.Reflection.MemberInfo,System.Func{System.Reflection.MemberInfo,System.Boolean})"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
| C# | 
|---|
protected virtual bool DeclaredPolymorphicMatch( MemberInfo member, Func<MemberInfo, bool> declaredMatch )  | 
| Visual Basic | 
|---|
Protected Overridable Function DeclaredPolymorphicMatch ( _ member As MemberInfo, _ declaredMatch As Func(Of MemberInfo, Boolean) _ ) As Boolean  | 
| Visual C++ | 
|---|
protected: virtual bool DeclaredPolymorphicMatch( MemberInfo^ member, Func<MemberInfo^, bool>^ declaredMatch )  | 
Parameters
- member
 - Type: System.Reflection..::..MemberInfo
[Missing <param name="member"/> documentation for "M:NHibernate.Mapping.ByCode.SimpleModelInspector.DeclaredPolymorphicMatch(System.Reflection.MemberInfo,System.Func{System.Reflection.MemberInfo,System.Boolean})"]
 
- declaredMatch
 - Type: System..::..Func<(Of <(<'MemberInfo, Boolean>)>)>
[Missing <param name="declaredMatch"/> documentation for "M:NHibernate.Mapping.ByCode.SimpleModelInspector.DeclaredPolymorphicMatch(System.Reflection.MemberInfo,System.Func{System.Reflection.MemberInfo,System.Boolean})"]
 
Return Value
[Missing <returns> documentation for "M:NHibernate.Mapping.ByCode.SimpleModelInspector.DeclaredPolymorphicMatch(System.Reflection.MemberInfo,System.Func{System.Reflection.MemberInfo,System.Boolean})"]