2027 Method
Changes 0
M

CombinableElementArray.Insert

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