Search Results

3
votes
3answers
392 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 …
0
votes

What do you think of the new C# 4.0 ‘dynamic’ keyword?

dynamic is awesome. now just give method missing so i don't have to write those classes in ruby. …