CopyTo Method of the SearchPathCollection Object

CopyTo Method of the SearchPathCollection Object

Copies all of the search path 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-42ba7422f9014cee9dbb564332426da8-a0ed05b510914efda50ddc26bb26e0cb

Parameters

  • a
    One-dimensional target array to which the search path 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