How can I expose a 3rd party's enum through my asmx?
- by Jim G.
Given:
An asmx web service.
A 3rd party dll that contains a useful enum.
Question:
How can I expose this enum through my
web service without having to repeat
myself and re-type the enum's members
in my webservice's public class?