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