Adds a range of items contained in the specified collection.
Namespace:
Rebex.Mail
Assembly:
Rebex.Mail (in Rebex.Mail.dll)
Syntax
| Visual Basic |
|---|
Public Sub AddRange ( _ collection As ICollection _ ) |
| C# |
|---|
public void AddRange( ICollection collection ) |
Parameters
- collection
- Type: System.Collections..::..ICollection
Collection of items to be added.