Answer the question
In order to leave comments, you need to log in
How to move a method from a static class to a non-static one?
I'm refactoring a legacy project.
There is a place that warps my sense of beauty.
Looks like this:
public static class Global
{
public static void SomeMethod(SomeType inArg1, int inArg2, string inArg3)
{
//какой-то код
}
}
Answer the question
In order to leave comments, you need to log in
The second part of the question - Xamarin Studio - in principle, a good refactoring and for free. I think it's better than naked VS. But the first part does not seem to solve.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question