Int32Collection.Remove(Int32) 方法

定义

从集合中删除 Int32

public:
 virtual bool Remove(int value);
public bool Remove (int value);
abstract member Remove : int -> bool
override this.Remove : int -> bool
Public Function Remove (value As Integer) As Boolean

参数

value
Int32

标识要从集合中删除的 Int32

返回

如果从 Int32Collection 中移除了 value,则为 true;否则为 false

实现

例外

Int32Collection 为只读。

- 或 -

Int32Collection 具有固定的大小。

适用于

另请参阅