Spring.Base Spring Vector<T> Add Vector<T>.Add Method On this page Overloads Add(T) Add(array of T) Add(TArray<T>) Add(Vector<T>) Unit: Spring Package: Spring.Base Overloads Add(T) Add(array of T) Add(TArray<T>) Add(Vector<T>) Add(T) Delphi Copy function Add(const item: T): NativeInt Parameters item T Returns NativeInt Add(array of T) Delphi Copy procedure Add(const items: array of T) Parameters items array of T Add(TArray<T>) Delphi Copy procedure Add(const items: TArray<T>) Parameters items TArray<T> Add(Vector<T>) Delphi Copy procedure Add(const items: Vector<T>) Parameters items Vector<T>