TextElementCollection<TextElementType>::ICollection::CopyTo Method (Array^, Int32)

 

Copies the elements of the ICollection to an Array, starting at a particular Array index.. Use the type-safe CopyTo method instead.

Namespace:   System.Windows.Documents
Assembly:  PresentationFramework (in PresentationFramework.dll)

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

Parameters

array
Type: System::Array^

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

arrayIndex
Type: System::Int32

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

.NET Framework
Available since 3.0
Return to top
Show: