Metalama / / API Documentation / Aspect API / Metalama.​Framework.​Aspects / IMeta­Target / Field­Or­Property­Or­Indexer
Open sandbox

Property FieldOrPropertyOrIndexer

FieldOrPropertyOrIndexer

Gets the target field or property or indexer, or throws an exception if the advice does not target a field or a property or an indexer.

Declaration
IFieldOrPropertyOrIndexer FieldOrPropertyOrIndexer { get; }
Property Value
Type Description
IFieldOrPropertyOrIndexer
See Also