9 public class Foo
: IFoo
13 public interface IBase
18 public class TestClass
: IBase
20 public T Get
<T
> (object o
)
26 T IBase
.Get
<T
> (object o
)
31 public static void Main (string[] args
)
33 Console
.WriteLine (new TestClass ().Get
<Foo
> (null));