DiscoveryInformationListCopyTo Method

CVB.Net Documentation
Copies the elements of this collection to an array, starting at a particular arrayIndex.

Namespace:  Stemmer.Cvb.Driver
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public void CopyTo(
	DiscoveryInformation[] array,
	int arrayIndex
)

Parameters

array
Type: Stemmer.Cvb.DriverDiscoveryInformation
One-dimensional array that is the destination of the elements copied from this collection. The array must have zero-based indexing.
arrayIndex
Type: SystemInt32
Zero-based index in array at which copying begins.

Implements

ICollectionTCopyTo(T, Int32)
Exceptions

ExceptionCondition
ArgumentNullExceptionarray is null.
ArgumentOutOfRangeExceptionarrayIndex is less than 0.
ArgumentExceptionThe number of elements in this collection is greater than the available space from arrayIndex to the end of the destination array.
See Also

Reference