XmlArrayItemAttributes.CopyTo Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Copies an XmlArrayItemAttribute array to the collection, starting at a specified target index.
Assembly: System.Xml.Serialization (in System.Xml.Serialization.dll)
Parameters
- array
- Type:
System.Xml.Serialization.XmlArrayItemAttribute
()
The array of XmlArrayItemAttribute objects to copy to the collection.
- index
- Type: System.Int32
The zero-based index in the array at which the copying begins.
Show: