TG.INI
IniIgnorePropertyAttribute Class |
Indicates that a property should be ignored when serializing.
Inheritance Hierarchy
Namespace: TG.INI.Serialization
Assembly: TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
Syntax
The IniIgnorePropertyAttribute type exposes the following members.
Constructors
Name | Description | |
---|---|---|
IniIgnorePropertyAttribute |
Default constructor where Ignore is true.
| |
IniIgnorePropertyAttribute(Boolean) |
Constructor where you define if the property should be ignored.
|
Properties
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Attribute.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Attribute.) | |
GetType | (Inherited from Object.) | |
IsDefaultAttribute | (Inherited from Attribute.) | |
Match | (Inherited from Attribute.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
See Also