System.Reflection.Metadata.InterfaceImplementation
namespace System.Reflection.Metadata
{
public struct InterfaceImplementation
{
public EntityHandle Interface { get; }
public CustomAttributeHandleCollection GetCustomAttributes();
}
}