ElementArray.Insert
Description:
Insert the specified element into the array.
Insert the specified element into the array.
public virtual void Insert(
Element item,
int index
)
-
itemThe element to be inserted into the array.
-
Int32indexThe element will be inserted before this index.
Return Value
Returns whether the element was inserted into the array.