DisplayObjectListTObjCopyTo Method

CVB.Net Documentation
Copy the whole collection into an array, starting at the given array index.

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

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

Parameters

array
Type: TObj
destination array
arrayIndex
Type: SystemInt32
array index at which to start in array

Implements

ICollectionTCopyTo(T, Int32)
Exceptions

ExceptionCondition
ArgumentNullExceptionIf array is null
ArgumentOutOfRangeExceptionIf arrayIndex is less than 0
ArgumentExceptionIf the number of elements in this collection is greater than the available space from arrayIndex to the end of the destination array
See Also

Reference