TG.INI
IniComment Class |
This class represents a INI comment line.
Inheritance Hierarchy
Namespace: TG.INI
Assembly: TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
Syntax
The IniComment type exposes the following members.
Constructors
Name | Description | |
---|---|---|
IniComment |
Initializes a new instance of IniComment.
| |
IniComment(String) |
Initializes a new instance of IniComment with the comment value provided.
|
Properties
Name | Description | |
---|---|---|
EntryType |
Gets value Comment.
(Overrides IniEntryEntryType.) | |
ParentDocument |
Gets the parent IniDocument.
(Inherited from IniEntry.) | |
Value |
Gets or Sets the comment value.
(Overrides IniEntryValue.) |
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString |
Returns comment output.
(Overrides IniEntryToString.) |
Events
Name | Description | |
---|---|---|
ValueChanged |
Event that is called when a value has changed.
(Inherited from IniEntry.) |
See Also