[1180] QF - To protected on setter of Automatic Property Fails
Given the code
public abstract
class Foo {
public string Bar { get, |set;
);
}
with the cursor at the |, you get the QF allowing
changing the scope of the setter of the Bar property. Selecting 'To
protected" does nothing.
David
]]>
Please sign in to leave a comment.