Ejemplo n.º 1
0
 public void CopyTo(T[] array, int index)
 {
     CollectionsHelper.CopyTo <T>(this.list, array, index);
 }