[Missing <summary> documentation for "M:NHibernate.Mapping.ByCode.TypeExtensions.HasPublicPropertyOf(System.Type,System.Type,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 bool HasPublicPropertyOf( this Type source, Type typeOfProperty, Func<PropertyInfo, bool> acceptPropertyClauses ) |
Visual Basic |
---|
<ExtensionAttribute> _ Public Shared Function HasPublicPropertyOf ( _ source As Type, _ typeOfProperty As Type, _ acceptPropertyClauses As Func(Of PropertyInfo, Boolean) _ ) As Boolean |
Visual C++ |
---|
[ExtensionAttribute] public: static bool HasPublicPropertyOf( Type^ source, Type^ typeOfProperty, Func<PropertyInfo^, bool>^ acceptPropertyClauses ) |
Parameters
- source
- Type: System..::..Type
[Missing <param name="source"/> documentation for "M:NHibernate.Mapping.ByCode.TypeExtensions.HasPublicPropertyOf(System.Type,System.Type,System.Func{System.Reflection.PropertyInfo,System.Boolean})"]
- typeOfProperty
- Type: System..::..Type
[Missing <param name="typeOfProperty"/> documentation for "M:NHibernate.Mapping.ByCode.TypeExtensions.HasPublicPropertyOf(System.Type,System.Type,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.HasPublicPropertyOf(System.Type,System.Type,System.Func{System.Reflection.PropertyInfo,System.Boolean})"]
Return Value
[Missing <returns> documentation for "M:NHibernate.Mapping.ByCode.TypeExtensions.HasPublicPropertyOf(System.Type,System.Type,System.Func{System.Reflection.PropertyInfo,System.Boolean})"]