示例#1
0
 void doit(Object A)
 {
     b = (A.Iface)A;
 }
示例#2
0
文件: test-159.cs 项目: nobled/mono
 void doit (Object A) {
         b = (A.Iface)A;
 }