示例#1
0
 public ReplayEnumerator(ReplayAsyncEnumerable <T> parent)
 {
     _parent = parent;
     _buffer = parent._buffer;
 }