[]
        
(Showing Draft Content)

C1.WPF.DataCollection.C1CollectionView.Remove

Remove Method

Remove(object?)

Removes the specified item from the collection.

Declaration
public void Remove(object? item)
Parameters
Type Name Description
object item

The item to remove.

Implements