System.ComponentModel.ParenthesizePropertyNameAttribute.ParenthesizePropertyNameAttribute C# (CSharp) Method

ParenthesizePropertyNameAttribute() public method

public ParenthesizePropertyNameAttribute ( bool needParenthesis )
needParenthesis bool
        public ParenthesizePropertyNameAttribute(bool needParenthesis) { }
        public bool NeedParenthesis { get; }

Same methods

ParenthesizePropertyNameAttribute::ParenthesizePropertyNameAttribute ( )