Refactoring: Change Member Type?
Is there a way to refactor and change a member's type, updating all its
references as well?
For example, I'd like to change this member from
public static readonly Nullable]]> BAD_IDVAL;
to
public static readonly int BAD_IDVAL;
Is there some way to do that?
Thanks!
Jim
Please sign in to leave a comment.