'Declaration Public Sub CopyTo( _ ByVal array() As FilterExpressionBase, _ ByVal arrayIndex As Integer _ )
'Usage Dim instance As FilterExpressionCollection Dim array() As FilterExpressionBase Dim arrayIndex As Integer instance.CopyTo(array, arrayIndex)
public void CopyTo( FilterExpressionBase[] array, int arrayIndex )
Parameters
- array
- The one-dimensional array of FilterExpressionBase objects to where the elements in the collection are to be copied.
- arrayIndex
- The zero-based index in the array at which to begin copying.