C# 클래스 Scriban.Runtime.ScriptNode

Base class for the abstract syntax tree of a scriban program.
파일 보기 프로젝트 열기: lunet-io/scriban 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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