GetText()
Gets the text representation (i.e. the source code) of the current syntax node or token.
Declaration
public string GetText()Returns
| Type | Description |
|---|---|
| string | The source code of the current syntax node. |
Gets the text representation (i.e. the source code) of the current syntax node or token.
public string GetText()| Type | Description |
|---|---|
| string | The source code of the current syntax node. |