Inheritance: TargetVariable
Ejemplo n.º 1
0
 public ScopeInfo(int id, CapturedVariable parent)
 {
     this.ID = id;
     this.Parent = parent;
 }