예제 #1
0
 public void CopyTo(TT[] array, int arrayIndex)
 {
     LocalList.CopyTo(array, arrayIndex);
 }