System.ComponentModel.MergablePropertyAttribute
namespace System.ComponentModel
{
public sealed class MergablePropertyAttribute : Attribute
{
public static readonly MergablePropertyAttribute Default;
public static readonly MergablePropertyAttribute No;
public static readonly MergablePropertyAttribute Yes;
public bool AllowMerge { get; }
public MergablePropertyAttribute(bool allowMerge);
}
}