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

Enum InterfaceImplementationOutcome

Actions taken by the advice when implementing an interface.

Namespace: Metalama.Framework.Advising
Assembly: Metalama.Framework.dll
Syntax
[CompileTime]
public enum InterfaceImplementationOutcome

Fields

Name Description
Ignore

The interface type was ignored. Members will not appear in InterfaceMembers collection.

Implement

The interface was implemented. Individual members of this interface will appear in InterfaceMembers collection.

  • Navigation