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