SchemaNameCollection::CopyTo Method (array<String^>^, Int32)

 

Copies the schema names from this collection to an array, starting at a particular index of the array.

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

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

Parameters

stringArray
Type: array<System::String^>^

An array of type String that receives this collection's schema names.

index
Type: System::Int32

The zero-based array index at which to begin copying the schema names.

.NET Framework
Available since 1.1
Return to top
Show: