Interface IAdvisedFieldOrPropertyOrIndexer
Represents the field, property or indexer being overwritten or introduced. This interface extends IFieldOrPropertyOrIndexer but overrides the GetMethod and SetMethod members to expose their Invoke(Object[]) method.
Namespace: Metalama.Framework.Code.Advised
Assembly: Metalama.Framework.dll
Syntax
public interface IAdvisedFieldOrPropertyOrIndexer : IFieldOrPropertyOrIndexer, IMemberWithAccessors, IMember, IMemberOrNamedType, INamedDeclaration, IDeclaration, IDisplayable, IDiagnosticLocation, ICompilationElement, IMeasurable, IHasType
Properties
Name | Description |
---|---|
GetMethod | Gets the method implementing the |
SetMethod | Gets the method implementing the |