a.. How can I return all the values in a enumerator. I tried like the
following, but it doesn't work and there are no examples in the VS Help:
enum test {a, b, c}
Console.WriteLi ne(Enum.GetName s(test));
thanks,
following, but it doesn't work and there are no examples in the VS Help:
enum test {a, b, c}
Console.WriteLi ne(Enum.GetName s(test));
thanks,
Comment