예제 #1
0
    public static void Main()
    {
        TestProxy tp = new TestProxy(typeof(TestClass));
        TestClass tc = (TestClass)tp.GetTransparentProxy();

        Derived d = (Derived)tc;
    }
예제 #2
0
  public static void Main () {
    TestProxy tp = new TestProxy (typeof(TestClass));
    TestClass tc = (TestClass) tp.GetTransparentProxy();

    Derived d = (Derived) tc;
  }