'宣言 Public Overloads Function Remove( _ ByVal item As System.Integer _ ) As System.Boolean
public System.bool Remove( System.int item )
パラメータ
- item
- System.Collections.Generic.ICollection`1から削除するオブジェクト。
'宣言 Public Overloads Function Remove( _ ByVal item As System.Integer _ ) As System.Boolean
public System.bool Remove( System.int item )
例外 | 解説 |
---|---|
System.NotSupportedException | System.Collections.Generic.ICollection`1プロパティは読み取り専用です。 |