[]
        
(Showing Draft Content)

C1.DataCollection.BindingList.C1DataCollectionBindingList.Add

Add Method

Add(object)

Adds an item to the IList.

Declaration
public int Add(object value)
Parameters
Type Name Description
object value

The object to add to the IList.

Returns
Type Description
int

The position into which the new element was inserted, or -1 to indicate that the item was not inserted into the collection.

Implements