Adds a range of names to the collection.
- Namespace
- CsvHelper
.Configuration - Containing Type
- MemberNameCollection
Syntax
public void AddRange(IEnumerable<string> names)
Parameters
Name | Type | Description |
---|---|---|
names | IEnumerable |
The range to add. |