C# 클래스 Scriban.Runtime.ScriptFunctionCall

상속: ScriptExpression
파일 보기 프로젝트 열기: lunet-io/scriban

공개 메소드들

메소드 설명
Call ( TemplateContext context, ScriptNode callerContext, object functionObject, List arguments = null ) : object
Evaluate ( TemplateContext context ) : void
IsFunction ( object target ) : bool
ScriptFunctionCall ( ) : System
ToString ( ) : string

메소드 상세

Call() 공개 정적인 메소드

public static Call ( TemplateContext context, ScriptNode callerContext, object functionObject, List arguments = null ) : object
context TemplateContext
callerContext ScriptNode
functionObject object
arguments List
리턴 object

Evaluate() 공개 메소드

public Evaluate ( TemplateContext context ) : void
context TemplateContext
리턴 void

IsFunction() 공개 정적인 메소드

public static IsFunction ( object target ) : bool
target object
리턴 bool

ScriptFunctionCall() 공개 메소드

public ScriptFunctionCall ( ) : System
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string