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.ObjectDocItemEntityDocItem → 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
MemberGets the IMember of the current instance. It can either be an IEvent, IProperty or IMethod.
ParametersGets the ParameterDocItem of this instance.
TypeParametersGets the TypeParameterDocItem of this instance.