# Functions
Load the .ini from one of following resource:
- file
- string in .ini format
- byte array in .ini format
- io.Reader a reader to load .ini content
One or more source can be provided in this Load method, such as:
var reader1 io.Reader = ..
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author