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 |
The member expression. |