System.Reflection.Metadata.MethodSpecification
namespace System.Reflection.Metadata
{
public struct MethodSpecification
{
public EntityHandle Method { get; }
public BlobHandle Signature { get; }
public CustomAttributeHandleCollection GetCustomAttributes();
}
}