ProfilePropertyCollection.CopyTo (Array, Int32) Method (BCL)
Commerce Server 2002
Explicit Icollection.CopyTo implementation. This method copies the elements of this collection into the specified array.
Definition
[Visual Basic .NET]
Overridable Public Sub CopyTo( _ ByVal array As System.Array, _ ByVal index As System.Int32 _ )
[C#]
public virtual void CopyTo( System.Array array, System.Int32 index );
Parameters
[Visual Basic .NET]
- array
- The array to copy data to.
- index
- The count of elements to copy.
[C#]
- array
- The array to copy data to.
- index
- The count of elements to copy.
Implements
System.Collections.ICollection
Requirements
Namespace: Microsoft.CommerceServer.Runtime.Profiles
Platforms: Windows 2000, Windows Server 2003
Assembly: Microsoft.CommerceServer.Runtime.dll
Copyright © 2005 Microsoft Corporation.All rights reserved.
Show: