index.md
May 10, 2026 · View on GitHub
DefaultDocumentation.Api
DefaultDocumentation.Models.Members
ExplicitInterfaceImplementationDocItem Class
Represents an explicit interface implementation documentation.
public sealed class ExplicitInterfaceImplementationDocItem : DefaultDocumentation.Models.EntityDocItem, DefaultDocumentation.Models.ITypeParameterizedDocItem, DefaultDocumentation.Models.IParameterizedDocItem
Inheritance System.Object → DocItem → EntityDocItem → ExplicitInterfaceImplementationDocItem
Implements ITypeParameterizedDocItem, IParameterizedDocItem
| Constructors | |
|---|---|
| ExplicitInterfaceImplementationDocItem(TypeDocItem, IEvent, XElement) | Initialize a new instance of the ExplicitInterfaceImplementationDocItem type. |
| ExplicitInterfaceImplementationDocItem(TypeDocItem, IMethod, XElement) | Initialize a new instance of the ExplicitInterfaceImplementationDocItem type. |
| ExplicitInterfaceImplementationDocItem(TypeDocItem, IProperty, XElement) | Initialize a new instance of the ExplicitInterfaceImplementationDocItem type. |
| Properties | |
|---|---|
| Member | Gets the IMember of the current instance. It can either be an IEvent, IProperty or IMethod. |
| Parameters | Gets the ParameterDocItem of this instance. |
| TypeParameters | Gets the TypeParameterDocItem of this instance. |