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