Share via


CopyTo Method

Copies all the elements in the DiscountApplicationRecordCollection to a compatible one-dimensional array starting at the specified index of the target array.

Namespace:  Microsoft.CommerceServer.Runtime.Orders
Assembly:  Microsoft.CommerceServer.Runtime (in Microsoft.CommerceServer.Runtime.dll)

Syntax

'Declaration
Public Sub CopyTo ( _
    array As DiscountApplicationRecord(), _
    index As Integer _
)
'Usage
Dim instance As DiscountApplicationRecordCollection
Dim array As DiscountApplicationRecord()
Dim index As Integer

instance.CopyTo(array, index)
public void CopyTo(
    DiscountApplicationRecord[] array,
    int index
)
public:
void CopyTo(
    array<DiscountApplicationRecord^>^ array, 
    int index
)
public function CopyTo(
    array : DiscountApplicationRecord[], 
    index : int
)

Parameters

  • index
    Type: System..::.Int32
    The zero-based index in the destination array at which storing begins.

Exceptions

Exception Condition
ArgumentNullException

The array is nullNothingnullptra null reference (Nothing in Visual Basic)

ArgumentOutOfRangeException

index is less than zero.

ArgumentException

array is multidimensional, index is equal to or greater than the length of array, or the number of elements in the source collection is greater than the available space from index to the end of the destination array.

Remarks

The DiscountApplicationRecord elements are copied to the target array, starting at the specified index of the target array.

Permissions

See Also

Reference

DiscountApplicationRecordCollection Class

DiscountApplicationRecordCollection Members

Microsoft.CommerceServer.Runtime.Orders Namespace