TG.INI
IniWhiteSpace Class |
[Missing <summary> documentation for "T:TG.INI.IniWhiteSpace"]
Inheritance Hierarchy
Namespace: TG.INI
Assembly: TG.INI (in TG.INI.dll) Version: 1.2.2.0 (1.2.2.0)
Syntax
The IniWhiteSpace type exposes the following members.
Constructors
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.
|
Properties
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.) |
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 a string that represents the entry.
(Inherited from IniEntry.) |
Events
Name | Description | |
---|---|---|
ValueChanged |
Event that is called when a value has changed.
(Inherited from IniEntry.) |
See Also