-
Home
-
API
-
Tomlyn.Syntax
-
SyntaxList
-
Methods
-
GetChild(Int32)
GetChild(Int32) Method
Definition
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.