[Missing <summary> documentation for "M:NHibernate.Mapping.ByCode.TypeExtensions.GetFirstPropertyOfType(System.Type,System.Type,System.Reflection.BindingFlags,System.Func{System.Reflection.PropertyInfo,System.Boolean})"]
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public static MemberInfo GetFirstPropertyOfType( this Type propertyContainerType, Type propertyType, BindingFlags bindingFlags, Func<PropertyInfo, bool> acceptPropertyClauses ) |
Visual Basic |
---|
<ExtensionAttribute> _ Public Shared Function GetFirstPropertyOfType ( _ propertyContainerType As Type, _ propertyType As Type, _ bindingFlags As BindingFlags, _ acceptPropertyClauses As Func(Of PropertyInfo, Boolean) _ ) As MemberInfo |
Visual C++ |
---|
[ExtensionAttribute] public: static MemberInfo^ GetFirstPropertyOfType( Type^ propertyContainerType, Type^ propertyType, BindingFlags bindingFlags, Func<PropertyInfo^, bool>^ acceptPropertyClauses ) |
Parameters
- propertyContainerType
- Type: System..::..Type
[Missing <param name="propertyContainerType"/> documentation for "M:NHibernate.Mapping.ByCode.TypeExtensions.GetFirstPropertyOfType(System.Type,System.Type,System.Reflection.BindingFlags,System.Func{System.Reflection.PropertyInfo,System.Boolean})"]
- propertyType
- Type: System..::..Type
[Missing <param name="propertyType"/> documentation for "M:NHibernate.Mapping.ByCode.TypeExtensions.GetFirstPropertyOfType(System.Type,System.Type,System.Reflection.BindingFlags,System.Func{System.Reflection.PropertyInfo,System.Boolean})"]
- bindingFlags
- Type: System.Reflection..::..BindingFlags
[Missing <param name="bindingFlags"/> documentation for "M:NHibernate.Mapping.ByCode.TypeExtensions.GetFirstPropertyOfType(System.Type,System.Type,System.Reflection.BindingFlags,System.Func{System.Reflection.PropertyInfo,System.Boolean})"]
- acceptPropertyClauses
- Type: System..::..Func<(Of <(<'PropertyInfo, Boolean>)>)>
[Missing <param name="acceptPropertyClauses"/> documentation for "M:NHibernate.Mapping.ByCode.TypeExtensions.GetFirstPropertyOfType(System.Type,System.Type,System.Reflection.BindingFlags,System.Func{System.Reflection.PropertyInfo,System.Boolean})"]
Return Value
[Missing <returns> documentation for "M:NHibernate.Mapping.ByCode.TypeExtensions.GetFirstPropertyOfType(System.Type,System.Type,System.Reflection.BindingFlags,System.Func{System.Reflection.PropertyInfo,System.Boolean})"]