[]
        
(Showing Draft Content)

C1.WPF.C1OrderedSet.Add

Add Method

Add(int)

Adds an item to the ICollection<T>.

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

The object to add to the ICollection<T>.

Implements

Add(C1OrderedSet)

Joins the specified set.

Declaration
public void Add(C1OrderedSet set)
Parameters
Type Name Description
C1OrderedSet set

The set to join.