예제 #1
0
 public Env(Env parent)
 {
     this.Parent = parent;
 }
예제 #2
0
 public Env()
 {
     this.Parent = null;
 }