コード例 #1
0
 public Pair[] ToArray() =>  _buffer.ToArray();
コード例 #2
0
 public T[] ToArray() => _buffer.ToArray <T>(Length);