Click or drag to resize

ClassTypeFilterCopyTo Method

Copies the elements of this collection to an Array, starting at a particular Array index.

Namespace:  Cobra.Model.WebService
Assembly:  Cobra.Model.WebService (in Cobra.Model.WebService.dll) Version: 8.4.717.3176 (8.4.0717.3176)
Syntax
C#
public void CopyTo(
	ClassType[] array,
	int arrayIndex
)

Parameters

array
Type: Cobra.Model.WebServiceClassType
The one-dimensional Array that is the destination of the elements copied from this collection. The Array must have zero-based indexing.
arrayIndex
Type: SystemInt32
The zero-based index in array at which copying begins.

Implements

ICollectionTCopyTo(T, Int32)
See Also