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.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also