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

Parameters

method  MethodInfo
The method to check.

Return Value

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

See Also