Example #1
0
 public void CopyTo(T[] array)
 {
     inner.CopyTo(array);
 }