FixedWidthConfiguration<TTargetType>.ForMember method

Sets the serialization properties of a member of the class. If ByConvention was called first, this will override those inferred settings.

public FixedWidthConfiguration ForMember(Expression<Func<TTargetType, object>> field, 
    Action<FixedWidthFieldConfiguration> opt)
parameter description
field Field in the class to configure.
opt Serialization options to set on the field.

See Also