J
J. Marcelo Barbieri
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.WriteLine(Enum.GetNames(test));
thanks,
following, but it doesn't work and there are no examples in the VS Help:
enum test {a, b, c}
Console.WriteLine(Enum.GetNames(test));
thanks,