Adds a range of items to the
System.Collections.Generic.ICollection`1
.
- Namespace
- CsvHelper
.Configuration - Containing Type
- MemberMapCollection
Syntax
public virtual void AddRange(ICollection<MemberMap> collection)
Parameters
Name | Type | Description |
---|---|---|
collection | ICollection |
The collection to add. |