2
Reply

Require that all calls come from code in a specific class

Seth

Seth

May 21 2008 2:34 PM
4.6k
I have a function that takes a Type object as one of its arguments, and I'd like to make sure that it only gets called from code within the class indicated by the given Type.  What's the best, most performant way of doing this?


Answers (2)