Add to array

Element that adds a new element to the collection.

Properties

- Collection*: [IEnumerable<T>] Collection to which an element is to be added

- Variable*: [T] Variable added to the collection

Last updated