System.ComponentModel.ParenthesizePropertyNameAttribute
namespace System.ComponentModel
{
public sealed class ParenthesizePropertyNameAttribute : Attribute
{
public static readonly ParenthesizePropertyNameAttribute Default;
public bool NeedParenthesis { get; }
public ParenthesizePropertyNameAttribute();
public ParenthesizePropertyNameAttribute(bool needParenthesis);
}
}