예제 #1
0
 public LayeClosureGeneratorSpawner(LayeClosure closure)
 {
     this.closure = closure;
 }
예제 #2
0
 public LayeClosureGenerator(StackFrame frame, LayeClosure closure, LayeObject ths)
 {
     frame.gtor = this;
     this.frame = frame;
     this.closure = closure;
     this.ths = ths;
 }