Metalama//API Documentation/Aspect API/Metalama.​Framework.​Code/IIndexer
Open sandboxFocus

Interface IIndexer

Represents an indexer, i.e. a this[*] property.

Namespace: Metalama.Framework.Code
Assembly: Metalama.Framework.dll
Syntax
public interface IIndexer : IPropertyOrIndexer, IFieldOrPropertyOrIndexer, IHasAccessors, IHasType, IHasParameters, IMember, IMemberOrNamedType, INamedDeclaration, IDeclaration, IDisplayable, IDiagnosticLocation, ICompilationElement, IMeasurable, IIndexerInvoker

Properties

Name Description
ExplicitInterfaceImplementations

Gets a list of interface properties this property explicitly implements.

OverriddenIndexer

Gets the base property that is overridden by the current property.

See Also