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

傳回

Boolean

如果已從 Int32Collection 移除 value 則為 true,否則為 false

實作

例外狀況

Int32Collection 為唯讀。

-或- Int32Collection 具有固定的大小。

適用於

另請參閱