Table of Contents

Method FindArgumentList

Namespace
Alternet.FormDesigner.Python
Assembly
Alternet.FormDesigner.Python.v9.dll

FindArgumentList(ISyntaxNode)

Finds child node which represents list of arguments of the current node.

public static ISyntaxNode FindArgumentList(this ISyntaxNode node)

Parameters

node ISyntaxNode

Node to check.

Returns

ISyntaxNode

Node object that matches the search criteria.