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