TypeConverter::StandardValuesCollection::ICollection::CopyTo Method (Array^, Int32)

 

Copies the contents of this collection to an array.

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

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

Parameters

array
Type: System::Array^

The array to copy to.

index
Type: System::Int32

The index in the array where copying should begin.

.NET Framework
Available since 1.1
Return to top
Show: