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

IImplementInterfaceAdviceResult.InterfaceMembers Property

InterfaceMembers

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

Declaration
IReadOnlyCollection<IInterfaceMemberImplementationResult> InterfaceMembers { get; }
Property Value
Type Description
System.Collections.Generic.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.