Open
Description
in the web page: List.Remove(T) 方法
Original web page:
Returns
Boolean
true if item is successfully removed; otherwise, false. This method also returns false if item was not found in the List.
Chinese web page:
返回
Boolean
如果成功移除了 item,则为 true;否则为 false。 如果在 false 中没有找到 item,则此方法也会返回 [List]。
It should be translated as:
返回
Boolean
如果成功移除了 item,则为 true;否则为 false。 如果在 List中没有找到 item,则此方法也会返回 false。