Exemplo n.º 1
0
 public DelayedEnumerator(GetResult result, GetResultAsync resultAsync)
 {
     _result      = result;
     _resultAsync = resultAsync;
 }
Exemplo n.º 2
0
 public FutureValue(GetResult result, GetResultAsync resultAsync)
 {
     _getResult      = result;
     _getResultAsync = resultAsync;
 }