예제 #1
0
 public void EndApplyAll()
 {
     throwifcompleted();
     if (hasSubSpeculator)
     {
         doSubSpeculatorEndApplyAll();
         return;
     }
     completed = true;
     parentStream.EndApplyAll();
 }