2027 Method
Changes 0
M

EdgeArray.Insert

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