AddRange(ICollection<MemberMap>) Method
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<MemberMap> The collection to add.