I have the following code, should be easy to follow through
public class Foo { public void FooHasAMethod() { Console.WriteLine(\"it is me, fo
It is not possible to cast to a type not known at compile-time.
Have a look at the .NET 4.0 dynamic type.