Exemplo n.º 1
0
 public bool TryGetNext(ref CommonEnumerator enumerator, out TElement value)
 {
     return(enumerator.TryGetNext(out value));
 }