Adds the specified items to the end of the collection.
Namespace:
Rebex.Net
Assembly:
Rebex.Ews (in Rebex.Ews.dll)
Syntax
Visual Basic |
---|
Public Sub AddRange ( _ collection As IEnumerable(Of EwsItemInfo) _ ) |
C# |
---|
public void AddRange( IEnumerable<EwsItemInfo> collection ) |
Parameters
- collection
- Type: System.Collections.Generic..::..IEnumerable<(Of <(<'EwsItemInfo>)>)>
The items to be added to the collection.