Copies the collection objects to a one-dimensional Array instance beginning at the specified index.

Namespace: DotNetNuke.Services.Search
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public void CopyTo(
	SearchItemInfo[] array,
	int index
)
Visual Basic
Public Sub CopyTo ( 
	array As SearchItemInfo(),
	index As Integer
)

Parameters

array
Type: array<DotNetNuke.Services.Search..::..SearchItemInfo>[]()[][]
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.

See Also