[]
        
(Showing Draft Content)

C1.Schedule.BaseCollection-1.Add

Add Method

Add(T)

Adds a new custom object to the collection. If the item already exists in the collection, its index is returned.

Declaration
public int Add(T item)
Public Function Add(item As T) As Integer
Parameters
Type Name Description
T item
Returns
Type Description
int

Returns the index of newly added custom object.