DsmlResponseDocument.ICollection.CopyTo(Array, Int32) Method

Definition

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

 virtual void System.Collections.ICollection.CopyTo(Array ^ value, int i) = System::Collections::ICollection::CopyTo;
void ICollection.CopyTo (Array value, int i);
abstract member System.Collections.ICollection.CopyTo : Array * int -> unit
override this.System.Collections.ICollection.CopyTo : Array * int -> unit
Sub CopyTo (value As Array, i As Integer) Implements ICollection.CopyTo

Parameters

value
Array

A one-dimensional array that is the destination of the elements copied from the DsmlResponseDocument object.

i
Int32

The zero-based index of value where copying begins.

Implements

Applies to