IniWhiteSpace Class
From TG.INI
TG.INI
IniWhiteSpace Class |
[Missing <summary> documentation for "T:TG.INI.IniWhiteSpace"]
Namespace: TG.INI
Assembly: TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
The IniWhiteSpace type exposes the following members.
| Name | Description | |
|---|---|---|
| IniWhiteSpace |
Initializes a new instance of IniWhiteSpace.
| |
| IniWhiteSpace(Int32) |
Initializes a new instance of IniWhiteSpace with a provided number of spaces.
| |
| IniWhiteSpace(String) |
Initializes a new instance of IniWhiteSpace with a provided white space string.
|
| Name | Description | |
|---|---|---|
| EntryType |
Gets value WhiteSpace.
(Overrides IniEntryEntryType.) | |
| ParentDocument |
Gets the parent IniDocument.
(Inherited from IniEntry.) | |
| Spaces |
Gets or Sets the number of spaces contained in this IniWhiteSpace.
| |
| Value |
Gets or Sets the space string of the white space.
(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 a string that represents the entry.
(Inherited from IniEntry.) |
| Name | Description | |
|---|---|---|
| ValueChanged |
Event that is called when a value has changed.
(Inherited from IniEntry.) |