Alexandria.IniFile.IniFile C# (CSharp) Method

IniFile() public method

Create a new in-memory initialization file.
public IniFile ( ) : System
return System
        public IniFile()
            : this(IniFileBehavior.Default)
        {
        }

Same methods

IniFile::IniFile ( IniFileBehavior behavior ) : System
IniFile::IniFile ( string path ) : System
IniFile::IniFile ( string path, IniFileBehavior behavior ) : System