Interface IIntroductionAdviceResult<T>
Represents the result of the Introduce*
methods of the IAdviceFactory interface.
Namespace: Metalama.Framework.Advising
Assembly: Metalama.Framework.dll
Syntax
public interface IIntroductionAdviceResult<out T> : IAdviceResult where T : class, ICompilationElement
Type Parameters
Name | Description |
---|---|
T |
Properties
Name | Description |
---|---|
Declaration | Gets the introduced or overridden declaration. |