Castle Dynamic Proxy is it possible to intercept value types?

Posted by JS Future Software on Stack Overflow See other posts from Stack Overflow or by JS Future Software
Published on 2010-04-20T18:09:23Z Indexed on 2010/04/20 18:13 UTC
Read the original article Hit count: 261

Filed under:
|
|
|

Hi, I have a problem and can not find answer and any tip if it is possible to intercept value types in C# by Castle dynamic proxy? I want to intercept IDictionary with INotifyChanged interface. I need this to update view when presenter is changing model. Boxing decimal in object only for making interface is not good idea... maybe somebody have idea how to intrcept value types?

Thanks to all answers

© Stack Overflow or respective owner

Related posts about castle

Related posts about dynamic