CDataSectionElementsCollection.CopyTo MethodCDataSectionElementsCollection.CopyTo MethodCDataSectionElementsCollection::CopyTo Method

Copies the elements of the CDataSectionElementsCollectionCDataSectionElementsCollectionCDataSectionElementsCollection to the specified array starting at the specified index.

Syntax

Public Sub CopyTo( _
    array As System.Xml.XmlQualifiedName[], _
    arrayIndex As Integer _
)
public void CopyTo(
    System.Xml.XmlQualifiedName[] array,
    int arrayIndex
)
public:
virtual void CopyTo(
    array<System.Xml::XmlQualifiedName^> array, 
    int arrayIndex
) sealed
 

Parameters

array

Type: System.Xml.XmlQualifiedName[]System.Xml.XmlQualifiedName()array<System.Xml::XmlQualifiedName^>^

The one-dimensional System.ArraySystem.ArraySystem.Array that is the destination of the copied elements.

arrayIndex

Type: System.Int32System.Int32System::Int32

The zero-based index in array at which copying begins.