Table of Contents

Method RemoveAt

Namespace
Bonsai.Dag
Assembly
Bonsai.Core.dll

RemoveAt(int)

Removes the node at the specified index of the directed graph.

public void RemoveAt(int index)

Parameters

index int

The zero-based index of the node to remove.

Exceptions

ArgumentOutOfRangeException