ReflectorIsExplicitInterfaceImplementation(MethodInfo, MethodInfo) Method

Determines whether the specified method 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(
	MethodInfo method,
	out MethodInfo interfaceMethod
)

Parameters

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

Return Value

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

See Also