コード例 #1
0
 public object Restore(Interpreter interpreter, SCode thunk)
 {
     throw new NotImplementedException ();
     //interpreter.Continuation = this.continuation;
     //return interpreter.Apply (thunk, new object [] { });
 }