예제 #1
0
        public void ExplicitInterfaceImpl()
        {
            var c = new ExplicitInterfaceImpl();

            _context.InitializePlugs(c);

            Assert.IsTrue(c.HasInterfaceImplBeenCalled);
        }
 public static void testExplicitNonGenericInterface()
 {
     IExplicitInterface iface = new ExplicitInterfaceImpl();
     var a = iface.getInt();
 }
 public static void testExplicitNonGenericInterface()
 {
     IExplicitInterface iface = new ExplicitInterfaceImpl();
     var a = iface.getInt();
 }