System.Reflection.Metadata.MethodImplementation
namespace System.Reflection.Metadata
{
public struct MethodImplementation
{
public TypeDefinitionHandle Type { get; }
public EntityHandle MethodBody { get; }
public EntityHandle MethodDeclaration { get; }
public CustomAttributeHandleCollection GetCustomAttributes();
}
}