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