}
public class Derived : IMyInterface
{
public int Prop
{
get
{
}
set
{
}
}
// 非法
文章来源于领测软件测试网 https://www.ltesting.net/
发布: 2008-5-29 10:38 | 作者: 不详 | 来源: 智慧谷 | 查看: 62次 | 进入软件测试论坛讨论
}
public class Derived : IMyInterface
{
public int Prop
{
get
{
}
set
{
}
}
// 非法
文章来源于领测软件测试网 https://www.ltesting.net/