ReflectorIsExplicitInterfaceImplementation(EventInfo, EventInfo) Method

Determines whether the specified EventInfo is an explicit interface implementation.

Definition

Namespace: KGySoft.Reflection
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 8.1.0
C#
public static bool IsExplicitInterfaceImplementation(
	EventInfo info,
	out EventInfo interfaceEvent
)

Parameters

info  EventInfo
The EventInfo to check.
interfaceEvent  EventInfo
When this method returns , then contains the event declared on the interface. This parameter is passed uninitialized.

Return Value

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

See Also