Add(string) Method
Adds the given name to the collection.
Namespace
CsvHelper.Configuration
Containing Type
MemberNameCollection

Syntax

public void Add(string name)

Parameters

Name Type Description
name string The name to add.