Open sandboxFocus
  • TOC

Metalama Documentation

Getting started

Conceptual documentation

Commented examples

API documentation

Aspect API

Extensions API

Patterns API

Flashtrace API

Introspection API

Advanced API

Post­Sharp API migration

  • Article

Interface IOverrideAdviceResult<T>

Represents the result of the Override methods of the IAdviceFactory interface.

Namespace: Metalama.Framework.Advising
Assembly: Metalama.Framework.dll
Syntax
public interface IOverrideAdviceResult<out T> : IAdviceResult where T : class, IDeclaration
Type Parameters
Name Description
T

Properties

Name Description
Declaration

Gets the declaration transformed by the advice method. For advice that modify a field, this is the property that now represents the field.

Extension Methods

  • Navigation