Vector<T>.Add Method

Overloads

Add(T)

Delphi
function Add(const item: T): NativeInt

Parameters

item
T

Returns

NativeInt

Add(array of T)

Delphi
procedure Add(const items: array of T)

Parameters

items
array of T

Add(TArray<T>)

Delphi
procedure Add(const items: TArray<T>)

Parameters

items
TArray<T>

Add(Vector<T>)

Delphi
procedure Add(const items: Vector<T>)

Parameters

items
Vector<T>