示例#1
0
 public EV3Variable FindVariable(ForStatement statement)
 {
     return(variables.Values.FirstOrDefault(v => statement.IsVariable(v)));
 }