tags:

views:

29

answers:

1

I have read this article and I can't find a good example for how to use a ContextBoundObject to intercept a function call.
Can anyone show me how it's done?

Also, a side question: Why can't I use a ContextBoundObject with a generic class? I am asking accroding to this msdn reference

A: 

I have found this article that explains everything.

the_drow