Copies the elements of the specified arraylist to the end of the collection.

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

Syntax

C#
public void AddRange(
	ArrayList value
)
Visual Basic
Public Sub AddRange ( 
	value As ArrayList
)

Parameters

value
Type: System.Collections..::..ArrayList
An arraylist of type SearchResultsInfo containing the objects to add to the collection.

See Also