示例#1
0
 public virtual bool hasVariableLocal(string variableName)
 {
     return(wrappedScope.hasVariableLocal(variableName));
 }