ElementArray.Append
Description:
Add the element to the end of the array.
Add the element to the end of the array.
public virtual void Append(
Element item
)
-
itemThe element to be added.