internal TaskContract(Yield yieldIt) : this()
 {
     _currentState = states.yieldit;
 }
Beispiel #2
0
 public TaskContract(Yield yieldIt) : this()
 {
     _currentState = states.yieldit;
 }