Open sandboxFocus

Interface IAdviser<T>

An object that allows declarations to be advised using one of the extension methods of the AdviserExtensions class.

Namespace: Metalama.Framework.Aspects
Assembly: Metalama.Framework.dll
Syntax
public interface IAdviser<out T> : IAdviser
Type Parameters
Name Description
T

Properties

Name Description
Target

Gets the declaration that will be advised.

Extension Methods