Here is the first (the old way):
public int GetData(int x, int y)
and here is the second
public void GetData (int x, int y, int z, out int myInt)
It seems they both do the same thing and there would be no difference using them. Which method should I use? Which method is correct?


Sign In
Create Account

Guest_NeedHelp_*
Back to top










