ReflectorIsExplicitInterfaceImplementation(MethodInfo) Method
Determines whether the specified method is an explicit interface implementation.
Namespace: KGySoft.ReflectionAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public static bool IsExplicitInterfaceImplementation(
MethodInfo method
)
Public Shared Function IsExplicitInterfaceImplementation (
method As MethodInfo
) As Boolean
public:
static bool IsExplicitInterfaceImplementation(
MethodInfo^ method
)
static member IsExplicitInterfaceImplementation :
method : MethodInfo -> bool
- method MethodInfo
- The method to check.
Boolean, if the specified
method is an explicit interface implementation; otherwise,
.