GetChildImpl(Int32) Method

Definition

Namespace Tomlyn.Syntax
Assembly Tomlyn.dll

Gets a child at the specified index.

protected abstract SyntaxNode? GetChildImpl(int index)

Parameters

index
Int32

Index of the child

Returns

SyntaxNode
A child at the specified index

Remarks

The index is safe to use