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