ExtensionLoader.Ini.IniDocument.Load C# (CSharp) Méthode

Load() public méthode

public Load ( IniReader reader ) : void
reader IniReader
Résultat 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