System.Reflection.Metadata.PropertyAccessors
namespace System.Reflection.Metadata
{
public struct PropertyAccessors
{
public MethodDefinitionHandle Getter { get; }
public MethodDefinitionHandle Setter { get; }
}
}