Share via


CopyTo Method of the DocumentReferenceCollection Object

CopyTo Method of the DocumentReferenceCollection Object

Copies all of the document reference collection to a compatible one-dimensional array starting at the specified index of the target array.

  [C#]
public virtual void CopyTo(
  Array a,
  Int32 i
);

FakePre-676002220dcf412fb6b2843dd03223c6-21ddcac0d099499bb9c0766459a39823

Parameters

  • a
    One-dimensional target array to which the document reference collection is copied. The array must have zero-based indexing.

  • i
    Zero-based index in a at which copying begins.

Return Value

This method does not return a value.

Remarks

The target array must be of a compatible type.

Requirements

Namespace

Defined in Microsoft.SystemDefinitionModel.Tools.

Assembly

Requires SdmCompile (in SdmCompile.dll).

.NET Framework

Requires .NET Framework 2.0.

See Also

Microsoft.SystemDefinitionModel.Tools

Send comments about this topic to Microsoft

Build date: 10/2/2007