Adds a range of items contained in the specified collection.

Namespace:  Rebex.Mail
Assembly:  Rebex.Mail (in Rebex.Mail.dll) Version: 1.0.4086.0

Syntax

C#
public void AddRange(
	ICollection collection
)
Visual Basic (Declaration)
Public Sub AddRange ( _
	collection As ICollection _
)
Visual C++
public:
void AddRange(
	ICollection^ collection
)

Parameters

collection
Type: System.Collections..::.ICollection
Collection of items to be added.

See Also