Home
Home
Docs
API
Theme
System
Light
Dark
NuGet
GitHub
Menu
Loading menu…
Home
API
Tomlyn.Syntax
SyntaxNode
Methods
GetChild(Int32)
Menu
On this page
GetChild(Int32) Method
Definition
Namespace
Tomlyn.Syntax
Assembly
Tomlyn.dll
View source
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