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 InterfaceMembers

InterfaceMembers

Gets a list of interface members specified using InterfaceMemberAttribute that were considered when implementing the given interface.

Declaration
[Obsolete("This property is no longer supported because members may be resolved after the call to the ImplementInterface method.")]
IReadOnlyCollection<IInterfaceMemberImplementationResult> InterfaceMembers { get; }
Property Value
Type Description
IReadOnlyCollection<IInterfaceMemberImplementationResult>
Remarks

This property contains only members of interfaces that were implemented. Members of interfaces that were ignored are not included in the list.

  • Navigation