ICollection<T>.Add(T) Method
Adds an item to the ICollection<T>.
public
 procedure Add(const item: T);
Parameters
- item
- Type: TThe element to add to the ICollection<T>. 
Adds an item to the ICollection<T>.
public
 procedure Add(const item: T);
The element to add to the ICollection<T>.