[]
        
(Showing Draft Content)

FarPoint.Win.Spread.FilterItemValueCollection.CopyTo

CopyTo Method

CopyTo(FilterItemValue[], int)

Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.

Declaration
public void CopyTo(FilterItemValue[] array, int arrayIndex)
Public Sub CopyTo(array As FilterItemValue(), arrayIndex As Integer)
Parameters
Type Name Description
FilterItemValue[] array

The one-dimensional array that is the destination of the elements copied from the collection. The array must have zero-based indexing.

int arrayIndex

The zero-based index in the array at which copying begins.

Implements