Click or drag to resize

FieldIgnoredAttribute Class

Note: This API is now obsolete.

Hides the field to the library. Obsolete: You must use [FieldHidden]
Inheritance Hierarchy

Namespace:  FileHelpers
Assembly:  FileHelpers (in FileHelpers.dll) Version: 3.2.6
Syntax
[ObsoleteAttribute("You must use [FieldHidden] instead", false)]
public sealed class FieldIgnoredAttribute : FieldAttribute

The FieldIgnoredAttribute type exposes the following members.

Constructors
  NameDescription
Public methodFieldIgnoredAttribute
Initializes a new instance of the FieldIgnoredAttribute class
Top
Remarks
See the complete attributes list for more information and examples of each one.
See Also