XmlSchemas::CopyTo Method (array<XmlSchema^>^, Int32)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Copies the entire XmlSchemas to a compatible one-dimensional Array, which starts at the specified index of the target array.

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

public:
void CopyTo(
	array<XmlSchema^>^ array,
	int index
)

Parameters

array
Type: array<System.Xml.Schema::XmlSchema^>^

The one-dimensional Array that is the destination of the schemas copied from XmlSchemas. The Array must have zero-based indexing.

index
Type: System::Int32

A 32-bit integer that represents the index in the array where copying begins.

.NET Framework
Available since 1.1
Return to top
Show: