Esempio n. 1
0
 public VariableScope(LocalVariable variable, int start, LocalVariables.VariableScope parent)
 {
     this.Variable = variable;
     this.Start = start;
     this.Parent = parent;
 }
Esempio n. 2
0
 public VariableScope(LocalVariable variable, int start, LocalVariables.VariableScope parent)
 {
     this.Variable = variable;
     this.Start    = start;
     this.Parent   = parent;
 }