中国开发网: 论坛: 程序员情感CBD: 贴子 692621
CBuilder: 那就是2x的方法。
public class k1
{
public int this[int index]
{
get { throw new NotImplementedException(); }
set { throw new NotImplementedException(); }
}

}
public class k2
{
public int this[int index]
{
get { throw new NotImplementedException(); }
set { throw new NotImplementedException(); }
}

}

public class c
{
public k1 x1;
public k2 x2;
}
拒绝显摆。

相关信息:


欢迎光临本社区,您还没有登录,不能发贴子。请在 这里登录