Namespace: Metalama.Framework.Code
Assembly: Metalama.Framework.dll
Syntax
public interface IPropertyOrIndexer : IFieldOrPropertyOrIndexer, IHasAccessors, IMember, IMemberOrNamedType, INamedDeclaration, IDeclaration, IDisplayable, IDiagnosticLocation, ICompilationElement, IMeasurable, IEquatable<IDeclaration>, IHasTypeMethods
| 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. |