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