XpsArray1.RemoveAt

XpsArray<T>.RemoveAt method

Removes an object from array at specified position.

public T RemoveAt(int index)
ParameterTypeDescription
indexInt32The position to remove an object at.

Return Value

Removed object.

See Also