ICollection<T>.Add Method

Definition

Adds a value to the collection.

Delphi
procedure Add(const Value: T);

Parameters

Value
T

The value to add.