[]
        
(Showing Draft Content)

C1.DataCollection.BindingList.C1DataCollectionBindingList.Remove

Remove Method

Remove(object)

Removes the first occurrence of a specific object from the IList.

Declaration
public void Remove(object value)
Parameters
Type Name Description
object value

The object to remove from the IList.

Implements