Table of Contents

Property this

Namespace
Bonsai.Dag
Assembly
Bonsai.Core.dll

this[int]

Gets the node at the specified index.

public Node<TNodeValue, TEdgeLabel> this[int index] { get; }

Parameters

index int

The zero-based index of the node to get.

Property Value

Node<TNodeValue, TEdgeLabel>

The node at the specified index.