TCollectionBase<T>.Add(T) Method

Adds an item to the ICollection<T>.

Namespace: Spring.Collections.Base
public
 procedure Add(const item: T);

Parameters

item
Type: T

The element to add to the ICollection<T>.

Implements

ICollection<T>.Add(T)