INISectionWriter |
IObject | |
IResourceWriter |
Name | Description |
---|---|
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. |
Name | Description |
---|---|
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. |