Beispiel #1
0
 public virtual object getVariableLocal(string variableName)
 {
     return(wrappedScope.getVariableLocal(variableName));
 }