Remove

PortionCollection.Remove method

从ICollection中删除特定对象的第一个匹配项。

public bool Remove(IPortion item)
范围类型描述
itemIPortion要从ICollection中删除的对象.

返回值

如果item从:::R5 中成功删除,则为真:T:System.Collections.Generic.ICollection`1:::;否则为假。如果item在原始ICollection中找不到,则此方法也返回 false。

例外

例外(健康)状况
NotSupportedExceptionICollection是只读的。

也可以看看