Summary
Removes a set of containers from the index.
- Namespace
- Avalonia
.Controls .Generators - Containing Type
- TreeContainerIndex
Syntax
public void Remove(int startingIndex, IEnumerable<ItemContainerInfo> containers)
Parameters
Name | Type | Description |
---|---|---|
startingIndex | int | The index of the first item. |
containers | IEnumerable |
The item containers. |
Return Value
Type | Description |
---|---|
void |