Interfaces
Gets a list of interfaces that were considered when implementing the given interface.
Declaration
IReadOnlyCollection<IInterfaceImplementationResult> Interfaces { get; }
Property Value
Type | Description |
---|---|
IReadOnlyCollection<IInterfaceImplementationResult> |
Remarks
This property contains an empty list if the advice was completely ignored.