Remove Method (C1CollectionView)
In This Topic
Removes the first occurrence of a specific item from the underlying collection.
Syntax
Parameters
- item
- The item to remove.
Return Value
true if item was removed from the collection; otherwise,false.
See Also