ResultPropertyValueCollection::CopyTo Method (array<Object^>^, Int32)

 

The CopyTo method copies the property values 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<Object^>^ values,
	int index
)

Parameters

values
Type: array<System::Object^>^

An array of type Object that receives this collection's property values.

index
Type: System::Int32

The zero-based array index at which to begin copying the property values.

.NET Framework
Available since 1.1
Return to top
Show: