[Missing <summary> documentation for "M:NHibernate.Mapping.ByCode.TypeExtensions.GetPropertyOrFieldType(System.Reflection.MemberInfo)"]

Namespace: NHibernate.Mapping.ByCode
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
public static Type GetPropertyOrFieldType(
	this MemberInfo propertyOrField
)
Visual Basic
<ExtensionAttribute> _
Public Shared Function GetPropertyOrFieldType ( _
	propertyOrField As MemberInfo _
) As Type
Visual C++
[ExtensionAttribute]
public:
static Type^ GetPropertyOrFieldType(
	MemberInfo^ propertyOrField
)

Parameters

propertyOrField
Type: System.Reflection..::..MemberInfo

[Missing <param name="propertyOrField"/> documentation for "M:NHibernate.Mapping.ByCode.TypeExtensions.GetPropertyOrFieldType(System.Reflection.MemberInfo)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Mapping.ByCode.TypeExtensions.GetPropertyOrFieldType(System.Reflection.MemberInfo)"]

Usage Note

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

See Also