Require that all calls come from code in a specific class
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?
SethPosted May 25, 2008, 11:05 PM
Dipal ChoksiPosted May 22, 2008, 8:14 PM