Skip to content

Commit 501938d

Browse files
authored
Update INIConfigIO.md
1 parent de4f79a commit 501938d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/usage/INIConfigIO.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ Instance functions help in reading and writing the INI file:
1717

1818
 
1919

20-
* *Clear()* - Clears the in-memory data but does not effect the file till it is saved.
21-
* *SaveFile()* - Saves the in-memory data into the given file.
20+
* *Clear*() - Clears the in-memory data but does not effect the file till it is saved.
21+
* *SaveFile*() - Saves the in-memory data into the given file.
2222

2323

24-
* IEnumerable<string> *GetSectionNames()* - Gets all the section names present in the file.
24+
* IEnumerable &lt;string&gt; *GetSectionNames*() - Gets all the section names present in the file.
2525

2626
* string *GetString* (string *key*, string *defaultValue* = "") - Gets a value as a string, default value is returned when the key is not present in the file.
2727
* int *GetInteger* (string *key*, int *defaultValue* = -1) - Gets a value as an integer, default value is returned when the key is not present in the file.

0 commit comments

Comments
 (0)