FixedWidthConfiguration<TTargetType>.Ignore method

Marks a field as not serializable.

public FixedWidthConfiguration Ignore(Expression<Func<TTargetType, object>> field)
parameter description
field Field to ignore.

See Also