Table of Contents

Method GetNodeList

Namespace
Alternet.Editor.Roslyn
Assembly
Alternet.Editor.Roslyn.v10.dll

GetNodeList(IList<SyntaxNode>, SyntaxNode, SyntaxKind[])

Fills given list of SyntaxNode obtained from specified document at the given position.

public static void GetNodeList(IList<SyntaxNode> list, SyntaxNode root, SyntaxKind[] types)

Parameters

list IList<SyntaxNode>

List of SyntaxNode objects to fill.

root SyntaxNode

Root node contains nodes to fill.

types SyntaxKind[]

List of SyntaxKind that determines the selection condition.