[]
Copies the entire collection to a compatible one-dimensional array, starting at the specified index of the target array.
public void CopyTo(FilterItemValue[] array, int arrayIndex)
Public Sub CopyTo(array As FilterItemValue(), arrayIndex As Integer)
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. |