ProfilePropertyCollection.CopyTo (Array, Int32) Method (BCL)

Explicit Icollection.CopyTo implementation. This method copies the elements of this collection into the specified array.

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 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.