RemoveAt

ICustomXmlPartCollection.RemoveAt method

Removes custom xml part at the specified index.

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

Exceptions

exceptioncondition
ArgumentOutOfRangeExceptionindex is less than 0.-or-index is equal to or greater than Count

See Also