ReflectorIsExplicitInterfaceImplementation(EventInfo) Method

Determines whether the specified EventInfo 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(
	EventInfo info
)

Parameters

info  EventInfo
The EventInfo to check.

Return Value

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

See Also