CopyTo Method

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.

Namespace:  System.Xml.Serialization
Assembly:  System.Xml.Serialization (in System.Xml.Serialization.dll)

'Declaration
Public Sub CopyTo ( _
	array As XmlArrayItemAttribute(), _
	index As Integer _
)

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.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft