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

Namespace: NHibernate.Mapping.ByCode
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
)
Visual Basic
<ExtensionAttribute> _
Public Shared Function HasPublicPropertyOf ( _
	source As Type, _
	typeOfProperty As Type _
) As Boolean
Visual C++
[ExtensionAttribute]
public:
static bool HasPublicPropertyOf(
	Type^ source, 
	Type^ typeOfProperty
)

Parameters

source
Type: System..::..Type

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

typeOfProperty
Type: System..::..Type

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

Return Value

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

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