CompositeSyntaxNodeTNodeLexemes - свойство
Лексемы, из которых состоит синтаксический узел.
Пространство имён: Tessa.Views.ParserСборка: Tessa (в Tessa.dll) Версия: 4.1.4+115fce864fec7bf37ea70396e6660596be991d3b
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