INISectionWriter overview
Implements:
Public:
Properties:
| FileName (get) |
Returns the name of the INI file.
|
| SectionName (get) |
Returns the name of the section to write all the key-value pairs to.
|
Methods:
| AddResource |
Adds a key-value pair into the writer in preparation of creating an INI section.
|
| Equals |
Returns a boolean indicating if the value and this object
instance are the same instance.
|
| Generate |
Creates a section within an INI file.
|
| GetHashCode |
Returns a pseudo-unique number identifying this instance.
|
| ToString |
Returns a string representation of this object instance.
|
See Also