public bool Remove (T item);

参数

item要删除的项。

返回

bool 如果已删除,则成功。

描述

与 List:Remove 相同,只是还会在客户端上删除。