2027 Method
Changes 0
M

LeaderArray.Insert

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