Exemplo n.º 1
0
 public override bool Return(BufferSegment obj)
 {
     obj.Reset();
     return(true);
 }
Exemplo n.º 2
0
 public void SetNext(BufferSegment next) => Next = next;