Hi, is it possible to create a project that can offer
different members of a Public Enum according to a
condition ?
I mean, Project A has a public enum.
Project B & C access A's enum. However B should see some
elements of the enum while C should see others...
Is this achievable ??
Thanks a lot,
Alan.
Carlos J. Quintero [MVP] - 06 Oct 2004 13:20 GMT
AFAIK, no. The external interface of an assembly is the same for all
clients.

Signature
Carlos J. Quintero (Visual Developer - .NET MVP)
The MZ-Tools all-in-one add-in, now for .NET: http://www.mztools.com
> Hi, is it possible to create a project that can offer
> different members of a Public Enum according to a
[quoted text clipped - 8 lines]
> Thanks a lot,
> Alan.