D
Don
It is possible to expose an enumerated type from within a class library so
that other projects referencing that class library will see it in the
class's namespace? For example, if I have a class library called "foo"
which has a public enumerated type called "bar" declared in a module of that
class library, is it possible for a different project referencing "foo" to
be able to declare variables of type "foo.bar"?
- Don
that other projects referencing that class library will see it in the
class's namespace? For example, if I have a class library called "foo"
which has a public enumerated type called "bar" declared in a module of that
class library, is it possible for a different project referencing "foo" to
be able to declare variables of type "foo.bar"?
- Don