TreeContainerIndex.

Remove(int, IEnumerable<ItemContainerInfo>) Method

Summary

Removes a set of containers from the index.

Syntax

public void Remove(int startingIndex, IEnumerable<ItemContainerInfo> containers)

Parameters

Name Type Description
startingIndex int The index of the first item.
containers IEnumerable<ItemContainerInfo> The item containers.

Return Value

Type Description
void