Exemplo n.º 1
0
 /// <inheritdoc />
 public void CopyTo(Array array, int index)
 {
     _buffer.CopyTo(array, index);
 }