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