示例#1
0
 public void CopyTo(CustomAttributeCollection copy)
 {
     foreach (var item in this)
     {
         item.CopyTo(copy.Add());
     }
 }