ContentSelectionContextCollection.CopyTo (Array, Int32) Method (BCL)
Use this method to copy the resources to an array, starting at a particular array index.
Definition
[Visual Basic .NET]
Overridable Public Sub CopyTo( _ByValarray As System.Array, _
ByValindex As System.Int32 _
)
[C#]
public virtual void CopyTo(System.Arrayarray,
System.Int32index);
Parameters
[Visual Basic .NET]
- array
The array to copy elements into. - index
The starting element in the array to copy elements into.
[C#]
- array
The array to copy elements into. - index
The starting element in the array to copy elements into.
Implements
System.Collections.ICollection
Requirements
Namespace: Microsoft.CommerceServer.Runtime.Targeting
Platforms: Windows 2000, Windows Server 2003
Assembly: Microsoft.CommerceServer.Runtime.dll
Copyright © 2005 Microsoft Corporation.
All rights reserved.