AddRange(IEnumerable<string>) Method
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<string> The range to add.