中国开发网: 论坛: 程序员情感CBD: 贴子 692592
没脾气2x: 问题2,这样?
{
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;
}

相关信息:


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