Copies the collection objects to a one-dimensional Array instance beginning at the specified index.
Namespace: DotNetNuke.Services.SearchAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public void CopyTo( SearchCriteria[] array, int index ) |
Visual Basic |
---|
Public Sub CopyTo ( array As SearchCriteria(), index As Integer ) |
Parameters
- array
- Type: array<DotNetNuke.Services.Search..::..SearchCriteria>[]()[][]
The one-dimensional Array that is the destination of the values copied from the collection.
- index
- Type: System..::..Int32
The index of the array at which to begin inserting.