I don't think it will be possible to keep the same name and parameters but you could do this
[Obsolete("This class is obsolete; use class B instead")]
Visual Studio will hint to the user, that they should be using the new class.
I don't think it will be possible to keep the same name and parameters but you could do this
[Obsolete("This class is obsolete; use class B instead")]
Visual Studio will hint to the user, that they should be using the new class.