TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Quang Dinh Luong
NA
76
18.8k
return Method
Oct 10 2015 9:24 AM
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!
Reply
Answers (
16
)
send message c# to whatsapp
Fatal error encountered during command execution