This topic has not yet been rated - Rate this topic

IReadOnlyCollection<T>.CopyTo method

Copies the items of the collection to an array starting at a specified index.

Namespace:  Microsoft.BusinessData.Infrastructure.Collections
Assembly:  Microsoft.BusinessData (in Microsoft.BusinessData.dll)
void CopyTo(
	T[] array,
	int arrayIndex
)

Parameters

array
Type: []
The array name.
arrayIndex
Type: System.Int32
The index to start at.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.