public bool Remove(
int item
)
Public Function Remove (
item As Integer
) As Boolean
public:
virtual bool Remove(
int item
) sealed
abstract Remove :
item : int -> bool
override Remove :
item : int -> bool
NotSupportedException | The ICollectionT is read-only. |