XmlAttributeCollection::ICollection::CopyTo Method (Array^, Int32)

 

For a description of this member, see XmlAttributeCollection::CopyTo.

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

private:
virtual void CopyTo(
	Array^ array,
	int index
) sealed = ICollection::CopyTo

Parameters

array
Type: System::Array^

The array that is the destination of the objects copied from this collection.

index
Type: System::Int32

The index in the array where copying begins.

This member is an explicit interface member implementation. It can be used only when the XmlAttributeCollection instance is cast to an ICollection interface.

Universal Windows Platform
Available since 10
.NET Framework
Available since 1.1
Return to top
Show: