[Missing <summary> documentation for "M:NHibernate.Mapping.ByCode.TypeExtensions.GetFirstPropertyOfType(System.Type,System.Type,System.Reflection.BindingFlags)"]

Namespace: NHibernate.Mapping.ByCode
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
)
Visual Basic
<ExtensionAttribute> _
Public Shared Function GetFirstPropertyOfType ( _
	propertyContainerType As Type, _
	propertyType As Type, _
	bindingFlags As BindingFlags _
) As MemberInfo
Visual C++
[ExtensionAttribute]
public:
static MemberInfo^ GetFirstPropertyOfType(
	Type^ propertyContainerType, 
	Type^ propertyType, 
	BindingFlags bindingFlags
)

Parameters

propertyContainerType
Type: System..::..Type

[Missing <param name="propertyContainerType"/> documentation for "M:NHibernate.Mapping.ByCode.TypeExtensions.GetFirstPropertyOfType(System.Type,System.Type,System.Reflection.BindingFlags)"]

propertyType
Type: System..::..Type

[Missing <param name="propertyType"/> documentation for "M:NHibernate.Mapping.ByCode.TypeExtensions.GetFirstPropertyOfType(System.Type,System.Type,System.Reflection.BindingFlags)"]

bindingFlags
Type: System.Reflection..::..BindingFlags

[Missing <param name="bindingFlags"/> documentation for "M:NHibernate.Mapping.ByCode.TypeExtensions.GetFirstPropertyOfType(System.Type,System.Type,System.Reflection.BindingFlags)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Mapping.ByCode.TypeExtensions.GetFirstPropertyOfType(System.Type,System.Type,System.Reflection.BindingFlags)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type Type. When you use instance method syntax to call this method, omit the first parameter. For more information, see or .

See Also