Table of Contents

Method RemoveRange

Namespace
Bonsai.Dag
Assembly
Bonsai.Core.dll

RemoveRange(int, int)

Removes a range of nodes from the directed graph.

public void RemoveRange(int index, int count)

Parameters

index int

The zero-based starting index of the range of nodes to remove.

count int

The number of nodes to remove.

Exceptions

ArgumentOutOfRangeException

The index and count were out of bounds for the node list or count is greater than the number of nodes from index to the end of the node list.