RemoveAt(int) Method
Removes the System.Collections.Generic.IList`1 item at the specified index.
Namespace
CsvHelper.Configuration
Containing Type
MemberMapCollection

Syntax

public virtual void RemoveAt(int index)

Parameters

Name Type Description
index int The zero-based index of the item to remove.