[]
Removes the first occurrence of a specific object from the collection.
public bool Remove(ArticleBead item)
Public Function Remove(item As ArticleBead) As Boolean
Type | Name | Description |
---|---|---|
ArticleBead | item | The object to remove from the collection. |
Type | Description |
---|---|
bool | true if item was actually removed, false otherwise. |