I have one enum ,
example
public enum AnEnum
{
A= 1,
B= 2,
C= 3,
}
i want a method in such a way that i should get the 1,2,3 list
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rajeesh MenothPosted Apr 5, 2016, 8:14 AM
Manas MohapatraPosted Apr 5, 2016, 7:38 AM