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
| ExplicitInterfaceEvents | Gets all the explicit interface events implemented by the type. |
| ExplicitInterfaceMembers | Gets all the explicit interface members implemented by the type. |
| ExplicitInterfaceMethods | Gets all the explicit interface methods implemented by the type. |
| ExplicitInterfaceProperties | Gets all the explicit interface properties implemented by the type. |
| HasExplicitInterfaceEvents | Gets a value indicating whether the type has any explicit interface events. |
| HasExplicitInterfaceMembers | Gets a value indicating whether the type has any explicit interface members. |
| HasExplicitInterfaceMethods | Gets a value indicating whether the type has any explicit interface methods. |
| HasExplicitInterfaceProperties | Gets a value indicating whether the type has any explicit interface properties. |
