[]
        
(Showing Draft Content)

C1.DataCollection.C1DataCollectionList-1.Add

Add Method

Add(T)

Adds an item to the ICollection<T>.

Declaration
public void Add(T item)
Parameters
Type Name Description
T item

The object to add to the ICollection<T>.

Implements