C# Класс Scriban.Runtime.ScriptNode

Base class for the abstract syntax tree of a scriban program.
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Span Scriban.Parsing.SourceSpan

Открытые методы

Метод Описание
Evaluate ( TemplateContext context ) : void

Evaluates this instance with the specified context.

Описание методов

Evaluate() публичный абстрактный Метод

Evaluates this instance with the specified context.
public abstract Evaluate ( TemplateContext context ) : void
context TemplateContext The template context.
Результат void

Описание свойств

Span публичное свойство

The source span of this node.
public SourceSpan,Scriban.Parsing Span
Результат Scriban.Parsing.SourceSpan