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.