[]
        
(Showing Draft Content)

C1.C1Schedule.C1BindingSource.Add

Add Method

Add(object)

Adds an existing item to the internal list.

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

The object to add.

Returns
Type Description
int

The position into which the new element was inserted.

Implements