Search Results

3
votes
3answers
383 views

Can I implement method_missing in C# 4 and have it actually return a value?

I was trying to figure out how to implement method_missing in C# 4, based on all of 2 blog posts floating around on IDynamicObject. What I want to do is have a Business Logic Layer that ha …