This is a shabby question! :)
Is there a way to use "return" method in C# to roll back to the previous used private void without calling the specific name
I mean this:
private void blablabla()
{
int a = 83959592;
blobloblo(a);
}
private void blobloblo(int a)
{
if(a % 2 == 0)
{
roll back to blablabla() without using this method: "blablabla();"
}
}
Sorry if it isn't clear, but that's my best!

Sujeet SumanPosted Oct 11, 2015, 8:59 AM
Quang Dinh LuongPosted Oct 11, 2015, 8:34 AM
Sujeet SumanPosted Oct 11, 2015, 8:06 AM
Quang Dinh LuongPosted Oct 11, 2015, 7:52 AM
Sujeet SumanPosted Oct 11, 2015, 7:43 AM
Quang Dinh LuongPosted Oct 11, 2015, 7:03 AM
Sujeet SumanPosted Oct 11, 2015, 6:52 AM
Quang Dinh LuongPosted Oct 11, 2015, 5:51 AM
Quang Dinh LuongPosted Oct 11, 2015, 5:34 AM
Sujeet SumanPosted Oct 10, 2015, 11:04 PM
Priyaranjan K SPosted Oct 10, 2015, 2:26 PM
Quang Dinh LuongPosted Oct 10, 2015, 2:22 PM
Sujeet SumanPosted Oct 10, 2015, 12:03 PM
Francis SusaimichaelPosted Oct 10, 2015, 11:49 AM
Sujeet SumanPosted Oct 10, 2015, 11:30 AM
Priyaranjan K SPosted Oct 10, 2015, 11:11 AM