MetalamaAPI documentationAspect APIMetalama.​Framework.​AspectsIMeta­TargetField­Or­Property­Or­Indexer
Open sandboxFocus

IMetaTarget.FieldOrPropertyOrIndexer Property

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