BoundsCheckableList1.RemoveAt
BoundsCheckableList<T>.RemoveAt method
Removes the element at the specified index of the System.Collections.Generic.List.
public void RemoveAt(int index)
Parameter | Type | Description |
---|---|---|
index | Int32 | The zero-based index of the element to remove. |
Exceptions
exception | condition |
---|---|
ArgumentOutOfRangeException | index is less than 0. -or- index is equal to or greater than Count. |
See Also
- class BoundsCheckableList<T>
- namespace Aspose.Pdf
- assembly Aspose.PDF