[]
Removes the first occurrence of a specific object from the C1CollectionView.
public bool Remove(object item)
Type | Name | Description |
---|---|---|
object | item | The object to remove from the C1CollectionView. |
Type | Description |
---|---|
bool | True if item was successfully removed from the C1CollectionView; otherwise, false. This method also returns false if item is not found in the original C1CollectionView. |