Q
Quimbly
Is there such a thing in C#?
I know of the
internal
class modifier, but I want to grant "friend"-like access to a
particular class from a different assembly. The reasons why I need
this are long an involved, and the company I work for won't budge on
the issue, so I need to find a way to make this work.
Any ideas?
Thanks.
I know of the
internal
class modifier, but I want to grant "friend"-like access to a
particular class from a different assembly. The reasons why I need
this are long an involved, and the company I work for won't budge on
the issue, so I need to find a way to make this work.
Any ideas?
Thanks.