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 alternate views to be added.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also