Exemplo n.º 1
0
 public virtual BoundVariable CreateBoundVariable(string varName)
 {
     return(ParentContext.CreateBoundVariable(varName));
 }