Expression.Default in .NET 3.5

Posted by Diego Mijelshon on Stack Overflow See other posts from Stack Overflow or by Diego Mijelshon
Published on 2010-05-14T19:20:28Z Indexed on 2010/05/14 19:24 UTC
Read the original article Hit count: 271

Filed under:
|

How can I emulate Expression.Default (new in .NET 4.0) in 3.5?

Do I need to manually check the expression type and use different code for reference and value types?

© Stack Overflow or respective owner

Related posts about LINQ

Related posts about .net-3.5