IWithExplicitInterfaceMembers Interface

Namespace
Kampute.DocToolkit.Metadata.Capabilities
Assembly
  • Kampute.DocToolkit.dll

Definition

Defines a contract for types that can implement explicit interface members.
public interface IWithExplicitInterfaceMembers
Implemented by

Properties

ExplicitInterfaceEventsGets all the explicit interface events implemented by the type.
ExplicitInterfaceMembersGets all the explicit interface members implemented by the type.
ExplicitInterfaceMethodsGets all the explicit interface methods implemented by the type.
ExplicitInterfacePropertiesGets all the explicit interface properties implemented by the type.
HasExplicitInterfaceEventsGets a value indicating whether the type has any explicit interface events.
HasExplicitInterfaceMembersGets a value indicating whether the type has any explicit interface members.
HasExplicitInterfaceMethodsGets a value indicating whether the type has any explicit interface methods.
HasExplicitInterfacePropertiesGets a value indicating whether the type has any explicit interface properties.