Exemplo n.º 1
0
        public static void Main()
        {
            IFoo f = new OtherWithFoo();

            f.Method();
            FooWithBase.UsedToMarkTypeOnly();
        }
Exemplo n.º 2
0
        public static void Main()
        {
            IFoo f = new OtherWithFoo();

            f.Method();
            UsedToMarkTypeOnly(null);
        }