public static void Main() { IFoo f = new OtherWithFoo(); f.Method(); FooWithBase.UsedToMarkTypeOnly(); }
public static void Main() { IFoo f = new OtherWithFoo(); f.Method(); UsedToMarkTypeOnly(null); }