ExtensionLoader.Ini.IniDocument.Load C# (CSharp) Method

Load() public method

public Load ( IniReader reader ) : void
reader IniReader
return void
        public void Load(IniReader reader)
        {
            LoadReader (reader);
        }

Same methods

IniDocument::Load ( Stream stream ) : void
IniDocument::Load ( TextReader reader ) : void
IniDocument::Load ( string filePath ) : void