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

 

Copies the entire ConfigurationLockCollection collection to a compatible one-dimensional Array, starting at the specified index of the target array.

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

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

Parameters

array
Type: System::Array^

A one-dimensional Array that is the destination of the elements copied from the ConfigurationLockCollection collection. The Array must have zero-based indexing.

index
Type: System::Int32

The zero-based index in array at which copying begins.

.NET Framework
Available since 2.0
Return to top
Show: