MetalamaAPI documentationAspect APIMetalama.​Framework.​AdvisingIImplement­Interface­Advice­ResultInterfaces
Open sandboxFocus

IImplementInterfaceAdviceResult.Interfaces Property

Interfaces

Gets a list of interfaces that were considered when implementing the given interface.

Declaration
IReadOnlyCollection<IInterfaceImplementationResult> Interfaces { get; }
Property Value
Type Description
System.Collections.Generic.IReadOnlyCollection<IInterfaceImplementationResult>
Remarks

This property contains an empty list if the advice was completely ignored.