CompositeSyntaxNodeTNodeLexemes - свойство
Gets Список лексем из которых состоит синтаксический узел.
Пространство имён: Tessa.Views.Parser.SyntaxTreeСборка: Tessa (в Tessa.dll) Версия: 3.6.0.22
public IEnumerable<CodeBlock> Lexemes { get; }
Public ReadOnly Property Lexemes As IEnumerable(Of CodeBlock)
Get
public:
virtual property IEnumerable<CodeBlock^>^ Lexemes {
IEnumerable<CodeBlock^>^ get () sealed;
}
abstract Lexemes : IEnumerable<CodeBlock> with get
override Lexemes : IEnumerable<CodeBlock> with get
IEnumerableCodeBlockISyntaxNodeLexemes