Delegate TemplateRoutine

TemplateRoutine delegate

Represents the routine used in the template file.

public delegate object TemplateRoutine(object[] args);
ParameterTypeDescription
argsObject[]Arguments, which have to be processed by user-defined function.

Return Value

Operation result

See Also