Find<T>(Expression<Func<T, object>>) Method
Finds the MemberMap using the given member expression.
Namespace
CsvHelper.Configuration
Containing Type
MemberMapCollection

Syntax

public virtual MemberMap Find<T>(Expression<Func<T, object>> expression)

Type Parameters

Name Description
T The System.Type the member is on.

Parameters

Name Type Description
expression Expression<Func<T, object>> The member expression.

Return Value

Type Description
MemberMap The MemberMap for the given expression, or null if not found.