GetChild(Int32) Method

Definition

Namespace Tomlyn.Syntax
Assembly Tomlyn.dll

Gets a typed child at the specified index.

public TSyntaxNode? GetChild(int index)

Parameters

index
Int32

Index of the child.

Returns

{TSyntaxNode}
The child node at the specified index.