API Reference MyLibrary MyLibrary.Collections ICollection<T> ICollection<T>.Add Method Definition Unit: MyLibrary.Collections Package: MyLibrary Adds a value to the collection. Delphi Copy procedure Add(const Value: T); Parameters Value T The value to add.