XmpCollection.RemoveAt

XmpCollection.RemoveAt method

Removes the item at the specified index.

public void RemoveAt(int index)
ParameterTypeDescription
indexInt32The zero-based index of the item to remove.

See Also