Well, this seems to be my week for stupid questions. So, without further
ADO, here's another:

The app that I work on uses webmethods. Some of the parameters are
enumerations. Some of these enumerations (read: ALL) use defined integer
values, for example:

enum E { V1 = 3, V2 = 17}

When enumerations comes across in the references.cs file, the defined
values are lost:

enum E { V1, V2 }

Unfortunately, there are a few places in our clientside code where we need
to know that value.

Is there a way to force insertion of the values?

Thanks a lot,
Chris Snyder

===================================
This list is hosted by DevelopMentor�  http://www.develop.com
Some .NET courses you may be interested in:

NEW! Guerrilla ASP.NET, 17 May 2004, in Los Angeles
http://www.develop.com/courses/gaspdotnetls

View archives and manage your subscription(s) at http://discuss.develop.com

Reply via email to