Adds an item to the
System.Collections.Generic.ICollection`1.
- Namespace
- CsvHelper
.Configuration - Containing Type
- MemberMapCollection
Syntax
public virtual void Add(MemberMap item)
Parameters
| Name | Type | Description |
|---|---|---|
| item | MemberMap | The object to add to the System.Collections.Generic.ICollection`1.
|