PhraseCollection.AddRange Method
Namespace: Rebex.Mime.Headers
Assembly: Rebex.Mail.dll (version 7.0.9083)
AddRange(ICollection)
Adds a range of items contained in the specified collection.
Declaration
public override void AddRange(ICollection c)
Parameters
Type | Name | Description |
---|---|---|
ICollection | c | Collection of items to be added. |