Ignore(bool) Method
Ignore the member when reading and writing. If this member has already been mapped as a reference member, either by a class map, or by automapping, calling this method will not ignore all the child members down the tree that have already been mapped.
Namespace
CsvHelper.Configuration
Containing Type
MemberMap<TClass, TMember>

Syntax

public virtual MemberMap<TClass, TMember> Ignore(bool ignore)

Parameters

Name Type Description
ignore bool True to ignore, otherwise false.

Return Value

Type Description
MemberMap<TClass, TMember>