'Declaration Public Function Remove( _ ByVal item As ArticleBead _ ) As System.Boolean
public System.bool Remove( ArticleBead item )
Parameters
- item
- The object to remove from the collection.
Return Value
true if item was actually removed, false otherwise.