ReflectorIsExplicitInterfaceImplementation(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
)

Parameters

property  PropertyInfo
The property to check.

Return Value

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

See Also