Removes the path at the specified index if it's removable.
- Namespace
- Statiq
.Common - Containing Type
- PathCollection
Syntax
public void RemoveAt(int index)
Parameters
Name | Type | Description |
---|---|---|
index | int | The index where the path should be removed. |