SchemaImporterExtensionCollection::CopyTo Method (array<SchemaImporterExtension^>^, Int32)

 

Copies all the elements of the current SchemaImporterExtensionCollection to the specified array of SchemaImporterExtension objects at the specified index.

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

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

Parameters

array
Type: array<System.Xml.Serialization.Advanced::SchemaImporterExtension^>^

The SchemaImporterExtension to copy the current collection to.

index
Type: System::Int32

The zero-based index at which the collection is added.

.NET Framework
Available since 2.0
Return to top
Show: