Exemple #1
0
 public void CopyTo(IPartView[] array, int arrayIndex)
 {
     Parts.CopyTo((AdvancedPart[])array, arrayIndex);
 }