Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 4.34 KB

File metadata and controls

26 lines (19 loc) · 4.34 KB

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.