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