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
Poul Christiansen
NA
8
3.1k
Is the return value used?
Aug 29 2011 4:17 PM
I have a method lik ethis:
public bool DoSomething()
{
....
}
It is possible to use this method like this:
if (
DoSomething
())
....
or like this
DoSomething
();
Is there anyway that I can, within the
DoSomething method, figure out from reflection or somewhere else if the return value is used by the calling code?
Any help is much appreciated?
Best regards
Poul Lindholm Christiansen
Reply
Answers (
1
)
How to separate attribute from incoming sql query
Help me to run oracle package (uniface) from .net ?