Share via


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

Copies specified element to 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
    Zero-based index in array at which copying begins.

[C#]

  • array
    The array to copy data to.
  • index
    Zero-based index in array at which copying begins.

Implements

System.Collections.ICollection

Remarks

Always throws an InvalidOperation exception.

Requirements

Namespace: Microsoft.CommerceServer.Runtime.Profiles

Platforms: Windows 2000, Windows Server 2003

Assembly: Microsoft.CommerceServer.Runtime.dll

Copyright © 2005 Microsoft Corporation.
All rights reserved.