[Missing <summary> documentation for "M:NHibernate.Mapping.ByCode.TypeExtensions.GetFirstPropertyOfType(System.Type,System.Type)"]
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 )  | 
| Visual Basic | 
|---|
<ExtensionAttribute> _ Public Shared Function GetFirstPropertyOfType ( _ propertyContainerType As Type, _ propertyType As Type _ ) As MemberInfo  | 
| Visual C++ | 
|---|
[ExtensionAttribute] public: static MemberInfo^ GetFirstPropertyOfType( Type^ propertyContainerType, Type^ propertyType )  | 
Parameters
- propertyContainerType
 - Type: System..::..Type
[Missing <param name="propertyContainerType"/> documentation for "M:NHibernate.Mapping.ByCode.TypeExtensions.GetFirstPropertyOfType(System.Type,System.Type)"]
 
- propertyType
 - Type: System..::..Type
[Missing <param name="propertyType"/> documentation for "M:NHibernate.Mapping.ByCode.TypeExtensions.GetFirstPropertyOfType(System.Type,System.Type)"]
 
Return Value
[Missing <returns> documentation for "M:NHibernate.Mapping.ByCode.TypeExtensions.GetFirstPropertyOfType(System.Type,System.Type)"]