'Declaration Public Overloads Function Remove( _ ByVal item As System.Integer _ ) As System.Boolean
public System.bool Remove( System.int item )
Parameters
- item
- The object to remove from the System.Collections.Generic.ICollection`1.
'Declaration Public Overloads Function Remove( _ ByVal item As System.Integer _ ) As System.Boolean
public System.bool Remove( System.int item )
Exception | Description |
---|---|
System.NotSupportedException | The System.Collections.Generic.ICollection`1 is read-only. |