CombinableElementArray.Insert
Method
Description:
Insert the specified element into the array.
Insert the specified element into the array.
Parameters
Parameter | Type | Description |
---|---|---|
item | CombinableElement | The CombinableElement to be inserted into the array. |
index | Int32 | The CombinableElement will be inserted before this index. |
Return Value
Type | Description |
---|---|
CombinableElementArray Class | Returns whether the CombinableElement was inserted into the array. |