예제 #1
0
    static void Main()
    {
        A       a  = new A();
        IFooBar fb = (IFooBar)a;

        fb.DoIt();
    }