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
Megha Singhal
NA
8
3.3k
Unboxing doubt
Jan 24 2012 4:15 AM
Please suggest..
which among the following are unboxing example:
enum E={"Hello World"};
void sample(System.Enum et)
{
E e = (E) et;
}
OR
class C = {public int Value{get;set;}}
void sample1(C ct)
{
int i = ct.Value;
}
Reply
Answers (
2
)
Any one help me by Providing?
Role of curor in Databse