GetChild(Int32) Method

Definition

Namespace Tomlyn.Syntax
Assembly Tomlyn.dll

Gets a child at the specified index.

public SyntaxNode? GetChild(int index)

Parameters

index
Int32

Index of the child

Returns

SyntaxNode
A child at the specified index