Open sandboxFocus

Interface IPropertyOrIndexer

A base interface for IProperty and IIndexer.

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

Methods

Name Description
ToPropertyInfo()

Gets a PropertyInfo that represents the current property or indexer at run time.

ToRef()

Gets a reference that can be used to identify the current declaration across different compilation versions.

Extension Methods

See Also