ReflectorIsExplicitInterfaceImplementation(PropertyInfo, PropertyInfo) Method

Determines whether the specified property is an explicit interface implementation.

Definition

Namespace: KGySoft.Reflection
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public static bool IsExplicitInterfaceImplementation(
	PropertyInfo property,
	out PropertyInfo interfaceProperty
)

Parameters

property  PropertyInfo
The property to check.
interfaceProperty  PropertyInfo
When this method returns , then contains the property declared on the interface. This parameter is passed uninitialized.

Return Value

Boolean
, if the specified property is an explicit interface implementation; otherwise, .

See Also