Collection1.RemoveAt
Collection<T>.RemoveAt method
Removes the element at the specified index.
public void RemoveAt(int index)
| Parameter | Type | Description |
|---|---|---|
| index | Int32 |
See Also
- class Collection<T>
- namespace Aspose.Diagram
- assembly Aspose.Diagram
Removes the element at the specified index.
public void RemoveAt(int index)
| Parameter | Type | Description |
|---|---|---|
| index | Int32 |