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
Alessio
NA
5
0
switch same code for 2 case
Jun 2 2009 8:22 AM
i've made a switch statement and i have 2 case with the same code ... for example int vint=0; switch(vint) { case 1: //Code for 1 break; case 2: //same code of 1 break; In vb.net i can write case 1 to 2 ... , in C# is possible don't write the same code if 2 or more case do the same thing ?? Thanks ...
Reply
Answers (
1
)
WorkFlow
Cryptography in C# using security namespace