IniComment Class
From TG.INI
TG.INI
IniComment Class |
This class represents a INI comment line.
Namespace: TG.INI
Assembly: TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
The IniComment type exposes the following members.
| Name | Description | |
|---|---|---|
| IniComment |
Initializes a new instance of IniComment.
| |
| IniComment(String) |
Initializes a new instance of IniComment with the comment value provided.
|
| 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.) |
| 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.) |
| Name | Description | |
|---|---|---|
| ValueChanged |
Event that is called when a value has changed.
(Inherited from IniEntry.) |