{
this.label = label;
this.uri = uri;
}
public string Label
{
get
{
return label;
}
}
public Uri Uri
{
get
{
return uri;
}
}
替换Collections.Add()方法,修改Count属性返回count变量值。
///
/// 增加一个Count实例变量
///
public void Add(Collection collction)
{
count++;
}
再次生成这个项目,输出结果显示成功,如图12所示。
文章来源于领测软件测试网 https://www.ltesting.net/