Метод | Описание | |
---|---|---|
Evaluate ( TemplateContext context ) : void |
Метод | Описание | |
---|---|---|
EvaluateImpl ( TemplateContext context ) : void | ||
Loop ( TemplateContext context, int index ) : bool |
Base implementation for a loop single iteration
|
public Evaluate ( TemplateContext context ) : void | ||
context | TemplateContext | |
Результат | void |
protected abstract EvaluateImpl ( TemplateContext context ) : void | ||
context | TemplateContext | |
Результат | void |
protected Loop ( TemplateContext context, int index ) : bool | ||
context | TemplateContext | The context |
index | int | The index in the loop |
Результат | bool |