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