Table of Contents

Method GetName

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

GetName(ISyntaxNode)

Finds child node which contains full name of the current node.

public static string GetName(this ISyntaxNode node)

Parameters

node ISyntaxNode

Node to check.

Returns

string

Full name of the current node.