System.ComponentModel.NotifyParentPropertyAttribute.IsDefaultAttribute C# (CSharp) Method

IsDefaultAttribute() public method

public IsDefaultAttribute ( ) : bool
return bool
        public override bool IsDefaultAttribute() { throw null; }
    }