SPBaseCollection.System.Collections.ICollection.CopyTo Method

This method is reserved for internal use and is not intended to be used directly from your code.

Copies the elements of the collection to an array, starting at the specified array index.

Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)

Syntax

Parameters

  • array
    The array that is the destination of the elements that are copied from the collection. The array must have zero-based indexing.
  • index
    The index in the array at which copying begins.

See Also

Reference

SPBaseCollection Class
SPBaseCollection Members
Microsoft.SharePoint Namespace