TG.INI
IniIgnorePropertyAttribute Constructor (Boolean) |
Constructor where you define if the property should be ignored.
Namespace: TG.INI.Serialization
Assembly: TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
Syntax
public IniIgnorePropertyAttribute( bool ignore )
Public Sub New ( ignore As Boolean )
public: IniIgnorePropertyAttribute( bool ignore )
new : ignore : bool -> IniIgnorePropertyAttribute
Parameters
- ignore
- Type: SystemBoolean
[Missing <param name="ignore"/> documentation for "M:TG.INI.Serialization.IniIgnorePropertyAttribute.#ctor(System.Boolean)"]
See Also