XpsArray1.Insert

XpsArray<T>.Insert method

Inserts a new object into array at specified position.

public T Insert(int index, T obj)
ParameterTypeDescription
indexInt32The position to insert an object at.
objTThe object to insert.

Return Value

Inserted object.

See Also