[]
        
(Showing Draft Content)

C1.DataCollection.C1DataCollectionList-1.Add

Add Method

Add(T)

Adds an item to the System.Collections.Generic.ICollection<>.

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

The object to add to the System.Collections.Generic.ICollection<>.

Implements