2027 Method
Changes 0
M

ElementArray.Insert

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