Visitor Pattern In C# 4.0

I’ve blogged about the Visitor pattern previously and using double dispatch to resolve .NET’s inherent inability to resolve methods by parameter type at runtime. As I was reading about C# 4.0’s dynamic types, I started to wonder if this would...