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