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

Property Interfaces

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.

  • Navigation